:root {
  --cream: #f2f1ec;       /* cool ivory base */
  --cream-2: #e9e7df;     /* deeper ivory for alternating sections */
  --ink: #1b1e24;         /* near-black ink */
  --muted: #585e68;       /* slate-gray secondary text */
  --line: #d8d5cc;        /* warm border */
  --surface: #fbfaf6;     /* card surface */

  /* (was Wonderkeep violet — repointed to slate to keep the page purple-free) */
  --violet: #324155;
  --violet-deep: #263442;
  --violet-soft: #e3e7ed;

  /* Primary accent — deep slate blue (repurposing --coral references) */
  --coral: #324155;
  --coral-soft: #e3e7ed;
  --peach: #c9b78a;       /* soft brass for warm underlines */

  /* Secondary accent — gold (brighter, harmonized with the hero yellow) */
  --gold: #cba53f;
  --gold-soft: #f1e3bd;

  /* Tertiary accent — muted sage (repurposing --mint references) */
  --mint: #4a6b63;
  --mint-soft: #dde6e2;

  --slate: #324155;
  --slate-deep: #263442;
  --brass: #cba53f;
  --brass-deep: #9a7a24;

  --shadow-sm: 0 6px 20px rgba(44, 39, 34, 0.06);
  --shadow: 0 24px 60px -24px rgba(44, 39, 34, 0.28);
  --radius: 20px;
  --radius-sm: 14px;
  --max: 1160px;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Hanken Grotesk", ui-sans-serif, system-ui, -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
ul { list-style: none; margin: 0; padding: 0; }

/* ── HIGHLIGHTS ── */
.hl { position: relative; white-space: nowrap; }
.hl-violet { color: var(--slate); }
.hl-coral { color: var(--brass-deep); }
.hl-gold { color: var(--brass-deep); }
.hl::after {
  content: "";
  position: absolute;
  left: -2px; right: -2px; bottom: 0.06em;
  height: 0.28em;
  z-index: -1;
  border-radius: 4px;
  opacity: 0.4;
}
.hl-violet::after { background: var(--slate); opacity: 0.22; }
.hl-coral::after { background: var(--peach); opacity: 0.7; }
.hl-gold::after { background: var(--gold-soft); opacity: 0.85; }

/* ── HEADER ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  padding: 0 clamp(18px, 4vw, 48px);
  background: rgba(251, 246, 237, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.brand {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.3rem;
  text-decoration: none;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.nav-links { display: flex; align-items: center; gap: clamp(16px, 2.5vw, 32px); }

.nav-links a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.15s;
}
.nav-links a:hover { color: var(--coral); }

.header-cta {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--cream);
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s, transform 0.15s;
}
.header-cta:hover { background: var(--coral); transform: translateY(-1px); }

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 30px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 0.96rem;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: transform 0.15s, background 0.15s, box-shadow 0.15s;
}
.btn:hover { transform: translateY(-2px); }

.btn-primary { background: var(--coral); color: #fff; box-shadow: 0 12px 28px -10px rgba(232, 105, 79, 0.7); }
.btn-primary:hover { background: #d85940; }

.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--cream); }

.btn-wonderkeep { background: #fff; color: var(--violet-deep); box-shadow: 0 12px 28px -10px rgba(0,0,0,0.4); }
.btn-wonderkeep:hover { background: var(--violet-soft); }

/* ── KICKER ── */
.kicker {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--coral);
  margin: 0 0 14px;
}

/* ── HERO (giant-name + cutout) ── */
.hero-jk {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #3a4c63 0%, #324155 45%, #25313f 100%);
  min-height: min(90vh, 880px);
  display: grid;
  grid-template-areas: "stack";
  place-items: end center;
}

.hero-name {
  grid-area: stack;
  align-self: center;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(5rem, 19vw, 19rem);
  line-height: 0.8;
  letter-spacing: -0.02em;
  color: #f3d985;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  padding-top: 40px;
}

.hero-cutout {
  grid-area: stack;
  position: relative;
  z-index: 2;
  height: min(82vh, 800px);
  width: auto;
  max-width: 92vw;
  object-fit: contain;
  object-position: bottom center;
  align-self: end;
  filter: drop-shadow(0 30px 50px rgba(40, 20, 90, 0.4));
}

/* ── INTRO BAND ── */
.intro {
  max-width: 760px;
  margin-inline: auto;
  padding: clamp(48px, 7vw, 88px) clamp(20px, 4vw, 48px);
  text-align: center;
}

.hello {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: var(--coral);
  margin: 0 0 16px;
}

