:root { --ink:#17130f; --cream:#e8e1d7; --bone:#f4f0e9; --rust:#9d3f23; --olive:#69705a; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--bone); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
em { font-family:Georgia,'Times New Roman',serif; font-weight:400; }
.site-header { position:absolute; z-index:20; top:0; left:0; width:100%; height:98px; display:flex; align-items:center; justify-content:space-between; padding:20px 42px; color:white; border-bottom:1px solid rgba(255,255,255,.25); }
.brand img { width:74px; height:64px; object-fit:contain; filter:invert(1); mix-blend-mode:screen; }
nav { display:flex; gap:30px; font-size:11px; text-transform:uppercase; letter-spacing:.13em; }
nav a { opacity:.78; transition:.2s; }
nav a:hover { opacity:1; }
.outline-button,.solid-button { display:inline-flex; align-items:center; justify-content:space-between; gap:22px; padding:14px 18px; border:1px solid currentColor; font-size:10px; letter-spacing:.13em; text-transform:uppercase; transition:.25s; }
.outline-button:hover { background:white; color:var(--ink); }
.hero { min-height:100vh; position:relative; display:flex; align-items:flex-end; padding:150px 6vw 8vh; color:white; overflow:hidden; }
.hero-image,.hero-shade { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.hero-image { animation:heroScale 12s ease-out both; object-position:center 46%; }
.hero-shade { background:linear-gradient(90deg,rgba(12,8,5,.83),rgba(12,8,5,.18) 68%,rgba(12,8,5,.45)); }
@keyframes heroScale { from{transform:scale(1.06)} to{transform:scale(1)} }
.hero-copy { position:relative; z-index:2; max-width:850px; }
.eyebrow,.section-number,.footer-label { font-size:9px; letter-spacing:.22em; text-transform:uppercase; }
h1,h2 { margin:0; font-weight:300; letter-spacing:-.045em; line-height:.94; }
h1 { font-size:clamp(54px,7.6vw,116px); }
h2 { font-size:clamp(44px,6vw,86px); }
.hero-lead { max-width:560px; margin:30px 0; font-size:14px; line-height:1.7; color:rgba(255,255,255,.78); }
.hero-actions { display:flex; align-items:center; gap:28px; }
.solid-button { background:var(--cream); color:var(--ink); border-color:var(--cream); }
.solid-button:hover { background:white; }
.text-link { font-size:10px; text-transform:uppercase; letter-spacing:.13em; }
.hero-index { position:absolute; right:4vw; bottom:7vh; z-index:2; font-size:10px; line-height:1.5; letter-spacing:.2em; text-align:right; }
.manifesto { display:grid; grid-template-columns:1fr 2.6fr; gap:40px; padding:150px 7vw; }
.section-number { color:var(--olive); font-weight:600; }
.manifesto>div { display:grid; grid-template-columns:1.4fr 1fr; align-items:end; gap:60px; }
.manifesto p,.cuts-copy p,.event-copy p { font-size:14px; line-height:1.85; color:#5b554e; }
.cuts-section { display:grid; grid-template-columns:1.25fr .75fr; min-height:760px; background:var(--cream); }
.image-stack { position:relative; }
.image-stack img { width:100%; height:100%; object-fit:cover; }
.image-label { position:absolute; left:30px; bottom:25px; color:white; font-size:11px; letter-spacing:.18em; }
.cuts-copy { padding:11vw 7vw; align-self:center; }
.cuts-copy p { margin:30px 0; }
.line-link { display:inline-block; padding-bottom:8px; border-bottom:1px solid; font-size:10px; letter-spacing:.13em; text-transform:uppercase; }
.wine-section { background:var(--ink); color:var(--cream); padding:0; display:grid; grid-template-columns:.65fr 1.25fr .65fr; gap:70px; align-items:end; }
.wine-image { width:100%; height:680px; object-fit:cover; }
.wine-title { padding:130px 0; }
.wine-section>p { padding:130px 7vw 130px 0; margin:0; }
.wine-section p:not(.section-number) { line-height:1.9; color:#bcb2a7; }
.light { color:#b7b094; }
.events-section { display:grid; grid-template-columns:1fr 1fr; min-height:720px; }
.event-copy { padding:11vw 7vw; display:flex; flex-direction:column; justify-content:center; align-items:flex-start; }
.event-copy p { margin:30px 0; }
.events-section>img { width:100%; height:100%; object-fit:cover; }
.fire-story { display:grid; grid-template-columns:1.15fr .85fr; min-height:760px; background:#100e0c; color:var(--cream); }
.fire-story>img { width:100%; height:100%; object-fit:cover; }
.fire-story-copy { padding:11vw 7vw; align-self:center; }
.fire-story-copy>p:last-child { max-width:520px; margin-top:30px; color:#bcb2a7; font-size:14px; line-height:1.85; }
.dark { background:var(--ink); color:white; border-color:var(--ink); }
.cross-brand { text-align:center; color:white; padding:150px 20px; background:linear-gradient(rgba(52,57,42,.88),rgba(52,57,42,.88)),url('assets/restaurant-space.jpg') center/cover fixed; }
.cross-brand p:not(.eyebrow) { max-width:620px; margin:28px auto; line-height:1.8; color:rgba(255,255,255,.75); }
.light-button { margin-top:15px; }
.disabled-button { cursor:default; pointer-events:none; user-select:none; }
footer { display:grid; grid-template-columns:1.5fr 1fr 1fr; gap:50px; padding:70px 7vw; background:#100e0c; color:#c9c1b7; font-size:12px; line-height:1.7; }
footer img { width:92px; filter:invert(1); margin-bottom:20px; }
footer a { display:block; }
.footer-label { color:#777066; }
@media(max-width:800px){
  .site-header{height:78px;padding:12px 18px}.brand img{width:58px;height:52px}nav{display:none}.outline-button{padding:11px 13px}
  .hero{padding:125px 22px 60px;min-height:92vh}.hero-index{display:none}.hero-actions{align-items:flex-start;flex-direction:column}
  .manifesto,.manifesto>div,.cuts-section,.wine-section,.events-section,.fire-story,footer{grid-template-columns:1fr}
  .manifesto{padding:90px 22px}.manifesto>div{gap:30px}.cuts-section{min-height:auto}.image-stack{height:480px}.cuts-copy,.event-copy{padding:90px 22px}
  .wine-section{gap:0}.wine-image{height:520px}.wine-title{padding:80px 22px 25px}.wine-section>p{padding:0 22px 80px}.events-section>img,.fire-story>img{height:520px}.fire-story-copy{padding:90px 22px}.cross-brand{padding:100px 22px}footer{padding:55px 22px}
}
