:root {
  --ink: #0d2531;
  --ink-2: #163b48;
  --paper: #f6f3e8;
  --paper-2: #ede7d6;
  --gold: #d79b32;
  --gold-2: #f2c86e;
  --green: #3f6c61;
  --white: #fffdf6;
  --line: rgba(13, 37, 49, .18);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; padding-bottom: 86px; color: var(--ink); background: var(--paper); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.75; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; display: grid; grid-template-columns: auto 1fr; align-items: center; min-height: 76px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); color: var(--white); background: rgba(13,37,49,.92); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(15px); }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; aspect-ratio: 1; border: 1px solid var(--gold-2); color: var(--gold-2); font-family: "DM Serif Display", serif; font-size: 1.1rem; transform: rotate(45deg); }
.brand-mark::first-letter { transform: rotate(-45deg); }
.brand strong, .brand small { display: block; line-height: 1.2; }
.brand strong { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.brand small { margin-top: .18rem; color: rgba(255,255,255,.62); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
nav { justify-self: end; display: flex; gap: clamp(1.1rem, 2vw, 2.3rem); }
nav a { position: relative; color: rgba(255,255,255,.75); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
nav a::after { content: ""; position: absolute; left: 0; bottom: -.45rem; width: 100%; height: 1px; background: var(--gold-2); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
nav a:hover::after, nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }

.hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(400px,.92fr); align-items: center; gap: 2rem; padding: 130px max(6vw, calc((100vw - var(--max)) / 2)) 60px; color: var(--white); background: linear-gradient(125deg, #081a24 0%, var(--ink) 54%, #153b48 100%); isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: auto -10vw -34vh 30%; height: 70vh; z-index: -3; background: var(--gold); clip-path: polygon(0 69%, 26% 20%, 47% 58%, 66% 0, 100% 73%, 100% 100%, 0 100%); opacity: .13; }
.hero::after { content: "C₆H₁₂O₆"; position: absolute; right: -1.5rem; top: 28%; z-index: -1; color: rgba(255,255,255,.035); font-family: "DM Serif Display", serif; font-size: clamp(6rem, 16vw, 14rem); letter-spacing: -.04em; transform: rotate(90deg) translateX(35%); }
.hero-copy { position: relative; z-index: 4; max-width: 730px; }
.school-lockup { display: flex; align-items: center; gap: 1rem; margin-bottom: clamp(3rem, 7vh, 5.5rem); }
.school-lockup img { width: auto; height: 46px; object-fit: contain; }
.school-lockup img:first-child { max-width: 116px; }
.school-lockup img:last-child { max-width: 178px; }
.school-lockup span { width: 1px; height: 34px; background: rgba(255,255,255,.26); }
.eyebrow { margin: 0 0 1rem; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold-2); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { font-family: "DM Serif Display", serif; font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h1 { max-width: 720px; margin: 0; font-size: clamp(4.1rem, 7.8vw, 8rem); }
h1 span { display: block; color: var(--gold-2); font-size: .43em; letter-spacing: .02em; }
h1 sup { display: inline-block; margin-left: .6rem; padding: .32rem .48rem; color: var(--ink); background: var(--gold-2); font-family: "Manrope", sans-serif; font-size: .12em; font-weight: 800; letter-spacing: .12em; vertical-align: top; transform: translateY(.6rem); }
.hero-lead { max-width: 590px; margin: 1.6rem 0 0; color: rgba(255,255,255,.73); font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.primary-button { display: inline-flex; align-items: center; min-height: 48px; padding: .8rem 1.2rem; color: var(--ink); background: var(--gold-2); font-weight: 800; font-size: .84rem; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; transition: transform .2s ease, background .2s ease; }
.primary-button:hover { transform: translateY(-3px); background: #ffdc8f; }
.text-link { color: rgba(255,255,255,.8); font-size: .84rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; }
.portrait-stage { position: relative; align-self: end; height: min(78vh, 780px); z-index: 2; }
.portrait-stage::after { content: ""; position: absolute; left: 10%; right: -5%; bottom: 0; height: 8px; background: var(--gold); box-shadow: 0 -22px 70px rgba(215,155,50,.2); }
.portrait-sun { position: absolute; left: 50%; top: 11%; width: min(33vw, 460px); aspect-ratio: 1; border: 1px solid rgba(242,200,110,.35); border-radius: 50%; transform: translateX(-50%); }
.portrait-sun::before, .portrait-sun::after { content: ""; position: absolute; border-radius: 50%; inset: 10%; border: 1px solid rgba(242,200,110,.16); }
.portrait-sun::after { inset: 23%; }
.hero-photo { position: absolute; z-index: 2; left: 50%; bottom: 8px; height: 90%; width: auto; max-width: none; transform: translateX(-50%); filter: drop-shadow(28px 20px 25px rgba(0,0,0,.34)); object-fit: contain; object-position: bottom; }
.portrait-note { position: absolute; right: -1rem; bottom: 11%; z-index: 3; margin: 0; padding: .75rem 1rem; color: var(--ink); background: rgba(255,253,246,.94); box-shadow: 0 18px 60px rgba(0,0,0,.2); font-size: .73rem; letter-spacing: .06em; text-transform: uppercase; }
.portrait-note span, .portrait-note strong { display: block; }
.portrait-note strong { color: var(--green); }
.molecule { position: absolute; z-index: 1; left: 8%; top: 25%; width: 22%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; animation: spin 18s linear infinite; }
.molecule i { position: absolute; width: 12px; aspect-ratio: 1; border-radius: 50%; background: var(--gold-2); }
.molecule i:nth-child(1) { top: -6px; left: 50%; }
.molecule i:nth-child(2) { bottom: 12%; right: 4%; }
.molecule i:nth-child(3) { bottom: 8%; left: 6%; }
.hero-rail { position: absolute; left: 1.4rem; top: 50%; display: flex; gap: 1rem; color: rgba(255,255,255,.32); font-size: .65rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; transform: rotate(-90deg) translateX(-50%); transform-origin: left top; }
.hero-rail span + span::before { content: "·"; margin-right: 1rem; color: var(--gold-2); }
.scroll-cue { position: absolute; right: 1.6rem; bottom: 2rem; display: flex; align-items: center; gap: .6rem; color: rgba(255,255,255,.48); font-size: .65rem; letter-spacing: .14em; }
.scroll-cue span { width: 48px; height: 1px; background: rgba(255,255,255,.3); }
.hero-contours { position: absolute; inset: 0; z-index: -2; opacity: .12; pointer-events: none; }
.hero-contours span { position: absolute; width: 50vw; aspect-ratio: 1.7; border: 1px solid var(--gold-2); border-radius: 50%; transform: rotate(-12deg); }
.hero-contours span:nth-child(1) { left: -12%; bottom: -24%; }
.hero-contours span:nth-child(2) { left: -5%; bottom: -18%; transform: rotate(-12deg) scale(.78); }
.hero-contours span:nth-child(3) { right: -18%; top: 10%; transform: rotate(18deg) scale(.85); }
.hero-contours span:nth-child(4) { right: -7%; top: 17%; transform: rotate(18deg) scale(.6); }

.section-pad { position: relative; padding: clamp(5rem, 9vw, 9rem) max(6vw, calc((100vw - var(--max)) / 2)); }
.section-number { position: absolute; left: max(2vw, calc((100vw - 1450px) / 2)); top: 8rem; color: rgba(13,37,49,.18); font-size: .75rem; font-weight: 800; letter-spacing: .15em; writing-mode: vertical-rl; }
.story { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; min-height: 720px; }
.story h2, .gallery h2 { margin: 0; font-size: clamp(3.4rem, 6vw, 6rem); }
.story-body { max-width: 650px; padding-top: 5rem; }
.story-body p { color: #38515b; }
.story-body .dropcap::first-letter { float: left; margin: .05em .14em 0 0; color: var(--gold); font-family: "DM Serif Display", serif; font-size: 5rem; line-height: .72; }
blockquote { margin: 3rem 0 0; padding: 1.5rem 0 1.5rem 2rem; border-left: 3px solid var(--gold); font-family: "DM Serif Display", serif; font-size: clamp(1.6rem, 2.5vw, 2.35rem); line-height: 1.25; }
.section-molecule { position: absolute; left: 8%; bottom: 10%; width: 230px; color: rgba(63,108,97,.2); }

.path { color: var(--white); background: var(--ink); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 9vw, 9rem); }
.path::before { content: ""; position: absolute; top: 0; right: 0; width: 42%; height: 100%; opacity: .05; background-image: linear-gradient(30deg, var(--gold-2) 12%, transparent 12.5%, transparent 87%, var(--gold-2) 87.5%), linear-gradient(150deg, var(--gold-2) 12%, transparent 12.5%, transparent 87%, var(--gold-2) 87.5%); background-size: 80px 140px; }
.light { color: var(--gold-2); }
.path h2 { margin: 0; font-size: clamp(3.2rem, 5vw, 5.4rem); }
.path-intro > p:last-child { color: rgba(255,255,255,.62); max-width: 540px; }
.route-map { position: relative; padding-left: 2.4rem; }
.route-map::before { content: ""; position: absolute; left: .35rem; top: 1rem; bottom: 1rem; width: 1px; background: linear-gradient(var(--gold-2), rgba(242,200,110,.15)); }
.route-stop { position: relative; display: grid; grid-template-columns: 6rem 1fr; gap: 1.4rem; padding: 0 0 2.3rem; }
.route-stop::before { content: ""; position: absolute; left: -2.4rem; top: .45rem; width: .7rem; aspect-ratio: 1; border: 2px solid var(--gold-2); border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 7px rgba(242,200,110,.07); }
.route-year { color: var(--gold-2); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.route-stop h3 { margin: -.1rem 0 .25rem; font-family: "DM Serif Display", serif; font-size: 1.7rem; font-weight: 400; }
.route-stop p { margin: .15rem 0; color: rgba(255,255,255,.58); font-size: .92rem; }
.route-stop.current::before { background: var(--gold-2); }

.service { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; padding-top: 0; padding-bottom: 0; background: var(--white); }
.service-card { position: relative; padding: clamp(4rem, 7vw, 7rem); }
.service-card h2 { max-width: 700px; margin: 0; font-size: clamp(3rem, 5vw, 5.2rem); }
.service-card > p:not(.eyebrow) { max-width: 620px; color: #425861; }
.service-index { position: absolute; right: 2rem; top: 2rem; color: rgba(13,37,49,.15); font-size: .8rem; font-weight: 800; }
.service-tags { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.service-tags span { padding: .5rem .8rem; border: 1px solid var(--line); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-graphic { position: relative; min-height: 650px; overflow: hidden; background: linear-gradient(150deg, var(--paper-2), #d6dece); }
.peak { position: absolute; bottom: 0; clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.peak-a { left: -10%; width: 90%; height: 72%; background: #8aa39a; }
.peak-b { right: -10%; width: 82%; height: 88%; background: var(--green); opacity: .93; }
.peak-c { left: 32%; width: 65%; height: 52%; background: var(--ink-2); opacity: .75; }
.service-formula { position: absolute; left: 8%; bottom: 8%; z-index: 2; padding: .75rem 1rem; color: var(--white); border: 1px solid rgba(255,255,255,.3); background: rgba(13,37,49,.42); font-family: "DM Serif Display", serif; font-size: clamp(1.25rem, 2vw, 2rem); backdrop-filter: blur(8px); }

.field-log { color: var(--white); background: #102f3b; overflow: hidden; }
.field-log::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(circle at center, var(--gold-2) 1px, transparent 1.5px); background-size: 28px 28px; }
.log-header { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 8vw, 8rem); margin-bottom: 4rem; }
.log-header h2 { margin: 0; font-size: clamp(3.4rem, 6vw, 6.3rem); }
.log-header > p { align-self: end; max-width: 660px; color: rgba(255,255,255,.65); }
.log-list { position: relative; max-width: 1100px; margin: 0 auto; }
.log-entry { position: relative; margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
.log-entry:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.log-entry summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 8rem 1fr 3rem; gap: 1.5rem; align-items: center; min-height: 132px; padding: 1.4rem 1.5rem; transition: color .25s ease, background .25s ease, padding .25s ease; }
.log-entry summary::-webkit-details-marker { display: none; }
.log-entry summary:hover, .log-entry[open] summary { color: var(--ink); background: var(--gold-2); padding-left: 2rem; }
.log-entry time { font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.log-entry summary span { display: block; }
.log-entry summary b { display: block; font-family: "DM Serif Display", serif; font-size: clamp(1.55rem, 3vw, 2.6rem); font-weight: 400; line-height: 1.05; }
.log-entry summary small { color: rgba(255,255,255,.55); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.log-entry[open] summary small, .log-entry summary:hover small { color: rgba(13,37,49,.65); }
.log-entry summary i { justify-self: end; font-style: normal; font-size: .72rem; font-weight: 800; opacity: .45; }
.log-content { display: grid; grid-template-columns: 1.45fr .55fr; gap: 2rem; padding: 2rem 2rem 3rem 11.5rem; background: rgba(0,0,0,.13); }
.log-content p { margin: 0; color: rgba(255,255,255,.72); }
.log-content .takeaway { align-self: start; padding-left: 1.3rem; border-left: 2px solid var(--gold-2); color: var(--gold-2); font-family: "DM Serif Display", serif; font-size: 1.15rem; line-height: 1.45; }
.elevation { position: absolute; right: -3%; top: 9%; width: 45%; height: 300px; opacity: .09; transform: rotate(-6deg); }
.elevation span { position: absolute; inset: calc(var(--i, 0) * 16px); border: 1px solid var(--gold-2); border-radius: 48% 52% 38% 62%; }
.elevation span:nth-child(1){--i:0}.elevation span:nth-child(2){--i:1}.elevation span:nth-child(3){--i:2}.elevation span:nth-child(4){--i:3}.elevation span:nth-child(5){--i:4}.elevation span:nth-child(6){--i:5}.elevation span:nth-child(7){--i:6}

.gallery { background: var(--paper); }
.gallery-copy { display: grid; grid-template-columns: .35fr 1fr 1fr; gap: 2rem; align-items: end; margin-bottom: 3rem; }
.gallery-copy .eyebrow { align-self: start; }
.gallery-copy h2 { font-size: clamp(3.2rem, 5vw, 5rem); }
.gallery-copy > p:last-child { color: #425861; }
.photo-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 230px; gap: 1rem; }
.photo-grid figure { position: relative; grid-column: span 4; margin: 0; overflow: hidden; background: var(--paper-2); }
.photo-grid .photo-wide { grid-column: span 8; }
.photo-grid .photo-tall { grid-row: span 2; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88); transition: transform .55s ease, filter .55s ease; }
.photo-grid figure:hover img { transform: scale(1.045); filter: saturate(1.05); }
.photo-grid figcaption { position: absolute; inset: auto 0 0; display: grid; gap: .35rem; padding: 4.5rem 1.2rem 1rem; color: var(--white); background: linear-gradient(transparent, rgba(8,26,36,.94)); transform: translateY(calc(100% - 4.5rem)); transition: transform .35s ease; }
.photo-grid figcaption strong { font-family: "DM Serif Display", serif; font-size: 1.25rem; font-weight: 400; line-height: 1.15; }
.photo-grid figcaption span { color: rgba(255,255,255,.78); font-size: .78rem; line-height: 1.5; }
.photo-grid figure:hover figcaption, .photo-grid figure:focus-within figcaption { transform: none; }

.closing { min-height: 720px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(3rem, 9vw, 9rem); color: var(--white); background: var(--ink); overflow: hidden; }
.closing-copy { position: relative; z-index: 2; }
.closing h2 { margin: 0; font-size: clamp(4rem, 7vw, 7.5rem); }
.closing h2 em { color: var(--gold-2); font-weight: 400; }
.closing-copy > p:last-child { max-width: 650px; color: rgba(255,255,255,.66); }
.contact-card { position: relative; z-index: 2; display: flex; flex-direction: column; gap: .8rem; padding: clamp(2rem, 5vw, 4rem); border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.04); font-style: normal; backdrop-filter: blur(12px); }
.contact-card p { margin: 0 0 .5rem; color: var(--gold-2); font-family: "DM Serif Display", serif; font-size: 1.65rem; }
.contact-card a { width: fit-content; color: var(--white); text-decoration-color: rgba(242,200,110,.5); text-underline-offset: .3rem; }
.contact-card span { margin-top: 1rem; color: rgba(255,255,255,.48); font-size: .82rem; }
.closing-orbit { position: absolute; right: -14vw; top: 50%; width: 58vw; aspect-ratio: 1; border: 1px solid rgba(242,200,110,.13); border-radius: 50%; transform: translateY(-50%); }
.closing-orbit span { position: absolute; border: 1px solid rgba(242,200,110,.1); border-radius: 50%; inset: 11%; }
.closing-orbit span:nth-child(2) { inset: 23%; }
.closing-orbit span:nth-child(3) { inset: 38%; background: rgba(242,200,110,.04); }
footer { display: flex; justify-content: space-between; gap: 2rem; padding: 1.5rem max(6vw, calc((100vw - var(--max)) / 2)); color: rgba(255,255,255,.55); background: #071820; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
footer a { color: var(--gold-2); text-decoration: none; }

.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; }
.music-player { position: fixed; left: 50%; bottom: 16px; z-index: 80; display: grid; grid-template-columns: auto minmax(145px, auto) auto; align-items: center; gap: .85rem; width: min(560px, calc(100vw - 32px)); padding: .72rem .9rem; color: var(--white); background: rgba(7,24,32,.94); border: 1px solid rgba(242,200,110,.3); box-shadow: 0 18px 50px rgba(2,12,17,.32); transform: translateX(-50%); backdrop-filter: blur(16px); }
.music-toggle { display: grid; place-items: center; width: 42px; aspect-ratio: 1; border: 1px solid var(--gold-2); border-radius: 50%; color: var(--ink); background: var(--gold-2); cursor: pointer; font-size: .9rem; transition: transform .2s ease, background .2s ease; }
.music-toggle:hover, .music-toggle:focus-visible { transform: scale(1.06); background: #ffdc8f; }
.music-meta { min-width: 0; line-height: 1.2; }
.music-meta strong { display: block; overflow: hidden; font-family: "DM Serif Display", serif; font-size: 1.05rem; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.music-status { display: block; margin-top: .22rem; color: rgba(255,255,255,.5); font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.volume-control { display: grid; grid-template-columns: auto 88px 34px; align-items: center; gap: .45rem; }
.volume-icon { color: var(--gold-2); font-size: 1.1rem; }
.volume-slider { --volume-fill: 50%; width: 88px; height: 20px; margin: 0; appearance: none; background: transparent; cursor: pointer; }
.volume-slider::-webkit-slider-runnable-track { height: 3px; border-radius: 3px; background: linear-gradient(to right, var(--gold-2) var(--volume-fill), rgba(255,255,255,.2) var(--volume-fill)); }
.volume-slider::-moz-range-track { height: 3px; border-radius: 3px; background: rgba(255,255,255,.2); }
.volume-slider::-moz-range-progress { height: 3px; background: var(--gold-2); }
.volume-slider::-webkit-slider-thumb { width: 14px; height: 14px; margin-top: -5.5px; appearance: none; border: 3px solid var(--ink); border-radius: 50%; background: var(--gold-2); box-shadow: 0 0 0 1px var(--gold-2); }
.volume-slider::-moz-range-thumb { width: 10px; height: 10px; border: 3px solid var(--ink); border-radius: 50%; background: var(--gold-2); box-shadow: 0 0 0 1px var(--gold-2); }
.volume-value { color: rgba(255,255,255,.62); font-size: .68rem; font-weight: 700; text-align: right; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.65,.25,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr; gap: .65rem; padding: .7rem 1.2rem; }
  .brand { justify-self: center; }
  nav { justify-self: center; max-width: 100%; gap: .9rem; overflow-x: auto; padding-bottom: .15rem; }
  nav a { white-space: nowrap; font-size: .67rem; }
  .hero { grid-template-columns: 1fr; padding-top: 145px; min-height: auto; }
  .hero-copy { text-align: center; margin-inline: auto; }
  .school-lockup, .hero-actions { justify-content: center; }
  .portrait-stage { width: min(620px, 100%); height: 650px; margin: 0 auto; }
  .portrait-note { right: 0; }
  .hero-rail, .scroll-cue { display: none; }
  .story, .path, .service, .closing { grid-template-columns: 1fr; }
  .story-body { padding-top: 0; }
  .section-molecule { display: none; }
  .service { padding-inline: 0; }
  .service-graphic { min-height: 420px; }
  .gallery-copy { grid-template-columns: 1fr 1fr; }
  .gallery-copy .eyebrow { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 118px; }
  body { line-height: 1.65; }
  .site-header { min-height: 105px; }
  .brand-mark { width: 34px; }
  nav { width: calc(100vw - 1.5rem); justify-content: flex-start; }
  nav a { font-size: .62rem; }
  .hero { padding: 145px 1.25rem 0; }
  .school-lockup { margin-bottom: 2.7rem; }
  .school-lockup img { height: 34px; }
  .school-lockup img:first-child { max-width: 92px; }
  .school-lockup img:last-child { max-width: 135px; }
  h1 { font-size: clamp(3.5rem, 18vw, 5.6rem); }
  h1 sup { display: table; margin: .65rem auto 0; transform: none; font-size: .16em; }
  .hero-actions { flex-direction: column; gap: 1rem; }
  .portrait-stage { height: 540px; }
  .hero-photo { height: 92%; }
  .portrait-sun { width: 82vw; top: 15%; }
  .portrait-note { left: .25rem; right: auto; bottom: 7%; }
  .section-pad { padding: 5rem 1.25rem; }
  .section-number { display: none; }
  .story { min-height: auto; gap: 2rem; }
  .story h2, .gallery h2, .path h2, .service-card h2, .log-header h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .story-body .dropcap::first-letter { font-size: 4rem; }
  blockquote { margin-top: 2rem; font-size: 1.55rem; }
  .path { gap: 3rem; }
  .route-stop { grid-template-columns: 4.8rem 1fr; gap: .8rem; }
  .service-card { padding: 4rem 1.25rem; }
  .service-graphic { min-height: 360px; }
  .log-header { grid-template-columns: 1fr; margin-bottom: 2.5rem; }
  .log-entry summary { grid-template-columns: 5.5rem 1fr 1.5rem; gap: .65rem; min-height: 112px; padding: 1rem .3rem; }
  .log-entry summary:hover, .log-entry[open] summary { padding-left: .6rem; }
  .log-entry summary b { font-size: 1.55rem; }
  .log-entry summary small { font-size: .65rem; }
  .log-content { grid-template-columns: 1fr; padding: 1.5rem .5rem 2.5rem; }
  .gallery-copy { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .photo-grid figure, .photo-grid .photo-wide { grid-column: auto; }
  .photo-grid .photo-tall { grid-row: auto; }
  .photo-grid figcaption { transform: none; }
  .closing { min-height: auto; gap: 3rem; }
  .closing h2 { font-size: clamp(3.6rem, 17vw, 5.4rem); }
  footer { flex-direction: column; text-align: center; }
  .music-player { grid-template-columns: auto minmax(0,1fr); gap: .7rem; bottom: 10px; width: calc(100vw - 20px); padding: .65rem .75rem; }
  .music-meta strong { font-size: .95rem; }
  .volume-control { grid-column: 1 / -1; grid-template-columns: auto minmax(0,1fr) 34px; }
  .volume-slider { width: 100%; }
}

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