:root {
  --paper: #f0eadf;
  --paper-deep: #ded5c6;
  --ink: #181816;
  --muted: #68635c;
  --line: rgba(24, 24, 22, 0.2);
  --red: #eb4b2b;
  --green: #21453c;
  --white: #fffdf8;
  --sans: "Manrope", sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --max: 1600px;
}

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--ink);
  color: var(--white);
  padding: .75rem 1rem;
}
.skip-link:focus { top: 1rem; }
.progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 50; }
.progress span { display: block; height: 100%; width: 0; background: var(--red); }

.site-header {
  height: 86px;
  padding: 0 var(--gutter);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.wordmark { display: flex; align-items: center; gap: 1rem; text-decoration: none; }
.wordmark > span {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font: 1.15rem var(--serif);
}
.wordmark small { font-size: .66rem; line-height: 1.2; text-transform: uppercase; letter-spacing: .13em; }
.site-header nav { display: flex; align-items: center; gap: 1.8rem; }
.site-header nav a { text-decoration: none; font-size: .78rem; font-weight: 600; }
.site-header nav a:not(.nav-cta):hover { text-decoration: underline; text-underline-offset: 4px; }
.nav-cta { border: 1px solid var(--ink); border-radius: 100px; padding: .72rem 1rem; transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--ink); color: var(--white); }
.menu-button { display: none; border: 0; background: none; font: 600 .78rem var(--sans); }

.hero {
  min-height: calc(100vh - 86px);
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(2rem, 5vh, 5rem) var(--gutter) 2rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  position: relative;
  overflow: hidden;
}
.hero-kicker { display: flex; gap: 1.5rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; }
.hero-kicker a { text-underline-offset: 3px; }
.hero h1 {
  align-self: center;
  max-width: 1200px;
  margin: 1rem 0 2rem;
  font: 400 clamp(4.4rem, 10vw, 10.5rem)/.83 var(--serif);
  letter-spacing: -.055em;
  text-wrap: balance;
}
.hero h1 em { color: var(--red); font-weight: 400; }
.hero-foot { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.hero-foot p { max-width: 550px; margin: 0; font-size: clamp(1rem, 1.5vw, 1.35rem); line-height: 1.5; }
.round-link {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border: 1px solid var(--ink);
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.6rem;
  transition: transform .25s, background .25s, color .25s;
}
.round-link:hover { transform: translateY(5px); background: var(--ink); color: var(--white); }
.hero-stamp {
  position: absolute;
  right: clamp(1rem, 8vw, 9rem);
  top: 22%;
  color: var(--green);
  font: italic 1rem/1.05 var(--serif);
  transform: rotate(8deg);
  border: 1px solid currentColor;
  border-radius: 50%;
  padding: 1.3rem 1.5rem;
  text-align: center;
}

section:not(.hero, .quote-band, .listen, .contact) { max-width: var(--max); margin: 0 auto; }
.manifesto { padding: clamp(5rem, 10vw, 10rem) var(--gutter); border-top: 1px solid var(--line); }
.section-label { display: flex; gap: .8rem; align-items: center; text-transform: uppercase; letter-spacing: .14em; font-size: .67rem; font-weight: 700; }
.section-label span { color: var(--red); }
.manifesto-grid { display: grid; grid-template-columns: 1.1fr .8fr; gap: clamp(3rem, 10vw, 11rem); margin-top: clamp(3rem, 7vw, 7rem); align-items: start; }
.manifesto h2, .work-heading h2 {
  margin: 0;
  font: 400 clamp(3.2rem, 6.8vw, 7rem)/.92 var(--serif);
  letter-spacing: -.04em;
  text-wrap: balance;
}
.prose { font-size: clamp(1rem, 1.2vw, 1.22rem); line-height: 1.65; }
.prose p { margin: 0 0 1.4rem; }
.prose .lead { font-size: 1.25em; color: var(--green); }
.prose a { text-underline-offset: 4px; }
.history-line { margin-top: clamp(4rem, 8vw, 8rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.history-line span { display: flex; justify-content: space-between; gap: 1rem; padding: 1.3rem 1.5rem 1.3rem 0; font-size: .76rem; }
.history-line span + span { border-left: 1px solid var(--line); padding-left: 1.5rem; }
.history-line b { font-weight: 500; color: var(--muted); }

.quote-band {
  background: var(--red);
  color: var(--ink);
  padding: clamp(4rem, 8vw, 8rem) var(--gutter);
}
.quote-band p, .quote-band a { max-width: calc(var(--max) - 2 * var(--gutter)); margin-left: auto; margin-right: auto; }
.quote-band p { margin-top: 0; margin-bottom: 2rem; font: 400 clamp(3rem, 7.4vw, 8rem)/.92 var(--serif); letter-spacing: -.04em; }
.quote-band p em { color: var(--white); }
.quote-band > a { display: block; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; text-underline-offset: 4px; }

.work { padding: clamp(5rem, 10vw, 10rem) var(--gutter); }
.work-heading { display: grid; grid-template-columns: 1.45fr .55fr; gap: 4rem; align-items: end; margin: 4rem 0 6rem; }
.work-heading p { margin: 0 0 .5rem; line-height: 1.6; color: var(--muted); }
.essay-list { border-top: 1px solid var(--line); }
.essay {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) 1.05fr;
  gap: clamp(2rem, 6vw, 7rem);
  padding: clamp(2rem, 5vw, 5rem) 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.essay-image { overflow: hidden; background: var(--paper-deep); }
.essay-image img { width: 100%; aspect-ratio: 3/2; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .4s; }
.essay-image:hover img { transform: scale(1.025); filter: saturate(1.08); }
.essay-copy { max-width: 650px; }
.eyebrow { margin: 0 0 1.4rem; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--red); }
.essay h3 { margin: 0 0 1rem; font: 400 clamp(2.3rem, 4.5vw, 5.2rem)/.92 var(--serif); letter-spacing: -.035em; }
.essay h3 a { text-decoration: none; }
.essay h3 a:hover { color: var(--red); }
.essay-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); line-height: 1.65; }
.text-link { display: inline-flex; gap: 2rem; margin-top: 1.3rem; padding-bottom: .2rem; border-bottom: 1px solid; text-decoration: none; font-size: .78rem; font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }
.all-work { margin-top: 3rem; padding: 1.4rem 0; border-bottom: 1px solid var(--ink); display: flex; justify-content: space-between; text-decoration: none; font: 400 clamp(1.6rem, 3vw, 3.2rem)/1 var(--serif); }
.all-work b { font: 400 1em var(--sans); transition: transform .2s; }
.all-work:hover b { transform: translate(5px, -5px); }

