:root {
  --ink: #17201b;
  --ink-soft: #4f5a52;
  --paper: #f7f3eb;
  --white: #fffdf7;
  --forest: #173326;
  --forest-2: #244c3a;
  --navy: #263f58;
  --clay: #9e4f37;
  --gold: #b9894b;
  --sky: #dfecef;
  --sage: #e5eee5;
  --line: rgba(23, 32, 27, 0.15);
  --line-light: rgba(255, 253, 247, 0.18);
  --max: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Avenir Next", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 50;
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 243, 235, 0.94);
  backdrop-filter: blur(12px);
}

.site-header.on-dark {
  border-bottom-color: rgba(255, 253, 247, 0.2);
  background: rgba(23, 51, 38, 0.93);
  color: var(--white);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 13px clamp(18px, 3vw, 40px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: clamp(0.98rem, 1.4vw, 1.14rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 10px;
  background: url("assets/jh-mark.png") center / contain no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 253, 247, 0.16);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(11px, 1.5vw, 22px);
  align-items: center;
  font-size: 0.88rem;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a[aria-current="page"] {
  border-bottom: 1px solid currentColor;
}

.nav-cta {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 4px;
  padding: 0 12px;
  font-weight: 700;
}

.section {
  padding: clamp(48px, 6.5vw, 84px) clamp(20px, 4vw, 48px);
}

.section-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.headline {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.lead {
  max-width: 760px;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.55;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button,
.text-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
}

.button {
  border: 1px solid currentColor;
  padding: 0 18px;
}

.button.primary {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

.button.light {
  background: var(--white);
  color: var(--ink);
  border-color: var(--white);
}

.text-button {
  min-height: auto;
  justify-content: flex-start;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
}

.hero {
  position: relative;
  min-height: min(720px, 80vh);
  display: grid;
  align-items: end;
  padding: 92px clamp(20px, 5vw, 76px) clamp(42px, 5vw, 66px);
  color: var(--white);
  overflow: hidden;
}

.hero img,
.hero::before,
.hero::after {
  position: absolute;
  inset: 0;
}

.hero img {
  z-index: 0;
}

.personal-hero img {
  object-position: center top;
}

.hero::before {
  content: "";
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(17, 37, 27, 0.78), rgba(17, 37, 27, 0.5) 45%, rgba(17, 37, 27, 0.12)),
    linear-gradient(0deg, rgba(17, 37, 27, 0.5), rgba(17, 37, 27, 0) 48%);
}

.hero::after {
  content: "";
  z-index: 1;
  border: 18px solid rgba(255, 253, 247, 0.08);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.hero h1 {
  margin-bottom: 14px;
  font-size: clamp(1.9rem, 3vw, 3.4rem);
}

.hero-name {
  max-width: 960px;
}

.hero-statement {
  max-width: 640px;
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3.4vw, 3.55rem);
  font-weight: 500;
  line-height: 1.02;
}

.hero .lead {
  color: rgba(255, 253, 247, 0.9);
}

.quick-strip {
  background: var(--forest);
  color: var(--white);
  padding: 20px clamp(20px, 4vw, 48px);
}

.quick-strip .section-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 253, 247, 0.14);
  border: 1px solid rgba(255, 253, 247, 0.14);
}

.quick-item {
  min-height: 98px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: var(--forest);
  text-align: center;
}

.quick-item strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
}

.quick-item span {
  max-width: 210px;
  color: rgba(255, 253, 247, 0.74);
  font-size: 0.95rem;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.52fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: start;
}

.intro-grid h2 {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: clamp(2.1rem, 4vw, 4.4rem);
}

.intro-grid-clean {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.52fr);
  align-items: end;
}

.intro-grid-clean .lead {
  margin-bottom: 6px;
}

.note-panel {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.note-panel h3 {
  margin-bottom: 16px;
  font-family: var(--serif);
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.05;
}

.note-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.note-list li {
  padding: 13px 0;
  border-top: 1px solid var(--line);
}

.route-grid,
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.route-card,
.info-card,
.letter-card,
.person-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}

.route-card {
  min-height: 214px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  text-decoration: none;
}

.route-card span {
  color: var(--clay);
  font-weight: 900;
}

.route-card h3 {
  margin: 24px 0 12px;
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.08;
}

