:root {
  --paper: #f4f0e8;
  --paper-2: #ebe5da;
  --ink: #171613;
  --muted: #6c685f;
  --wine: #672229;
  --wine-deep: #49171c;
  --line: rgba(23, 22, 19, .18);
  --white: #fffdf8;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", Georgia, serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shell: min(1380px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.18);
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.site-header.scrolled {
  background: rgba(244, 240, 232, .94);
  color: var(--ink);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: .13em;
  font-weight: 600;
}
.wordmark i { width: 28px; height: 1px; background: currentColor; opacity: .55; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .05em;
  opacity: .9;
}
.nav a:hover { opacity: .55; }
.menu-button { display: none; border: 0; background: transparent; color: inherit; padding: 8px 0; }

.hero {
  min-height: 100svh;
  position: relative;
  color: var(--white);
  overflow: hidden;
  background: #262321;
}
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-art {
  background:
    radial-gradient(circle at 78% 22%, rgba(216,183,167,.15), transparent 26%),
    linear-gradient(135deg, #241516 0%, #4a1d22 48%, #181615 100%);
  overflow: hidden;
}
.hero-art::before, .hero-art::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,253,248,.13);
  transform: rotate(-12deg);
}
.hero-art::before { width: 62vw; height: 62vw; right: -15vw; top: -20vw; }
.hero-art::after { width: 36vw; height: 36vw; right: 4vw; top: 12vw; }
.hero-art-year {
  position: absolute;
  right: 7vw;
  top: 16vh;
  font-family: var(--serif);
  font-size: clamp(92px, 16vw, 260px);
  line-height: .8;
  letter-spacing: -.08em;
  color: rgba(255,253,248,.07);
}
.hero-art-year-end { top: auto; bottom: 10vh; right: 16vw; }
.hero-art-line {
  position: absolute;
  right: 12vw;
  top: 22vh;
  width: 1px;
  height: 58vh;
  background: linear-gradient(to bottom, transparent, rgba(255,253,248,.28), transparent);
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(16,14,13,.83) 0%, rgba(16,14,13,.58) 42%, rgba(16,14,13,.20) 75%, rgba(16,14,13,.20) 100%),
    linear-gradient(0deg, rgba(16,14,13,.58) 0%, transparent 48%);
}
.hero-inner {
  min-height: 100svh;
  padding-top: 144px;
  padding-bottom: 46px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.overline {
  margin: 0 0 26px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--wine);
}
.overline.light { color: rgba(255,253,248,.78); }
.hero-copy { margin-top: auto; max-width: 980px; }
.hero h1, .section h2, .closing h2, .southville-copy h2, .refreshment-title h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .94;
  margin: 0;
}
.hero h1 { font-size: clamp(72px, 9vw, 146px); }
.hero h1 em, .closing h2 em { font-weight: 400; color: #d8b7a7; }
.hero-copy > p {
  max-width: 710px;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.55;
  margin: 36px 0 0;
  color: rgba(255,253,248,.86);
}
.year-line {
  margin-top: 58px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.year-line strong { font-size: clamp(18px, 2vw, 28px); letter-spacing: -.02em; }
.year-line > span { display: flex; align-items: center; gap: 14px; }
.year-line i { height: 1px; background: rgba(255,255,255,.42); flex: 1; }
.year-line b { font-size: 9px; letter-spacing: .18em; white-space: nowrap; }

.section { padding: 140px 0; }
.editorial-grid {
  display: grid;
  grid-template-columns: 150px minmax(0, 1.1fr) minmax(320px, .72fr);
  gap: 54px;
  align-items: start;
}
.section-label { display: flex; flex-direction: column; gap: 12px; padding-top: 7px; }
.section-label span { font-size: 11px; letter-spacing: .12em; color: var(--wine); }
.section-label p { margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.section-label.horizontal { flex-direction: row; align-items: baseline; gap: 26px; margin-bottom: 72px; }
.section-label.inverse span, .section-label.inverse p { color: rgba(255,255,255,.72); }
.display-copy h2, .ideas-head h2, .session-intro h2, .details-head h2, .southville-copy h2, .refreshment-title h2 {
  font-family: var(--serif);
  font-size: clamp(54px, 6vw, 92px);
  font-weight: 400;
  line-height: .99;
  letter-spacing: -.045em;
  margin: 0;
}
.body-copy { padding-top: 52px; }
.body-copy p { max-width: 590px; margin: 0 0 20px; color: #4c4943; }
.lead { font-size: 20px; line-height: 1.55; color: var(--ink) !important; }
.small-note { font-size: 12px; color: var(--muted) !important; margin-top: 34px !important; }

.manifesto-section {
  background: var(--wine);
  color: var(--white);
  padding: 120px 0;
}
.manifesto { text-align: center; }
.manifesto p {
  margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(42px, 5.4vw, 84px);
  line-height: 1.04;
  letter-spacing: -.035em;
  max-width: 1100px;
}
.manifesto span { display: block; margin-top: 44px; font-size: 10px; letter-spacing: .18em; opacity: .65; }

.ideas-section { background: var(--paper-2); }
.ideas-head {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 88px;
}
.ideas-head p { max-width: 470px; margin: 0 0 4px; color: #5b574f; }
.idea-list { border-top: 1px solid var(--line); }
.idea-row {
  display: grid;
  grid-template-columns: 90px 1fr 1fr;
  gap: 40px;
  padding: 34px 0 38px;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.idea-row > span { font-size: 10px; color: var(--wine); letter-spacing: .12em; padding-top: 8px; }
.idea-row h3 { margin: 0; font-family: var(--serif); font-size: clamp(28px, 3vw, 46px); font-weight: 400; letter-spacing: -.03em; }
.idea-row p { margin: 7px 0 0; max-width: 520px; color: #5d5952; }

.southville-section { padding: 0; overflow: hidden; background: var(--white); }
.southville-grid { min-height: 720px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; }
.big-year {
  min-height: 720px;
  display: grid;
  place-items: center;
  background: var(--wine-deep);
  color: #d8b7a7;
  font-family: var(--serif);
  font-size: clamp(130px, 20vw, 320px);
  line-height: .8;
  letter-spacing: -.08em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 40px 0;
}
.southville-copy { padding: 110px 7vw; align-self: center; }
.southville-copy h2 { font-size: clamp(48px, 5vw, 78px); }
.southville-copy p { max-width: 560px; color: #57534c; }
.southville-copy .lead { margin-top: 40px; }

.session-section { background: #171613; color: var(--white); }
.session-grid { display: grid; grid-template-columns: 150px 1fr; gap: 54px; }
.session-intro { max-width: 980px; margin-bottom: 76px; }
.session-intro h2 { color: var(--white); }
.run-sheet { grid-column: 2; list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.2); }
.run-sheet li {
  display: grid;
  grid-template-columns: 90px 1fr;
  padding: 26px 0 28px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.run-sheet li > span { font-size: 10px; letter-spacing: .14em; opacity: .55; padding-top: 7px; }
.run-sheet h3 { margin: 0; font-family: var(--serif); font-size: 34px; font-weight: 400; letter-spacing: -.025em; }
.run-sheet p { margin: 5px 0 0; color: rgba(255,255,255,.58); max-width: 680px; }

.documentary-section { background: var(--paper); }

.refreshment-section { padding: 120px 0; background: #ded5c6; }
.refreshment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: end; }
.refreshment-title h2 { font-size: clamp(60px, 7vw, 104px); }
.refreshment-copy { border-top: 1px solid rgba(23,22,19,.28); padding-top: 28px; }
.drink-name { font-family: var(--serif); font-size: 34px; margin: 0 0 22px; letter-spacing: -.02em; }
.refreshment-copy > p:not(.drink-name):not(.small-note) { max-width: 580px; color: #4e4a43; }
.formula { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin: 34px 0 0; font-size: 10px; letter-spacing: .12em; }
.formula b { opacity: .4; }

.details-section { background: var(--white); }
.details-head { margin-bottom: 76px; }
.details-list { margin: 0; border-top: 1px solid var(--line); }
.details-list div { display: grid; grid-template-columns: 180px 1fr; padding: 25px 0; border-bottom: 1px solid var(--line); }
.details-list dt { font-size: 10px; text-transform: uppercase; letter-spacing: .13em; color: var(--muted); }
.details-list dd { margin: 0; font-family: var(--serif); font-size: 27px; letter-spacing: -.02em; }
.details-list small { font-family: var(--sans); font-size: 10px; text-transform: uppercase; letter-spacing: .11em; color: var(--wine); margin-left: 12px; }
.details-note { max-width: 660px; margin: 38px 0 0 180px; color: var(--muted); font-size: 13px; }

.closing-section { background: var(--wine-deep); color: var(--white); padding: 150px 0 70px; }
.closing h2 { font-size: clamp(72px, 9vw, 138px); max-width: 1160px; }
.closing-years { display: flex; align-items: center; gap: 24px; margin-top: 84px; }
.closing-years span { font-size: 16px; letter-spacing: .08em; }
.closing-years i { height: 1px; background: rgba(255,255,255,.34); flex: 1; }
.footer { background: var(--wine-deep); color: rgba(255,255,255,.62); border-top: 1px solid rgba(255,255,255,.16); }
.footer-inner { min-height: 110px; display: grid; grid-template-columns: 1fr auto auto; gap: 54px; align-items: center; font-size: 11px; letter-spacing: .05em; }
.footer-inner strong { color: var(--white); font-size: 11px; letter-spacing: .14em; }
.footer-inner p { margin: 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 820px); }
  .site-header { height: 70px; padding: 0 20px; }
  .wordmark span:last-child, .wordmark i { display: none; }
  .menu-button { display: block; }
  .nav {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--paper);
    color: var(--ink);
    border-bottom: 1px solid var(--line);
    padding: 22px 20px 26px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .nav.open { display: flex; }
  .hero-inner { padding-top: 116px; }
  .hero-shade { background: linear-gradient(0deg, rgba(16,14,13,.82), rgba(16,14,13,.30)); }
  .hero-art-year { right: 2vw; }
  .hero-art-year-end { right: 12vw; }
  .hero h1 { font-size: clamp(62px, 14vw, 112px); }
  .hero-copy > p { max-width: 620px; }
  .section { padding: 100px 0; }
  .editorial-grid { grid-template-columns: 100px 1fr; gap: 34px; }
  .body-copy { grid-column: 2; padding-top: 0; }
  .ideas-head { grid-template-columns: 1fr; gap: 32px; }
  .idea-row { grid-template-columns: 60px 1fr; }
  .idea-row p { grid-column: 2; margin-top: 0; }
  .southville-grid { grid-template-columns: 1fr; }
  .big-year { min-height: 280px; writing-mode: initial; transform: none; font-size: clamp(130px, 30vw, 260px); overflow: hidden; }
  .southville-copy { padding: 90px 0; width: var(--shell); margin: 0 auto; }
  .session-grid { grid-template-columns: 100px 1fr; gap: 34px; }
  .refreshment-grid { grid-template-columns: 1fr; gap: 64px; }
  .footer-inner { grid-template-columns: 1fr; gap: 12px; padding: 34px 0; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 32px); }
  .hero { min-height: 880px; }
  .hero-inner { min-height: 880px; padding-bottom: 34px; }
  .hero h1 { font-size: clamp(62px, 19vw, 92px); line-height: .95; }
  .hero-copy > p { font-size: 16px; margin-top: 28px; }
  .year-line { margin-top: 42px; gap: 12px; }
  .year-line > span { gap: 8px; }
  .year-line b { font-size: 8px; }
  .section { padding: 82px 0; }
  .editorial-grid { display: block; }
  .section-label { flex-direction: row; align-items: baseline; gap: 18px; margin-bottom: 44px; }
  .display-copy h2, .ideas-head h2, .session-intro h2, .details-head h2, .southville-copy h2, .refreshment-title h2 { font-size: 52px; }
  .body-copy { margin-top: 40px; }
  .lead { font-size: 18px; }
  .manifesto-section { padding: 90px 0; }
  .manifesto p { font-size: 43px; }
  .section-label.horizontal { margin-bottom: 48px; }
  .ideas-head { margin-bottom: 56px; }
  .idea-row { grid-template-columns: 36px 1fr; gap: 18px; padding: 25px 0 28px; }
  .idea-row h3 { font-size: 33px; }
  .big-year { min-height: 210px; font-size: 38vw; }
  .southville-copy { padding: 76px 0; }
  .session-grid { display: block; }
  .session-intro { margin: 0 0 54px; }
  .run-sheet { grid-column: auto; }
  .run-sheet li { grid-template-columns: 42px 1fr; gap: 12px; }
  .run-sheet h3 { font-size: 29px; }
  .refreshment-section { padding: 84px 0; }
  .refreshment-title h2 { font-size: 57px; }
  .drink-name { font-size: 30px; }
  .details-list div { grid-template-columns: 1fr; gap: 9px; }
  .details-list dd { font-size: 24px; }
  .details-list small { display: block; margin: 8px 0 0; }
  .details-note { margin: 32px 0 0; }
  .closing-section { padding: 100px 0 54px; }
  .closing h2 { font-size: 18vw; }
  .closing-years { margin-top: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
