:root {
  --ink: #0a0a0a;
  --paper: #f2f0ea;
  --muted: #aaa79f;
  --line: rgba(10, 10, 10, .18);
  --line-dark: rgba(255, 255, 255, .2);
  --orange: #ff4b1f;
  --red: #821f23;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

img { display: block; width: 100%; height: auto; }

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(24px, 5vw, 72px);
  color: #fff;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -.02em;
}

.wordmark-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  font-size: 13px;
  letter-spacing: .03em;
}

.header-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,.4);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  align-items: stretch;
  color: #fff;
  background:
    radial-gradient(circle at 23% 82%, rgba(160, 33, 31, .4), transparent 34%),
    linear-gradient(135deg, #080808 0%, #16100f 100%);
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 132px clamp(30px, 7vw, 112px) 84px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  color: #c7c2bb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow span {
  width: 26px;
  height: 2px;
  background: var(--orange);
}

.hero h1,
.story h2,
.selected h2,
.now h2,
.alignment h2,
.footer-name {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .9;
}

.hero h1 { font-size: clamp(74px, 9vw, 148px); }
.hero h1 em,
.story h2 em,
.alignment h2 em,
.footer-name em { color: var(--orange); font-weight: 400; }

.hero-role {
  margin: 36px 0 0;
  font-size: clamp(16px, 1.5vw, 21px);
  font-weight: 600;
  letter-spacing: .025em;
}

.hero-role b { color: var(--orange); margin: 0 .3em; }

.hero-intro {
  max-width: 600px;
  margin: 22px 0 0;
  color: #bbb7b0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.35;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 42px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 190px;
  padding: 14px 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.button.primary { background: var(--orange); color: #fff; border: 1px solid var(--orange); }
.button.secondary { color: #fff; border: 1px solid rgba(255,255,255,.32); }
.button:hover, .button:focus-visible { background: #fff; color: var(--ink); border-color: #fff; }

.hero-portrait {
  position: relative;
  margin: 0;
  min-height: 100svh;
  overflow: hidden;
  background: #050505;
}

.hero-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,8,8,.55), transparent 30%), linear-gradient(0deg, rgba(0,0,0,.5), transparent 34%);
  pointer-events: none;
}

.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }

.hero-portrait figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 30px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: rgba(255,255,255,.66);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-index {
  position: absolute;
  z-index: 3;
  left: clamp(30px, 5vw, 72px);
  bottom: 24px;
  color: rgba(255,255,255,.35);
  font-size: 11px;
  letter-spacing: .1em;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.proof-strip div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 28px clamp(20px, 3.5vw, 52px);
  border-right: 1px solid var(--line);
}

