:root{
  --ground:#F7F6F0; --surface:#FFFFFF; --surface-2:#FCFBF5;
  --ink:#1B2A1A; --muted:#5C6A55;
  --forest:#17401D; --forest-deep:#0F2A14;
  --gold:#C69A2E; --gold-soft:#E4C578; --cacao:#6B3F26;
  --line:rgba(23,64,29,.14);
  --on-forest:#EDF1E7; --on-forest-muted:rgba(237,241,231,.72); --on-forest-line:rgba(237,241,231,.18);
  --ivory:#F3ECE0;
  --cocoa-deep:#241309;
  --shadow:0 18px 44px -22px rgba(15,42,20,.45);
}
@media (prefers-color-scheme: dark){
  :root:not([data-theme="light"]){
    --ground:#0E1710; --surface:#152016; --surface-2:#152016;
    --ink:#E9EFE3; --muted:#9DB095;
    --forest:#123018; --forest-deep:#0B2011;
    --line:rgba(233,239,227,.14);
    --shadow:0 18px 44px -20px rgba(0,0,0,.6);
  }
}
:root[data-theme="dark"]{
  --ground:#0E1710; --surface:#152016; --surface-2:#152016;
  --ink:#E9EFE3; --muted:#9DB095;
  --forest:#123018; --forest-deep:#0B2011;
  --line:rgba(233,239,227,.14);
  --shadow:0 18px 44px -20px rgba(0,0,0,.6);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:5.4rem;overflow-x:clip}
body{
  background:var(--ground); color:var(--ink);
  font-family:"Archivo",-apple-system,"Segoe UI",sans-serif;
  line-height:1.6; -webkit-font-smoothing:antialiased;
  overflow-x:clip;
}
img,video{max-width:100%;height:auto}
@media (prefers-reduced-motion: reduce){ html{scroll-behavior:auto} *{animation:none!important;transition:none!important} }
h1,h2,h3{font-family:"Fraunces",Georgia,serif;font-weight:600;line-height:1.08;text-wrap:balance;letter-spacing:-.01em}
a{color:inherit;text-decoration:none}
.wrap{max-width:1120px;margin:0 auto;padding:0 clamp(16px,4vw,28px)}
.eyebrow{font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:var(--gold)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;font-size:.95rem;padding:.82rem 1.5rem;border-radius:2px;transition:transform .15s ease, background .2s, color .2s;cursor:pointer;border:1.5px solid transparent;text-align:center}
.btn-gold{background:var(--gold);color:#1c1405}
.btn-gold:hover{transform:translateY(-2px);background:var(--gold-soft)}
.btn-ghost{border-color:rgba(243,236,224,.4);color:var(--ivory)}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}

header.nav{position:sticky;top:0;z-index:50;background:color-mix(in srgb, var(--ground) 88%, transparent);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);transition:background .25s ease, border-color .25s ease}
.nav-in{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem clamp(16px,3vw,32px);max-width:1320px;margin:0 auto}
.brand{display:flex;align-items:center;gap:.7rem;flex:none}
.brand img{height:clamp(38px,7vw,46px);width:auto;display:block;background:#fff;border-radius:3px}
.nav-end{display:flex;align-items:center;justify-content:flex-end;gap:clamp(.65rem,1.4vw,1.4rem);min-width:0;flex:1}
nav{min-width:0}
nav ul{list-style:none;display:flex;gap:clamp(.7rem,1.35vw,1.45rem);align-items:center}
nav a{font-size:clamp(.78rem,.9vw,.86rem);font-weight:500;letter-spacing:.02em;color:var(--muted);transition:color .2s;position:relative;padding:.2rem 0;white-space:nowrap}
nav a:hover,nav a.is-current{color:var(--ink)}
nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-3px;height:2px;background:var(--gold);transition:right .25s ease}
nav a:hover::after,nav a.is-current::after{right:0}
.menu-tgl{display:none}
.burger{display:none;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;padding:10px;min-width:44px;min-height:44px}
.burger span{width:22px;height:2px;background:var(--ink);border-radius:2px;transition:.25s}

.lang{display:flex;align-items:center;gap:.15rem;flex:none}
.lang a{
  display:inline-flex;align-items:center;gap:.38rem;
  font-size:.78rem;font-weight:700;letter-spacing:.08em;
  padding:.32rem .5rem;border-radius:2px;color:var(--muted);
}
.flag{width:16px;height:11px;display:block;flex:none;border-radius:1px;box-shadow:0 0 0 1px rgba(0,0,0,.18);overflow:hidden}
.lang a.is-active{color:var(--ink);background:color-mix(in srgb, var(--gold) 22%, transparent)}
.lang a:hover{color:var(--ink)}