.intro-line {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin-bottom: 22px;
}

.intro-copy {
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  max-width: 52ch;
  margin: 0 auto 30px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ROTATING BADGE */
.badge {
  grid-area: stack;
  align-self: end;
  justify-self: end;
  position: relative;
  z-index: 3;
  margin: 0 clamp(16px, 4vw, 56px) clamp(24px, 5vw, 64px) 0;
  width: clamp(96px, 11vw, 136px);
  height: clamp(96px, 11vw, 136px);
  background: var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-sm);
}
.badge svg {
  width: 100%;
  height: 100%;
  animation: spin 18s linear infinite;
}
.badge text {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  fill: #fff;
  text-transform: uppercase;
}
.badge-center {
  grid-area: 1 / 1;
  color: #fff;
  font-size: 1.6rem;
}
.badge svg { grid-area: 1 / 1; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .badge svg { animation: none; } }

/* ── CREDIBILITY STRIP ── */
.cred-strip {
  background: var(--ink);
  color: var(--cream);
  padding: 30px clamp(28px, 6vw, 80px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px clamp(28px, 5vw, 56px);
}
.cred-label {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  color: var(--peach);
  white-space: nowrap;
}
.cred-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 22px clamp(24px, 4vw, 56px);
  justify-content: space-between;
}
.cred-list li { display: flex; flex-direction: column; line-height: 1.25; }
.cred-list strong { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: #f3d985; font-weight: 700; margin-bottom: 2px; }
.cred-list span { font-family: var(--serif); font-size: clamp(1.15rem, 1.6vw, 1.4rem); font-weight: 600; }

/* ── MISSION ── */
.mission {
  max-width: var(--max);
  margin-inline: auto;
  padding: clamp(64px, 9vw, 116px) clamp(20px, 4vw, 48px);
  text-align: center;
}
.mission-inner { max-width: 880px; margin-inline: auto; }
.mission .kicker { text-align: center; }
.mission h2 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 28px;
}
.mission-body {
  max-width: 620px;
  margin-inline: auto;
}
.mission-body p { color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.14rem); margin-bottom: 16px; }
.mission-body p:last-child { margin-bottom: 0; }
.mission-body strong { color: var(--ink); }

/* ── FREEBIES ── */
.freebies {
  background: var(--cream-2);
  padding: clamp(64px, 9vw, 112px) clamp(20px, 4vw, 48px);
}
.freebies-head { max-width: var(--max); margin: 0 auto clamp(36px, 5vw, 56px); text-align: center; }
.freebies-head .kicker { text-align: center; }
.freebies-head h2 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.05;
  margin-bottom: 14px;
}
.freebies-sub { color: var(--muted); font-size: 1.05rem; max-width: 42ch; margin-inline: auto; }

.freebie-grid {
  max-width: var(--max);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.freebie-card {
  display: flex;
  flex-direction: column;
  padding: 34px 30px;
  border-radius: var(--radius);
  background: var(--surface);
  text-decoration: none;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  transition: transform 0.18s, box-shadow 0.18s;
  position: relative;
  overflow: hidden;
}
.freebie-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
}
.fc-1::before { background: var(--slate); }
.fc-2::before { background: var(--brass); }
.fc-3::before { background: var(--mint); }
.freebie-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.fc-num {
  font-family: var(--serif);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--line);
  line-height: 1;
  margin-bottom: 16px;
}
.freebie-card h3 { font-family: var(--serif); font-size: 1.32rem; font-weight: 700; line-height: 1.18; margin-bottom: 12px; }
.freebie-card p { color: var(--muted); font-size: 0.96rem; flex: 1; margin-bottom: 20px; }
.fc-link { font-weight: 700; font-size: 0.92rem; color: var(--coral); }

/* ── FEATURE (Raising Builders) ── */
.feature {
  max-width: var(--max);
  margin-inline: auto;
  padding: clamp(64px, 9vw, 116px) clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
}
.feature-photo {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow);
}
.feature-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.feature-text h2 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1;
  margin-bottom: 20px;
}
.feature-text p { color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.1rem); margin-bottom: 16px; }
.feature-text .btn { margin-top: 16px; }

