@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500;1,600;1,700&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --font-display: "Cormorant Garamond";
  --font-sans: "Manrope";
  --paper: #f2ede2;
  --paper-light: #faf7ef;
  --ink: #1d211c;
  --forest: #203b2e;
  --forest-dark: #14271e;
  --moss: #78866a;
  --clay: #a9573f;
  --line: rgba(29, 33, 28, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans), sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-header {
  align-items: center;
  background: rgba(242, 237, 226, 0.94);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 78px;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 78px);
  position: relative;
  z-index: 10;
}
.wordmark { align-items: center; display: flex; font-size: 13px; font-weight: 700; gap: 12px; letter-spacing: .13em; text-transform: uppercase; }
.wordmark-mark {
  align-items: center;
  background: var(--forest);
  color: var(--paper-light);
  display: flex;
  font-family: var(--font-display), serif;
  font-size: 17px;
  height: 38px;
  justify-content: center;
  letter-spacing: .08em;
  width: 46px;
}
nav { display: flex; gap: clamp(22px, 4vw, 52px); }
nav a { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
nav a:hover { color: var(--clay); }

.hero {
  background: var(--forest);
  color: var(--paper-light);
  min-height: calc(100vh - 78px);
  overflow: hidden;
  padding: clamp(72px, 11vw, 148px) clamp(24px, 8vw, 124px) 58px;
  position: relative;
}
.hero::after {
  background: linear-gradient(145deg, transparent 55%, rgba(242,237,226,.07) 55.2%, transparent 55.6%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.ink-contours { height: min(76vw, 760px); pointer-events: none; position: absolute; right: -90px; top: -90px; width: min(84vw, 840px); z-index: 1; }
.contour-line { fill: none; stroke: rgba(242,237,226,.12); stroke-width: 1.25; }
.ink-trace { animation: trace-ink 11s linear infinite; fill: none; filter: drop-shadow(0 0 4px rgba(215,191,169,.45)); stroke: rgba(215,191,169,.7); stroke-dasharray: .13 .87; stroke-linecap: round; stroke-width: 2; }
.ink-bead { fill: #e7cbb4; filter: drop-shadow(0 0 5px rgba(231,203,180,.9)); }
.ink-halo { fill: rgba(215,191,169,.14); }
.ink-phrase-group { animation: ink-phrase-fade 11s linear infinite; }
.ink-phrase-line {
  fill: rgba(231,203,180,.72);
  font-family: var(--font-display), serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: .025em;
}
.ink-phrase-line-3 { fill: rgba(250,247,239,.82); }
.phrase-bead-core { fill: #f1d5bd; filter: drop-shadow(0 0 4px rgba(241,213,189,.9)); }
.phrase-bead-halo { fill: rgba(231,203,180,.13); }
@keyframes trace-ink { from { stroke-dashoffset: 0; } to { stroke-dashoffset: -1; } }
@keyframes ink-phrase-fade {
  0%, 5% { opacity: 0; }
  7%, 82% { opacity: 1; }
  94%, 100% { opacity: 0; }
}
.hero-content { max-width: 950px; position: relative; z-index: 2; }
.eyebrow, .section-number { color: var(--clay); font-size: 11px; font-weight: 700; letter-spacing: .22em; margin: 0 0 28px; text-transform: uppercase; }
.eyebrow { color: #d7bfa9; }
h1, h2, h3 { font-family: var(--font-display), serif; font-weight: 600; margin: 0; }
h1 { font-size: clamp(62px, 8.8vw, 132px); letter-spacing: -.045em; line-height: .82; }
h1 em, h2 em { color: #d7bfa9; font-weight: 500; }
.hero-copy { color: rgba(250,247,239,.78); font-size: clamp(16px, 1.5vw, 20px); line-height: 1.75; margin: 44px 0 0 6px; max-width: 650px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 30px; margin: 38px 0 0 6px; }
.button { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .09em; padding: 17px 24px; text-transform: uppercase; }
.button-primary { background: var(--paper-light); color: var(--forest-dark); }
.button-primary:hover { background: #e1c8b4; }
.text-link { border-bottom: 1px solid rgba(250,247,239,.4); font-size: 13px; padding: 9px 0; }
.region-stamp { bottom: 30px; color: rgba(250,247,239,.5); font-size: 10px; letter-spacing: .19em; margin: 0; position: absolute; right: clamp(24px, 5vw, 78px); text-transform: uppercase; }

.section { padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 124px); }
.intro { display: grid; gap: 70px; grid-template-columns: .85fr 1.15fr; }
h2 { font-size: clamp(44px, 5.2vw, 78px); letter-spacing: -.035em; line-height: .95; }
.intro-copy { border-left: 1px solid var(--line); padding: 20px 0 0 clamp(30px, 5vw, 74px); }
.intro-copy p, .clean-grid p, .join-copy > p { color: #50584e; font-size: 15px; line-height: 1.85; max-width: 610px; }
.intro-copy .large-copy { color: var(--ink); font-family: var(--font-display), serif; font-size: clamp(24px, 2.5vw, 36px); line-height: 1.35; margin-top: 0; }

.clean-prose { background: var(--forest-dark); color: var(--paper-light); }
.section-number.light { color: #d7bfa9; }
.clean-grid { display: grid; gap: 80px; grid-template-columns: 1fr 1fr; }
.clean-grid p { color: rgba(250,247,239,.7); }
.clean-grid p:first-child { color: var(--paper-light); font-family: var(--font-display), serif; font-size: 26px; line-height: 1.4; margin-top: 7px; }

.writers { background: var(--paper-light); }
.section-heading { align-items: end; display: grid; gap: 70px; grid-template-columns: 1.25fr .75fr; }
.section-heading > p { color: #60675d; font-size: 14px; line-height: 1.8; margin: 0 0 8px; max-width: 430px; }
.author-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; }
.author-card { border-right: 1px solid var(--line); display: flex; flex-direction: column; min-height: 560px; padding: 0; }
.author-card:first-child { border-left: 1px solid var(--line); }
.author-portrait { align-items: center; aspect-ratio: 1 / .88; background: #d9d6c9; display: flex; justify-content: center; overflow: hidden; position: relative; }
.author-portrait.has-photo { background: #3a2d25; }
.author-portrait img { filter: saturate(.82) contrast(.98); height: 100%; object-fit: cover; object-position: center 38%; transition: filter .25s ease, transform .35s ease; width: 100%; }
.author-card:hover .author-portrait img { filter: saturate(.95) contrast(1); transform: scale(1.015); }
.author-portrait:focus-visible { outline: 3px solid var(--clay); outline-offset: -3px; }
.author-portrait.placeholder::before { border: 1px solid rgba(32,59,46,.18); border-radius: 50%; content: ""; height: 150px; position: absolute; width: 150px; }
.author-initials { color: var(--forest); font-family: var(--font-display), serif; font-size: 54px; letter-spacing: -.04em; position: relative; }
.author-index { background: rgba(250,247,239,.9); bottom: 0; color: #5f675d; font-size: 10px; left: 0; letter-spacing: .16em; padding: 10px 13px; position: absolute; }
.author-details { display: flex; flex: 1; flex-direction: column; justify-content: flex-start; padding: 28px clamp(22px, 3vw, 44px) 35px; }
.author-card h3 { font-size: 34px; margin-bottom: 13px; }
.author-card p { color: #646a61; font-size: 13px; line-height: 1.75; margin: 0; }

.join { display: grid; gap: 80px; grid-template-columns: .7fr 1.3fr; }
.join-label { align-items: center; display: flex; gap: 20px; }
.join-label p { font-family: var(--font-display), serif; font-size: 23px; font-style: italic; }
.spark { color: var(--clay); font-size: 36px; }
.join-copy h2 { margin-bottom: 32px; }
.join-copy h2 em { color: var(--clay); }
.contact-note { border-top: 1px solid var(--line); font-size: 12px !important; font-weight: 600; letter-spacing: .06em; margin-top: 32px; padding-top: 20px; text-transform: uppercase; }

footer { align-items: center; background: #111c16; color: rgba(250,247,239,.62); display: grid; font-size: 10px; gap: 24px; grid-template-columns: 1fr 1fr 1fr; letter-spacing: .08em; padding: 34px clamp(24px, 5vw, 78px); text-transform: uppercase; }
.footer-mark { color: var(--paper-light); font-size: 10px; }
footer p:nth-child(2) { text-align: center; }
footer p:last-child { text-align: right; }

@media (max-width: 800px) {
  .site-header { height: 68px; }
  .wordmark > span:last-child { display: none; }
  nav { gap: 18px; }
  .hero { min-height: calc(100vh - 68px); }
  .intro, .clean-grid, .section-heading, .join { grid-template-columns: 1fr; }
  .intro-copy { border-left: 0; border-top: 1px solid var(--line); padding: 32px 0 0; }
  .author-grid { grid-template-columns: 1fr; }
  .author-card { border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); min-height: 520px; }
  .author-portrait { aspect-ratio: 1.35 / 1; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer p:nth-child(2), footer p:last-child { text-align: left; }
}

@media (max-width: 520px) {
  nav a:nth-child(2) { display: none; }
  .hero { padding-top: 82px; }
  .ink-contours { right: -24px; top: -66px; }
  h1 { font-size: 58px; }
  .region-stamp { left: 24px; right: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ink-trace { animation: none; opacity: 0; }
  .ink-bead, .ink-halo, .ink-phrase-group { display: none; }
}
