
:root{
  --cream:#f4eee4;
  --paper:#fbf8f2;
  --ink:#25231f;
  --muted:#6d675e;
  --wine:#781d3a;
  --wine-dark:#551226;
  --olive:#3f4d1f;
  --gold:#b79452;
  --line:#ded4c7;
  --radius:22px;
  --shadow:0 18px 50px rgba(31,23,16,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--cream);color:var(--ink);line-height:1.55}
img{display:block;width:100%;height:100%;object-fit:cover}
a{color:inherit}
h1,h2,h3,.brand strong{font-family:Georgia,"Times New Roman",serif}
h1,h2,h3,p{margin-top:0}
h2{font-size:clamp(2rem,4vw,4rem);line-height:1.03;margin-bottom:1.2rem}
.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:14px clamp(18px,4vw,58px);background:rgba(251,248,242,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(222,212,199,.7)}
.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none}
.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--wine);color:white}
.brand strong{display:block;font-size:1.55rem;letter-spacing:.06em}
.brand small{display:block;font-size:.66rem;letter-spacing:.32em}
.main-nav{display:flex;align-items:center;gap:1.4rem;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}
.main-nav a{text-decoration:none}
.main-nav a:hover{color:var(--wine)}
.language{border:0;border-radius:18px;padding:.65rem .9rem;background:var(--olive);color:white}
.menu-button{display:none;border:1px solid var(--line);background:transparent;border-radius:999px;padding:.6rem 1rem}
.hero{position:relative;min-height:72vh;display:grid;align-items:center;background:url("assets/hero.jpg") center/cover no-repeat;color:white}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,18,12,.78) 0%,rgba(14,18,12,.45) 46%,rgba(14,18,12,.06) 76%)}
.hero-content{position:relative;z-index:1;max-width:720px;padding:clamp(72px,10vw,140px) clamp(24px,7vw,90px)}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:700;color:#ead8b4}
.eyebrow.dark{color:var(--wine)}
.eyebrow.light{color:#f0d9aa}
.hero h1{font-size:clamp(3rem,7vw,6.5rem);line-height:.98;margin-bottom:1.5rem;font-weight:500}
.hero p:not(.eyebrow){max-width:600px;font-size:1.1rem}
.button{display:inline-flex;align-items:center;gap:.7rem;border-radius:999px;padding:.95rem 1.25rem;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-weight:700;font-size:.78rem;border:0;cursor:pointer}
.button-primary{background:var(--wine);color:white}
.button-primary:hover{background:var(--wine-dark)}
.button-outline{border:1px solid rgba(255,255,255,.65);color:white}
.section{padding:clamp(70px,9vw,120px) clamp(22px,5vw,72px)}
.story{display:grid;grid-template-columns:1.05fr 1fr 1fr;gap:1.4rem;background:var(--paper)}
.story-copy{padding:clamp(10px,3vw,40px)}
.story-copy h2,.commitment h2{font-size:clamp(2rem,3.4vw,3.4rem)}
.text-link{display:inline-block;margin-top:1rem;color:var(--wine);font-weight:800;text-transform:uppercase;font-size:.78rem;letter-spacing:.08em;text-decoration:none}
.card-image{position:relative;min-height:540px;overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow)}
.play{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;border:1px solid white;background:rgba(0,0,0,.25);color:white;font-size:1.4rem}
.story-media span{position:absolute;left:0;right:0;bottom:28px;text-align:center;color:white;font-weight:700;text-shadow:0 2px 10px #000}
.commitment{display:flex;flex-direction:column;border-radius:var(--radius);overflow:hidden;background:white;box-shadow:var(--shadow)}
.commitment-head{padding:38px;background:linear-gradient(145deg,var(--wine),var(--wine-dark));color:white}
.pillars{padding:18px 28px}
.pillars article{display:flex;gap:1rem;padding:18px 0;border-bottom:1px solid var(--line)}
.pillars article:last-child{border-bottom:0}
.pillars span{flex:0 0 46px;height:46px;display:grid;place-items:center;border-radius:50%;background:var(--cream);color:var(--wine);font-weight:800}
.pillars h3{font-family:inherit;text-transform:uppercase;font-size:.9rem;letter-spacing:.08em;margin-bottom:.2rem}
.pillars p{font-size:.9rem;color:var(--muted);margin:0}
.coffee{background:var(--cream)}
.section-heading{display:grid;grid-template-columns:1.3fr .7fr;gap:2rem;align-items:end;margin-bottom:2.5rem}
.section-heading>p{color:var(--muted);max-width:520px}
.coffee-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.coffee-card{background:var(--paper);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.coffee-card img{height:240px}
.coffee-card>div{position:relative;padding:24px}
.coffee-card h3{font-size:1.6rem;margin:.8rem 0 .4rem}
.coffee-card p{color:var(--muted)}
.coffee-card button{position:absolute;right:20px;bottom:20px;width:34px;height:34px;border-radius:50%;border:1px solid var(--muted);background:transparent}
.tag{display:inline-block;border-radius:999px;padding:.35rem .75rem;background:#3f6b7b;color:white;text-transform:uppercase;font-size:.68rem;font-weight:800}
.tag.wine{background:var(--wine)}
.facts{display:grid;grid-template-columns:repeat(5,1fr);background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.facts article{text-align:center;padding:48px 28px;border-right:1px solid var(--line)}
.facts article:last-child{border-right:0}
.facts span{font-size:2rem;color:var(--olive)}
.facts h3{text-transform:uppercase;font-family:inherit;font-size:.82rem;letter-spacing:.1em;margin:.8rem 0}
.facts p{font-size:.88rem;color:var(--muted);margin:0}
.visit{position:relative;display:grid;grid-template-columns:.8fr 2.2fr;gap:2rem;padding:80px clamp(22px,5vw,72px);background:linear-gradient(90deg,rgba(26,46,25,.95),rgba(26,46,25,.8)),url("assets/hands-cherries.jpg") center/cover;color:white}
.visit-intro{align-self:center}
.visit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.visit-grid article{position:relative;min-height:280px;border-radius:18px;overflow:hidden;padding:24px;display:flex;align-items:flex-end;justify-content:space-between;background:linear-gradient(0deg,rgba(0,0,0,.64),rgba(0,0,0,.05)),var(--bg) center/cover}
.visit-grid h3{font-family:inherit;text-transform:uppercase;font-size:.83rem;letter-spacing:.08em;margin:0}
.visit-grid span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;border:1px solid white}
.light-link{color:white}
.contact{display:grid;grid-template-columns:1fr 1fr;gap:4rem;background:var(--paper)}
.contact form{display:grid;gap:1rem}
.contact label{display:grid;gap:.4rem;font-weight:700}
input,textarea{width:100%;border:1px solid var(--line);border-radius:14px;background:white;padding:1rem;font:inherit}
footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:34px clamp(22px,5vw,72px);background:#1f211a;color:white}
.footer-brand .brand-mark{background:var(--gold)}
footer p{margin:0;color:#d8d3ca;font-size:.88rem}

@media (max-width:1100px){
  .main-nav{display:none;position:absolute;top:74px;left:18px;right:18px;flex-direction:column;align-items:flex-start;padding:22px;background:var(--paper);border-radius:18px;box-shadow:var(--shadow)}
  .main-nav.open{display:flex}
  .menu-button{display:block}
  .story{grid-template-columns:1fr 1fr}
  .commitment{grid-column:1/-1}
  .facts{grid-template-columns:repeat(2,1fr)}
  .facts article:nth-child(2n){border-right:0}
  .visit{grid-template-columns:1fr}
  .visit-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:720px){
  .hero{min-height:78vh;background-position:62% center}
  .hero-overlay{background:linear-gradient(90deg,rgba(14,18,12,.82),rgba(14,18,12,.38))}
  .story,.section-heading,.contact{grid-template-columns:1fr}
  .card-image{min-height:420px}
  .coffee-grid{grid-template-columns:1fr}
  .facts{grid-template-columns:1fr}
  .facts article{border-right:0;border-bottom:1px solid var(--line)}
  .visit-grid{grid-template-columns:1fr}
  footer{flex-direction:column;align-items:flex-start}
}