.listen {
  min-height: 700px;
  background: var(--green);
  color: var(--white);
  padding: clamp(5rem, 10vw, 10rem) var(--gutter);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) .85fr;
  gap: 5rem;
  align-items: center;
}
.listen-copy { width: 100%; max-width: 850px; margin-left: max(0px, calc((100vw - var(--max)) / 2)); }
.section-label.light span { color: #ff765a; }
.listen h2 { margin: 3rem 0 2rem; font: 400 clamp(3.2rem, 6vw, 6.8rem)/.91 var(--serif); letter-spacing: -.04em; }
.listen-copy > p { max-width: 650px; color: rgba(255,255,255,.72); font-size: 1.05rem; line-height: 1.7; }
.listen-links { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 1rem; }
.listen-links a { padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.55); border-radius: 100px; text-decoration: none; font-size: .75rem; }
.listen-links a:hover { background: var(--white); color: var(--green); }
.signal { height: 360px; display: flex; align-items: center; justify-content: center; gap: clamp(5px, 1vw, 16px); overflow: hidden; }
.signal span { width: clamp(5px, 1vw, 14px); height: 18%; background: var(--red); animation: pulse 1.6s ease-in-out infinite alternate; transform-origin: center; }
.signal span:nth-child(2) { animation-delay: -.5s; height: 45%; }
.signal span:nth-child(3) { animation-delay: -.9s; height: 75%; }
.signal span:nth-child(4) { animation-delay: -.2s; height: 32%; }
.signal span:nth-child(5) { animation-delay: -.8s; height: 92%; }
.signal span:nth-child(6) { animation-delay: -.35s; height: 58%; }
.signal span:nth-child(7) { animation-delay: -1.1s; height: 80%; }
.signal span:nth-child(8) { animation-delay: -.65s; height: 38%; }
.signal span:nth-child(9) { animation-delay: -.1s; height: 64%; }
@keyframes pulse { to { transform: scaleY(.35); opacity: .72; } }

.contact { padding: clamp(6rem, 11vw, 12rem) var(--gutter); background: var(--white); }
.contact > * { max-width: calc(var(--max) - 2 * var(--gutter)); margin-left: auto; margin-right: auto; }
.contact h2 { margin-top: 1rem; margin-bottom: 4rem; font: 400 clamp(4rem, 9vw, 10rem)/.85 var(--serif); letter-spacing: -.055em; }
.contact h2 em { color: var(--red); font-weight: 400; }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.contact-actions a { display: flex; justify-content: space-between; padding: 1.5rem 0; border-top: 1px solid var(--ink); text-decoration: none; font-size: .86rem; font-weight: 700; }
.contact-actions a span { transition: transform .2s; }
.contact-actions a:hover span { transform: translate(4px, -4px); }

footer { background: var(--ink); color: var(--white); padding: 3rem var(--gutter); display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 2rem; }
.footer-mark { font: 400 2.5rem/.78 var(--serif); letter-spacing: -.04em; }
footer p { margin: 0; font-size: .65rem; text-transform: uppercase; letter-spacing: .13em; color: rgba(255,255,255,.6); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 800px) {
  .site-header { height: 72px; }
  .wordmark small { display: none; }
  .menu-button { display: block; min-width: 44px; min-height: 44px; }
  .site-header nav { position: absolute; display: none; top: 72px; left: 0; right: 0; padding: 1.2rem var(--gutter) 1.5rem; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .site-header nav.open { display: flex; }
  .site-header nav a { min-height: 44px; display: flex; align-items: center; }
  .nav-cta { justify-content: center; }
  .hero { min-height: calc(100svh - 72px); }
  .hero h1 { font-size: clamp(4rem, 20vw, 7rem); }
  .hero-stamp { display: none; }
  .manifesto-grid, .work-heading, .essay, .listen { grid-template-columns: 1fr; }
  .manifesto-grid, .work-heading { gap: 2.5rem; }
  .history-line { grid-template-columns: 1fr; }
  .history-line span + span { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .work-heading { align-items: start; }
  .essay { gap: 2rem; }
  .listen { gap: 2rem; min-height: auto; }
  .listen-copy { margin-left: 0; }
  .signal { height: 220px; }
  .contact-actions { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 480px) {
  .hero-foot { align-items: center; }
  .hero-foot p { font-size: .95rem; }
  .round-link { width: 48px; height: 48px; }
  .quote-band p { font-size: 2.7rem; }
  .history-line span { flex-direction: column; }
}

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