/* ============================================================
   Kate Vollmer — katevollmer.com
   Warm, modern, artistic. Teal / cream / warm ink.
   ============================================================ */

:root {
  --cream: #FBF7F0;
  --sand: #F3EAdd;
  --sand-deep: #EADDCB;
  --ink: #33261C;
  --ink-soft: #5C4B3E;
  --ink-faint: #8A7A6C;
  --clay: #147F79;
  --clay-dark: #0C5D58;
  --clay-tint: #CEE7E4;
  --deep: #0C3B38;        /* deep teal — mid-page dark bands */
  --deep-dark: #082B29;   /* deeper still — footer, grounds the page */
  --gold: #D9A05B;
  --sage: #7C8B6F;
  --sage-tint: #E4E8DD;
  --rose: #D8A392;
  --white: #FFFDFa;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Karla", -apple-system, "Helvetica Neue", sans-serif;
  --radius: 20px;
  --shadow: 0 14px 44px rgba(51, 38, 28, 0.10);
  --shadow-soft: 0 8px 26px rgba(51, 38, 28, 0.07);
  --maxw: 1160px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a { color: var(--clay); text-decoration: none; transition: color .2s; }
a:hover { color: var(--clay-dark); }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

::selection { background: var(--clay-tint); color: var(--clay-dark); }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.15; color: var(--ink); }

.display {
  font-size: clamp(2.6rem, 5.6vw, 4.4rem);
  letter-spacing: -0.01em;
}
.display em, .h-em {
  font-style: italic;
  color: var(--clay);
  font-weight: 400;
}

.section-label {
  display: inline-block;
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 18px;
}

.section-title {
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  margin-bottom: 20px;
}

.lead {
  font-size: 1.18rem;
  color: var(--ink-soft);
  line-height: 1.75;
}

