:root,
[data-theme="light"] {
  --navy: #0c121a;
  --navy-soft: #172431;
  --gold: #caa373;
  --gold-dark: #89643a;
  --shell: #f4f0e8;
  --paper: #faf8f3;
  --surface: #ffffff;
  --harbour: #31566b;
  --red: #7a2626;
  --ink: #202225;
  --muted: #6b6b67;
  --line: rgba(12, 18, 26, 0.14);
  --shadow: 0 18px 50px rgba(36, 29, 20, 0.12);
  --font-display: "Noto Serif HK", "Songti TC", serif;
  --font-body: "Noto Sans HK", "PingFang HK", sans-serif;
  --font-english: "Cormorant Garamond", Georgia, serif;
  --text-xs: clamp(0.75rem, 0.72rem + 0.14vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.84rem + 0.16vw, 1rem);
  --text-base: clamp(1rem, 0.96rem + 0.18vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.7vw, 1.5rem);
  --text-xl: clamp(1.75rem, 1.3rem + 1.8vw, 2.75rem);
  --text-2xl: clamp(2.5rem, 1.5rem + 3vw, 4.5rem);
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --transition: 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-theme="dark"] {
  --shell: #11171d;
  --paper: #151c23;
  --surface: #1c252d;
  --ink: #eee9df;
  --muted: #aaa69f;
  --line: rgba(244, 240, 232, 0.14);
  --navy: #f4f0e8;
  --navy-soft: #ddd4c6;
  --gold: #d5af80;
  --gold-dark: #c69b68;
  --harbour: #6f9bb1;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  -webkit-font-smoothing: antialiased;
}

body {
  min-height: 100dvh;
  overflow-x: hidden;
  background: var(--shell);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.65;
}

body.locked { overflow: hidden; }

img,
svg { display: block; max-width: 100%; }
button,
input { color: inherit; font: inherit; }
button { cursor: pointer; border: 0; background: none; }
button:focus-visible,
a:focus-visible,
input:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
h1,
h2,
h3 { font-family: var(--font-display); line-height: 1.18; text-wrap: balance; }
p { text-wrap: pretty; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: var(--space-3);
  left: var(--space-3);
  transform: translateY(-150%);
  padding: var(--space-3) var(--space-4);
  background: var(--gold);
  color: #0c121a;
}
.skip-link:focus { transform: translateY(0); }

.shell,
.section-shell { width: min(100% - 48px, 1240px); margin-inline: auto; }
.section-shell { padding-block: clamp(var(--space-16), 8vw, var(--space-24)); }
.eyebrow {
  color: var(--gold-dark);
  font-family: "DM Sans", sans-serif;
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.announcement { background: var(--gold); color: #101820; font-size: var(--text-xs); }
.announcement-inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: var(--space-6); }
.announcement p { font-weight: 600; }
.text-button { min-height: 32px; text-decoration: underline; text-underline-offset: 3px; }

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--shell) 94%, transparent);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: var(--space-10); }
.brand { display: inline-flex; align-items: center; gap: var(--space-3); color: var(--navy); text-decoration: none; }
.brand-mark { width: 48px; color: var(--gold-dark); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--font-display); font-size: 1.5rem; letter-spacing: 0.14em; }
.brand-copy span { margin-top: 7px; color: var(--gold-dark); font-family: var(--font-english); font-size: 0.78rem; letter-spacing: 0.2em; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(var(--space-4), 2vw, var(--space-8)); }
.desktop-nav button,
.mobile-nav button { min-height: 44px; font-size: var(--text-sm); font-weight: 500; }
.desktop-nav button:hover { color: var(--gold-dark); }
.header-actions { display: flex; align-items: center; gap: var(--space-2); }
.icon-button { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; }
.icon-button:hover { background: color-mix(in srgb, var(--gold) 18%, transparent); }
.icon-button svg,
.cart-button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-button { min-height: 44px; display: flex; align-items: center; gap: var(--space-2); padding-inline: var(--space-3); font-size: var(--text-sm); }
.cart-count { min-width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: white; font-size: 0.72rem; }
.menu-toggle { display: none; }