/* ── MY WORK (two cards side by side) ── */
.work {
  max-width: var(--max);
  margin-inline: auto;
  padding: clamp(56px, 8vw, 104px) clamp(20px, 4vw, 48px);
}
.work-head {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  margin-bottom: clamp(32px, 5vw, 52px);
}
.work-head h2 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.06;
  margin-bottom: 0;
}
.work-sub { color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.12rem); margin: 0; }

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.work-card {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3.5vw, 40px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}
.work-logo {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: var(--cream-2);
  margin-bottom: 18px;
}
.work-logo img { display: block; }
.work-card h3 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 4px;
}
.work-role {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brass-deep);
  margin-bottom: 14px;
}
.work-card > p:not(.work-role) {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.68;
  flex: 1;
  margin-bottom: 20px;
}
.work-card .text-link { margin-top: 0; }

/* ── BELIEFS ── */
.beliefs {
  max-width: var(--max);
  margin-inline: auto;
  padding: clamp(64px, 9vw, 116px) clamp(20px, 4vw, 48px);
}
.beliefs-head { text-align: center; margin-bottom: clamp(36px, 5vw, 56px); }
.beliefs-head .kicker { text-align: center; }
.beliefs-head h2 { font-family: var(--serif); font-weight: 700; font-size: clamp(2rem, 4.4vw, 3.2rem); }
.belief-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.belief-card {
  padding: 30px 26px;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.belief-card:nth-child(1) { border-top: 5px solid var(--slate); }
.belief-card:nth-child(2) { border-top: 5px solid var(--mint); }
.belief-card:nth-child(3) { border-top: 5px solid var(--gold); }
.belief-card:nth-child(4) { border-top: 5px solid var(--slate-deep); }
.belief-card h3 { font-family: var(--serif); font-size: 1.2rem; font-weight: 700; line-height: 1.2; margin-bottom: 12px; }
.belief-card p { color: var(--muted); font-size: 0.95rem; margin: 0; }

/* ── SPEAKING ── */
.speaking {
  background: var(--cream-2);
  padding: clamp(64px, 9vw, 116px) clamp(20px, 4vw, 48px);
  text-align: center;
}
.speaking-head { max-width: 720px; margin: 0 auto clamp(32px, 4vw, 48px); }
.speaking-head .kicker { text-align: center; }
.speaking-head h2 { font-family: var(--serif); font-weight: 700; font-size: clamp(2rem, 4.4vw, 3.2rem); margin-bottom: 14px; }
.speaking-sub { color: var(--muted); font-size: 1.05rem; }
.topic-list {
  max-width: 820px;
  margin: 0 auto clamp(32px, 4vw, 44px);
  display: grid;
  gap: 12px;
}
.topic-list li {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 18px 24px;
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 600;
  box-shadow: var(--shadow-sm);
  transition: transform 0.15s;
}
.topic-list li:hover { transform: translateX(4px); }

/* ── MEET CHRISTI ── */
.meet {
  max-width: var(--max);
  margin-inline: auto;
  padding: clamp(64px, 9vw, 116px) clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
}
.meet-photo {
  border-radius: var(--radius) var(--radius) 220px 220px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow);
}
.meet-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.meet-text h2 { font-family: var(--serif); font-weight: 700; font-size: clamp(2.2rem, 4.6vw, 3.6rem); line-height: 1.02; margin-bottom: 20px; }
.meet-text p { color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.1rem); margin-bottom: 16px; }
.meet-text strong { color: var(--ink); font-weight: 700; }
.inline-link {
  color: var(--slate);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: var(--brass);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.inline-link:hover { color: var(--brass-deep); }

/* ── SIGNATURE ── */
.signature {
  display: block;
  width: clamp(150px, 18vw, 210px);
  height: auto;
  margin: 24px 0 6px;
  mix-blend-mode: multiply;
}

.text-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--coral);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
}
.text-link:hover { color: var(--violet-deep); }

/* ── CTA ── */
.cta {
  padding: clamp(28px, 4vw, 56px) clamp(18px, 4vw, 48px) clamp(64px, 8vw, 100px);
}
.cta-inner {
  max-width: 960px;
  margin-inline: auto;
  background: var(--coral);
  color: #fff;
  border-radius: 32px;
  padding: clamp(48px, 7vw, 88px) clamp(28px, 5vw, 72px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-spark { position: absolute; top: 26px; right: 38px; font-size: 2rem; opacity: 0.5; }
.cta h2 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.02;
  margin-bottom: 16px;
}
.hl-line { position: relative; white-space: nowrap; font-style: italic; }
.hl-line::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 3px;
  background: rgba(255,255,255,0.85);
  border-radius: 4px;
}
.cta p { color: rgba(255,255,255,0.92); font-size: 1.1rem; max-width: 42ch; margin: 0 auto 32px; }

