/* REBU landing 2026 — isolated from the editorial public pages. */
@font-face {
  font-family: "SantaIsabelOfficial";
  src: url("/public-site/retailers/santa-isabel.ttf") format("truetype");
  font-display: swap;
}

body.home-page {
  --home-navy: #1c3550;
  --home-deep: #102a43;
  --home-red: #ef2f2a;
  --home-red-dark: #c6201c;
  --home-cream: #faf5ed;
  --home-paper: #fffdf9;
  --home-blue-pale: #e9f2f7;
  --home-ink: #172536;
  --home-muted: #607080;
  --home-line: rgba(28, 53, 80, 0.14);
  --home-radius: 1.75rem;
  background: var(--home-paper);
  color: var(--home-ink);
  font-family: "Archivo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: clip;
}

.home-page main { overflow: clip; }
.home-page img { display: block; max-width: 100%; height: auto; }
.home-page :focus-visible { outline: 3px solid #0d86a8; outline-offset: 4px; }
.home-page .home-shell { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.home-page .skip-link { background: var(--home-deep); color: #fff; }

/* Home-specific navigation. */
.home-page .site-header.home-header {
  position: fixed; inset: 0 0 auto; z-index: 50; padding: .65rem 0 0; pointer-events: none;
  background: transparent; border: 0; backdrop-filter: none;
}
.home-page .home-header > .wrap {
  display: flex; flex-wrap: wrap; column-gap: 1.8rem; row-gap: 0; height: auto;
  width: min(1380px, calc(100% - 5rem));
  min-height: 4rem;
  padding: .65rem 1.25rem;
  border: 0;
  border-radius: 2.6rem;
  background: #fbf9f7;
  box-shadow: 0 12px 40px rgba(38,28,23,.075);
  color: var(--home-navy);
  pointer-events: auto;
  transition: border-radius .35s ease, box-shadow .35s ease;
}
.home-page .home-header[data-scrolled] > .wrap {
  background: #fbf9f7;
  border-color: transparent;
  box-shadow: 0 14px 38px -34px rgba(16, 42, 67, .58);
  backdrop-filter: none;
}
.home-page .home-brand { display: inline-flex; align-items: center; flex-shrink: 0; width: 6.3rem; margin-right: 1rem; }
.home-page .home-brand img { width: 100%; height: auto; }
.home-page .home-header .nav { display: flex; align-items: center; gap: .45rem; }
.home-page .home-header .nav a, .home-page .home-header .nav button { padding: .6rem .65rem; color: var(--home-ink); font: 500 .92rem/1.2 "Archivo", sans-serif; letter-spacing: -.015em; text-decoration: none; border: 0; border-radius: .5rem; background: transparent; cursor: pointer; }
.home-page .home-header .nav :is(a, button):hover { background: #efebe8; }
.home-page .home-header .nav button span { display: inline-block; margin-left: .3rem; transition: transform .2s; }
.home-page .home-header .nav button[aria-expanded="true"] span { transform: rotate(180deg); }
.home-page .home-header .nav a::after { background: var(--home-red); }
.home-page .home-header__actions { display: flex; align-items: center; gap: .45rem; margin-left: auto; }
.home-page .home-header__login { padding: .7rem .9rem; border-radius: .8rem; background: #e9e5e2; color: var(--home-ink); font-size: .85rem; font-weight: 500; text-decoration: none; }
.home-page .home-header__download { padding: .7rem 1rem; border-radius: .8rem; background: var(--home-red-dark); color: #fff; font-size: .85rem; font-weight: 550; text-decoration: none; }
.home-page .home-header__download:hover { background: #a91a17; }
.home-page .home-header .menu-btn { color: var(--home-navy); border-color: var(--home-line); }
.home-page .home-header .menu-btn__dots i { background: var(--home-red); }

.home-v5 { background: var(--home-paper); }
.home-v5 h1, .home-v5 h2, .home-v5 h3, .home-v5 p { margin-block-start: 0; }
.home-v5 h1, .home-v5 h2, .home-v5 h3 { color: var(--home-navy); letter-spacing: -.055em; text-wrap: balance; }
.home-v5 h2 { margin-bottom: 1.25rem; font-size: clamp(2.45rem, 5vw, 4.9rem); line-height: .98; }
.home-v5 h3 { letter-spacing: -.035em; }
.home-v5 p { line-height: 1.62; }
.home-v5 svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.home-hero {
  position: relative;
  min-height: 100svh;
  padding: 5.8rem 0 4.5rem;
  background: #f6f4f1;
}
.home-hero::before, .home-hero::after { display: none; }
.home-hero::before { width: 18rem; height: 18rem; left: -10rem; top: 25%; background: rgba(106, 167, 194, .12); }
.home-hero::after { width: 12rem; height: 12rem; right: -7rem; top: 15%; background: rgba(239, 47, 42, .09); }
.home-hero__copy { position: relative; z-index: 8; max-width: 1260px; margin-top: 1rem; text-align: center; }
.eyebrow, .kicker {
  margin-bottom: 1.15rem;
  color: var(--home-red-dark);
  font-size: .76rem;
  font-weight: 820;
  letter-spacing: .17em;
  line-height: 1.2;
  text-transform: uppercase;
}
.home-hero h1 { margin: 0 auto 1.25rem; max-width: 1260px; font-size: clamp(2.8rem, 5.15vw, 4.5rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.02; }
.home-hero h1 span { color: inherit; }
.home-hero__lead { max-width: 730px; margin: 0 auto 1.25rem; color: #4a5057; font-size: clamp(1rem, 1.55vw, 1.22rem); line-height: 1.45; }
.home-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; }
.home-v5 .button {
  display: inline-flex; align-items: center; justify-content: center; gap: .75rem;
  min-height: 2.6rem; padding: .7rem 1rem; border: 1px solid transparent; border-radius: .75rem;
  font-size: .9rem; font-weight: 550; line-height: 1.2; text-decoration: none; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.home-v5 .button:hover { transform: translateY(-2px); }
.home-v5 .button svg, .home-v5 .text-link svg { transition: transform .2s ease; }
.home-v5 .button:hover svg, .home-v5 .text-link:hover svg { transform: translateX(3px); }
.home-v5 .button--primary { background: var(--home-red-dark); color: #fff; box-shadow: 0 18px 34px -19px var(--home-red-dark); }
.home-v5 .button--primary:hover { background: #a91a17; box-shadow: 0 20px 38px -18px var(--home-red-dark); }
.home-v5 .button--quiet { border-color: var(--home-line); background: rgba(255, 255, 255, .72); color: var(--home-navy); }
.home-v5 .button--dark { background: var(--home-navy); color: #fff; }
.availability { display: flex; align-items: center; justify-content: center; gap: .55rem; margin: 1rem 0 0; color: var(--home-muted); font-size: .76rem; }
.availability span { width: .45rem; height: .45rem; border-radius: 50%; background: #23a879; box-shadow: 0 0 0 .25rem rgba(35, 168, 121, .12); }

@property --orbit-turn {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@property --orbit-counter-turn {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.hero-visual { position: relative; height: clamp(22rem, 32vw, 27rem); perspective: 1000px; }
.hero-orbit { position: absolute; inset: 0; }
.hero-city-map { position: absolute; z-index: 1; left: 50%; top: 49%; width: min(98%, 1100px); height: 108%; opacity: .64; transform: translate(-50%, -50%) rotate(-6deg); -webkit-mask-image: radial-gradient(ellipse, #000 29%, transparent 72%); mask-image: radial-gradient(ellipse, #000 29%, transparent 72%); }
.hero-city-map svg { width: 100%; height: 100%; stroke: none; }
.hero-city-map .city-river { fill: none; stroke: #b5d5df; stroke-width: 32; }
.hero-city-map .city-parks { fill: #c9ddc1; stroke: #b9cfb0; stroke-width: 2; }
.hero-city-map .city-park-paths { stroke: #f7f4df; stroke-width: 5; }
.hero-city-map .city-trees { fill: #a9c49a; stroke: none; }
.hero-city-map .city-avenue-edge { fill: none; stroke: #e0d7b4; stroke-width: 26; }
.hero-city-map .city-avenue { fill: none; stroke: #fcf1cf; stroke-width: 22; }
.hero-city-map .city-avenue-center { fill: none; stroke: #fffaf0; stroke-width: 3; }
.hero-city-map .city-walking-route { fill: none; stroke: #779ba8; stroke-width: 5; stroke-dasharray: 2 10; }
.hero-city-map .city-map-pins { fill: #bf6558; stroke: #fff; stroke-width: 5; }
.hero-city-map .city-map-labels { fill: #718077; stroke: none; font: 13px "Archivo", sans-serif; }
.hero-discoveries { position: absolute; inset: 0; z-index: 8; pointer-events: none; }
.offer-showcase { position: relative; isolation: isolate; max-width: 1100px; min-height: 18rem; margin-top: 1rem; display: grid; align-items: center; }
.offer-showcase__message { position: relative; z-index: 1; width: calc(100% - 30rem); margin: 0 auto; padding-block: 2rem; text-align: center; }
.offer-showcase__message p { margin-bottom: .6rem; color: var(--home-navy); font-size: clamp(1.05rem, 1.7vw, 1.3rem); font-weight: 500; line-height: 1.5; text-wrap: balance; }
.offer-showcase__message > strong { color: var(--home-red-dark); font-size: clamp(1.15rem, 2vw, 1.5rem); letter-spacing: -.03em; }
.offer-showcase__backdrop { position: absolute; inset: 0; z-index: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .24; filter: saturate(.65); pointer-events: none; user-select: none; -webkit-mask-image: radial-gradient(ellipse at center, #000 28%, transparent 72%); mask-image: radial-gradient(ellipse at center, #000 28%, transparent 72%); }
.product-discovery { position: absolute; top: 66%; left: 18%; display: grid; grid-template-columns: 3.2rem 1fr; gap: .15rem .65rem; width: 12rem; padding: .7rem; border: 1px solid rgba(28,53,80,.09); border-radius: 1rem; background: rgba(255,255,255,.96); box-shadow: 0 12px 36px -18px rgba(16,42,67,.27); opacity: 0; animation: discover-product 18s ease-in-out infinite; animation-delay: var(--discovery-delay); }
.offer-showcase .product-discovery { top: 5rem; left: 0; right: auto; width: 13rem; max-width: 22%; margin: 0; }
.offer-showcase .product-discovery--right { left: auto; right: 0; }
.product-discovery > img { width: 3.2rem; height: 4.2rem; object-fit: contain; align-self: center; mix-blend-mode: multiply; }
.product-discovery > div { display: grid; align-content: center; gap: .25rem; }
.product-discovery__discount { justify-self: start; padding: .25rem .45rem; border-radius: .4rem; background: #c33529; color: white; font-size: .8rem; font-weight: 750; }
.product-discovery__discount--catalog { background: #e9f2f7; color: var(--home-navy); font-size: .65rem; }
.product-discovery strong { color: var(--home-navy); font-size: .72rem; }
.product-discovery > div > span:last-child { font-size: .73rem; color: var(--home-navy); font-weight: 650; }
.product-discovery del { margin-left: .25rem; color: #87909a; font-size: .58rem; font-weight: 400; }
.product-discovery > small { grid-column: 1 / -1; color: var(--home-muted); font-size: .5rem; text-align: right; }
@keyframes discover-product {
  0%, 29%, 100% { opacity: 0; transform: translateY(14px) scale(.97); }
  5%, 22% { opacity: 1; transform: translateY(0) scale(1); }
}
.city-blocks { fill: rgba(106, 167, 194, .2); stroke: rgba(28, 53, 80, .1); stroke-width: 2; }
.city-roads { fill: none; stroke: rgba(255, 255, 255, .96); stroke-width: 16; stroke-linecap: round; }
.city-roads path:not(.city-route) { filter: drop-shadow(0 0 1px rgba(28,53,80,.2)); }
.city-roads .city-route { stroke: rgba(239,47,42,.48); stroke-width: 5; stroke-dasharray: 8 11; }
.city-center circle:first-child { fill: rgba(28,53,80,.13); stroke: rgba(255,255,255,.85); stroke-width: 5; }
.city-center circle:last-child { fill: var(--home-navy); }
.hero-orbit__cards {
  --orbit-y: .34;
  --orbit-card-y: 2.941;
  position: absolute; inset: 0; margin: 0; padding: 0; list-style: none;
}
.orbit-card {
  --radius: clamp(15rem, 36vw, 31rem);
  --orbit-delay: 0s;
  position: absolute; z-index: 6; left: 50%; top: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .38rem;
  width: 8.2rem; min-height: 5rem; padding: .62rem .75rem .55rem; border: 1px solid rgba(28, 53, 80, .1); border-radius: 1rem;
  background: rgba(255, 255, 255, .9); box-shadow: 0 18px 40px -24px rgba(16, 42, 67, .46);
  color: var(--home-navy);
  transform: translate(-50%, -50%) scaleY(var(--orbit-y)) rotate(var(--orbit-turn)) translateX(var(--radius)) rotate(var(--orbit-counter-turn)) scaleY(var(--orbit-card-y));
  animation: home-logo-orbit 30s linear infinite;
  animation-delay: var(--orbit-delay);
  will-change: transform;
}
.retailer-logo { display: grid; place-items: center; width: 6rem; height: 2.2rem; overflow: hidden; border-radius: .55rem; line-height: 1; }
.retailer-logo img { width: 100%; height: 100%; object-fit: contain; }
.retailer-logo__word { display: block; white-space: nowrap; }
.retailer-logo--jumbo { width: 6.15rem; height: 1.55rem; }
.retailer-logo--unimarc { display: flex; width: 6.2rem; height: 2.3rem; gap: .38rem; overflow: visible; }
.retailer-logo__unimarc-mark { display: block; flex: 0 0 auto; width: 1.75rem; height: 1.75rem; overflow: hidden; border-radius: .5rem; }
.retailer-logo__unimarc-mark img { width: 100%; height: auto; max-width: none; object-fit: initial; }
.retailer-logo__unimarc-word { color: #121212; font-size: .72rem; font-weight: 760; letter-spacing: .11em; white-space: nowrap; }
.retailer-logo--santa-isabel { width: 6.15rem; height: 2.3rem; padding: .24rem .55rem; background: #e31e2d; }
.retailer-logo__santa { color: #fff; font-family: "SantaIsabelOfficial", sans-serif; font-size: .7rem; line-height: 1; }
.retailer-logo--lider { color: #0055a5; font-size: 1.25rem; font-weight: 900; letter-spacing: .07em; }
.retailer-logo--tottus { color: #65a70c; font-size: 1.18rem; font-weight: 900; letter-spacing: .03em; }
.retailer-logo--acuenta { width: 6.15rem; height: 2.3rem; background: #e3212b; color: #fff; font-size: 1.22rem; font-weight: 900; letter-spacing: -.03em; }
.nearby-meta { display: flex; align-items: center; gap: .35rem; color: #627486; font-size: .59rem; font-weight: 720; white-space: nowrap; }
.nearby-meta i { width: .38rem; height: .38rem; border-radius: 50%; background: #23a879; box-shadow: 0 0 0 .18rem rgba(35,168,121,.13); }
.orbit-card--1 { --orbit-delay: 0s; }
.orbit-card--2 { --orbit-delay: -5s; }
.orbit-card--3 { --orbit-delay: -10s; }
.orbit-card--4 { --orbit-delay: -15s; }
.orbit-card--5 { --orbit-delay: -20s; }
.orbit-card--6 { --orbit-delay: -25s; }
.proximity-status { position: absolute; z-index: 7; left: 50%; top: 5%; display: flex; align-items: center; gap: .5rem; padding: .48rem .72rem; border: 1px solid rgba(28,53,80,.1); border-radius: 999px; background: rgba(255,255,255,.9); box-shadow: 0 14px 30px -22px rgba(16,42,67,.52); color: var(--home-navy); transform: translateX(-50%); backdrop-filter: blur(12px); white-space: nowrap; }
.proximity-status > span { width: .5rem; height: .5rem; border-radius: 50%; background: #23a879; box-shadow: 0 0 0 .28rem rgba(35,168,121,.13); animation: home-location-pulse 2s ease-out infinite; }
.proximity-status strong { font-size: .67rem; }
.proximity-status small { padding: .22rem .4rem; border-radius: 999px; background: rgba(35,168,121,.1); color: #168d65; font-size: .53rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.hero-mascot { position: absolute; z-index: 4; left: 50%; top: 48%; width: clamp(20rem, 38vw, 31rem); margin: 0; transform: translate(calc(-50% + var(--home-x, 0px)), calc(-50% + var(--home-y, 0px))); transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.hero-mascot img { position: relative; z-index: 1; width: 100%; filter: drop-shadow(0 26px 24px rgba(74,42,31,.18)); }
.proximity-note { width: min(92%, 36rem); margin: .55rem auto 0; color: var(--home-muted); font-size: .59rem; text-align: center; }
@keyframes home-logo-orbit {
  0% { --orbit-turn: 0deg; --orbit-counter-turn: 0deg; z-index: 6; }
  49.99% { z-index: 6; }
  50% { z-index: 3; }
  99.99% { z-index: 3; }
  100% { --orbit-turn: 360deg; --orbit-counter-turn: -360deg; z-index: 6; }
}
@keyframes home-location-pulse { 65%, 100% { box-shadow: 0 0 0 .55rem rgba(35,168,121,0); } }

.proof { padding: 0 0 4.5rem; background: #f6f4f1; }
.proof__panel { overflow: hidden; border-radius: 1.5rem; background: #fff; }
.proof__heading { position: relative; padding: 2.4rem 3.5rem 0; }
.proof__title { margin: 0; color: #85807c; font-size: clamp(.95rem, 1.5vw, 1.2rem); font-weight: 400; letter-spacing: -.015em; text-align: center; }
.proof__pause { position: absolute; top: 2.1rem; right: 1rem; display: grid; place-items: center; width: 1.8rem; height: 1.8rem; padding: 0; border: 1px solid #eeeae7; border-radius: 50%; background: #fff; color: #817a74; cursor: pointer; font-size: .75rem; }
.retailer-marquee { overflow: hidden; margin: 1.8rem 2rem 2.5rem; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.retailer-marquee__track { display: flex; width: max-content; animation: retailer-scroll 28s linear infinite; }
.retailer-strip { display: flex; flex: 0 0 auto; gap: 3rem; margin: 0; padding: 0 3rem 0 0; list-style: none; }
.retailer-strip li { display: grid; place-items: center; flex: 0 0 10rem; width: 10rem; min-height: 4rem; padding: .5rem; border: 0; background: transparent; }
.retailer-marquee[data-paused] .retailer-marquee__track { animation-play-state: paused; }
@keyframes retailer-scroll { to { transform: translateX(-50%); } }
.retailer-strip .retailer-logo { width: 7rem; height: 2.6rem; }
.retailer-strip .retailer-logo--jumbo { height: 1.75rem; }
.retailer-strip .retailer-logo--unimarc { width: 7.2rem; height: 2.7rem; }
.retailer-strip .retailer-logo__unimarc-mark { width: 2rem; height: 2rem; }
.retailer-strip .retailer-logo__unimarc-word { font-size: .82rem; }
.retailer-strip .retailer-logo--santa-isabel, .retailer-strip .retailer-logo--acuenta { height: 2.55rem; }
.retailer-strip .retailer-logo__santa { font-size: .82rem; }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; overflow: hidden; border-top: 1px solid #f1edeb; background: #f1edeb; }
.signal { display: grid; justify-items: center; gap: .4rem; padding: 2rem 1rem; background: #faf8f7; text-align: center; }
.signal p { display: flex; align-items: baseline; justify-content: center; gap: .28rem; margin-bottom: .4rem; color: var(--home-navy); font-size: .92rem; font-weight: 700; }
.signal strong { color: var(--home-navy); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 600; line-height: 1; letter-spacing: -.045em; }
.signal span { color: var(--home-ink); font-size: 1rem; }
.sample-note { margin: .8rem 0 0; color: var(--home-muted); font-size: .68rem; text-align: center; }

.section-home { padding: clamp(5.8rem, 10vw, 9.5rem) 0; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.split--cart { grid-template-columns: minmax(0, .84fr) minmax(32rem, 1.16fr); }
.cart-story .split--cart { grid-template-columns: minmax(0, .95fr) minmax(0, 1.15fr); gap: clamp(2rem, 4vw, 4rem); }
.cart-story h2 { font-size: clamp(2.4rem, 4.15vw, 3.65rem); font-weight: 600; line-height: 1.07; letter-spacing: -.045em; }
.cart-story h2 span { color: var(--home-red-dark); }
.cart-app-preview { width: min(100%, 420px); margin: 0 auto; }
.cart-app-preview img { display: block; width: 100%; height: auto; border-radius: 1.6rem; box-shadow: 0 24px 65px -36px rgba(16,42,67,.28); }
.cart-story .section-copy > .button { margin-top: 1rem; }
.comparison-labels, .comparison-totals { display: grid; grid-template-columns: minmax(0, 1fr) 5.5rem 5.5rem; align-items: center; gap: .75rem; padding: .75rem 1rem; }
.comparison-labels { color: var(--home-muted); font-size: .56rem; }
.comparison-labels > :not(:first-child), .comparison-totals > :not(:first-child) { text-align: right; }
.savings-board .cart-items li { grid-template-columns: auto minmax(0,1fr) 5.5rem 5.5rem; gap: .75rem; }
.savings-board .catalog-product__copy b { white-space: normal; font-size: .66rem; }
.savings-board .catalog-product__image { width: 2.7rem; height: 3.1rem; border: 0; border-radius: .4rem; }
.comparison-price { text-align: right; font-size: .8rem; white-space: nowrap; }
.comparison-price--near { color: #78828b; }
.comparison-price--better { color: #23805d; }
.comparison-totals { font-size: .85rem; color: var(--home-navy); font-weight: 650; }
.comparison-totals strong { color: #23805d; font-size: 1.05rem; }
.savings-result { display: flex; align-items: center; justify-content: space-between; gap: .8rem; padding: 1.05rem; margin-top: .35rem; border-radius: .85rem; background: #eaf3ed; color: #216446; font-size: .8rem; }
.savings-result > span { display: flex; align-items: center; flex-wrap: wrap; gap: .3rem; }
.savings-result > b { font-size: 1.65rem; letter-spacing: -.04em; }
.savings-note { margin: .75rem 0 0; color: var(--home-muted); font-size: .6rem; text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.section-copy > p:not(.kicker) { max-width: 38rem; color: var(--home-muted); font-size: 1rem; }
.check-list { display: grid; gap: .8rem; margin: 1.75rem 0 2rem; padding: 0; color: var(--home-navy); font-size: .9rem; font-weight: 650; list-style: none; }
.check-list li { display: flex; align-items: center; gap: .65rem; }
.check-list svg { flex: 0 0 auto; padding: .15rem; border-radius: 50%; background: rgba(35, 168, 121, .12); color: #168d65; }

.cart-story { background: var(--home-paper); }
.cart-board { position: relative; padding: 1rem; border: 1px solid var(--home-line); border-radius: 2rem; background: #fff; box-shadow: 0 35px 90px -54px rgba(16, 42, 67, .45); }
.demo-label { position: absolute; right: 1.2rem; top: -.75rem; padding: .38rem .65rem; border-radius: 999px; background: var(--home-blue-pale); color: var(--home-navy); font-size: .61rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cart-board__head { display: flex; align-items: center; justify-content: space-between; padding: .55rem .45rem 1rem; }
.cart-board__head > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 0 .7rem; }
.cart-board__head p { margin: 0; color: var(--home-navy); font-weight: 800; }
.cart-board__head strong { color: var(--home-muted); font-size: .68rem; font-weight: 600; }
.mini-icon { grid-row: span 2; display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: .8rem; background: var(--home-blue-pale); color: var(--home-navy); }
.status-pill { padding: .4rem .62rem; border-radius: 999px; background: rgba(239, 47, 42, .09); color: var(--home-red); font-size: .66rem; font-weight: 780; }
.cart-items { margin: 0; padding: .35rem 1rem; border: 1px solid var(--home-line); border-radius: 1.15rem; background: var(--home-paper); list-style: none; }
.cart-items li { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: .8rem; padding: .62rem 0; border-bottom: 1px solid var(--home-line); color: var(--home-navy); font-size: .76rem; }
.cart-items li:last-child { border: 0; }
.catalog-product__image { display: grid; place-items: center; width: 3.6rem; height: 3.6rem; overflow: hidden; border: 1px solid rgba(28,53,80,.09); border-radius: .85rem; background: #fff; }
.catalog-product__image img { width: 100%; height: 100%; object-fit: contain; }
.catalog-product__copy { display: grid; gap: .2rem; min-width: 0; }
.catalog-product__copy b { overflow: hidden; color: var(--home-navy); font-size: .7rem; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.catalog-product__copy small { color: var(--home-muted); font-size: .58rem; }
.catalog-product__price { display: grid; justify-items: end; gap: .16rem; }
.catalog-product__price strong { color: var(--home-navy); font-size: .8rem; }
.catalog-product__price del { color: var(--home-muted); font-size: .57rem; }
.catalog-total { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: .65rem; padding: 1rem; border-radius: 1.15rem; background: var(--home-navy); color: #fff; }
.catalog-total > span { display: flex; align-items: center; gap: .65rem; }
.catalog-total > span > span { display: grid; }
.catalog-total small { color: rgba(255, 255, 255, .62); font-size: .6rem; }
.catalog-total strong { color: #fff; font-size: .78rem; }
.catalog-total > b { padding: .45rem .6rem; border-radius: .6rem; background: rgba(255, 255, 255, .11); font-size: .8rem; white-space: nowrap; }
.demo-disclaimer { margin: .7rem 0 0; color: var(--home-muted); font-size: .62rem; text-align: right; }

.feature-story { background: var(--home-cream); }
.feature-story .split { grid-template-columns: 1.08fr .92fr; }
.feature-story h2 { font-size: clamp(2.4rem, 4.15vw, 3.65rem); font-weight: 600; line-height: 1.07; letter-spacing: -.045em; }
.feature-story h2 span { color: var(--home-red-dark); }
.neighbor-offer-preview { width: min(100%, 500px); margin: 0 auto; }
.neighbor-offer-preview img { display: block; width: 100%; height: auto; filter: drop-shadow(0 18px 24px rgba(16,42,67,.12)); }
.section-copy > .neighbor-offer-aside { margin: 1.5rem 0 2rem; padding-left: 1rem; border-left: 2px solid #dbc9b8; font-style: italic; color: var(--home-navy); }
.map-demo { position: relative; min-height: 34rem; overflow: hidden; border: 1px solid rgba(28, 53, 80, .1); border-radius: var(--home-radius); background: #e5edf0; box-shadow: 0 30px 70px -48px rgba(16, 42, 67, .45); }
.map-demo::before { content: ""; position: absolute; inset: 0; opacity: .55; background-image: radial-gradient(circle, rgba(28,53,80,.2) 1px, transparent 1px); background-size: 22px 22px; }
.map-demo__roads i { position: absolute; width: 140%; height: .85rem; left: -18%; border: .22rem solid #fff; border-inline: 0; border-radius: 50%; background: rgba(255,255,255,.5); transform: rotate(var(--r)); }
.map-demo__roads i:nth-child(1) { --r: 14deg; top: 18%; }
.map-demo__roads i:nth-child(2) { --r: -30deg; top: 54%; }
.map-demo__roads i:nth-child(3) { --r: 72deg; top: 43%; }
.map-demo__roads i:nth-child(4) { --r: -4deg; top: 78%; }
.map-home { position: absolute; z-index: 4; left: 49%; top: 53%; display: grid; place-items: center; width: 3rem; height: 3rem; border: .35rem solid #fff; border-radius: 50%; background: var(--home-navy); color: #fff; font-size: .68rem; font-weight: 800; box-shadow: 0 8px 24px rgba(16,42,67,.25); }
.map-offer { position: absolute; z-index: 3; display: grid; padding: .55rem; border: 1px solid var(--home-line); border-radius: .85rem; background: #fff; box-shadow: 0 16px 30px -20px rgba(16,42,67,.45); }
.map-offer span { color: var(--home-red); font-size: .92rem; font-weight: 850; }
.map-offer b { color: var(--home-muted); font-size: .57rem; }
.map-offer--1 { left: 18%; top: 20%; }
.map-offer--2 { right: 13%; top: 32%; }
.map-offer--3 { left: 23%; bottom: 12%; }
.map-route { position: absolute; left: 25%; top: 35%; width: 45%; height: 37%; border: .22rem dashed var(--home-red); border-radius: 48%; transform: rotate(-12deg); opacity: .72; }
.text-link { display: inline-flex; align-items: center; gap: .55rem; margin-top: .7rem; color: var(--home-red); font-size: .86rem; font-weight: 760; text-decoration: none; }

.offers-story { background: #fff; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3rem; }
.section-heading > div { max-width: 760px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 26rem; margin-bottom: .35rem; color: var(--home-muted); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.offer-card { padding: 1.25rem; border: 1px solid var(--home-line); border-radius: 1.45rem; background: var(--home-paper); transition: transform .25s ease, box-shadow .25s ease; }
.offer-card:hover { transform: translateY(-4px); box-shadow: 0 24px 45px -35px rgba(16,42,67,.48); }
.offer-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.6rem; }
.offer-card__top span { display: grid; place-items: center; min-width: 3.5rem; min-height: 2.65rem; padding: .3rem; border-radius: .85rem; background: var(--home-red-dark); color: #fff; font-weight: 850; transform: rotate(-3deg); }
.offer-card__top i { padding: .38rem .6rem; border-radius: 999px; background: var(--home-blue-pale); color: var(--home-navy); font-size: .61rem; font-style: normal; font-weight: 750; }
.offer-card h3 { margin-bottom: .55rem; font-size: 1.28rem; }
.offer-card > p { display: flex; align-items: center; gap: .45rem; margin-bottom: 1.4rem; color: var(--home-muted); font-size: .75rem; }
.offer-card footer { display: flex; align-items: center; gap: .45rem; padding-top: .8rem; border-top: 1px solid var(--home-line); color: #168d65; font-size: .7rem; font-weight: 700; }
.demo-disclaimer--center { text-align: center; }

.local-story { background: var(--home-blue-pale); }
.split--local { grid-template-columns: .8fr 1.2fr; }
.local-facts { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.6rem; }
.local-facts span { display: inline-flex; align-items: center; gap: .45rem; padding: .6rem .7rem; border: 1px solid rgba(28,53,80,.1); border-radius: .8rem; background: rgba(255,255,255,.58); color: var(--home-navy); font-size: .72rem; font-weight: 700; }
.local-mascot { position: relative; min-height: 31rem; margin: 0; overflow: hidden; border-radius: var(--home-radius); background: var(--home-cream); }
.local-mascot img { position: absolute; width: min(105%, 39rem); right: -1rem; bottom: -4rem; mix-blend-mode: multiply; }
.local-card { position: absolute; z-index: 2; left: 8%; top: 10%; display: grid; min-width: 10rem; padding: .8rem; border-radius: 1rem; background: #fff; box-shadow: 0 18px 36px -22px rgba(16,42,67,.48); transform: rotate(-3deg); }
.local-card small { color: var(--home-muted); font-size: .63rem; }
.local-card strong { margin: .25rem 0; color: var(--home-navy); }
.local-card em { color: #168d65; font-size: .59rem; font-style: normal; font-weight: 750; }

.product-stage { padding: clamp(6rem, 11vw, 10rem) 0; overflow: hidden; background: var(--home-deep); color: #fff; }
.product-stage__inner { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.section-copy--light h2 { color: #fff; }
.section-copy--light > p:not(.kicker) { color: rgba(255,255,255,.66); }
.product-points { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.6rem; }
.product-points span { display: inline-flex; align-items: center; gap: .45rem; padding: .6rem .75rem; border: 1px solid rgba(255,255,255,.13); border-radius: .8rem; background: rgba(255,255,255,.06); font-size: .7rem; font-weight: 700; }
.phone-demo { position: relative; min-height: 42rem; }
.phone-demo__body { position: absolute; left: 50%; top: 50%; width: 20rem; height: 39rem; padding: .65rem; border: 1px solid rgba(255,255,255,.23); border-radius: 3rem; background: #0a1d2d; box-shadow: 0 40px 90px -30px #07131f; transform: translate(-50%, -50%) rotate(4deg); }
.phone-demo__bar { display: flex; align-items: center; justify-content: space-between; height: 3.4rem; padding: 0 1.1rem; border-radius: 2.25rem 2.25rem .8rem .8rem; background: #fff; }
.phone-demo__bar img { width: 4.2rem; height: auto; }
.phone-demo__bar span { width: 1.8rem; height: 1.8rem; border-radius: 50%; background: var(--home-blue-pale); }
.phone-demo__screen { position: relative; height: calc(100% - 3.4rem); overflow: hidden; border-radius: .8rem  .8rem 2.3rem 2.3rem; background: #dbe8ec; }
.phone-map { position: absolute; inset: 0; background-image: linear-gradient(36deg, transparent 44%, rgba(255,255,255,.78) 45% 49%, transparent 50%), linear-gradient(-22deg, transparent 50%, rgba(255,255,255,.68) 51% 55%, transparent 56%); }
.phone-map i { position: absolute; width: .72rem; height: .72rem; border: .2rem solid #fff; border-radius: 50%; background: var(--home-navy); box-shadow: 0 4px 12px rgba(16,42,67,.22); }
.phone-map i:nth-child(1) { left: 22%; top: 21%; }
.phone-map i:nth-child(2) { right: 18%; top: 33%; }
.phone-map i:nth-child(3) { left: 49%; top: 43%; background: var(--home-red); }
.phone-map b { position: absolute; padding: .38rem .48rem; border-radius: .55rem; background: #fff; color: var(--home-red); font-size: .62rem; box-shadow: 0 7px 16px rgba(16,42,67,.12); }
.phone-map b:nth-of-type(1) { left: 13%; top: 33%; }
.phone-map b:nth-of-type(2) { right: 12%; top: 20%; }
.phone-map strong { position: absolute; left: 1rem; top: 1rem; color: var(--home-navy); font-size: .82rem; }
.phone-sheet { position: absolute; inset: auto .6rem .6rem; display: grid; padding: .7rem 1rem 1rem; border-radius: 1.3rem 1.3rem 1.8rem 1.8rem; background: #fff; color: var(--home-navy); }
.phone-sheet > span { width: 2.2rem; height: .2rem; margin: 0 auto .8rem; border-radius: 99px; background: var(--home-line); }
.phone-sheet small { color: var(--home-muted); font-size: .61rem; }
.phone-sheet strong { margin: .2rem 0 .75rem; font-size: 1.45rem; }
.phone-sheet button { padding: .7rem; border: 0; border-radius: .75rem; background: var(--home-red); color: #fff; font: inherit; font-size: .7rem; font-weight: 750; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: .7rem; padding: .8rem 1rem; border: 1px solid rgba(255,255,255,.18); border-radius: 1rem; background: rgba(255,255,255,.1); box-shadow: 0 25px 45px -25px #050e16; backdrop-filter: blur(14px); }
.floating-card span, .floating-card--save { display: grid; }
.floating-card small { color: rgba(255,255,255,.58); font-size: .58rem; }
.floating-card b { color: #fff; font-size: .75rem; }
.floating-card--route { left: 1%; top: 20%; }
.floating-card--save { right: 0; bottom: 22%; transform: rotate(2deg); }
.floating-card--save b { font-size: 1.25rem; }
.floating-card--save em { color: #ff9b98; font-size: .56rem; font-style: normal; }

.steps-section { background: #fff; }
.section-heading--center { display: block; max-width: 820px; margin-inline: auto; text-align: center; }
.section-heading--center > p { max-width: 620px; margin-inline: auto; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; margin: 0; padding: 0; list-style: none; }
.steps-grid li { position: relative; padding: .8rem .8rem 1.35rem; border: 1px solid var(--home-line); border-radius: 1.4rem; background: var(--home-paper); }
.step-art { aspect-ratio: 1.12; margin-bottom: 1.1rem; overflow: hidden; border-radius: 1rem; background: var(--home-cream); }
.step-art img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.steps-grid li > span { display: inline-block; margin-bottom: .6rem; color: var(--home-red); font-size: .68rem; font-weight: 850; }
.steps-grid h3 { margin-bottom: .55rem; font-size: 1.05rem; }
.steps-grid p { margin: 0; color: var(--home-muted); font-size: .76rem; }

.community { background: var(--home-blue-pale); }
.community__intro { max-width: 850px; margin-bottom: 3.2rem; }
.community__intro > p:last-child { max-width: 620px; color: var(--home-muted); }
.community__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.community__cards article { min-height: 13rem; padding: 1.4rem; border: 1px solid rgba(28,53,80,.1); border-radius: 1.4rem; background: rgba(255,255,255,.58); }
.community__cards article > span { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; margin-bottom: 2.5rem; border-radius: .8rem; background: var(--home-navy); color: #fff; }
.community__cards h3 { margin-bottom: .55rem; font-size: 1.2rem; }
.community__cards p { margin: 0; color: var(--home-muted); font-size: .78rem; }

.mascot-system { padding: clamp(6rem, 11vw, 10rem) 0; background: var(--home-cream); }
.mascot-system__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.mascot-system__copy > p:not(.kicker) { max-width: 35rem; color: var(--home-muted); }
.mascot-gallery { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: repeat(3, 8rem); gap: .65rem; }
.mascot-gallery figure { margin: 0; overflow: hidden; border: 1px solid rgba(28,53,80,.08); border-radius: 1.25rem; background: #fffaf3; }
.mascot-gallery__main { grid-row: 1 / 4; }
.mascot-gallery img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; transition: transform .35s ease; }
.mascot-gallery figure:hover img { transform: scale(1.025); }

.home-blog { background: #fff; scroll-margin-top: 6rem; }
.home-blog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.home-blog__card { overflow: hidden; border: 1px solid var(--home-line); border-radius: 1.4rem; background: var(--home-paper); box-shadow: 0 22px 52px -40px rgba(16,42,67,.45); }
.home-blog__image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--home-cream); }
.home-blog__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.16,1,.3,1); }
.home-blog__card:hover .home-blog__image img { transform: scale(1.025); }
.home-blog__link { display: block; height: 100%; color: var(--home-navy); text-decoration: none; }
.home-blog__link:focus-visible { outline-offset: -4px; }
.home-blog__card .home-blog__link h3 { margin: 0; padding: 1.35rem; font-size: 1.35rem; line-height: 1.3; }
.home-blog__empty { color: var(--home-muted); }
.home-blog__card > div { display: flex; flex-direction: column; align-items: flex-start; min-height: 15rem; padding: 1.25rem; }
.home-blog__meta { color: var(--home-red-dark); font-size: .62rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.home-blog__card h3 { margin: .55rem 0 .75rem; font-size: 1.48rem; line-height: 1.05; }
.home-blog__card h3 a { color: inherit; text-decoration: none; }
.home-blog__card > div > p:not(.home-blog__meta) { margin-bottom: 1.2rem; color: var(--home-muted); font-size: .83rem; }
.home-blog__card .text-link { margin-top: auto; }

.final-cta { padding: 4rem 0; background: #fff; }
.final-cta__inner { position: relative; display: grid; grid-template-columns: .42fr 1fr; align-items: center; min-height: 29rem; overflow: hidden; border-radius: 2.25rem; background: var(--home-navy); color: #fff; }
.final-cta__inner::after { content: ""; position: absolute; width: 28rem; height: 28rem; right: -8rem; top: -13rem; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(255,255,255,.025), 0 0 0 10rem rgba(255,255,255,.018); }
.final-cta img { align-self: end; width: 130%; margin: 0 0 -18% -20%; mix-blend-mode: screen; }
.final-cta__inner > div { position: relative; z-index: 2; max-width: 720px; padding: 3.5rem 3rem 3.5rem 1rem; }
.final-cta h2 { color: #fff; font-size: clamp(2.4rem, 5vw, 4.7rem); }
.final-cta__inner > div > p:not(.kicker) { color: rgba(255,255,255,.66); }
.final-cta .home-actions { justify-content: flex-start; }
.final-cta .button--quiet { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); color: #fff; }

/* Footer for the landing; internal public pages keep their original footer. */
.home-page .home-footer { padding: 4.5rem 0 2rem; background: #0b2237; color: #fff; }
.home-page .home-footer .wrap { width: min(1180px, calc(100% - 3rem)); }
.home-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 3rem; }
.home-footer__brand img { width: 7.8rem; filter: brightness(0) invert(1); }
.home-footer__brand p { max-width: 18rem; margin-top: 1rem; color: rgba(255,255,255,.57); font-size: .76rem; line-height: 1.55; }
.home-footer h2 { margin: 0 0 1rem; color: #fff; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.home-footer nav { display: grid; gap: .7rem; }
.home-footer a { color: rgba(255,255,255,.68); font-size: .75rem; text-decoration: none; }
.home-footer a:hover { color: #fff; }
.home-footer__base { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.46); font-size: .68rem; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.22,.8,.25,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }
.no-js [data-reveal] { opacity: 1; transform: none; }
.home-page .home-menu .go { background: var(--home-red-dark); color: #fff; }
#carrito, #ofertas, #como-funciona, #comunidad, #nosotros { scroll-margin-top: 7rem; }

@media (max-width: 68rem) {
  .home-page .home-header .nav { display: none; }
  .home-page .home-header__login { display: none; }
  .home-page .home-header .menu-btn { display: inline-flex; }
  .split--cart { grid-template-columns: .88fr 1.12fr; gap: 2.5rem; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .product-stage__inner { grid-template-columns: .9fr 1.1fr; }
}

@media (max-width: 52rem) {
  .cart-story .split--cart { grid-template-columns: 1fr; }
  .hero-city-map { width: 115%; height: 100%; opacity: .55; }
  .offer-showcase { max-width: 34rem; min-height: 22rem; align-items: start; }
  .offer-showcase__message { width: 100%; max-width: 28rem; padding: 1.5rem .5rem 0; }
  .offer-showcase .product-discovery { top: auto; bottom: 1rem; left: 0; right: auto; width: calc(50% - .4rem); max-width: none; padding: .6rem; grid-template-columns: 2.5rem 1fr; }
  .offer-showcase .product-discovery--right { left: auto; right: 0; }
  .product-discovery > img { width: 2.5rem; height: 3rem; }
  .product-discovery > small { font-size: .46rem; }
  .home-page .home-shell, .home-page .home-footer .wrap { width: min(100% - 2rem, 42rem); }
  .home-page .home-header__download { display: none; }
  .home-hero { padding-top: 5.8rem; }
  .home-hero h1 { font-size: clamp(3rem, 13vw, 5.3rem); }
  .hero-visual { height: 27rem; width: 100%; }
  .hero-orbit__cards { --orbit-y: .55; --orbit-card-y: 1.818; }
  .orbit-card { --radius: min(43vw, 14rem); width: 6.75rem; min-height: 4.25rem; padding: .48rem .5rem; }
  .orbit-card .retailer-logo { width: 5rem; transform: scale(.88); }
  .orbit-card .retailer-logo--unimarc { width: 5.3rem; }
  .nearby-meta { font-size: .53rem; }
  .hero-mascot { width: min(77vw, 28rem); }
  .proximity-status { top: 2%; }
  .signal-grid { grid-template-columns: 1fr; }
  .split, .split--cart, .feature-story .split, .split--local, .product-stage__inner, .mascot-system__grid { grid-template-columns: 1fr; }
  .split--cart .section-copy { order: 0; }
  .cart-board { order: 1; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1rem; }
  .offer-grid, .community__cards { grid-template-columns: 1fr; }
  .home-blog__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-blog__card { display: block; }
  .home-blog__card > div { min-height: 0; }
  .map-demo { min-height: 27rem; }
  .feature-story .section-copy { order: -1; }
  .local-mascot { min-height: 27rem; }
  .phone-demo { min-height: 40rem; }
  .mascot-system__copy { max-width: 42rem; }
  .final-cta__inner { display: block; min-height: 0; padding-top: 0; }
  .final-cta img { width: 18rem; margin: -2rem 0 -4rem -2rem; }
  .final-cta__inner > div { padding: 2.5rem 1.25rem 3rem; }
  .home-footer__grid { grid-template-columns: repeat(2, 1fr); }
  .home-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 35rem) {
  .home-hero .hero-visual { height: 23rem; }
  .savings-board .cart-items li { grid-template-columns: 2.2rem minmax(0,1fr) 3.4rem 3.4rem; gap: .4rem; }
  .savings-board .catalog-product__image { width: 2.2rem; height: 3rem; }
  .comparison-labels, .comparison-totals { grid-template-columns: minmax(0,1fr) 3.4rem 3.4rem; gap: .4rem; padding-inline: .65rem; }
  .comparison-labels { font-size: .5rem; }
  .comparison-price { font-size: .7rem; }
  .savings-board .catalog-product__copy b { font-size: .61rem; }
  .savings-result { padding: .8rem; font-size: .7rem; }
  .savings-result > b { font-size: 1.4rem; }
  .home-page .home-header > .wrap { width: calc(100% - 1rem); padding-left: .8rem; }
  .home-page .home-brand { width: 5.8rem; }
  .home-v5 h2 { font-size: clamp(2.35rem, 12vw, 3.35rem); }
  .home-hero { padding-bottom: 2.5rem; }
  .home-actions { display: grid; }
  .home-v5 .button { width: 100%; }
  .hero-visual { height: 24rem; }
  .hero-orbit__cards { --orbit-y: .72; --orbit-card-y: 1.389; }
  .orbit-card { --radius: 7.5rem; width: 4.15rem; min-height: 3.1rem; gap: .12rem; padding: .24rem; border-radius: .75rem; }
  .orbit-card .retailer-logo { width: 3.85rem; height: 1.65rem; transform: scale(.78); }
  .orbit-card .retailer-logo--unimarc { width: 4.05rem; height: 1.75rem; }
  .orbit-card .retailer-logo__unimarc-mark { width: 1.4rem; height: 1.4rem; }
  .orbit-card .retailer-logo__unimarc-word { font-size: .58rem; }
  .orbit-card .retailer-logo--santa-isabel, .orbit-card .retailer-logo--acuenta { height: 1.8rem; }
  .nearby-meta { font-size: .46rem; }
  .hero-mascot { width: 16.25rem; }
  .proximity-status { top: 0; padding: .42rem .58rem; }
  .proximity-status strong { font-size: .59rem; }
  .proximity-status small { display: block; padding: .18rem .32rem; font-size: .44rem; }
  .proximity-note { bottom: -.4rem; font-size: .5rem; }
  .section-home { padding: 5.2rem 0; }
  .cart-board { padding: .65rem; border-radius: 1.5rem; }
  .cart-items { padding-inline: .65rem; }
  .cart-items li { grid-template-columns: auto minmax(0, 1fr); gap: .6rem; }
  .catalog-product__image { width: 3rem; height: 3rem; }
  .catalog-product__price { grid-column: 2; justify-items: start; grid-auto-flow: column; align-items: baseline; }
  .catalog-total { display: grid; }
  .catalog-total > b { justify-self: start; }
  .map-demo { min-height: 23rem; }
  .steps-grid { grid-template-columns: 1fr; }
  .mascot-gallery { grid-template-rows: repeat(3, 6rem); }
  .home-blog__card { display: block; }
  .home-blog__grid { grid-template-columns: 1fr; }
  .phone-demo { min-height: 35rem; transform: scale(.87); transform-origin: center; }
  .floating-card--route { left: -8%; }
  .floating-card--save { right: -7%; }
  .home-footer__grid { grid-template-columns: 1fr; }
  .home-footer__brand { grid-column: auto; }
  .home-footer__base { display: grid; }
}

/* Floating navigation expands into a shared surface, without covering the
   page with a dimmed backdrop. Hidden panels never receive keyboard focus. */
.home-page .store-downloads { display: flex; align-items: flex-start; gap: .7rem; }
.home-page .store-download { display: grid; justify-items: center; gap: .18rem; color: var(--home-muted); text-decoration: none; }
.home-page .store-download img { display: block; width: auto; height: 40px; max-width: none; }
.home-page .store-download--android img { height: 48px; margin-top: -4px; margin-bottom: -4px; }
.home-page .store-download > span { font-size: .52rem; line-height: 1.2; }
.home-mega--social { grid-template-columns: repeat(2, 1fr); }
.mobile-categories details { border-bottom: 1px solid #e8e3de; padding: .9rem 0; }
.mobile-categories summary { cursor: pointer; color: var(--home-ink); font-size: 1rem; }
.mobile-categories details a { display: block; padding: .65rem .7rem; color: var(--home-muted); font-size: .9rem; text-decoration: none; }
.home-page .home-footer__legal { display: flex; flex-wrap: wrap; gap: 1rem; }
.steps-grid { grid-template-columns: repeat(3, 1fr); }
.home-page .home-header .nav { margin-right: auto; }
.home-page .home-header[data-expanded] > .wrap { border-radius: 1.75rem; box-shadow: 0 18px 50px rgba(38,28,23,.12); }
.home-mega { flex: 0 0 100%; display: grid; grid-template-columns: 1fr 1fr .9fr; gap: 2rem; margin-top: .7rem; padding: 1.5rem .8rem .6rem; border-top: 1px solid #e8e3de; animation: mega-in .2s ease-out; }
.home-mega[hidden] { display: none; }
.home-mega > div > p { margin: 0 0 .85rem; color: #817c77; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.home-mega a { display: block; padding: .7rem; margin: 0 -.7rem .4rem; color: var(--home-ink); text-decoration: none; border-radius: .7rem; }
.home-mega a:hover { background: #eeeae6; }
.home-mega a strong { display: flex; justify-content: space-between; font-size: 1rem; font-weight: 550; }
.home-mega a strong span { color: #a09a93; }
.home-mega a > span { display: block; max-width: 28ch; margin-top: .35rem; color: #73706b; font-size: .8rem; line-height: 1.45; }
.home-mega__feature { padding: 1rem 1.2rem; border-radius: 1rem; background: #ede7e0; }
.home-mega__feature > strong { display: block; font-size: 1.7rem; line-height: 1.1; font-weight: 550; letter-spacing: -.04em; }
.home-mega__feature > a { margin-top: 1rem; font-size: .85rem; }
.hero-signup { display: inline-flex; align-items: center; gap: .9rem; margin: 0 auto 1.4rem; padding: .42rem .45rem .42rem .85rem; border: 1px solid #ddd7d0; border-radius: 999px; color: var(--home-ink); font-size: .76rem; text-decoration: none; background: #fbf9f7; }
.hero-signup:hover { border-color: #b8a89a; }
.home-hero__copy .proximity-status { position: static; width: fit-content; margin: 1rem auto .5rem; transform: none; box-shadow: none; }
.hero-signup small { padding: .35rem .55rem; border-radius: 999px; background: #eee9e3; font-size: .65rem; }
.home-footer .signup-link { display: inline-block; margin-top: 1.3rem; padding: .7rem .9rem; border-radius: .75rem; color: #fff; background: var(--home-red-dark); }
.signup-goal { display: block; margin-top: .65rem; font-size: .78rem; color: var(--home-muted); }
.home-footer .signup-goal { color: #b0beca; font-size: .7rem; }
.preregistration { background: #f9f6ef; scroll-margin-top: 6rem; border-top: 1px solid rgba(28,53,80,.06); }
.preregistration__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.signup-mascot { margin: 0; text-align: center; }
.signup-mascot img { display: block; width: min(100%, 460px); height: auto; margin: 0 auto; border-radius: 2rem; }
.signup-mascot figcaption { margin-top: -.5rem; color: var(--home-muted); font-size: .9rem; }
.preregistration h2 { margin: .85rem 0 1rem; font-size: clamp(2.2rem, 3.4vw, 3.3rem); font-weight: 600; line-height: 1.05; letter-spacing: -.04em; }
.preregistration p { color: var(--home-muted); }
.signup-form { padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid #e8e1d8; border-radius: 1.75rem; background: #fffdfa; box-shadow: 0 24px 60px -44px rgba(16,42,67,.25); }
.signup-form__intro { margin-bottom: 1.75rem; }
.signup-form__intro p { margin: 0; font-size: .95rem; }
.signup-form__eyebrow { color: var(--home-red-dark); font-size: .75rem; font-weight: 650; }
.signup-form > label { display: block; margin: 0 0 .5rem; color: var(--home-ink); font-size: .85rem; }
.signup-form > label > span { color: var(--home-muted); }
.signup-form > input:not([type="hidden"]) { display: block; width: 100%; min-height: 2.8rem; margin-bottom: 1.2rem; padding: .75rem; border: 1px solid #d9d4ce; border-radius: .65rem; background: #fff; color: var(--home-ink); font: inherit; }
.signup-form > input:focus-visible { outline: 2px solid var(--home-navy); outline-offset: 3px; }
.signup-form label.signup-consent { display: flex; gap: .6rem; align-items: flex-start; margin-block: .5rem 1.2rem; font-size: .75rem; line-height: 1.45; }
.signup-consent input { flex-shrink: 0; margin-top: .15rem; accent-color: var(--home-red-dark); }
.signup-consent a { color: var(--home-navy); }
.signup-form .button { width: 100%; }
.signup-form .signup-submit { min-height: 3.5rem; justify-content: space-between; padding: .55rem .65rem .55rem 1.1rem; border-radius: 1rem; font-size: .95rem; }
.signup-submit__arrow { display: grid; place-items: center; flex-shrink: 0; width: 2.3rem; height: 2.3rem; border-radius: .65rem; background: rgba(255,255,255,.16); }
.signup-form .signup-note { text-align: center; }
.signup-form .signup-note, .signup-status { margin: .8rem 0 0; font-size: .72rem; }
.signup-status:empty { display: none; }
.home-page .home-footer--compact { padding: 1.75rem 0; background: #fffdfa; color: var(--home-navy); border-top: 1px solid #e8e1d8; }
.home-footer--compact > .wrap { display: flex; align-items: center; gap: 2rem; }
.home-footer__wordmark { flex: 0 0 auto; }
.home-footer__wordmark img { display: block; width: 6rem; height: auto; }
.home-footer--compact .home-footer__base { flex: 1; align-items: center; flex-wrap: wrap; margin: 0; padding: 0; border: 0; color: var(--home-muted); }
.home-footer--compact .home-footer__legal { display: flex; flex-wrap: wrap; gap: .65rem 1.1rem; }
.home-footer--compact a { color: var(--home-navy); }
.home-footer--compact a:hover { color: var(--home-red-dark); }
.home-page .home-menu { inset: .5rem .5rem auto; width: auto; max-width: none; max-height: calc(100dvh - 1rem); margin: 0; border: 0; border-radius: 1.5rem; background: #fbf9f7; color: var(--home-ink); }
.home-page .home-menu .menu-inner { padding: 1.25rem; }
.home-page .home-menu .menu-head { margin-bottom: 1.4rem; }
.home-page .home-menu .line { padding-block: 1rem; color: var(--home-ink); }
.home-page .home-menu .line__v { display: none; }
.home-page .home-menu .menu-foot { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.home-page .home-menu .menu-foot > a:not(.go) { color: var(--home-ink); font-size: .85rem; }
.home-mega__feature a > span { display: inline; }
@keyframes mega-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
@media (max-width: 68rem) {
  .home-page .home-header > .wrap { width: calc(100% - 2rem); }
  .home-mega { display: none; }
  .home-header__actions > .store-downloads { display: none; }
}
@media (max-width: 52rem) {
  .signal-grid { grid-template-columns: repeat(3, 1fr); }
  .signal { padding: 1.6rem .4rem; }
  .signal strong { font-size: clamp(1.5rem, 5vw, 2.5rem); }
  .signal span { font-size: .8rem; }
  .retailer-strip { gap: 1.5rem; padding-right: 1.5rem; }
  .retailer-strip li { flex-basis: 8.5rem; width: 8.5rem; }
  .proof__heading { padding: 1.7rem 2.8rem 0; }
  .proof__pause { top: 1.45rem; right: .5rem; }
  .retailer-marquee { margin: 1.25rem .7rem 1.8rem; }
  .home-hero h1 { font-size: clamp(2.3rem, 7.5vw, 3.7rem); line-height: 1.06; }
  .home-hero__lead br { display: none; }
  .preregistration__grid { grid-template-columns: 1fr; gap: 2rem; }
  .signup-mascot img { width: min(75%, 280px); }
  .signup-mascot figcaption { margin-top: 0; font-size: .8rem; }
  .home-footer--compact > .wrap { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .home-footer--compact .home-footer__base { align-items: flex-start; gap: 1rem; }
  .signup-form { padding: 1.4rem; }
}
@media (max-width: 35rem) {
  .steps-grid { grid-template-columns: 1fr; }
  .home-page .home-header > .wrap { min-height: 3.5rem; padding: .4rem 1rem; }
  .hero-signup { gap: .45rem; font-size: .68rem; padding-left: .65rem; }
  .hero-signup small { font-size: .57rem; }
  .hero-visual { height: 21rem; }
  .orbit-card .retailer-logo--lider, .orbit-card .retailer-logo--tottus { font-size: .75rem; }
  .orbit-card .retailer-logo--acuenta { font-size: .86rem; }
  .orbit-card .retailer-logo__santa { font-size: .44rem; }
  .home-hero__copy { margin-top: .4rem; }
  .home-hero h1 { font-size: clamp(2rem, 8.2vw, 2.85rem); }
}
@media (prefers-reduced-motion: reduce) {
  .product-discovery { animation: none; opacity: 0; }
  .product-discovery--1, .product-discovery--2 { opacity: 1; transform: none; }
  .retailer-marquee { mask-image: none; }
  .retailer-marquee__track { animation: none; width: 100%; }
  .retailer-strip { flex: 1; flex-wrap: wrap; justify-content: center; gap: 1rem; padding: 0; }
  .retailer-strip[aria-hidden="true"], .proof__pause { display: none; }
  .home-mega { animation: none; }
  .home-page .home-header > .wrap { transition: none; }
  .orbit-card { animation: none; will-change: auto; }
  .proximity-status > span { animation: none; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .home-v5 .button, .home-v5 .button svg, .mascot-gallery img { transition: none; }
}
