/* Signal / Field: cinematic presentation, with project evidence kept intact. */
@font-face { font-family: 'Instrument Serif'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/InstrumentSerif-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Instrument Serif'; font-style: italic; font-weight: 400; font-display: swap; src: url('../fonts/InstrumentSerif-Italic.ttf') format('truetype'); }
:root {
  color-scheme: dark;
  --ink: #ecece6; --muted: #a5afaf; --brand: #dfc297; --brand-strong: #eed9b8;
  --brand-soft: #d5b88c12; --accent: #ceab76; --paper: #080c0e; --white: #111719;
  --wash: #0c1215; --line: #d6dfda24; --serif: 'Instrument Serif', Georgia, serif;
}
html, body { background: #080c0e; }
body { color: var(--ink); }
::selection { background: #dfc297; color: #080c0e; }
:focus-visible { outline-color: #d4b17d; }
h2 { font-size: clamp(2.7rem, 4.6vw, 4.25rem); font-weight: 400; line-height: 1.04; letter-spacing: -.05em; }
h2 em { font-size: 1.17em; line-height: 1.04; color: var(--brand); letter-spacing: -.025em; }
.section-kicker { font-size: .63rem; font-weight: 500; letter-spacing: .2em; }
.section-band { padding-block: 108px; border-color: var(--line); }
.section-heading { margin-bottom: 48px; }
.section-heading > p { font-size: .9rem; }
.btn { background: #ead6b7; border-color: #ead6b7; color: #11191c; border-radius: 999px; font-weight: 550; box-shadow: inset 0 1px 0 #ffffff90; transition: background .25s, box-shadow .25s, transform .25s; }
.btn:hover { background: #f7e8d3; border-color: #f7e8d3; box-shadow: 0 0 26px #e6c18b1f; }
.btn.secondary, .btn.light { color: var(--ink); background: #ffffff04; border-color: var(--line); box-shadow: inset 0 1px 0 #ffffff12; }
.btn.secondary:hover, .btn.light:hover { color: var(--ink); background: #ffffff0c; border-color: #c7bb9c80; }
.text-link { display: inline-flex; align-items: center; gap: 35px; min-height: 44px; color: #f1e5d4; font-size: .78rem; border-bottom: 1px solid #e3d6bd55; }
.text-link:hover { text-decoration: none; border-color: #ebd0a4; }
.text-link > span { font-size: 1.2rem; }

/* A quiet floating navigation stays usable throughout the long portfolio. */
.site-header { position: sticky; top: 18px; height: 0; background: none; border: 0; backdrop-filter: none; }
.nav-shell { min-height: 68px; padding: 8px 18px; width: min(calc(100% - 64px), 1240px); position: relative; border: 1px solid #eeeeeb2a; border-radius: 60px; background: #111719d9; box-shadow: inset 0 1px 0 #ffffff12, 0 8px 36px #0002; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.brand-mark { width: 39px; height: 39px; font-size: 32px; border-color: #d6d8cb69; color: #e5e3d8; }
.brand-name { color: #edeee7; font-size: .87rem; }
.brand-name > span { font-size: .47rem; color: #b7c0bb; letter-spacing: .12em; }
.nav-links { gap: 27px; }
.nav-links a { font-size: .77rem; font-weight: 400; color: #ccd0cb; }
.nav-links a:hover, .nav-links a[aria-current] { color: #f1d4a9; }
.nav-links .nav-contact { border-color: #e6d8c33d; border-radius: 99px; padding: 8px 20px; color: #efdfc8; background: #ffffff05; }
.menu-toggle { border-radius: 99px; color: #e8e8e1; border-color: #c0c8c133; }
html:not(.js) .site-header { position: relative; top: 0; height: auto; padding-top: 12px; }

/* Large, bounded art. Text is DOM content; rendering is strictly decorative. */
.hero { height: 900px; min-height: 900px; position: relative; overflow: hidden; isolation: isolate; background: #060a0c; }
.hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; background: linear-gradient(#060a0c20 0%, transparent 55%, #060a0c18 75%, #080c0e 100%); }
.cinematic-scene { position: absolute; inset: 0; width: 100%; height: 100%; background: transparent; contain: size layout paint; }
.cinematic-scene::before { display: none; }
.cinematic-scene canvas { transition: opacity .8s; }
.hero-field { height: 100%; max-height: 900px; }
.field-static { position: absolute; inset: 0; overflow: hidden; background: radial-gradient(ellipse at 70% 70%, #8c64261f, transparent 42%), radial-gradient(ellipse at 20% 65%, #329b9e24, transparent 45%); }
.field-static::before, .field-static::after { content: ''; position: absolute; left: -15%; top: 50%; width: 130%; height: 27%; border-radius: 50%; border-top: 1px solid #c9ac7945; box-shadow: 0 -4px 20px #dcbd7c18, inset 0 10px 40px #ecbd5920; transform: rotate(-9deg); }
.field-static::after { transform: rotate(11deg); top: 58%; border-color: #a8cbcc4f; }
.is-ready .field-static { display: none; }
.hero-coordinate { position: absolute; z-index: 2; top: 147px; left: max(32px, calc((100vw - 1240px) / 2)); display: flex; gap: 24px; color: #97a7a9; font-size: .49rem; letter-spacing: .15em; writing-mode: vertical-rl; transform: rotate(180deg); }
.hero-inner { position: relative; z-index: 2; display: block; text-align: center; width: min(calc(100% - 80px), 1080px); padding: 124px 0 0; pointer-events: none; }
.hero-content { max-width: 930px; margin: auto; animation: none; }
.hero-content > * { pointer-events: auto; }
.hero .eyebrow { justify-content: center; gap: 12px; margin-bottom: 23px; color: #c9ccc3; font-size: .59rem; letter-spacing: .19em; font-weight: 450; }
.hero .status-dot { width: 5px; height: 5px; background: #e5c38b; box-shadow: 0 0 12px #f0c78e80; }
.eyebrow-divider { color: #626e71; padding-inline: 2px; }
.hero h1 { margin: 0 0 24px; font-size: clamp(4.5rem, 6.2vw, 6.25rem); font-weight: 400; color: #f1f0e8; line-height: .92; letter-spacing: -.065em; }
.hero h1 em { margin-top: 0; color: #e9d0a7; font: italic 400 1.6em/.99 var(--serif); letter-spacing: -.045em; text-shadow: 0 2px 35px #0b0e0fc9; }
.hero-lede { max-width: 570px; margin: 0 auto 22px; color: #c6ccc9; font-size: .94rem; line-height: 1.6; }
.hero-actions { justify-content: center; gap: 10px; }
.hero-actions .btn { min-height: 46px; font-size: .74rem; padding-inline: 23px; gap: 28px; }
.hero-downloads { flex-basis: 100%; position: relative; margin-top: 1px; font-size: .65rem; }
.hero-downloads summary { margin: auto; padding: 9px 12px; color: #aebbb7; }
.hero-downloads .download-links { position: absolute; left: 50%; transform: translateX(-50%); width: min(400px, 90vw); text-align: left; background: #10191bf5; box-shadow: 0 15px 45px #0008; border-color: #62757666; z-index: 6; }
.field-console { position: absolute; z-index: 3; left: 50%; transform: translateX(-50%); bottom: 71px; width: min(600px, calc(100% - 40px)); text-align: center; }
.field-console-label { margin-bottom: 12px; color: #b9c5c3; font-size: .53rem; letter-spacing: .2em; }
.field-console-label > span { padding-left: 8px; color: #dab881; }
.power-legend { margin: 0 0 13px; }
.power-sources { display: flex; flex-wrap: wrap; justify-content: center; gap: 3px 12px; margin: 0 0 9px; color: #d5c7ac; font-size: .6rem; line-height: 1.6; letter-spacing: .045em; }
.power-sources > span { white-space: nowrap; }
.power-sources > span + span::before { content: '·'; color: #77898a; margin-right: 12px; }
.power-legend ol { list-style: none; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 5px 11px; padding: 0; margin: 0; color: #bdc9c5; font-size: .56rem; font-weight: 400; letter-spacing: .04em; }
.power-legend li { display: flex; align-items: center; gap: 11px; white-space: nowrap; }
.power-legend li + li::before { content: '→'; color: #d6b47a; }
.field-modes { display: inline-flex; max-width: 100%; padding: 5px; gap: 3px; border-radius: 99px; border: 1px solid #e6d3b93a; background: #0b1417d6; backdrop-filter: blur(14px); box-shadow: inset 0 1px 0 #ffffff0d, 0 8px 35px #0003; }
.field-modes button { border: 1px solid transparent; padding: 10px 15px; min-height: 44px; border-radius: 99px; background: transparent; color: #b5c0bf; font-size: .69rem; white-space: nowrap; transition: background .3s, color .3s, border-color .3s; }
.field-modes button > span { color: #77888a; font-size: .52rem; margin-right: 7px; }
.field-modes button:hover { color: #fff3dc; background: #ffffff09; }
.field-modes button[aria-pressed='true'] { color: #f0dfc5; border-color: #dfc29748; background: linear-gradient(150deg, #b4935c29, #9b8b610a); box-shadow: inset 0 1px 0 #e6cba026; }
.field-modes button[aria-pressed='true'] > span { color: #dabb87; }
.field-description { margin: 11px 0 0; min-height: 20px; font: italic 1rem/1.3 var(--serif); color: #b5c0b7; }
.field-description--loads { font: 400 .65rem/1.6 var(--sans); letter-spacing: .025em; }
.hero-bottom { position: absolute; z-index: 3; bottom: 0; left: 0; right: 0; min-height: 65px; padding-block: 8px; border-top: 1px solid #d2d6c61a; color: #a6b3b3; font-size: .5rem; letter-spacing: .12em; }
.hero-bottom a { color: #d4d7cb; font-size: .51rem; }
.hero-bottom.has-power-event { gap: 14px; }
.power-event-button { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; min-width: 128px; padding: 5px 12px; border: 1px solid #c9b58830; border-radius: 10px; background: #bca57906; color: #d8c29e; text-align: left; letter-spacing: 0; }
.power-event-button:hover:not(:disabled) { background: #d5b88c12; border-color: #d8c29e66; }
.power-event-button:disabled { cursor: default; }
.power-event-icon { font-size: 1.25rem; line-height: 1; }
.power-event-copy { display: grid; gap: 3px; }
[data-power-phase] { color: #d1d8d1; font-size: .62rem; line-height: 1.25; }
[data-power-replay-label] { color: #a5b5b5; font-size: .53rem; line-height: 1.25; }
.power-event-button:disabled [data-power-replay-label] { color: #859798; }
.motion-toggle { font-size: .62rem; color: #a9b6b5; letter-spacing: 0; border-radius: 999px; }
.motion-toggle:hover { border-color: #a2b7b649; color: #ede0c8; }
.proof-strip { background: #0b1113; border-color: #d3d9d31a; }
.proof-grid { padding-block: 26px; }
.proof-item { border-color: #c7d1c320; }
.proof-item strong { font-size: .79rem; font-weight: 500; color: #d4d9d3; }
.proof-item div > span { font-size: .66rem; color: #93a19f; }
.proof-number { font-size: 1rem; color: #bc9a67; }

/* Reserve a clean band for the transmission towers beneath the hero actions. */
@media (min-width: 821px) {
  .hero-inner { padding-top: 114px; }
  .hero .eyebrow { margin-bottom: 20px; }
  .hero h1 { font-size: clamp(4.5rem, 5.8vw, 6rem); margin-bottom: 16px; }
  .hero-lede { margin-bottom: 15px; }
  .hero-downloads { flex-basis: auto; margin: 0 0 0 6px; }
  .hero-downloads summary { min-height: 46px; display: flex; align-items: center; }
}

/* A documentary portrait and a clearly labeled conceptual world, never conflated. */
.field-notes { padding-top: 110px; border: 0; }
.field-heading { grid-template-columns: 1.5fr 1fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.field-heading > p { max-width: 370px; justify-self: end; }
.field-story { position: relative; min-height: 580px; isolation: isolate; border: 1px solid #b1c4c127; border-radius: 20px; overflow: hidden; background: #07121b; }
.field-landscape { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 48% center; z-index: -2; }
.field-story::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #081015c9, transparent 78%), linear-gradient(transparent 55%, #030a10b3); }
.field-story-copy { position: relative; padding: 57px; max-width: 620px; }
.field-story-copy .section-kicker { color: #d1bd97; font-size: .56rem; }
.field-story-copy h3 { margin: 23px 0 20px; font: 400 clamp(2.5rem, 4vw, 3.8rem)/1.07 var(--sans); letter-spacing: -.055em; color: #f3eee4; }
.field-story-copy h3 em { font: italic 1.27em/1 var(--serif); letter-spacing: -.02em; color: #f4d3a0; }
.field-story-copy p { color: #c9d0ca; font-size: .85rem; line-height: 1.8; }
.field-portrait.hero-visual { position: absolute; z-index: 1; right: 6%; bottom: 44px; width: 265px; padding: 8px; margin: 0; background: #e7e5dc; border: 1px solid #ffffff7a; border-radius: 4px; box-shadow: 0 20px 65px #0007; transform: rotate(3deg); animation: none; }
.field-portrait::before { display: none; }
.field-portrait .hero-photo { width: 100%; height: 320px; border-radius: 1px; object-fit: cover; object-position: center 42%; }
.field-portrait figcaption { color: #333e3a; padding: 11px 10px 8px; line-height: 1.5; }
.field-portrait figcaption > span:first-child { float: right; font-size: .45rem; letter-spacing: .1em; padding-top: 3px; }
.field-portrait figcaption strong { display: block; font: 400 1.23rem var(--serif); }
.field-portrait figcaption > span:last-child { display: block; font-size: .48rem; color: #4f5d53; margin-top: 5px; }
.landscape-caption { position: absolute; left: 30px; bottom: 21px; font-size: .58rem; color: #b8c8ca; letter-spacing: .08em; }
.field-credentials { display: flex; justify-content: space-between; gap: 20px; padding: 33px 0 0; }
.field-credentials > span { display: flex; align-items: baseline; gap: 13px; color: #99aaa7; font-size: .69rem; }
.field-credentials strong { font: 400 1.55rem var(--serif); color: #dedbcf; white-space: nowrap; }

/* Ivory intermissions show actual interfaces, not another row of decorative models. */
.light-evidence { color-scheme: light; --ink: #243332; --muted: #55635e; --brand: #31564b; --brand-strong: #263e35; --brand-soft: #e4e9df; --accent: #89724c; --paper: #eeeee6; --white: #f7f7f1; --wash: #e3e5da; --line: #bcc6b65e; background: var(--paper); color: var(--ink); }
.light-evidence h2 em { color: #716349; }
.light-evidence .btn { color: #f5f2e7; background: #253e37; border-color: #253e37; }
.light-evidence .btn:hover { background: #36584d; }
.light-evidence .btn.secondary { color: #263e37; background: transparent; border-color: #a4b2a4; }
.light-evidence .btn.secondary:hover { background: #dde3d7; }
.project-filters { gap: 3px; }
.project-filters button { border-radius: 99px; font-size: .74rem; padding-inline: 15px; }
.project-filters button[aria-pressed='true'] { background: #273f37; color: #f4f1e8; }
.site-search { border-radius: 99px; background: #ffffff45; }
.site-search input { font-size: .8rem; }
.project-results { font-size: .64rem; padding-block: 16px 27px; }
.selected-grid { gap: 28px; }
.work-card { border: 0; border-radius: 0; background: transparent; box-shadow: none; overflow: visible; }
.work-card:hover, .work-card:focus-within { box-shadow: none; transform: none; }
.project-window.work-image { padding: 0; overflow: hidden; height: 190px; border: 1px solid #81948b57; border-radius: 9px; background: #111c20; box-shadow: 0 6px 17px #253e3112; transform: perspective(1000px) rotateX(0); transform-origin: center; transition: transform .6s cubic-bezier(.2,.8,.2,1), box-shadow .6s; }
.window-bar { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 12px; height: 30px; padding: 0 11px; color: #c2cdca; background: #122125; border-bottom: 1px solid #d5e2d61c; font: .45rem/1.2 var(--sans); white-space: nowrap; }
.window-bar > span:nth-child(2) { overflow: hidden; text-overflow: ellipsis; }
.window-lights { display: flex; gap: 4px; flex-shrink: 0; }
.window-lights i { width: 4px; height: 4px; border: 1px solid #81918c; border-radius: 50%; }
.window-lights i:first-child { background: #c3a679; border-color: #c3a679; }
.project-window.work-image img { width: 100%; height: calc(100% - 30px); max-height: none; object-fit: cover; object-position: top left; border-radius: 0; box-shadow: none; transform: none; }
.work-card .work-image-arrow { opacity: 0; background: #eaece3; border: 1px solid #7e948b4d; right: 14px; bottom: 13px; }
.work-card:hover .work-image-arrow, .work-card:focus-within .work-image-arrow { opacity: 1; transform: none; }
.work-body { padding: 21px 0 9px; }
.work-kind { font-size: .55rem; letter-spacing: .13em; color: #67735f; }
.work-body h3 { font-size: 1.2rem; font-weight: 500; }
.work-body > p:not(.work-kind) { font-size: .8rem; line-height: 1.7; }
.work-stack { font-size: .64rem; }
.work-link { font-size: .69rem; font-weight: 500; margin-top: 14px; }
.selected-grid:not(:has([hidden])) .work-card--featured .project-window.work-image { padding: 0; height: 330px; background: #122125; }
.selected-grid:not(:has([hidden])) .work-card--featured .project-window.work-image img { height: calc(100% - 30px); }
.selected-grid:not(:has([hidden])) .work-card--featured .work-body { padding: 25px 0 19px; }
.selected-grid:not(:has([hidden])) .work-card--featured h3 { font-size: 1.9rem; font-weight: 400; }
.selected-grid:not(:has([hidden])) .work-card--featured .work-body > p:not(.work-kind) { max-width: 530px; font-size: .86rem; }
.project-index { padding-top: 25px; margin-top: 35px; border-top: 1px solid var(--line); }

/* Evidence sections keep familiar interactions but take on the quieter editorial system. */
.summary-layout h2 { font-size: clamp(2rem, 3.4vw, 3.2rem); }
.about-profile img { border: 1px solid #acb8a854; }
.summary-proof-carousel, .media-carousel { background: #152024; }
.light-evidence .media-carousel { background: #dce2d6; }
.credential-card, .certificate-card, .project-card, .feature-copy, .atlas-copy-card { border-radius: 12px; background: linear-gradient(140deg, #ffffff03, transparent), var(--white); }
.credential-card { padding: 34px; }
.credential-card img, .experience-logo { border-radius: 6px; background: #edece6; padding: 5px; }
.carousel-control { background: #172126f2; color: #e3d5be; border-color: #8697915c; }
.carousel-control:hover { background: #e1c59b; color: #0a1518; }
.light-evidence .carousel-control { background: #f4f4ec; color: #263d34; }
.light-evidence .carousel-control:hover { background: #263d34; color: #f4f4ec; }
.badge-link { background: #dedfd2; }
.disclaimer { background: #c1af7410; border-left-color: #b69d67; }
.project-card > img, .project-card > video { background: #1a2527; }
.experience-grid { border-color: #c7b18242; }
.experience-card::before { box-shadow: 0 0 0 1px #ad9d755a; background: #b39a6e; }
.experience-card:first-child::before { background: #dfc497; }
#education .experience-card h3 { margin-bottom: 7px; }
.motion-chapter { background: #0b1518; border-color: #b9cdb327; border-radius: 12px; }
.chapter-copy { background: linear-gradient(120deg, #112123, #0b1518); }
.chapter-copy h3 { color: #e2d6be; font: 400 2rem/1.13 var(--serif); letter-spacing: -.01em; }
.chapter-copy > p { color: #a9b7b0; }
.chapter-flow, .scene-eyebrow { color: #ddc18f; }
.motion-scene:not(.cinematic-scene) { background: radial-gradient(ellipse at 55% 42%, #29444177, transparent 70%), #0b161a; }
.atlas-copy-card { background: #111b1e; }

/* Different-sized, open atmospheric chapters interrupt the grid of interfaces. */
.cinematic-chapter { position: relative; isolation: isolate; min-height: 470px; margin: 0 0 42px; overflow: hidden; border-block: 1px solid #a7beb42b; background: #070e12; }
.cinematic-chapter .cinematic-scene { height: 470px; }
.cinematic-chapter::after { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; background: linear-gradient(90deg, #070e12df, #070e1299 25%, transparent 60%); }
.cinematic-copy { position: relative; z-index: 2; width: 48%; padding: 63px 0 65px 42px; pointer-events: none; }
.cinematic-copy > * { pointer-events: auto; }
.cinematic-copy h3 { margin: 22px 0 18px; color: #ebeae0; font: 400 clamp(2.2rem, 3.4vw, 3.3rem)/1.08 var(--sans); letter-spacing: -.055em; }
.cinematic-copy h3 em { display: inline-block; color: #dbc9ad; font: italic 1.25em/1.1 var(--serif); letter-spacing: -.015em; }
.cinematic-copy > p { color: #aebfbd; font-size: .8rem; line-height: 1.9; }
.cinematic-copy .section-kicker { font-size: .56rem; color: #b8d4d5; }
.cinematic-copy .text-link { margin-top: 6px; font-size: .7rem; }
.cinematic-legend { position: absolute; z-index: 2; display: flex; justify-content: space-around; bottom: 35px; right: 25px; width: 48%; color: #b6c5bd; font-size: .46rem; letter-spacing: .14em; }
.cinematic-legend > span::before { content: '+'; color: #d4b57c; padding-right: 8px; }
.art-caption { position: absolute; z-index: 2; bottom: 14px; right: 25px; color: #a2b6b6; font-size: .56rem; letter-spacing: .07em; }
.learning-chapter { border-color: #cbb08630; }
.learning-chapter .cinematic-copy { margin-left: 55%; padding-left: 0; width: 44%; }
.learning-chapter::after { background: linear-gradient(270deg, #070e12e0, #070e1299 22%, transparent 60%); }
.learning-chapter .cinematic-legend { right: auto; left: 15px; }
.learning-chapter .art-caption { right: auto; left: 27px; }

#contact { position: relative; background: radial-gradient(ellipse at 20% 90%, #344b4333, transparent 60%), #0a1114; padding-block: 120px; color: #eee8dc; border-top: 1px solid #d9c6a227; }
#contact h2 { font-size: clamp(3rem, 4.6vw, 4.5rem); }
#contact h2 em { color: #d6bc91; }
#contact .section-kicker { color: #c4ad87; }
.contact-card > p:not(.section-kicker) { color: #a8bab4; }
.contact-card + .contact-card, .contact-links a { border-color: #c6d0b931; }
.contact-links a { color: #e8e8dd; }
.contact-actions .btn:not(.light) { color: #111b1d; background: #e4ceb0; border-color: #e4ceb0; }
.site-footer { background: #080c0e; color: #aab8b1; border-top: 1px solid #b0c0b622; }
.site-footer a { color: #d2bb96; }
.assistant-launch { background: #172126ed; border: 1px solid #c9b79355; border-radius: 99px; color: #e7d6b8; backdrop-filter: blur(15px); box-shadow: 0 8px 30px #0003; font-size: .64rem; }
.assistant-launch:hover { color: #ffeccc; background: #263239; }
.assistant-launch > span:first-child { color: #e5c38b; }

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .work-card:hover .project-window, .work-card:focus-within .project-window { transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateY(-6px); box-shadow: 12px 20px 35px #24382e20; }
  .hero h1 { animation: signal-enter 1.1s cubic-bezier(.16,1,.3,1) both; }
  .hero .eyebrow, .hero-lede, .hero-actions { animation: signal-enter 1.3s cubic-bezier(.16,1,.3,1) both; }
}
@keyframes signal-enter { from { opacity: .35; transform: translateY(16px); filter: blur(3px); } to { opacity: 1; transform: none; filter: none; } }
html[data-motion='paused'] .hero h1, html[data-motion='paused'] .hero .eyebrow, html[data-motion='paused'] .hero-lede, html[data-motion='paused'] .hero-actions { animation: none; opacity: 1; transform: none; filter: none; }
@media (min-width: 1101px) { #ai-rag .project-card.featured { grid-row: span 3; } }
@media (min-width: 1101px) {
  #education .section-inner { display: grid; grid-template-columns: .9fr 1.7fr; align-items: start; gap: 55px; }
  #education .section-heading { display: block; position: sticky; top: 120px; }
  #education .section-heading > p { margin-top: 24px; }
}
@media (max-width: 1100px) {
  .nav-links { gap: 17px; }
  .nav-links a { font-size: .72rem; }
  .hero-coordinate { display: none; }
  .hero h1 { font-size: 5rem; }
  .field-portrait.hero-visual { right: 4%; width: 245px; }
  .field-portrait .hero-photo { height: 310px; }
  .field-story-copy { padding: 45px; max-width: 58%; }
  .field-story-copy h3 { font-size: 3rem; }
  .field-credentials { gap: 15px; }
  .field-credentials > span { display: grid; gap: 2px; }
  .selected-grid { gap: 23px; }
  .selected-grid:not(:has([hidden])) .work-card--featured .project-window.work-image { height: 230px; }
  .selected-grid:not(:has([hidden])) .work-card--featured .work-body { padding: 21px 0 9px; }
  .selected-grid:not(:has([hidden])) .work-card--featured h3 { font-size: 1.2rem; }
  .cinematic-copy { padding-left: 28px; width: 50%; }
  .cinematic-copy h3 { font-size: 2.65rem; }
}
@media (max-width: 820px) {
  .site-search input { font-size: 1rem; }
  .site-header { top: 12px; }
  .nav-shell { width: calc(100% - 32px); min-height: 64px; padding: 8px 14px; }
  .js .nav-links { top: calc(100% + 9px); padding: 12px; border: 1px solid #dce0c932; border-radius: 20px; background: #0e171bf7; box-shadow: 0 12px 24px #0006; }
  .js .nav-links a { padding-inline: 16px; }
  .hero h1 { font-size: 4.7rem; }
  .hero h1 em { font-size: 1.5em; }
  .hero-inner { width: calc(100% - 40px); padding-top: 129px; }
  .hero-lede { font-size: .9rem; }
  .hero .eyebrow { font-size: .51rem; }
  .hero-bottom > span { max-width: 150px; line-height: 1.7; font-size: .45rem; }
  .hero-bottom > span > span { margin-inline: 4px; }
  .hero-bottom a { font-size: .43rem; gap: 9px; }
  .section-band { padding-block: 78px; }
  .field-heading { grid-template-columns: 1fr; gap: 24px; }
  .field-heading > p { justify-self: start; max-width: 500px; }
  .field-story { min-height: 600px; }
  .field-story-copy { padding: 35px; max-width: 62%; }
  .field-story-copy h3 { font-size: 2.65rem; }
  .field-portrait.hero-visual { width: 215px; bottom: 42px; }
  .field-portrait .hero-photo { height: 270px; }
  .cinematic-copy { padding-block: 64px; }
  .cinematic-copy h3 { font-size: 2.3rem; }
  .cinematic-copy p { font-size: .72rem; }
  .cinematic-legend { font-size: .4rem; }
  .light-evidence .selected-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-window.work-image, .selected-grid:not(:has([hidden])) .work-card--featured .project-window.work-image { height: 230px; }
}
@media (max-width: 640px) {
  .hero { height: 980px; min-height: 980px; }
  .hero-field { max-height: 980px; }
  .hero-inner { padding-top: 124px; }
  .hero .eyebrow { font-size: .48rem; gap: 7px; letter-spacing: .12em; }
  .eyebrow-divider { padding-inline: 0; }
  .hero h1 { font-size: clamp(3.35rem, 12vw, 4.9rem); margin-bottom: 25px; }
  .hero h1 em { font-size: 1.48em; }
  .hero-lede { max-width: 325px; font-size: .8rem; line-height: 1.75; padding-inline: 8px; }
  .hero-actions { gap: 8px; }
  .hero-actions > .btn { flex: 0 1 auto; padding: 12px 18px; gap: 15px; font-size: .66rem; }
  .hero-downloads { font-size: .61rem; }
  .field-console { bottom: 89px; width: calc(100% - 26px); }
  .power-legend { margin-bottom: 12px; }
  .power-sources { gap: 3px 7px; font-size: .55rem; letter-spacing: .01em; }
  .power-sources > span + span::before { margin-right: 7px; }
  .power-legend ol { font-size: .54rem; gap: 4px 7px; letter-spacing: 0; }
  .power-legend li { gap: 7px; }
  .field-modes { gap: 0; padding: 4px; }
  .field-modes button { padding: 9px 12px; font-size: .58rem; min-height: 44px; }
  .field-modes button > span { display: none; }
  .field-console-label { font-size: .47rem; }
  .field-description { font-size: .93rem; }
  .field-description--loads { font-size: .58rem; letter-spacing: 0; }
  .hero-bottom { flex-wrap: nowrap; padding-block: 13px; gap: 10px; min-height: 74px; }
  .hero-bottom > span { max-width: 155px; }
  .hero-bottom > a { display: none; }
  .hero-bottom.has-power-event { display: grid; grid-template-columns: 1fr auto; gap: 4px 8px; padding-block: 8px; }
  .hero-bottom.has-power-event > span:not(.sr-only) { grid-column: 1 / -1; max-width: none; font-size: .43rem; line-height: 1.4; letter-spacing: .08em; }
  .hero-bottom.has-power-event .power-event-button { justify-self: start; min-width: 133px; }
  .hero-bottom.has-power-event .motion-toggle { justify-self: end; }
  .motion-toggle { font-size: .58rem; padding: 5px 8px; }
  .proof-grid { gap: 21px 10px; }
  .proof-item strong { font-size: .73rem; }
  .proof-item div > span { font-size: .61rem; }
  .section-band { padding-block: 65px; }
  h2 { font-size: clamp(2.45rem, 9vw, 3.4rem); }
  .section-heading { gap: 23px; margin-bottom: 33px; }
  .section-heading > p { font-size: .82rem; }
  .field-story { min-height: 810px; border-radius: 13px; }
  .field-landscape { object-position: 40% center; }
  .field-story::after { background: linear-gradient(#081015bb, transparent 70%, #030a10e0); }
  .field-story-copy { padding: 35px 25px; max-width: 100%; }
  .field-story-copy .section-kicker { font-size: .48rem; }
  .field-story-copy h3 { font-size: 2.65rem; }
  .field-story-copy p { font-size: .77rem; }
  .field-portrait.hero-visual { width: 235px; right: calc(50% - 117px); bottom: 51px; transform: rotate(2deg); }
  .field-portrait .hero-photo { height: 300px; }
  .landscape-caption { font-size: .56rem; letter-spacing: .025em; left: 19px; right: 19px; bottom: 14px; line-height: 1.5; }
  .field-credentials { flex-wrap: wrap; justify-content: flex-start; gap: 18px 28px; padding-top: 27px; }
  .field-credentials > span { font-size: .57rem; }
  .field-credentials strong { font-size: 1.25rem; }
  .light-evidence .selected-grid { grid-template-columns: 1fr; gap: 28px; }
  .project-window.work-image, .selected-grid:not(:has([hidden])) .work-card--featured .project-window.work-image { height: auto; aspect-ratio: 1.52; }
  .project-window.work-image img, .selected-grid:not(:has([hidden])) .work-card--featured .project-window.work-image img { position: absolute; inset: 30px 0 0; height: calc(100% - 30px); aspect-ratio: auto; }
  .window-bar { font-size: .48rem; }
  .work-body, .selected-grid:not(:has([hidden])) .work-card--featured .work-body { padding: 22px 0 6px; }
  .work-body h3, .selected-grid:not(:has([hidden])) .work-card--featured h3 { font-size: 1.45rem; }
  .work-body > p:not(.work-kind), .selected-grid:not(:has([hidden])) .work-card--featured .work-body > p:not(.work-kind) { font-size: .83rem; }
  .work-kind { font-size: .55rem; }
  .project-filters button { font-size: .68rem; padding-inline: 12px; }
  .project-results { font-size: .6rem; gap: 10px; }
  .project-index { margin-top: 18px; }
  .cinematic-chapter { min-height: 580px; margin-bottom: 28px; }
  .cinematic-chapter .cinematic-scene { height: 580px; }
  .cinematic-chapter::after, .learning-chapter::after { background: linear-gradient(#070e12dd, #070e1280 25%, transparent 57%); }
  .cinematic-copy, .learning-chapter .cinematic-copy { margin: 0; padding: 32px 23px; width: 100%; }
  .cinematic-copy h3 { font-size: clamp(2rem, 10vw, 2.55rem); }
  .cinematic-copy h3 em { font-size: 1.07em; }
  .cinematic-copy .section-kicker { font-size: .5rem; }
  .cinematic-copy p { font-size: .75rem; }
  .cinematic-legend, .learning-chapter .cinematic-legend { width: calc(100% - 32px); left: 16px; right: 16px; bottom: 35px; font-size: .44rem; }
  .art-caption, .learning-chapter .art-caption { left: 20px; right: 15px; font-size: .54rem; letter-spacing: .01em; }
  #contact { padding-block: 75px; }
  .assistant-launch { margin-top: 0; margin-bottom: 0; }
}
@media (max-width: 420px) {
  .power-legend ol { display: grid; grid-template-columns: repeat(3, max-content); }
  .power-legend li { justify-content: center; }
  .power-legend li:nth-child(4)::before { content: '↳'; }
}
@media (max-width: 380px) {
  .nav-shell { width: calc(100% - 24px); }
  .hero .eyebrow { font-size: .43rem; }
  .hero-actions > .btn { flex-basis: auto; justify-content: center; padding-inline: 13px; gap: 10px; }
  .field-modes button { font-size: .55rem; padding-inline: 10px; }
  .field-story-copy { padding-inline: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media print {
  :root, .light-evidence { --ink: #111; --muted: #333; --paper: #fff; --white: #fff; --brand: #222; --line: #ccc; color-scheme: light; }
  html, body, .section-band, #contact, .site-footer { background: #fff; color: #111; }
  .site-header, .cinematic-scene, .field-console, .hero-coordinate, .hero-bottom, .proof-strip, .field-landscape, .landscape-caption, .cinematic-chapter { display: none !important; }
  .hero { height: auto; min-height: 0; background: #fff; }
  .hero::after, .field-story::after { display: none; }
  .hero-inner { padding: 20px 0; }
  .hero h1, .hero h1 em, .hero-lede, .hero .eyebrow { color: #111; }
  .field-story { min-height: 400px; background: #fff; }
  .field-story-copy h3, .field-story-copy p, .field-story-copy h3 em { color: #111; }
  .field-portrait.hero-visual { right: 20px; bottom: 20px; width: 180px; transform: none; }
  .field-portrait .hero-photo { height: 240px; }
  .field-credentials strong { color: #111; }
  .section-band { padding-block: 30px; }
  #education .section-inner { display: block; }
  #education .section-heading { position: static; }
}
