@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Inter:wght@300;400;500&display=swap";:root{--cream: #F0E8DC;--cream-2: #F7F2EB;--cream-3: #EDE3D5;--stone: #D4C4AE;--ink: #1C1008;--ink-2: #3B2A18;--ink-3: #7A6350;--ink-4: #A8957E;--gold: #C9A96A;--gold-2: #9D7C3F;--ff-serif: "Cormorant Garamond", Georgia, serif;--ff-sans: "Inter", "Helvetica Neue", sans-serif;--shadow-md: 0 8px 32px rgba(28,16,8,.1), 0 2px 8px rgba(28,16,8,.06)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{background:var(--cream);color:var(--ink);font-family:var(--ff-sans);font-weight:400;line-height:1.6}#root{min-height:100vh}img{display:block;max-width:100%}@keyframes hero-zoom{0%{transform:scale(1)}to{transform:scale(1.08)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 #c9a96a00}50%{box-shadow:0 0 0 10px #c9a96a2e}}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.fade-up{opacity:0;transform:translateY(28px);transition:opacity .72s ease,transform .72s ease}.fade-up.visible{opacity:1;transform:none}.fade-side{opacity:0;transform:translate(-28px);transition:opacity .72s ease,transform .72s ease}.story--reverse .fade-side{transform:translate(28px)}.fade-side.visible{opacity:1;transform:none}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px 48px;transition:background .35s ease,box-shadow .35s ease,padding .35s ease}.nav--scrolled{background:#fffffff7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--stone);padding:14px 48px}.nav-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.nav-side{display:flex;align-items:center}.nav-side--right{justify-content:flex-end}.nav-logo{height:64px;width:auto;display:block;transition:opacity .2s ease}.nav-logo:hover{opacity:.82}.btn-primary{display:inline-block;background:var(--ink);color:var(--cream);font-family:var(--ff-sans);font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:16px 36px;border:none;border-radius:2px;cursor:pointer;transition:background .22s ease,transform .18s ease,box-shadow .22s ease}.btn-primary:hover:not(:disabled){background:var(--ink-2);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-full{width:100%;text-align:center;padding:18px}.btn-pulse{animation:pulse-glow 2.8s ease-in-out infinite}.btn-ghost{background:transparent;border:1px solid var(--ink);color:var(--ink);font-family:var(--ff-sans);font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:10px 22px;border-radius:2px;cursor:pointer;transition:background .2s,color .2s}.btn-ghost:hover{background:var(--ink);color:var(--cream)}.eyebrow{font-size:.65rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-2);margin-bottom:20px}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:160px 48px 120px;position:relative;overflow:hidden;background:#fff}.hero-bg,.hero-bg-img,.hero-bg-overlay,.hero-bg-vignette{display:none}.hero-inner{max-width:740px;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:9px;font-size:.65rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-2);border:1px solid rgba(201,169,106,.5);background:#c9a96a12;padding:8px 20px;border-radius:100px;margin-bottom:44px}.hero-badge-dot{width:7px;height:7px;border-radius:50%;background:var(--gold);animation:dot-pulse 2s ease-in-out infinite;flex-shrink:0}.hero-title{font-family:var(--ff-serif);font-size:clamp(3rem,8vw,6.5rem);font-weight:300;line-height:1.06;letter-spacing:-.01em;color:var(--ink);margin-bottom:32px}.hero-title em{font-style:italic;font-weight:300;color:var(--gold-2)}.hero-body{font-size:1.05rem;color:var(--ink-3);line-height:1.8;max-width:46ch;margin:0 auto 48px;font-weight:300}.hero-cta-wrap{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:64px}.hero-counter{font-size:.8rem;color:var(--ink-3);font-weight:300;letter-spacing:.02em}.hero-counter strong{font-weight:600;color:var(--ink);font-variant-numeric:tabular-nums}.hero-stats{display:flex;align-items:center;justify-content:center;border-top:1px solid var(--stone);padding-top:40px}.stat{display:flex;flex-direction:column;align-items:center;gap:4px;padding:0 40px}.stat-num{font-family:var(--ff-serif);font-size:2rem;font-weight:400;color:var(--ink);line-height:1}.stat-label{font-size:.62rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-4)}.stat-divider{width:1px;height:36px;background:var(--stone);flex-shrink:0}.marquee{background:var(--ink);overflow:hidden;padding:15px 0}.marquee-track{display:flex;white-space:nowrap;animation:marquee-scroll 30s linear infinite;width:max-content}.marquee-track:hover{animation-play-state:paused}.marquee-item{font-size:.62rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);padding:0 6px}.marquee-dot{color:#c9a96a59;margin-left:6px}.story{display:grid;grid-template-columns:1fr 1fr;min-height:680px;align-items:center}.story--reverse{direction:rtl}.story--reverse>*{direction:ltr}.story-img-wrap{overflow:hidden;height:100%;min-height:600px}.story-img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .9s ease}.story-img-wrap:hover .story-img{transform:scale(1.04)}.story-text{padding:80px 72px;display:flex;flex-direction:column;justify-content:center}.story-title{font-family:var(--ff-serif);font-size:clamp(2rem,4vw,3.6rem);font-weight:300;line-height:1.1;color:var(--ink);margin-bottom:20px}.story-accent{font-family:var(--ff-serif);font-size:1.15rem;font-style:italic;color:var(--gold-2);margin-bottom:24px;line-height:1.5}.story-body{font-size:.95rem;color:var(--ink-3);line-height:1.85;max-width:44ch;font-weight:300}.promise{background:var(--ink);padding:120px 48px;text-align:center}.promise-inner{max-width:680px;margin:0 auto}.promise-eyebrow{color:var(--gold)!important}.promise-quote{font-family:var(--ff-serif);font-size:clamp(2rem,5vw,4rem);font-weight:300;line-height:1.18;color:var(--cream);margin:0 0 36px;letter-spacing:-.01em}.promise-quote em{font-style:italic;color:var(--gold)}.promise-body{font-size:.95rem;color:var(--ink-4);line-height:1.85;font-weight:300;max-width:48ch;margin:0 auto}.wide-image{position:relative;height:520px;overflow:hidden}.wide-image img{width:100%;height:100%;object-fit:cover;object-position:center 40%}.wide-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(28,16,8,.65) 0%,rgba(28,16,8,.15) 55%,transparent 100%);display:flex;align-items:center;padding:0 10%}.wide-image-overlay blockquote{font-family:var(--ff-serif);font-size:clamp(1.8rem,3.5vw,3.2rem);font-weight:300;font-style:italic;color:var(--cream);line-height:1.35;max-width:16ch;border-left:3px solid var(--gold);padding-left:28px}.ingredients{background:var(--cream-2);padding:120px 48px;border-top:1px solid var(--stone);border-bottom:1px solid var(--stone)}.ingredients-header{text-align:center;max-width:580px;margin:0 auto 72px}.ingredients-title{font-family:var(--ff-serif);font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:300;line-height:1.12;color:var(--ink);margin-bottom:20px}.ingredients-title em{font-style:italic;color:var(--gold-2)}.ingredients-sub{font-size:.92rem;color:var(--ink-3);line-height:1.75;font-weight:300}.ingredients-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;max-width:1100px;margin:0 auto}.ing-card{background:var(--cream);padding:44px 36px;border:1px solid var(--stone);transition:background .22s ease,box-shadow .22s ease,transform .22s ease;cursor:default;position:relative}.ing-card:hover{background:#fff;box-shadow:var(--shadow-md);transform:translateY(-4px);z-index:1}.ing-num{font-family:var(--ff-serif);font-size:.85rem;font-weight:400;color:var(--gold);margin-bottom:20px;letter-spacing:.06em}.ing-name{font-family:var(--ff-serif);font-size:1.7rem;font-weight:400;color:var(--ink);margin-bottom:4px;line-height:1.1}.ing-latin{font-family:var(--ff-serif);font-size:.85rem;font-style:italic;color:var(--ink-4);margin-bottom:16px}.ing-benefit{font-size:.85rem;color:var(--ink-3);line-height:1.75;font-weight:300}.preorder{background:var(--ink);padding:120px 48px}.preorder-inner{max-width:520px;margin:0 auto;text-align:center}.preorder .eyebrow{color:var(--gold)}.preorder-title{font-family:var(--ff-serif);font-size:clamp(2.6rem,6vw,5rem);font-weight:300;line-height:1.08;color:var(--cream);margin-bottom:20px}.preorder-title em{font-style:italic;color:var(--gold)}.preorder-sub{font-size:.95rem;color:var(--ink-4);line-height:1.8;margin-bottom:40px;font-weight:300}.preorder-progress{margin-bottom:36px}.progress-bar{height:3px;background:#ffffff1a;border-radius:2px;overflow:hidden;margin-bottom:10px}.progress-fill{height:100%;background:linear-gradient(to right,var(--gold-2),var(--gold));border-radius:2px;transition:width 1.4s cubic-bezier(.16,1,.3,1)}.progress-label{font-size:.75rem;color:var(--ink-4);letter-spacing:.04em}.progress-label strong{color:var(--gold);font-weight:500}.preorder-form{display:flex;flex-direction:column;gap:12px;text-align:left;margin-bottom:20px}.form-input{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:var(--cream);font-family:var(--ff-sans);font-size:.9rem;font-weight:300;padding:16px 20px;border-radius:2px;outline:none;transition:border-color .2s,background .2s}.form-input::placeholder{color:#f0e8dc4d}.form-input:focus{border-color:var(--gold);background:#ffffff14}.form-input:disabled{opacity:.5}.form-hint{font-size:.78rem;padding:4px 0;font-weight:400}.form-hint--warn{color:var(--gold)}.form-hint--error{color:#e07060}.preorder-trust{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:20px}.trust-item{font-size:.7rem;color:var(--ink-3);letter-spacing:.04em}.trust-sep{color:var(--ink-3);font-size:.7rem}.preorder-success{display:flex;flex-direction:column;align-items:center;gap:20px}.success-mark{width:56px;height:56px;border-radius:50%;border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:var(--gold);margin-bottom:8px}.success-note{font-size:.75rem;color:var(--ink-3);font-weight:300;letter-spacing:.04em}.footer{background:var(--cream-3);padding:72px 48px 56px;text-align:center;border-top:1px solid var(--stone)}.footer-inner{max-width:640px;margin:0 auto}.footer-brand{display:flex;flex-direction:column;align-items:center;margin-bottom:24px}.footer-brand .nav-logo{height:36px;opacity:.7}.footer-line{font-size:.88rem;color:var(--ink-3);line-height:1.75;font-weight:300;max-width:44ch;margin:0 auto 28px}.footer-badges{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:28px}.badge{font-size:.62rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);border:1px solid var(--stone);padding:5px 12px;border-radius:100px}.footer-copy{font-size:.7rem;color:var(--ink-4);letter-spacing:.06em}@media (max-width: 960px){.nav{padding:18px 24px}.nav--scrolled{padding:12px 24px}.hero{padding:140px 24px 80px}.stat{padding:0 20px}.stat-num{font-size:1.4rem}.story{grid-template-columns:1fr;direction:ltr!important;min-height:auto}.story--reverse>*{direction:ltr}.story-img-wrap{min-height:340px;height:340px}.story-text{padding:48px 28px}.story-body{max-width:100%}.promise{padding:80px 28px}.wide-image{height:340px}.ingredients{padding:80px 24px}.ingredients-grid{grid-template-columns:1fr 1fr}.preorder{padding:80px 24px}.footer{padding:56px 24px 40px}}@media (max-width: 600px){.hero{padding:120px 20px 72px}.hero-stats{flex-direction:column;gap:24px}.stat-divider{width:40px;height:1px}.ingredients-grid{grid-template-columns:1fr}.ing-card{padding:32px 24px}.preorder-trust{flex-direction:column;gap:6px}.trust-sep{display:none}}