header.nav-on-dark{
  background:color-mix(in srgb, #120903 84%, transparent);
  border-bottom-color:rgba(243,236,224,.16);
}
header.nav-on-dark nav a{color:rgba(243,236,224,.72)}
header.nav-on-dark nav a:hover,
header.nav-on-dark nav a.is-current{color:var(--gold-soft)}
header.nav-on-dark .burger span{background:var(--ivory)}
header.nav-on-dark .lang a{color:rgba(243,236,224,.72)}
header.nav-on-dark .lang a:hover,
header.nav-on-dark .lang a.is-active{color:var(--ivory);background:color-mix(in srgb, var(--gold) 28%, transparent)}
header.nav-on-dark .flag{box-shadow:0 0 0 1px rgba(243,236,224,.28)}

.hero{position:relative;min-height:min(90vh,780px);display:flex;align-items:center;overflow:hidden;background:var(--cocoa-deep);color:var(--ivory)}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
.hero-scrim{position:absolute;inset:0;background:linear-gradient(105deg,rgba(18,9,3,.9) 0%,rgba(18,9,3,.62) 46%,rgba(18,9,3,.28) 78%,rgba(18,9,3,.5) 100%);z-index:1}
.hero-in{position:relative;z-index:2;max-width:1120px;margin:0 auto;padding:clamp(2.2rem,6vw,4rem) clamp(16px,4vw,28px);width:100%;color:var(--ivory)}
.hero h1{font-size:clamp(2.2rem,6.6vw,5.2rem);font-weight:600;max-width:16ch;color:#fff}
.hero h1 em{font-style:italic;color:var(--gold-soft)}
.hero p.lead{margin-top:1.5rem;max-width:50ch;font-size:clamp(1.02rem,1.7vw,1.2rem);color:rgba(243,236,224,.86)}
.hero .cta,.cta{margin-top:2.2rem;display:flex;gap:.9rem;flex-wrap:wrap}
.hero .origin{margin-top:2.2rem;display:flex;align-items:center;gap:.7rem;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(243,236,224,.75)}
.hero .origin .dot{width:7px;height:7px;border-radius:50%;background:var(--gold);flex:none}

.distinction{background:var(--surface-2);border-bottom:1px solid var(--line)}
.distinction .din{max-width:1120px;margin:0 auto;padding:1.05rem clamp(16px,4vw,28px);display:flex;align-items:center;justify-content:center;gap:1rem;text-align:center;flex-wrap:wrap}
.distinction .medal{width:34px;height:34px;color:var(--gold);flex:none}
.distinction .txt{font-size:.98rem;color:var(--muted);max-width:72ch}
.distinction .txt strong{color:var(--forest);font-weight:700}
@media(prefers-color-scheme:dark){:root:not([data-theme="light"]) .distinction .txt strong{color:var(--gold-soft)}}
:root[data-theme="dark"] .distinction .txt strong{color:var(--gold-soft)}

.features{border-bottom:1px solid var(--line);background:var(--ground)}
.features .grid{max-width:1120px;margin:0 auto;padding:0 clamp(16px,4vw,28px);display:grid;grid-template-columns:repeat(3,1fr)}
.feat{display:flex;gap:1rem;align-items:flex-start;padding:1.9rem 1.4rem;border-left:1px solid var(--line);min-width:0}
.feat:first-child{border-left:0}
.feat svg{width:28px;height:28px;color:var(--gold);flex:none;margin-top:2px}
.feat h4{font-family:"Archivo",sans-serif;font-weight:700;font-size:1rem}
.feat p{color:var(--muted);font-size:.9rem;margin-top:.2rem}

section{padding:clamp(3.2rem,8vw,6.5rem) 0}
.sec-head{max-width:62ch}
.sec-head h1,.sec-head h2{font-size:clamp(1.7rem,3.8vw,2.9rem);margin-top:.7rem}
.sec-head p{margin-top:1rem;color:var(--muted);font-size:1.06rem}

.about,.cafe,.contact-grid,.cards,.stats,.prod-grid,.op-in,.process-grid,.eudr .grid4{min-width:0}
.about{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2rem,5vw,4rem);align-items:start;margin-top:2.4rem}
.about .body p{margin-top:1rem;color:var(--muted)}
.about .body p:first-child{margin-top:0}
.about .body p strong{color:var(--ink);font-weight:600}
.video-frame{margin:1.4rem 0 0;border-radius:8px;overflow:hidden;aspect-ratio:16/9;background:var(--cocoa-deep)}
.video-frame video{width:100%;height:100%;object-fit:cover;display:block;vertical-align:middle}
.vals{display:flex;flex-direction:column;gap:1rem;border-left:2px solid var(--gold);padding-left:1.4rem}
.vals div h4{font-family:"Archivo",sans-serif;font-weight:700;font-size:.98rem}
.vals div p{color:var(--muted);font-size:.94rem;margin-top:.15rem}
.stats{margin-top:clamp(2.4rem,5vw,3.4rem);display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:4px;overflow:hidden}
.stat{background:var(--surface-2);padding:1.6rem 1.3rem;min-width:0}
.stat .n{font-family:"Fraunces",serif;font-size:clamp(1.45rem,3.4vw,2.4rem);font-weight:600;color:var(--forest);line-height:1}
@media(prefers-color-scheme:dark){:root:not([data-theme="light"]) .stat .n{color:var(--gold-soft)}}
:root[data-theme="dark"] .stat .n{color:var(--gold-soft)}
.stat .l{margin-top:.5rem;font-size:.86rem;color:var(--muted)}

.origin-premium{position:relative;background:#1c0f08;color:var(--ivory);overflow:hidden;padding:clamp(4rem,9vw,7rem) 0}
.op-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
.op-scrim{position:absolute;inset:0;background:linear-gradient(100deg,rgba(18,9,3,.88) 0%,rgba(18,9,3,.55) 52%,rgba(18,9,3,.4) 100%);z-index:1}
.op-in{position:relative;z-index:2;max-width:1120px;margin:0 auto;padding:0 clamp(16px,4vw,28px);display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(2rem,5vw,4rem);align-items:center}
h1.op-big{font-family:"Fraunces",serif;font-weight:700;font-size:clamp(3.2rem,10vw,7.2rem);line-height:.9;letter-spacing:.02em;color:#fff;margin:.3rem 0 0}
.op-sub{margin-top:.5rem;font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-soft);font-weight:700}
.op-in p{margin-top:1.4rem;color:rgba(243,236,224,.82);max-width:46ch}
.op-badge{justify-self:center;width:clamp(150px,20vw,210px);height:clamp(150px,20vw,210px);border:2px solid var(--gold);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transform:rotate(-8deg);color:var(--gold-soft)}
.op-badge svg{width:44px;height:44px;color:var(--gold);margin-bottom:.4rem}
.op-badge .b1{font-family:"Fraunces",serif;font-size:1.5rem;font-weight:700;color:#fff;line-height:1}
.op-badge .b2{font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;margin-top:.35rem;padding:0 1rem}
.op-pod{position:absolute;right:-4%;bottom:-30%;width:min(40vw,460px);opacity:.12;color:var(--gold);z-index:1}

.band{background:var(--forest);color:var(--on-forest)}
.band .sec-head h1,.band .sec-head h2{color:var(--on-forest)}
.band .sec-head p{color:var(--on-forest-muted)}
.band .eyebrow{color:var(--gold-soft)}
.cards{margin-top:clamp(2rem,4vw,3rem);display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}
.card{background:rgba(237,241,231,.05);border:1px solid var(--on-forest-line);border-radius:6px;padding:1.7rem 1.5rem;transition:transform .18s ease, border-color .2s}
.card:hover{transform:translateY(-4px);border-color:var(--gold)}
.card .ic{width:38px;height:38px;color:var(--gold-soft);margin-bottom:1rem}
.card h2,.card h3{font-size:1.24rem;color:var(--on-forest);font-weight:600}
.card p{margin-top:.55rem;color:var(--on-forest-muted);font-size:.95rem}

.process-grid{margin-top:clamp(2rem,4vw,3rem);display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}
.process .step{background:var(--surface-2);border:1px solid var(--line);border-radius:8px;padding:1.5rem;padding-top:0;overflow:hidden}
.process .step .num{font-family:"Fraunces",serif;font-size:2rem;color:var(--gold);line-height:1;padding-top:1.2rem}
.process .step h3{margin-top:.6rem;font-size:1.28rem}
.process .step p{margin-top:.55rem;color:var(--muted);font-size:.96rem}
.step-photo{margin:0 -1.5rem 1.1rem;aspect-ratio:16/10;overflow:hidden}
.step-photo img{width:100%;height:100%;object-fit:cover;display:block}

.photo-frame{margin:0 0 1.2rem;border-radius:8px;overflow:hidden;aspect-ratio:4/3;background:var(--cocoa-deep)}
.photo-frame img{width:100%;height:100%;object-fit:cover;display:block}
.vals .photo-frame{margin-bottom:.35rem}
.photo-bleed{margin:0;max-height:min(52vh,440px);overflow:hidden;line-height:0}
.photo-bleed img{width:100%;height:min(52vh,440px);object-fit:cover;display:block}
a.prod.prod-card{flex-direction:column;padding:0;overflow:hidden;gap:0}
a.prod.prod-card .cover{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}
a.prod.prod-card .prod-body{padding:1.15rem 1.25rem 1.3rem}

.prod-grid{margin-top:clamp(2rem,4vw,3rem);display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}
.prod{background:var(--surface-2);border:1px solid var(--line);border-radius:8px;padding:1.5rem;display:flex;gap:1.1rem;align-items:flex-start;transition:transform .16s ease,box-shadow .2s;min-width:0}
.prod:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.prod .pic{width:46px;height:46px;flex:none;border-radius:8px;background:linear-gradient(135deg,#6b4428,#3a220f);display:flex;align-items:center;justify-content:center;color:var(--gold-soft)}
.prod .pic svg{width:24px;height:24px}
.prod h2,.prod h3{font-size:1.08rem;font-weight:600}
a.prod{color:inherit}
.prod p{color:var(--muted);font-size:.9rem;margin-top:.2rem}

.eudr{background:var(--surface-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.eudr .grid4{margin-top:clamp(2rem,4vw,2.6rem);display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}
.eudr .e{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:1.4rem}
.eudr .e svg{width:30px;height:30px;color:var(--gold);margin-bottom:.7rem}
.eudr .e h2,.eudr .e h4{font-family:"Archivo",sans-serif;font-weight:700;font-size:1rem}
.eudr .e p{color:var(--muted);font-size:.9rem;margin-top:.3rem}

.cafe{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,5vw,4rem);align-items:center;margin-top:2.4rem}
.cafe .card-note{background:var(--surface-2);border:1px solid var(--line);border-radius:8px;padding:clamp(1.2rem,3vw,1.9rem);box-shadow:var(--shadow)}
.cafe .card-note .row{display:flex;justify-content:space-between;padding:.7rem 0;border-bottom:1px dashed var(--line);font-size:.95rem;gap:1rem}
.cafe .card-note .row:last-child{border-bottom:0}
.cafe .card-note .row span:first-child{color:var(--muted);flex:none}
.cafe .card-note .row span:last-child{font-weight:600;text-align:right}
.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.4rem}
.chip{font-size:.8rem;padding:.35rem .8rem;border:1px solid var(--line);border-radius:100px;color:var(--muted)}

.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,3.5rem);margin-top:clamp(2rem,4vw,3rem)}
.cinfo{display:flex;flex-direction:column;gap:1.3rem}
.cinfo .item{display:flex;gap:1rem;align-items:flex-start}
.cinfo .item .ic{color:var(--gold);width:22px;height:22px;flex:none;margin-top:3px}
.cinfo .item .k{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--on-forest-muted)}
.cinfo .item .v{font-weight:600;margin-top:.1rem;color:var(--on-forest);overflow-wrap:anywhere}
.cinfo a.v:hover{color:var(--gold-soft)}
form{display:flex;flex-direction:column;gap:.9rem;min-width:0}
label{font-size:.82rem;font-weight:600;color:var(--on-forest-muted);letter-spacing:.03em;display:block;margin-bottom:.35rem}
input,textarea,select{width:100%;max-width:100%;font-family:inherit;font-size:1rem;padding:.75rem .9rem;background:rgba(237,241,231,.08);color:var(--on-forest);border:1px solid var(--on-forest-line);border-radius:5px}
input::placeholder,textarea::placeholder{color:rgba(237,241,231,.42)}
input:focus,textarea:focus,select:focus{outline:2px solid var(--gold);outline-offset:1px;border-color:var(--gold)}
textarea{resize:vertical;min-height:120px}
select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--gold-soft) 50%),linear-gradient(135deg,var(--gold-soft) 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat}
option{color:#1B2A1A;background:#fff}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}
.consent{display:flex;gap:.7rem;align-items:flex-start;font-size:.82rem;color:var(--on-forest-muted);line-height:1.45}
.consent input{width:18px;height:18px;flex:none;margin-top:2px;accent-color:var(--gold)}
form .btn-gold{align-self:flex-start;margin-top:.3rem}
.hp{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}

.alert{margin-top:1.4rem;padding:.9rem 1rem;border-radius:5px;font-size:.95rem}
.alert-ok{background:rgba(228,197,120,.16);border:1px solid var(--gold);color:var(--on-forest)}
.alert-err{background:rgba(180,40,40,.18);border:1px solid #e08a8a;color:var(--on-forest)}

.legal-page{padding:clamp(3rem,7vw,5rem) 0 5rem}
.legal-page h1{font-size:clamp(1.8rem,4vw,2.6rem);margin-bottom:1.2rem}
.legal-page h2{font-size:1.3rem;margin:2rem 0 .7rem}
.legal-page p,.legal-page li{color:var(--muted);margin-top:.7rem}
.legal-page ul{padding-left:1.2rem}

footer.legal{background:var(--forest-deep);color:var(--on-forest);text-align:center;padding:2.6rem clamp(16px,4vw,28px) 2.2rem}
footer.legal .fbrand{font-family:"Fraunces",serif;font-size:clamp(1.2rem,4vw,1.5rem);letter-spacing:.03em}
footer.legal .line{font-size:.86rem;color:var(--on-forest-muted);margin-top:.7rem;line-height:1.7;overflow-wrap:anywhere}
footer.legal .links{margin-top:.9rem;font-size:.84rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
footer.legal .links a{color:var(--gold-soft)}
footer.legal .links a:hover{color:var(--gold)}
footer.legal .tag{margin-top:1rem;font-size:.78rem;letter-spacing:.32em;color:var(--gold-soft);font-weight:600}
footer.legal .rule{width:54px;height:3px;background:var(--gold);margin:0 auto 1.4rem}

@media(max-width:760px){
  .burger{display:flex}
  .nav-in{position:relative}
  nav ul{
    position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;
    background:var(--ground);border-bottom:1px solid var(--line);padding:.4rem 0;
    transform:scaleY(0);transform-origin:top;transition:transform .2s ease,visibility .2s ease;
    z-index:40;visibility:hidden;pointer-events:none;
  }
  nav ul li{width:100%}
  nav a{display:block;padding:.95rem clamp(16px,4vw,28px);white-space:normal;font-size:.9rem}
  nav a::after{bottom:12px;left:clamp(16px,4vw,28px);right:auto;width:0;transition:width .25s ease}
  nav a:hover::after,nav a.is-current::after{width:2rem;right:auto}
  .menu-tgl:checked ~ .nav-end nav ul{transform:scaleY(1);visibility:visible;pointer-events:auto}
  header.nav-on-dark nav ul{background:#120903;border-bottom-color:rgba(243,236,224,.16)}
}
@media(max-width:900px){
  .about,.cafe,.contact-grid,.op-in,.process-grid,.form-row{grid-template-columns:1fr}
  .op-badge{justify-self:start;margin-top:.4rem}
  .cards,.prod-grid{grid-template-columns:repeat(2,1fr)}
  .stats,.eudr .grid4{grid-template-columns:repeat(2,1fr)}
  .features .grid{grid-template-columns:1fr}
  .feat{border-left:0;border-top:1px solid var(--line)}
  .feat:first-child{border-top:0}
}
@media(max-width:680px){
  .cards,.prod-grid,.eudr .grid4{grid-template-columns:1fr}
  .hero{min-height:auto}
  .hero .cta{flex-direction:column;align-items:stretch}
  .hero .cta .btn{width:100%}
  .cafe .card-note .row{flex-wrap:wrap}
  .cafe .card-note .row span:last-child{text-align:left}
  footer.legal .tag{letter-spacing:.16em}
  form .btn-gold{width:100%;justify-content:center}
}
@media(max-width:420px){
  .stat{padding:1.2rem .9rem}
  .hero h1{font-size:clamp(2.05rem,11vw,3.2rem)}
  .lang a{padding:.28rem .4rem;gap:.28rem}
  .flag{width:14px;height:10px}
  .op-badge{width:140px;height:140px}
}
