@font-face { font-family: "DM Sans"; src: url("assets/dm-sans-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("assets/dm-sans-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("assets/dm-sans-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("assets/dm-sans-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Playfair Display"; src: url("assets/playfair-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Playfair Display"; src: url("assets/playfair-600-italic.woff2") format("woff2"); font-weight: 600; font-style: italic; font-display: swap; }
@font-face { font-family: "Playfair Display"; src: url("assets/playfair-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --ink: #10100f;
  --paper: #f3efe6;
  --paper-2: #e9e1d4;
  --copper: #c96f3f;
  --amber: #e1ad63;
  --teal: #74b8aa;
  --blue: #7c9fc1;
  --violet: #9b82aa;
  --lime: #aabf75;
  --red: #b85c51;
  --cyan: #74b9c7;
  --line: rgba(16, 16, 15, .18);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shell: min(1500px, calc(100vw - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
img, video { display: block; max-width: 100%; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; }
sup { font-size: .6em; }
::selection { color: var(--paper); background: var(--copper); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.page-progress { position: fixed; z-index: 100; inset: 0 0 auto; height: 3px; background: rgba(243,239,230,.12); }
.page-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--copper), var(--amber), var(--teal)); transform: scaleX(0); transform-origin: left; }

.site-header { position: fixed; z-index: 90; top: 3px; left: 0; right: 0; height: 78px; display: grid; grid-template-columns: 220px 1fr 56px; align-items: center; gap: 24px; padding: 0 40px; color: var(--paper); border-bottom: 1px solid rgba(243,239,230,.12); background: rgba(16,16,15,.84); backdrop-filter: blur(18px); }
.school-lockup { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.school-lockup img { width: auto; max-width: 88px; height: 34px; object-fit: contain; }
.school-lockup img:last-child { max-width: 100px; }
.school-lockup > span { width: 1px; height: 28px; background: rgba(243,239,230,.25); }
.site-nav { justify-self: center; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.5vw, 44px); }
.site-nav a { position: relative; text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .14em; color: rgba(243,239,230,.72); }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--amber); transition: right .3s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--paper); }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.initials { width: 46px; height: 46px; display: grid; place-items: center; justify-self: end; color: var(--ink); background: var(--amber); border-radius: 50%; text-decoration: none; font: italic 700 18px var(--serif); }
.menu-toggle { display: none; background: none; border: 0; color: inherit; }

.hero { position: relative; isolation: isolate; min-height: 100svh; overflow: hidden; color: var(--paper); background: radial-gradient(circle at 73% 53%, #3c2a22 0, #1d1714 27%, #10100f 61%); }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 80px 0 0; background: linear-gradient(110deg, transparent 0 52%, rgba(201,111,63,.07) 52% 70%, transparent 70%); }
.hero-grid { position: absolute; z-index: -1; inset: 80px 0 0; opacity: .12; background-image: linear-gradient(rgba(243,239,230,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(243,239,230,.22) 1px, transparent 1px); background-size: 9vw 9vw; mask-image: linear-gradient(90deg, #000, transparent 68%); }
.hero-orbit { position: absolute; z-index: 0; border: 1px solid rgba(225,173,99,.36); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 42vw; aspect-ratio: 1; left: -18vw; top: 17vh; }
.orbit-two { width: 18vw; aspect-ratio: 1; right: 3vw; top: 17vh; border-color: rgba(116,184,170,.32); }
.orbit-two::after { content: ""; position: absolute; width: 10px; height: 10px; right: 13%; bottom: 17%; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 8px rgba(116,184,170,.12); }

.hero-copy { position: relative; z-index: 10; width: min(50vw, 930px); min-height: 100svh; padding: clamp(155px, 19vh, 210px) 0 115px max(40px, calc((100vw - 1500px)/2)); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow { margin: 0 0 24px; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: .18em; color: var(--copper); }
.hero .eyebrow { color: var(--amber); }
.hero .eyebrow span { margin-left: 20px; color: rgba(243,239,230,.5); }
.hero-kicker { margin: 0 0 12px; font: italic 600 clamp(24px,2.2vw,40px) var(--serif); color: rgba(243,239,230,.7); }
.hero h1 { margin: 0; max-width: 900px; font: 700 clamp(92px,9.2vw,176px)/.78 var(--serif); letter-spacing: -.075em; }
.hero h1 span { display: block; color: var(--amber); }
.credential { display: flex; align-items: center; gap: 14px; margin: 30px 0 0; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: .15em; color: rgba(243,239,230,.7); }
.credential b { padding: 5px 10px; color: var(--ink); background: var(--teal); }
.hero-intro { max-width: 520px; margin: 22px 0 28px; font-size: clamp(17px,1.25vw,21px); color: rgba(243,239,230,.67); }
.text-link { display: inline-flex; align-items: center; gap: 30px; padding: 11px 0; border-bottom: 1px solid var(--amber); text-transform: uppercase; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .14em; }

.dual-portrait { --front-y: 0px; --back-y: 0px; position: absolute; z-index: 5; inset: 80px 0 0 49%; overflow: hidden; pointer-events: none; }
.dual-portrait::before { content: ""; position: absolute; z-index: -1; width: 48%; height: 72%; left: 33%; bottom: 5%; background: linear-gradient(180deg, rgba(225,173,99,.35), rgba(201,111,63,.04)); clip-path: polygon(16% 0, 100% 7%, 83% 100%, 0 90%); filter: blur(.2px); }
.portrait { position: absolute; object-fit: contain; object-position: bottom; user-select: none; }
.portrait-back { z-index: 1; width: min(43vw,720px); height: 80%; left: 4%; bottom: 7%; object-position: left bottom; filter: sepia(.26) saturate(.72) brightness(.52) contrast(1.08) blur(.7px); opacity: .52; transform: translate3d(0,var(--back-y),0) rotate(-1deg) scale(1.06); transform-origin: bottom center; }
.portrait-front { z-index: 3; width: min(41vw,700px); height: 86%; left: 0; bottom: -1%; object-position: left bottom; filter: drop-shadow(24px 26px 25px rgba(0,0,0,.58)); transform: translate3d(0,var(--front-y),0); }
.back-echo { position: absolute; z-index: 0; right: 2%; top: 10%; writing-mode: vertical-rl; text-transform: uppercase; font-size: clamp(80px,9vw,170px); font-weight: 700; letter-spacing: -.07em; color: rgba(243,239,230,.035); }
.identity-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .15em; color: rgba(243,239,230,.66); }
.identity-note span { color: var(--amber); }
.identity-note-back { right: 9%; top: 15%; }
.identity-note-front { left: 6%; bottom: 8%; }
.hero-meta { position: absolute; z-index: 12; left: 40px; right: 40px; bottom: 23px; display: flex; justify-content: space-between; gap: 18px; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .16em; color: rgba(243,239,230,.42); }

.subject-ribbon { display: flex; min-height: 66px; color: var(--ink); background: var(--amber); overflow: hidden; }
.subject-ribbon span { flex: 1; min-width: 210px; display: grid; place-items: center; padding: 17px 26px; border-right: 1px solid rgba(16,16,15,.22); text-align: center; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .13em; }

.section-shell { width: var(--shell); margin-inline: auto; }
.section-marker { display: flex; align-items: center; gap: 14px; }
.section-marker span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--paper); background: var(--ink); border-radius: 50%; font-size: 11px; font-weight: 700; }
.section-marker p { margin: 0; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .16em; }
h2 { margin: 0; font: 700 clamp(58px,6.5vw,118px)/.88 var(--serif); letter-spacing: -.055em; }
h2 em { font-weight: 600; color: var(--copper); }

.preface { min-height: 780px; display: grid; grid-template-columns: 150px 1.2fr .9fr; gap: clamp(32px,5vw,88px); align-items: center; padding-block: 130px; }
.preface .section-marker { align-self: start; padding-top: 24px; }
.preface-body { max-width: 620px; padding: 46px 0 0; }
.preface-body .lead { margin-top: 0; font: 600 clamp(25px,2.3vw,38px)/1.3 var(--serif); }
.preface-body p { color: #4d4a44; font-size: 18px; }

.bubble-break { position: relative; min-height: 980px; display: grid; grid-template-columns: minmax(340px,.85fr) minmax(520px,1.15fr); align-items: center; gap: clamp(40px,7vw,130px); padding: 130px max(40px, calc((100vw - 1500px)/2)); color: var(--paper); background: #181513; overflow: hidden; }
.bubble-break::before { content: ""; position: absolute; width: 50vw; height: 50vw; left: -28vw; top: 22%; border: 1px solid rgba(225,173,99,.14); border-radius: 50%; }
.bubble-word { position: absolute; right: -2vw; bottom: -5vw; font-size: 17vw; line-height: 1; font-weight: 700; letter-spacing: -.08em; color: rgba(243,239,230,.025); }
.bubble-visual { position: relative; z-index: 1; align-self: stretch; display: flex; align-items: center; }
.bubble-visual img { width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: saturate(.75) sepia(.1); clip-path: polygon(0 12%, 100% 0, 88% 100%, 8% 88%); }
.bubble-ring { position: absolute; border: 1px solid rgba(225,173,99,.5); border-radius: 50%; }
.ring-a { width: 45%; aspect-ratio: 1; left: -12%; top: 8%; }
.ring-b { width: 22%; aspect-ratio: 1; right: -3%; bottom: 13%; border-color: rgba(116,184,170,.6); }
.bubble-copy { position: relative; z-index: 1; max-width: 760px; }
.bubble-copy h2 { margin-bottom: 44px; font-size: clamp(62px,6.8vw,122px); }
.bubble-copy p { max-width: 680px; color: rgba(243,239,230,.68); font-size: 17px; }
.bubble-copy blockquote { margin: 34px 0; padding: 8px 0 8px 28px; border-left: 2px solid var(--amber); font: italic 600 clamp(24px,2.1vw,36px)/1.35 var(--serif); color: var(--paper); }

.learning { padding-block: 140px 0; background: var(--paper-2); }
.learning-intro { display: grid; grid-template-columns: 150px 1.2fr .8fr; gap: clamp(32px,5vw,88px); align-items: end; padding-bottom: 80px; }
.learning-title .eyebrow { display: flex; align-items: center; gap: 12px; }
.learning-title .eyebrow i { width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
.learning-deck { max-width: 600px; margin: 0 0 8px; color: #59544d; font-size: 18px; }
.learning-track { width: min(1640px, calc(100vw - 40px)); margin-inline: auto; counter-reset: cards; }
.learning-card { --card-accent: var(--amber); position: relative; display: grid; grid-template-columns: 120px minmax(0,1.35fr) minmax(260px,.65fr); gap: clamp(24px,4vw,72px); min-height: 620px; padding: 80px clamp(28px,5vw,90px); border-top: 1px solid var(--line); background: var(--paper); overflow: hidden; }
.learning-card::after { content: ""; position: absolute; width: 340px; height: 340px; right: -180px; top: -180px; border: 1px solid color-mix(in srgb, var(--card-accent), transparent 45%); border-radius: 50%; }
.learning-card[data-accent="teal"] { --card-accent: var(--teal); }
.learning-card[data-accent="copper"] { --card-accent: var(--copper); }
.learning-card[data-accent="violet"] { --card-accent: var(--violet); }
.learning-card[data-accent="blue"] { --card-accent: var(--blue); }
.learning-card[data-accent="lime"] { --card-accent: var(--lime); }
.learning-card[data-accent="red"] { --card-accent: var(--red); }
.learning-card[data-accent="cyan"] { --card-accent: var(--cyan); }
.learning-card:nth-child(even) { background: #dfd7ca; }
.card-stamp { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.card-stamp time { font-size: 12px; line-height: 1.4; font-weight: 700; letter-spacing: .15em; }
.card-stamp span { font: 700 82px/1 var(--serif); color: var(--card-accent); }
.card-main { position: relative; z-index: 2; align-self: center; }
.topic { margin: 0 0 17px; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: .16em; color: color-mix(in srgb, var(--card-accent), #111 42%); }
.topic span { color: #6c655b; }
.topic span::before { content: " / "; color: var(--card-accent); }
.card-main h3 { max-width: 900px; margin: 0 0 34px; font: 700 clamp(42px,4.8vw,80px)/.96 var(--serif); letter-spacing: -.045em; }
.card-main > p, .card-columns p { color: #514d46; font-size: 17px; }
.card-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-bottom: 8px; }
.card-columns strong { display: block; padding-bottom: 8px; border-bottom: 1px solid var(--card-accent); text-transform: uppercase; font-size: 11px; letter-spacing: .15em; }
.core-memory { margin-top: 28px; padding: 24px 26px; border-left: 4px solid var(--card-accent); background: color-mix(in srgb, var(--card-accent), transparent 88%); }
.core-memory span { text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .15em; color: color-mix(in srgb, var(--card-accent), #111 38%); }
.core-memory p { margin: 8px 0 0; font-size: 16px; }
.card-visual { position: relative; align-self: center; width: 100%; max-height: 480px; padding: 0; border: 0; background: #171513; overflow: hidden; cursor: zoom-in; }
.card-visual img { width: 100%; height: 100%; min-height: 360px; max-height: 480px; object-fit: contain; transition: transform .6s ease, opacity .4s ease; }
.card-visual span { position: absolute; right: 12px; bottom: 12px; padding: 8px 12px; color: var(--paper); background: var(--ink); text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.card-visual:hover img { transform: scale(1.035); opacity: .84; }
.compact-card { min-height: 520px; }

.milestones { padding: 145px 0 0; color: var(--paper); background: var(--ink); }
.milestone-head { display: grid; grid-template-columns: 150px 1fr; gap: clamp(32px,5vw,88px); margin-bottom: 80px; }
.milestones .section-marker span { color: var(--ink); background: var(--amber); }
.milestone-head h2 em { color: var(--amber); }
.milestone-stage { display: grid; grid-template-columns: 1fr 1fr; }
.milestone-panel { position: relative; min-height: 980px; padding: clamp(60px,7vw,130px); overflow: hidden; }
.milestone-panel .panel-number { position: absolute; top: 34px; right: 44px; font: 700 108px/1 var(--serif); color: rgba(243,239,230,.08); }
.milestone-panel h3 { margin: 0 0 36px; font: 700 clamp(54px,5vw,88px)/.93 var(--serif); letter-spacing: -.05em; }
.milestone-panel > p:not(.topic) { max-width: 700px; color: rgba(243,239,230,.69); font-size: 17px; }
.suspension-panel { background: #201915; }
.scorer-panel { background: linear-gradient(145deg, #5f3126, #251714 65%); }
.suspension-images { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 45px; }
.suspension-images button { height: 300px; padding: 0; border: 1px solid rgba(243,239,230,.18); background: #111; cursor: zoom-in; }
.suspension-images img { width: 100%; height: 100%; object-fit: contain; }
.scorer-panel blockquote { max-width: 660px; margin: 34px 0; padding-left: 24px; border-left: 2px solid var(--amber); font: italic 600 clamp(25px,2vw,34px)/1.3 var(--serif); }
.score-board { position: relative; display: flex; align-items: center; gap: 18px; margin-top: 34px; padding: 8px 18px 8px 8px; color: var(--ink); background: var(--amber); border: 0; cursor: zoom-in; }
.score-board img { width: 110px; height: 145px; object-fit: cover; object-position: top; }
.score-board span { text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.score-glow { position: absolute; width: 650px; height: 650px; right: -280px; bottom: -320px; border: 1px solid rgba(225,173,99,.45); border-radius: 50%; box-shadow: 0 0 0 80px rgba(225,173,99,.03), 0 0 0 160px rgba(225,173,99,.02); }

.evidence { display: grid; grid-template-columns: 150px 1fr; gap: clamp(32px,5vw,88px); padding-block: 150px; }
.evidence-title { max-width: 1100px; }
.evidence-title h2 { margin-bottom: 40px; }
.evidence-title > p:not(.eyebrow) { max-width: 820px; color: #514c44; font-size: 18px; }
.evidence-media { grid-column: 2; display: grid; grid-template-columns: .65fr 1.35fr; gap: 24px; margin-top: 42px; }
.evidence-media figure { margin: 0; }
.brief-frame button { position: relative; width: 100%; aspect-ratio: 4/5; padding: 0; border: 0; background: var(--ink); cursor: zoom-in; }
.brief-frame img { width: 100%; height: 100%; object-fit: contain; }
.brief-frame button span { position: absolute; right: 12px; bottom: 12px; padding: 8px 10px; color: var(--paper); background: var(--ink); text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.video-frame video { width: 100%; aspect-ratio: 16/9; background: #000; object-fit: contain; }
.evidence-media figcaption { display: flex; gap: 14px; align-items: baseline; padding-top: 14px; font-size: 13px; }
.evidence-media figcaption span { color: var(--copper); font-weight: 700; }
.evidence-media figcaption small { margin-left: auto; max-width: 370px; color: #6a645d; }

.people-gallery { min-height: 1120px; display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: auto 1fr; gap: 18px; padding: 140px max(40px,calc((100vw - 1500px)/2)); color: var(--paper); background: #151412; }
.gallery-copy { grid-column: 1/4; display: grid; grid-template-columns: 1.4fr 1fr; align-items: end; gap: 80px; margin-bottom: 50px; }
.gallery-copy .eyebrow { grid-column: 1/3; margin-bottom: 0; color: var(--amber); }
.gallery-copy h2 { font-size: clamp(58px,6vw,108px); }
.gallery-copy p:last-child { color: rgba(243,239,230,.62); font-size: 18px; }
.gallery-photo { position: relative; min-height: 620px; padding: 0; border: 0; background: #222; overflow: hidden; cursor: zoom-in; }
.gallery-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .8s ease, filter .5s ease; }
.gallery-photo:hover img { transform: scale(1.035); filter: saturate(1); }
.gallery-photo > span { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 16px 18px; color: var(--paper); background: rgba(16,16,15,.86); text-align: left; font-size: 13px; }
.gallery-photo > span b { display: block; margin-bottom: 4px; text-transform: uppercase; font-size: 10px; letter-spacing: .15em; color: var(--amber); }
.group-photo { transform: translateY(38px); }
.culture-photo { transform: translateY(-18px); }
.everyday-photo { transform: translateY(90px); }

.atlas { padding: 150px 0 0; background: #dcd4c7; }
.atlas-head { display: grid; grid-template-columns: 150px 1fr .55fr; gap: clamp(32px,5vw,88px); align-items: end; margin-bottom: 80px; }
.atlas-head h2 { margin-bottom: 24px; }
.atlas-head div:nth-child(2) > p:last-child { max-width: 750px; color: #575047; font-size: 17px; }
.atlas-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.atlas-filters button { padding: 10px 14px; border: 1px solid var(--line); background: transparent; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .13em; cursor: pointer; }
.atlas-filters button.is-active, .atlas-filters button:hover { color: var(--paper); background: var(--ink); }
.atlas-grid { width: min(1700px, calc(100vw - 30px)); margin-inline: auto; display: grid; grid-auto-flow: dense; grid-template-columns: repeat(4,1fr); grid-auto-rows: 290px; gap: 12px; padding-bottom: 15px; }
.atlas-item { position: relative; padding: 0; border: 0; background: var(--ink); overflow: hidden; cursor: zoom-in; transition: opacity .3s ease, transform .3s ease; }
.atlas-item[hidden] { display: none; }
.atlas-item.wide { grid-column: span 2; }
.atlas-item.tall { grid-row: span 2; }
.atlas-item img { width: 100%; height: 100%; object-fit: contain; background: #faf8f2; transition: transform .55s ease, opacity .4s ease; }
.atlas-item:hover img { transform: scale(1.025); opacity: .78; }
.atlas-item span { position: absolute; inset: auto 0 0; padding: 30px 18px 16px; color: rgba(243,239,230,.74); background: linear-gradient(transparent,rgba(16,16,15,.94)); text-align: left; font-size: 12px; transform: translateY(16px); opacity: 0; transition: .35s ease; }
.atlas-item span b { display: block; color: var(--paper); font-size: 13px; }
.atlas-item:hover span, .atlas-item:focus-visible span { transform: none; opacity: 1; }

.reflection { position: relative; min-height: 1050px; padding: 160px 0; color: var(--paper); background: radial-gradient(circle at 18% 45%, #633527, #1e1714 40%, #111 70%); overflow: hidden; }
.reflection-ghost { position: absolute; left: -3vw; bottom: -4vw; font-size: 19vw; line-height: .8; font-weight: 700; letter-spacing: -.09em; color: rgba(243,239,230,.035); }
.reflection-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 150px .85fr 1.15fr; gap: clamp(32px,5vw,88px); }
.reflection .section-marker span { color: var(--ink); background: var(--amber); }
.reflection-quote h2 { font-size: clamp(50px,5vw,86px); }
.reflection-quote h2 em { color: var(--amber); }
.reflection-copy { max-width: 740px; }
.reflection-copy p { color: rgba(243,239,230,.68); font-size: 17px; }
.reflection-copy blockquote { margin: 38px 0; padding: 26px 0; border-top: 1px solid var(--amber); border-bottom: 1px solid var(--amber); font: italic 600 clamp(24px,2.2vw,36px)/1.35 var(--serif); color: var(--paper); }
.reflection-copy .sign-off { color: var(--amber); text-transform: uppercase; font-size: 13px; font-weight: 700; letter-spacing: .12em; }

.site-footer { min-height: 250px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 40px; padding: 60px max(40px,calc((100vw - 1500px)/2)); color: var(--paper); background: var(--ink); border-top: 1px solid rgba(243,239,230,.14); }
.site-footer > div { display: flex; align-items: center; gap: 18px; }
.footer-mark { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--amber); font: italic 700 21px var(--serif); }
.site-footer p { margin: 0; color: rgba(243,239,230,.5); font-size: 13px; }
.site-footer p b { color: var(--paper); }
.site-footer a { text-transform: uppercase; text-decoration: none; font-size: 11px; font-weight: 700; letter-spacing: .14em; color: var(--amber); }

.music-player { position: fixed; z-index: 88; left: 50%; bottom: 16px; width: min(520px, calc(100vw - 32px)); min-height: 58px; display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 9px 14px 9px 10px; color: var(--paper); border: 1px solid rgba(225,173,99,.25); border-radius: 10px; background: rgba(16,16,15,.9); box-shadow: 0 16px 42px rgba(0,0,0,.24); backdrop-filter: blur(18px); transform: translateX(-50%); }
.music-toggle { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(225,173,99,.45); border-radius: 50%; color: var(--ink); background: var(--amber); cursor: pointer; }
.music-toggle:hover, .music-toggle:focus-visible { border-color: var(--paper); outline: none; }
.music-icon { font-size: 13px; font-weight: 700; letter-spacing: -.08em; }
.music-copy { min-width: 0; line-height: 1.2; }
.music-copy span { display: block; margin-bottom: 3px; text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .16em; color: var(--amber); }
.music-copy strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; font-weight: 600; color: rgba(243,239,230,.88); }
.volume-control { display: grid; grid-template-columns: 68px 34px; align-items: center; gap: 8px; }
.volume-control input { width: 68px; height: 3px; margin: 0; accent-color: var(--amber); cursor: pointer; }
.volume-control output { min-width: 34px; font-size: 10px; font-weight: 700; color: rgba(243,239,230,.62); }
.music-player.needs-play .music-copy span::after { content: " · Tap play"; color: rgba(243,239,230,.58); }

.lightbox { width: min(1180px, calc(100vw - 40px)); max-width: none; padding: 0; border: 0; color: var(--paper); background: transparent; }
.lightbox::backdrop { background: rgba(8,8,8,.92); backdrop-filter: blur(14px); }
.lightbox-stage { padding: 56px 0 0; }
.lightbox-stage img { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox-stage p { max-width: 800px; margin: 18px auto 0; text-align: center; color: rgba(243,239,230,.7); }
.lightbox-close { position: fixed; z-index: 2; top: 24px; right: 26px; padding: 9px 13px; border: 1px solid rgba(243,239,230,.35); color: var(--paper); background: rgba(16,16,15,.65); text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .12em; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 48px, 1100px); }
  .site-header { grid-template-columns: 190px 1fr 48px; padding-inline: 24px; }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 9px; }
  .hero-copy { width: 53vw; padding-left: 36px; }
  .hero h1 { font-size: clamp(82px,10.3vw,122px); }
  .dual-portrait { left: 49%; }
  .portrait-front { width: 49vw; left: -1%; }
  .portrait-back { width: 48vw; left: 3%; }
  .preface, .learning-intro, .atlas-head { grid-template-columns: 100px 1fr .8fr; gap: 34px; }
  .learning-card { grid-template-columns: 86px 1.3fr .7fr; gap: 30px; padding: 60px 34px; }
  .card-stamp span { font-size: 62px; }
  .milestone-panel { padding: 70px 44px; }
  .suspension-images { grid-template-columns: repeat(3,1fr); }
  .suspension-images button { height: 220px; }
  .reflection-inner { grid-template-columns: 100px .8fr 1.2fr; gap: 34px; }
  .people-gallery { padding-inline: 28px; }
}

@media (max-width: 900px) {
  body { font-size: 16px; }
  .site-header { height: 70px; grid-template-columns: 1fr auto; }
  .school-lockup img { height: 30px; }
  .initials { display: none; }
  .menu-toggle { position: relative; z-index: 2; display: grid; grid-template-columns: auto 24px; align-items: center; column-gap: 10px; padding: 8px 0; }
  .menu-toggle span { grid-row: 1/3; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
  .menu-toggle i { display: block; width: 24px; height: 1px; background: currentColor; }
  .site-nav { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 16px 24px 24px; background: rgba(16,16,15,.98); transform: translateY(-120%); transition: transform .4s ease; }
  .site-nav.is-open { transform: none; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid rgba(243,239,230,.12); font-size: 11px; }
  .hero { min-height: 980px; }
  .hero-copy { width: 100%; min-height: auto; padding: 120px 28px 0; }
  .hero h1 { max-width: 680px; font-size: clamp(68px,14vw,115px); }
  .hero-intro { max-width: 560px; }
  .dual-portrait { inset: 405px 0 0; }
  .portrait-front { width: min(78vw,620px); height: 66%; left: 7%; }
  .portrait-back { width: min(72vw,560px); height: 63%; left: 11%; bottom: 13%; }
  .identity-note-back { top: 13%; }
  .hero-meta { left: 28px; right: 28px; }
  .subject-ribbon { overflow-x: auto; }
  .preface, .learning-intro, .evidence, .atlas-head, .reflection-inner { grid-template-columns: 1fr; }
  .preface { min-height: auto; padding-block: 100px; }
  .preface .section-marker, .learning-intro .section-marker { padding-top: 0; }
  .bubble-break { grid-template-columns: 1fr; padding-block: 100px; }
  .bubble-visual { width: min(80%,560px); margin-inline: auto; }
  .learning-intro { padding-bottom: 60px; }
  .learning-card { grid-template-columns: 76px 1fr; min-height: auto; }
  .card-visual { grid-column: 2; max-width: 580px; }
  .milestone-stage { grid-template-columns: 1fr; }
  .milestone-panel { min-height: auto; }
  .evidence-media { grid-column: 1; }
  .people-gallery { min-height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: auto; padding-block: 100px 160px; }
  .gallery-copy { grid-column: 1/3; }
  .gallery-copy h2, .gallery-copy p:last-child { grid-column: 1/3; }
  .group-photo { grid-column: 1/3; min-height: 520px; transform: none; }
  .culture-photo, .everyday-photo { min-height: 560px; transform: none; }
  .atlas-head { margin-bottom: 50px; }
  .atlas-filters { justify-content: flex-start; }
  .atlas-grid { grid-template-columns: repeat(2,1fr); }
  .reflection { min-height: auto; }
  .reflection-copy { max-width: none; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 36px); }
  .site-header { padding-inline: 18px; }
  .music-player { bottom: 10px; width: calc(100vw - 20px); grid-template-columns: 36px minmax(0,1fr) auto; gap: 9px; min-height: 54px; padding: 8px 10px 8px 8px; }
  .music-toggle { width: 36px; height: 36px; }
  .music-copy strong { font-size: 11px; }
  .volume-control { grid-template-columns: 46px 30px; gap: 6px; }
  .volume-control input { width: 46px; }
  .volume-control output { min-width: 30px; font-size: 9px; }
  .school-lockup img { max-width: 70px; height: 26px; }
  .school-lockup img:last-child { max-width: 78px; }
  .hero { min-height: 860px; }
  .hero-copy { padding: 112px 20px 0; }
  .hero-kicker { font-size: 23px; }
  .hero h1 { font-size: clamp(66px,22vw,92px); line-height: .8; }
  .credential { flex-wrap: wrap; margin-top: 22px; }
  .hero-intro { margin-top: 16px; font-size: 16px; line-height: 1.5; }
  .dual-portrait { inset: 430px 0 0; }
  .dual-portrait::before { left: 31%; width: 65%; height: 62%; }
  .portrait-front { width: min(94vw,520px); height: 66%; left: -1%; }
  .portrait-back { width: min(86vw,480px); height: 64%; left: 5%; bottom: 12%; opacity: .44; }
  .identity-note { font-size: 8px; }
  .identity-note, .hero-meta { display: none; }
  h2 { font-size: clamp(48px,15vw,74px); }
  .preface, .learning, .milestones, .evidence, .atlas, .reflection { scroll-margin-top: 70px; }
  .preface { gap: 26px; }
  .preface-body { padding-top: 0; }
  .preface-body p, .learning-deck, .evidence-title > p:not(.eyebrow), .gallery-copy p:last-child { font-size: 16px; }
  .bubble-break { min-height: auto; gap: 58px; padding: 90px 20px; }
  .bubble-visual { width: 100%; }
  .bubble-copy h2 { margin-bottom: 30px; }
  .bubble-copy p { font-size: 16px; }
  .learning { padding-top: 96px; }
  .learning-intro { gap: 26px; }
  .learning-title .eyebrow { flex-wrap: wrap; line-height: 1.5; }
  .learning-card { grid-template-columns: 1fr; gap: 24px; padding: 48px 20px; }
  .card-stamp { flex-direction: row; justify-content: space-between; align-items: center; }
  .card-stamp span { font-size: 50px; }
  .card-main h3 { font-size: clamp(39px,11vw,56px); }
  .card-columns { grid-template-columns: 1fr; gap: 10px; }
  .card-main > p, .card-columns p { font-size: 16px; }
  .card-visual { grid-column: 1; max-height: none; }
  .card-visual img { min-height: 260px; max-height: 390px; }
  .milestones { padding-top: 96px; }
  .milestone-head { grid-template-columns: 1fr; gap: 30px; margin-bottom: 56px; }
  .milestone-panel { padding: 70px 20px; }
  .milestone-panel .panel-number { right: 18px; font-size: 82px; }
  .milestone-panel h3 { font-size: clamp(48px,13vw,68px); }
  .milestone-panel > p:not(.topic) { font-size: 16px; }
  .suspension-images { grid-template-columns: 1fr; }
  .suspension-images button { height: 340px; }
  .evidence { padding-block: 96px; gap: 30px; }
  .evidence-media { grid-template-columns: 1fr; }
  .evidence-media figcaption { flex-wrap: wrap; }
  .evidence-media figcaption small { width: 100%; margin-left: 0; }
  .people-gallery { grid-template-columns: 1fr; padding: 90px 18px 110px; }
  .gallery-copy { grid-column: 1; grid-template-columns: 1fr; gap: 22px; }
  .gallery-copy .eyebrow, .gallery-copy h2, .gallery-copy p:last-child { grid-column: 1; }
  .group-photo { grid-column: 1; min-height: 390px; }
  .culture-photo, .everyday-photo { min-height: 470px; }
  .atlas { padding-top: 96px; }
  .atlas-grid { width: calc(100% - 18px); grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .atlas-item.wide { grid-column: span 1; }
  .atlas-item.tall { grid-row: span 1; }
  .atlas-item span { transform: none; opacity: 1; }
  .reflection { padding-block: 100px; }
  .reflection-inner { gap: 32px; }
  .reflection-quote h2 { font-size: clamp(45px,13vw,64px); }
  .reflection-copy p { font-size: 16px; }
  .site-footer { grid-template-columns: 1fr; min-height: auto; padding: 60px 20px; }
}
