:root {
  --teal-950: #073942;
  --teal-900: #0b4551;
  --teal-800: #135966;
  --teal-700: #1f6d77;
  --cream-50: #fffdf9;
  --cream-100: #fff8ed;
  --cream-200: #f6eddf;
  --sand-200: #eadcca;
  --sand-300: #d8c2a7;
  --cocoa: #4a271f;
  --cocoa-light: #704237;
  --gold: #cb9c52;
  --ink: #173c42;
  --muted: #69777a;
  --line: rgba(11, 69, 81, .14);
  --shadow: 0 18px 50px rgba(7, 57, 66, .13);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream-50); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #e3b465; outline-offset: 3px; }

.skip-link { position: fixed; z-index: 200; top: -100px; left: 1rem; padding: .7rem 1rem; background: var(--cream-100); color: var(--teal-950); border-radius: 0 0 .5rem .5rem; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 0; }
.container { width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto; }
.section { padding: 6.8rem 0; }
.announcement { padding: .52rem 1rem; background: var(--cocoa); color: var(--cream-100); font-size: .78rem; letter-spacing: .06em; text-align: center; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255, 253, 249, .94); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 18px rgba(11, 69, 81, .06); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; flex-shrink: 0; color: var(--teal-950); }
.brand img { width: 54px; height: 54px; object-fit: cover; object-position: center; border-radius: 50%; border: 1px solid var(--sand-200); }
.brand span { line-height: 1.03; font-family: var(--serif); font-size: 1.18rem; }
.brand strong, .brand small { display: block; }
.brand small { font-family: var(--sans); font-size: .57rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-top: .18rem; }
.main-nav { display: flex; align-items: center; gap: 1.4rem; margin-left: auto; }
.main-nav a, .main-nav button { color: var(--teal-950); background: transparent; border: 0; padding: .45rem 0; font-size: .91rem; font-weight: 600; }
.main-nav a::after { content: ""; display: block; width: 0; height: 1px; background: var(--gold); transition: width .22s; }
.main-nav a:hover::after { width: 100%; }
.nav-track { border-bottom: 1px solid var(--teal-950) !important; }
.cart-trigger { display: inline-flex; align-items: center; gap: .38rem; margin-left: .35rem; padding: .7rem .85rem; border: 1px solid var(--teal-900); border-radius: 99px; color: var(--cream-100); background: var(--teal-900); font-weight: 700; font-size: .85rem; }
.cart-trigger b { display: grid; place-items: center; min-width: 1.15rem; height: 1.15rem; background: var(--gold); color: var(--teal-950); border-radius: 50%; font-size: .7rem; }
.menu-toggle { display: none; margin-left: auto; padding: .5rem .65rem; color: var(--teal-950); border: 1px solid var(--line); border-radius: .45rem; background: none; font-weight: 700; font-size: .83rem; }