.search-panel {
  position: absolute;
  inset: 100% 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 720px) auto;
  justify-content: center;
  align-items: center;
  gap: var(--space-4);
  max-height: 0;
  overflow: hidden;
  padding-inline: var(--space-6);
  background: var(--surface);
  box-shadow: var(--shadow);
  opacity: 0;
  transition: max-height var(--transition), padding var(--transition), opacity var(--transition);
}
.search-panel.open { max-height: 170px; padding-block: var(--space-6); opacity: 1; }
.search-panel label { font-family: var(--font-display); font-weight: 700; }
.search-panel input { width: min(70vw, 720px); min-height: 52px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; outline: none; }
.search-hint { grid-column: 2; color: var(--muted); font-size: var(--text-xs); }
.mobile-nav { display: none; }

.hero { position: relative; min-height: min(760px, calc(100dvh - 116px)); display: flex; align-items: center; overflow: hidden; background: #d7cab4; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12, 18, 26, 0.78) 0%, rgba(12, 18, 26, 0.32) 45%, rgba(12, 18, 26, 0.02) 72%); }
.hero-content { position: relative; z-index: 2; padding-block: var(--space-20); color: white; }
.hero-content .eyebrow { color: #e1c49f; }
.hero h1 { margin-block: var(--space-4) var(--space-6); max-width: 640px; font-size: var(--text-2xl); letter-spacing: 0.04em; }
.hero-lede { max-width: 38ch; color: rgba(255,255,255,0.84); }
.hero-actions { display: flex; flex-wrap: wrap; gap: var(--space-3); margin-top: var(--space-8); }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-3) var(--space-6);
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-size: var(--text-sm);
  font-weight: 700;
  transition: transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: var(--shell); }
