@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/geist-latin.woff2") format("woff2");
}

:root { --font-geist-sans: "Geist"; }

:root {
  --charcoal: #171717;
  --black: #0d0d0d;
  --cream: #f3ebdd;
  --soft-white: #f8f3e9;
  --red: #c63b32;
  --red-dark: #a92d26;
  --grey: #6d6a64;
  --line: rgba(23, 23, 23, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  font-family: var(--font-geist-sans), Inter, Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }

.site-header {
  height: 76px;
  padding: 0 clamp(24px, 4.2vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: var(--black);
  color: var(--soft-white);
  position: relative;
  z-index: 10;
}
.wordmark,
h1, h2,
.year-number,
.year-heading h2 {
  font-family: Impact, "Arial Narrow", var(--font-geist-sans), sans-serif;
  font-stretch: condensed;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .015em;
}
.wordmark { font-size: clamp(1.15rem, 2vw, 1.65rem); white-space: nowrap; }
.site-header nav { display: flex; align-items: stretch; gap: clamp(15px, 2.2vw, 34px); height: 100%; }
.site-header nav a {
  display: flex;
  align-items: center;
  color: #aaa6a0;
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  position: relative;
  transition: color 180ms ease;
}
.site-header nav a:hover,
.site-header nav a.active { color: var(--soft-white); }
.site-header nav a.active::after {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 15px;
  background: var(--red);
}

.hero {
  min-height: min(680px, calc(100vh - 76px));
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: var(--soft-white);
  background: url("/media/images/archive/pic3.webp") 50% 48% / cover no-repeat;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,15,17,.9) 0%, rgba(10,20,24,.72) 36%, rgba(10,15,17,.18) 74%), linear-gradient(0deg, rgba(9,13,15,.45), transparent 45%);
}
.hero-content { width: min(980px, 90%); margin-left: clamp(28px, 4.2vw, 72px); position: relative; z-index: 1; padding: 70px 0; }
.eyebrow {
  margin: 0 0 20px;
  color: var(--red);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .23em;
  text-transform: uppercase;
}
.eyebrow span { margin: 0 .45em; }
.hero h1 { font-size: clamp(4.5rem, 8vw, 7.6rem); line-height: .86; margin: 0; white-space: nowrap; text-shadow: 0 2px 18px rgba(0,0,0,.18); }
.hero-lede { max-width: 580px; margin: 34px 0; font-size: clamp(1.25rem, 2vw, 1.72rem); line-height: 1.35; }
.button {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding: 17px 24px;
  background: var(--red);
  color: white;
  border-radius: 4px;
  font-weight: 700;
  transition: background 180ms ease, transform 180ms ease;
}
.button:hover { background: var(--red-dark); transform: translateY(-2px); }
.photo-caption { position: absolute; right: 24px; bottom: 18px; z-index: 1; margin: 0; color: rgba(255,255,255,.8); font-size: .72rem; letter-spacing: .06em; }

