:root {
  --navy: #071a36;
  --navy-2: #102b55;
  --cream: #fff8e8;
  --paper: #fffdf7;
  --ink: #0d2446;
  --red: #e51d2a;
  --pink: #ff6f9c;
  --wine: #a61e4d;
  --blue: #3b5ba5;
  --gold: #ffc54d;
  --muted: #5f6c7d;
  --line: rgba(7, 26, 54, .14);
  --shadow: 0 28px 70px rgba(7, 26, 54, .18);
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 90px; }
body { max-width: 100%; margin: 0; overflow-x: clip; color: var(--ink); background: var(--cream); font-family: "DM Sans", system-ui, sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: white; background: var(--red); }
::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { border: 3px solid var(--cream); border-radius: 99px; background: var(--blue); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; color: white; background: var(--red); border-radius: 10px; text-decoration: none; }
.skip-link:focus { top: 1rem; }

h1, h2, h3 { margin: 0; font-family: "Baloo 2", system-ui, sans-serif; line-height: .98; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(3.8rem, 7vw, 7rem); }
h2 { font-size: clamp(3rem, 5.7vw, 5.8rem); }
h3 { font-size: clamp(2.25rem, 4vw, 4.3rem); }
p { max-width: 72ch; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 30; min-height: 92px; padding: 1rem clamp(1.1rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { width: clamp(190px, 19vw, 288px); flex: none; }
.brand img { width: 100%; height: auto; object-fit: contain; }
nav { display: flex; align-items: center; gap: clamp(.85rem, 2vw, 1.8rem); }
nav a { color: var(--cream); font-weight: 700; font-size: .88rem; text-decoration: none; text-underline-offset: .35rem; transition: color .2s var(--ease), text-shadow .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease); }
nav a:hover { text-decoration: underline; }
.nav-cta { padding: .7rem 1rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; }
.nav-cta:hover, .nav-cta:focus-visible { text-decoration: none; background: rgba(255,255,255,.1); box-shadow: 0 10px 26px rgba(255,248,232,.2); text-shadow: 0 0 12px rgba(255,255,255,.75); }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.35); border-radius: 13px; cursor: pointer; background: rgba(7,26,54,.65); transition: box-shadow .22s var(--ease), background .22s var(--ease), transform .22s var(--ease); }
.menu-button:hover, .menu-button:focus-visible { transform: translateY(-2px); background: rgba(16,43,85,.94); box-shadow: 0 10px 26px rgba(139,202,245,.3); }
.menu-button span { display: block; width: 21px; height: 2px; margin: 4px auto; background: white; }