[data-theme="dark"] .button-primary { background: var(--gold); color: #0c121a; }
.button-quiet { border-color: rgba(255,255,255,0.54); color: white; }
.button-quiet:hover { background: white; color: #0c121a; }
.button-outline { border-color: var(--navy); color: var(--navy); }
.button-gold { background: var(--gold); color: #101820; }
.hero-note { position: absolute; right: clamp(var(--space-6), 6vw, var(--space-20)); bottom: var(--space-10); z-index: 2; display: flex; align-items: center; gap: var(--space-4); color: white; }
.hero-note span { color: var(--gold); font-family: var(--font-english); font-size: var(--text-lg); }
.hero-note p { display: grid; font-size: var(--text-xs); letter-spacing: 0.08em; }
.hero-note strong { font-size: var(--text-sm); }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-grid { min-height: 108px; display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: center; }
.trust-grid article { display: flex; align-items: center; gap: var(--space-4); padding: var(--space-4) var(--space-6); border-right: 1px solid var(--line); }
.trust-grid article:first-child { padding-left: 0; }
.trust-grid svg { width: 32px; flex: 0 0 auto; fill: none; stroke: var(--gold-dark); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.trust-grid article div { display: grid; }
.trust-grid strong { font-family: var(--font-display); }
.trust-grid span,
.trust-caveat { color: var(--muted); font-size: var(--text-xs); }
.trust-caveat { max-width: 15ch; margin-left: var(--space-6); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: var(--space-10); margin-bottom: var(--space-10); }
.section-heading h2,
.shop-heading h2 { margin-top: var(--space-3); font-size: var(--text-xl); }
.section-heading > p { max-width: 40ch; color: var(--muted); font-size: var(--text-sm); }
.category-filters { display: flex; gap: var(--space-2); overflow-x: auto; margin-bottom: var(--space-8); padding-bottom: var(--space-1); }
.filter-chip { flex: 0 0 auto; min-height: 44px; padding-inline: var(--space-5); border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: var(--text-sm); }
.filter-chip.active,
.filter-chip:hover { border-color: var(--navy); background: var(--navy); color: var(--shell); }
.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: var(--space-6); }
.product-card { grid-column: span 4; min-width: 0; display: flex; flex-direction: column; background: var(--surface); }
.product-card.hidden { display: none; }
.product-media { position: relative; overflow: hidden; width: 100%; aspect-ratio: 1; background: #ebe6dc; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms cubic-bezier(0.16,1,0.3,1); }
.product-media:hover img { transform: scale(1.035); }
.badge { position: absolute; top: var(--space-4); left: var(--space-4); padding: var(--space-2) var(--space-3); background: rgba(250,248,243,0.94); color: #202225; font-size: var(--text-xs); font-weight: 600; }
.badge-signature { background: var(--red); color: white; }
.media-action { position: absolute; right: var(--space-4); bottom: var(--space-4); padding: var(--space-2) var(--space-3); background: rgba(12,18,26,0.85); color: white; font-size: var(--text-xs); opacity: 0; transform: translateY(6px); transition: var(--transition); }
.product-media:hover .media-action { opacity: 1; transform: translateY(0); }
.product-info { flex: 1; display: grid; gap: var(--space-5); padding: var(--space-6); }
.product-type { color: var(--gold-dark); font-size: var(--text-xs); font-weight: 700; letter-spacing: 0.08em; }
.product-info h3 { margin-top: var(--space-2); font-size: var(--text-lg); }
.product-info h3 button:hover { color: var(--gold-dark); }
.product-meta { margin-top: var(--space-2); color: var(--muted); font-size: var(--text-xs); }
.price-block { display: grid; gap: 2px; align-self: end; }
.price-block span { color: var(--muted); font-size: var(--text-xs); }
.price-block strong { color: var(--navy); font-size: var(--text-base); }
.price-block small { color: var(--red); font-size: var(--text-xs); font-weight: 600; }
.add-button { width: 100%; border-color: var(--navy); color: var(--navy); }
.add-button:hover { background: var(--navy); color: var(--shell); }
.product-bundle { justify-content: space-between; padding: var(--space-8); background: var(--navy-soft); color: var(--shell); }
[data-theme="dark"] .product-bundle { background: #0b1015; color: #f4f0e8; }
.bundle-art h3 { margin-block: var(--space-4); color: #f4f0e8; font-size: var(--text-xl); }
.bundle-art > p:not(.eyebrow) { color: rgba(244,240,232,0.74); font-size: var(--text-sm); }
.bundle-art ul { display: grid; gap: var(--space-3); margin: var(--space-8) 0; padding-left: var(--space-5); color: rgba(244,240,232,0.84); font-size: var(--text-sm); }
.demo-note { margin-top: var(--space-6); color: var(--muted); font-size: var(--text-xs); }

.signature-section { min-height: 720px; display: grid; grid-template-columns: minmax(340px, 0.85fr) minmax(0, 1.25fr); background: var(--navy-soft); color: #f4f0e8; }
.signature-copy { align-self: center; max-width: 620px; padding: clamp(var(--space-12), 8vw, var(--space-24)); }
.signature-copy .chapter { display: block; margin-block: var(--space-8) 0; color: var(--gold); font-family: var(--font-english); font-size: var(--text-lg); }
.signature-copy h2 { font-size: var(--text-2xl); }
.signature-tagline { margin-block: var(--space-3) var(--space-6); color: var(--gold); font-family: var(--font-display); font-size: var(--text-lg); }
.signature-copy > p:not(.eyebrow):not(.signature-tagline) { color: rgba(244,240,232,0.72); }
.signature-copy dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-4); margin-block: var(--space-8); padding-block: var(--space-5); border-block: 1px solid rgba(244,240,232,0.18); }
.signature-copy dl div { display: grid; }
.signature-copy dt { color: rgba(244,240,232,0.56); font-size: var(--text-xs); }
.signature-copy dd { margin-top: var(--space-2); font-size: var(--text-sm); }
.signature-copy .button-outline { border-color: var(--gold); color: var(--gold); }
.signature-image { position: relative; min-height: 580px; }
.signature-image img { width: 100%; height: 100%; object-fit: cover; }
.seal { position: absolute; right: var(--space-8); bottom: var(--space-8); width: 142px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border: 1px solid var(--gold); border-radius: 50%; background: rgba(12,18,26,0.86); color: var(--gold); }
.seal::before { content:""; position: absolute; inset: 7px; border: 1px solid currentColor; border-radius: 50%; opacity: 0.5; }
.seal span,
.seal small { font-size: 0.7rem; letter-spacing: 0.12em; }
.seal strong { font-family: var(--font-display); font-size: 1.7rem; }

.membership-section { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(var(--space-12), 8vw, var(--space-24)); }
.membership-intro h2 { margin-block: var(--space-4) var(--space-6); font-size: var(--text-xl); }
.membership-intro > p:not(.eyebrow) { color: var(--muted); }
.membership-intro .button { margin-top: var(--space-8); }
.membership-journey { border-top: 1px solid var(--line); }
.membership-journey article { display: grid; grid-template-columns: 64px 1fr; gap: var(--space-4); padding-block: var(--space-6); border-bottom: 1px solid var(--line); }
.membership-journey article > span { color: var(--gold-dark); font-family: var(--font-english); font-size: var(--text-lg); }
.membership-journey h3 { font-size: var(--text-lg); }
.membership-journey p { margin-top: var(--space-2); color: var(--muted); font-size: var(--text-sm); }
.membership-journey .member-stat { grid-template-columns: 1fr; margin-top: var(--space-5); padding: var(--space-8); border: 0; background: var(--harbour); color: white; }
.member-stat strong { font-family: var(--font-english); font-size: var(--text-xl); }
.member-stat p { color: rgba(255,255,255,0.8); }

.story-section { display: grid; grid-template-columns: 0.35fr 1fr 0.8fr; gap: clamp(var(--space-8), 6vw, var(--space-20)); padding: clamp(var(--space-16), 8vw, var(--space-24)) max(24px, calc((100vw - 1240px) / 2)); background: var(--paper); }
.story-number { color: var(--gold); font-family: var(--font-english); font-size: clamp(5rem, 11vw, 10rem); line-height: 0.8; opacity: 0.65; }
.story-copy h2 { margin-block: var(--space-4) var(--space-6); font-size: var(--text-xl); }
.story-lede { color: var(--navy); font-family: var(--font-display); font-size: var(--text-lg); line-height: 1.6; }
.story-copy > p:not(.eyebrow):not(.story-lede) { margin-top: var(--space-6); color: var(--muted); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: var(--space-3); margin-top: var(--space-6); border-bottom: 1px solid var(--gold); font-size: var(--text-sm); font-weight: 700; }
.text-link span { color: var(--gold-dark); }
.story-principles > p { color: var(--gold-dark); font-size: var(--text-xs); font-weight: 700; letter-spacing: 0.1em; }
.story-principles ol { list-style: none; margin-top: var(--space-4); border-top: 1px solid var(--line); }
.story-principles li { display: grid; gap: var(--space-2); padding-block: var(--space-6); border-bottom: 1px solid var(--line); }
.story-principles li::before { content: counter(list-item, decimal-leading-zero); color: var(--gold-dark); font-family: var(--font-english); }
.story-principles span { color: var(--muted); font-size: var(--text-sm); }

.recipes-section { padding-top: var(--space-20); }
.recipe-layout { display: grid; grid-template-columns: 1.4fr 0.8fr; gap: var(--space-8); }
.recipe-main { position: relative; min-height: 520px; overflow: hidden; }
.recipe-main img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.recipe-main::after { content:""; position:absolute; inset:35% 0 0; background:linear-gradient(transparent,rgba(12,18,26,.85)); }
.recipe-main > div { position: absolute; z-index: 2; left: var(--space-8); right: var(--space-8); bottom: var(--space-8); color: white; }
.recipe-main h3 { margin-block: var(--space-2) var(--space-5); font-size: var(--text-xl); }
.recipe-list { border-top: 1px solid var(--line); }
.recipe-list article { min-height: 132px; display: grid; grid-template-columns: 42px 1fr 48px; align-items: center; gap: var(--space-4); border-bottom: 1px solid var(--line); }
.recipe-list > article > span { color: var(--gold-dark); font-family: var(--font-english); }
.recipe-list p { color: var(--muted); font-size: var(--text-xs); }
.recipe-list h3 { margin-top: var(--space-2); font-size: var(--text-lg); }
.recipe-list button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; }
.recipe-list button:hover { border-color: var(--gold); color: var(--gold-dark); }

.final-cta { padding-block: clamp(var(--space-16), 8vw, var(--space-24)); background: var(--navy-soft); color: #f4f0e8; }
.final-cta .shell { display: grid; grid-template-columns: 0.6fr 1fr auto; align-items: center; gap: var(--space-8); }
.final-cta h2 { font-size: var(--text-xl); }

footer { padding-block: var(--space-16) var(--space-6); background: #090f15; color: #f4f0e8; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 0.7fr 0.7fr 1fr; gap: var(--space-10); }
.footer-brand { color: #f4f0e8; }
.footer-grid > div:first-child > p { margin-top: var(--space-5); color: rgba(244,240,232,0.62); }
.footer-grid h3 { margin-bottom: var(--space-4); font-family: var(--font-body); font-size: var(--text-sm); }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(:first-child) > button:not(.button) { min-height: 38px; color: rgba(244,240,232,0.62); font-size: var(--text-sm); }
.footer-grid > div:not(:first-child) > button:hover { color: var(--gold); }
.footer-grid > div:last-child p { margin-bottom: var(--space-5); color: rgba(244,240,232,0.62); font-size: var(--text-sm); }
.whatsapp-button { border-color: #e5d7c4; color: #f4f0e8; }
.footer-bottom { display: flex; justify-content: space-between; gap: var(--space-6); margin-top: var(--space-12); padding-top: var(--space-5); border-top: 1px solid rgba(244,240,232,0.14); color: rgba(244,240,232,0.48); font-size: var(--text-xs); }

.floating-whatsapp { position: fixed; z-index: 30; right: var(--space-5); bottom: var(--space-5); min-height: 50px; display: flex; align-items: center; gap: var(--space-2); padding-inline: var(--space-4); border-radius: 999px; background: #245f46; color: white; box-shadow: var(--shadow); font-size: var(--text-sm); font-weight: 700; }
.floating-whatsapp svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }

.drawer-backdrop,
.modal-backdrop { position: fixed; z-index: 80; inset: 0; background: rgba(6,10,14,0.58); opacity: 0; pointer-events: none; transition: opacity var(--transition); }
.drawer-backdrop.open,
.modal-backdrop.open { opacity: 1; pointer-events: auto; }
.cart-drawer { position: fixed; z-index: 90; top: 0; right: 0; width: min(100%, 460px); height: 100dvh; display: flex; flex-direction: column; transform: translateX(100%); background: var(--surface); box-shadow: var(--shadow); transition: transform 380ms cubic-bezier(.16,1,.3,1); }
.cart-drawer.open { transform: translateX(0); }
.cart-drawer > header { display: flex; align-items: center; justify-content: space-between; padding: var(--space-6); border-bottom: 1px solid var(--line); }
.cart-drawer h2 { font-size: var(--text-xl); }
.shipping-progress { padding: var(--space-5) var(--space-6); background: var(--paper); }
.shipping-progress p { margin-bottom: var(--space-3); font-size: var(--text-xs); }
.shipping-progress > div { height: 5px; overflow: hidden; background: var(--line); }
.shipping-progress span { display: block; width: 0; height: 100%; background: var(--gold-dark); transition: width var(--transition); }
.cart-items { flex: 1; overflow-y: auto; padding: var(--space-6); }
.empty-cart { min-height: 55vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-cart svg { width: 58px; margin-bottom: var(--space-5); fill: none; stroke: var(--gold-dark); stroke-width: 1.5; }
.empty-cart p { max-width: 34ch; margin-block: var(--space-3) var(--space-6); color: var(--muted); font-size: var(--text-sm); }
.cart-line { display: grid; grid-template-columns: 82px 1fr auto; gap: var(--space-4); padding-block: var(--space-4); border-bottom: 1px solid var(--line); }
.cart-line img { width: 82px; aspect-ratio: 1; object-fit: cover; }
.cart-line h3 { font-family: var(--font-body); font-size: var(--text-sm); }
.cart-line p { color: var(--muted); font-size: var(--text-xs); }
.quantity { display: inline-flex; align-items: center; margin-top: var(--space-3); border: 1px solid var(--line); }
.quantity button { width: 34px; height: 34px; }
.quantity span { min-width: 24px; text-align: center; font-size: var(--text-sm); }
.remove-item { align-self: start; min-width: 44px; min-height: 44px; color: var(--muted); font-size: var(--text-xs); text-decoration: underline; }
.cart-footer { padding: var(--space-6); border-top: 1px solid var(--line); }
.cart-footer > div { display: flex; justify-content: space-between; margin-bottom: var(--space-4); }
.cart-footer .button { width: 100%; }
.cart-footer small { display: block; margin-top: var(--space-3); color: var(--muted); text-align: center; }

.product-modal { position: fixed; z-index: 90; inset: 50% auto auto 50%; width: min(calc(100% - 32px), 980px); max-height: min(90dvh, 760px); display: grid; grid-template-columns: 1fr 1fr; overflow: auto; transform: translate(-50%, -47%) scale(.98); background: var(--surface); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: opacity var(--transition), transform var(--transition); }
.product-modal.open { transform: translate(-50%, -50%) scale(1); opacity: 1; pointer-events: auto; }
.modal-close { position: absolute; z-index: 2; top: var(--space-4); right: var(--space-4); width: 44px; height: 44px; border-radius: 50%; background: var(--surface); box-shadow: 0 3px 10px rgba(0,0,0,.12); font-size: 1.6rem; }
.modal-image { min-height: 600px; background: var(--paper); }
.modal-image img { width: 100%; height: 100%; object-fit: cover; }
.modal-content { align-self: center; padding: clamp(var(--space-8), 5vw, var(--space-16)); }
.modal-content h2 { margin-block: var(--space-3) var(--space-4); font-size: var(--text-xl); }
.modal-description { color: var(--muted); font-size: var(--text-sm); }
.modal-specs { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--space-3); margin-block: var(--space-6); padding-block: var(--space-4); border-block: 1px solid var(--line); }
.modal-specs div { display: grid; gap: var(--space-1); }
.modal-specs dt { color: var(--muted); font-size: var(--text-xs); }
.modal-specs dd { font-size: var(--text-xs); }
.purchase-choice { display: grid; gap: var(--space-2); border: 0; }
.purchase-choice legend { margin-bottom: var(--space-3); font-weight: 700; }
.choice { min-height: 62px; display: flex; align-items: center; gap: var(--space-3); padding: var(--space-3) var(--space-4); border: 1px solid var(--line); cursor: pointer; }
.choice.active { border-color: var(--gold-dark); background: color-mix(in srgb, var(--gold) 12%, transparent); }
.choice span { flex: 1; display: flex; justify-content: space-between; gap: var(--space-3); }
.choice small { color: var(--muted); }
.modal-add { width: 100%; margin-top: var(--space-5); }
.modal-footnote { margin-top: var(--space-3); color: var(--muted); font-size: var(--text-xs); }
.toast { position: fixed; z-index: 120; left: 50%; bottom: var(--space-8); max-width: calc(100% - 32px); padding: var(--space-3) var(--space-5); transform: translate(-50%, 16px); border: 1px solid rgba(202,163,115,.45); background: #0c121a; color: white; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: var(--transition); font-size: var(--text-sm); }
.toast.show { transform: translate(-50%,0); opacity: 1; }
body.locked .toast { bottom: 8rem; }

@media (max-width: 1024px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .header-inner { grid-template-columns: 44px 1fr auto; gap: var(--space-3); }
  .brand { justify-self: center; }
  .mobile-nav { position: absolute; inset: 100% 0 auto; display: grid; max-height: 0; overflow: hidden; background: var(--surface); box-shadow: var(--shadow); transition: max-height var(--transition); }
  .mobile-nav.open { max-height: 360px; padding-block: var(--space-3); }
  .mobile-nav button { padding-inline: var(--space-6); text-align: left; }
  .trust-grid { grid-template-columns: repeat(3,1fr); }
  .trust-caveat { grid-column: 1/-1; max-width: none; margin: 0; padding: 0 0 var(--space-4); text-align: center; }
  .product-card { grid-column: span 6; }
  .product-bundle { min-height: 520px; }
  .signature-section { grid-template-columns: 1fr 1.15fr; }
  .story-section { grid-template-columns: 120px 1fr; }
  .story-principles { grid-column: 2; }
  .footer-grid { grid-template-columns: 1.3fr repeat(2, .7fr); }
  .footer-grid > div:last-child { grid-column: 1/-1; }
}

@media (max-width: 720px) {
  .shell,
  .section-shell { width: min(100% - 32px, 1240px); }
  .announcement-inner { justify-content: center; }
  .announcement .text-button { display: none; }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 40px; }
  .brand-copy strong { font-size: 1.2rem; }
  .brand-copy span { font-size: .63rem; }
  .search-toggle,
  .theme-toggle,
  .cart-button span { display: none; }
  .header-actions { gap: 0; }
  .cart-button { padding-inline: var(--space-1); }
  .hero { min-height: 680px; align-items: end; }
  .hero > img { object-position: 66% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(12,18,26,.9) 5%, rgba(12,18,26,.4) 65%, rgba(12,18,26,.05)); }
  .hero-content { padding-bottom: var(--space-20); }
  .hero h1 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .hero-note { display: none; }
  .hero-actions .button { flex: 1; }
  .trust-grid { grid-template-columns: 1fr; padding-block: var(--space-3); }
  .trust-grid article { padding: var(--space-3) 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-caveat { padding-top: var(--space-3); text-align: left; }
  .section-heading { display: grid; gap: var(--space-4); }
  .product-grid { gap: var(--space-4); }
  .product-card { grid-column: 1/-1; }
  .product-info { grid-template-columns: 1fr auto; }
  .product-info > div:first-child { grid-column: 1/-1; }
  .product-info .add-button { grid-column: 1/-1; }
  .product-bundle { min-height: 480px; }
  .signature-section { grid-template-columns: 1fr; }
  .signature-copy { order: 2; padding: var(--space-12) var(--space-6); }
  .signature-image { min-height: 420px; }
  .signature-copy dl { grid-template-columns: 1fr; }
  .signature-copy dl div { grid-template-columns: 1fr 1fr; }
  .membership-section { grid-template-columns: 1fr; gap: var(--space-12); }
  .story-section { grid-template-columns: 1fr; }
  .story-number { font-size: 6rem; }
  .story-principles { grid-column: 1; }
  .recipe-layout { grid-template-columns: 1fr; }
  .recipe-main { min-height: 440px; }
  .final-cta .shell { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child,
  .footer-grid > div:last-child { grid-column: 1/-1; }
  .footer-bottom { display: grid; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 52px; padding: 0; justify-content: center; }
  .product-modal { grid-template-columns: 1fr; }
  .modal-image { min-height: 280px; max-height: 38vh; }
  .modal-content { padding: var(--space-6); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