.hero { position: relative; overflow: hidden; background: var(--teal-950); color: var(--cream-100); }
.hero::before { content: ""; position: absolute; width: 35rem; height: 35rem; top: -22rem; left: -10rem; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(255,255,255,.03), 0 0 0 10rem rgba(255,255,255,.02); }
.hero-grid { position: relative; min-height: 610px; display: grid; align-items: center; grid-template-columns: .97fr 1.03fr; gap: 3.5rem; }
.hero-copy { padding: 5rem 0; }
.eyebrow { margin: 0 0 1rem; color: var(--teal-700); text-transform: uppercase; letter-spacing: .16em; font-size: .73rem; font-weight: 700; }
.eyebrow.light { color: #e8c985; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--teal-950); line-height: 1.12; }
h1 { margin-bottom: 1.35rem; color: var(--cream-100); font-family: var(--serif); font-size: clamp(2.55rem, 4.2vw, 4.5rem); letter-spacing: -.045em; }
h1 em { color: #edca87; font-style: italic; }
h2 { margin-bottom: 1.2rem; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.2rem); letter-spacing: -.04em; }
h3 { margin-bottom: .55rem; font-size: 1.12rem; }
.hero-lead { max-width: 33rem; margin-bottom: 2rem; color: rgba(255, 248, 237, .8); font-size: 1.07rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { min-height: 48px; display: inline-flex; justify-content: center; align-items: center; gap: .65rem; padding: .78rem 1.15rem; border: 1px solid transparent; border-radius: .55rem; font-weight: 700; font-size: .9rem; text-align: center; transition: transform .18s, background .18s, border-color .18s, color .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--teal-950); }
.button-primary:hover { background: #e0b26b; }
.button-ghost { color: var(--cream-100); border-color: rgba(255,255,255,.42); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button-dark { background: var(--teal-900); color: var(--cream-100); }
.button-outline { color: var(--cream-100); border-color: rgba(255,255,255,.5); }
.button-outline:hover { background: var(--cream-100); color: var(--teal-950); }
.button-outline-dark { color: var(--teal-950); border-color: var(--teal-900); }
.button-outline-dark:hover { color: var(--cream-100); background: var(--teal-900); }
.button.full-width { width: 100%; }
.hero-proof { display: flex; flex-wrap: wrap; gap: .4rem 1.25rem; margin-top: 2.3rem; color: rgba(255,255,255,.75); font-size: .8rem; }
.hero-proof span + span { padding-left: 1.25rem; border-left: 1px solid rgba(255,255,255,.22); }
.hero-proof b { color: #fff2d5; }
.hero-media { position: relative; align-self: stretch; min-height: 580px; }
.hero-media::after { content: ""; position: absolute; inset: 12% 1.5rem 8% -1rem; z-index: 0; border: 1px solid rgba(231, 198, 137, .45); border-radius: 50% 50% 0 0; }
.hero-media img { position: absolute; z-index: 1; inset: 0 -9vw 0 -3rem; width: calc(100% + 9vw); height: 100%; object-fit: cover; object-position: 65% center; mask-image: linear-gradient(90deg, transparent 0%, #000 13%, #000 100%); }
.hero-note { position: absolute; z-index: 2; right: 1rem; bottom: 3.3rem; padding: 1rem 1.15rem; background: var(--cream-100); color: var(--teal-950); box-shadow: var(--shadow); transform: rotate(-4deg); }
.hero-note span, .hero-note strong { display: block; }
.hero-note span { font-size: .72rem; }
.hero-note strong { font-family: var(--serif); font-size: 1.05rem; line-height: 1.1; }

.benefits { border-bottom: 1px solid var(--line); background: #fbf5eb; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit-grid article { display: flex; gap: .85rem; min-height: 122px; padding: 1.45rem 1.3rem; border-right: 1px solid var(--line); }
.benefit-grid article:first-child { border-left: 1px solid var(--line); }
.benefit-icon { color: var(--gold); font-family: var(--serif); font-size: 1.65rem; line-height: 1; }
.benefit-grid b { color: var(--teal-950); font-size: .92rem; }
.benefit-grid p { margin: .15rem 0 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }

.section-heading { margin-bottom: 2.3rem; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 2.5rem; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { max-width: 29rem; margin: 0; color: var(--muted); }
.category-tabs { display: flex; gap: .5rem; max-width: 100%; margin-bottom: 2rem; overflow-x: auto; scrollbar-width: none; padding-bottom: .25rem; }
.category-tabs::-webkit-scrollbar { display: none; }
.category-tabs button { flex: 0 0 auto; padding: .55rem .85rem; color: var(--teal-900); border: 1px solid var(--line); border-radius: 99px; background: transparent; font-weight: 700; font-size: .82rem; transition: .18s; }
.category-tabs button:hover, .category-tabs button.active { color: var(--cream-100); border-color: var(--teal-900); background: var(--teal-900); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.15rem; min-height: 22rem; }
.product-card { position: relative; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid rgba(11,69,81,.1); border-radius: 1.1rem; box-shadow: 0 6px 20px rgba(11,69,81,.045); transition: transform .22s, box-shadow .22s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-image { position: relative; aspect-ratio: 1 / .92; overflow: hidden; background: var(--cream-200); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-card:hover .product-image img { transform: scale(1.05); }
.product-tag { position: absolute; left: .8rem; top: .8rem; padding: .35rem .55rem; background: rgba(255,253,249,.92); color: var(--teal-950); border-radius: 99px; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 1rem; }
.product-category { color: var(--teal-700); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-card h3 { margin: .35rem 0 .35rem; font-family: var(--serif); font-size: 1.2rem; }
.product-card p { color: var(--muted); font-size: .79rem; line-height: 1.48; }
.product-footer { display: flex; justify-content: space-between; align-items: center; gap: .75rem; margin-top: auto; padding-top: .7rem; }
.product-price { color: var(--cocoa); font-family: var(--serif); font-size: 1.14rem; font-weight: 700; }
.add-item { min-width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--teal-900); color: var(--cream-100); font-size: 1.25rem; transition: transform .18s, background .18s; }
.add-item:hover { transform: rotate(90deg); background: var(--cocoa); }
.empty-menu { grid-column: 1 / -1; display: grid; place-items: center; min-height: 17rem; color: var(--muted); text-align: center; border: 1px dashed var(--sand-300); border-radius: 1rem; }
.loading-cards { display: contents; }
.loading-cards i { height: 22rem; border-radius: 1rem; background: linear-gradient(100deg, #f4eadb 20%, #fff8ed 45%, #f4eadb 70%); background-size: 200% 100%; animation: shimmer 1.2s infinite; }
@keyframes shimmer { to { background-position: -200% 0; } }

.custom-section { position: relative; overflow: hidden; padding: 6.8rem 0; color: var(--cream-100); background: var(--cocoa); }
.custom-section::before { content: ""; position: absolute; inset: 0; opacity: .26; background-image: radial-gradient(circle at 8% 20%, #e5bc72 0 1px, transparent 1.5px), radial-gradient(circle at 90% 73%, #e5bc72 0 1px, transparent 1.5px); background-size: 32px 32px; }
.custom-wrap { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 4rem; }
.custom-intro h2 { color: var(--cream-100); }
.custom-intro > p:not(.eyebrow) { max-width: 29rem; color: rgba(255,248,237,.8); }
.custom-tips { display: grid; gap: .7rem; margin-top: 2rem; color: #f0d9a8; font-size: .82rem; font-weight: 700; letter-spacing: .04em; }
.builder-card { padding: 1.4rem; background: var(--cream-50); color: var(--ink); border-radius: 1.1rem; box-shadow: 0 24px 60px rgba(34,13,5,.24); }
.builder-head { display: flex; align-items: start; justify-content: space-between; gap: 1rem; padding-bottom: 1.1rem; border-bottom: 1px solid var(--line); }
.builder-head h3 { margin-bottom: 0; font-family: var(--serif); font-size: 1.45rem; }
.mini-label { display: block; margin-bottom: .3rem; color: var(--teal-700); font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.type-switch { display: flex; overflow: hidden; border: 1px solid var(--line); border-radius: .5rem; }
.type-switch button { padding: .48rem .66rem; border: 0; color: var(--teal-900); background: transparent; font-size: .78rem; font-weight: 800; }
.type-switch button.active { background: var(--teal-900); color: var(--cream-100); }
.builder-options { display: grid; gap: 1rem; padding: 1.15rem 0; }
.builder-group h4 { margin: 0 0 .55rem; color: var(--teal-950); font-size: .84rem; }
.builder-group h4 small { color: var(--muted); font-weight: 400; }
.ingredient-options { display: flex; flex-wrap: wrap; gap: .48rem; }
.ingredient-option { position: relative; }
.ingredient-option input { position: absolute; opacity: 0; pointer-events: none; }
.ingredient-option label { display: block; padding: .5rem .62rem; border: 1px solid var(--line); border-radius: .5rem; color: var(--teal-900); background: #fff; font-size: .76rem; line-height: 1.2; cursor: pointer; transition: .18s; }
.ingredient-option label small { display: block; margin-top: .18rem; color: var(--muted); font-size: .65rem; }
.ingredient-option input:checked + label { color: var(--cream-100); border-color: var(--teal-900); background: var(--teal-900); box-shadow: 0 3px 10px rgba(11,69,81,.15); }
.ingredient-option input:checked + label small { color: #cee5df; }
.builder-loading { margin: 0; padding: 2rem 0; color: var(--muted); text-align: center; }
.builder-summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-top: 1.05rem; border-top: 1px solid var(--line); }
.builder-summary span, .builder-summary small { display: block; font-size: .72rem; }
.builder-summary span { color: var(--muted); }
.builder-summary strong { display: block; color: var(--cocoa); font-family: var(--serif); font-size: 1.5rem; line-height: 1.1; }
.builder-summary small { max-width: 17rem; margin-top: .2rem; color: var(--teal-700); }

.story-section { background: #fffdf9; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2.5rem, 8vw, 8rem); }
.story-images { position: relative; min-height: 33rem; }
.story-main { position: absolute; width: min(78%, 25rem); height: 28rem; left: 0; top: 0; object-fit: cover; object-position: 58% center; border-radius: 12rem 12rem .8rem .8rem; }
.story-award { position: absolute; width: 43%; right: 0; bottom: 0; aspect-ratio: .77; object-fit: cover; object-position: center; border: .55rem solid var(--cream-50); box-shadow: var(--shadow); }
.story-seal { position: absolute; z-index: 1; right: 30%; top: 39%; display: grid; place-items: center; width: 8rem; height: 8rem; padding: 1rem; color: var(--cream-100); background: var(--teal-900); border: 1px solid #e5c07b; border-radius: 50%; font-family: var(--serif); font-size: .95rem; line-height: 1.05; text-align: center; transform: rotate(-12deg); }
.story-seal b { color: #e5c07b; }
.story-copy p:not(.eyebrow) { max-width: 33rem; color: var(--muted); }
.text-link { display: inline-flex; gap: .4rem; margin-top: .7rem; padding-bottom: .2rem; border-bottom: 1px solid var(--teal-900); color: var(--teal-950); font-weight: 800; font-size: .89rem; }

.review-section { color: var(--cream-100); background: var(--teal-900); }
.review-wrap { max-width: 780px; padding: 5rem 0; text-align: center; }
.review-score { display: flex; justify-content: center; align-items: baseline; gap: .6rem; color: #f5d790; }
.review-score span { letter-spacing: .12em; font-size: 1.08rem; }
.review-score strong { font-family: var(--serif); font-size: 2rem; }
.review-score small { color: rgba(255,255,255,.65); font-size: .72rem; }
.review-wrap blockquote { margin: 1.5rem 0 1rem; font-family: var(--serif); font-size: clamp(1.45rem, 2.8vw, 2.25rem); font-style: italic; line-height: 1.25; }
.review-wrap p { color: rgba(255,255,255,.74); }

.centered { text-align: center; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps-grid li { position: relative; padding: 2rem 1.3rem 2.1rem; border-right: 1px solid var(--line); }
.steps-grid li:first-child { border-left: 1px solid var(--line); }
.steps-grid span { display: block; margin-bottom: 1.6rem; color: var(--gold); font-family: var(--serif); font-size: 1.5rem; }
.steps-grid h3 { margin-bottom: .35rem; font-family: var(--serif); font-size: 1.25rem; }
.steps-grid p { margin: 0; color: var(--muted); font-size: .84rem; }

.trust-section { color: var(--cream-100); background: var(--teal-950); }
.trust-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 6rem; padding: 6.5rem 0; }
.trust-copy h2 { color: var(--cream-100); }
.trust-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.trust-list { border-top: 1px solid rgba(255,255,255,.22); }
.trust-list details { border-bottom: 1px solid rgba(255,255,255,.22); }
.trust-list summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1.05rem 0; list-style: none; color: var(--cream-100); font-size: 1rem; font-weight: 700; cursor: pointer; }
.trust-list summary::-webkit-details-marker { display: none; }
.trust-list summary span { color: #e8c985; font-size: 1.35rem; font-weight: 400; transition: transform .2s; }
.trust-list details[open] summary span { transform: rotate(45deg); }
.trust-list p { max-width: 40rem; margin: 0 0 1.15rem; color: rgba(255,255,255,.72); font-size: .9rem; }

.contact-section { padding-top: 6.8rem; padding-bottom: 6.8rem; }
.contact-card { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 25rem; overflow: hidden; background: #f6e9d7; border-radius: 1.1rem; }
.contact-card > div { align-self: center; padding: clamp(2rem, 6vw, 5rem); }
.contact-card h2 { max-width: 35rem; }
.contact-card p:not(.eyebrow) { max-width: 34rem; color: var(--muted); }
.contact-card > img { width: 100%; height: 100%; object-fit: cover; }
.contact-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.4rem; }

.site-footer { padding-top: 4rem; color: rgba(255,255,255,.72); background: #062f37; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; padding-bottom: 3rem; }
.footer-brand { color: var(--cream-100); }
.footer-brand img { border-color: rgba(255,255,255,.25); }
.site-footer p { max-width: 21rem; margin: 1rem 0 0; font-size: .86rem; }
.site-footer h3 { margin: 0 0 .75rem; color: var(--cream-100); font-family: var(--sans); font-size: .84rem; text-transform: uppercase; letter-spacing: .12em; }
.site-footer a, .site-footer button { display: block; margin: .55rem 0; color: rgba(255,255,255,.72); border: 0; background: transparent; padding: 0; font-size: .86rem; text-align: left; }
.site-footer a:hover, .site-footer button:hover { color: #e8c985; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.15rem 0; border-top: 1px solid rgba(255,255,255,.15); font-size: .72rem; }

.cart-drawer { position: fixed; z-index: 110; right: 0; top: 0; bottom: 0; display: flex; flex-direction: column; width: min(430px, 100%); padding: 1.35rem; background: var(--cream-50); box-shadow: -20px 0 60px rgba(0,0,0,.2); transform: translateX(105%); transition: transform .28s ease; }
.cart-drawer.is-open { transform: translateX(0); }
.drawer-head, .dialog-head { display: flex; justify-content: space-between; align-items: start; gap: 1rem; }
.drawer-head { padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.drawer-head h2, .dialog-head h2 { margin: 0; font-family: var(--serif); font-size: 1.6rem; }
.icon-button { display: grid; flex: 0 0 auto; place-items: center; width: 2.1rem; height: 2.1rem; padding: 0; color: var(--teal-950); border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 1.45rem; line-height: 1; }
.icon-button:hover { background: var(--cream-200); }
.cart-content { flex: 1; overflow-y: auto; padding: 1rem 0; }
.empty-cart { max-width: 17rem; margin: 4rem auto; color: var(--muted); text-align: center; }
.cart-line { position: relative; display: grid; grid-template-columns: 1fr auto; gap: .65rem; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.cart-line h3 { margin: 0; font-size: 1rem; }
.cart-line p { margin: .22rem 0 0; color: var(--muted); font-size: .75rem; }
.cart-line-price { font-family: var(--serif); font-weight: 700; }
.quantity-control { display: inline-flex; align-items: center; gap: .55rem; margin-top: .55rem; border: 1px solid var(--line); border-radius: 99px; }
.quantity-control button { width: 1.65rem; height: 1.65rem; padding: 0; color: var(--teal-950); border: 0; border-radius: 50%; background: transparent; font-size: 1rem; }
.quantity-control button:hover { background: var(--cream-200); }
.quantity-control b { min-width: 1rem; text-align: center; font-size: .8rem; }
.remove-item { position: absolute; top: .7rem; right: 0; padding: .15rem; color: var(--muted); border: 0; background: none; font-size: .67rem; text-decoration: underline; }
.cart-footer { padding-top: 1rem; border-top: 1px solid var(--line); }
.cart-total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 1rem; }
.cart-total span { color: var(--muted); font-size: .8rem; }
.cart-total strong { color: var(--cocoa); font-family: var(--serif); font-size: 1.6rem; }
.scrim { position: fixed; z-index: 100; inset: 0; background: rgba(5, 33, 38, .55); backdrop-filter: blur(2px); }

dialog { width: min(660px, calc(100% - 1.5rem)); max-height: min(90vh, 900px); margin: auto; padding: 1.3rem; color: var(--ink); border: 0; border-radius: 1rem; background: var(--cream-50); box-shadow: 0 20px 80px rgba(0,0,0,.3); overflow-y: auto; }
dialog::backdrop { background: rgba(5, 33, 38, .6); backdrop-filter: blur(2px); }
.dialog-head { padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.checkout-form, .track-form { display: grid; gap: 1rem; padding-top: 1rem; }
.checkout-summary { padding: .75rem; color: var(--teal-950); background: var(--cream-200); border-radius: .6rem; font-size: .83rem; }
.checkout-summary p { margin: 0; }
fieldset { min-width: 0; margin: 0; padding: 1rem; border: 1px solid var(--line); border-radius: .65rem; }
legend { padding: 0 .3rem; color: var(--teal-950); font-size: .86rem; font-weight: 800; }
label { display: grid; gap: .35rem; color: var(--teal-950); font-size: .82rem; font-weight: 700; }
label small { color: var(--muted); font-size: .68rem; font-weight: 500; }
input, select, textarea { width: 100%; padding: .68rem .72rem; color: var(--ink); border: 1px solid rgba(11,69,81,.24); border-radius: .45rem; background: #fff; font-size: .94rem; font-weight: 400; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--teal-700); outline: 2px solid rgba(31,109,119,.15); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-top: .7rem; }
.choice-row { display: flex; gap: .7rem; margin-bottom: .8rem; }
.radio-choice { display: block; flex: 1; cursor: pointer; }
.radio-choice input { position: absolute; opacity: 0; }
.radio-choice span { display: block; padding: .66rem; color: var(--teal-900); border: 1px solid var(--line); border-radius: .45rem; text-align: center; transition: .15s; }
.radio-choice input:checked + span { color: var(--cream-100); border-color: var(--teal-900); background: var(--teal-900); }
#addressField { margin-top: .6rem; }
.checkout-note { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.form-message { min-height: 1.3rem; margin: 0; color: var(--teal-700); font-size: .83rem; text-align: center; }
.form-message.error { color: #a72d22; }
.form-message.success { color: #177150; }
.track-form { grid-template-columns: 1fr 1fr; }
.track-form .button, .track-form .form-message { grid-column: 1 / -1; }
#trackResult { margin-top: 1rem; padding: 1rem; border-top: 1px solid var(--line); }
.track-card h3 { margin: .4rem 0; font-family: var(--serif); }
.track-meta { margin: .5rem 0 1rem; color: var(--muted); font-size: .82rem; }
.timeline { display: grid; gap: .7rem; margin-top: 1rem; }
.timeline-item { position: relative; padding-left: 1.3rem; color: var(--muted); font-size: .8rem; }
.timeline-item::before { content: ""; position: absolute; left: 0; top: .35rem; width: .55rem; height: .55rem; border-radius: 50%; background: var(--sand-300); }
.timeline-item:first-child::before { background: var(--gold); box-shadow: 0 0 0 .25rem rgba(203,156,82,.2); }
.timeline-item b { color: var(--teal-950); }

.chatbot { position: fixed; z-index: 70; right: 1rem; bottom: 1rem; }
.chat-launcher { display: flex; align-items: center; gap: .48rem; min-height: 48px; padding: .7rem 1rem; color: var(--cream-100); border: 0; border-radius: 99px; background: var(--cocoa); box-shadow: 0 10px 25px rgba(47,20,15,.25); font-weight: 800; font-size: .82rem; }
.chat-launcher span:first-child { color: #f5d790; font-size: 1.25rem; }
.chat-panel { position: absolute; right: 0; bottom: 3.7rem; width: min(350px, calc(100vw - 2rem)); overflow: hidden; border-radius: .9rem; background: var(--cream-50); box-shadow: 0 16px 50px rgba(0,0,0,.25); }
.chat-panel header { display: flex; justify-content: space-between; align-items: center; padding: .9rem 1rem; color: var(--cream-100); background: var(--teal-900); }
.chat-panel header b, .chat-panel header small { display: block; }
.chat-panel header b { font-size: .9rem; }
.chat-panel header small { opacity: .72; font-size: .67rem; }
.chat-status { display: inline-block; width: .48rem; height: .48rem; margin-right: .35rem; border-radius: 50%; background: #88e0b8; }
.light-icon { color: var(--cream-100); border-color: rgba(255,255,255,.3); }
.light-icon:hover { background: rgba(255,255,255,.12); }
.chat-body { min-height: 6rem; max-height: 15rem; overflow-y: auto; padding: 1rem; background: #fbf8f2; }
.bot-message, .user-message { max-width: 85%; padding: .65rem .75rem; border-radius: .7rem; font-size: .78rem; line-height: 1.45; }
.bot-message { color: var(--teal-950); background: var(--cream-200); border-bottom-left-radius: .15rem; }
.user-message { margin: .6rem 0 .6rem auto; color: var(--cream-100); background: var(--teal-800); border-bottom-right-radius: .15rem; }
.chat-options { display: flex; flex-wrap: wrap; gap: .4rem; padding: .75rem; border-top: 1px solid var(--line); }
.chat-options button { padding: .4rem .5rem; color: var(--teal-900); border: 1px solid var(--line); border-radius: 99px; background: white; font-size: .68rem; font-weight: 700; }
.chat-options button:hover { color: var(--cream-100); background: var(--teal-900); }
.floating-whatsapp { position: fixed; z-index: 60; left: 1rem; bottom: 1rem; display: none; align-items: center; gap: .4rem; padding: .64rem .85rem; color: white; border-radius: 99px; background: #197c50; box-shadow: 0 10px 25px rgba(0,0,0,.18); font-size: .76rem; font-weight: 800; }
.floating-whatsapp.visible { display: flex; }
.toast { position: fixed; z-index: 140; left: 50%; bottom: 1.4rem; max-width: min(90vw, 430px); padding: .75rem 1rem; color: white; border-radius: .55rem; background: var(--teal-900); box-shadow: var(--shadow); font-size: .84rem; text-align: center; opacity: 0; pointer-events: none; transform: translate(-50%, 1rem); transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.notice { padding: 1rem; color: var(--cocoa); border: 1px solid var(--sand-300); }
.order-success { padding: .7rem 0; text-align: center; }
.order-success h3 { margin-bottom: .6rem; font-family: var(--serif); font-size: 1.7rem; }
.order-success p:not(.eyebrow) { color: var(--muted); }
.success-total { margin: 1.2rem 0 !important; color: var(--teal-950) !important; font-size: 1.1rem; }
.order-success .contact-actions { justify-content: center; }
.text-close { display: inline-block; margin-top: 1.1rem; color: var(--teal-700); border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: .8rem; font-weight: 800; }
.simple-header { padding: 1rem 0; border-bottom: 1px solid var(--line); background: var(--cream-50); }
.simple-header .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.track-page-main { min-height: calc(100vh - 86px); display: grid; place-items: center; padding: 3rem 1rem; background: radial-gradient(circle at 8% 15%, rgba(232,201,133,.35), transparent 28%), var(--teal-950); }
.track-page-card { width: min(100%, 670px); padding: clamp(1.3rem, 5vw, 3rem); background: var(--cream-50); border-radius: 1rem; box-shadow: 0 22px 60px rgba(0,0,0,.25); }
.track-page-card h1 { margin-bottom: .7rem; color: var(--teal-950); font-size: clamp(2rem, 5vw, 3.4rem); }
.track-page-card > p:not(.eyebrow) { max-width: 35rem; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .main-nav { gap: .85rem; }
  .main-nav a, .main-nav button { font-size: .78rem; }
  .hero-grid { gap: 1.5rem; }
  .hero-media img { inset-right: -12vw; width: calc(100% + 12vw); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid article:nth-child(3) { border-left: 1px solid var(--line); }
  .custom-wrap, .trust-grid { gap: 2.5rem; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 1.5rem, 1180px); }
  .announcement { padding: .43rem .6rem; font-size: .68rem; }
  .nav-wrap { min-height: 68px; gap: .6rem; }
  .brand img { width: 44px; height: 44px; }
  .brand span { font-size: 1rem; }
  .brand small { font-size: .49rem; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: calc(100% + 1px); display: none; align-items: stretch; padding: .75rem; border-bottom: 1px solid var(--line); background: var(--cream-50); box-shadow: 0 13px 25px rgba(11,69,81,.1); }
  .main-nav.is-open { display: grid; }
  .main-nav a, .main-nav button { padding: .75rem; text-align: left; font-size: .92rem; }
  .nav-track { border: 0 !important; }
  .cart-trigger { margin-left: auto; padding: .55rem .65rem; }
  .cart-trigger-text { display: none; }
  .hero-grid { min-height: 0; display: block; }
  .hero-copy { position: relative; z-index: 2; padding: 3.8rem 0 1.5rem; }
  h1 { max-width: 27rem; font-size: clamp(2.55rem, 12.5vw, 4rem); }
  .hero-lead { max-width: 30rem; font-size: .98rem; }
  .hero-media { min-height: 300px; margin: 0 -0.75rem; }
  .hero-media::after { inset: 10% 1rem 10% 2rem; }
  .hero-media img { inset: 0; width: 100%; mask-image: linear-gradient(180deg, transparent 0%, #000 15%, #000 100%); object-position: 66% center; }
  .hero-note { right: .8rem; bottom: 1.5rem; padding: .75rem .85rem; }
  .hero-proof { margin-top: 1.6rem; gap: .4rem .7rem; }
  .hero-proof span + span { padding-left: .7rem; }
  .benefit-grid article { min-height: 105px; padding: 1rem .7rem; }
  .benefit-grid p { font-size: .7rem; }
  .section, .custom-section { padding: 4.4rem 0; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: .7rem; font-size: .91rem; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
  .product-body { padding: .75rem; }
  .product-card h3 { font-size: 1.08rem; }
  .product-card p { display: -webkit-box; overflow: hidden; font-size: .72rem; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
  .product-price { font-size: 1rem; }
  .custom-wrap, .story-grid, .trust-grid, .contact-card { display: block; }
  .custom-intro { margin-bottom: 2rem; }
  .builder-card { padding: 1rem; }
  .builder-summary { align-items: end; }
  .builder-summary .button { max-width: 10rem; min-height: 43px; padding: .65rem; font-size: .78rem; }
  .story-images { min-height: 27rem; margin-bottom: 2.3rem; }
  .story-main { width: 77%; height: 23rem; }
  .story-award { width: 42%; }
  .story-seal { width: 6.5rem; height: 6.5rem; right: 27%; top: 38%; font-size: .75rem; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid li:nth-child(3) { border-left: 1px solid var(--line); }
  .steps-grid li { padding: 1.2rem .8rem; }
  .steps-grid span { margin-bottom: .9rem; }
  .trust-grid { padding: 4.4rem 0; }
  .trust-copy { margin-bottom: 1.8rem; }
  .contact-card > div { padding: 2.3rem 1.4rem; }
  .contact-card > img { display: none; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .cart-drawer { padding: 1rem; }
  dialog { padding: 1rem; }
  .two-col, .track-form { grid-template-columns: 1fr; }
  .track-form .button, .track-form .form-message { grid-column: auto; }
  .chatbot { right: .7rem; bottom: .7rem; }
  .floating-whatsapp { left: .7rem; bottom: .7rem; }
  .chat-launcher span:last-child { display: none; }
  .chat-launcher { width: 48px; justify-content: center; padding: .6rem; }
  .chat-launcher span:first-child { font-size: 1.25rem; }
  .chat-panel { bottom: 3.5rem; width: min(350px, calc(100vw - 1.4rem)); }
  .review-wrap { padding: 3.8rem .3rem; }
}

@media (max-width: 390px) {
  .benefit-grid article { gap: .45rem; padding: .9rem .45rem; }
  .benefit-grid b { font-size: .78rem; }
  .benefit-icon { font-size: 1.2rem; }
  .product-grid { gap: .55rem; }
  .product-footer { align-items: end; gap: .25rem; }
  .add-item { min-width: 31px; height: 31px; }
  .steps-grid li { padding: 1rem .65rem; }
}

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