.route-card p {
  margin: 0;
  color: var(--ink-soft);
}

.compact-headline {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(2rem, 3.8vw, 4.25rem);
}

.feature-band {
  background: var(--sky);
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 0.76fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.image-frame {
  min-height: 520px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
}

.feature-copy h2,
.page-hero h1,
.letters-hero h1,
.business-hero h1,
.family-hero h1 {
  font-size: clamp(2.15rem, 3.8vw, 4.15rem);
}

.feature-copy h2 {
  margin-bottom: 20px;
}

.archive-preview {
  background: #121f19;
  color: var(--white);
}

.archive-preview .lead,
.dark .lead,
.letters-hero .lead {
  color: rgba(255, 253, 247, 0.75);
}

.archive-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  padding: 22px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.06);
}

.archive-cta p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 253, 247, 0.78);
}

.preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 18px;
  margin-top: 36px;
}

.preview-feature {
  min-height: 460px;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line-light);
  text-decoration: none;
}

.preview-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(18, 31, 25, 0.8), rgba(18, 31, 25, 0.1));
}

.preview-feature > div {
  position: relative;
  z-index: 2;
  padding: 28px;
}

.preview-feature h3,
.letter-card h3 {
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 0.98;
}

.mini-letter-stack {
  display: grid;
  gap: 18px;
}

.mini-letter {
  min-height: 142px;
  padding: 20px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.06);
  text-decoration: none;
}

.mini-letter h3 {
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
}

.mini-letter p,
.preview-feature p,
.letter-card p {
  color: rgba(255, 253, 247, 0.72);
}

.page-hero,
.letters-hero,
.business-hero,
.family-hero {
  padding: clamp(56px, 7vw, 96px) clamp(20px, 4vw, 48px) clamp(40px, 5vw, 68px);
}

.page-hero .section-inner,
.letters-hero .section-inner,
.business-hero .section-inner,
.family-hero .section-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: end;
}

.page-hero h1,
.letters-hero h1,
.business-hero h1,
.family-hero h1 {
  margin: 0;
}

.story-map {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(260px, 0.52fr) minmax(0, 0.85fr);
  gap: 22px;
}

.story-card,
.story-photo,
.quote-card {
  min-height: 330px;
}

.story-card {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.story-card h2 {
  margin-bottom: 16px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  font-weight: 500;
  line-height: 1.02;
}

.story-card p {
  color: var(--ink-soft);
}

.belief-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tidbit-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tidbit-card {
  min-height: 236px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.tidbit-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tidbit-card h3 {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: clamp(1.28rem, 1.45vw, 1.58rem);
  font-weight: 500;
  line-height: 1.02;
}

.tidbit-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.belief-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.belief-card span,
.truth-card span,
.era-card span {
  color: var(--clay);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.belief-card h2 {
  margin: auto 0 18px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  font-weight: 500;
  line-height: 1.02;
}

.belief-card p {
  margin: 0;
  color: var(--ink-soft);
}

.quote-strip {
  background: var(--navy);
  color: var(--white);
}

.pull-quote p {
  max-width: 760px;
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 5.6rem);
  font-weight: 500;
  line-height: 1;
}

.pull-quote span {
  color: rgba(255, 253, 247, 0.74);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
}

.chapter-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(360px, 0.86fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: start;
}

.chapter-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.chapter-row {
  padding: 20px;
  background: var(--white);
}

.chapter-row h3 {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 1.9vw, 2rem);
  font-weight: 500;
  line-height: 1.03;
}

.chapter-row p {
  margin: 0;
  color: var(--ink-soft);
}

.collage-band {
  overflow: hidden;
  background: var(--sage);
  padding-top: clamp(46px, 6vw, 78px);
  padding-bottom: clamp(54px, 7vw, 92px);
}

.collage-family {
  background: var(--paper);
}

.collage-work {
  background: var(--paper);
  padding-top: 0;
}

.collage-reports {
  background: #111e18;
}

.collage-board {
  position: relative;
  min-height: clamp(560px, 54vw, 760px);
}

.collage-count-3 {
  min-height: clamp(430px, 40vw, 610px);
}

.collage-count-4 {
  min-height: clamp(500px, 47vw, 690px);
}

.collage-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: clamp(8px, 1vw, 13px) solid var(--white);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 60px rgba(23, 32, 27, 0.18);
}

