:root {
  --ink: #201411;
  --paper: #f5f0e7;
  --paper-2: #ebe2d4;
  --wine: #702934;
  --wine-dark: #3f1820;
  --gold: #af8e59;
  --muted: #746861;
  --line: rgba(32, 20, 17, 0.16);
  --white: #fffdfa;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
button { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }

.site-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 74px; padding: 10px clamp(20px, 4vw, 64px); color: var(--white); background: rgba(32,20,17,.95); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(14px); }
.brand { display: flex; gap: 12px; align-items: center; text-decoration: none; letter-spacing: .14em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font: italic 25px var(--serif); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 13px; }
.brand small { margin-top: 3px; color: #cfc3b8; font-size: 9px; letter-spacing: .2em; }
.language-switcher { display: flex; gap: 4px; }
.language-switcher button { padding: 8px 11px; color: #cfc3b8; border: 0; border-bottom: 1px solid transparent; background: transparent; cursor: pointer; font-size: 12px; }
.language-switcher button.active { color: var(--white); border-color: var(--gold); }

.wine-hero { display: grid; min-height: 720px; grid-template-columns: minmax(330px, 42%) 1fr; color: var(--white); background: var(--ink); }
.bottle-stage { display: grid; place-items: center; min-height: 620px; padding: clamp(36px, 6vw, 90px); background: linear-gradient(145deg, #f9f4eb, #ded2c2); }
.bottle-stage img { width: min(100%, 470px); height: 540px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 24px 24px rgba(32,20,17,.18)); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(56px, 8vw, 130px); }
.community-signal { display: inline-flex; width: max-content; max-width: 100%; align-items: center; gap: 10px; margin: 0 0 22px; padding: 7px 12px 7px 7px; color: #fff1df; border: 1px solid rgba(255,194,155,.2); border-radius: 999px; background: rgba(140,41,32,.32); }
.community-signal > b { display: grid; flex: 0 0 auto; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: #c44135; font-size: 14px; }
.community-signal span, .community-signal strong, .community-signal small { display: block; min-width: 0; }
.community-signal strong { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.community-signal small { margin-top: 3px; overflow: hidden; color: #cdbbb0; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.eyebrow { margin: 0 0 22px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
h1 { max-width: 880px; margin: 0; font: 400 clamp(48px, 6vw, 92px)/.98 var(--serif); letter-spacing: -.045em; }
.lede { max-width: 760px; margin: 28px 0 0; color: #d7ccc1; font-size: clamp(15px, 1.4vw, 20px); line-height: 1.8; }
.hero-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-links a { padding: 13px 18px; border: 1px solid var(--gold); color: var(--white); text-decoration: none; font-size: 12px; letter-spacing: .06em; }
.hero-links .primary { color: var(--ink); background: var(--gold); }
.facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 44px; background: rgba(255,255,255,.15); }
.facts div { min-width: 0; padding: 16px; background: var(--ink); }
.facts strong, .facts small { display: block; }
.facts strong { overflow: hidden; color: var(--white); font: 400 21px var(--serif); text-overflow: ellipsis; white-space: nowrap; }
.facts small { margin-top: 6px; color: #9f9188; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.page-section { padding: clamp(70px, 8vw, 125px) clamp(20px, 5vw, 80px); }
.page-section > .inner { max-width: 1400px; margin: auto; }
.section-head { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(36px, 8vw, 120px); margin-bottom: 52px; }
.section-head h2 { margin: 0; font: 400 clamp(36px, 4.6vw, 68px)/1.04 var(--serif); letter-spacing: -.035em; }
.section-head p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.85; }

.story-section { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); }
.story-grid article { min-height: 310px; padding: clamp(28px, 4vw, 54px); }
.story-grid article + article { border-left: 1px solid var(--line); }
.story-grid h3, .use-grid h3, .evidence-grid h3 { margin: 0 0 24px; color: var(--wine); font: 400 30px var(--serif); }
.story-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.9; }

.use-section { background: var(--paper-2); }
.use-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.use-grid article { min-height: 330px; padding: 32px; background: var(--paper); }
.use-grid ul, .venue-panel ul { margin: 0; padding-left: 18px; color: var(--muted); }
.use-grid li, .venue-panel li { margin: 0 0 14px; font-size: 13px; line-height: 1.7; }
.service-line { margin-top: 28px; padding-top: 22px; color: var(--wine); border-top: 1px solid var(--line); font: 400 20px var(--serif); }

.evidence-section { color: var(--white); background: var(--wine-dark); }
.evidence-section .section-head p { color: #c7b8ae; }
.evidence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.evidence-grid > article { min-height: 330px; padding: clamp(28px, 4vw, 50px); background: var(--wine-dark); }
.evidence-grid h3 { color: #d7b983; }
.evidence-grid ul { margin: 0; padding: 0; list-style: none; }
.evidence-grid li { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.15); }
.evidence-grid li:first-child { border-top: 0; }
.evidence-grid a { text-underline-offset: 4px; }
.evidence-grid small { display: block; margin-top: 7px; color: #a99588; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.empty-copy { color: #c7b8ae; font-size: 14px; line-height: 1.8; }

.social-section { background: #e9dfd0; }
.social-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.social-list article, .social-list > .empty-copy { min-height: 220px; margin: 0; padding: 30px; background: var(--paper); }
.social-list strong { color: var(--wine); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.social-list p { color: var(--muted); font: 400 20px/1.55 var(--serif); }
.social-list small { display: block; color: var(--muted); font-size: 10px; }
.social-list a { display: inline-block; margin-top: 18px; color: var(--wine); font-size: 11px; font-weight: 700; }

.boundary { padding: 30px clamp(20px, 5vw, 80px); color: #9f9188; background: #130c0a; font-size: 11px; line-height: 1.8; }
.boundary .inner { display: flex; justify-content: space-between; gap: 30px; max-width: 1400px; margin: auto; }

@media (max-width: 980px) {
  .wine-hero { grid-template-columns: 40% 1fr; }
  .hero-copy { padding: 60px 40px; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .story-grid { grid-template-columns: 1fr; }
  .story-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
  .use-grid, .social-list { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .site-header { min-height: 64px; }
  .language-switcher button { padding: 7px 8px; }
  .wine-hero { display: block; min-height: 0; }
  .bottle-stage { min-height: 420px; padding: 32px; }
  .bottle-stage img { height: 370px; }
  .hero-copy { padding: 50px 22px 60px; }
  h1 { font-size: 48px; }
  .facts { grid-template-columns: 1fr 1fr; }
  .page-section { padding: 72px 18px; }
  .section-head { display: block; }
  .section-head p { margin-top: 22px; }
  .story-grid, .use-grid, .evidence-grid, .social-list { grid-template-columns: 1fr; }
  .story-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
  .boundary .inner { display: block; }
}
