:root {
  --ink: #0a0908;
  --paper: #eee7dc;
  --soft: #cfc3b2;
  --brass: #b49456;
  --brass-light: #d3ba7a;
  --oxblood: #641f25;
  --line: rgba(212, 186, 122, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(24px, 5vw, 76px);
  border-bottom: 1px solid rgba(238, 231, 220, 0.12);
}

.wordmark {
  display: inline-flex;
  flex-direction: column;
  gap: 0;
  color: var(--paper);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1rem;
  line-height: 0.86;
  letter-spacing: 0.17em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header nav { display: flex; gap: clamp(20px, 3vw, 48px); }
.site-header nav a {
  color: var(--soft);
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}
.site-header nav a:hover,
.site-header nav a:focus-visible { color: var(--brass-light); }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: clamp(30px, 5vw, 88px);
  padding: 132px clamp(24px, 5vw, 76px) 70px;
  background:
    radial-gradient(circle at 71% 38%, rgba(180,148,86,.15), transparent 32%),
    linear-gradient(115deg, #090807 0%, #0d0c0a 56%, #15110d 100%);
}

.hero::after {
  content: '';
  position: absolute;
  left: clamp(24px, 5vw, 76px);
  right: clamp(24px, 5vw, 76px);
  bottom: 32px;
  height: 1px;
  background: var(--line);
}

.eyebrow,
.section-number,
.hero-art figcaption {
  color: var(--brass-light);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

h1 { font-size: clamp(4rem, 7.4vw, 8.4rem); }
h2 { font-size: clamp(3rem, 5.7vw, 6.6rem); }
h1 em,
h2 em { color: var(--brass-light); font-weight: 400; }

.intro {
  max-width: 550px;
  margin: 32px 0;
  color: var(--soft);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.1rem, 1.45vw, 1.35rem);
}

.hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid var(--brass);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}
.button-gold { background: var(--brass); color: var(--ink); }
.button-gold:hover,
.button-gold:focus-visible { background: var(--brass-light); }
.text-link {
  color: var(--soft);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}
.text-link span { color: var(--brass-light); margin-left: 8px; }

.hero-art { margin: 0; position: relative; }
.hero-art::before {
  content: '';
  position: absolute;
  inset: -12px;
  z-index: -1;
  border: 1px solid var(--line);
}
.hero-art img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.hero-art figcaption { margin-top: 18px; color: #99886d; }
.side-note {
  position: absolute;
  right: 14px;
  bottom: 170px;
  margin: 0;
  color: #594d3d;
  font-size: 0.62rem;
  letter-spacing: 0.21em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.manifesto {
  padding: clamp(90px, 12vw, 170px) clamp(24px, 7vw, 112px);
  background: var(--paper);
  color: var(--ink);
}
.manifesto .section-number { color: var(--oxblood); }
.manifesto-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: clamp(48px, 9vw, 150px);
  margin-top: 52px;
  align-items: end;
}
.story-copy { max-width: 520px; }
.story-copy p { margin: 0 0 22px; color: #4b443b; font-size: 1.04rem; }
.story-copy p:first-child::first-letter {
  float: left;
  margin: 8px 10px 0 0;
  color: var(--oxblood);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 4rem;
  line-height: .75;
}

.bottle {
  padding: clamp(90px, 12vw, 160px) clamp(24px, 7vw, 112px);
  border-top: 1px solid var(--line);
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    var(--ink);
  background-size: 48px 48px;
}
.bottle-heading { display: grid; grid-template-columns: .5fr 1.5fr; align-items: start; gap: 40px; }
.bottle-heading h2 em { color: var(--paper); }
.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: clamp(72px, 10vw, 140px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.detail-grid article { min-height: 300px; padding: 34px clamp(24px, 3vw, 46px); border-right: 1px solid var(--line); }
.detail-grid article:last-child { border-right: 0; }
.detail-grid span { color: var(--brass); font-size: .7rem; letter-spacing: .2em; }
.detail-grid h3 { margin: 74px 0 14px; font-family: Georgia, 'Times New Roman', serif; font-size: 1.6rem; font-weight: 400; }
.detail-grid p { max-width: 330px; margin: 0; color: #9f9588; }

.closing {
  min-height: 72vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 90px 24px;
  background: var(--oxblood);
  text-align: center;
}
.closing-mark {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(238,231,220,.45);
  border-radius: 50%;
  color: var(--brass-light);
  font-family: Georgia, 'Times New Roman', serif;
  letter-spacing: .12em;
}
.closing p { margin: 10px 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.2rem, 7vw, 7.2rem); line-height: .94; }
.closing > span { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; }

footer {
  min-height: 160px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 34px clamp(24px, 5vw, 76px);
  color: #8f877d;
  background: #060605;
  font-size: .74rem;
  letter-spacing: .08em;
}
footer p { margin: 0; }
footer p:last-child { text-align: right; }

.reveal { animation: arrive 850ms cubic-bezier(.2,.8,.2,1) both; }
.reveal-delay { animation-delay: 130ms; }
@keyframes arrive {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 760px; }
  .hero-art { max-width: 800px; }
  .manifesto-grid { grid-template-columns: 1fr; }
  .bottle-heading { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .site-header { padding: 22px 20px; }
  .site-header nav { gap: 16px; }
  .site-header nav a { font-size: .65rem; letter-spacing: .1em; }
  .hero { min-height: auto; padding: 132px 20px 78px; gap: 50px; }
  h1 { font-size: clamp(3.55rem, 17vw, 5.2rem); }
  .hero-art img { aspect-ratio: 4 / 5; object-position: 7% center; }
  .side-note { display: none; }
  .manifesto, .bottle { padding-left: 20px; padding-right: 20px; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-grid article { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .detail-grid article:last-child { border-bottom: 0; }
  .detail-grid h3 { margin-top: 40px; }
  .closing p { font-size: clamp(3rem, 15vw, 5rem); }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

:focus-visible { outline: 2px solid var(--brass-light); outline-offset: 5px; }