.collage-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collage-photo.slot-1 {
  left: 2%;
  top: 8%;
  z-index: 2;
  width: 36%;
  height: 46%;
  transform: rotate(-2.2deg);
}

.collage-photo.slot-2 {
  left: 31%;
  top: 1%;
  z-index: 4;
  width: 30%;
  height: 40%;
  transform: rotate(1.4deg);
}

.collage-photo.slot-3 {
  right: 3%;
  top: 10%;
  z-index: 3;
  width: 35%;
  height: 45%;
  transform: rotate(2.1deg);
}

.collage-photo.slot-4 {
  left: 9%;
  bottom: 5%;
  z-index: 5;
  width: 27%;
  height: 34%;
  transform: rotate(1.8deg);
}

.collage-photo.slot-5 {
  left: 36%;
  bottom: 8%;
  z-index: 6;
  width: 36%;
  height: 43%;
  transform: rotate(-1.1deg);
}

.collage-photo.slot-6 {
  right: 9%;
  bottom: 2%;
  z-index: 4;
  width: 25%;
  height: 33%;
  transform: rotate(2.6deg);
}

.collage-count-3 .slot-1 {
  left: 4%;
  top: 8%;
  width: 34%;
  height: 70%;
}

.collage-count-3 .slot-2 {
  left: 33%;
  top: 0;
  width: 31%;
  height: 58%;
}

.collage-count-3 .slot-3 {
  right: 4%;
  top: 13%;
  width: 34%;
  height: 70%;
}

.collage-count-4 .slot-1 {
  left: 3%;
  top: 8%;
  width: 34%;
  height: 50%;
}

.collage-count-4 .slot-2 {
  left: 33%;
  top: 0;
  width: 31%;
  height: 45%;
}

.collage-count-4 .slot-3 {
  right: 3%;
  top: 10%;
  width: 34%;
  height: 50%;
}

.collage-count-4 .slot-4 {
  left: 28%;
  bottom: 0;
  width: 43%;
  height: 42%;
}

.story-photo {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.story-photo.tall {
  min-height: 470px;
}

.caption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(255, 253, 247, 0.9);
  color: var(--ink);
  font-size: 0.88rem;
}

.quote-card {
  display: grid;
  align-items: center;
  padding: 30px;
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
}

.quote-card p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3.5vw, 3.8rem);
  line-height: 1.04;
}

.family-hero {
  background: var(--sage);
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.person-card {
  min-height: 520px;
}

.person-card img {
  height: 320px;
  object-position: center 28%;
}

.person-card div {
  padding: 22px;
}

.person-card h2 {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 1.75rem;
  font-weight: 500;
}

.person-card p {
  color: var(--ink-soft);
}

.headshot-hero {
  padding-bottom: clamp(44px, 7vw, 86px);
}

.headshot-options {
  padding-top: clamp(42px, 6vw, 74px);
  padding-bottom: clamp(42px, 6vw, 78px);
}

.headshot-panel {
  display: grid;
  grid-template-columns: 0.25fr 1fr;
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}

.headshot-panel-copy {
  position: sticky;
  top: 104px;
}

.headshot-panel-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.5vw, 2.5rem);
  font-weight: 500;
  line-height: 1;
}

.headshot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.headshot-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.headshot-card img {
  aspect-ratio: 0.912 / 1;
  height: auto;
  object-position: center 28%;
}

.headshot-card span {
  display: block;
  padding: 12px 14px 14px;
  font-family: var(--serif);
  font-size: 1.5rem;
}

.rhythm-band {
  background: var(--forest);
  color: var(--white);
}

.rhythm-grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: clamp(28px, 6vw, 72px);
}

.rhythm-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.rhythm-list div {
  min-height: 120px;
  padding: 18px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
}

.rhythm-list strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
}

.truth-section {
  background: var(--paper);
}

.truth-grid,
.era-grid,
.work-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.truth-card,
.era-card {
  min-height: 205px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.truth-card {
  display: flex;
  flex-direction: column;
}

.truth-card h3 {
  margin: 26px 0 12px;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  font-weight: 500;
  line-height: 1.1;
}

.truth-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.45;
}