.hero { min-height: 100svh; position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr); align-items: center; gap: 1rem; padding: 8.5rem clamp(1.25rem, 5vw, 6rem) 5rem; color: var(--cream); background-color: #071a36; background-image: linear-gradient(90deg, rgba(7,26,54,.72) 0%, rgba(7,26,54,.42) 46%, rgba(7,26,54,.16) 100%), url("/assets/hero-space-icecream-desktop.webp"); background-size: cover; background-position: center; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(circle at 75% 47%, transparent 0 28%, rgba(7,26,54,.18) 66%, rgba(7,26,54,.56) 100%); }
.hero-copy { position: relative; z-index: 5; max-width: 760px; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-lead { margin: 1.6rem 0 1rem; color: rgba(255,248,232,.8); font-size: clamp(1.08rem, 1.35vw, 1.28rem); }
.positioning { position: relative; display: block; width: fit-content; max-width: 31rem; margin: .65rem 0 2rem; padding: .82rem 1.05rem .82rem 3.35rem; color: var(--cream); background: linear-gradient(135deg, rgba(226,28,46,.95), rgba(177,15,35,.9)); border: 1px solid rgba(255,255,255,.26); border-radius: 1.1rem; box-shadow: 0 14px 38px rgba(0,0,0,.2), 0 0 28px rgba(226,28,46,.18); font-family: "Baloo 2", sans-serif; font-size: clamp(1rem, 1.25vw, 1.18rem); font-weight: 800; line-height: 1.16; letter-spacing: .01em; }
.positioning::before { content: "★"; position: absolute; left: 1.1rem; top: 50%; color: var(--gold); font-size: 1.35rem; transform: translateY(-50%); filter: drop-shadow(0 0 8px rgba(255,197,77,.48)); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.4rem; }
.button { min-height: 52px; padding: .8rem 1.3rem; display: inline-flex; justify-content: center; align-items: center; border: 0; border-radius: 999px; cursor: pointer; font-weight: 800; text-decoration: none; transition: transform .22s var(--ease), box-shadow .22s var(--ease); }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-red { color: white; background: var(--red); box-shadow: 0 13px 30px rgba(229,29,42,.3); }
.button-gold { color: var(--navy); background: var(--gold); }
.button-red:hover, .button-red:focus-visible { box-shadow: 0 16px 34px rgba(229,29,42,.48), 0 4px 14px rgba(255,197,77,.18); }
.button-gold:hover, .button-gold:focus-visible { box-shadow: 0 14px 30px rgba(255,197,77,.38); }
.text-link { color: var(--cream); font-weight: 800; text-decoration: none; }
.text-link span { display: inline-block; margin-left: .35rem; transition: transform .2s var(--ease); }
.text-link:hover span { transform: translateX(5px); }
.hero-products { min-height: 690px; position: relative; z-index: 3; display: grid; place-items: center; }
.hero-products::before { content: ""; position: absolute; width: min(47vw, 640px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,197,77,.28), rgba(59,91,165,.09) 55%, transparent 71%); }
.hero-orbit { position: absolute; width: min(52vw, 760px); height: 330px; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; transform: rotate(-12deg); }
.hero-pouch { position: absolute; height: min(71svh, 680px); width: auto; object-fit: contain; filter: drop-shadow(0 30px 24px rgba(0,0,0,.34)); transform-origin: 50% 85%; }
.pouch-astro { z-index: 4; left: 31%; animation: pouchFloat 5.4s var(--ease) infinite; }
.pouch-kiss { z-index: 2; left: 4%; height: min(61svh, 585px); transform: rotate(-8deg); animation: pouchLeft 6s var(--ease) infinite; }
.pouch-sugar { z-index: 3; right: 0; height: min(62svh, 595px); transform: rotate(8deg); animation: pouchRight 5.7s var(--ease) infinite; }
.astro-flight-layer { position: absolute; inset: 0; z-index: 2; overflow: hidden; pointer-events: none; }
.flight-path-guide { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; opacity: 0; }
.flight-path-geometry { fill: none; stroke: none; }
.astro-rocket { position: absolute; left: 0; top: 0; width: clamp(130px, 11vw, 170px); aspect-ratio: 190 / 112; opacity: 0; transform-origin: 50% 50%; filter: drop-shadow(0 14px 18px rgba(0,0,0,.28)); will-change: transform; }
.rocket-shell { position: absolute; inset: 0; overflow: visible; }
.rocket-body { fill: #fff8e8; stroke: #071a36; stroke-width: 5; stroke-linejoin: round; }
.rocket-highlight { fill: none; stroke: rgba(255,255,255,.8); stroke-width: 4; stroke-linecap: round; }
.rocket-fin { fill: #3b5ba5; stroke: #071a36; stroke-width: 5; stroke-linejoin: round; }
.cockpit-ring { fill: #e51d2a; stroke: #071a36; stroke-width: 5; }
.cockpit-glass { fill: #9eb8ee; stroke: #071a36; stroke-width: 3; }
.cockpit-glint { fill: none; stroke: rgba(255,255,255,.78); stroke-width: 4; stroke-linecap: round; }
.rocket-rivet { fill: #ffc54d; stroke: #071a36; stroke-width: 2; }
.rocket-cockpit { position: absolute; left: 42.5%; top: 17%; width: 34%; aspect-ratio: 1; overflow: hidden; border-radius: 50%; }
.rocket-cockpit img { width: 127%; height: 127%; max-width: none; margin: -8% 0 0 -13%; object-fit: contain; }
.rocket-wave { position: absolute; z-index: 4; left: 67%; top: 34%; width: 18%; overflow: visible; transform-origin: 18% 88%; animation: pawWave 1.25s ease-in-out infinite; }
.rocket-wave path { fill: #fff8e8; stroke: #071a36; stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.rocket-flames { transform-origin: 36px 55px; animation: flamePulse .28s ease-in-out infinite alternate; }
.astro-flight-layer.is-paused .rocket-wave,
.astro-flight-layer.is-paused .rocket-flames { animation-play-state: paused; }
.flame { stroke: #071a36; stroke-width: 2.5; stroke-linejoin: round; }
.flame-outer { fill: #e51d2a; }
.flame-mid { fill: #ff7a2f; }
.flame-core { fill: #ffc54d; stroke-width: 1.8; }
.hero-caption { position: absolute; left: clamp(1.25rem, 5vw, 6rem); bottom: 1rem; margin: 0; color: rgba(255,248,232,.82); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }

.crunch-strip { overflow: hidden; padding: 1rem 0; color: white; background: var(--red); }
.crunch-strip div { width: max-content; display: flex; align-items: center; gap: 2rem; padding-inline: 2rem; animation: stripMove 22s linear infinite; font: 800 .86rem/1 "Baloo 2", sans-serif; letter-spacing: .15em; }
.crunch-strip div::after { content: "ABRE   ·   CRUJE   ·   SORPRÉNDETE   ·   FREEZE-DRIED TREATS & SNACKS"; white-space: pre; }
.crunch-strip i { width: 8px; height: 8px; transform: rotate(45deg); background: var(--gold); }

.products { padding: clamp(6rem, 11vw, 10rem) clamp(1.2rem, 5vw, 5.5rem); background: var(--paper); }
.section-intro { max-width: 1180px; margin: 0 auto clamp(4rem, 8vw, 7rem); display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 4rem; }
.section-intro p { margin: 0 0 .6rem; color: var(--muted); font-size: 1.08rem; }
.product-story { max-width: 1280px; min-height: 690px; margin: 0 auto clamp(5rem, 10vw, 9rem); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.product-story:nth-of-type(odd) .product-stage { order: 2; }
.product-stage { min-height: 650px; position: relative; display: grid; place-items: center; border-radius: 34px; overflow: hidden; background: var(--product-soft); }
.product-stage::before { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(7,26,54,.13); border-radius: 50%; transform: rotate(-16deg); }
.texture-disc { position: absolute; width: 57%; aspect-ratio: 1; border: 10px solid rgba(255,255,255,.8); border-radius: 50%; overflow: hidden; right: 2%; bottom: 4%; box-shadow: var(--shadow); }
.texture-disc img { width: 100%; height: 100%; object-fit: cover; }
.product-cutout { position: relative; z-index: 2; height: 590px; width: auto; filter: drop-shadow(0 28px 26px rgba(7,26,54,.26)); transition: transform .4s var(--ease); }
.product-stage:hover .product-cutout { transform: translateY(-9px) rotate(-1deg); }
.product-copy { position: relative; }
.product-mascot { width: 106px; height: 106px; object-fit: contain; margin-bottom: 1.2rem; filter: drop-shadow(0 10px 10px rgba(7,26,54,.12)); transition: transform .28s var(--ease), filter .28s var(--ease); }
.product-mascot:hover { transform: translateY(-4px) rotate(-2deg); filter: drop-shadow(0 13px 15px color-mix(in srgb, var(--product) 42%, transparent)); }
.availability { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1rem; color: var(--product); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.availability::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px color-mix(in srgb, currentColor 15%, transparent); }
.product-copy h3 { color: var(--product); }
.product-kind { margin: .55rem 0 1.2rem; font: 700 1.25rem/1.2 "Baloo 2", sans-serif; }
.product-copy > p:not(.product-kind) { color: var(--muted); font-size: 1.08rem; }
.product-copy ul { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; margin: 1.8rem 0 0; list-style: none; }
.product-copy li { padding: .5rem .75rem; border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; font-weight: 700; }
.astro-flavor-labels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: end; gap: clamp(.55rem, 1.4vw, 1rem); margin-top: 1.65rem; }
.astro-flavor-labels figure { width: 100%; max-width: 126px; position: relative; justify-self: center; margin: 0; transition: transform .3s var(--ease), filter .3s var(--ease); filter: drop-shadow(0 14px 14px rgba(7,26,54,.16)); }
.astro-flavor-labels figure:nth-child(2) { transform: translateY(-7px); }
.astro-flavor-labels figure:hover { transform: translateY(-10px); filter: drop-shadow(0 18px 18px rgba(7,26,54,.22)); }
.astro-flavor-labels figure:nth-child(2):hover { transform: translateY(-14px); }
.astro-flavor-labels .label-art { width: 100%; display: block; border-radius: 15px; }
.astro-flavor-labels .label-mascot { width: 50%; height: auto; position: absolute; left: 25%; top: 18%; object-fit: contain; }
.product-copy .astro-flavors { margin-top: .85rem; }
.astro-flavors li:nth-child(1) { color: #6b351f; border-color: rgba(107,53,31,.3); background: #f4e2d4; }
.astro-flavors li:nth-child(2) { color: #8b6016; border-color: rgba(139,96,22,.3); background: #fff1c4; }
.astro-flavors li:nth-child(3) { color: #c7182b; border-color: rgba(199,24,43,.28); background: #ffe0e4; }
.product-astro { --product: var(--blue); --product-soft: #dce6ff; }
.product-kiss { --product: var(--wine); --product-soft: #f6d5df; }
.product-sugar { --product: #e53b72; --product-soft: #ffe0e9; }

.science { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); padding: clamp(6rem, 10vw, 9rem) max(5vw, calc((100vw - 1320px)/2)); color: var(--cream); background: var(--navy); }
.science::after { content: ""; position: absolute; width: 500px; aspect-ratio: 1; left: -260px; bottom: -280px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.science-copy { position: relative; z-index: 2; }
.science-copy > p { color: rgba(255,248,232,.7); }
.science-tabs { display: flex; flex-wrap: wrap; gap: .55rem; margin: 2rem 0 1rem; }
.science-tab { padding: .7rem .9rem; color: var(--cream); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; cursor: pointer; background: transparent; font-size: .84rem; font-weight: 700; transition: color .22s var(--ease), background .22s var(--ease), border-color .22s var(--ease), box-shadow .22s var(--ease), transform .22s var(--ease); }
.science-tab.active { color: var(--navy); border-color: var(--gold); background: var(--gold); }
.science-tab:hover, .science-tab:focus-visible { transform: translateY(-2px); border-color: rgba(255,197,77,.72); box-shadow: 0 10px 24px rgba(255,197,77,.2); }
.science-detail { min-height: 3.3rem; max-width: 54ch; }
.science-stage { min-height: 620px; position: relative; isolation: isolate; display: grid; place-items: center; }
.machine-console { position: absolute; z-index: 4; top: 5%; left: 6%; display: flex; align-items: center; gap: .65rem; padding: .62rem .8rem; color: var(--cream); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: #102b55; box-shadow: 0 10px 24px rgba(0,0,0,.22); font-size: .68rem; letter-spacing: .08em; }
.machine-console .status-light { width: 9px; aspect-ratio: 1; border-radius: 50%; background: #8bcaf5; box-shadow: 0 0 10px rgba(139,202,245,.65); transition: background .35s, box-shadow .35s; }
.machine-console .status-code { min-width: 1.8rem; padding-left: .6rem; color: var(--gold); border-left: 1px solid rgba(255,255,255,.18); text-align: center; }
.vacuum-chamber { width: min(76%, 480px); aspect-ratio: .92; position: relative; overflow: hidden; display: grid; place-items: center; border: 17px solid #dce6f2; border-radius: 43% 43% 31% 31%; background: radial-gradient(circle at 38% 28%, #315d96, #102b55 52%, #071a36 100%); box-shadow: inset 0 0 0 5px #7894c7, inset 0 -30px 50px rgba(2,11,26,.4), 0 35px 70px rgba(0,0,0,.38); transition: box-shadow .65s var(--ease), background .65s var(--ease); }
.vacuum-chamber::before { content: ""; position: absolute; inset: 7%; z-index: 3; border: 2px solid rgba(255,255,255,.25); border-radius: 39%; box-shadow: inset 0 0 28px rgba(158,184,238,.16); pointer-events: none; }
.vacuum-chamber::after { content: ""; position: absolute; z-index: 5; inset: 2.5%; border-radius: 40%; background: linear-gradient(120deg, rgba(255,255,255,.19), transparent 23% 70%, rgba(255,255,255,.05)); pointer-events: none; }
.chamber-glow { position: absolute; inset: 15%; border-radius: 50%; background: radial-gradient(circle, rgba(139,202,245,.23), transparent 68%); transition: background .6s var(--ease), transform .6s var(--ease); }
.cold-scan { position: absolute; z-index: 2; left: 12%; right: 12%; top: 22%; height: 2px; background: linear-gradient(90deg, transparent, #d8f2ff, transparent); box-shadow: 0 0 14px #8bcaf5; animation: coldScan 2.4s ease-in-out infinite; }
.chamber-shelf { position: absolute; z-index: 1; left: 17%; right: 17%; height: 8px; border-radius: 50%; background: linear-gradient(#dce6f2, #5876aa); box-shadow: 0 5px 10px rgba(0,0,0,.4); }
.shelf-top { top: 45%; }.shelf-bottom { top: 68%; }
.food-orb { position: absolute; z-index: 2; width: 72px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 32% 27%, #fffdf2, #fff0bd 38%, #d9b56f 100%); box-shadow: inset -12px -12px 18px rgba(159,111,42,.35), 0 10px 15px rgba(0,0,0,.22); transition: transform .65s var(--ease), border-radius .65s var(--ease), background .65s var(--ease), box-shadow .65s var(--ease); }
.food-orb i { position: absolute; inset: 22%; border-radius: 50%; opacity: 0; background: radial-gradient(circle at 20% 25%, #c9a864 0 2px, transparent 2.5px), radial-gradient(circle at 72% 35%, #c9a864 0 2.5px, transparent 3px), radial-gradient(circle at 48% 74%, #c9a864 0 2px, transparent 2.5px), radial-gradient(circle at 84% 78%, #c9a864 0 1.7px, transparent 2.2px); transition: opacity .55s var(--ease); }
.food-orb:nth-of-type(3) { left: 20%; top: 49%; }.food-orb:nth-of-type(4) { left: 43%; top: 36%; }.food-orb:nth-of-type(5) { right: 17%; top: 53%; }
.water-dot { position: absolute; z-index: 2; width: 9px; height: 15px; border-radius: 60% 60% 50% 50%; background: linear-gradient(#dff7ff, #6eb7ed); opacity: 0; filter: drop-shadow(0 0 5px rgba(139,202,245,.7)); }
.water-dot:nth-of-type(6) { left: 25%; top: 45%; }.water-dot:nth-of-type(7) { left: 40%; top: 35%; }.water-dot:nth-of-type(8) { left: 53%; top: 30%; }.water-dot:nth-of-type(9) { right: 31%; top: 41%; }.water-dot:nth-of-type(10) { right: 21%; top: 49%; }.water-dot:nth-of-type(11) { left: 49%; top: 53%; }
.ice-crystal { position: absolute; z-index: 2; width: 18px; aspect-ratio: 1; opacity: .78; transform: rotate(45deg); border: 2px solid #dff7ff; border-radius: 4px; animation: crystalPulse 2s ease-in-out infinite; }
.crystal-one { left: 22%; top: 31%; }.crystal-two { right: 23%; top: 35%; animation-delay: .45s; }.crystal-three { left: 51%; top: 62%; animation-delay: .9s; }
.pressure-module { position: absolute; z-index: 5; right: 2%; top: 13%; display: grid; justify-items: center; gap: 5px; }
.gauge { position: relative; width: 92px; aspect-ratio: 1; border: 8px solid #fff8e8; border-radius: 50%; background: repeating-conic-gradient(from -70deg, #173765 0 2deg, transparent 2deg 13deg), radial-gradient(circle, #b9d0ef 0 56%, #7894c7 57% 100%); box-shadow: 0 15px 28px rgba(0,0,0,.3); }
.gauge::after { content: ""; position: absolute; width: 12px; aspect-ratio: 1; left: calc(50% - 6px); top: calc(50% - 6px); border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(255,248,232,.7); }
.gauge i { position: absolute; z-index: 2; width: 4px; height: 32px; left: calc(50% - 2px); bottom: 50%; transform-origin: bottom; transform: rotate(-48deg); border-radius: 3px; background: var(--red); transition: transform .7s var(--ease); }
.gauge span { position: absolute; inset: 21%; border: 1px solid rgba(7,26,54,.18); border-radius: 50%; }
.vacuum-line { width: 15px; height: 94px; position: relative; overflow: hidden; border: 3px solid #dce6f2; border-radius: 999px; background: #173765; }
.vacuum-line i { position: absolute; inset: auto 2px 3px; height: 24%; border-radius: 999px; background: #8bcaf5; transition: height .7s var(--ease), background .7s var(--ease); }
.science-readout { position: absolute; z-index: 6; left: 7%; right: 7%; bottom: 2.5%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; background: rgba(255,255,255,.14); box-shadow: 0 15px 28px rgba(0,0,0,.22); }
.science-readout span { min-width: 0; padding: .65rem .7rem; background: #102b55; }
.science-readout small { display: block; color: rgba(255,248,232,.58); font-size: .55rem; letter-spacing: .08em; }
.science-readout b { display: block; overflow: hidden; color: var(--gold); font: 800 clamp(.68rem, 1.2vw, .9rem)/1.2 "DM Sans"; text-overflow: ellipsis; white-space: nowrap; }
.science-label { position: absolute; z-index: 6; bottom: 15%; padding: .55rem .85rem; color: var(--navy); background: var(--cream); border-radius: 10px; font: 800 .72rem/1 "Baloo 2"; letter-spacing: .1em; box-shadow: 0 9px 18px rgba(0,0,0,.22); }
.science-stage[data-science-step="1"] .water-dot { animation: sublimateComplex 1.7s var(--ease) infinite; }
.science-stage[data-science-step="1"] .water-dot:nth-of-type(7), .science-stage[data-science-step="1"] .water-dot:nth-of-type(10) { animation-delay: .28s; }
.science-stage[data-science-step="1"] .water-dot:nth-of-type(8), .science-stage[data-science-step="1"] .water-dot:nth-of-type(11) { animation-delay: .62s; }
.science-stage[data-science-step="1"] .gauge i { transform: rotate(55deg); }
.science-stage[data-science-step="1"] .vacuum-line i { height: 78%; background: var(--red); }
.science-stage[data-science-step="1"] .cold-scan { opacity: .22; animation-play-state: paused; }
.science-stage[data-science-step="1"] .ice-crystal { opacity: .2; }
.science-stage[data-science-step="1"] .machine-console .status-light { background: var(--red); box-shadow: 0 0 13px rgba(229,29,42,.75); }
.science-stage[data-science-step="2"] .food-orb { border-radius: 43% 50% 45% 52%; transform: scale(1.1); background: radial-gradient(circle at 25% 24%, #fffdf2, #f5d99a 46%, #c99b4c 100%); box-shadow: inset -8px -10px 16px rgba(130,82,24,.3), 0 14px 20px rgba(0,0,0,.25); }
.science-stage[data-science-step="2"] .food-orb i { opacity: 1; }
.science-stage[data-science-step="2"] .water-dot, .science-stage[data-science-step="2"] .ice-crystal { opacity: 0; animation: none; }
.science-stage[data-science-step="2"] .cold-scan { opacity: 0; animation: none; }
.science-stage[data-science-step="2"] .chamber-glow { transform: scale(1.18); background: radial-gradient(circle, rgba(255,197,77,.2), transparent 68%); }
.science-stage[data-science-step="2"] .machine-console .status-light { background: var(--gold); box-shadow: 0 0 13px rgba(255,197,77,.75); }

.mission { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(6rem, 10vw, 9rem) max(5vw, calc((100vw - 1320px)/2)); color: var(--navy); background: var(--gold); }
.mission-copy > p { font-size: 1.06rem; }
.pack-instructions { padding-left: 1.3rem; margin: 1.7rem 0; }
.pack-instructions li { padding: .3rem 0 .3rem .35rem; }
.demo-button { padding: 0 0 .25rem; border: 0; border-bottom: 2px solid currentColor; cursor: pointer; color: var(--navy); background: transparent; font-weight: 800; transition: color .2s var(--ease), text-shadow .2s var(--ease), transform .2s var(--ease); }
.demo-button:hover, .demo-button:focus-visible { transform: translateY(-2px); color: #173765; text-shadow: 0 5px 16px rgba(7,26,54,.24); }
.mission-console { position: relative; padding: clamp(1.4rem, 4vw, 3rem); border-radius: 28px; color: var(--cream); background: var(--navy); box-shadow: 0 32px 0 rgba(7,26,54,.12); }
.constellation { height: 90px; position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; }
.mission-star { z-index: 2; width: 42px; aspect-ratio: 1; justify-self: center; border: 2px solid rgba(255,255,255,.35); border-radius: 50%; background: var(--navy-2); transition: background .3s, box-shadow .3s, transform .3s; }
.mission-star.active { transform: scale(1.12); background: var(--star-color); box-shadow: 0 0 28px var(--star-color); }
.mission-star[data-brand="astro"] { --star-color: #7690d0; }.mission-star[data-brand="kiss"] { --star-color: #d45179; }.mission-star[data-brand="sugar"] { --star-color: #ff8eb1; }
.mission-line { position: absolute; top: 44px; width: 34%; height: 2px; background: rgba(255,255,255,.18); }
.line-one { left: 17%; }.line-two { right: 17%; }
.mission-progress { margin: 0 0 1.2rem; color: var(--gold); text-align: center; font-weight: 800; }
.mission-console label { display: grid; grid-template-columns: 125px 1fr; align-items: center; gap: 1rem; margin: .75rem 0; font-weight: 700; }
.mission-console input { width: 100%; min-height: 50px; padding: .75rem 1rem; color: var(--cream); border: 1px solid rgba(255,255,255,.23); border-radius: 12px; background: rgba(255,255,255,.06); }
.mission-console input::placeholder { color: rgba(255,248,232,.42); }
.mission-console input.invalid { border-color: #ff7180; }
.mission-console .button { width: 100%; margin-top: .7rem; }
.mission-message { min-height: 2.7rem; margin: 1rem 0 0; color: rgba(255,248,232,.64); font-size: .8rem; text-align: center; }
.reward { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.16); text-align: center; }
.reward > p { margin: 0; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.reward h3 { margin: .25rem 0 1rem; font-size: 2rem; }
.reward-neko { display: grid; grid-template-columns: repeat(3,1fr); gap: .5rem; }
.reward-neko figure { margin: 0; }
.reward-neko img { width: 100%; max-height: 110px; object-fit: contain; }
.reward-neko figcaption { font-size: .72rem; font-weight: 700; }

.future { padding: clamp(6rem, 10vw, 9rem) clamp(1.2rem, 5vw, 5.5rem); background: var(--paper); }
.future-intro { max-width: 980px; margin: 0 auto 3.5rem; text-align: center; }
.future-intro p { margin: 1rem auto 0; color: var(--muted); }
.future-track { max-width: 1260px; margin: auto; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; }
.future-card { min-height: 490px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 1.3rem; border-radius: 16px; color: var(--navy); background: var(--future); }
.future-card::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.48); border-radius: 10px; pointer-events: none; }
.future-card > span { position: absolute; z-index: 3; left: 1.25rem; top: 1.25rem; padding: .4rem .65rem; border-radius: 999px; color: white; background: var(--navy); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.future-card img { position: absolute; width: 76%; height: 65%; left: 12%; top: 4%; object-fit: contain; filter: drop-shadow(0 22px 16px rgba(7,26,54,.18)); transition: transform .35s var(--ease); }
.future-card:hover img { transform: translateY(-8px) rotate(-2deg); }
.future-card h3, .future-card p { position: relative; z-index: 2; }
.future-card h3 { font-size: clamp(2rem, 3vw, 3rem); }
.future-card p { margin: .15rem 0 0; }
.future-fit { --future: #c9e3a1; }.future-jelly { --future: #cbb8e8; }.future-fruit { --future: #ffc095; }
.future-fruit img { width: 88%; height: 73%; left: 6%; top: 0; object-position: center; transform: scale(1.08); }
.future-fruit:hover img { transform: translateY(-8px) rotate(-2deg) scale(1.08); }
.reward-neko figure:last-child img { transform: scale(1.18); }

.origin { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr); gap: clamp(2.5rem, 6vw, 6rem); padding: clamp(6rem, 10vw, 9rem) max(5vw, calc((100vw - 1320px)/2)); color: var(--cream); background: linear-gradient(145deg, #18345d 0%, var(--blue) 54%, #273f77 100%); }
.origin > :not(.origin-charms) { position: relative; z-index: 2; }
.origin-charms { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.origin-charm { position: absolute; overflow: visible; filter: drop-shadow(0 12px 18px rgba(7,26,54,.2)); animation: charmDrift 7s ease-in-out infinite alternate; }
.origin-sun { position: absolute; width: clamp(260px, 36vw, 560px); aspect-ratio: 1; right: -9%; top: -13%; border-radius: 50%; background: rgba(229,29,42,.34); box-shadow: 0 30px 90px rgba(133,16,31,.2); }
.origin-shoji { position: absolute; width: clamp(240px, 28vw, 410px); height: auto; right: 3%; top: 8%; fill: rgba(255,248,232,.025); stroke: rgba(255,248,232,.1); stroke-width: 3; }
.origin-seigaiha { position: absolute; width: min(680px, 64vw); height: auto; left: -3%; bottom: -1.5rem; fill: none; stroke: rgba(255,248,232,.12); stroke-width: 2; }
.charm-sakura { width: clamp(64px, 7vw, 112px); left: 2.5%; top: 38%; fill: rgba(255,190,205,.56); animation-delay: -2.1s; }
.charm-sakura circle { fill: var(--gold); }
.charm-neko { width: clamp(100px, 13vw, 180px); right: 2%; bottom: 16%; fill: rgba(255,248,232,.07); stroke: rgba(255,248,232,.3); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; animation-delay: -4s; }
.charm-neko circle { fill: rgba(255,248,232,.55); stroke: none; }
.origin-equation { grid-column: 1 / -1; display: flex; align-items: baseline; justify-content: center; gap: clamp(.35rem, 1.35vw, 1.2rem); min-width: 0; padding: clamp(1.35rem, 2.3vw, 2.25rem); white-space: nowrap; border-top: 1px solid rgba(255,248,232,.38); border-bottom: 1px solid rgba(255,248,232,.38); background: linear-gradient(90deg, transparent, rgba(255,248,232,.06) 18% 82%, transparent); font: 800 clamp(1.1rem, 4.25vw, 4rem)/1 "Baloo 2"; letter-spacing: -.035em; }
.origin-equation b { color: var(--gold); }
.origin-equation strong { color: var(--gold); }
.founders-photo-placeholder { position: relative; aspect-ratio: 4 / 5; min-height: 390px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(1.4rem, 3vw, 2.4rem); border: 1px solid rgba(255,255,255,.36); border-radius: 24px; background: linear-gradient(160deg, rgba(255,255,255,.11), rgba(7,26,54,.25)); box-shadow: inset 0 0 0 12px rgba(255,255,255,.035); }
.founders-photo-placeholder::before { content: ""; position: absolute; inset: 14% 19% 34%; border: 1px dashed rgba(255,255,255,.34); border-radius: 50% 50% 44% 44%; }
.founders-photo-placeholder span { font-size: .7rem; font-weight: 800; letter-spacing: .16em; }
.founders-photo-placeholder strong { margin-top: .25rem; color: var(--gold); font: 800 clamp(1.6rem, 3vw, 2.8rem)/1 "Baloo 2"; }
.founders-photo-placeholder p { max-width: 34rem; margin: 1rem 0 0; color: rgba(255,248,232,.74); font-size: .82rem; }
.origin-story > p { color: rgba(255,248,232,.94); font-size: 1.06rem; }
.origin-story em { color: white; }
.impact-promise { padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.18); }
.rescue-count { position: absolute; right: 3%; bottom: -1.6rem; display: flex; align-items: center; gap: .7rem; color: rgba(255,255,255,.13); }
.rescue-count strong { font: 800 10rem/1 "Baloo 2"; }
.rescue-count span { font-weight: 800; line-height: 1.1; text-transform: uppercase; }

.faq { max-width: 1260px; margin: auto; display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 7vw, 7rem); padding: clamp(6rem, 10vw, 9rem) 1.25rem; }
.faq-intro p { color: var(--muted); }
.faq-list details { padding: 1.25rem 0; border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; cursor: pointer; list-style: none; font: 700 clamp(1.15rem, 2vw, 1.45rem)/1.25 "Baloo 2"; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font: 400 1.8rem "DM Sans"; transition: transform .25s, color .2s var(--ease), text-shadow .2s var(--ease); }
.faq-list summary:hover span, .faq-list summary:focus-visible span { color: var(--blue); text-shadow: 0 6px 16px rgba(59,91,165,.3); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); }

.contact { min-height: 610px; padding: 5rem 1.25rem; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: white; background: var(--red); }
.contact::before, .contact::after { content: ""; position: absolute; width: 310px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.contact::before { left: -140px; top: -120px; box-shadow: 0 0 0 55px rgba(255,255,255,.035); }
.contact::after { right: -140px; bottom: -130px; box-shadow: 0 0 0 55px rgba(255,255,255,.035); }
.contact > * { position: relative; z-index: 2; }
.contact img { width: min(60vw, 320px); height: auto; object-fit: contain; margin-bottom: 1rem; }
.contact h2 { max-width: 900px; }
.contact p { margin: 1rem auto; color: white; }
.button-whatsapp { gap: .65rem; margin-top: .8rem; color: var(--navy); background: var(--cream); box-shadow: 0 14px 30px rgba(112,20,30,.28); }
.button-whatsapp svg { width: 24px; height: 24px; fill: none; stroke: #14853f; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-whatsapp:hover, .button-whatsapp:focus-visible { box-shadow: 0 18px 38px rgba(112,20,30,.34), 0 5px 18px rgba(255,248,232,.3); }
.contact-note { margin-top: .8rem; color: rgba(255,255,255,.76); font-weight: 700; letter-spacing: .04em; }
footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding: 1.4rem max(5vw, calc((100vw - 1320px)/2)); color: rgba(255,255,255,.62); background: var(--navy); font-size: .78rem; }
footer p { margin: 0; } footer strong { color: white; }

@keyframes pouchFloat { 0%,100% { transform: translateY(0) rotate(1deg); } 50% { transform: translateY(-15px) rotate(-1deg); } }
@keyframes pouchLeft { 0%,100% { transform: translateY(6px) rotate(-8deg); } 50% { transform: translateY(-7px) rotate(-6deg); } }
@keyframes pouchRight { 0%,100% { transform: translateY(10px) rotate(8deg); } 50% { transform: translateY(-5px) rotate(6deg); } }
@keyframes pawWave { 0%,100% { transform: rotate(-11deg); } 50% { transform: rotate(22deg); } }
@keyframes flamePulse { from { transform: scaleX(.82) scaleY(.92); opacity: .86; } to { transform: scaleX(1.18) scaleY(1.08); opacity: 1; } }
@keyframes stripMove { to { transform: translateX(-36%); } }
@keyframes coldScan { 0%,100% { transform: translateY(0); opacity: .35; } 50% { transform: translateY(250px); opacity: .92; } }
@keyframes crystalPulse { 0%,100% { transform: rotate(45deg) scale(.78); opacity: .35; } 50% { transform: rotate(45deg) scale(1.08); opacity: .9; } }
@keyframes sublimateComplex { 0% { opacity: 0; transform: translate3d(0,12px,0) scale(.55); } 24% { opacity: .9; } 65% { opacity: .72; transform: translate3d(16px,-70px,0) scale(1); } 100% { opacity: 0; transform: translate3d(-7px,-145px,0) scale(1.25); } }
@keyframes charmDrift { from { transform: translate3d(0,0,0) rotate(-2deg); } to { transform: translate3d(0,-12px,0) rotate(3deg); } }

@media (max-width: 1060px) {
  .hero { grid-template-columns: .9fr 1.1fr; }
  .hero-pouch { height: min(61svh, 590px); }
  .pouch-kiss, .pouch-sugar { height: min(54svh, 515px); }
  .menu-button { display: block; }
  nav { position: absolute; top: calc(100% + .3rem); left: 1rem; right: 1rem; display: none; flex-direction: column; align-items: stretch; padding: 1rem; color: var(--navy); background: var(--cream); border-radius: 16px; box-shadow: var(--shadow); }
  nav.open { display: flex; }
  nav a { padding: .45rem; color: var(--navy); font-size: .9rem; }
  .nav-cta { border-color: var(--line); }
  .product-story { gap: 3rem; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 76px; }
  .site-header { position: absolute; min-height: 76px; padding: .8rem 1rem; }
  .brand { width: 190px; }
  .menu-button { display: block; }
  nav { position: absolute; top: calc(100% + .3rem); left: 1rem; right: 1rem; display: none; flex-direction: column; align-items: stretch; padding: 1rem; color: var(--navy); background: var(--cream); border-radius: 16px; box-shadow: var(--shadow); }
  nav.open { display: flex; }
  nav a { padding: .45rem; color: var(--navy); font-size: .9rem; }
  .nav-cta { border-color: var(--line); }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 7.2rem 1.2rem 4.5rem; background-image: linear-gradient(180deg, rgba(7,26,54,.64) 0%, rgba(7,26,54,.24) 48%, rgba(7,26,54,.52) 100%), url("/assets/hero-space-icecream-mobile.webp"); background-position: center top; }
  .hero-copy { order: -1; }
  .hero-products { min-height: 460px; }
  .hero-products::before { width: 100vw; }
  .hero-orbit { width: 120vw; height: 240px; }
  .hero-pouch { height: 430px; }
  .pouch-astro { left: 29%; }
  .pouch-kiss { left: -2%; height: 360px; }
  .pouch-sugar { right: -4%; height: 365px; }
  .astro-rocket { width: clamp(90px, 14vw, 115px); }
  .flight-path-guide { top: 16%; height: 84%; }
  .hero h1 { font-size: clamp(3.4rem, 15vw, 5.4rem); }
  .hero-caption { display: none; }
  .section-intro, .product-story, .science, .mission, .origin, .faq { grid-template-columns: 1fr; }
  .section-intro { gap: 1rem; }
  .product-story, .product-story:nth-of-type(odd) .product-stage { order: initial; }
  .product-stage { min-height: 570px; }
  .product-cutout { height: 520px; }
  .product-copy { padding-bottom: 1rem; }
  .science, .mission, .origin { padding-inline: 1.2rem; }
  .science-stage { min-height: 560px; order: -1; }
  .machine-console { top: 2%; left: 2%; }
  .pressure-module { top: 14%; right: 0; }
  .science-readout { left: 2%; right: 2%; bottom: 1%; }
  .science-label { bottom: 14%; }
  .mission-console { order: -1; }
  .future-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: .3rem 1rem 1.2rem .1rem; margin-right: -1.2rem; }
  .future-card { min-width: 78vw; scroll-snap-align: start; }
  .origin-equation { font-size: clamp(.98rem, 4.5vw, 2.05rem); gap: clamp(.25rem, 1.1vw, .65rem); padding-inline: .35rem; }
  .founders-photo-placeholder { width: min(100%, 540px); min-height: 0; justify-self: center; }
  .rescue-count { opacity: .7; }
  .origin-sun { right: -22%; top: -4%; }
  .origin-shoji { right: -14%; top: 12%; opacity: .75; }
  .origin-seigaiha { width: 110vw; left: -25%; }
  .charm-neko { right: -8%; bottom: 8%; }
}

@media (max-width: 480px) {
  h2 { font-size: 3rem; }
  .hero-products { min-height: 350px; }
  .hero-pouch { height: 330px; }
  .pouch-astro { left: 27%; }
  .pouch-kiss { height: 285px; left: -8%; }
  .pouch-sugar { height: 288px; right: -10%; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .product-stage { min-height: 470px; }
  .product-cutout { height: 440px; }
  .texture-disc { width: 62%; right: -8%; }
  .science-stage { min-height: 500px; }
  .vacuum-chamber { width: 78%; border-width: 11px; }
  .food-orb { width: 53px; }
  .pressure-module { top: 12%; right: -1%; }
  .gauge { width: 62px; border-width: 6px; }
  .vacuum-line { height: 68px; }
  .machine-console { gap: .4rem; font-size: .58rem; }
  .science-readout span { padding: .55rem .38rem; }
  .science-readout small { font-size: .45rem; }
  .science-readout b { font-size: .6rem; }
  .science-label { bottom: 13%; font-size: .62rem; }
  .science-tabs { display: grid; grid-template-columns: 1fr; }
  .mission-console label { grid-template-columns: 1fr; gap: .25rem; }
  .reward-neko figcaption { font-size: .63rem; }
  .origin-equation { padding-block: 1.2rem; font-size: clamp(.84rem, 4.35vw, 1.3rem); }
  .future-card { min-width: 86vw; min-height: 440px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .astro-rocket { opacity: .92; }
  .rocket-wave, .rocket-flames { animation: none; }
  .cold-scan, .ice-crystal, .water-dot, .origin-charm { animation: none !important; }
  .science-stage[data-science-step="1"] .water-dot { opacity: .62; transform: translateY(-55px); }
}