.signup-form { max-width: 520px; margin-inline: auto; }
.signup-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.signup-row input {
  min-width: 0;
  height: 56px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 1rem;
  background: #fff;
  color: var(--ink);
}
.signup-row input:focus { outline: 3px solid rgba(255,255,255,0.5); }
.signup-row button {
  height: 56px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s;
}
.signup-row button:hover { background: var(--violet-deep); }
.form-note { margin: 14px 0 0; font-size: 0.85rem; color: rgba(255,255,255,0.82); }

/* ── FOOTER ── */
.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 48px clamp(20px, 4vw, 48px);
  border-top: 1px solid var(--line);
}
.footer-brand { display: block; font-family: var(--serif); font-weight: 700; font-size: 1.3rem; text-decoration: none; color: var(--ink); margin-bottom: 8px; }
.footer-brand-block p { max-width: 460px; margin: 0; color: var(--muted); font-size: 0.92rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px clamp(16px, 2vw, 28px); padding-top: 4px; }
.footer-links a { color: var(--muted); font-size: 0.88rem; font-weight: 600; text-decoration: none; }
.footer-links a:hover { color: var(--coral); }

/* ── ABOUT PAGE ── */
.page-intro {
  max-width: var(--max);
  margin-inline: auto;
  padding: clamp(52px, 8vw, 96px) clamp(20px, 4vw, 48px) clamp(36px, 5vw, 56px);
  text-align: center;
}
.page-intro .kicker { text-align: center; }
.page-intro h1 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 1.04;
  max-width: 18ch;
  margin: 0 auto;
}
.bio {
  max-width: var(--max);
  margin-inline: auto;
  padding: clamp(40px, 6vw, 72px) clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(36px, 6vw, 80px);
  align-items: start;
}
.bio-text h2 { font-family: var(--serif); font-weight: 700; font-size: clamp(1.9rem, 4vw, 3rem); margin-bottom: 18px; line-height: 1.06; }
.bio-photo {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow);
  position: sticky;
  top: 96px;
}
.bio-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.prose p { color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.1rem); margin-bottom: 16px; line-height: 1.72; }
.prose.large p { font-size: clamp(1.05rem, 1.7vw, 1.2rem); }
.prose p:last-child { margin-bottom: 0; }
.about-question {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--coral);
  margin: clamp(24px, 4vw, 40px) 0;
}
.project-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.project-card {
  display: flex; flex-direction: column;
  padding: 32px 28px;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.project-card:nth-child(1) { border-top: 5px solid var(--coral); }
.project-card:nth-child(2) { border-top: 5px solid var(--gold); }
.project-card h3 { font-family: var(--serif); font-size: 1.4rem; font-weight: 700; margin-bottom: 10px; }
.project-card p { color: var(--muted); font-size: 0.96rem; flex: 1; margin: 0 0 18px; }
.section { max-width: var(--max); margin-inline: auto; padding: clamp(48px, 7vw, 88px) clamp(20px, 4vw, 48px); }
.section-head { max-width: 720px; margin-bottom: clamp(28px, 4vw, 44px); }
.section-head h2 { font-family: var(--serif); font-weight: 700; font-size: clamp(2rem, 4.4vw, 3.2rem); }
.section-full { width: 100%; }
.frameworks { background: var(--cream-2); }
.frameworks-inner { max-width: var(--max); margin-inline: auto; padding: clamp(56px, 8vw, 100px) clamp(20px, 4vw, 48px); }
.framework-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.framework-item { padding: 28px 24px; border-radius: var(--radius-sm); background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.framework-item h3 { font-family: var(--serif); font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; }
.framework-item p { color: var(--muted); font-size: 0.95rem; margin: 0; }
.card-num { display: block; font-family: var(--serif); font-size: 2rem; font-weight: 700; color: var(--line); margin-bottom: 12px; }

/* ── STATEMENT (about page narrative turn) ── */
.statement {
  max-width: 920px;
  margin-inline: auto;
  padding: clamp(48px, 8vw, 96px) clamp(20px, 5vw, 56px);
  text-align: center;
}
.statement p {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  line-height: 1.3;
  color: var(--ink);
  margin: 0;
}
.statement .hl { color: var(--brass); }

/* ── CURRENTLY BAND ── */
.currently-band {
  background: var(--slate);
  color: #f4f2ea;
  padding: clamp(48px, 7vw, 84px) clamp(20px, 5vw, 56px);
}
.currently-inner { max-width: 780px; margin-inline: auto; text-align: center; }
.currently-band .kicker { color: var(--brass); }
.currently-band p:not(.kicker) {
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  line-height: 1.7;
  margin: 12px 0 0;
  color: #f4f2ea;
}

/* ── TIMELINE (about page) ── */
.timeline-section { background: var(--cream-2); }
.timeline-inner {
  max-width: 920px;
  margin-inline: auto;
  padding: clamp(40px, 6vw, 72px) clamp(20px, 4vw, 48px);
}
.timeline-head { text-align: center; margin-bottom: clamp(28px, 4vw, 44px); }
.timeline-head .kicker { text-align: center; }
.timeline-head h2 { font-family: var(--serif); font-weight: 700; font-size: clamp(2rem, 4.4vw, 3.2rem); margin-bottom: 12px; }
.timeline-sub { color: var(--muted); font-size: 1.05rem; margin: 0; }

.timeline {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 50%;
  width: 2px;
  background: var(--gold);
  transform: translateX(-50%);
}
/* stacked range header, Jenna style */
.tl-range {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(2.8rem, 7vw, 5rem);
  line-height: 0.9;
  color: var(--brass);
  margin: 6px 0 16px;
}

.tl-item {
  position: relative;
  width: 50%;
  padding-bottom: clamp(28px, 4vw, 56px);
  box-sizing: border-box;
}
.tl-item:nth-child(odd) {
  left: 0;
  padding-right: clamp(36px, 5vw, 72px);
  text-align: right;
}
.tl-item:nth-child(even) {
  left: 50%;
  padding-left: clamp(36px, 5vw, 72px);
  text-align: left;
}
/* diamond marker on the center line */
.tl-item::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 11px;
  height: 11px;
  background: var(--brass);
  transform: rotate(45deg);
}
.tl-item:nth-child(odd)::after { right: -5.5px; }
.tl-item:nth-child(even)::after { left: -5.5px; }

/* huge faint ghost year */
.tl-ghost {
  display: block;
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(3.4rem, 8vw, 7rem);
  line-height: 0.82;
  color: var(--brass);
  opacity: 0.16;
  margin: 0;
  pointer-events: none;
  user-select: none;
}

/* uppercase, hairline-ruled text lines */
.tl-list { list-style: none; margin: 8px 0 0; padding: 0; }
.tl-list li {
  font-size: 0.74rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.45;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}
.tl-list li:first-child { border-top: 1px solid var(--line); }

/* standalone photo with italic caption */
.tl-fig { margin: 18px 0 0; }
.tl-fig img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 230px;
  object-fit: cover;
}
.tl-fig.tall img { height: 320px; object-position: 50% 30%; }
.tl-item:nth-child(odd) .tl-fig img { margin-left: auto; }
.tl-cap {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--brass);
  margin: 8px 0 0;
}

