/* Shared BOEN brand shell and homepage motion layouts. Interior layouts: site-pages.css. */
.home-page { --home-navy: #102b36; --home-deep: #0a2029; --home-paper: #e2d9c8; --home-orange: #ffad66; --home-muted: #b9c5c8; color: var(--home-navy); background: var(--home-paper); font-family: "Segoe UI", Arial, sans-serif; }
.home-page * { -webkit-tap-highlight-color: transparent; }
.home-page a, .home-page button { touch-action: manipulation; }
.home-page :focus-visible { outline: 3px solid #e77623; outline-offset: 6px; }
.home-page [hidden] { display: none !important; }
html.home-motion-reduced { scroll-behavior: auto; }
.home-page section[id], .home-page #main { scroll-margin-top: 98px; }
.home-shell { width: min(1440px, calc(100% - 112px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 16px; padding: 12px 20px; color: var(--home-navy); background: var(--home-orange); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.home-page .header { position: absolute; inset: 0 0 auto; height: 96px; background: transparent; color: var(--home-paper); border: 0; box-shadow: none; backdrop-filter: none; }
.home-page.home-ready .header { position: fixed; transition: background .25s ease, height .25s ease; }
.home-page.home-ready .header.is-scrolled { height: 76px; background: rgba(10,32,41,.97); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 36px; border-bottom: 1px solid rgba(244,242,235,.18); }
.home-wordmark { display: inline-flex; align-items: baseline; gap: 9px; position: relative; color: var(--home-paper); font-size: 34px; font-weight: 850; line-height: 1; letter-spacing: -.06em; }
.home-wordmark span { font-size: 10px; font-weight: 550; letter-spacing: .2em; }
.home-wordmark i { width: 7px; height: 7px; background: var(--home-orange); border-radius: 50%; align-self: flex-start; margin: 3px 0 0 -5px; }
.home-page .nav ul { gap: 38px; }
.home-page .nav a { color: #d5dedf; font-size: 13px; font-weight: 500; }
.home-page .nav a.active, .home-page .nav a:hover { color: #fff; }
.home-page .nav a::after { background: var(--home-orange); bottom: -8px; }
.home-page .nav .nav-contact { display: flex; align-items: center; gap: 32px; padding: 11px 19px; border: 1px solid #72848b; border-radius: 3px; }
.home-page .nav .nav-contact::after { display: none; }
.home-page .nav .nav-contact:hover { border-color: var(--home-orange); color: var(--home-orange); }
.home-page .nav-toggle { display: none; }
.reading-track { height: 2px; width: 100%; }
.reading-track span { display: block; height: 100%; background: var(--home-orange); transform: scaleX(0); transform-origin: left; }
.eyebrow, .section-kicker, .display-heading, .stage-label, .stage-bottom, .source-note-label { font-size: 10px; font-weight: 650; letter-spacing: .16em; line-height: 1.6; }
.eyebrow { margin: 0 0 25px; }
.accent-text { color: var(--home-orange); }
.motion-hero { position: relative; isolation: isolate; overflow: hidden; background: var(--home-navy); color: var(--home-paper); padding: 172px 0 28px; min-height: min(940px, 100svh); display: flex; flex-direction: column; justify-content: center; }
.hero-orbit { position: absolute; z-index: -1; width: 850px; height: 850px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; top: -220px; right: -300px; }
.hero-orbit::after { content: ""; position: absolute; inset: 90px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; }
.hero-layout { display: grid; grid-template-columns: minmax(0,.96fr) minmax(0,1.2fr); align-items: center; gap: 40px; }
.hero-copy { position: relative; z-index: 3; transform: translateY(var(--hero-copy-y, 0px)); }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 10px; color: #c6d4d8; font-size: 9px; letter-spacing: .12em; }
.signal-dot { flex-shrink: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--home-orange); }
.hero-copy h1 { font-size: clamp(58px, 6.4vw, 112px); font-weight: 500; line-height: 1.01; letter-spacing: -.075em; margin: 0 0 32px; }
.hero-copy h1 span { display: block; white-space: nowrap; }
.hero-intro { max-width: 390px; font-size: 15px; line-height: 1.8; color: var(--home-muted); margin-bottom: 32px; }
.hero-links { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.home-button { display: inline-flex; align-items: center; justify-content: space-between; min-height: 53px; gap: 36px; padding: 15px 22px; color: var(--home-deep); background: var(--home-orange); border: 1px solid transparent; border-radius: 3px; font-size: 13px; font-weight: 650; transition: background .2s, transform .2s; }
.home-button:hover { background: #ffc796; transform: translateY(-3px); }
.home-button span, .quiet-link span, .underlined-link span { font-size: 20px; line-height: 1; transition: transform .2s; }
.home-button:hover span, .quiet-link:hover span, .underlined-link:hover span { transform: translate(2px,-2px); }
.quiet-link { display: inline-flex; align-items: center; gap: 15px; color: var(--home-paper); font-size: 12px; padding: 13px 0; }
.quiet-link:hover { color: var(--home-orange); }
.hero-footnote { margin: 35px 0 0; color: #91a6af; font-size: 8px; letter-spacing: .2em; }
.hero-display { min-width: 0; transform: translateY(var(--hero-display-y, 0px)); }
.display-heading { display: flex; justify-content: space-between; gap: 20px; color: #bccacf; font-size: 8px; letter-spacing: .14em; margin: 0 8% 18px; }
.display-heading span:last-child { color: #96a9b1; }
.motion-gallery { position: relative; display: grid; gap: 20px; touch-action: pan-y; }
.motion-slide { position: relative; margin: 0; overflow: hidden; background: #173945; border-radius: 4px; }
.motion-slide img { width: 100%; height: 100%; object-fit: cover; object-position: 47% 50%; }
.home-ready .motion-gallery { display: block; height: clamp(390px, 55svh, 620px); }
.home-ready .motion-slide { position: absolute; width: 85%; inset: 0 auto 0 50%; opacity: 0; transform: translateX(-50%) scale(.84); pointer-events: none; transition: transform .7s cubic-bezier(.22,1,.36,1), opacity .6s ease; }
.home-ready .motion-slide.is-active { z-index: 3; opacity: 1; transform: translateX(-50%) scale(1); pointer-events: auto; }
.home-ready .motion-slide.is-prev { z-index: 1; opacity: .24; transform: translateX(-66%) scale(.87); }
.home-ready .motion-slide.is-next { z-index: 2; opacity: .24; transform: translateX(-34%) scale(.87); }
.motion-slide::after { position: absolute; content: ""; inset: 40% 0 0; background: linear-gradient(transparent,rgba(5,21,28,.92)); pointer-events: none; }
.visual-tag { display: inline-block; padding: 7px 10px; font-size: 8px; line-height: 1.5; letter-spacing: .12em; font-weight: 650; color: #fff; background: #493d54; border-radius: 2px; }
.motion-slide > .visual-tag { position: absolute; z-index: 4; top: 19px; left: 20px; }
.photo-tag { background: #163942; }
.motion-slide figcaption { position: absolute; z-index: 4; bottom: 24px; left: 25px; right: 25px; }
.motion-slide figcaption > span { display: block; font-size: 8px; color: var(--home-orange); letter-spacing: .15em; }
.motion-slide figcaption strong { display: block; margin-top: 8px; font-size: clamp(19px,1.75vw,28px); line-height: 1.2; font-weight: 500; letter-spacing: -.02em; }
.motion-slide figcaption small { display: block; color: #d2dcdf; font-size: 9px; margin-top: 12px; line-height: 1.6; }
.gallery-arrow { display: none; position: absolute; z-index: 5; top: 46%; width: 43px; height: 43px; padding: 0; place-items: center; color: #fff; background: rgba(13,38,49,.92); border: 1px solid #7c8f95; border-radius: 50%; font-size: 21px; cursor: pointer; transition: background .2s; }
.home-ready .gallery-arrow { display: grid; }
.gallery-arrow:hover { background: var(--home-orange); color: var(--home-navy); border-color: var(--home-orange); }
.gallery-prev { left: 2%; } .gallery-next { right: 2%; }
.gallery-toolbar { display: none; align-items: center; gap: 25px; margin: 22px 8% 0; }
.home-ready .gallery-toolbar { display: flex; }
.gallery-count { white-space: nowrap; font-size: 11px; font-variant-numeric: tabular-nums; }
.gallery-count b { font-weight: 550; }
.gallery-count > span { color: #8da5ae; margin-left: 5px; }
.gallery-dots { display: flex; gap: 3px; }
.gallery-dots button { display: grid; place-items: center; border: 0; width: 30px; height: 32px; padding: 0; background: transparent; cursor: pointer; }
.gallery-dots button::after { content: ""; width: 5px; height: 5px; background: #84979f; border-radius: 50%; transition: width .3s, background .3s; }
.gallery-dots button[aria-current="true"]::after { width: 22px; height: 3px; border-radius: 2px; background: var(--home-orange); }
.gallery-caption { margin-left: auto; font-size: 9px; color: #a8b9c0; }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 60px; }
.scroll-cue { display: flex; align-items: center; gap: 15px; min-height: 40px; color: #becdd3; font-size: 8px; letter-spacing: .16em; }
.scroll-line { width: 44px; height: 1px; background: #7c939e; }
.scroll-cue:hover { color: var(--home-orange); }
.motion-toggle { display: flex; align-items: center; gap: 8px; min-height: 38px; padding: 8px 12px; font-size: 10px; border: 1px solid #5b747e; border-radius: 30px; background: transparent; color: #c4d0d6; cursor: pointer; }
.motion-toggle:hover { border-color: var(--home-orange); }
.motion-toggle:disabled { cursor: default; }
.motion-indicator { display: block; width: 5px; height: 5px; background: var(--home-orange); border-radius: 50%; }
.motion-toggle[aria-pressed="true"] .motion-indicator { background: #a4b5bd; }
.ride-story { padding: 78px 0 70px; }
.section-kicker { display: flex; justify-content: space-between; gap: 25px; padding-bottom: 24px; border-bottom: 1px solid #cbd0cc; font-size: 9px; letter-spacing: .12em; }
.section-kicker > span:last-child { color: #60736f; }
.discovery-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: 100px; align-items: end; margin: 65px 0 60px; }
.discovery-heading h2 { font-size: clamp(40px,4.7vw,76px); font-weight: 500; line-height: 1.08; letter-spacing: -.065em; margin: 0; }
.discovery-heading > div { max-width: 370px; margin-left: auto; }
.discovery-heading p { font-size: 14px; line-height: 1.9; color: #5c6a6c; }
.underlined-link { display: inline-flex; align-items: center; gap: 35px; min-height: 45px; border-bottom: 1px solid #91a09c; padding: 8px 0; font-size: 12px; font-weight: 650; }
.underlined-link:hover { color: #95511e; }
.story-stage { display: none; }
.story-chapters { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; }
.story-chapter { min-width: 0; }
.chapter-image { position: relative; margin: 0 0 30px; }
.chapter-image img { width: 100%; aspect-ratio: 4/3; height: auto; object-fit: cover; border-radius: 3px; }
.chapter-image figcaption { position: absolute; left: 15px; bottom: 15px; background: #163942; color: #fff; padding: 7px 9px; font-size: 8px; letter-spacing: .1em; }
.chapter-copy .eyebrow { color: #6b6053; font-size: 9px; letter-spacing: .1em; }
.chapter-copy .eyebrow span { margin-right: 16px; color: #b15b20; }
.chapter-copy h3 { margin: 0 0 22px; font-size: clamp(28px,2.8vw,48px); line-height: 1.14; font-weight: 500; letter-spacing: -.05em; }
.chapter-copy > p:not(.eyebrow):not(.chapter-note) { font-size: 14px; line-height: 1.9; color: #56666b; max-width: 370px; }
.ride-tags { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; padding: 0; margin: 22px 0 23px; }
.ride-tags li { border: 1px solid #c9ceca; border-radius: 2px; padding: 6px 10px; font-size: 9px; color: #4b6165; }
.chapter-copy .chapter-note { max-width: 355px; margin: 20px 0 0; font-size: 10px; line-height: 1.8; color: #687375; }
.collection-link { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 32px 0 0; margin-top: 48px; border-top: 1px solid #cbd0cc; font-size: 12px; }
.collection-link > span { max-width: 530px; color: #60716f; }
.collection-link a { white-space: nowrap; padding: 10px 0; font-weight: 650; }
.collection-link a span { margin-left: 30px; font-size: 22px; }
.project-process { padding: 72px 0 90px; background: var(--home-navy); color: var(--home-paper); }
.project-process .section-kicker { border-color: #38505a; }
.project-process .section-kicker > span:last-child { color: #9dafb5; }
.process-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px; margin-top: 74px; align-items: start; }
.process-intro { position: sticky; top: 130px; padding: 10px 0 40px; }
.process-intro .eyebrow { color: #b7c5c9; font-size: 9px; }
.process-intro h2 { font-size: clamp(40px,4.7vw,76px); line-height: 1.06; letter-spacing: -.06em; font-weight: 500; margin: 0 0 28px; }
.process-intro > p:not(.eyebrow) { max-width: 325px; color: #b6c5ca; font-size: 13px; line-height: 1.9; }
.process-route { display: flex; align-items: center; max-width: 310px; margin: 36px 0 22px; }
.route-node { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid #54717c; border-radius: 50%; color: var(--home-orange); font-size: 9px; }
.route-line { flex: 1; height: 1px; background: #54717c; }
.route-line i { display: block; height: 2px; transform: scaleX(var(--process-progress, .06)); transform-origin: left; background: var(--home-orange); }
.process-steps { list-style: none; padding: 0; margin: 0; }
.process-step { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 25px; align-content: center; min-height: 245px; border-top: 1px solid #3b5460; padding: 36px 28px 36px 4px; transition: border-color .4s, background .4s; }
.process-step:last-child { border-bottom: 1px solid #3b5460; }
.step-number { font-size: 25px; line-height: 1.4; font-weight: 350; color: #a3b9c2; letter-spacing: -.05em; transition: color .4s; }
.process-step .eyebrow { font-size: 8px; letter-spacing: .16em; color: #b7c6cc; margin-bottom: 10px; }
.process-step h3 { margin: 0 0 13px; font-size: clamp(20px,2vw,29px); line-height: 1.2; font-weight: 500; letter-spacing: -.03em; }
.process-step p:last-child { max-width: 370px; color: #b7c6cc; font-size: 12px; line-height: 1.9; margin-bottom: 0; }
.step-dot { position: absolute; width: 6px; height: 6px; top: 48px; right: 5px; background: #758c96; border-radius: 50%; transition: background .3s, box-shadow .3s; }
.motion-active .process-step.is-active { border-top-color: var(--home-orange); background: linear-gradient(90deg,transparent,rgba(255,173,102,.035)); }
.motion-active .process-step.is-active .step-number { color: var(--home-orange); }
.motion-active .process-step.is-active .step-dot { background: var(--home-orange); box-shadow: 0 0 0 5px rgba(255,173,102,.12); }
.home-finale { display: grid; grid-template-columns: 1.15fr 1fr; background: #edb883; }
.finale-image { min-width: 0; min-height: 565px; position: relative; overflow: hidden; }
.finale-image > img { width: 100%; height: 100%; object-fit: cover; position: absolute; }
.finale-image .visual-tag { position: absolute; left: 30px; bottom: 30px; }
.finale-copy { padding: 78px clamp(35px,5.4vw,100px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.finale-copy .eyebrow { color: #64482f; font-size: 9px; }
.finale-copy h2 { font-size: clamp(40px,4.6vw,72px); font-weight: 500; line-height: 1.06; letter-spacing: -.06em; margin: 0 0 25px; }
.finale-copy > p:not(.eyebrow) { font-size: 13px; color: #493d32; line-height: 1.9; max-width: 300px; margin-bottom: 28px; }
.button-dark { background: var(--home-navy); color: var(--home-paper); }
.button-dark:hover { background: #254b58; }
.home-source-note { padding: 28px 0; }
.home-source-note .home-shell { display: grid; grid-template-columns: 220px 1fr; align-items: start; gap: 50px; }
.source-note-label { font-size: 8px; padding-top: 3px; }
.home-source-note p { font-size: 10px; line-height: 1.9; color: #586567; margin: 0; }
.home-source-note a { text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.home-footer { padding: 70px 0 22px; background: var(--home-deep); color: #c0ced4; }
.footer-main { display: grid; grid-template-columns: 1.2fr .7fr 1.2fr; gap: 65px; padding-bottom: 65px; }
.footer-main p:not(.eyebrow) { font-size: 11px; line-height: 1.9; margin: 23px 0 0; }
.footer-main .eyebrow { font-size: 8px; color: #a5b6bd; margin-bottom: 17px; }
.footer-main > div:not(:first-child) > a { display: block; padding: 4px 0; font-size: 12px; }
.footer-main > div > a.footer-email { font-size: clamp(14px,1.6vw,24px); letter-spacing: -.025em; border-bottom: 1px solid #49616d; padding-bottom: 13px; }
.footer-main a:hover { color: var(--home-orange); }
.footer-email span { float: right; }
.footer-end { display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid #324c58; padding-top: 20px; font-size: 9px; }
.footer-end > span:last-child { font-size: 7px; letter-spacing: .15em; }
.footer-end > a { padding: 10px; }

/* Without JS or motion, the same story is a normal accessible image-and-text list. */
@media (min-width: 1000px) and (min-height: 600px) {
    .motion-active .story-layout { display: grid; grid-template-columns: 1.18fr 1fr; gap: 100px; align-items: start; }
    .motion-active .story-stage { display: block; position: sticky; top: 120px; align-self: start; }
    .stage-label { display: flex; align-items: center; justify-content: space-between; font-size: 8px; padding-bottom: 18px; }
    .stage-label b { font-weight: 500; color: #a6531e; }
    .stage-pictures { position: relative; height: clamp(330px,56svh,640px); overflow: hidden; border-radius: 3px; background: #dcded5; }
    .stage-picture { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.035); transition: opacity .65s ease, transform 1s cubic-bezier(.22,1,.36,1); }
    .stage-picture.is-active { opacity: 1; z-index: 1; transform: scale(1); }
    .stage-picture img { width: 100%; height: 100%; object-fit: cover; }
    .stage-picture:first-child img { object-position: 50% 65%; }
    .stage-picture figcaption { position: absolute; display: flex; align-items: center; justify-content: space-between; gap: 15px; bottom: 0; left: 0; right: 0; color: #fff; background: linear-gradient(transparent,rgba(5,21,28,.9)); padding: 80px 22px 22px; font-size: 11px; }
    .stage-picture figcaption .visual-tag { flex-shrink: 0; }
    .stage-bottom { display: flex; align-items: center; gap: 25px; margin-top: 20px; font-size: 7px; }
    .stage-progress { flex: 1; height: 1px; background: #c1c9c3; }
    .stage-progress i { display: block; height: 2px; background: #aa642e; transform: scaleX(var(--story-progress, .05)); transform-origin: left; }
    .motion-active .story-chapters { display: block; }
    .motion-active .story-chapter { display: flex; align-items: center; min-height: 76svh; padding: 48px 0; border-top: 1px solid #ccd0c9; }
    .motion-active .story-chapter:first-child { border-top-color: transparent; }
    .motion-active .chapter-image { display: none; }
    .motion-active .chapter-copy { transition: transform .6s ease; transform: translateY(12px); }
    .motion-active .story-chapter.is-active .chapter-copy { transform: translateY(0); }
}
@media (min-width: 1700px) { .hero-layout { gap: 70px; } }
@media (max-width: 1199px) {
    .home-shell { width: calc(100% - 72px); }
    .hero-layout { gap: 22px; }
    .hero-copy h1 { font-size: 6.7vw; }
    .hero-intro { font-size: 13px; }
    .hero-copy .eyebrow { font-size: 8px; }
    .hero-links { gap: 12px; }
    .hero-links .quiet-link { font-size: 11px; }
    .home-button { gap: 23px; padding: 14px 18px; }
    .gallery-caption { display: none; }
    .discovery-heading, .motion-active .story-layout, .process-layout { gap: 65px; }
    .chapter-copy h3 { font-size: 35px; }
}
@media (max-width: 999px) {
    .motion-hero { padding-top: 150px; min-height: auto; }
    .hero-layout { grid-template-columns: .96fr 1.1fr; gap: 28px; }
    .hero-copy h1 { font-size: 6.8vw; }
    .hero-copy .eyebrow { max-width: 245px; align-items: flex-start; line-height: 1.9; }
    .signal-dot { margin-top: 4px; }
    .hero-links { align-items: flex-start; flex-direction: column; gap: 8px; }
    .home-ready .motion-gallery { height: 430px; }
    .display-heading { font-size: 7px; }
    .display-heading span:last-child { display: none; }
    .motion-slide figcaption { left: 19px; right: 19px; }
    .hero-footnote { max-width: 230px; line-height: 2; }
    .discovery-heading { gap: 50px; }
    .discovery-heading h2 { font-size: 44px; }
    .discovery-heading p { font-size: 12px; }
    .story-chapters { grid-template-columns: 1fr; gap: 45px; }
    .story-chapter { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; align-items: center; padding: 32px 0; border-top: 1px solid #cbd0cc; }
    .chapter-image { margin: 0; }
    .chapter-image img { aspect-ratio: 4/5; }
    .chapter-copy h3 { font-size: 34px; }
    .chapter-copy .eyebrow { margin-bottom: 18px; }
    .chapter-copy > p:not(.eyebrow):not(.chapter-note) { font-size: 12px; }
    .process-layout { gap: 50px; }
    .process-intro h2 { font-size: 46px; }
    .process-step { gap: 15px; grid-template-columns: 30px 1fr; }
    .home-finale { grid-template-columns: 1fr 1fr; }
    .finale-image { min-height: 470px; }
    .finale-copy { padding: 50px 35px; }
    .finale-copy h2 { font-size: 46px; }
    .home-source-note .home-shell { gap: 30px; grid-template-columns: 160px 1fr; }
    .footer-main { gap: 35px; }
    .footer-email span { float: none; }
}
@media (max-width: 900px) {
    .home-page .nav { position: static; overflow: visible; max-height: none; opacity: 1; background: transparent; border: 0; }
    .home-page .nav ul { display: flex; padding: 0; gap: 25px; }
    .home-page .nav a { padding: 0; }
    .home-page .nav a::after { bottom: -8px; }
}
@media (max-width: 700px) {
    .home-shell { width: calc(100% - 40px); }
    .home-page .header { height: 78px; }
    .home-page.home-ready .header.is-scrolled { height: 68px; }
    .home-wordmark { font-size: 29px; }
    .home-wordmark span { font-size: 8px; }
    .home-ready .nav-toggle { display: block; }
    .home-page .nav-toggle span { background: var(--home-paper); }
    .home-ready .nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--home-deep); max-height: 0; overflow: hidden; opacity: 0; visibility: hidden; transition: max-height .25s, opacity .25s, visibility .25s; }
    .home-ready .nav.open { max-height: 350px; opacity: 1; visibility: visible; border-bottom: 1px solid #4c6571; }
    .home-page .nav ul { display: block; padding: 15px 25px 25px; }
    .home-page .nav a { display: block; padding: 14px 0; font-size: 15px; }
    .home-page .nav a::after { display: none; }
    .home-page .nav .nav-contact { margin-top: 12px; }
    .home-page:not(.home-ready) .header { position: relative; height: auto; background: var(--home-navy); }
    .home-page:not(.home-ready) .header-inner { flex-direction: column; align-items: flex-start; padding-top: 22px; gap: 5px; }
    .home-page:not(.home-ready) .nav { width: 100%; }
    .home-page:not(.home-ready) .nav ul { display: flex; flex-wrap: wrap; padding: 10px 0 20px; gap: 20px; }
    .home-page:not(.home-ready) .nav a { font-size: 12px; }
    .home-page:not(.home-ready) .nav .nav-contact { margin: 0; padding: 8px 12px; }
    .motion-hero { padding: 120px 0 24px; }
    .hero-layout { grid-template-columns: 1fr; gap: 40px; }
    .hero-copy .eyebrow { max-width: none; font-size: 8px; margin-bottom: 24px; }
    .hero-copy h1 { font-size: clamp(50px,11.8vw,80px); line-height: 1.04; letter-spacing: -.065em; margin-bottom: 24px; }
    .hero-intro { font-size: 13px; line-height: 1.8; max-width: 370px; margin-bottom: 24px; }
    .hero-links { flex-direction: row; align-items: center; gap: 20px; }
    .home-button { font-size: 12px; min-height: 49px; padding: 12px 17px; }
    .hero-footnote { display: none; }
    .hero-display { margin: 0 -4px; }
    .display-heading { margin-bottom: 13px; font-size: 8px; }
    .display-heading span:last-child { display: inline; font-size: 7px; }
    .home-ready .motion-gallery { height: clamp(310px,94vw,470px); }
    .motion-slide figcaption strong { font-size: 22px; }
    .motion-slide figcaption small { font-size: 9px; }
    .gallery-toolbar { margin-top: 14px; gap: 12px; }
    .gallery-caption { display: block; font-size: 8px; }
    .hero-bottom { margin-top: 26px; }
    .hero-orbit { width: 650px; height: 650px; top: 100px; right: -410px; }
    .scroll-cue { font-size: 7px; gap: 10px; }
    .scroll-line { width: 22px; }
    .motion-toggle { font-size: 9px; }
    .ride-story { padding: 48px 0; }
    .section-kicker { font-size: 8px; padding-bottom: 18px; }
    .section-kicker > span:last-child { display: none; }
    .discovery-heading { grid-template-columns: 1fr; gap: 25px; margin: 35px 0 20px; }
    .discovery-heading h2 { font-size: 43px; }
    .discovery-heading > div { margin: 0; max-width: 380px; }
    .discovery-heading p { font-size: 13px; }
    .story-chapters { gap: 18px; }
    .story-chapter { grid-template-columns: 1fr; gap: 28px; padding: 28px 0 35px; }
    .chapter-image img { aspect-ratio: 5/4; }
    .chapter-copy h3 { font-size: 36px; }
    .chapter-copy .eyebrow { font-size: 8px; }
    .chapter-copy > p:not(.eyebrow):not(.chapter-note) { font-size: 13px; }
    .chapter-copy .chapter-note { max-width: none; }
    .collection-link { flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 0; padding-top: 24px; font-size: 11px; }
    .project-process { padding: 45px 0 50px; }
    .process-layout { grid-template-columns: 1fr; gap: 30px; margin-top: 35px; }
    .process-intro { position: static; padding: 0; }
    .process-intro h2 { font-size: 46px; }
    .process-intro .eyebrow { font-size: 8px; }
    .process-intro > p:not(.eyebrow) { max-width: 380px; }
    .process-route { margin-top: 26px; max-width: 220px; }
    .process-step { min-height: 215px; gap: 18px; grid-template-columns: 32px 1fr; padding: 32px 20px 32px 0; }
    .process-step h3 { font-size: 24px; }
    .home-finale { grid-template-columns: 1fr; }
    .finale-image { min-height: 0; aspect-ratio: 4/3; }
    .finale-image .visual-tag { left: 20px; bottom: 20px; font-size: 7px; }
    .finale-copy { padding: 46px 25px 52px; }
    .finale-copy h2 { font-size: 48px; }
    .home-source-note .home-shell { grid-template-columns: 1fr; gap: 12px; }
    .home-source-note { padding: 25px 0; }
    .home-footer { padding: 45px 0 20px; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 30px; padding-bottom: 40px; }
    .footer-main > div:last-child { grid-column: 1 / -1; }
    .footer-main > div > a.footer-email { font-size: 23px; }
    .footer-email span { float: right; }
    .footer-main > div:last-child > p:last-child { margin-top: 10px; }
    .footer-end { flex-wrap: wrap; gap: 5px 15px; font-size: 8px; }
    .footer-end > span:last-child { display: none; }
}
@media (max-width: 360px) {
    .home-shell { width: calc(100% - 32px); }
    .hero-copy h1 { font-size: 11.6vw; }
    .hero-links { gap: 12px; }
    .hero-links .quiet-link { font-size: 10px; gap: 7px; }
    .gallery-caption { display: none; }
    .motion-slide figcaption strong { font-size: 20px; }
    .discovery-heading h2 { font-size: 38px; }
}
@media (max-height: 599px) and (min-width: 701px) { .motion-hero { padding-top: 135px; min-height: auto; } .process-intro { position: static; } }
.home-page:not(.motion-active) .process-intro { position: static; }
.home-page:not(.motion-active) .motion-slide, .home-page:not(.motion-active) .header { transition: none; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .home-page *, .home-page *::before, .home-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    .hero-copy, .hero-display { transform: none !important; }
}
@media print {
    .home-page .header { position: static !important; }
    .home-page .motion-gallery { height: auto; display: grid; }
    .home-page .motion-slide { position: relative; inset: auto; width: 100%; opacity: 1; transform: none; break-inside: avoid; }
    .home-page .story-stage, .home-page .gallery-arrow, .home-page .gallery-toolbar, .home-page .motion-toggle { display: none; }
    .home-page .story-layout, .home-page .story-chapters { display: block; }
    .home-page .chapter-image { display: block; }
    .home-page .story-chapter { min-height: auto; break-inside: avoid; }
    .home-page .process-intro { position: static; }
}