.letters-hero,
.letters-page {
  background: #111e18;
  color: var(--white);
}

.era-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

.era-card {
  min-height: 230px;
  background: rgba(255, 253, 247, 0.06);
  border-color: var(--line-light);
}

.era-card h2 {
  margin: 34px 0 12px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 500;
  line-height: 1.02;
}

.era-card p {
  margin: 0;
  color: rgba(255, 253, 247, 0.72);
}

.letters-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.report-list {
  display: grid;
  gap: 12px;
}

.report-tile {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 132px;
  padding: 16px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.06);
  color: var(--white);
  text-decoration: none;
}

.report-year {
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3vw, 3.4rem);
  line-height: 0.9;
}

.report-thumb {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 6px;
  background: rgba(255, 253, 247, 0.05);
}

.report-thumb img {
  height: 100%;
}

.report-monogram {
  color: rgba(255, 253, 247, 0.42);
  font-family: var(--serif);
  font-size: 2.3rem;
}

.report-copy .date-line {
  margin-bottom: 8px;
}

.report-copy h2 {
  margin-bottom: 6px;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.4vw, 2.4rem);
  font-weight: 500;
  line-height: 1.02;
}

.report-copy p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 253, 247, 0.72);
}

.letter-card {
  min-height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  background: rgba(255, 253, 247, 0.06);
  border-color: var(--line-light);
  color: var(--white);
  text-decoration: none;
}

.letter-card.featured {
  grid-column: span 2;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  gap: 0;
  padding: 0;
}

.letter-card.featured img {
  min-height: 520px;
}

.letter-card.featured div {
  align-self: end;
  padding: 28px;
}