.script-note {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--clay);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--sans);
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .04em;
  padding: 15px 34px;
  border-radius: 999px;
  border: 2px solid var(--clay);
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, background .2s, color .2s;
}
.btn-primary { background: var(--clay); color: #fff; }
.btn-primary:hover { background: var(--clay-dark); border-color: var(--clay-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 26px rgba(20, 127, 121, .32); }
.btn-outline { background: transparent; color: var(--clay); }
.btn-outline:hover { background: var(--clay); color: #fff; transform: translateY(-2px); }
.btn-light { background: var(--cream); color: var(--clay-dark); border-color: var(--cream); }
.btn-light:hover { background: #fff; border-color: #fff; transform: translateY(-2px); }

/* ---------- Nav ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  background: rgba(251, 247, 240, .88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(51, 38, 28, .07);
  transition: box-shadow .25s;
}
.nav.scrolled { box-shadow: var(--shadow-soft); }
.nav-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--serif);
  font-size: 1.45rem;
  color: var(--ink);
  letter-spacing: .01em;
}
.nav-logo em { font-style: italic; color: var(--clay); }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a {
  font-size: .95rem;
  font-weight: 700;
  color: var(--ink-soft);
  letter-spacing: .02em;
}
.nav-links a:hover, .nav-links a.active { color: var(--clay); }
.nav-cta {
  padding: 10px 22px;
  border-radius: 999px;
  background: var(--clay);
  color: #fff !important;
  transition: background .2s;
}
.nav-cta:hover { background: var(--clay-dark); }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px; height: 40px;
  position: relative;
}
.nav-toggle span {
  display: block;
  width: 24px; height: 2px;
  background: var(--ink);
  margin: 5px auto;
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 170px 0 90px;
  overflow: hidden;
}
.hero-blob {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: center;
}
.hero-kicker {
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 22px;
}
.hero h1 { margin-bottom: 26px; }
.hero .lead { max-width: 34rem; margin-bottom: 36px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* Arch portrait frame */
.arch-frame {
  position: relative;
  width: min(380px, 88vw);
  margin: 0 auto;
  aspect-ratio: 3 / 4;
  border-radius: 999px 999px var(--radius) var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--sand-deep);
}
.arch-frame svg, .arch-frame img { width: 100%; height: 100%; object-fit: cover; }
.arch-ring {
  position: absolute;
  inset: -14px;
  border: 1.5px solid rgba(20, 127, 121, .45);
  border-radius: 999px 999px calc(var(--radius) + 14px) calc(var(--radius) + 14px);
  pointer-events: none;
}
.arch-wrap { position: relative; }
.arch-caption {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
  padding: 10px 24px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--clay-dark);
  white-space: nowrap;
}

/* ---------- Sections ---------- */
.section { padding: 96px 0; position: relative; }
.section-sand { background: var(--sand); }
.section-ink { background: var(--deep); color: #E4EFEC; }
.section-ink h2, .section-ink h3 { color: #FBF4EA; }
.section-ink .lead { color: #B6CFCA; }
.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* ---------- Cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px 30px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(51, 38, 28, .05);
  transition: transform .25s, box-shadow .25s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card h3 { font-size: 1.35rem; margin: 18px 0 12px; }
.card p { color: var(--ink-soft); font-size: .99rem; }

.card-icon {
  width: 54px; height: 54px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--clay-tint);
}
.card-icon svg { width: 26px; height: 26px; stroke: var(--clay-dark); }
.card:nth-child(3n+2) .card-icon { background: var(--sage-tint); }
.card:nth-child(3n+2) .card-icon svg { stroke: var(--sage); }
.card:nth-child(3n) .card-icon { background: #F3E3CD; }
.card:nth-child(3n) .card-icon svg { stroke: var(--gold); }

/* ---------- Pull quote ---------- */
.pullquote {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.pullquote blockquote {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3.4vw, 2.5rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ink);
}
.section-ink .pullquote blockquote { color: #FBF4EA; }
.pullquote cite {
  display: block;
  margin-top: 26px;
  font-family: var(--sans);
  font-style: normal;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--clay);
}
.section-ink .pullquote cite { color: var(--gold); }

/* ---------- Story strip (home) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split .lead { margin-bottom: 22px; }
.split p + p { margin-top: 16px; }
.split-body p { color: var(--ink-soft); }

/* ---------- Pillars ---------- */
.pillar-list { display: grid; gap: 0; }
.pillar {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 26px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(51, 38, 28, .1);
  align-items: start;
}
.pillar:last-child { border-bottom: none; }
.pillar-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 2.2rem;
  color: var(--clay);
  line-height: 1;
  padding-top: 4px;
}
.pillar h3 { font-size: 1.35rem; margin-bottom: 8px; }
.pillar p { color: var(--ink-soft); font-size: 1rem; }

/* ---------- Topic chips ---------- */
.chip-row { display: flex; flex-wrap: wrap; gap: 12px; }
.chip {
  padding: 10px 22px;
  border-radius: 999px;
  background: var(--white);
  border: 1.5px solid var(--sand-deep);
  font-size: .92rem;
  font-weight: 700;
  color: var(--ink-soft);
}

/* ---------- Timeline (about) ---------- */
.timeline { position: relative; max-width: 780px; margin: 0 auto; padding-left: 42px; }
.timeline::before {
  content: "";
  position: absolute;
  left: 10px; top: 8px; bottom: 8px;
  width: 2px;
  background: linear-gradient(var(--clay-tint), var(--clay), var(--gold));
  border-radius: 2px;
}
.tl-item { position: relative; padding: 0 0 48px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: "";
  position: absolute;
  left: -39px; top: 8px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--cream);
  border: 3px solid var(--clay);
}
.tl-date {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 8px;
}
.tl-item h3 { font-size: 1.45rem; margin-bottom: 10px; }
.tl-item p { color: var(--ink-soft); }
.tl-item p + p { margin-top: 12px; }

/* ---------- Speaking formats ---------- */
.format-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.format {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid rgba(51,38,28,.06);
  box-shadow: var(--shadow-soft);
  padding: 28px 24px;
  text-align: center;
}
.format .fmt-icn {
  width: 48px; height: 48px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--clay-tint);
  display: flex; align-items: center; justify-content: center;
}
.format .fmt-icn svg { width: 22px; height: 22px; stroke: var(--clay-dark); }
.format h3 { font-size: 1.1rem; margin-bottom: 6px; }
.format p { font-size: .9rem; color: var(--ink-faint); }

/* ---------- Retreat cards ---------- */
.retreat-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(51,38,28,.06);
  display: flex;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s;
}
.retreat-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.retreat-art { height: 190px; position: relative; }
.retreat-art svg { width: 100%; height: 100%; display: block; }
.retreat-body { padding: 30px 28px 34px; display: flex; flex-direction: column; flex: 1; }
.retreat-tag {
  align-self: flex-start;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--clay-dark);
  background: var(--clay-tint);
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.retreat-body h3 { font-size: 1.4rem; margin-bottom: 10px; }
.retreat-body p { color: var(--ink-soft); font-size: .98rem; flex: 1; }
.retreat-meta { margin-top: 18px; font-size: .88rem; font-weight: 700; color: var(--ink-faint); }

/* ---------- Blog ---------- */
.post-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(51,38,28,.06);
  margin-bottom: 56px;
}
.post-feature-art { min-height: 320px; }
.post-feature-art svg, .post-feature-art img { width: 100%; height: 100%; display: block; object-fit: cover; }
.post-feature-body { padding: 48px 46px; display: flex; flex-direction: column; justify-content: center; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(51,38,28,.06);
  display: flex;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s;
}
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.post-art { height: 150px; }
.post-art svg { width: 100%; height: 100%; display: block; }
.post-body { padding: 26px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.post-cat {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 10px;
}
.post-body h3 { font-size: 1.25rem; margin-bottom: 10px; line-height: 1.3; }
.post-body p { color: var(--ink-soft); font-size: .95rem; flex: 1; }
.post-read {
  margin-top: 18px;
  font-weight: 700;
  font-size: .92rem;
  color: var(--clay);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--sans);
  text-align: left;
  padding: 0;
}
.post-read:hover { color: var(--clay-dark); }

