:root {
  --navy: #063b54;
  --navy-deep: #032b3d;
  --sea: #0e8fa1;
  --sea-light: #dff7f7;
  --coral: #f56d45;
  --gold: #f5b83b;
  --green: #20bf63;
  --ink: #153544;
  --muted: #607681;
  --paper: #fffdf8;
  --white: #fff;
  --shadow: 0 18px 50px rgba(4, 52, 73, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Nunito Sans", system-ui, sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; padding: 10px 16px; border-radius: 8px; background: #fff; }
.skip-link:focus { top: 12px; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,.13);
  background: rgba(6,59,84,.96);
  box-shadow: 0 8px 28px rgba(3,43,61,.16);
  backdrop-filter: blur(12px);
}
.site-header .header-row { width: min(1780px, calc(100% - 48px)); min-height: 82px; display: flex; align-items: center; gap: clamp(14px, 1.25vw, 24px); }
.brand { display: flex; align-items: center; gap: 12px; min-width: 350px; color: #fff; }
.brand img { width: 68px; height: 68px; object-fit: contain; }
.brand strong { display: block; font: 800 clamp(1.08rem, 1.3vw, 1.34rem)/1.05 "Playfair Display", Georgia, serif; }
.brand small { display: block; margin-top: 6px; color: #bce6eb; font-size: .68rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(17px, 1.8vw, 34px); margin-left: auto; color: #e9f7f8; }
.desktop-nav a { position: relative; white-space: nowrap; font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; opacity: .68; transition: color .2s, opacity .2s; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--gold); transition: right .25s ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: #fff; opacity: 1; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.order-button, .button-primary, .button-secondary, .product-order {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; padding: 12px 20px; border: 0; border-radius: 999px; font-weight: 900; transition: transform .2s, box-shadow .2s;
}
.order-button, .button-primary, .product-order { color: #fff; background: var(--green); box-shadow: 0 10px 24px rgba(32,191,99,.25); }
.button-secondary { color: var(--navy); background: #fff; box-shadow: 0 10px 24px rgba(3,43,61,.12); }
.order-button:hover, .button-primary:hover, .button-secondary:hover, .product-order:hover { transform: translateY(-2px); }
.header-order-action { min-height: 44px; padding: 9px 19px; font-size: .76rem; flex: 0 0 auto; }
.header-order-action svg { width: 17px; height: 17px; }
.header-cart-action { position: relative; display: grid; place-items: center; width: 46px; height: 46px; flex: 0 0 46px; color: #fff; background: transparent; border: 0; opacity: .86; transition: opacity .2s, transform .2s; }
.header-cart-action:hover { opacity: 1; transform: scale(1.08); }
.header-cart-action svg { width: 25px; height: 25px; }
.header-cart-count { position: absolute; top: 0; right: -2px; display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; color: #fff; background: var(--coral); font-size: .68rem; font-weight: 1000; line-height: 1; }
.menu-toggle { display: none; width: 46px; height: 46px; flex: 0 0 46px; border: 0; border-radius: 50%; color: white; background: rgba(255,255,255,.12); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span { width: 21px; height: 2px; border-radius: 99px; background: #fff; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { position: absolute; top: 100%; left: 0; right: 0; display: grid; gap: 4px; max-height: calc(100dvh - 82px); padding: 8px 20px 22px; color: white; background: rgba(6,59,84,.985); border-bottom: 1px solid rgba(255,255,255,.13); box-shadow: 0 18px 35px rgba(3,43,61,.24); backdrop-filter: blur(12px); overflow-y: auto; transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none; transition: transform .22s ease, opacity .18s ease, visibility .18s; }
.mobile-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
.mobile-nav a { display: flex; align-items: center; min-height: 46px; padding: 11px 8px; border-bottom: 1px solid rgba(255,255,255,.12); font-weight: 800; transition: color .2s, background .2s; }
.mobile-nav a:hover, .mobile-nav a[aria-current="page"] { color: #ffe0a4; background: rgba(255,255,255,.05); }
.mobile-nav-cart { display: flex; align-items: center; justify-content: space-between; }
.mobile-nav-cart-count { display: grid; place-items: center; min-width: 25px; height: 25px; padding: 0 .4rem; border-radius: 999px; color: var(--navy); background: #fff; font-size: .72rem; }
.mobile-nav-whatsapp { justify-content: center; gap: 9px; min-height: 49px !important; margin-top: 8px; color: #fff !important; background: var(--green) !important; border: 0 !important; border-radius: 999px; font-weight: 1000 !important; }
.mobile-nav-whatsapp svg { width: 19px; height: 19px; }

.page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(120deg, rgba(3,43,61,.96), rgba(7,95,111,.88)), var(--hero-image, none) center/cover;
}
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -110px; top: -180px; border: 90px solid rgba(255,255,255,.06); border-radius: 50%; }
.hero-inner { position: relative; z-index: 1; min-height: 430px; display: grid; align-content: center; max-width: 760px; padding-block: 76px; }
.eyebrow { margin: 0 0 12px; color: #6ee2e4; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; color: var(--navy-deep); }
.page-hero h1 { max-width: 750px; margin: 0; color: #fff; font-size: clamp(2.45rem, 6vw, 4.8rem); line-height: 1.04; }
.hero-copy { max-width: 650px; margin: 20px 0 0; color: #e6f4f5; font-size: clamp(1rem, 2vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.section { padding: 78px 0; }
.section-tint { background: #eefafa; }
.section-heading { max-width: 690px; margin: 0 auto 38px; text-align: center; }
.section-heading .eyebrow { color: var(--sea); }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.12; }
.section-heading p { margin: 14px 0 0; color: var(--muted); }
.grid { display: grid; gap: 22px; }
.product-grid { grid-template-columns: repeat(4, 1fr); }
.promo-grid { max-width: 760px; margin: auto; grid-template-columns: repeat(2, 1fr); }
.product-card { overflow: hidden; border: 1px solid #deebeb; border-radius: 24px; background: #fff; box-shadow: 0 9px 30px rgba(4,52,73,.07); }
.product-media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #d9eeee; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.promo-flyer-media { aspect-ratio: 4/5; background: var(--navy-deep); }
.promo-flyer-media img { object-fit: contain; }
.product-card:hover .product-media img { transform: scale(1.045); }
.product-badge { position: absolute; top: 13px; left: 13px; padding: 6px 11px; border-radius: 99px; color: #fff; background: var(--coral); font-size: .72rem; font-weight: 900; }
.product-body { padding: 20px; }
.product-title-row { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.product-card h2, .product-card h3 { margin: 0; color: var(--navy); font: 800 1.25rem/1.15 "Playfair Display", Georgia, serif; }
.price { color: var(--coral); font-size: 1.28rem; font-weight: 1000; white-space: nowrap; }
.product-card p { min-height: 50px; margin: 10px 0 18px; color: var(--muted); font-size: .91rem; }
.promo-configurator { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0 0 16px; }
.promo-configurator label { display: grid; gap: 6px; color: var(--navy); font-size: .75rem; font-weight: 900; }
.promo-configurator select { width: 100%; min-height: 44px; padding: 9px 32px 9px 11px; border: 1px solid #cbdede; border-radius: 12px; color: var(--navy); background: #f7fcfc; font: inherit; font-size: .78rem; cursor: pointer; }
.promo-configurator select:focus-visible { outline: 3px solid rgba(7, 142, 155, .25); outline-offset: 2px; border-color: var(--sea); }
.product-order { width: 100%; min-height: 44px; padding: 10px 16px; font-size: .9rem; }
.product-order-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.product-order-options .product-order { padding-inline: 10px; }
.product-order.is-added { background: var(--sea); transform: scale(.98); }

/* Carrito completo de la Carta */
body.carta-cart-open { overflow: hidden; }
.cart-trigger-count {
  display: inline-grid;
  place-items: center;
  min-width: 25px;
  height: 25px;
  padding-inline: 7px;
  border-radius: 999px;
  color: var(--navy-deep);
  background: #fff;
  font-size: .74rem;
  font-weight: 1000;
}
.button-secondary .cart-trigger-count { color: #fff; background: var(--coral); }
.carta-cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 490;
  visibility: hidden;
  background: rgba(2, 28, 40, .58);
  opacity: 0;
  backdrop-filter: blur(3px);
  transition: opacity .25s, visibility .25s;
}
.carta-cart-backdrop.is-open { visibility: visible; opacity: 1; }
.carta-cart {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 500;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(460px, 100%);
  height: 100vh;
  height: 100dvh;
  color: var(--ink);
  background: #fff;
  box-shadow: -18px 0 55px rgba(2, 28, 40, .22);
  transform: translateX(102%);
  transition: transform .28s ease;
}
.carta-cart.is-open { transform: translateX(0); }
.carta-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  color: #fff;
  background: linear-gradient(120deg, var(--navy-deep), var(--navy));
}
.cart-kicker { color: #8fe6e6; font-size: .69rem; font-weight: 1000; letter-spacing: .1em; text-transform: uppercase; }
.carta-cart-header h2 { margin: 2px 0 0; color: #fff; font-size: 1.65rem; line-height: 1.05; }
.carta-cart-close {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.1);
  font-size: 1.8rem;
  line-height: 1;
}
.carta-cart-scroll { overflow-y: auto; padding: 20px 22px; }
.carta-cart-empty { margin: 22px 0 28px; padding: 22px; border-radius: 16px; color: var(--muted); background: #f3f9f9; text-align: center; }
.carta-cart-item { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 13px; padding: 14px 0; border-bottom: 1px solid #e4eeee; }
.carta-cart-item:first-child { padding-top: 0; }
.carta-cart-item img { width: 72px; height: 72px; border-radius: 14px; object-fit: cover; background: #e8f3f3; }
.carta-cart-item-name { color: var(--navy); font-weight: 1000; line-height: 1.25; }
.carta-cart-item-price { margin-top: 3px; color: var(--coral); font-size: .86rem; font-weight: 900; }
.carta-cart-item-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 8px; }
.carta-cart-quantity { display: inline-flex; align-items: center; gap: 10px; }
.carta-cart-quantity button {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border: 1px solid #cfe0e0;
  border-radius: 50%;
  color: var(--navy);
  background: #f8fcfc;
  font-weight: 1000;
}
.carta-cart-remove { border: 0; color: #bb462d; background: transparent; font-size: .75rem; font-weight: 900; }
.carta-cart-form { display: grid; gap: 12px; margin-top: 22px; padding-top: 20px; border-top: 2px solid #e4eeee; }
.carta-cart-form h3 { margin: 0; color: var(--navy); font: 800 1.2rem "Playfair Display", Georgia, serif; }
.carta-cart-form > label { display: grid; gap: 5px; color: var(--navy); font-size: .78rem; font-weight: 900; }
.carta-cart-form input[type="text"],
.carta-cart-form textarea {
  width: 100%;
  min-height: 45px;
  padding: 10px 12px;
  border: 1px solid #cfe0e0;
  border-radius: 11px;
  color: var(--ink);
  background: #fbfdfd;
  font: inherit;
  resize: vertical;
}
.carta-cart-form input:focus,
.carta-cart-form textarea:focus { outline: 3px solid rgba(14, 143, 161, .16); border-color: var(--sea); }
.carta-payment-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0; padding: 0; border: 0; }
.carta-payment-options legend { grid-column: 1 / -1; margin-bottom: 5px; color: var(--navy); font-size: .78rem; font-weight: 900; }
.carta-payment-options label { display: flex; align-items: center; gap: 7px; min-height: 42px; padding: 8px 10px; border: 1px solid #d9e7e7; border-radius: 10px; background: #f8fcfc; font-size: .78rem; font-weight: 800; }
.carta-payment-options label:has(input:checked) { border-color: var(--sea); background: var(--sea-light); }
.carta-payment-options input { accent-color: var(--sea); }
.carta-delivery-note { display: grid; gap: 3px; margin-top: 16px; padding: 13px 14px; border: 1px solid #bee0dc; border-radius: 13px; color: var(--navy); background: #effaf8; }
.carta-delivery-note strong { font-size: .82rem; }
.carta-delivery-note span { color: var(--muted); font-size: .72rem; }
.carta-cart-footer { padding: 16px 22px 18px; border-top: 1px solid #dceaea; background: #fffdf8; box-shadow: 0 -8px 25px rgba(4,52,73,.07); }
.carta-cart-total { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 11px; font-weight: 900; }
.carta-cart-total strong { color: var(--coral); font-size: 1.15rem; }
.carta-cart-clear { display: none; width: 100%; margin-bottom: 7px; border: 0; color: #a94833; background: transparent; font-size: .75rem; font-weight: 900; }
.carta-cart-checkout { width: 100%; min-height: 54px; padding: 12px 16px; border: 0; border-radius: 14px; color: #fff; background: var(--green); box-shadow: 0 12px 28px rgba(32,191,99,.25); font-weight: 1000; }
.carta-cart-checkout:disabled { cursor: not-allowed; filter: grayscale(.4); opacity: .55; box-shadow: none; }
.carta-cart-footer small { display: block; margin-top: 8px; color: var(--muted); font-size: .65rem; line-height: 1.35; text-align: center; }
.carta-toast { position: fixed; left: 50%; bottom: 24px; z-index: 520; max-width: calc(100% - 30px); padding: 11px 16px; border-radius: 999px; color: #fff; background: var(--navy-deep); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .22s; font-weight: 900; text-align: center; }
.carta-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.feature-grid { grid-template-columns: repeat(3, 1fr); }
.feature-card { padding: 29px; border: 1px solid #dceaea; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.feature-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; color: #fff; background: var(--sea); font-size: 1.45rem; }
.feature-card h2, .feature-card h3 { margin: 18px 0 6px; font-size: 1.3rem; }
.feature-card p { margin: 0; color: var(--muted); }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step { position: relative; padding: 30px 26px; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.step::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--coral); font-weight: 1000; }
.step h2, .step h3 { margin: 16px 0 8px; font-size: 1.3rem; }
.step p { margin: 0; color: var(--muted); }
.sales-banner { display: grid; grid-template-columns: 1.2fr auto; align-items: center; gap: 30px; padding: 42px; border-radius: 30px; color: #fff; background: linear-gradient(120deg, var(--navy), #086879); box-shadow: var(--shadow); }
.sales-banner h2 { margin: 0 0 8px; color: #fff; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.sales-banner p { max-width: 700px; margin: 0; color: #d8f1f2; }
.info-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.info-list li { display: flex; gap: 10px; align-items: flex-start; }
.info-list strong { color: var(--navy); }
.faq-list { max-width: 840px; margin: auto; display: grid; gap: 12px; }
.faq-list details { padding: 20px 22px; border: 1px solid #dceaea; border-radius: 17px; background: #fff; }
.faq-list summary { cursor: pointer; color: var(--navy); font-weight: 900; }
.faq-list p { margin: 10px 0 0; color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 26px; }
.contact-layout > * { min-width: 0; }
.contact-card { padding: 34px; border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.contact-card a { overflow-wrap: anywhere; }
.contact-card h2 { margin-top: 0; }
.social-links { display: grid; gap: 10px; }
.social-links a { padding: 14px 17px; border: 1px solid #dceaea; border-radius: 13px; font-weight: 900; }
.legal { max-width: 850px; margin: auto; }
.legal h2 { margin-top: 38px; }
.card-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.location-panel { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(260px,.7fr); overflow: hidden; border: 1px solid #dceaea; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.location-map { width: 100%; min-height: 390px; border: 0; }
.location-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 32px; }
.location-copy h2 { margin: 0 0 12px; color: var(--navy); font: 800 clamp(1.5rem,3vw,2.2rem)/1.1 "Playfair Display", Georgia, serif; }
.location-copy p { margin: 0 0 20px; color: var(--muted); line-height: 1.7; }

.site-footer { color: #d9eff1; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(2, 1fr); gap: 44px; padding: 55px 0 35px; }
.footer-brand { display: flex; gap: 12px; align-items: center; color: #fff; }
.footer-brand img { width: 72px; }
.footer-brand strong { font: 800 1.25rem "Playfair Display", Georgia, serif; }
.site-footer h2 { margin: 0 0 14px; color: #fff; font: 800 1rem "Nunito Sans", sans-serif; }
.footer-links { display: grid; gap: 8px; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { padding: 20px 0 34px; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; }
.mobile-buy {
  position: fixed;
  z-index: 45;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 18px 12px 14px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 14px 34px rgba(3,43,61,.28);
  font-weight: 1000;
  transition: transform .2s ease, box-shadow .2s ease;
}
.mobile-buy:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(3,43,61,.34); }
.mobile-buy svg { width: 24px; height: 24px; flex: 0 0 24px; }

@media (max-width: 1500px) {
  .desktop-nav, .header-order-action { display: none; }
  .header-cart-action { margin-left: auto; }
  .menu-toggle { display: flex; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1160px); }
  .site-header .header-row { width: min(100% - 24px, 1780px); min-height: 72px; gap: 8px; }
  .brand { min-width: 0; }
  .brand img { width: 56px; height: 56px; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .62rem; }
  .header-cart-action { width: 42px; height: 42px; flex-basis: 42px; }
  .menu-toggle { width: 42px; height: 42px; flex-basis: 42px; }
  .mobile-nav { max-height: calc(100dvh - 72px); padding-inline: 14px; }
  .page-hero { background-position: 62% center; }
  .hero-inner { min-height: 390px; padding-block: 58px; }
  .page-hero h1 { font-size: clamp(2.3rem, 12vw, 3.5rem); }
  .hero-actions > * { width: 100%; }
  .section { padding: 58px 0; }
  .product-grid, .promo-grid, .feature-grid, .steps, .contact-layout, .footer-grid { grid-template-columns: 1fr; }
  .promo-configurator { grid-template-columns: 1fr; }
  .product-media { aspect-ratio: 16/10; }
  .promo-flyer-media { aspect-ratio: 4/5; }
  .sales-banner { grid-template-columns: 1fr; padding: 30px 24px; }
  .sales-banner .button-primary { width: 100%; }
  .footer-grid { gap: 28px; }
  .footer-bottom { padding-bottom: 90px; }
  .mobile-buy { right: 14px; bottom: 14px; max-width: calc(100% - 28px); min-height: 52px; padding: 11px 16px 11px 13px; font-size: .88rem; }
  .location-panel { grid-template-columns: 1fr; }
  .location-map { min-height: 300px; }
  .location-copy { padding: 22px; }
  .card-actions > * { width: 100%; text-align: center; }
  .carta-cart-scroll { padding: 17px 16px; }
  .carta-cart-header, .carta-cart-footer { padding-inline: 16px; }
  .carta-cart-header h2 { font-size: 1.45rem; }
  .carta-cart-item { grid-template-columns: 64px minmax(0, 1fr); }
  .carta-cart-item img { width: 64px; height: 64px; }
  .carta-toast { bottom: 14px; }
}
@media (max-width: 380px) {
  .site-header .header-row { width: calc(100% - 18px); }
  .brand { gap: 7px; }
  .brand img { width: 50px; height: 50px; }
  .brand strong { max-width: 142px; font-size: .83rem; line-height: 1; }
  .brand small { display: none; }
  .header-cart-action, .menu-toggle { width: 39px; height: 39px; flex-basis: 39px; }
}
/* Claridad visual y compra cómoda en cualquier pantalla. */
body { overflow-x: clip; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.product-card { display: grid; grid-template-rows: auto 1fr; min-width: 0; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-4px); border-color: #c6dfdf; box-shadow: 0 18px 42px rgba(4,52,73,.12); }
.product-body { display: flex; flex-direction: column; min-width: 0; }
.product-body > .product-order,
.product-body > .product-order-options { margin-top: auto; }
[data-delivery-only][hidden] { display: none !important; }
.carta-fulfillment-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0; padding: 0; border: 0; }
.carta-fulfillment-options legend { grid-column: 1 / -1; margin-bottom: 5px; color: var(--navy); font-size: .78rem; font-weight: 900; }
.carta-fulfillment-options label { display: flex; align-items: center; gap: 7px; min-height: 44px; padding: 8px 10px; border: 1px solid #d9e7e7; border-radius: 10px; color: var(--navy); background: #f8fcfc; font-size: .78rem; font-weight: 800; cursor: pointer; }
.carta-fulfillment-options label:has(input:checked) { border-color: var(--sea); background: var(--sea-light); }
.carta-fulfillment-options input { accent-color: var(--sea); }
.purchase-assurance {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: -34px auto 48px;
}
.purchase-assurance span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 12px;
  border: 1px solid #dceaea;
  border-radius: 15px;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 10px 28px rgba(4,52,73,.09);
  font-size: .8rem;
  font-weight: 900;
  text-align: center;
}

@media (max-width: 700px) {
  .mobile-buy { bottom: calc(14px + env(safe-area-inset-bottom)); }
  .carta-cart-quantity button { width: 40px; height: 40px; }
  .carta-cart-form input[type="text"],
  .carta-cart-form textarea,
  .promo-configurator select { min-height: 48px; font-size: 16px; }
  .carta-cart-footer { padding-bottom: calc(18px + env(safe-area-inset-bottom)); }
  .purchase-assurance { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: -28px auto 38px; }
  .purchase-assurance span { min-height: 48px; font-size: .72rem; }
}
@media (max-width: 360px) {
  .shell { width: calc(100% - 35px); margin-inline: auto; }
  .brand { gap: 7px; }
  .brand img { width: 50px; height: 50px; }
  .brand strong { font-size: .9rem; }
  .brand small { display: none; }
  .product-title-row { flex-wrap: wrap; }
  .carta-payment-options, .carta-fulfillment-options { grid-template-columns: 1fr; }
  .purchase-assurance { gap: 7px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