/* ── RESPONSIVE ── */
@media (max-width: 700px) {
  .timeline::before { left: 9px; }
  .tl-item,
  .tl-item:nth-child(odd),
  .tl-item:nth-child(even) {
    width: 100%;
    left: 0;
    text-align: left;
    padding-left: 36px;
    padding-right: 0;
  }
  .tl-item:nth-child(odd)::after,
  .tl-item:nth-child(even)::after { left: 3.5px; right: auto; }
  .tl-item:nth-child(odd) .tl-fig img { margin-left: 0; }
}

@media (max-width: 940px) {
  .nav-links { display: none; }
  .feature,
  .meet,
  .bio,
  .venture,
  .venture-reversed {
    grid-template-columns: 1fr;
  }
  .venture { min-height: auto; }
  .venture-reversed .venture-body { order: 2; }
  .venture-reversed .venture-panel { order: 1; }
  .venture-panel { padding-block: clamp(40px, 9vw, 64px); }
  .hero-jk { min-height: 70vh; }
  .feature-photo { order: -1; max-width: 460px; }
  .meet-photo { max-width: 460px; }
  .wonderkeep-art { display: none; }
  .freebie-grid { grid-template-columns: 1fr; }
  .belief-grid,
  .framework-grid,
  .project-cards,
  .work-grid,
  .work-head { grid-template-columns: 1fr; }
  .work-head { gap: 16px; align-items: start; }
  .bio-photo { position: static; order: -1; max-width: 460px; }
}

@media (max-width: 600px) {
  .btn { width: 100%; }
  .hero-actions { width: 100%; }
  .signup-row { grid-template-columns: 1fr; }
  .signup-row button { width: 100%; }
  .cred-strip { flex-direction: column; }
  .site-footer { flex-direction: column; }
  .badge { width: 84px; height: 84px; margin-right: 12px; margin-bottom: 16px; }
  .hero-name { font-size: clamp(4rem, 24vw, 8rem); }
}