.date-line {
  display: block;
  margin-bottom: 32px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.letter-article {
  background: var(--paper);
}

.letter-article .section-inner {
  max-width: 850px;
}

.letter-title {
  margin-bottom: 16px;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 0.98;
}

.letter-body {
  margin-top: 42px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.letter-body p {
  margin-bottom: 1.25em;
  color: var(--ink-soft);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.74;
}

.letter-image {
  margin-top: 34px;
  min-height: 460px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.business-hero {
  background: var(--navy);
  color: var(--white);
}

.business-hero .lead {
  color: rgba(255, 253, 247, 0.78);
}

.lane-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.work-link-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.work-links-section {
  padding-top: clamp(40px, 5vw, 64px);
  padding-bottom: clamp(40px, 5vw, 64px);
}

.work-link-card {
  min-height: 190px;
  display: flex;
  flex-direction: column;
}

.work-link-card .text-button {
  margin-top: auto;
}

.lane-card,
.criteria-card {
  padding: clamp(20px, 2.5vw, 28px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.lane-card h2,
.criteria-card h2,
.connect-card h2 {
  margin-bottom: 14px;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.5vw, 2.6rem);
  font-weight: 500;
  line-height: 1.02;
}

.lane-card p,
.criteria-card p,
.connect-card p {
  color: var(--ink-soft);
}

.criteria-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(280px, 0.55fr);
  gap: 18px;
  margin-top: 18px;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.check-list li {
  padding-left: 18px;
  border-left: 3px solid var(--gold);
  color: var(--ink-soft);
}

.proof-strip {
  background: var(--clay);
  color: var(--white);
}

.collage-work .collage-board {
  min-height: clamp(390px, 36vw, 520px);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.proof-grid div {
  min-height: 140px;
  padding: 22px;
  border: 1px solid rgba(255, 253, 247, 0.22);
  border-radius: 8px;
}

.proof-grid strong {
  display: block;
  margin-bottom: 14px;
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1;
}

.connect-section {
  background: var(--sage);
}

.connect-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.5fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.site-footer {
  padding: 44px clamp(20px, 4vw, 48px);
  background: var(--ink);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(260px, 0.6fr);
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-content: start;
}

.footer-links a {
  color: rgba(255, 253, 247, 0.82);
}

.small {
  color: rgba(255, 253, 247, 0.62);
  font-size: 0.92rem;
}

@media (max-width: 960px) {
  .nav-shell {
    gap: 12px;
  }

  .quick-strip .section-inner,
  .route-grid,
  .card-grid,
  .story-map,
  .people-grid,
  .letters-grid,
  .proof-grid,
  .belief-grid,
  .truth-grid,
  .era-grid,
  .work-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-grid,
  .feature-split,
  .preview-grid,
  .page-hero .section-inner,
  .letters-hero .section-inner,
  .business-hero .section-inner,
  .family-hero .section-inner,
  .rhythm-grid,
  .criteria-grid,
  .connect-card,
  .footer-grid,
  .lane-grid,
  .chapter-shell {
    grid-template-columns: 1fr;
  }

  .headshot-panel {
    grid-template-columns: 1fr;
  }

  .headshot-panel-copy {
    position: static;
  }

  .headshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tidbit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .letter-card.featured {
    grid-column: span 2;
    grid-template-columns: 1fr;
  }

  .report-tile {
    grid-template-columns: 132px minmax(0, 1fr) auto;
  }

  .letter-card.featured img {
    min-height: 420px;
  }

  .collage-board {
    min-height: 820px;
  }

  .collage-photo.slot-1 {
    left: 1%;
    top: 2%;
    width: 48%;
    height: 34%;
  }

  .collage-photo.slot-2 {
    left: auto;
    right: 2%;
    top: 8%;
    width: 45%;
    height: 31%;
  }

  .collage-photo.slot-3 {
    left: 8%;
    right: auto;
    top: 32%;
    width: 46%;
    height: 32%;
  }

  .collage-photo.slot-4 {
    left: auto;
    right: 7%;
    bottom: auto;
    top: 41%;
    width: 40%;
    height: 28%;
  }

  .collage-photo.slot-5 {
    left: 2%;
    bottom: 2%;
    width: 54%;
    height: 32%;
  }

  .collage-photo.slot-6 {
    right: 1%;
    bottom: 6%;
    width: 42%;
    height: 27%;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .site-header {
    position: static;
  }

  .nav-shell {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 14px 18px;
  }

  .nav-links {
    gap: 10px 16px;
  }

  .nav-cta {
    width: auto;
    min-height: 34px;
    padding: 0 11px;
  }

  .hero {
    min-height: 590px;
    padding-top: 76px;
  }

  .hero h1 {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
  }

  .page-hero h1,
  .letters-hero h1,
  .business-hero h1,
  .family-hero h1 {
    font-size: clamp(2.2rem, 10vw, 3.15rem);
  }

  .hero-statement {
    max-width: 330px;
    font-size: clamp(1.9rem, 8.8vw, 2.7rem);
  }

  .quick-strip .section-inner,
  .route-grid,
  .card-grid,
  .story-map,
  .people-grid,
  .letters-grid,
  .proof-grid,
  .rhythm-list,
  .belief-grid,
  .tidbit-list,
  .truth-grid,
  .era-grid,
  .work-link-grid {
    grid-template-columns: 1fr;
  }

  .headshot-grid {
    grid-template-columns: 1fr;
  }

  .report-tile {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .report-year {
    font-size: 3.1rem;
  }

  .letter-card.featured {
    grid-column: span 1;
  }

  .image-frame,
  .story-photo,
  .person-card img,
  .letter-image {
    min-height: 330px;
  }

  .collage-band {
    padding-left: 0;
    padding-right: 0;
  }

  .collage-board {
    min-height: 760px;
  }

  .collage-count-3 {
    min-height: 560px;
  }

  .collage-photo {
    border-width: 7px;
  }

  .collage-photo.slot-1 {
    left: 3%;
    top: 0;
    width: 78%;
    height: 235px;
  }

  .collage-photo.slot-2 {
    right: 2%;
    top: 170px;
    width: 62%;
    height: 215px;
  }

  .collage-photo.slot-3 {
    left: 2%;
    top: 340px;
    width: 64%;
    height: 205px;
  }

  .collage-photo.slot-4 {
    right: 3%;
    top: 500px;
    width: 66%;
    height: 210px;
  }

  .collage-photo.slot-5 {
    left: 2%;
    bottom: 74px;
    width: 74%;
    height: 230px;
  }

  .collage-photo.slot-6 {
    right: 3%;
    bottom: 0;
    width: 58%;
    height: 190px;
  }

  .person-card {
    min-height: auto;
  }

  .work-link-card,
  .route-card,
  .truth-card {
    min-height: auto;
  }
}