/* Post modal */
.post-modal {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 20px;
  background: rgba(51, 38, 28, .55);
  backdrop-filter: blur(6px);
  overflow-y: auto;
}
.post-modal.open { display: flex; }
.post-modal-inner {
  background: var(--cream);
  border-radius: var(--radius);
  max-width: 720px;
  width: 100%;
  padding: 56px 54px;
  position: relative;
  box-shadow: 0 30px 80px rgba(0,0,0,.3);
}
.post-modal-inner h2 { font-size: 2rem; margin: 10px 0 6px; }
.post-modal-date { font-size: .85rem; color: var(--ink-faint); font-weight: 700; margin-bottom: 24px; }
.post-modal-inner .post-cat { margin-bottom: 0; }
.post-modal-body p { margin-bottom: 18px; color: var(--ink-soft); }
.post-modal-body p:first-of-type::first-letter {
  font-family: var(--serif);
  font-size: 3.1rem;
  float: left;
  line-height: .9;
  padding-right: 10px;
  color: var(--clay);
}
.post-modal-close {
  position: absolute;
  top: 20px; right: 20px;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: none;
  background: var(--sand-deep);
  color: var(--ink);
  font-size: 1.15rem;
  cursor: pointer;
  transition: background .2s;
}
.post-modal-close:hover { background: var(--clay-tint); }

/* ---------- Art / poetry ---------- */
.poem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.poem {
  background: var(--white);
  border-radius: var(--radius);
  padding: 44px 42px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(51,38,28,.06);
  position: relative;
}
.poem::before {
  content: "\201C";
  position: absolute;
  top: 18px; left: 26px;
  font-family: var(--serif);
  font-size: 4.5rem;
  color: var(--clay-tint);
  line-height: 1;
}
.poem h3 { font-size: 1.35rem; margin-bottom: 20px; position: relative; }
.poem pre {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.12rem;
  line-height: 1.9;
  color: var(--ink-soft);
  white-space: pre-wrap;
}
.poem .poem-sig {
  margin-top: 22px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--clay);
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.photo-tile {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  position: relative;
  aspect-ratio: 3 / 2;
  background: var(--sand-deep);
}
.photo-tile.wide { grid-column: span 2; aspect-ratio: auto; }
.photo-tile svg, .photo-tile img { width: 100%; height: 100%; display: block; object-fit: cover; }

/* Full-width feature photograph */
.photo-feature {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
  aspect-ratio: 21 / 9;
  background: var(--sand-deep);
  margin-bottom: 22px;
}
.photo-feature img { width: 100%; height: 100%; display: block; object-fit: cover; }

/* Slow zoom on hover — the image, not the frame */
.photo-tile img, .photo-feature img { transition: transform .8s ease; }
.photo-tile:hover img, .photo-feature:hover img { transform: scale(1.05); }

.photo-cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 40px 22px 16px;
  background: linear-gradient(transparent, rgba(18, 30, 29, .78));
  color: #FBF4EA;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1rem;
  pointer-events: none;
}
.photo-feature .photo-cap { padding: 60px 30px 24px; font-size: 1.2rem; }

