/* ==========================================================
   CHOCOBAE BRAND CONFIGURATION — edit these tokens as needed
   ========================================================== */
:root {
  --chocolate: #4a1f14;
  --cocoa: #6b2f1f;
  --caramel: #c97835;
  --honey: #e9a928;
  --cream: #fff2d2;
  --beige: #f7e4be;
  --vanilla: #fff9ee;
  --strawberry: #d94a5a;
  --blueberry: #5969a8;
  --ink: #33140d;
  --muted: #785d54;
  --white: #fffdf8;
  --font-display: "Nunito", "Arial Rounded MT Bold", sans-serif;
  --font-accent: "Fraunces", Georgia, serif;
  --font-body: "DM Sans", Arial, sans-serif;
  --container: 1180px;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 40px;
  --shadow-soft: 0 18px 50px rgba(74,31,20,.11);
  --shadow-deep: 0 26px 70px rgba(54,20,11,.22);
  --transition: 280ms cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--vanilla); font-family: var(--font-body); line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--honey); outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 78px 0; position: relative; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 16px; border-radius: 10px; color: var(--white); background: var(--chocolate); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--caramel); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--honey); }
.eyebrow-light { color: #f7ca77; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, .brand strong { font-family: var(--font-display); }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.75rem); line-height: .98; letter-spacing: -.055em; }
h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4.5vw, 4.25rem); line-height: 1.04; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--caramel); font-family: var(--font-accent); font-weight: 700; }
.button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; overflow: hidden; cursor: pointer; font-weight: 800; transition: transform var(--transition), box-shadow var(--transition), background var(--transition); }
.button::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.32) 50%, transparent 65%); transform: translateX(-120%); transition: transform .7s ease; }
.button:hover::before { transform: translateX(120%); }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--cocoa), var(--chocolate)); box-shadow: 0 12px 30px rgba(74,31,20,.24); }
.button-secondary { border-color: rgba(74,31,20,.2); color: var(--chocolate); background: rgba(255,255,255,.65); }
.button-small { min-height: 42px; padding: 0 20px; color: white !important; background: var(--chocolate); }
.button-gold { width: 100%; color: var(--chocolate); background: linear-gradient(135deg, #f7c35d, var(--honey)); box-shadow: 0 12px 30px rgba(233,169,40,.25); }

.site-header { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; padding: 18px 0; transition: padding var(--transition), background var(--transition), box-shadow var(--transition); }
.site-header.scrolled { padding: 9px 0; border-bottom: 1px solid rgba(107,47,31,.08); background: rgba(255,249,238,.86); box-shadow: 0 8px 30px rgba(74,31,20,.07); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand strong { color: var(--chocolate); font-size: 1.22rem; font-weight: 900; letter-spacing: -.04em; }
.brand small { margin-top: 5px; color: var(--caramel); font-size: .63rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav > a:not(.button) { position: relative; color: #62483f; font-size: .9rem; font-weight: 700; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; border-radius: 2px; background: var(--caramel); transform: scaleX(0); transition: transform var(--transition); }
.site-nav > a:hover::after, .site-nav > a.active::after { transform: scaleX(1); }
.site-nav > a.active { color: var(--chocolate); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--cream); }
.menu-toggle span { display: block; width: 21px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--chocolate); transition: var(--transition); }

.hero { min-height: 800px; padding: 130px 0 72px; display: grid; align-items: center; background: radial-gradient(circle at 68% 20%, rgba(247,205,118,.27), transparent 28%), linear-gradient(135deg, #fffaf0 0%, #fff1d3 65%, #f9dfad 100%); isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .19; background-image: radial-gradient(rgba(107,47,31,.35) .7px, transparent .7px); background-size: 22px 22px; mask-image: linear-gradient(to right, black, transparent 65%); }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 75px; align-items: center; }
.hero-lead { max-width: 650px; margin-bottom: 34px; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 34px; color: #83685e; font-size: .78rem; font-weight: 700; }
.trust-row span::first-letter { color: var(--honey); }
.hero-visual { position: relative; min-height: 620px; }
.logo-orbit { position: absolute; top: -40px; right: 0; width: 430px; height: 430px; border: 1px solid rgba(201,120,53,.26); border-radius: 50%; }
.logo-orbit::before, .logo-orbit::after { content: ""; position: absolute; border: 1px dashed rgba(107,47,31,.16); border-radius: 50%; }
.logo-orbit::before { inset: -25px; }.logo-orbit::after { inset: 34px; }
.logo-orbit img { position: absolute; z-index: 2; inset: 35px; width: calc(100% - 70px); border-radius: 50%; filter: drop-shadow(0 20px 25px rgba(74,31,20,.18)); animation: float 6s ease-in-out infinite; }
.bubble { position: absolute; z-index: 3; border: 6px solid var(--vanilla); border-radius: 50%; background: linear-gradient(135deg, var(--cream), var(--honey)); box-shadow: 0 5px 15px rgba(74,31,20,.18); }
.bubble-a { top: 28px; left: 24px; width: 45px; height: 45px; }.bubble-b { right: -6px; bottom: 90px; width: 28px; height: 28px; }
.caramel-drop { position: absolute; z-index: 3; right: 45px; top: -15px; width: 24px; height: 34px; border-radius: 60% 40% 65% 35%; background: var(--caramel); transform: rotate(20deg); }
.feature-card { position: absolute; z-index: 5; right: 10px; bottom: 10px; left: 0; display: grid; grid-template-columns: 165px 1fr; gap: 20px; padding: 18px; border: 1px solid rgba(255,255,255,.9); border-radius: 28px; background: rgba(255,253,248,.91); box-shadow: var(--shadow-deep); backdrop-filter: blur(12px); }
.product-art { position: relative; min-height: 150px; border-radius: 20px; overflow: hidden; background: linear-gradient(160deg, #5c2417 0 30%, #c97835 31% 35%, #f2b963 36% 52%, #fff1ce 53% 100%); }
.cake-layer { position: absolute; right: 17px; left: 17px; height: 22px; border-radius: 4px; box-shadow: inset 0 -5px rgba(103,43,23,.12); }
.layer-one { bottom: 20px; background: #c36d32; }.layer-two { bottom: 43px; background: #ffe2a9; }.layer-three { bottom: 66px; background: #d88c4d; }
.cream-top { position: absolute; right: 13px; bottom: 86px; left: 13px; height: 28px; border-radius: 50% 45% 22% 12%; background: #fff9e9; transform: rotate(-3deg); }
.berry { position: absolute; bottom: 106px; left: 70px; width: 22px; height: 22px; border-radius: 60% 45% 60% 45%; background: var(--strawberry); box-shadow: 11px 3px 0 #b52f43; }
.feature-info { display: flex; flex-direction: column; justify-content: space-between; padding: 8px 6px 5px 0; }
.mini-label { margin-bottom: 4px; color: var(--caramel); font-size: .69rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.feature-info h2 { margin-bottom: 0; font-size: 2rem; }
.feature-info p { margin-bottom: 10px; color: var(--muted); font-size: .88rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; }.tag-row span { padding: 5px 9px; border-radius: 99px; color: var(--cocoa); background: var(--cream); font-size: .64rem; font-weight: 800; }
.launch-badge { position: absolute; z-index: 6; left: -30px; top: 330px; padding: 15px 23px; border: 1px solid rgba(233,169,40,.6); border-radius: 18px; color: white; background: linear-gradient(135deg, var(--cocoa), var(--chocolate)); box-shadow: var(--shadow-soft); transform: rotate(-3deg); }
.launch-badge span, .launch-badge strong { display: block; }.launch-badge span { color: #f4bf54; font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }.launch-badge strong { font-size: .84rem; }
.scroll-cue { position: absolute; bottom: 30px; left: 50%; display: flex; align-items: center; gap: 9px; color: #846b61; font-size: .74rem; font-weight: 700; transform: translateX(-50%); }
.scroll-cue span { width: 20px; height: 31px; border: 1px solid rgba(74,31,20,.3); border-radius: 15px; }.scroll-cue span::after { content: ""; display: block; width: 3px; height: 7px; margin: 6px auto; border-radius: 5px; background: var(--caramel); animation: scroll 1.8s infinite; }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(4px); }.glow-one { width: 260px; height: 260px; right: -100px; bottom: 60px; background: rgba(217,74,90,.08); }.glow-two { width: 120px; height: 120px; left: 40%; top: 12%; background: rgba(233,169,40,.12); }

.countdown-band { scroll-margin-top: 60px; padding: 55px 0; color: white; background: linear-gradient(105deg, #3a150d, var(--cocoa)); }
.countdown-band::before { content: ""; position: absolute; inset: 0; opacity: .1; background: repeating-linear-gradient(45deg, transparent 0 18px, #fff 18px 19px); }
.countdown-wrap { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.countdown-intro h2 { margin: 0; font-size: clamp(1.6rem,3vw,2.6rem); }.countdown { display: flex; align-items: center; gap: 15px; }
.countdown div { display: flex; min-width: 82px; flex-direction: column; align-items: center; }.countdown strong { font-family: var(--font-display); font-size: clamp(2rem,4vw,3.6rem); line-height: 1; }.countdown span { margin-top: 7px; color: #e9c7ac; font-size: .64rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }.countdown i { color: var(--honey); font-family: serif; font-size: 2rem; font-style: normal; }
.countdown.complete { color: #ffd375; font-family: var(--font-accent); font-size: 2rem; }

.section-heading { max-width: 720px; margin: 0 auto 38px; text-align: center; }.section-heading .eyebrow { justify-content: center; }.section-heading > p:last-child { color: var(--muted); }.creations { background: #fffaf2; }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.menu-card { position: relative; min-height: 360px; padding: 30px; border: 1px solid rgba(107,47,31,.09); border-radius: var(--radius-md); overflow: hidden; background: var(--white); box-shadow: 0 8px 35px rgba(74,31,20,.055); transition: transform var(--transition), box-shadow var(--transition); }
.menu-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-soft); }
.menu-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 4px; background: var(--accent, var(--caramel)); }
.menu-card::after { content: ""; position: absolute; z-index: 0; width: 150px; height: 150px; right: -65px; bottom: -65px; border-radius: 50%; background: var(--soft, var(--cream)); }
.menu-card > * { position: relative; z-index: 1; }
.menu-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 22px; border-radius: 15px; background: var(--soft, var(--cream)); font-size: 1.35rem; transform: rotate(-4deg); }
.card-number { position: absolute; top: 25px; right: 27px; color: rgba(74,31,20,.23); font-family: var(--font-accent); font-weight: 700; }
.menu-card h3 { margin-bottom: 6px; font-size: 1.55rem; }.card-note { min-height: 48px; color: var(--muted); font-size: .82rem; }
.menu-card ul { padding: 0; margin: 20px 0 0; list-style: none; }.menu-card li { display: flex; align-items: center; justify-content: space-between; gap: 7px; padding: 6px 0; border-bottom: 1px dashed rgba(107,47,31,.1); font-size: .84rem; font-weight: 600; }.menu-card li span, .signature-product span { padding: 3px 7px; border-radius: 20px; color: var(--accent, var(--cocoa)); background: var(--soft, var(--cream)); font-size: .52rem; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.shakes { --accent: #a45b2d; --soft: #f8dfc2; }.mocktails { --accent: #739369; --soft: #e5f0dd; }.sundaes { --accent: #5969a8; --soft: #e6e9f8; }.kunafa { --accent: #e2a11f; --soft: #fff0bb; }.waffles { --accent: #bd762e; --soft: #f8e1bd; }.strawberry { --accent: var(--strawberry); --soft: #ffe0e3; }
.decorative-scoops { display: flex; align-items: flex-end; justify-content: center; margin-top: 35px; }.decorative-scoops i { width: 54px; height: 54px; margin: -8px; border-radius: 50%; background: var(--soft); box-shadow: inset -8px -8px rgba(89,105,168,.12); }.decorative-scoops i:nth-child(2) { margin-bottom: 35px; background: var(--cream); }
.waffle-icon { background-color: #d9913a; background-image: linear-gradient(45deg, transparent 43%, rgba(255,255,255,.45) 44% 56%, transparent 57%), linear-gradient(-45deg, transparent 43%, rgba(255,255,255,.45) 44% 56%, transparent 57%); background-size: 15px 15px; }
.signature { grid-column: span 3; min-height: auto; display: grid; grid-template-columns: .8fr 1.5fr; gap: 30px; align-items: center; padding: 38px; border: 2px solid rgba(233,169,40,.45); background: linear-gradient(135deg, #fffaf0, #fff0c8); }
.signature-copy .card-number { top: 30px; }.signature-copy h3 { font-size: 2rem; }.signature-items { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.signature-product { display: grid; grid-template-columns: 90px 1fr; gap: 15px; align-items: center; padding: 17px; border-radius: 18px; background: rgba(255,255,255,.8); box-shadow: 0 8px 25px rgba(74,31,20,.07); }.signature-product h4 { margin: 4px 0 2px; font: 800 1.1rem var(--font-display); }.signature-product p { margin: 0; color: var(--muted); font-size: .73rem; }
.mini-dessert { width: 90px; height: 82px; border-radius: 13px; background: linear-gradient(#fff6df 0 24%,#d58a4a 25% 44%,#ffe0a8 45% 64%,#b45c2b 65%); }.bingsu-mini { border-radius: 50% 50% 18px 18px; background: radial-gradient(circle at 35% 25%,#fff 0 7%,transparent 8%), radial-gradient(circle at 65% 38%,#d94a5a 0 9%,transparent 10%), linear-gradient(155deg,#fff8e8,#e6e9f8 55%,#5969a8); }

.experience { background: var(--cream); }.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }.experience-card { position: relative; padding: 30px 25px; border-radius: var(--radius-md); background: rgba(255,253,248,.78); transition: transform var(--transition), background var(--transition); }.experience-card:hover { transform: translateY(-6px); background: white; }.experience-card small { position: absolute; top: 28px; right: 25px; color: #c7a77f; font-family: var(--font-accent); }.line-icon { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 24px; border: 1px solid rgba(201,120,53,.25); border-radius: 50%; color: var(--caramel); background: white; font-size: 1.35rem; }.experience-card h3 { font-size: 1.15rem; }.experience-card p { margin: 0; color: var(--muted); font-size: .84rem; }

.notify { background: #fffaf2; }.notify-shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; padding: 52px 60px; border-radius: var(--radius-lg); color: white; background: radial-gradient(circle at 0 100%,rgba(201,120,53,.4),transparent 34%), linear-gradient(135deg,#6b2f1f,#351209); box-shadow: var(--shadow-deep); }.notify-copy h2 { font-size: clamp(2.35rem,4vw,4rem); }.notify-copy h2 em { color: #efb84f; }.notify-copy > p { color: #e9cfc5; }.notify-perks { display: flex; flex-direction: column; gap: 10px; margin-top: 22px; color: #f8d38c; font-size: .78rem; }
.notify-form { padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 25px; background: rgba(255,255,255,.09); backdrop-filter: blur(10px); }.field { margin-bottom: 16px; }.field label { display: block; margin-bottom: 7px; font-size: .78rem; font-weight: 700; }.field label > span { color: #f7c35d; }.field label > span:last-child:not(:first-child) { color: #d7b9ad; font-weight: 400; }.field input, .field select { width: 100%; height: 51px; padding: 0 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; outline: none; color: white; background: rgba(255,255,255,.1); }.field input::placeholder { color: #cdb4aa; }.field select { color: #f5e8df; }.field option { color: var(--ink); }.field input:focus, .field select:focus { border-color: var(--honey); box-shadow: 0 0 0 3px rgba(233,169,40,.16); }.field [aria-invalid="true"] { border-color: #ff909a; }.error { display: block; min-height: 17px; padding-top: 3px; color: #ffb4ba; font-size: .69rem; }.form-status { min-height: 24px; margin: 12px 0 0; color: #ffe29b; font-size: .79rem; text-align: center; }.form-status.is-error { color: #ffb4ba; }.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }.button-loading { display: none; align-items: center; gap: 10px; }.button-spinner { width: 18px; height: 18px; border: 2px solid rgba(74,31,20,.28); border-top-color: var(--chocolate); border-radius: 50%; animation: button-spin .7s linear infinite; }.button.is-loading .button-label { display: none; }.button.is-loading .button-loading { display: inline-flex; }.button:disabled { cursor: wait; opacity: .78; transform: none; box-shadow: none; }.button:disabled::before { display: none; }
.brand-message { background: linear-gradient(135deg,#fff9ee,#f8dfae); }.brand-message-inner { display: grid; grid-template-columns: 180px 1fr .7fr; gap: 45px; align-items: center; }.brand-message-inner > img { border-radius: 50%; filter: drop-shadow(0 15px 30px rgba(74,31,20,.15)); }.brand-message-inner h2 { font-size: clamp(2.1rem,4vw,3.7rem); }.brand-message-inner > div > p:last-child { color: var(--muted); }.quality-list { display: flex; flex-direction: column; gap: 12px; }.quality-list span { padding: 14px 18px; border: 1px solid rgba(107,47,31,.1); border-radius: 13px; background: rgba(255,255,255,.48); font-size: .85rem; font-weight: 700; }.quality-list b { margin-right: 10px; color: var(--caramel); }

.site-footer { padding: 52px 0 22px; color: #ead8cf; background: #2c0f09; }.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 50px; }.site-footer .brand strong { color: white; }.site-footer .brand img { width: 70px; height: 70px; }.footer-brand p { margin-top: 16px; color: #bda69d; }.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }.footer-grid h2 { margin-bottom: 10px; color: #f3bf58; font-size: .8rem; letter-spacing: .15em; text-transform: uppercase; }.footer-grid a { color: #cbb6ad; font-size: .84rem; transition: color var(--transition); }.footer-grid a:hover { color: white; }.socials { display: flex; gap: 9px; margin-top: 10px; }.socials a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #644238; border-radius: 50%; color: #f3bf58; font-family: var(--font-accent); }.footer-bottom { display: flex; justify-content: space-between; margin-top: 38px; padding-top: 18px; border-top: 1px solid #4e2e25; color: #947a71; font-size: .74rem; }.footer-bottom p { margin: 0; }.footer-bottom span { color: var(--strawberry); }
.back-to-top { position: fixed; z-index: 800; right: 24px; bottom: 24px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: white; background: var(--chocolate); box-shadow: 0 8px 22px rgba(74,31,20,.24); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(15px); transition: var(--transition); }.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s ease, transform .8s ease; }.reveal.visible { opacity: 1; transform: none; }

@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-10px) rotate(1deg); } }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(10px); } }
@keyframes button-spin { to { transform: rotate(360deg); } }
@media (max-width: 1024px) {
  .hero { min-height: auto; }.hero-grid { gap: 30px; }.hero-visual { min-height: 560px; }.logo-orbit { width: 370px; height: 370px; }.launch-badge { top: 300px; left: -5px; }
  .menu-grid { grid-template-columns: repeat(2,1fr); }.signature { grid-column: span 2; grid-template-columns: 1fr; }.feature-grid { grid-template-columns: repeat(2,1fr); }.notify-shell { gap: 40px; padding: 50px; }.brand-message-inner { grid-template-columns: 140px 1fr; }.quality-list { grid-column: span 2; flex-direction: row; }.quality-list span { flex: 1; }
}
@media (max-width: 820px) {
  .container { width: min(calc(100% - 30px), var(--container)); }.section { padding: 62px 0; }
  .menu-toggle { display: block; }.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; top: 78px; right: 15px; left: 15px; display: flex; align-items: stretch; flex-direction: column; gap: 0; padding: 12px; border: 1px solid rgba(107,47,31,.1); border-radius: 22px; background: rgba(255,249,238,.97); box-shadow: var(--shadow-soft); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: var(--transition); }.site-nav.open { opacity: 1; visibility: visible; transform: none; }.site-nav > a:not(.button) { padding: 13px 14px; }.site-nav > a:not(.button)::after { display: none; }.site-nav .button { margin-top: 5px; }
  .hero { padding: 118px 0 58px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { text-align: center; }.hero-copy .eyebrow { justify-content: center; }.hero-lead { margin-inline: auto; }.hero-actions, .trust-row { justify-content: center; }
  .hero-visual { display: flex; width: min(100%,560px); min-height: 0; margin: 12px auto 0; padding-top: 8px; flex-direction: column; align-items: center; }
  .logo-orbit { position: relative; top: auto; right: auto; flex: 0 0 auto; transform: none; }
  .feature-card { position: relative; right: auto; bottom: auto; left: auto; width: 100%; margin-top: 50px; }
  .launch-badge { top: 335px; left: 8px; }
  .scroll-cue { display: none; }
  .countdown-wrap { flex-direction: column; text-align: center; }.countdown-intro .eyebrow { justify-content: center; }
  .notify-shell { grid-template-columns: 1fr; }.brand-message-inner { text-align: center; }.brand-message-inner > img { margin: auto; }.brand-message-inner .eyebrow { justify-content: center; }
}
@media (max-width: 620px) {
  .section { padding: 52px 0; }.brand img { width: 48px; height: 48px; }.brand strong { font-size: 1.05rem; }
  .hero { padding: 108px 0 52px; }.hero h1 { font-size: clamp(2.65rem,13vw,4.1rem); }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.trust-row { gap: 8px 15px; }
  .hero-visual { min-height: 0; }.logo-orbit { width: 300px; height: 300px; }.logo-orbit img { inset: 27px; width: calc(100% - 54px); }.feature-card { grid-template-columns: 115px 1fr; margin-top: 48px; }.product-art { min-height: 132px; }.launch-badge { top: 268px; left: 0; padding: 11px 15px; }.feature-info h2 { font-size: 1.55rem; }.tag-row span:nth-child(2) { display: none; }
  .countdown-band { padding: 48px 0; }.countdown-wrap { gap: 32px; }.countdown { width: 100%; gap: 4px; justify-content: space-between; }.countdown div { min-width: 58px; }.countdown i { font-size: 1.3rem; }.countdown strong { font-size: 2rem; }
  .menu-grid { grid-template-columns: 1fr; }.signature { grid-column: auto; padding: 28px; }.signature-items { grid-template-columns: 1fr; }.signature-product { grid-template-columns: 75px 1fr; }.mini-dessert { width: 75px; height: 72px; }
  .feature-grid { grid-template-columns: 1fr; }.notify-shell { width: calc(100% - 20px); padding: 38px 20px; border-radius: 28px; }.notify-form { padding: 22px 16px; }
  .brand-message-inner { grid-template-columns: 1fr; gap: 22px; }.brand-message-inner > img { width: 125px; }.quality-list { grid-column: auto; flex-direction: column; }.footer-grid { grid-template-columns: 1fr; gap: 30px; }.footer-bottom { align-items: center; flex-direction: column; gap: 8px; text-align: center; }
}
@media (max-width: 360px) {
  .container { width: min(calc(100% - 22px), var(--container)); }.brand-copy small { font-size: .55rem; }.logo-orbit { width: 270px; height: 270px; }.hero-visual { min-height: 0; }.launch-badge { top: 238px; }.feature-card { grid-template-columns: 100px 1fr; gap: 12px; padding: 13px; }.tag-row span:last-child { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; }
}