.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.proof-strip span { color: #5f5d58; font-size: 13px; line-height: 1.35; }

.section { padding: clamp(76px, 10vw, 150px) clamp(24px, 6vw, 92px); }

.section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(54px, 7vw, 98px);
  color: #5c5a56;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.section-label span { color: var(--orange); }
.section-label.light { color: #aaa6a0; }

.story-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(46px, 9vw, 150px); }
.story h2 { font-size: clamp(54px, 6.5vw, 106px); }
.story-copy { max-width: 720px; padding-top: 8px; }
.story-copy p { color: #575550; font-size: 18px; line-height: 1.75; }
.story-copy .lead { margin-top: 0; color: var(--ink); font-family: Georgia, serif; font-size: clamp(22px, 2.1vw, 30px); line-height: 1.45; }

.source-links { display: flex; flex-wrap: wrap; gap: 18px 30px; margin-top: 36px; }
.source-links a, .text-link { font-size: 14px; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 6px; }

.selected { color: #f7f5ef; background: var(--ink); }
.selected-heading { display: grid; grid-template-columns: 1fr minmax(240px, 420px); align-items: end; gap: 48px; margin-bottom: 64px; }
.selected h2 { font-size: clamp(56px, 7vw, 108px); }
.selected-heading p { margin: 0; color: #99958f; font-size: 16px; }

.credit-list { border-top: 1px solid var(--line-dark); }
.credit {
  display: grid;
  grid-template-columns: 52px minmax(220px, 1fr) minmax(240px, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 116px;
  border-bottom: 1px solid var(--line-dark);
}

.credit-number { color: var(--orange); font-size: 11px; }
.credit h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(22px, 2.1vw, 30px); font-weight: 400; letter-spacing: -.025em; }
.credit p { margin: 3px 0 0; color: #8f8b85; font-size: 13px; }
.credit-role { color: #bbb7b0; font-size: 14px; }
.credit > a { text-decoration: none; font-size: 13px; font-weight: 700; border-bottom: 1px solid #6e6b66; }
.credit > a:hover, .credit > a:focus-visible { color: var(--orange); border-color: var(--orange); }
.all-credits { display: inline-block; margin-top: 34px; color: #fff; font-size: 14px; font-weight: 700; text-underline-offset: 7px; }

.now { background: #e9e6df; }
.now-grid { display: grid; grid-template-columns: minmax(300px, .88fr) 1.12fr; gap: clamp(48px, 10vw, 150px); align-items: center; }
.live-photo { position: relative; margin: 0; }
.live-photo::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid var(--orange); z-index: 0; }
.live-photo img { position: relative; z-index: 1; aspect-ratio: 3 / 4; object-fit: cover; object-position: 50% 45%; filter: saturate(.88) contrast(1.03); }
.live-photo figcaption { position: relative; z-index: 1; margin-top: 14px; color: #77736e; font-size: 12px; }
.now-copy { max-width: 680px; }
.now h2 { margin-bottom: 36px; font-size: clamp(60px, 7.5vw, 116px); }
.now-copy > p:not(.eyebrow) { color: #504e49; font-size: 18px; line-height: 1.75; }
.now-copy .text-link { display: inline-block; margin-top: 20px; }

.alignment { color: #f6f3ed; background: linear-gradient(135deg, #160d0c, #050505 55%); }
.alignment-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 9vw, 130px); }
.alignment h2 { font-size: clamp(52px, 6vw, 94px); }
.alignment-grid > div > p { max-width: 650px; margin-top: 36px; color: #aaa59e; font-size: 18px; }
.alignment ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.alignment li { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line-dark); font-family: Georgia, serif; font-size: clamp(18px, 1.8vw, 25px); line-height: 1.35; }
.alignment li span { padding-top: 4px; color: var(--orange); font-family: Arial, sans-serif; font-size: 10px; }

footer {
  padding: 80px clamp(24px, 6vw, 92px) 36px;
  color: #fff;
  background: var(--red);
}

.footer-name { font-size: clamp(56px, 8vw, 128px); }
footer > p { color: rgba(255,255,255,.72); font-size: 16px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px 36px; margin-top: 70px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.3); }
.footer-links a { font-size: 13px; font-weight: 700; text-underline-offset: 5px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { min-height: 82svh; display: flex; flex-direction: column; justify-content: center; }
  .hero-portrait { min-height: 70svh; }
  .hero-portrait::after { background: linear-gradient(0deg, rgba(0,0,0,.5), transparent 40%); }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip div:last-child { border-bottom: 0; }
  .story-grid, .selected-heading, .now-grid, .alignment-grid { grid-template-columns: 1fr; }
  .credit { grid-template-columns: 36px 1fr auto; gap: 16px; padding: 22px 0; }
  .credit-role { grid-column: 2 / 4; }
  .live-photo { max-width: 560px; }
}

@media (max-width: 560px) {
  .site-header { padding: 18px; }
  .wordmark-name { display: none; }
  .hero-copy { padding: 116px 22px 70px; }
  .hero h1 { font-size: clamp(66px, 21vw, 96px); }
  .hero-role { font-size: 15px; }
  .hero-intro { font-size: 21px; }
  .button { width: 100%; }
  .section { padding-left: 22px; padding-right: 22px; }
  .story h2, .selected h2, .now h2, .alignment h2 { font-size: 52px; }
  .credit { grid-template-columns: 30px 1fr; }
  .credit > a { grid-column: 2; justify-self: start; }
  .credit-role { grid-column: 2; }
  .live-photo::before { inset: 12px -10px -12px 10px; }
  .footer-links { flex-direction: column; }
}

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

@media print {
  .site-header { position: absolute; }
  .hero { min-height: 800px; }
  .hero-portrait { min-height: 800px; }
  a { text-decoration: none; }
}