/* ---------- Forms ---------- */
.form-shell {
  background: var(--white);
  border-radius: calc(var(--radius) + 6px);
  box-shadow: var(--shadow);
  border: 1px solid rgba(51,38,28,.06);
  padding: 54px 50px;
  max-width: 760px;
  margin: 0 auto;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label {
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.form-field input,
.form-field select,
.form-field textarea {
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--ink);
  background: var(--cream);
  border: 1.5px solid var(--sand-deep);
  border-radius: 12px;
  padding: 14px 16px;
  transition: border-color .2s, box-shadow .2s;
}
.form-field textarea { resize: vertical; min-height: 130px; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--clay);
  box-shadow: 0 0 0 3px rgba(20, 127, 121, .14);
}
.form-actions { margin-top: 28px; text-align: center; }
.form-note { margin-top: 16px; font-size: .85rem; color: var(--ink-faint); text-align: center; }
.form-status { margin-top: 16px; text-align: center; font-weight: 700; display: none; }
.form-status.ok { display: block; color: var(--sage); }
.form-status.err { display: block; color: var(--clay-dark); }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* Newsletter inline */
.newsletter-band { text-align: center; }
.newsletter-form {
  display: flex;
  gap: 12px;
  max-width: 520px;
  margin: 32px auto 0;
}
.newsletter-form input {
  flex: 1;
  font-family: var(--sans);
  font-size: 1rem;
  padding: 15px 20px;
  border-radius: 999px;
  border: 1.5px solid rgba(251, 247, 240, .35);
  background: rgba(251, 247, 240, .1);
  color: #FBF4EA;
}
.newsletter-form input::placeholder { color: rgba(251, 244, 234, .55); }
.newsletter-form input:focus { outline: none; border-color: var(--gold); }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--clay) 0%, var(--clay-dark) 100%);
  border-radius: calc(var(--radius) + 8px);
  padding: 72px 60px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 3.4vw, 2.7rem); margin-bottom: 16px; }
.cta-band p { color: rgba(255, 250, 244, .88); max-width: 540px; margin: 0 auto 34px; font-size: 1.1rem; }
.cta-band .btn-light { border-color: var(--cream); }
.cta-blob { position: absolute; pointer-events: none; opacity: .16; }

/* ---------- Footer ---------- */
.footer {
  background: var(--deep-dark);
  color: #A6C2BE;
  padding: 70px 0 36px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-logo { font-family: var(--serif); font-size: 1.6rem; color: #FBF4EA; margin-bottom: 14px; }
.footer-logo em { font-style: italic; color: var(--gold); }
.footer p { font-size: .95rem; max-width: 30rem; }
.footer h4 {
  color: #FBF4EA;
  font-family: var(--sans);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer ul { list-style: none; display: grid; gap: 10px; }
.footer ul a { color: #A6C2BE; font-size: .95rem; }
.footer ul a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(251, 244, 234, .12);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: .85rem;
  color: #6E918D;
}
.footer-quote { font-family: var(--serif); font-style: italic; color: #8CADA9; }

/* ---------- Page hero (interior pages) ---------- */
.page-hero {
  padding: 168px 0 70px;
  position: relative;
  overflow: hidden;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); margin-bottom: 20px; max-width: 800px; }
.page-hero .lead { max-width: 640px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ---------- Stats ---------- */
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; text-align: center; }
.stat-num { font-family: var(--serif); font-size: 3rem; color: var(--clay); line-height: 1.1; }
.section-ink .stat-num { color: var(--gold); }
.stat-label { font-size: .9rem; font-weight: 700; letter-spacing: .06em; color: var(--ink-faint); margin-top: 8px; }
.section-ink .stat-label { color: #8CADA9; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid, .split, .post-feature { grid-template-columns: 1fr; }
  .hero-grid { gap: 56px; }
  .card-grid, .card-grid.four { grid-template-columns: repeat(2, 1fr); }
  .format-row { grid-template-columns: repeat(2, 1fr); }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .poem-grid { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .nav-links {
    position: fixed;
    top: 76px; left: 0; right: 0;
    background: var(--cream);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 10px 28px 26px;
    box-shadow: var(--shadow);
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 13px 0; font-size: 1.05rem; }
  .nav-links .nav-cta { display: inline-block; margin-top: 10px; padding: 12px 26px; }
  .nav-toggle { display: block; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .section { padding: 70px 0; }
  .hero { padding: 140px 0 70px; }
  .card-grid, .card-grid.two, .card-grid.four, .post-grid, .format-row { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-tile.wide { grid-column: span 1; }
  .photo-feature { aspect-ratio: 4 / 3; }
  .photo-feature .photo-cap { padding: 44px 20px 16px; font-size: 1.02rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-shell { padding: 40px 26px; }
  .post-feature-body { padding: 36px 28px; }
  .post-modal { padding: 30px 14px; }
  .post-modal-inner { padding: 44px 26px; }
  .cta-band { padding: 56px 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .pillar { grid-template-columns: 60px 1fr; gap: 16px; }
  .newsletter-form { flex-direction: column; }
  .stat-row { grid-template-columns: 1fr; gap: 34px; }
}
