:root {
  --ink: #26352b;
  --paper: #f2efe5;
  --warm: #e8e5d7;
  --olive: #596747;
  --forest: #263c30;
  --sage: #b3b99e;
  --ochre: #b1833f;
  --rust: #916d37;
  --acid: #d7dfb7;
  --line: #26352b30;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --gutter: clamp(1.3rem, 5.8vw, 6.6rem);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; cursor: pointer; }
button:disabled { cursor: default; }
a { color: inherit; text-underline-offset: .25em; text-decoration-thickness: 1px; }
button, a, article { touch-action: manipulation; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--forest); outline-offset: 5px; }
.feature a:focus-visible, .sessions a:focus-visible, .sessions button:focus-visible { outline-color: var(--paper); }
::selection { background: #c4cbaa; color: #203326; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip { position: fixed; left: 1rem; top: -5rem; padding: .7rem 1rem; background: var(--forest); color: var(--paper); z-index: 20; }
.skip:focus { top: 1rem; }
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 104px; margin: 0 var(--gutter); border-bottom: 1px solid #f2efe54d; color: var(--paper); }
.wordmark { display: inline-flex; align-items: center; min-height: 44px; gap: .7rem; text-decoration: none; font: 400 1.6rem/1.15 var(--serif); letter-spacing: -.035em; }
.wordmark-mark { display: block; flex: 0 0 44px; width: 44px; height: 44px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wordmark-name { white-space: nowrap; }
.wordmark-name em { font-weight: 400; }
.site-header nav { display: flex; align-items: center; gap: clamp(1.25rem, 3vw, 3rem); }
.site-header nav a { position: relative; display: inline-flex; align-items: center; min-height: 44px; min-width: 44px; text-decoration: none; font-size: .82rem; }
.site-header nav a span { margin-right: .4rem; color: #cbd5c0; font-size: .75rem; }
.site-header nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -.35rem; background: var(--paper); transition: right .25s; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after, .site-header nav a[aria-current]::after { right: 0; }
.hero { position: relative; z-index: 1; isolation: isolate; min-height: 100svh; margin: 0; padding: max(145px,18svh) var(--gutter) 7rem; display: flex; align-items: center; overflow: hidden; }
.hero-copy { position: relative; max-width: 900px; padding: 0; }
.eyebrow { font-size: .75rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; line-height: 1.5; margin: 0 0 1.8rem; }
.hero-copy > .eyebrow { display: flex; align-items: center; gap: .6rem; }
.status-dot { display: inline-block; width: 6px; height: 6px; background: var(--olive); border-radius: 50%; flex-shrink: 0; }
.hero h1 { font-size: clamp(4.3rem,min(8.8vw,12.6svh),9.3rem); font-weight: 620; line-height: .91; letter-spacing: -.068em; margin: 0; max-width: 11ch; }
.hero h1 em { display: inline-block; font-family: var(--serif); font-weight: 400; color: #d6dfb9; letter-spacing: -.055em; }
.lede { font: 1.55rem/1.25 var(--serif); margin: 1.7rem 0 .75rem; letter-spacing: -.02em; }
.hero-description { max-width: 27rem; font-size: .87rem; color: #e0e6d6; line-height: 1.8; margin: 0; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.75rem; margin-top: 1.85rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .85rem 1.2rem; min-height: 48px; font-size: .8rem; font-weight: 560; text-decoration: none; border: 1px solid var(--forest); border-radius: 3px; transition: background .25s, transform .25s; }
.button.primary { background: var(--forest); color: var(--paper); }
.button.primary:hover { background: var(--olive); transform: translateY(-2px); }
.button.quiet { background: transparent; }
.button.quiet:hover { background: var(--warm); }
.button span, .text-link span { display: inline-block; transition: transform .25s; }
.button:hover span, .text-link:hover span { transform: translate(3px,-2px); }
.text-link { display: inline-flex; gap: .7rem; align-items: center; min-height: 44px; font-size: .8rem; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--line); padding: .2rem 0 .35rem; white-space: nowrap; }
.journey { position: relative; isolation: isolate; overflow: clip; background: var(--forest); color: var(--paper); --journey-hero-overlay: linear-gradient(90deg,#101f18d9 0%,#14231bad 38%,#17291d24 80%), linear-gradient(180deg,#10201970 0%,transparent 30%,#10201965 100%); --journey-outside-overlay: linear-gradient(0deg,#11231cd9 0%,#17281b60 45%,#17281b12 85%); }
.journey-backdrop { display: none; }
html[data-journey-motion="on"] .journey-backdrop { display: block; position: sticky; top: 0; height: 100svh; margin-bottom: -100svh; width: 100%; overflow: hidden; pointer-events: none; z-index: 0; }
.journey-backdrop::before, .journey-backdrop::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.journey-backdrop::before { background: var(--journey-hero-overlay); opacity: clamp(0,calc((1 - var(--journey-mix,0)) * 4),1); }
.journey-backdrop::after { background: var(--journey-outside-overlay); opacity: var(--journey-mix,0); }
.journey-scene { position: absolute; inset: 0; overflow: hidden; }
.journey-scene picture, .journey-scene img { display: block; width: 100%; height: 100%; }
.journey-scene img { object-fit: cover; }
.journey-scene[data-journey-scene="trail"] { opacity: 1; }
.journey-scene[data-journey-scene="trail"] picture { transform: translate3d(0,var(--trail-y,0px),0) scale(var(--trail-scale,1.08)); }
.journey-scene[data-journey-scene="trail"] img { object-position: 55% 58%; }
.journey-scene[data-journey-scene="mountain"] { opacity: var(--journey-mix,0); }
.journey-scene[data-journey-scene="mountain"] picture { transform: translate3d(0,var(--mountain-y,0px),0) scale(var(--mountain-scale,1.12)); }
.journey-scene[data-journey-scene="mountain"] img { object-position: 55% 55%; }
.hero::before, .scenic-chapter::before { content: ""; position: absolute; inset: 0; z-index: -2; background-size: cover; background-repeat: no-repeat; }
.hero::before { background-image: url("/assets/photos/immersive/green-trail-1920.webp"); background-position: 55% 58%; }
.scenic-chapter::before { background-image: url("/assets/photos/immersive/mountain-morning-1920.webp"); background-position: 55% 55%; }
html[data-journey-motion="on"] .hero::before, html[data-journey-motion="on"] .scenic-chapter::before, html[data-journey-motion="on"] .hero::after, html[data-journey-motion="on"] .scenic-chapter::after { display: none; }
.hero::after, .scenic-chapter::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero::after { background: var(--journey-hero-overlay); }
.scenic-chapter { position: relative; z-index: 1; isolation: isolate; min-height: 100svh; display: flex; align-items: flex-end; padding: clamp(5rem,12svh,9rem) var(--gutter); }
.scenic-chapter::after { background: var(--journey-outside-overlay); }
.scenic-copy { max-width: 850px; margin-bottom: 5svh; }
.scenic-copy .eyebrow { margin-bottom: 1.4rem; color: #e1e7d6; }
.scenic-copy h2 { margin: 0 0 2rem; font: 400 clamp(4rem,9.5vw,10rem)/.95 var(--serif); letter-spacing: -.05em; }
.scenic-copy h2 em { color: #d8e0bd; font-weight: 400; }
.journey .text-link { border-color: #f2efe580; }
.journey .status-dot { background: #d1dcb7; }
.journey .button.primary { background: var(--paper); color: var(--forest); border-color: var(--paper); }
.journey .button.primary:hover { background: #dce3ca; border-color: #dce3ca; }
.journey a:focus-visible, .site-header a:focus-visible { outline-color: var(--paper); }
.chapter-note { position: absolute; right: var(--gutter); bottom: 2rem; font-size: .56rem; letter-spacing: .17em; color: #dae2cc; }
.hero-bottom { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 1.9rem; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; border-top: 1px solid #f2efe54d; padding: .7rem 0 0; font-size: .75rem; color: #dde5d0; letter-spacing: .03em; }
.hero-bottom > span:first-child { display: inline-flex; align-items: center; gap: .55rem; }
.hero-bottom a { display: flex; align-items: center; min-height: 44px; gap: 1rem; text-decoration: none; }
.hero-bottom a span { display: inline-block; animation: explore 2.5s ease-in-out infinite; }
@keyframes explore { 0%,100% { transform: translateY(-2px); } 50% { transform: translateY(3px); } }
.edition { letter-spacing: .08em; font-size: .75rem; }
.section { position: relative; z-index: 1; padding: 6.6rem var(--gutter); border-bottom: 1px solid var(--line); }
.projects { background: #e8e7dc; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.5rem; }
.section h2 { font: 400 clamp(2.8rem, 4.4vw, 5rem)/1.02 var(--serif); letter-spacing: -.045em; margin: 0; }
.section h2 em { font-weight: 400; color: var(--olive); }
.section-heading .eyebrow { margin-bottom: 1.1rem; }
.section-heading .text-link { margin-bottom: .2rem; }
.project-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-bottom: 1px solid var(--line); margin: 0 0 1.5rem; padding: 0 0 1.2rem; }
.project-filters { display: flex; flex-wrap: wrap; gap: .5rem; }
.project-filters button { min-height: 44px; padding: .45rem 1.1rem; border-radius: 2px; border: 1px solid transparent; background: transparent; font-size: .8rem; transition: background .25s; }
.project-filters button:hover { background: #d6dac7; }
.project-filters button[aria-pressed="true"] { border-color: #aab19a; background: #d4d9c4; }
#project-count { font-size: .75rem; color: #56604f; white-space: nowrap; }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.project-card { position: relative; min-height: 322px; padding: 1.6rem; display: flex; flex-direction: column; background: #f2f0e7; border: 1px solid #bdc3ae; border-radius: 3px; overflow: hidden; transition: transform .3s, box-shadow .3s, opacity .6s, background .3s; }
.project-card::after { position: absolute; content: ""; height: 3px; left: 1.6rem; right: 1.6rem; top: 0; background: currentColor; opacity: .5; transform: scaleX(0); transform-origin: left; pointer-events: none; transition: transform .3s; }
.project-card:hover, .project-card:focus-within { transform: translateY(-5px); box-shadow: 0 12px 25px #24382b0b; }
.project-card:hover::after, .project-card:focus-within::after { transform: scaleX(1); }
.project-card.feature { background: var(--olive); color: var(--paper); border-color: var(--olive); }
.card-top, .card-foot { display: flex; align-items: center; justify-content: space-between; gap: .65rem; font-size: .75rem; }
.card-top { text-transform: uppercase; letter-spacing: .07em; }
.number { font: italic 1.05rem var(--serif); opacity: .7; }
.tag { text-align: right; font-size: .75rem; }
.project-card h3 { margin: 1.35rem 0 .8rem; font-weight: 520; font-size: clamp(1.4rem, 2.2vw, 2rem); letter-spacing: -.045em; line-height: 1.1; }
.project-card p { font-size: .875rem; line-height: 1.7; margin: 0 0 1.5rem; color: #56604f; }
.project-card.feature p { color: #e6e9dc; }
.card-foot { margin-top: auto; padding-top: 1rem; border-top: 1px solid #7c876344; }
.feature .card-foot { border-color: #f1eee54d; }
.card-foot > span { color: #56604f; font-size: .75rem; }
.feature .card-foot > span { color: #e6e9dc; }
.card-foot a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; font-size: .8rem; font-weight: 600; }
.card-foot a span { display: inline-block; margin-left: .3rem; transition: transform .3s; }
.project-card:hover .card-foot a span, .project-card:focus-within .card-foot a span { transform: translate(3px,-3px); }
.project-preview { margin: 1.1rem 0 0; padding: .9rem 0 .55rem; border-top: 1px solid #7c876344; border-bottom: 1px solid #7c876344; }
.project-preview svg { display: block; width: 100%; height: 105px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; color: #5c6d4c; }
.project-preview .diagram-wire { stroke-dasharray: 3 5; opacity: .6; }
.project-preview .diagram-detail { opacity: .75; }
.project-preview .diagram-grid { opacity: .2; }
.project-preview .diagram-accent { stroke-width: 2.2; transition: stroke .25s, opacity .25s; }
.project-preview figcaption { margin-top: .7rem; color: #59624f; font-size: .75rem; line-height: 1.5; }
.feature .project-preview { border-color: #f1eee54d; }
.feature .project-preview svg, .feature .project-preview figcaption { color: #edf0df; }
.project-card:hover .diagram-accent, .project-card:focus-within .diagram-accent { stroke: var(--rust); }
.project-card.feature:hover .diagram-accent, .project-card.feature:focus-within .diagram-accent { stroke: #f2e1b7; }
@keyframes diagram-flow { from { stroke-dashoffset: 24; } to { stroke-dashoffset: 0; } }
@keyframes diagram-trace { from { stroke-dashoffset: 180; } to { stroke-dashoffset: 0; } }
@keyframes diagram-deliver { 0%,100% { opacity: 1; transform: scale(1); } 45% { opacity: .55; transform: scale(1.12); } }
@media (hover: hover) and (pointer: fine) {
  .project-card:is(:hover,:focus-within) .diagram-wire { animation: diagram-flow .95s ease-out 1; }
  .project-card:is(:hover,:focus-within) .preview-studio .diagram-detail,
  .project-card:is(:hover,:focus-within) .preview-truck .diagram-accent,
  .project-card:is(:hover,:focus-within) .preview-rover .diagram-accent { stroke-dasharray: 180; animation: diagram-trace .85s ease-out 1; }
  .project-card:is(:hover,:focus-within) .preview-push .diagram-accent { transform-box: fill-box; transform-origin: center; animation: diagram-deliver .7s ease-in-out 1; }
}
.motion-paused .project-preview *, .reduced-motion .project-preview * { animation: none !important; }
.sessions { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem, 8vw, 10rem); background: var(--forest); color: var(--paper); overflow: hidden; }
.sessions h2 { font-size: clamp(3.3rem,5.2vw,5.6rem); }
.sessions h2 em { color: #c1ca9f; }
.sessions .eyebrow { color: #bec9aa; }
.sessions-copy > p:not(.eyebrow):not(.coming) { font: 1.35rem/1.5 var(--serif); max-width: 34rem; margin: 1.75rem 0 1rem; }
.sessions-copy > p.session-detail { font: .8rem/1.8 var(--sans) !important; color: #c8d0bd; max-width: 27rem; }
.record-station { text-align: center; max-width: 460px; width: 100%; margin: 0 auto; }
.record-caption { display: flex; justify-content: space-between; font-size: .75rem; letter-spacing: .1em; color: #c4ccaf; border-bottom: 1px solid #c0cbab36; padding-bottom: .85rem; margin-bottom: 2rem; }
.record { position: relative; aspect-ratio: 1; width: 88%; margin: auto; border-radius: 50%; background: repeating-radial-gradient(circle, #17211d 0 2px,#2b3930 3px 4px,#18221c 5px 6px); display: grid; place-items: center; border: 1px solid #111d17; box-shadow: 10px 20px 34px #0a140e38; animation: vinyl-turn 12s linear infinite; animation-play-state: paused; }
.record::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 25deg,transparent 0 18%,#dbe4b115 22%,transparent 28% 64%,#dbe4b11a 70%,transparent 77%); pointer-events: none; }
.record.is-spinning { animation-play-state: running; }
@keyframes vinyl-turn { to { transform: rotate(360deg); } }
.record-label { width: 36%; aspect-ratio: 1; border-radius: 50%; background: #bac298; color: #293d2b; display: flex; flex-direction: column; justify-content: center; gap: .5rem; border: 12px solid #c6ccaa; position: relative; }
.record-label::after { content: ""; position: absolute; width: 7px; height: 7px; left: calc(50% - 3.5px); top: calc(50% - 3.5px); background: #263c30; border-radius: 50%; }
.record-label span { font-size: clamp(.26rem,.6vw,.42rem); letter-spacing: .14em; }
.record-label strong { font: italic clamp(.8rem,1.7vw,1.5rem) var(--serif); margin: .7rem 0; }
.record-toggle { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; margin-top: 2rem; min-height: 44px; border: 1px solid #cbd4b460; border-radius: 3px; padding: .4rem 1rem; color: var(--paper); background: transparent; font-size: .8rem; transition: background .25s; }
.record-toggle:hover { background: #c5cfac18; }
.record-toggle svg { width: 15px; height: 15px; fill: currentColor; }
.record-hint { font: italic .74rem var(--serif); color: #bdc7ac; }
.coming { font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; margin-top: 2rem; }
.coming span { display: inline-block; width: 6px; height: 6px; background: #c2c99c; border-radius: 50%; margin-right: .5rem; }
.session-list:empty { display: none; }
.session-list { display: grid; margin-top: 1.5rem; border-top: 1px solid #f1eee544; }
.session-item { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid #f1eee544; text-decoration: none; }
.session-item:hover strong, .session-item:focus-visible strong { color: var(--acid); }
.session-item span { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.about-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(3rem,8vw,9rem); }
.about-copy > p { font: 1.3rem/1.6 var(--serif); margin: 0 0 1.5rem; }
.about-copy > p:nth-child(2) { font: .88rem/1.9 var(--sans); color: #65705d; }
.about-copy > p.hosting-note { display: flex; align-items: center; gap: .6rem; font: .8rem/1.5 var(--sans); color: #5b664f; padding-top: 1rem; }
.about-mark { display: flex; align-items: center; gap: 1.5rem; color: var(--olive); margin-top: 3rem; }
.about-mark svg { width: 115px; }
.about-mark span { font-size: .51rem; letter-spacing: .14em; line-height: 1.9; }
.companions { margin-top: 5rem; padding-top: 3.5rem; border-top: 1px solid var(--line); }
.companions-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 2rem; margin-bottom: 2.3rem; }
.companions-heading .eyebrow { margin-bottom: 1rem; }
.companions-heading h3 { margin: 0; font: 400 clamp(2.6rem,4.3vw,4.7rem)/1.05 var(--serif); letter-spacing: -.045em; }
.companions-heading h3 em { color: var(--olive); font-weight: 400; }
.companion-photos { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(1.2rem,3vw,3rem); width: 100%; }
.companion-card { margin: 0; min-width: 0; }
.companion-image { aspect-ratio: 4 / 5; overflow: hidden; background: #d9dece; }
.companion-image picture, .companion-image img { display: block; width: 100%; height: 100%; }
.companion-image img { object-fit: cover; }
.companion-card.bia img { object-position: 58% 50%; }
.companion-card.blair img { object-position: 50% 70%; }
.companion-card figcaption { margin-top: .9rem; padding-top: .8rem; border-top: 1px solid var(--line); font: italic clamp(1.6rem,2.6vw,2.5rem)/1.2 var(--serif); color: var(--olive); }
footer { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 2.3rem var(--gutter); font-size: .75rem; color: #5a6755; }
.footer-note { display: block; font: italic .85rem var(--serif); margin-top: .25rem; }
footer > div { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; }
footer a { display: inline-flex; align-items: center; min-height: 44px; min-width: 44px; text-decoration: none; }
footer a:hover { text-decoration: underline; }
.not-found { min-height: 100vh; display: grid; place-content: center; text-align: center; padding: 2rem; }
.not-found h1 { font: clamp(3rem,8vw,7rem) var(--serif); margin: 0; }
.not-found .button { margin: 1rem auto; }
.recording-page { min-height: 100vh; max-width: 850px; margin: auto; padding: clamp(6rem,12vw,10rem) 1.5rem; }
.recording-page h1 { font: clamp(3.5rem,9vw,7rem)/.9 var(--serif); margin: .5rem 0 2rem; }
.recording-page > p:not(.eyebrow) { font: 1.3rem var(--serif); }
.recording-page audio, .recording-page video { display: block; width: 100%; max-height: 65vh; margin: 3rem 0; }
.notes { background: var(--warm); }
.notes-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.5rem; }
.note-card { display: flex; flex-direction: column; min-width: 0; padding: 1.8rem; border: 1px solid #b4bca5; background: var(--paper); text-decoration: none; transition: background .25s, transform .25s; }
.note-card:hover, .note-card:focus-visible { background: #f8f5ec; transform: translateY(-3px); }
.note-meta { display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; color: #59664f; font-size: .75rem; }
.note-card h3, .notes-index .note-card h2 { max-width: 24ch; margin: 1.7rem 0 1rem; font: 400 clamp(1.6rem,2.8vw,2.6rem)/1.1 var(--serif); letter-spacing: -.035em; }
.note-card p { max-width: 44ch; margin: 0 0 1.6rem; font-size: .9rem; color: #56604f; }
.note-link { display: flex; justify-content: space-between; align-items: center; min-height: 44px; margin-top: auto; padding-top: .5rem; border-top: 1px solid var(--line); font-size: .8rem; font-weight: 600; }
.note-link > span { transition: transform .25s; }
.note-card:hover .note-link > span, .note-card:focus-visible .note-link > span { transform: translate(3px,-3px); }
.notes-page .site-header { position: relative; margin: 0 var(--gutter); color: var(--forest); border-color: var(--line); }
.notes-page .site-header nav a::after { background: var(--forest); }
.notes-page .site-header a:focus-visible { outline-color: var(--forest); }
.notes-index { min-height: 65vh; }
.notes-index h1, .note-article h1 { font: 400 clamp(3rem,6vw,5.8rem)/1.03 var(--serif); letter-spacing: -.045em; margin: 1.5rem 0; }
.notes-intro { max-width: 42rem; margin-bottom: 3rem; font-size: 1.1rem; }
.note-article { max-width: 850px; padding: 4rem 1.5rem 5rem; margin: auto; }
.note-article header { margin-bottom: 2.5rem; }
.note-article .note-intro { font: 1.5rem/1.5 var(--serif); }
.note-article p, .note-article li { line-height: 1.85; }
.note-article h2 { font: 400 2rem/1.2 var(--serif); margin: 2.8rem 0 1rem; letter-spacing: -.025em; }
.note-article code { font-size: .875em; overflow-wrap: anywhere; }
.note-article .article-links { display: flex; flex-wrap: wrap; gap: .75rem 2rem; padding-top: 2rem; margin-top: 3rem; border-top: 1px solid var(--line); }
.note-article .text-link { white-space: normal; }
.note-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .7rem; padding: 0; list-style: none; margin: 2rem 0; }
.note-steps li { border: 1px solid #b4bca5; padding: .9rem; background: var(--warm); font-size: .85rem; }
.note-steps strong { display: block; margin-bottom: .5rem; font-weight: 650; }
[data-reveal] { transition: opacity .65s ease, transform .65s ease; }
.reveal-pending { opacity: 0; transform: translateY(18px); }
.motion-paused *, .reduced-motion *, .motion-paused *::before, .motion-paused *::after, .reduced-motion *::before, .reduced-motion *::after { animation-play-state: paused !important; transition-duration: 0s !important; }
.motion-paused .reveal-pending, .reduced-motion .reveal-pending { opacity: 1; transform: none; }
html.motion-paused, html.reduced-motion { scroll-behavior: auto; }
@media (min-width: 1700px) {
  .section { padding-left: max(var(--gutter), calc((100vw - 1560px) / 2)); padding-right: max(var(--gutter), calc((100vw - 1560px) / 2)); }
}
@media (max-width: 1100px) {
  .site-header nav { gap: 1.2rem; }
  .project-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .project-card h3 { font-size: 1.85rem; }
  .project-card { min-height: 290px; }
  .record-label { border-width: 8px; }
}
@media (max-width: 760px) {
  .site-header { min-height: 84px; flex-wrap: wrap; gap: 0; padding: 1rem 0 .5rem; }
  .wordmark { font-size: 1.45rem; gap: .6rem; }
  .wordmark-mark { width: 40px; height: 40px; flex-basis: 40px; }
  .site-header nav { order: 3; width: 100%; justify-content: space-between; padding: 1rem .1rem .4rem; gap: 1rem; }
  .site-header nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: .8rem; }
  .site-header nav a::after { bottom: 0; }
  .hero { padding-top: max(165px,20svh); padding-bottom: 7rem; }
  .hero h1 { max-width: 11ch; font-size: clamp(4.1rem,min(13vw,11.5svh),6.5rem); }
  .hero h1 em { font-size: 1.09em; }
  .hero-copy .eyebrow { font-size: .75rem; margin-bottom: 1.3rem; }
  .lede { margin-top: 1.5rem; font-size: 1.4rem; }
  .hero-description { max-width: 24rem; }
  .hero-actions { gap: 1.3rem; margin-top: 1.5rem; }
  .hero::before { background-image: url("/assets/photos/immersive/green-trail-1024.webp"); }
  .scenic-chapter::before { background-image: url("/assets/photos/immersive/mountain-morning-1024.webp"); }
  .journey { --journey-hero-overlay: linear-gradient(90deg,#101f18b8,#14231b5e), linear-gradient(180deg,#10201970,transparent 35%,#10201988); }
  .hero-bottom { bottom: 1.5rem; font-size: .75rem; padding-top: .5rem; gap: .8rem; }
  .hero-bottom .edition { display: none; }
  .scenic-chapter { padding-bottom: 7rem; }
  .scenic-copy { margin-bottom: 4svh; }
  .scenic-copy h2 { font-size: clamp(3.8rem,13vw,6.4rem); }
  .chapter-note { bottom: 1.6rem; }
  .section { padding-top: 3.3rem; padding-bottom: 3.3rem; }
  .section-heading { display: block; margin-bottom: 1.7rem; }
  .section-heading .text-link { margin-top: 1.5rem; }
  .section h2 { font-size: clamp(2.7rem,8vw,4rem); }
  .project-toolbar { align-items: end; }
  .project-filters { gap: .2rem; }
  .project-filters button { padding: .35rem .62rem; font-size: .8rem; }
  #project-count { font-size: .75rem; }
  .project-grid { grid-template-columns: 1fr; gap: .85rem; }
  .project-card { min-height: 0; padding: 1rem; }
  .project-card h3 { font-size: 1.6rem; margin: .9rem 0 .6rem; }
  .project-card p { line-height: 1.6; margin-bottom: .75rem; }
  .project-preview { margin-top: .7rem; padding: .35rem 0; }
  .project-preview svg { height: 56px; }
  .project-preview figcaption { margin-top: .3rem; }
  .card-foot { padding-top: .45rem; }
  .sessions { grid-template-columns: 1fr; gap: 3rem; }
  .sessions-copy { grid-row: 1; }
  .sessions h2 { font-size: 3.7rem; }
  .record-station { max-width: 355px; }
  .record-label strong { font-size: 1.3rem; }
  .record-label span { font-size: .35rem; }
  .record-label { gap: .25rem; }
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-mark { margin-top: 1.5rem; }
  .companions { margin-top: 3rem; padding-top: 2.5rem; }
  .companions-heading { display: block; margin-bottom: 1.8rem; }
  .companions-heading h3 { font-size: 2.8rem; }
  .companions-heading h3 em { display: inline; }
  .companion-card figcaption { font-size: 1.4rem; }
  footer { flex-direction: column; align-items: flex-start; gap: .7rem; }
  .notes-grid { grid-template-columns: 1fr; gap: 1rem; }
  .note-card { padding: 1.4rem; }
  .note-card h3 { margin-top: 1.2rem; }
  .notes-page .site-header { gap: .5rem; padding-top: 1rem; }
  .notes-page .site-header nav { padding-top: .4rem; }
  .note-article { padding-top: 2.5rem; }
  .note-steps { grid-template-columns: 1fr; }
}
@media (max-width: 370px) {
  .hero h1 { font-size: 3.75rem; }
  .project-toolbar { flex-wrap: wrap; }
}
@media (max-width: 600px) {
  .companion-photos { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (min-width: 701px) and (max-width: 1150px) {
  .project-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .site-header { gap: 1rem; }
  .site-header nav { gap: 1.1rem; }
  .site-header nav a span { display: none; }
}
@media (max-width: 400px) {
  .site-header nav { gap: .65rem; }
  .site-header nav a span { display: none; }
  .hero-bottom > span:first-child { max-width: 8rem; }
  .hero-bottom a { max-width: 10rem; }
  .card-foot { flex-wrap: wrap; }
}
@media (hover: none) {
  .project-card:hover, .note-card:hover { transform: none; box-shadow: none; }
  .project-card::after { transform: scaleX(1); opacity: .25; }
}
@media (prefers-reduced-motion: reduce) {
  html:not([data-motion="on"]) { scroll-behavior: auto; }
  html:not([data-motion="on"]) *, html:not([data-motion="on"]) *::before, html:not([data-motion="on"]) *::after { animation: none !important; transition: none !important; }
  html:not([data-motion="on"]) .reveal-pending { opacity: 1; transform: none; }
}
