:root{
  --bg:#f5efe3;
  --bg-soft:#f8f3ea;
  --bg-dark:#082b23;
  --bg-dark-2:#0d392f;
  --surface:#fffdf8;
  --text:#20332c;
  --text-soft:#5c685f;
  --gold:#c8a45a;
  --gold-2:#e0c27e;
  --line:rgba(18,43,35,.12);
  --white:#ffffff;
  --shadow:0 22px 70px rgba(8,43,35,.12);
  --radius:28px;
  --shell:min(1180px, calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;overflow-x:hidden}
body{
  font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--bg-soft);
  color:var(--text);
  line-height:1.75;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
body.is-locked{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer;border:0;background:none;padding:0}
img{display:block;max-width:100%;height:auto}
svg{width:1em;height:1em;display:inline-block;flex:0 0 auto}
.shell{width:var(--shell);margin-inline:auto}
.section{padding:110px 0}
.section-light{background:var(--bg-soft)}
.section-cream{background:var(--bg)}
.section-dark{background:linear-gradient(180deg, #082b23 0%, #0c372e 100%);color:var(--white)}
.section-kicker,.eyebrow{
  margin:0 0 14px;
  font-size:.86rem;
  text-transform:uppercase;
  letter-spacing:.22em;
  color:rgba(20,33,27,.58);
}
.section-dark .section-kicker,
.section-dark .eyebrow,
.section-kicker.light{color:rgba(255,255,255,.65)}
h1,h2,h3{margin:0 0 16px;line-height:1.02;font-family:"Cormorant Garamond",serif;font-weight:600;letter-spacing:-.02em}
h1{font-size:clamp(3.2rem,6vw,5.9rem)}
h2{font-size:clamp(2.45rem,4.7vw,4.8rem)}
h3{font-size:clamp(1.65rem,2.5vw,2.2rem)}
h1 em,h2 em{font-style:italic;color:var(--gold-2)}
p{margin:0 0 18px;color:inherit}
.text-link{
  display:inline-flex;align-items:center;gap:10px;font-weight:700;color:var(--bg-dark);
}
.text-link svg{width:20px;height:20px}
.text-link-light{color:#fff}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:56px;padding:0 24px;border-radius:999px;font-weight:700;
  letter-spacing:.02em;transition:transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-gold{background:linear-gradient(135deg, var(--gold), var(--gold-2));color:#13211c;box-shadow:0 16px 40px rgba(200,164,90,.24)}
.btn-dark{background:#10271f;color:#fff;box-shadow:0 16px 36px rgba(6,21,16,.16)}
.btn-ivory{background:#fffaf0;color:#12281f;box-shadow:0 18px 34px rgba(0,0,0,.1)}
.btn-outline-light{border:1px solid rgba(255,255,255,.35);color:#fff;background:transparent}
.btn-large{padding-inline:28px;min-height:60px}
.btn-full{width:100%}

.site-loader{
  position:fixed;inset:0;z-index:1200;display:grid;place-items:center;
  background:radial-gradient(circle at top, rgba(200,164,90,.18), transparent 38%), linear-gradient(180deg, #082b23 0%, #061d18 100%);
  transition:opacity .45s ease, visibility .45s ease;
}
.site-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.loader-card{
  display:grid;justify-items:center;text-align:center;gap:10px;
  padding:26px 32px;border:1px solid rgba(255,255,255,.12);border-radius:28px;
  background:rgba(255,255,255,.06);backdrop-filter:blur(10px);box-shadow:0 24px 80px rgba(0,0,0,.25)
}
.loader-card img{width:84px;height:84px;border-radius:50%;object-fit:cover;box-shadow:0 12px 26px rgba(0,0,0,.25)}
.loader-card strong{font-size:1.3rem;letter-spacing:.04em;color:#fff}
.loader-card p{margin:0;color:rgba(255,255,255,.76)}
.loader-dots{display:flex;gap:8px;margin-top:4px}
.loader-dots span{width:10px;height:10px;border-radius:50%;background:var(--gold);animation:loader 1s infinite ease-in-out}
.loader-dots span:nth-child(2){animation-delay:.15s}
.loader-dots span:nth-child(3){animation-delay:.3s}
@keyframes loader{0%,80%,100%{transform:scale(.6);opacity:.45}40%{transform:scale(1);opacity:1}}

.site-header{
  position:sticky;top:0;z-index:100;background:rgba(245,239,227,.9);backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(16,39,31,.08)
}
.header-shell{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:90px}
.brand{display:flex;align-items:center;gap:14px;min-width:0}
.brand img{width:64px;height:64px;border-radius:50%;object-fit:cover;box-shadow:0 8px 22px rgba(0,0,0,.1)}
.brand span{display:grid;line-height:1}
.brand b{font-size:1.9rem;letter-spacing:.24em;font-weight:600;font-family:"Cormorant Garamond",serif}
.brand small{font-size:.78rem;letter-spacing:.34em;margin-top:7px;color:var(--text-soft)}
.desktop-nav{display:flex;align-items:center;gap:28px}
.desktop-nav a{font-weight:600;color:#34443d;position:relative}
.desktop-nav a::after{content:"";position:absolute;left:0;bottom:-10px;width:100%;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.desktop-nav a:hover::after{transform:scaleX(1)}
.header-actions{display:flex;align-items:center;gap:14px}
.mini-contact{font-size:.92rem;color:var(--text-soft);font-weight:600}
.menu-toggle,.panel-close{display:none;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#fff;border:1px solid rgba(16,39,31,.1);box-shadow:0 10px 30px rgba(8,43,35,.08)}
.menu-toggle svg,.panel-close svg,.modal-close svg{width:22px;height:22px}
.mobile-nav-backdrop{
  position:fixed;inset:0;background:rgba(6,23,18,.42);backdrop-filter:blur(6px);opacity:0;visibility:hidden;transition:.35s ease;z-index:109
}
.mobile-nav-backdrop.is-open{opacity:1;visibility:visible}
.mobile-panel{
  position:fixed;top:18px;right:18px;z-index:110;width:min(390px, calc(100vw - 24px));
  padding:22px;border-radius:28px;background:#fffdf9;color:var(--text);box-shadow:0 30px 80px rgba(0,0,0,.2);
  transform:translateY(-18px) scale(.96);opacity:0;visibility:hidden;transition:transform .35s cubic-bezier(.22,1,.36,1), opacity .28s ease, visibility .28s;
}
.mobile-panel.is-open{transform:translateY(0) scale(1);opacity:1;visibility:visible}
.mobile-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.brand-mobile img{width:54px;height:54px}
.mobile-nav{display:grid;gap:10px;margin-top:24px}
.mobile-nav a{padding:14px 16px;border-radius:18px;background:var(--bg-soft);font-weight:700}
.mobile-panel-footer{display:grid;gap:14px;margin-top:20px}
.mobile-panel-footer a{font-weight:700;color:var(--bg-dark)}

.hero{padding:58px 0 72px;position:relative;overflow:hidden}
.hero::before,.hero::after{content:"";position:absolute;border-radius:50%;filter:blur(12px);pointer-events:none}
.hero::before{width:520px;height:520px;right:-180px;top:-120px;background:radial-gradient(circle, rgba(200,164,90,.28), transparent 65%)}
.hero::after{width:420px;height:420px;left:-160px;bottom:-140px;background:radial-gradient(circle, rgba(255,255,255,.08), transparent 70%)}
.hero-grid{display:grid;grid-template-columns:minmax(0, .95fr) minmax(0, 1.05fr);align-items:center;gap:48px;position:relative;z-index:1}
.hero-intro{max-width:59ch;color:rgba(255,255,255,.82);font-size:1.06rem}
.hero-points{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0 30px}
.hero-points div{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);border-radius:999px;color:#fff}
.hero-points svg{width:18px;height:18px;color:var(--gold-2)}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px}
.hero-media{position:relative;padding-right:10px}
.hero-card{border-radius:32px;overflow:hidden;border:1px solid rgba(255,255,255,.16);box-shadow:0 34px 90px rgba(0,0,0,.28)}
.hero-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.hero-tag{position:absolute;padding:12px 16px;border-radius:999px;background:rgba(255,255,255,.92);color:var(--bg-dark);font-size:.92rem;font-weight:800;box-shadow:0 14px 30px rgba(6,21,16,.16)}
.hero-tag-one{left:-14px;bottom:26px}
.hero-tag-two{right:-8px;top:22px}

.trust-strip{padding:26px 0;background:#0f3a2f;color:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.trust-item{display:grid;gap:8px;padding:18px;border-radius:22px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08)}
.trust-item svg{width:22px;height:22px;color:var(--gold-2)}
.trust-item strong{font-size:1rem}
.trust-item span{font-size:.94rem;color:rgba(255,255,255,.7)}

.about-grid,.founder-grid,.contact-grid{display:grid;grid-template-columns:minmax(0, .95fr) minmax(0, 1.05fr);gap:42px;align-items:center}
.about-image,.founder-image{position:relative}
.about-image img,.founder-image img{width:100%;border-radius:30px;box-shadow:var(--shadow)}
.caption-chip{
  position:absolute;left:24px;bottom:24px;max-width:80%;padding:12px 16px;border-radius:999px;background:rgba(255,255,255,.93);font-size:.92rem;font-weight:700;box-shadow:0 12px 24px rgba(0,0,0,.1)
}
.section-head{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1fr);gap:30px;align-items:end;margin-bottom:34px}
.section-head p:last-child{color:var(--text-soft)}
.section-head.light p:last-child{color:rgba(255,255,255,.74)}
.categories-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.category-card{padding:28px;border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.58);box-shadow:0 16px 34px rgba(8,43,35,.05)}
.category-card span{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:50%;background:rgba(200,164,90,.15);color:#8f6d31;font-weight:800;margin-bottom:16px}
.category-card p{color:var(--text-soft)}

.products-section .shell{display:grid;gap:28px}
.product-feature{
  display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:28px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:34px;padding:28px;box-shadow:var(--shadow)
}
.product-feature.reverse{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}
.product-feature.reverse .product-feature-media{order:1}
.product-feature.reverse .product-feature-copy{order:2}
.product-feature.syrup-block{background:linear-gradient(135deg, #10362c, #08261f);color:#fff;border-color:rgba(255,255,255,.06)}
.product-feature.syrup-block p{color:rgba(255,255,255,.78)}
.product-feature-media img{width:100%;aspect-ratio:16/11;object-fit:cover;border-radius:26px}
.product-feature-main .product-feature-media img{aspect-ratio:16/10}
.product-pair-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.product-card{padding:22px;border-radius:30px;border:1px solid var(--line);box-shadow:var(--shadow);display:grid;gap:12px;align-content:start}
.product-card.deep{background:linear-gradient(180deg,#10372d 0%, #0c2b22 100%);color:#fff;border-color:rgba(255,255,255,.06)}
.product-card.deep p{color:rgba(255,255,255,.75)}
.product-card.soft{background:#fff}
.product-card-image img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:22px}

.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:26px}
.step-card{padding:24px;border-radius:28px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}
.step-card b{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:50%;margin-bottom:16px;background:rgba(200,164,90,.18);color:var(--gold-2);font-size:1rem}
.step-card p{color:rgba(255,255,255,.74);margin:0}
.process-cta{margin-top:24px}

.founder-meta{display:flex;flex-wrap:wrap;gap:10px 14px;margin:22px 0 8px}
.founder-meta span{padding:10px 14px;border-radius:999px;background:rgba(200,164,90,.13);font-size:.95rem}
.final-cta{padding-top:40px}
.final-cta-box{padding:42px;border-radius:34px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.02));box-shadow:0 26px 80px rgba(0,0,0,.2)}
.final-cta-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:22px}

.contact-grid{align-items:start}
.contact-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.contact-card{display:flex;align-items:flex-start;gap:14px;padding:22px;border-radius:26px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}
.contact-card svg{width:22px;height:22px;color:var(--gold)}
.contact-card span{display:block;font-size:.88rem;text-transform:uppercase;letter-spacing:.16em;color:var(--text-soft);margin-bottom:4px}
.contact-card b{font-size:1rem;word-break:break-word}

.site-footer{padding:26px 0 42px;background:#f0e8db;border-top:1px solid rgba(16,39,31,.08)}
.footer-grid{display:grid;grid-template-columns:minmax(0,1.2fr) auto auto;gap:18px;align-items:center}
.footer-brand{display:flex;align-items:center;gap:16px}
.footer-brand img{width:62px;height:62px;border-radius:50%}
.footer-brand p{margin:4px 0 0;color:var(--text-soft)}
.footer-links{display:flex;flex-wrap:wrap;gap:18px;font-weight:700}
.footer-note{font-weight:700;color:var(--text-soft)}

.floating-wa{
  position:fixed;right:max(16px, env(safe-area-inset-right));bottom:max(16px, calc(16px + env(safe-area-inset-bottom)));
  z-index:98;display:inline-flex;align-items:center;gap:10px;padding:0 18px;height:58px;border-radius:999px;
  background:linear-gradient(135deg,#0e4a3d,#0a3027);color:#fff;box-shadow:0 22px 42px rgba(0,0,0,.2)
}
.floating-wa svg{width:22px;height:22px}
.floating-wa span{font-weight:800}

.modal-backdrop{
  position:fixed;inset:0;z-index:130;background:rgba(6,22,18,.58);backdrop-filter:blur(8px);
  display:grid;place-items:center;padding:22px;opacity:0;visibility:hidden;transition:.28s ease
}
.modal-backdrop.is-open{opacity:1;visibility:visible}
.modal-card{
  position:relative;width:min(760px, 100%);max-height:min(90vh, 840px);overflow:auto;padding:28px;
  border-radius:32px;background:#fbf7ef;box-shadow:0 32px 80px rgba(0,0,0,.26)
}
.modal-close{
  position:absolute;top:18px;right:18px;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;
  background:#fff;border:1px solid rgba(16,39,31,.08);box-shadow:0 8px 20px rgba(0,0,0,.08)
}
.modal-note,.privacy-note{color:var(--text-soft)}
#inquiryForm{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px}
#inquiryForm label{display:grid;gap:8px}
#inquiryForm label span{font-size:.84rem;text-transform:uppercase;letter-spacing:.16em;color:var(--text-soft);font-weight:700}
#inquiryForm label:nth-child(1),
#inquiryForm button,
#inquiryForm .full,
#inquiryForm label:nth-child(4){grid-column:span 2}
#inquiryForm input,
#inquiryForm select{
  width:100%;height:58px;padding:0 18px;border-radius:18px;border:1px solid rgba(16,39,31,.15);background:#fff;color:var(--text);
  outline:none;transition:border-color .2s ease, box-shadow .2s ease;font-size:16px;appearance:none;
}
#inquiryForm select{background-image:linear-gradient(45deg, transparent 50%, #20332c 50%), linear-gradient(135deg, #20332c 50%, transparent 50%);background-position:calc(100% - 22px) calc(50% - 4px), calc(100% - 15px) calc(50% - 4px);background-size:7px 7px, 7px 7px;background-repeat:no-repeat;padding-right:42px}
#inquiryForm input:focus,#inquiryForm select:focus{border-color:rgba(200,164,90,.88);box-shadow:0 0 0 4px rgba(200,164,90,.14)}

.reveal-up,.reveal-left,.reveal-right,.reveal-scale{
  opacity:0;transition:transform .8s cubic-bezier(.22,1,.36,1), opacity .8s ease, filter .8s ease;will-change:transform,opacity
}
.reveal-up{transform:translateY(26px);filter:blur(4px)}
.reveal-left{transform:translateX(-26px);filter:blur(4px)}
.reveal-right{transform:translateX(26px);filter:blur(4px)}
.reveal-scale{transform:scale(.95);filter:blur(5px)}
.reveal-up.is-visible,.reveal-left.is-visible,.reveal-right.is-visible,.reveal-scale.is-visible{opacity:1;transform:none;filter:none}
.delay-1{transition-delay:.08s}
.delay-2{transition-delay:.16s}
.delay-3{transition-delay:.24s}

@media (max-width: 1080px){
  .desktop-nav,.mini-contact,.header-actions > .btn{display:none}
  .menu-toggle,.panel-close{display:inline-flex}
  .hero-grid,.about-grid,.founder-grid,.contact-grid,.section-head,.product-feature,.product-feature.reverse{grid-template-columns:1fr}
  .product-feature.reverse .product-feature-copy,.product-feature.reverse .product-feature-media{order:initial}
  .hero-media{padding-right:0}
  .hero-tag-one{left:14px;bottom:16px}
  .hero-tag-two{right:14px;top:16px}
  .categories-grid,.steps-grid,.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{grid-template-columns:1fr;justify-items:start}
}
@media (max-width: 760px){
  :root{--shell:min(100% - 28px, 1000px)}
  .section{padding:78px 0}
  .header-shell{min-height:82px}
  .brand img{width:54px;height:54px}
  .brand b{font-size:1.65rem;letter-spacing:.2em}
  .brand small{letter-spacing:.28em}
  .hero{padding:34px 0 58px}
  .hero-actions,.final-cta-actions{display:grid;grid-template-columns:1fr}
  .hero-tag{font-size:.84rem;padding:10px 14px;max-width:62%}
  .categories-grid,.steps-grid,.trust-grid,.product-pair-grid,.contact-cards{grid-template-columns:1fr}
  .product-feature,.product-card,.final-cta-box,.modal-card{padding:20px}
  .floating-wa{height:54px;padding-inline:15px}
  .floating-wa span{display:none}
  #inquiryForm{grid-template-columns:1fr}
  #inquiryForm label:nth-child(1),#inquiryForm button,#inquiryForm label:nth-child(4){grid-column:auto}
  .founder-meta{display:grid}
  .caption-chip{left:14px;right:14px;bottom:14px;max-width:none}
}
@media (max-width: 520px){
  .hero-tag-two{top:auto;bottom:86px}
  .hero-points{gap:10px}
  .hero-points div{width:100%;justify-content:flex-start}
  .section-kicker,.eyebrow{font-size:.76rem;letter-spacing:.18em}
  h1{font-size:clamp(2.6rem, 12vw, 3.5rem)}
  h2{font-size:clamp(2rem, 10vw, 2.8rem)}
}
