:root {
  --ink: #151815;
  --paper: #f3f0e9;
  --paper-2: #e7e3d8;
  --soft: #ded9cd;
  --line: rgba(21, 24, 21, 0.18);
  --accent: #b9442a;
  --accent-dark: #84321f;
  --green: #263a34;
  --white: #faf8f2;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
p { margin: 0; line-height: 1.72; }
img { max-width: 100%; }

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  z-index: 999;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 76px);
  background: rgba(243, 240, 233, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark {
  width: 34px;
  height: 34px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 18px;
}
.brand-text { display: flex; flex-direction: column; gap: 1px; }
.brand-text strong { font-size: 12px; letter-spacing: .18em; }
.brand-text small { font-family: var(--serif); font-size: 11px; color: #5e625d; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 38px); }
.main-nav a { font-size: 12px; letter-spacing: .06em; position: relative; }
.main-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: var(--ink);
  transition: right .25s ease;
}
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.nav-cta { border: 1px solid var(--ink); padding: 10px 15px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 1px; background: var(--ink); margin: 6px 0; transition: .25s; }

.section { padding: clamp(80px, 9vw, 150px) clamp(24px, 6vw, 92px); }
.section > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.section-dark { background: var(--ink); color: var(--white); }
.section-soft { background: var(--paper-2); }
.section-accent { background: var(--accent); color: #fff7ed; }
.eyebrow, .section-kicker, .card-meta {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
}
.eyebrow { margin-bottom: 26px; }
.card-meta { color: #6c6f69; margin-bottom: 12px; }
.section-dark .eyebrow, .section-accent .eyebrow { color: rgba(255,255,255,.65); }

.hero { padding-top: clamp(70px, 8vw, 130px); }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  gap: clamp(50px, 7vw, 120px);
  align-items: center;
}
.hero-copy h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(72px, 9vw, 148px);
  font-weight: 400;
  line-height: .78;
  letter-spacing: -.07em;
}
.hero-copy h1 em { color: var(--accent); font-weight: 400; }
.hero-subtitle {
  margin: 36px 0 28px;
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: clamp(24px, 3vw, 42px);
  font-family: var(--serif);
}
.hero-subtitle span { color: var(--accent); }
.hero-intro { max-width: 650px; font-family: var(--serif); font-size: clamp(17px, 1.5vw, 22px); color: #464a44; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 40px; }
.button { display: inline-flex; padding: 14px 20px; font-size: 12px; letter-spacing: .06em; border: 1px solid var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 6px; }

.hero-visual { min-height: 620px; }
.hero-visual-frame {
  height: 100%; min-height: 620px; position: relative; overflow: hidden;
  background: var(--green); color: var(--white); border-radius: 0 0 0 90px;
}
.hero-visual-frame::before {
  content: ""; position: absolute; inset: 24px; border: 1px solid rgba(255,255,255,.17);
}
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.43); border-radius: 50%; }
.orbit-a { width: 430px; height: 430px; left: 12%; top: 15%; }
.orbit-b { width: 315px; height: 315px; right: 7%; top: 31%; }
.orbit-c { width: 170px; height: 170px; left: 41%; top: 41%; background: rgba(185,68,42,.85); border-color: transparent; }
.axis { position: absolute; background: rgba(255,255,255,.3); }
.axis-x { height: 1px; left: 8%; right: 8%; top: 54%; }
.axis-y { width: 1px; top: 8%; bottom: 8%; left: 55%; }
.visual-word { position: absolute; font-size: 10px; letter-spacing: .25em; }
.word-boundary { top: 12%; right: 9%; writing-mode: vertical-rl; }
.word-consensus { left: 8%; bottom: 13%; }
.visual-caption { position: absolute; right: 9%; bottom: 8%; max-width: 180px; }
.visual-caption span { display: block; font-family: var(--serif); font-size: 52px; color: #eec8b5; }
.visual-caption p { font-size: 12px; color: rgba(255,255,255,.7); line-height: 1.5; }

.hero-index {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.hero-index a { padding: 20px 14px 22px 0; min-height: 94px; border-right: 1px solid var(--line); font-family: var(--serif); font-size: 15px; transition: color .2s; }
.hero-index a:last-child { border-right: 0; padding-left: 14px; }
.hero-index a:not(:first-child) { padding-left: 14px; }
.hero-index span { display: block; font: 10px var(--sans); color: #7c7f79; letter-spacing: .15em; margin-bottom: 9px; }
.hero-index a:hover { color: var(--accent); }

.manifesto .section-kicker { color: #a8aaa5; }
.manifesto-grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(50px, 8vw, 130px); margin-top: 40px; }
.manifesto h2 { font: 400 clamp(42px, 5.5vw, 84px)/1.03 var(--serif); letter-spacing: -.035em; margin: 0; max-width: 850px; }
.manifesto h2 em { color: #d57c62; }
.manifesto-copy { padding-top: 10px; }
.manifesto-copy p { color: #c4c6c0; font-family: var(--serif); font-size: 18px; margin-bottom: 28px; }
.manifesto-copy strong { color: #fff; font-weight: 400; }
.manifesto-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); margin-top: 85px; }
.manifesto-metrics div { padding-top: 28px; }
.manifesto-metrics strong { display: block; font: 400 clamp(40px, 5vw, 72px) var(--serif); }
.manifesto-metrics span { color: #92958f; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

.chapter-head { display: grid; grid-template-columns: 1fr .62fr; gap: 70px; align-items: end; margin-bottom: 70px; }
.chapter-head h2, .split-heading h2, .research-heading h2, .about h2, .contact h2 {
  font: 400 clamp(48px, 6vw, 94px)/.98 var(--serif);
  letter-spacing: -.045em;
  margin: 0;
}
.chapter-intro { font-family: var(--serif); font-size: 19px; color: #575b55; max-width: 580px; }
.feature-story { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 540px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.media { position: relative; padding: 26px; overflow: hidden; min-height: 500px; }
.media-ethics { background: #cabfb1; }
.media-label { position: relative; z-index: 3; font-size: 10px; letter-spacing: .15em; }
.media-art { position: absolute; inset: 0; }
.art-ethics::before, .art-ethics::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(21,24,21,.75); }
.art-ethics::before { width: 390px; height: 390px; left: 12%; top: 16%; }
.art-ethics::after { width: 280px; height: 280px; right: 5%; bottom: 5%; background: rgba(185,68,42,.42); }
.art-ethics span { position: absolute; font-family: var(--serif); font-size: clamp(38px, 5vw, 76px); font-style: italic; }
.art-ethics span:nth-child(1) { left: 10%; bottom: 12%; }
.art-ethics span:nth-child(2) { right: 10%; top: 20%; }
.art-ethics span:nth-child(3) { right: 16%; bottom: 17%; font-size: 18px; font-family: var(--sans); font-style: normal; letter-spacing: .16em; text-transform: uppercase; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 90px); background: #ebe7de; }
.feature-copy h3 { font: 400 clamp(34px, 4vw, 62px)/1.02 var(--serif); margin: 8px 0 24px; }
.feature-copy p:not(.card-meta) { color: #5f635d; margin-bottom: 32px; }
.feature-copy .text-link { align-self: flex-start; }
.story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; margin-top: 34px; }
.story-card { border-top: 1px solid var(--line); padding-top: 18px; }
.story-thumb { height: 360px; margin-bottom: 24px; display: flex; align-items: flex-end; padding: 22px; font-family: var(--serif); font-size: 42px; }
.thumb-photo { background: linear-gradient(145deg, #2a3130, #78807b); color: #fff; }
.thumb-values { background: linear-gradient(145deg, #c9b9a3, #9f755f); color: #2c241f; }
.story-card h3 { font: 400 31px/1.08 var(--serif); margin: 0 0 15px; }
.story-card > p:last-child { color: #686b66; }

.chapter-number { font: 400 clamp(90px, 13vw, 190px)/.8 var(--serif); color: rgba(21,24,21,.08); margin-bottom: -22px; }
.timeline { border-top: 1px solid var(--line); }
.timeline-item { display: grid; grid-template-columns: 70px 1fr 50px; gap: 26px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line); }
.timeline-year { font: 32px var(--serif); color: var(--accent); }
.timeline-item h3 { font: 400 36px var(--serif); margin: 4px 0 10px; }
.timeline-item div > p:last-child { color: #60645e; max-width: 720px; }
.timeline-item > a { justify-self: end; font-size: 26px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: .2s; }
.timeline-item:hover > a { background: var(--ink); color: var(--white); }

.split-heading { display: flex; justify-content: space-between; gap: 50px; align-items: flex-end; margin-bottom: 65px; }
.section-mark { font-size: 11px; letter-spacing: .2em; writing-mode: vertical-rl; color: #868982; }
.public-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; }
.public-card { background: #e8e2d7; }
.public-card-large { grid-row: span 2; }
.public-art { min-height: 300px; padding: 24px; position: relative; overflow: hidden; }
.public-card-large .public-art { min-height: 520px; }
.public-art-animal { background: linear-gradient(135deg, #23362f 0 50%, #a4543e 50%); }
.public-art-campus { background: linear-gradient(135deg, #d1c2aa, #817a6e); }
.public-art-issue { background: linear-gradient(135deg, #38434d, #a5a0a0); }
.art-number { font: 400 clamp(80px, 11vw, 160px) var(--serif); color: rgba(255,255,255,.65); position: absolute; right: 24px; bottom: -18px; }
.public-copy { padding: 26px 28px 34px; }
.public-copy h3 { font: 400 clamp(26px, 3vw, 42px)/1.06 var(--serif); margin: 8px 0 15px; }
.public-copy > p:last-child { color: #656962; }

.simulation-top { display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; }
.simulation-top h2 { font: 400 clamp(56px, 7vw, 100px)/.94 var(--serif); margin: 0; letter-spacing: -.05em; }
.simulation-top > p { font-family: var(--serif); font-size: 18px; color: rgba(255,247,237,.78); }
.simulation-board { min-height: 620px; margin-top: 70px; display: grid; grid-template-columns: 1fr 1.15fr 1fr; grid-template-rows: 1fr 1.1fr 1fr; gap: 12px; }
.board-cell, .board-center { border: 1px solid rgba(255,255,255,.42); position: relative; overflow: hidden; }
.board-cell span { position: absolute; font-size: 10px; letter-spacing: .2em; }
.cell-a { grid-column: 1; grid-row: 1 / 3; }
.cell-b { grid-column: 2; grid-row: 1; }
.cell-c { grid-column: 3; grid-row: 1 / 3; }
.cell-d { grid-column: 1 / 4; grid-row: 3; }
.cell-a span { left: 24px; top: 24px; }
.cell-b span { right: 24px; top: 24px; }
.cell-c span { right: 24px; bottom: 24px; }
.cell-d span { left: 24px; bottom: 24px; }
.board-cell::after { content: ""; position: absolute; width: 210px; height: 210px; border-radius: 50%; border: 1px solid rgba(255,255,255,.38); }
.cell-a::after { left: 15%; bottom: 13%; }
.cell-b::after { right: 12%; bottom: -55%; }
.cell-c::after { left: -24%; top: 8%; background: rgba(255,255,255,.08); }
.cell-d::after { right: 10%; bottom: -70%; width: 340px; height: 340px; }
.board-center { grid-column: 2; grid-row: 2; background: #fff7ed; color: var(--ink); z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.board-center small { letter-spacing: .16em; margin-bottom: 20px; }
.board-center strong { font: 400 clamp(26px, 3vw, 42px)/1.06 var(--serif); }
.simulation-notes { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; border-top: 1px solid rgba(255,255,255,.34); }
.simulation-notes article { padding: 26px 28px 0 0; border-right: 1px solid rgba(255,255,255,.34); }
.simulation-notes article:not(:first-child) { padding-left: 28px; }
.simulation-notes article:last-child { border-right: 0; }
.simulation-notes span { font: 22px var(--serif); opacity: .6; }
.simulation-notes h3 { font: 400 28px var(--serif); margin: 14px 0 10px; }
.simulation-notes p { color: rgba(255,255,255,.72); }

.research-heading { max-width: 920px !important; margin-left: 0 !important; }
.research-heading > p:last-child { margin-top: 28px; max-width: 610px; font-family: var(--serif); font-size: 19px; color: #5d615b; }
.research-list { margin-top: 80px; border-top: 1px solid var(--line); }
.research-row { display: grid; grid-template-columns: 100px 1fr 180px; gap: 30px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.research-index { font: 24px var(--serif); color: var(--accent); }
.research-main h3 { font: 400 clamp(26px, 3vw, 42px)/1.08 var(--serif); margin: 8px 0 14px; max-width: 900px; }
.research-main > p:last-child { color: #636760; max-width: 760px; }
.research-meta { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.research-meta a { border-bottom: 1px solid currentColor; padding-bottom: 4px; }

.about-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; }
.about-copy { padding-top: 60px; }
.about-copy > p { font-family: var(--serif); font-size: 18px; color: #b7bab4; margin-bottom: 24px; }
.about-details { margin-top: 42px; border-top: 1px solid rgba(255,255,255,.17); }
.about-details div { display: flex; justify-content: space-between; gap: 30px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.about-details small { color: #82857f; text-transform: uppercase; letter-spacing: .12em; }
.about-details strong { font-family: var(--serif); font-weight: 400; }

.contact { padding-top: 100px; padding-bottom: 100px; }
.contact-card { padding: clamp(40px, 7vw, 100px); background: #ded9cc; display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px 90px; }
.contact-card .eyebrow { grid-column: 1 / -1; }
.contact-card > p:not(.eyebrow) { align-self: end; color: #5f635d; font-family: var(--serif); font-size: 17px; }
.contact-links { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); margin-top: 18px; }
.contact-links a { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 13px; letter-spacing: .06em; }
.contact-links a:nth-child(2) { padding-left: 30px; border-left: 1px solid var(--line); }

.site-footer { max-width: calc(var(--max) + 184px); margin: 0 auto; padding: 34px clamp(24px, 6vw, 92px) 48px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto auto; gap: 34px; align-items: end; }
.site-footer div { display: flex; flex-direction: column; gap: 7px; }
.site-footer strong { font-size: 12px; letter-spacing: .18em; }
.site-footer span, .site-footer p, .site-footer a { font-size: 10px; color: #70736d; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header {
    /* Keep the controls visible while body scrolling is locked by the drawer. */
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--paper);
    backdrop-filter: none;
  }
  body { padding-top: 86px; }
  .main-nav {
    /* Keep the drawer pinned to the viewport. An absolute drawer inside a
       sticky header can remain at its original document position after scroll. */
    position: fixed;
    top: 86px;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100vh - 86px);
    height: calc(100dvh - 86px);
    background: var(--paper);
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 28px 40px;
    gap: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    clip-path: inset(0 0 100% 0);
    transition: clip-path .3s ease, opacity .2s ease;
    z-index: 1001;
  }
  .main-nav a { width: 100%; padding: 17px 0; font: 400 30px var(--serif); border-bottom: 1px solid var(--line); }
  .main-nav a::after { display: none; }
  .main-nav .nav-cta { border: 0; }
  .menu-toggle { display: block; }
  .menu-open .main-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    clip-path: inset(0);
    transition: clip-path .3s ease, opacity .2s ease;
  }
  .menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero-grid, .manifesto-grid, .chapter-head, .feature-story, .simulation-top, .about-grid, .contact-card { grid-template-columns: minmax(0, 1fr); }
  .hero-visual { min-height: 520px; }
  .hero-visual-frame { min-height: 520px; }
  .hero-index { grid-template-columns: 1fr 1fr; }
  .hero-index a { border-bottom: 1px solid var(--line); }
  .hero-index a:nth-child(even) { border-right: 0; }
  .hero-index a:last-child { grid-column: 1 / -1; }
  .manifesto-copy, .about-copy { padding-top: 0; }
  .public-grid { grid-template-columns: 1fr; }
  .public-card-large { grid-row: auto; }
  .research-row { grid-template-columns: 70px 1fr; }
  .research-meta { grid-column: 2; flex-direction: row; align-items: center; }
  .contact-card > p:not(.eyebrow) { align-self: start; }
  .contact-links { grid-template-columns: 1fr; }
  .contact-links a:nth-child(2) { padding-left: 0; border-left: 0; }
}

@media (max-width: 640px) {
  .site-header { height: 72px; }
  .main-nav {
    top: 72px;
    height: calc(100vh - 72px);
    height: calc(100dvh - 72px);
    padding: 22px 20px 30px;
  }
  .main-nav a { padding: 15px 0; font-size: 28px; }
  .brand-text small { display: none; }
  .section { padding: 74px 20px; }
  .hero { padding-top: 60px; }
  .hero-copy h1 { font-size: clamp(64px, 22vw, 100px); line-height: .84; }
  .hero-subtitle { font-size: 28px; flex-wrap: wrap; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-visual { min-height: 430px; }
  .hero-visual-frame { min-height: 430px; border-radius: 0 0 0 55px; }
  .orbit-a { width: 310px; height: 310px; left: -5%; }
  .orbit-b { width: 235px; height: 235px; }
  .orbit-c { width: 135px; height: 135px; }
  .visual-caption { max-width: 150px; }
  .hero-index { grid-template-columns: 1fr; }
  .hero-index a, .hero-index a:not(:first-child), .hero-index a:last-child { padding: 17px 0; border-right: 0; grid-column: auto; min-height: auto; }
  .manifesto-metrics { grid-template-columns: 1fr; gap: 24px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-thumb { height: 280px; }
  .timeline-item { grid-template-columns: 44px 1fr; }
  .timeline-item > a { grid-column: 2; justify-self: start; }
  .split-heading { align-items: flex-start; }
  .section-mark { display: none; }
  .public-card-large .public-art { min-height: 360px; }
  .simulation-board { min-height: 490px; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1.1fr 1fr; }
  .cell-a { grid-column: 1; grid-row: 1; }
  .cell-b { grid-column: 2; grid-row: 1; }
  .cell-c { grid-column: 1; grid-row: 3; }
  .cell-d { grid-column: 2; grid-row: 3; }
  .board-center { grid-column: 1 / 3; grid-row: 2; }
  .simulation-notes { grid-template-columns: 1fr; }
  .simulation-notes article, .simulation-notes article:not(:first-child) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.3); padding: 24px 0; }
  .research-row { grid-template-columns: 1fr; gap: 14px; }
  .research-meta { grid-column: 1; }
  .about-details div { flex-direction: column; gap: 8px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
}


/* ===== Multi-page additions ===== */
body[data-page] .main-nav a.active { color: var(--accent); }
body[data-page] .main-nav a.active::after { right: 0; background: var(--accent); }
.brand { min-width: 205px; }
.nav-home { color: #5f635d; }
.page-shell { min-height: 62vh; }

.page-hero {
  padding: clamp(68px, 8vw, 128px) clamp(24px, 6vw, 92px) clamp(62px, 7vw, 112px);
  border-bottom: 1px solid var(--line);
}
.page-hero > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.page-hero-grid {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: clamp(44px, 7vw, 120px);
  align-items: end;
}
.page-number {
  font: 400 clamp(92px, 14vw, 210px)/.72 var(--serif);
  color: rgba(21,24,21,.08);
  margin-bottom: 24px;
}
.page-hero h1 {
  margin: 0;
  font: 400 clamp(58px, 8vw, 118px)/.9 var(--serif);
  letter-spacing: -.055em;
}
.page-hero h1 em { color: var(--accent); font-weight: 400; }
.page-hero-copy { padding-bottom: 7px; }
.page-hero-copy > p:not(.eyebrow) {
  max-width: 600px;
  color: #575b55;
  font: 400 clamp(18px, 1.7vw, 23px)/1.65 var(--serif);
}
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 34px; }
.page-hero-dark { background: var(--green); color: var(--white); border-bottom-color: rgba(255,255,255,.16); }
.page-hero-dark .page-number { color: rgba(255,255,255,.09); }
.page-hero-dark .page-hero-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.page-hero-dark .button { border-color: rgba(255,255,255,.5); color: white; }
.page-hero-accent { background: var(--accent); color: #fff7ed; border-bottom-color: rgba(255,255,255,.2); }
.page-hero-accent .page-number { color: rgba(255,255,255,.12); }
.page-hero-accent .page-hero-copy > p:not(.eyebrow) { color: rgba(255,247,237,.78); }

.breadcrumbs {
  display: flex; gap: 10px; flex-wrap: wrap; align-items: center;
  font-size: 10px; letter-spacing: .12em; text-transform: uppercase;
  color: #767a74; margin-bottom: 38px;
}
.breadcrumbs span { opacity: .55; }
.page-hero-dark .breadcrumbs, .page-hero-accent .breadcrumbs { color: rgba(255,255,255,.62); }

.home-directory { padding-top: 90px; }
.directory-head {
  display: grid; grid-template-columns: 1fr .65fr; gap: 60px; align-items: end;
  margin-bottom: 52px;
}
.directory-head h2 { margin: 0; font: 400 clamp(46px, 6vw, 88px)/.98 var(--serif); letter-spacing: -.04em; }
.directory-head p { color: #5c605a; font: 18px/1.7 var(--serif); }
.channel-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.channel-card {
  min-height: 330px; padding: 28px 30px 34px; border-bottom: 1px solid var(--line);
  display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden;
}
.channel-card:nth-child(odd) { border-right: 1px solid var(--line); }
.channel-card::before {
  content: attr(data-number); position: absolute; right: 24px; top: 6px;
  font: 400 118px/1 var(--serif); color: rgba(21,24,21,.055);
}
.channel-card .card-meta { position: relative; z-index: 1; }
.channel-card h3 { position: relative; z-index: 1; max-width: 520px; margin: 10px 0 18px; font: 400 clamp(32px,4vw,56px)/1 var(--serif); }
.channel-card p { position: relative; z-index: 1; color: #676b65; max-width: 600px; }
.channel-card .text-link { align-self: flex-start; position: relative; z-index: 1; margin-top: 26px; }
.channel-card:hover h3, .channel-card:hover .text-link { color: var(--accent); }

.content-section { padding: clamp(74px, 8vw, 126px) clamp(24px, 6vw, 92px); }
.content-section > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.content-section + .content-section { border-top: 1px solid var(--line); }
.content-intro { max-width: 800px !important; margin-left: 0 !important; }
.content-intro h2 { margin: 0 0 28px; font: 400 clamp(42px,5vw,76px)/1.02 var(--serif); letter-spacing: -.035em; }
.content-intro p { color: #60645e; font: 18px/1.75 var(--serif); }

.project-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 58px; }
.project-card { border-top: 1px solid var(--line); padding-top: 18px; }
.project-visual { height: 300px; margin-bottom: 24px; position: relative; overflow: hidden; background: #d8d2c6; }
.project-visual::before, .project-visual::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(21,24,21,.35); }
.project-visual::before { width: 220px; height: 220px; left: 12%; top: 15%; }
.project-visual::after { width: 150px; height: 150px; right: -5%; bottom: -4%; background: rgba(185,68,42,.3); }
.project-visual.dark { background: #263a34; }
.project-visual.dark::before, .project-visual.dark::after { border-color: rgba(255,255,255,.35); }
.project-visual.dark::after { background: rgba(185,68,42,.75); }
.project-visual.soft { background: #c7b9a8; }
.project-card h3 { margin: 8px 0 14px; font: 400 30px/1.08 var(--serif); }
.project-card p:last-of-type { color: #656961; }
.project-card .text-link { margin-top: 22px; }

.quote-panel {
  background: var(--ink); color: var(--white); padding: clamp(42px,6vw,86px);
  display: grid; grid-template-columns: 80px 1fr; gap: 28px; margin-top: 70px;
}
.quote-panel span { font: 400 64px var(--serif); color: #d57c62; }
.quote-panel blockquote { margin: 0; font: 400 clamp(28px,4vw,54px)/1.14 var(--serif); max-width: 980px; }
.quote-panel p { margin-top: 20px; color: #9ca09a; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

.list-panel { margin-top: 60px; border-top: 1px solid var(--line); }
.list-row { display: grid; grid-template-columns: 90px 1fr 220px; gap: 30px; padding: 28px 0; border-bottom: 1px solid var(--line); align-items: start; }
.list-row > span:first-child { font: 26px var(--serif); color: var(--accent); }
.list-row h3 { margin: 3px 0 10px; font: 400 clamp(26px,3vw,40px)/1.08 var(--serif); }
.list-row p { color: #60645e; max-width: 750px; }
.list-row aside { font-size: 11px; color: #757971; text-transform: uppercase; letter-spacing: .09em; line-height: 1.7; }

.two-column-copy { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.two-column-copy h2 { margin: 0; font: 400 clamp(42px,5vw,75px)/1.02 var(--serif); letter-spacing: -.035em; }
.prose { max-width: 780px; }
.prose p { font: 18px/1.78 var(--serif); color: #5f635d; margin-bottom: 24px; }
.prose h3 { font: 400 34px/1.12 var(--serif); margin: 42px 0 16px; }

.subnav {
  position: sticky; top: 86px; z-index: 60; background: rgba(243,240,233,.96);
  border-bottom: 1px solid var(--line); backdrop-filter: blur(12px);
}
.subnav-inner { max-width: var(--max); margin: auto; padding: 0 clamp(24px, 6vw, 92px); display: flex; overflow-x: auto; }
.subnav a { flex: 0 0 auto; padding: 16px 24px 15px 0; margin-right: 24px; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; color: #6d716a; }
.subnav a:hover { color: var(--accent); }

.next-page { padding: 0 clamp(24px, 6vw, 92px) clamp(80px, 8vw, 130px); }
.next-page > a {
  max-width: var(--max); margin: auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 34px 0; display: grid; grid-template-columns: 140px 1fr auto; gap: 30px; align-items: center;
}
.next-page small { text-transform: uppercase; letter-spacing: .12em; color: #777b74; }
.next-page strong { font: 400 clamp(28px,3vw,44px) var(--serif); }
.next-page span { font-size: 30px; }
.next-page > a:hover strong { color: var(--accent); }

.contact-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 54px; }
.contact-option { padding: 32px; border: 1px solid var(--line); min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; }
.contact-option h3 { font: 400 34px var(--serif); margin: 0 0 12px; }
.contact-option p { color: #666a64; }
.contact-option a { margin-top: 36px; align-self: flex-start; }

.placeholder-note { margin-top: 28px; padding: 18px 20px; background: #e5e0d5; color: #696d66; font-size: 12px; line-height: 1.7; }

@media (max-width: 980px) {
  .page-hero-grid, .directory-head, .two-column-copy { grid-template-columns: 1fr; }
  .page-number { margin-bottom: 0; }
  .channel-grid, .project-cards, .contact-options { grid-template-columns: 1fr 1fr; }
  .project-cards article:last-child { grid-column: 1 / -1; }
  .list-row { grid-template-columns: 70px 1fr; }
  .list-row aside { grid-column: 2; }
  .subnav { top: 86px; }
}

@media (max-width: 640px) {
  .brand { min-width: 0; }
  .page-hero { padding: 56px 20px 62px; }
  body { padding-top: 72px; }
  .page-hero h1 { font-size: clamp(54px, 18vw, 80px); }
  .page-number { font-size: 110px; }
  .channel-grid, .project-cards, .contact-options { grid-template-columns: 1fr; }
  .channel-card:nth-child(odd) { border-right: 0; }
  .project-cards article:last-child { grid-column: auto; }
  .quote-panel { grid-template-columns: 1fr; }
  .quote-panel span { font-size: 46px; }
  .list-row { grid-template-columns: 1fr; gap: 12px; }
  .list-row aside { grid-column: 1; }
  .subnav { top: 72px; }
  .subnav-inner { padding: 0 20px; }
  .next-page > a { grid-template-columns: 1fr auto; }
  .next-page small { grid-column: 1 / -1; }
}