.stories { padding: clamp(70px, 8vw, 120px) clamp(24px, 4.2vw, 72px); background: var(--cream); }
.section-heading { max-width: 680px; }
.eyebrow.dark { color: var(--red); }
.section-heading h2,
.about h2,
.archive-hero h1 { font-size: clamp(3rem, 5.6vw, 5.8rem); line-height: .95; margin: 0 0 24px; }
.section-heading > p:last-child { color: var(--grey); font-size: 1.1rem; line-height: 1.6; }
.year-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 50px 0 38px; }
.year-card {
  min-height: 260px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  background: var(--charcoal);
  color: var(--soft-white);
  border-top: 5px solid var(--red);
  transition: transform 190ms ease, box-shadow 190ms ease;
}
.year-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(23,23,23,.16); }
.year-number { font-size: clamp(3.3rem, 5vw, 5.6rem); line-height: 1; }
.year-detail { max-width: 240px; margin-top: 14px; color: #c9c2b7; line-height: 1.5; }
.year-count { display: flex; justify-content: space-between; margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); color: var(--red); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.text-link { display: inline-flex; gap: 18px; align-items: center; padding-bottom: 5px; border-bottom: 2px solid var(--red); font-weight: 700; }
.text-link:hover { color: var(--red); }

.media-highlights { padding: clamp(70px, 9vw, 130px) clamp(24px, 4.2vw, 72px); background: var(--black); color: var(--soft-white); }
.media-intro { max-width: 760px; margin-bottom: 48px; }
.media-intro h2 { margin: 0 0 24px; font-size: clamp(3rem, 5.6vw, 5.8rem); line-height: .95; }
.media-intro > p:last-child { max-width: 650px; color: #bdb6ac; font-size: 1.05rem; line-height: 1.7; }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.media-card { min-height: 390px; position: relative; overflow: hidden; background: var(--charcoal); border-bottom: 4px solid var(--red); }
.media-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform 350ms ease; }
.media-card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,10,10,.95), rgba(10,10,10,.05) 70%); }
.media-card-copy { padding: 28px; position: absolute; inset: auto 0 0; display: flex; flex-direction: column; }
.media-card-copy b { font-size: 1.35rem; }
.media-card-copy small { margin-top: 6px; color: #c8c1b6; font-size: .88rem; }
.media-card-copy em { margin-top: 18px; color: var(--red); font-size: .7rem; font-style: normal; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.media-card:hover img { transform: scale(1.04); }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; padding: clamp(70px, 9vw, 130px) clamp(24px, 7vw, 120px); background: var(--charcoal); color: var(--soft-white); }
.about h2 { margin: 0; }
.about-copy { max-width: 620px; color: #cec7bc; font-size: 1.05rem; line-height: 1.75; }
.about-copy p { margin: 0 0 24px; }
.text-link.light { color: var(--soft-white); margin-top: 12px; }

footer { min-height: 100px; padding: 30px clamp(24px, 4.2vw, 72px); display: flex; justify-content: space-between; align-items: center; gap: 20px; background: var(--black); color: #918d86; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
footer a:hover { color: var(--soft-white); }

.history-page, .family-page, .family-document-page { background: var(--cream); }
.history-hero { padding: clamp(75px, 9vw, 135px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; background: var(--charcoal); color: var(--soft-white); border-bottom: 6px solid var(--red); }
.history-hero h1, .family-hero h1 { margin: 0; font-size: clamp(4.6rem, 10vw, 10rem); line-height: .85; }
.history-hero > p { max-width: 520px; margin: 0 0 8px; color: #c6bfb4; font-size: 1.22rem; line-height: 1.65; }
.history-body { padding: clamp(75px, 9vw, 130px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: minmax(230px, .55fr) minmax(0, 1fr); gap: clamp(55px, 8vw, 120px); align-items: start; }
.history-body aside { position: sticky; top: 78px; }
.history-body aside h2 { margin: 0 0 24px; font-size: clamp(2.8rem, 5vw, 5.3rem); line-height: .94; }
.history-body aside > p:last-child { max-width: 360px; color: var(--grey); line-height: 1.7; }
.history-copy { max-width: 820px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.08rem, 1.5vw, 1.24rem); line-height: 1.82; }
.history-copy > p { margin: 0 0 1.45em; }
.history-copy > p:first-child { font-size: 1.17em; font-weight: 700; }
.history-events { margin: 48px 0; padding: 35px; background: var(--charcoal); color: var(--soft-white); border-top: 5px solid var(--red); }
.history-events h3 { margin: 0 0 25px; font-family: Impact, "Arial Narrow", sans-serif; font-size: 2rem; font-style: italic; text-transform: uppercase; }
.history-events ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 28px; list-style: none; }
.history-events li { padding-top: 11px; color: #d2cbc0; border-top: 1px solid rgba(255,255,255,.14); font-family: var(--font-geist-sans), sans-serif; font-size: .86rem; }
.family-hero { padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 110px); position: relative; overflow: hidden; background: var(--charcoal); color: var(--soft-white); border-bottom: 6px solid var(--red); }
.family-hero::after { content: "FAMILY"; position: absolute; right: -30px; bottom: -45px; color: rgba(255,255,255,.035); font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(8rem, 22vw, 22rem); font-style: italic; line-height: .8; }
.family-hero > p:last-child { max-width: 680px; margin: 34px 0 0; color: #c6bfb4; font-size: 1.22rem; line-height: 1.65; position: relative; z-index: 1; }
.family-library { padding: clamp(70px, 9vw, 130px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.family-card { min-height: 480px; padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; position: relative; overflow: hidden; background: var(--soft-white); border: 1px solid var(--line); border-top: 6px solid var(--red); transition: transform 180ms ease, box-shadow 180ms ease; }
.family-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(23,23,23,.13); }
.family-card-number { position: absolute; right: 25px; top: 15px; color: rgba(23,23,23,.07); font-family: Impact, "Arial Narrow", sans-serif; font-size: 7rem; font-style: italic; line-height: 1; }
.family-card h2 { margin: 30px 0 10px; font-size: clamp(3.4rem, 6vw, 6.5rem); line-height: .88; position: relative; }
.family-card strong { color: var(--red-dark); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.family-card > p { max-width: 520px; margin: 30px 0; color: var(--grey); font-size: 1.05rem; line-height: 1.7; }
.family-card-footer { margin-top: auto; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--red-dark); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.family-document-hero { min-height: 600px; padding: clamp(62px, 8vw, 120px) clamp(24px, 7vw, 110px); position: relative; overflow: hidden; background: var(--charcoal); color: var(--soft-white); border-bottom: 6px solid var(--red); }
.family-document-hero::after { content: "LIFE"; position: absolute; right: -20px; bottom: -45px; color: rgba(255,255,255,.035); font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(10rem, 28vw, 26rem); font-style: italic; line-height: .75; pointer-events: none; }
.family-document-hero.birthday::after { content: "80"; }
.family-document-hero.upheaval::after { content: "NEW"; }
.family-document-hero.games::after { content: "74"; }
.family-document-hero h1 { max-width: 1050px; margin: 0; font-size: clamp(4.5rem, 10vw, 10rem); line-height: .84; position: relative; z-index: 1; }
.document-byline { margin: 15px 0 24px; color: var(--red); font-size: .83rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.family-document-hero .button { margin-top: 28px; position: relative; z-index: 1; }
.family-pdf-section { padding: clamp(70px, 9vw, 120px) clamp(24px, 7vw, 110px); }
.family-pdf-section > div { margin-bottom: 38px; }
.family-pdf-section h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.5rem); line-height: .95; }

.archive-page { background: var(--cream); }
.archive-hero { padding: clamp(70px, 8vw, 120px) clamp(24px, 6vw, 96px); display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; background: var(--charcoal); color: var(--soft-white); border-bottom: 6px solid var(--red); }
.archive-hero h1 { margin: 0; font-size: clamp(4.7rem, 10vw, 10rem); }
.archive-hero > div > p:not(.eyebrow) { max-width: 480px; margin: 0 0 20px; color: #c6bfb4; font-size: 1.25rem; line-height: 1.6; }
.archive-key { display: flex; flex-direction: column; gap: 10px; color: #9f9a92; font-size: .75rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.archive-key span { display: flex; align-items: center; gap: 10px; }
.key-dot { width: 9px; height: 9px; display: inline-block; border-radius: 50%; background: #817d77; }
.key-dot.report { background: var(--red); }
.year-jump { position: sticky; top: 0; z-index: 5; padding: 17px clamp(24px, 6vw, 96px); display: flex; gap: 24px; overflow-x: auto; background: rgba(243,235,221,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.year-jump a { color: var(--grey); font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.year-jump a:hover { color: var(--red); }
.archive-list { padding: 20px clamp(24px, 6vw, 96px) 100px; }
.archive-year { scroll-margin-top: 60px; display: grid; grid-template-columns: minmax(150px, .32fr) 1fr; gap: 50px; padding: 70px 0; border-bottom: 1px solid var(--line); }
.year-heading h2 { margin: 0; font-size: clamp(4rem, 8vw, 8rem); line-height: .85; }
.year-heading p { margin: 18px 0 0; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.story-links { border-top: 2px solid var(--charcoal); }
.story-links a,
.story-row { min-height: 73px; padding: 17px 8px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--line); font-size: 1.05rem; font-weight: 650; transition: padding 180ms ease, color 180ms ease; }
.story-links a:hover { padding-left: 16px; color: var(--red); }
.story-meta { min-width: 90px; display: flex; justify-content: space-between; color: var(--grey); font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.story-meta b { color: var(--red); font-size: .9rem; }
.story-meta.report { color: var(--red-dark); }
.pending-row { color: #8b867f; cursor: default; }

.report-page { background: var(--cream); }
.report-hero { min-height: 570px; padding: clamp(62px, 8vw, 120px) clamp(24px, 7vw, 110px); position: relative; overflow: hidden; background: var(--charcoal); color: var(--soft-white); border-bottom: 6px solid var(--red); }
.report-hero::after { content: "REPORT"; position: absolute; right: -25px; bottom: -45px; color: rgba(255,255,255,.035); font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(8rem, 22vw, 22rem); font-style: italic; line-height: .8; pointer-events: none; }
.back-link { display: inline-block; margin-bottom: 65px; color: #aaa49b; font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.back-link:hover { color: var(--red); }
.report-hero h1 { max-width: 950px; margin: 0; font-size: clamp(4rem, 9vw, 9.5rem); line-height: .86; position: relative; z-index: 1; }
.report-year { margin: 8px 0 26px; color: var(--red); font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(2.4rem, 5vw, 4.8rem); font-style: italic; }
.report-summary { max-width: 650px; color: #c9c1b6; font-size: 1.15rem; line-height: 1.65; }
.report-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; position: relative; z-index: 1; }
.report-actions .text-link { color: var(--soft-white); }
.pdf-section { padding: clamp(65px, 8vw, 110px) clamp(24px, 7vw, 110px); }
.pdf-heading { margin-bottom: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: end; }
.pdf-heading h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.5rem); line-height: .95; }
.pdf-heading > p { max-width: 540px; margin: 0 0 8px; color: var(--grey); line-height: 1.7; }
.pdf-frame { width: 100%; height: min(78vh, 950px); min-height: 640px; display: block; border: 1px solid var(--line); background: white; box-shadow: 0 22px 55px rgba(23,23,23,.13); }
.not-found { min-height: 100vh; display: flex; flex-direction: column; background: var(--charcoal); color: var(--soft-white); }
.not-found > section { width: min(900px, 90%); margin: auto; padding: 80px 0; }
.not-found h1 { margin: 0 0 24px; font-size: clamp(4rem, 10vw, 9rem); line-height: .9; }
.not-found section > p:not(.eyebrow) { margin: 0 0 34px; color: #c9c1b6; font-size: 1.15rem; }

@media (max-width: 800px) {
  .site-header { height: auto; min-height: 72px; padding-top: 15px; padding-bottom: 15px; align-items: flex-start; flex-direction: column; gap: 13px; }
  .site-header nav { height: auto; width: 100%; gap: 24px; overflow-x: auto; }
  .site-header nav a { min-height: 30px; font-size: .72rem; white-space: nowrap; }
  .site-header nav a.active::after { bottom: -6px; }
  .hero { min-height: 620px; align-items: flex-end; background-position: 58% 50%; }
  .hero-shade { background: linear-gradient(0deg, rgba(9,13,15,.93) 0%, rgba(9,13,15,.55) 64%, rgba(9,13,15,.12) 100%); }
  .hero h1 { font-size: clamp(4rem, 17vw, 6.4rem); }
  .hero h1 { white-space: normal; }
  .hero-content { padding: 110px 0 65px; }
  .photo-caption { display: none; }
  .year-grid { grid-template-columns: 1fr; }
  .media-grid { grid-template-columns: 1fr; }
  .media-card { min-height: 330px; }
  .year-card { min-height: 220px; }
  .about, .archive-hero, .history-hero, .history-body { grid-template-columns: 1fr; gap: 35px; }
  .pdf-heading { grid-template-columns: 1fr; gap: 20px; }
  .report-actions { align-items: flex-start; flex-direction: column; }
  .pdf-frame { min-height: 500px; }
  .archive-year { grid-template-columns: 1fr; gap: 30px; }
  .history-body aside { position: static; }
  .history-events ul, .family-library { grid-template-columns: 1fr; }
  .year-heading { display: flex; align-items: baseline; justify-content: space-between; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}


.story-meta.modern { color: var(--red-dark); }
.modern-story-page { background: var(--cream); }
.story-hero { min-height: 570px; padding: clamp(62px, 8vw, 120px) clamp(24px, 7vw, 110px); position: relative; overflow: hidden; background: var(--charcoal); color: var(--soft-white); border-bottom: 6px solid var(--red); }
.story-hero::after { content: "STORY"; position: absolute; right: -25px; bottom: -45px; color: rgba(255,255,255,.035); font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(8rem, 22vw, 22rem); font-style: italic; line-height: .8; pointer-events: none; }
.family-story-hero.upheaval::after { content: "NEW"; }
.family-story-hero.games::after { content: "74"; }
.family-story-hero.birthday::after { content: "80"; }
.story-hero h1 { max-width: 1000px; margin: 0; font-size: clamp(4rem, 9vw, 9.5rem); line-height: .86; position: relative; z-index: 1; }
.story-article { padding: clamp(70px, 9vw, 130px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: minmax(230px, .55fr) minmax(0, 1fr); gap: clamp(55px, 8vw, 120px); align-items: start; }
.story-article-heading { position: sticky; top: 78px; }
.story-article-heading h2 { margin: 0 0 24px; font-size: clamp(2.8rem, 5vw, 5.3rem); line-height: .95; }
.story-article-heading > p:last-child { max-width: 390px; margin: 0; color: var(--grey); line-height: 1.7; }
.story-copy { max-width: 800px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.08rem, 1.5vw, 1.24rem); line-height: 1.82; }
.story-copy p { margin: 0 0 1.45em; }
.story-copy p:first-child { font-size: 1.17em; font-weight: 700; line-height: 1.55; }
.story-copy h3 { margin: 2em 0 .75em; font-family: var(--font-geist-sans), sans-serif; font-size: 1.35em; line-height: 1.2; color: var(--red-dark); text-transform: uppercase; letter-spacing: .04em; }
.story-copy ul { margin: 0 0 1.6em; padding-left: 1.25em; }
.story-copy li { margin-bottom: .55em; padding-left: .35em; }
.story-standfirst { font-size: 1.17em; font-weight: 700; line-height: 1.55; }
.story-signoff { margin-top: 3em !important; color: var(--grey); font-family: var(--font-geist-sans), sans-serif; font-size: .82em; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.family-photo-gallery { max-width: none; margin: 55px 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; font-family: var(--font-geist-sans), sans-serif; }
.family-photo-gallery figure { margin: 0; display: flex; flex-direction: column; background: var(--soft-white); border: 1px solid var(--line); }
.family-photo-gallery img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; }
.family-photo-gallery figcaption { padding: 12px 14px; color: var(--grey); font-size: .7rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }

.book-landing-page, .book-chapter-page { background: var(--cream); }
.book-landing-hero { min-height: 650px; padding: clamp(75px, 9vw, 135px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: clamp(50px, 8vw, 120px); position: relative; overflow: hidden; background: var(--charcoal); color: var(--soft-white); border-bottom: 6px solid var(--red); }
.book-landing-hero::after { content: "LIFE"; position: absolute; right: -25px; bottom: -50px; color: rgba(255,255,255,.035); font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(11rem, 28vw, 28rem); font-style: italic; line-height: .75; pointer-events: none; }
.book-landing-hero h1 { margin: 0; font-size: clamp(6rem, 14vw, 14rem); line-height: .78; position: relative; z-index: 1; }
.book-author { margin: 28px 0 0; color: var(--red); font-size: .82rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.book-landing-hero > div:last-child { position: relative; z-index: 1; }
.book-landing-hero > div:last-child > p { max-width: 520px; color: #c9c1b6; font-size: 1.22rem; line-height: 1.7; }
.book-landing-hero .button { margin-top: 24px; }
.book-hero-actions { margin-top: 24px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.book-hero-actions .button { margin-top: 0; }
.book-original { padding: clamp(45px, 6vw, 80px) clamp(24px, 7vw, 110px); display: flex; align-items: center; justify-content: space-between; gap: 45px; background: var(--red); color: var(--soft-white); }
.book-original h2 { margin: 0 0 12px; font-size: clamp(2.7rem, 5vw, 5.2rem); line-height: .9; }
.book-original p:not(.eyebrow) { max-width: 650px; margin: 0; color: #f1d9d5; line-height: 1.7; }
.book-original .button.dark { flex: 0 0 auto; background: var(--charcoal); color: var(--soft-white); }
.book-introduction { padding: clamp(75px, 9vw, 130px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: .7fr 1.25fr; gap: clamp(35px, 7vw, 100px); align-items: start; }
.book-introduction .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.book-introduction h2 { margin: 0; font-size: clamp(3.5rem, 6vw, 7rem); line-height: .9; }
.book-introduction > p:last-child { max-width: 660px; margin: 8px 0 0; color: var(--grey); font-size: 1.08rem; line-height: 1.75; }
.book-toc { padding: clamp(70px, 8vw, 115px) clamp(24px, 7vw, 110px); background: var(--soft-white); }
.book-toc-heading { margin-bottom: 45px; }
.book-toc-heading h2 { margin: 0; font-size: clamp(4rem, 8vw, 8rem); line-height: .85; }
.book-toc-list { border-top: 2px solid var(--charcoal); }
.book-toc-item { min-height: 100px; padding: 20px 8px; display: grid; grid-template-columns: 70px 1fr 30px; gap: 25px; align-items: center; border-bottom: 1px solid var(--line); }
.book-toc-item > span { color: var(--red); font-family: Impact, "Arial Narrow", sans-serif; font-size: 2.4rem; font-style: italic; }
.book-toc-item small { color: var(--grey); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.book-toc-item h2 { margin: 5px 0 0; font-family: var(--font-geist-sans), sans-serif; font-size: clamp(1.15rem, 2vw, 1.65rem); font-style: normal; text-transform: none; }
.book-toc-item.available { transition: padding 180ms ease, color 180ms ease; }
.book-toc-item.available:hover { padding-left: 17px; color: var(--red-dark); }
.book-toc-item.upcoming { color: #96918a; }
.book-toc-item.upcoming > span { color: #b6b0a7; }

.book-chapter-hero { min-height: 500px; padding: clamp(62px, 8vw, 115px) clamp(24px, 7vw, 110px); position: relative; overflow: hidden; background: var(--charcoal); color: var(--soft-white); border-bottom: 6px solid var(--red); }
.book-chapter-hero::after { content: "CHAPTER"; position: absolute; right: -25px; bottom: -40px; color: rgba(255,255,255,.035); font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(8rem, 20vw, 20rem); font-style: italic; line-height: .8; pointer-events: none; }
.book-chapter-hero h1 { max-width: 1100px; margin: 0; font-size: clamp(4rem, 9vw, 9rem); line-height: .86; position: relative; z-index: 1; }
.book-chapter-hero > p:last-child { margin: 24px 0 0; color: #aaa49b; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.book-chapter-layout { padding: clamp(70px, 9vw, 130px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: minmax(210px, .42fr) minmax(0, 1fr); gap: clamp(50px, 8vw, 115px); align-items: start; }
.book-chapter-layout > *, .book-copy, .book-source-page { min-width: 0; }
.book-chapter-layout aside { position: sticky; top: 75px; }
.book-chapter-layout aside h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.5rem); line-height: .9; }
.book-chapter-layout aside > p:not(.eyebrow) { color: var(--grey); }
.book-chapter-layout aside .text-link { margin-top: 22px; }
.book-copy { max-width: 820px; }
.book-source-page { display: flow-root; }
.book-source-page + .book-source-page { margin-top: 1.45em; }
.book-photo { margin: 38px 0 55px; padding: 16px; background: var(--soft-white); border: 1px solid var(--line); box-shadow: 0 16px 38px rgba(23,23,23,.1); }
.book-photo img { width: 100%; max-height: 820px; display: block; object-fit: contain; background: white; }
.book-photo figcaption { padding: 13px 5px 2px; color: var(--grey); font-family: var(--font-geist-sans), sans-serif; font-size: .7rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.book-technical { max-width: 100%; min-width: 0; margin: 26px 0; overflow: hidden; border: 1px solid var(--line); background: var(--soft-white); font-family: var(--font-geist-sans), sans-serif; }
.book-technical summary { padding: 17px 20px; color: var(--red-dark); cursor: pointer; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.book-technical pre { box-sizing: border-box; width: 100%; max-width: 100%; max-height: 620px; margin: 0; padding: 24px; overflow: auto; border-top: 1px solid var(--line); background: #232323; color: #e4ded5; font: .73rem/1.55 "Courier New", monospace; white-space: pre; }
.book-rally-bridge { margin: 55px 0 20px; padding: clamp(30px, 5vw, 55px); background: var(--charcoal); color: var(--soft-white); border-top: 6px solid var(--red); font-family: var(--font-geist-sans), sans-serif; }
.book-rally-bridge h3 { margin: 0 0 20px; color: var(--soft-white); font-size: clamp(2.8rem, 5vw, 5rem); line-height: .9; }
.book-rally-bridge > p:not(.eyebrow) { color: #c9c1b6; font-size: 1rem; line-height: 1.7; }
.book-rally-bridge .button { margin: 14px 0 22px; }
.book-rally-bridge .book-rally-note { font-size: .78rem !important; }
.book-pagination { padding: 35px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr auto 1fr; gap: 25px; align-items: center; background: var(--charcoal); color: var(--soft-white); border-top: 5px solid var(--red); }
.book-pagination > a:not(.contents) { display: flex; flex-direction: column; gap: 5px; }
.book-pagination .next { align-items: flex-end; text-align: right; }
.book-pagination small { color: #8f8a82; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.book-pagination strong { font-size: .9rem; }
.book-pagination .contents { padding: 10px 16px; color: var(--red); border: 1px solid rgba(255,255,255,.17); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.story-photo { margin: 45px 0; }
.story-photo img { width: 100%; height: auto; display: block; border: 1px solid var(--line); box-shadow: 0 18px 42px rgba(23,23,23,.14); }
@media (max-width: 800px) {
  .story-article { grid-template-columns: 1fr; gap: 45px; }
  .story-article-heading { position: static; }
}

.story-gallery { max-width: none; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.story-gallery .story-photo { margin: 0; }
.story-gallery .story-photo:first-of-type { grid-column: 1 / -1; }
.story-gallery p { grid-column: 1 / -1; }
@media (max-width:800px){.story-gallery{grid-template-columns:1fr;}}
@media (max-width:800px){.family-photo-gallery{grid-template-columns:1fr 1fr;}}
@media (max-width:520px){.family-photo-gallery{grid-template-columns:1fr;}}
@media (max-width:800px){
  .book-original { align-items: flex-start; flex-direction: column; }
  .book-landing-hero, .book-introduction, .book-chapter-layout { grid-template-columns: 1fr; }
  .book-landing-hero { min-height: 680px; align-items: end; }
  .book-introduction .eyebrow { grid-column: auto; }
  .book-chapter-layout aside { position: static; }
  .book-technical summary { overflow-wrap: anywhere; }
  .book-technical pre { padding: 18px; font-size: .66rem; white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word; }
  .book-toc-item { grid-template-columns: 48px 1fr 20px; gap: 14px; }
  .book-pagination { grid-template-columns: 1fr 1fr; }
  .book-pagination .contents { grid-column: 1 / -1; grid-row: 2; text-align: center; }
}
@media (max-width:520px){
  .book-pagination { grid-template-columns: 1fr; }
  .book-pagination .next { align-items: flex-start; text-align: left; }
  .book-pagination .contents { grid-column: auto; grid-row: auto; }
}
