:root {
  --ink: #101312;
  --ink-soft: #181c1a;
  --paper: #f3f0e7;
  --paper-dark: #e8e4d9;
  --acid: #dff238;
  --muted: #aaa99f;
  --muted-light: #64665f;
  --muted-dark: #aaa99f;
  --on-acid-muted: rgba(16, 19, 18, .74);
  --text-compact: .6875rem;
  --line: rgba(11, 13, 15, .16);
  --line-dark: rgba(255, 255, 255, .16);
  --shell: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 16px; color: var(--ink); background: var(--acid); font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 50; width: 100%; color: #fff; border-bottom: 1px solid rgba(255,255,255,.14); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { display: block; width: 43px; height: 43px; border-radius: 9px; object-fit: contain; flex: 0 0 auto; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 15px; letter-spacing: .08em; }
.brand-copy small { margin-top: 7px; font-size: var(--text-compact); letter-spacing: .22em; opacity: .62; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-nav > a { position: relative; padding-block: 8px; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 1px; background: var(--acid); transition: right .2s ease; }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { right: 0; }
.site-nav .nav-cta { padding: 13px 17px; color: var(--ink); background: var(--acid); border-radius: 2px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid rgba(255,255,255,.28); background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: white; }

.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 2px; background: var(--acid); }
.page-hero h1, .not-found h1 { max-width: 780px; margin: 0; font-size: clamp(70px, 8.4vw, 132px); line-height: .84; letter-spacing: -.075em; text-transform: uppercase; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 0 22px; border: 1px solid transparent; border-radius: 2px; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--acid); }
.button-ghost { color: white; border-color: rgba(255,255,255,.26); }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.button-dark { color: white; background: var(--ink); }
.button-ghost-light { color: white; border-color: rgba(255,255,255,.28); }
.section { padding: 130px 0; }
.section-dark { color: white; background: var(--ink); }
.section-index { margin: 0; color: var(--muted-light); font-size: var(--text-compact); font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.section-dark .section-index, .collection-newsletter .section-index, .about-machine .section-index, .site-footer .section-index { color: var(--muted-dark); }
.kicker { margin: 0 0 20px; color: var(--muted-light); font-size: 14px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-head h2, .final-cta h2, .article-cta h2, .empty-state h2 { margin: 0; font-size: clamp(42px, 5.2vw, 76px); line-height: .98; letter-spacing: -.055em; }
.section-copy { max-width: 690px; margin: 34px 0; color: #55564f; font-size: 18px; }
.text-link { display: inline-flex; gap: 30px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link-light { color: white; border-color: rgba(255,255,255,.4); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 60px; }
.section-head h2 { margin-top: 10px; }
.section-head > p { max-width: 320px; margin: 0; color: var(--muted-light); }
.section-dark .section-head > p { color: var(--muted-dark); }
.journal-list { border-top: 1px solid var(--line-dark); }
.journal-row { min-height: 112px; display: grid; grid-template-columns: 150px 1fr 40px; align-items: center; border-bottom: 1px solid var(--line-dark); transition: padding .2s ease, color .2s ease; }
.journal-row:hover { padding-left: 15px; color: var(--acid); }
.journal-row > span:first-child { color: var(--muted-dark); font-size: var(--text-compact); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.journal-row h3 { margin: 0; font-size: 24px; letter-spacing: -.02em; }
.journal-arrow { justify-self: end; }

.final-cta { position: relative; overflow: hidden; padding: 150px 0; color: white; text-align: center; background: #121518; }
.final-cta::before { content: "RM"; position: absolute; left: 50%; top: 50%; color: rgba(255,255,255,.025); font-size: 520px; font-weight: 900; letter-spacing: -.14em; transform: translate(-53%,-51%); }
.final-cta-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.final-cta .eyebrow { margin-bottom: 22px; }
.final-cta h2 { font-size: clamp(58px, 8vw, 108px); text-transform: uppercase; }
.final-cta > div > p:not(.eyebrow) { color: rgba(255,255,255,.6); }
.button-row-center { justify-content: center; }

.page-hero { padding: 210px 0 110px; color: white; background: var(--ink); }
.page-hero-inner { max-width: 1240px; }
.page-hero h1 { max-width: 1000px; font-size: clamp(58px, 9vw, 124px); }
.page-hero-inner > p:not(.eyebrow) { max-width: 690px; margin: 30px 0 0; color: rgba(255,255,255,.58); font-size: 19px; }
.page-meta { display: flex; gap: 24px; margin-top: 32px; color: rgba(255,255,255,.68); font-size: var(--text-compact); font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.page-body { padding: 96px 24px 120px; }
.prose { max-width: 780px; margin-inline: auto; font-size: 18px; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { margin: 64px 0 18px; font-size: 39px; line-height: 1.05; letter-spacing: -.04em; }
.prose h3 { margin: 42px 0 12px; font-size: 25px; letter-spacing: -.025em; }
.prose p, .prose li { color: #41423d; }
.prose strong { color: var(--ink); }
.prose a { font-weight: 800; border-bottom: 2px solid var(--acid); }
.prose blockquote { margin: 44px 0; padding: 4px 0 4px 28px; border-left: 4px solid var(--acid); font-size: 24px; font-weight: 700; line-height: 1.4; }
.prose hr { margin: 56px 0; border: 0; border-top: 1px solid var(--line); }
.article-cta { padding: 72px 0; color: white; background: var(--ink-soft); }
.article-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.article-cta h2 { max-width: 650px; font-size: 42px; }

.archive-intro { max-width: 800px; margin: 0 0 70px; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.archive-card { min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; background: var(--paper); transition: background .2s ease; }
.archive-card:hover { background: #e8e9dd; }
.archive-card-top { display: flex; justify-content: space-between; font-size: var(--text-compact); font-weight: 800; letter-spacing: .17em; opacity: .68; }
.archive-card h2 { margin: 0 0 18px; font-size: 30px; line-height: 1.05; letter-spacing: -.04em; }
.archive-card p:not(.card-label) { color: #5e5f58; }
.empty-state { padding: 70px; border: 1px solid var(--line); }
.empty-state h2 { max-width: 700px; }

.not-found { min-height: 100vh; display: grid; place-items: center; padding: 120px 0; color: white; text-align: center; background: var(--ink); }
.not-found .eyebrow { justify-content: center; }
.not-found h1 { color: var(--acid); font-size: 180px; }

.site-footer { padding: 80px 0 24px; color: white; background: #080a0c; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.4fr; gap: 70px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: start; gap: 10px; }
.footer-brand { margin-bottom: 22px; }
.footer-note { max-width: 380px; color: rgba(255,255,255,.68); }
.footer-label { margin: 0 0 10px; color: var(--muted-dark); font-size: var(--text-compact); font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid a:not(.brand) { color: rgba(255,255,255,.72); font-size: 13px; }
.footer-grid a:hover { color: var(--acid); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 70px; padding-top: 20px; border-top: 1px solid var(--line-dark); color: var(--muted-dark); font-size: var(--text-compact); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 1050px) {
  .site-nav { gap: 17px; }
  .site-nav a { font-size: var(--text-compact); }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) {
  body.menu-open { overflow: hidden; }
  .header-inner, .site-header.is-scrolled .header-inner { min-height: 74px; }
  .brand-copy small { display: none; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 74px 0 auto; min-height: calc(100vh - 74px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 35px 24px; color: white; background: #0b0d0f; }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 18px 4px; border-bottom: 1px solid var(--line-dark); font-size: 16px; }
  .site-nav .nav-cta { margin-top: 24px; padding: 18px; text-align: center; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 30px, 1240px); }
  .section { padding: 85px 0; }
  .section-head h2 { font-size: 44px; }
  .section-head { display: block; }
  .section-head > p, .section-head > a { display: inline-flex; margin-top: 24px; }
  .journal-row { grid-template-columns: 1fr 28px; padding: 24px 0; }
  .journal-row > span:first-child { grid-column: 1 / -1; margin-bottom: 8px; }
  .final-cta { padding: 100px 0; }
  .final-cta h2 { font-size: 58px; }
  .page-hero { padding: 155px 0 80px; }
  .page-hero h1 { font-size: 58px; }
  .page-body { padding: 70px 20px 90px; }
  .prose { font-size: 17px; }
  .prose h2 { font-size: 32px; }
  .article-cta-inner { align-items: start; flex-direction: column; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-card { min-height: 360px; }
  .empty-state { padding: 40px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .button-row { flex-direction: column; }
  .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .home-hero-media { animation: none; transform: scale(1.015); }
}

/* Editorial collections and detail pages */
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 70px; color: var(--muted-light); font-size: var(--text-compact); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.breadcrumbs a { transition: color .2s ease; }
.breadcrumbs a:hover { color: var(--acid); }
.breadcrumbs-dark { color: rgba(243,240,231,.68); }
.collection-hero { padding: 180px 0 105px; color: var(--paper); background: var(--ink); }
.collection-hero-grid { min-height: 490px; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); align-items: end; gap: 8vw; }
.collection-hero h1, .story-hero h1, .route-detail-hero h1 { margin: 0; font-size: clamp(76px, 10.5vw, 158px); font-weight: 800; line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.collection-hero h1 em { color: var(--acid); font-style: normal; }
.collection-hero-aside { padding: 38px 0 5px; border-top: 1px solid rgba(243,240,231,.2); }
.collection-hero-aside > p { max-width: 440px; margin: 0; color: rgba(243,240,231,.64); font-size: 18px; }
.collection-stat { display: flex; align-items: end; gap: 14px; margin-top: 48px; }
.collection-stat strong { color: var(--acid); font-size: 64px; line-height: .75; letter-spacing: -.07em; }
.collection-stat span { color: rgba(243,240,231,.68); font-size: var(--text-compact); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.collection-tools { min-height: 88px; display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-bottom: 64px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filter-group { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { padding: 10px 15px; color: #686a63; border: 1px solid transparent; background: transparent; font-size: var(--text-compact); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.filter-button:hover, .filter-button.is-active { color: var(--ink); border-color: var(--ink); }
.filter-button.is-active { background: var(--acid); }
.collection-search { min-width: 250px; display: flex; align-items: center; border-bottom: 1px solid var(--ink); }
.collection-search input { width: 100%; padding: 10px 0; border: 0; outline: 0; color: var(--ink); background: transparent; font: inherit; font-size: 12px; }
.collection-search > span { font-size: 22px; }
.editorial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 82px 32px; }
.editorial-card { min-width: 0; }
.editorial-card-lead { grid-column: 1 / -1; display: grid; grid-template-columns: 1.25fr .75fr; gap: 52px; align-items: center; }
.editorial-card-visual { position: relative; min-height: 390px; display: block; overflow: hidden; color: var(--paper); background: #202824; }
.editorial-card-lead .editorial-card-visual { min-height: 570px; }
.editorial-card-visual::before, .editorial-card-visual::after { content: ""; position: absolute; border: 1px solid rgba(243,240,231,.16); border-radius: 50%; }
.editorial-card-visual::before { width: 72%; aspect-ratio: 1; left: 35%; top: -28%; }
.editorial-card-visual::after { width: 48%; aspect-ratio: 1; left: -13%; bottom: -25%; }
.editorial-card-visual-1 { color: var(--ink); background: var(--acid); }
.editorial-card-visual-1::before, .editorial-card-visual-1::after { border-color: rgba(16,19,18,.2); }
.editorial-card-visual-2 { background: #59665f; }
.editorial-card-visual > span, .editorial-card-visual > small { position: absolute; z-index: 2; top: 25px; font-size: var(--text-compact); font-weight: 800; letter-spacing: .15em; }
.editorial-card-visual > span { left: 27px; }
.editorial-card-visual > small { right: 27px; }
.editorial-card-mark { position: absolute; z-index: 2; left: 50%; top: 50%; font-size: clamp(90px, 15vw, 230px); font-weight: 900; line-height: 1; letter-spacing: -.14em; transform: translate(-54%,-50%) rotate(-6deg); }
.editorial-card-copy { padding-top: 25px; }
.editorial-card-meta { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 22px; color: var(--muted-light); font-size: var(--text-compact); font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.editorial-card-copy h2, .route-library-copy h2 { margin: 0; font-size: clamp(32px, 3.5vw, 56px); line-height: .98; letter-spacing: -.05em; }
.editorial-card-copy > p, .route-library-copy > p { margin: 24px 0 28px; color: #5b5d56; }
.collection-empty { padding: 80px; text-align: center; border: 1px solid var(--line); }
.collection-empty h2 { margin: 0 0 30px; font-size: 48px; letter-spacing: -.05em; }
.collection-empty button { cursor: pointer; background: none; }
.collection-newsletter { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 8vw; margin-top: 120px; padding: 65px; color: var(--paper); background: var(--ink); }
.collection-newsletter h2 { margin: 12px 0 0; font-size: clamp(46px, 5vw, 72px); line-height: .92; letter-spacing: -.06em; }
.collection-newsletter > div:last-child { max-width: 480px; }
.collection-newsletter > div:last-child p { color: rgba(243,240,231,.58); }

.story-hero { padding: 180px 0 120px; color: var(--paper); background: var(--ink); }
.story-hero-inner { max-width: 1120px; }
.story-hero .breadcrumbs { margin-bottom: 85px; }
.story-hero h1 { max-width: 1080px; font-size: clamp(64px, 8vw, 118px); }
.story-deck { max-width: 760px; margin: 40px 0 0; color: rgba(243,240,231,.62); font-size: 21px; }
.story-byline { display: grid; grid-template-columns: repeat(3, minmax(150px, 1fr)); gap: 1px; max-width: 730px; margin-top: 64px; background: rgba(243,240,231,.18); }
.story-byline span { display: flex; flex-direction: column; padding: 16px 20px; background: var(--ink); }
.story-byline small { color: rgba(243,240,231,.68); font-size: var(--text-compact); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.story-byline strong { margin-top: 5px; font-size: 12px; }
.story-cover { position: relative; height: min(680px, 65vw); margin-top: -1px; overflow: hidden; color: var(--paper); background: #56635c; }
.story-cover::before, .story-cover::after { content: ""; position: absolute; border: 1px solid rgba(243,240,231,.18); border-radius: 50%; }
.story-cover::before { width: 70%; aspect-ratio: 1; right: -18%; top: -50%; }
.story-cover::after { width: 48%; aspect-ratio: 1; left: -10%; bottom: -38%; }
.story-cover > div { position: absolute; z-index: 2; inset: 35px; display: flex; justify-content: space-between; align-items: start; border-top: 1px solid rgba(243,240,231,.35); padding-top: 15px; }
.story-cover span, .story-cover small { font-size: var(--text-compact); font-weight: 800; letter-spacing: .16em; }
.story-cover strong { position: absolute; left: 50%; top: 50%; font-size: clamp(150px, 28vw, 440px); line-height: .8; letter-spacing: -.15em; transform: translate(-55%,-50%); }
.story-layout, .route-content-grid { display: grid; grid-template-columns: 230px minmax(0, 780px); justify-content: center; gap: 90px; padding-top: 110px; padding-bottom: 120px; }
.story-rail { position: sticky; top: 115px; align-self: start; }
.story-rail nav ul { margin: 25px 0 40px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.story-rail nav li { border-bottom: 1px solid var(--line); }
.story-rail nav a { display: block; padding: 12px 0; color: #6a6c64; font-size: 11px; }
.story-rail nav a:hover { color: var(--ink); }
.story-rail nav ul ul { display: none; }
.story-share { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 18px; padding-top: 16px; color: var(--muted-light); border-top: 1px solid var(--line); font-size: var(--text-compact); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.story-share > span { width: 100%; }
.story-share button { padding: 0; color: inherit; border: 0; background: transparent; font: inherit; letter-spacing: inherit; text-transform: inherit; cursor: pointer; }
.story-prose, .route-prose { margin: 0; }
.story-prose > p:first-child, .route-prose > p:first-child { color: var(--ink); font-size: 23px; line-height: 1.55; }
.story-signoff { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; margin-bottom: 120px; padding: 36px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-signoff img { border-radius: 14px; }
.story-signoff .kicker { margin-bottom: 5px; }
.story-signoff h2 { margin: 0; font-size: 32px; letter-spacing: -.04em; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.related-grid a { min-height: 230px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; padding: 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.related-grid span { grid-column: 1 / -1; color: rgba(243,240,231,.68); font-size: var(--text-compact); letter-spacing: .14em; }
.related-grid h3 { margin: 60px 0 0; font-size: 27px; line-height: 1.05; }
.related-grid b { align-self: end; color: var(--acid); }

.route-library-hero { padding-bottom: 0; overflow: hidden; }
.route-library-hero-grid { min-height: 660px; display: grid; grid-template-columns: 1fr 1fr; align-items: end; }
.route-library-hero-grid > div:first-child { padding-bottom: 105px; }
.route-library-hero-grid > div:first-child > p:last-child { max-width: 560px; color: rgba(243,240,231,.6); font-size: 18px; }
.route-library-map { position: relative; align-self: stretch; min-height: 650px; background: #171b1a; border-left: 1px solid rgba(243,240,231,.15); }
.route-library-map svg { position: absolute; inset: 6%; width: 88%; height: 88%; }
.route-library-map > span { position: absolute; right: 28px; bottom: 28px; color: rgba(243,240,231,.68); font-size: var(--text-compact); letter-spacing: .16em; }
.collection-count { color: var(--muted-light); font-size: var(--text-compact); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.collection-count strong { color: var(--ink); }
.route-library-grid { display: grid; gap: 90px; }
.route-library-card { display: grid; grid-template-columns: 1.1fr .9fr; align-items: stretch; border: 1px solid var(--line); }
.route-card-map { position: relative; min-height: 540px; overflow: hidden; color: var(--paper); background: var(--ink); }
.route-card-map svg { position: absolute; inset: 6%; width: 88%; height: 88%; }
.route-card-map svg > path:first-child { fill: none; stroke: rgba(243,240,231,.14); stroke-width: 1.5; }
.route-card-map .card-route-line { fill: none; stroke: var(--acid); stroke-width: 4; stroke-dasharray: 9 10; }
.route-card-index, .route-card-coordinates { position: absolute; z-index: 2; font-size: var(--text-compact); font-weight: 800; letter-spacing: .16em; }
.route-card-index { left: 25px; top: 25px; color: var(--acid); }
.route-card-coordinates { right: 25px; bottom: 25px; color: rgba(243,240,231,.68); }
.route-library-copy { display: flex; flex-direction: column; justify-content: center; padding: 65px; }
.route-card-facts { display: grid; grid-template-columns: repeat(2, 1fr); margin: 18px 0 35px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.route-card-facts div { padding: 18px 0; }
.route-card-facts div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.route-card-facts dt, .route-detail-facts dt, .route-overview-panel dt { color: var(--muted-light); font-size: var(--text-compact); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.route-card-facts dd, .route-detail-facts dd, .route-overview-panel dd { margin: 5px 0 0; font-size: 13px; font-weight: 800; }
.route-library-callout { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 45px; margin-top: 100px; padding: 60px; background: var(--paper-dark); }
.route-library-callout-number { font-size: 100px; font-weight: 200; line-height: .7; }
.route-library-callout h2 { margin: 0; font-size: 45px; line-height: .95; letter-spacing: -.05em; }

.route-detail-hero { padding: 180px 0 0; color: var(--paper); background: var(--ink); }
.route-detail-heading { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; padding-bottom: 85px; }
.route-detail-hero h1 { max-width: 1100px; font-size: clamp(62px, 8.2vw, 125px); }
.route-detail-heading > div > p:last-child { max-width: 680px; color: rgba(243,240,231,.62); font-size: 19px; }
.route-detail-index { color: var(--acid); font-size: 11px; font-weight: 800; letter-spacing: .18em; writing-mode: vertical-rl; }
.route-detail-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; border-top: 1px solid rgba(243,240,231,.18); }
.route-detail-facts div { padding: 24px 22px 24px 0; border-right: 1px solid rgba(243,240,231,.18); }
.route-detail-facts div + div { padding-left: 22px; }
.route-detail-facts dt { color: rgba(243,240,231,.68); }
.route-detail-facts dd { color: var(--paper); }
.route-overview { display: grid; grid-template-columns: 1.35fr .65fr; margin-top: 90px; }
.route-overview-map { position: relative; min-height: 660px; color: var(--paper); background: #1b201e; }
.route-overview-map svg { position: absolute; inset: 5%; width: 90%; height: 90%; }
.map-point { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; }
.map-point span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--ink); background: var(--acid); border-radius: 50%; font-size: var(--text-compact); font-weight: 900; }
.map-point p { margin: 0; font-size: var(--text-compact); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.map-point-start { left: 10%; bottom: 8%; }
.map-point-end { right: 10%; top: 8%; }
.route-overview-panel { display: flex; flex-direction: column; justify-content: center; padding: 55px; background: var(--paper-dark); }
.route-overview-panel h2 { margin: 12px 0 30px; font-size: 47px; letter-spacing: -.05em; }
.route-overview-panel dl { margin: 0; border-top: 1px solid var(--line); }
.route-overview-panel dl div { display: flex; justify-content: space-between; gap: 25px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.route-overview-panel dd { text-align: right; }
.route-overview-panel .route-verification { margin-top: 28px; padding-top: 8px; border-top: 2px solid var(--ink); }
.route-verification div { align-items: flex-start; }
.route-verification dd { max-width: 62%; font-weight: 600; }
.route-disclaimer { margin: 35px 0 0; color: #5c5e57; font-size: 11px; }
.route-content-grid { padding-top: 0; padding-bottom: 0; }
.route-story-rail .button { margin-top: 35px; }
.route-prep-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.route-prep h2 { margin: 15px 0 0; font-size: clamp(46px, 5.2vw, 75px); line-height: .94; letter-spacing: -.06em; }
.prep-list { border-top: 1px solid var(--line-dark); }
.prep-list span { display: grid; grid-template-columns: 45px 1fr; padding: 20px 0; color: rgba(243,240,231,.68); border-bottom: 1px solid var(--line-dark); font-size: var(--text-compact); letter-spacing: .12em; }
.prep-list b { color: var(--paper); font-size: 15px; letter-spacing: 0; }

@media (max-width: 900px) {
  .collection-hero-grid, .route-library-hero-grid { grid-template-columns: 1fr; }
  .collection-hero-aside { max-width: 600px; }
  .route-library-map { min-height: 500px; border: 1px solid rgba(243,240,231,.15); border-bottom: 0; }
  .editorial-card-lead, .route-library-card, .route-overview { grid-template-columns: 1fr; }
  .editorial-card-lead { gap: 0; }
  .editorial-card-lead .editorial-card-visual { min-height: 500px; }
  .story-layout, .route-content-grid { grid-template-columns: 180px minmax(0, 1fr); gap: 45px; }
  .route-card-map { min-height: 500px; }
  .route-overview-panel { min-height: 500px; }
}

@media (max-width: 680px) {
  .breadcrumbs { margin-bottom: 48px; }
  .collection-hero, .story-hero, .route-detail-hero { padding-top: 135px; }
  .collection-hero-grid { min-height: 520px; }
  .collection-hero h1 { font-size: clamp(56px, 17vw, 68px); }
  .collection-tools { align-items: stretch; flex-direction: column; padding: 22px 0; }
  .collection-search { width: 100%; }
  .editorial-grid { grid-template-columns: 1fr; gap: 65px; }
  .editorial-card-lead { grid-column: auto; display: block; }
  .editorial-card-visual, .editorial-card-lead .editorial-card-visual { min-height: 370px; }
  .collection-newsletter { grid-template-columns: 1fr; padding: 38px 25px; }
  .story-hero h1, .route-detail-hero h1 { font-size: clamp(38px, 12vw, 54px); }
  .story-deck { font-size: 18px; }
  .story-byline { grid-template-columns: 1fr; }
  .story-cover { width: 100%; height: 460px; }
  .story-layout, .route-content-grid { grid-template-columns: 1fr; padding-top: 70px; padding-bottom: 80px; }
  .story-rail { position: static; }
  .story-share { display: none; }
  .story-signoff { grid-template-columns: auto 1fr; }
  .story-signoff .button { grid-column: 1 / -1; }
  .related-grid { grid-template-columns: 1fr; }
  .route-library-hero-grid > div:first-child { padding-bottom: 60px; }
  .route-library-map { min-height: 430px; }
  .route-tools { align-items: start; }
  .route-library-card { display: block; }
  .route-card-map { min-height: 380px; }
  .route-library-copy { padding: 35px 24px; }
  .route-library-callout { grid-template-columns: auto 1fr; padding: 38px 24px; }
  .route-library-callout .button { grid-column: 1 / -1; }
  .route-detail-heading { grid-template-columns: 1fr; }
  .route-detail-index { display: none; }
  .route-detail-facts { grid-template-columns: repeat(2, 1fr); }
  .route-detail-facts div:nth-child(2) { border-right: 0; }
  .route-overview { width: 100%; margin-top: 0; }
  .route-overview-map { min-height: 470px; }
  .route-overview-panel { min-height: 0; padding: 45px 25px; }
  .route-prep-grid { grid-template-columns: 1fr; }
}

/* Remaining page system */
.interior-hero { padding: 180px 0 105px; color: var(--paper); background: var(--ink); }
.interior-hero-grid { min-height: 520px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(270px, .55fr); align-items: end; gap: 5vw; }
.interior-hero-grid > * { min-width: 0; }
.interior-hero h1 { margin: 0; font-size: clamp(70px, 8.2vw, 126px); font-weight: 800; line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.contact-hero h1 { font-size: clamp(66px, 6.7vw, 108px); }
.interior-hero h1 em { color: var(--acid); font-style: normal; }
.interior-hero-aside { align-self: end; padding: 35px 0 5px; border-top: 1px solid rgba(243,240,231,.2); }
.interior-hero-aside > img { margin-bottom: 28px; border-radius: 20px; }
.interior-hero-aside > p { max-width: 470px; margin: 0 0 30px; color: rgba(243,240,231,.62); font-size: 18px; }
.interior-hero-aside > span { color: rgba(243,240,231,.68); font-size: var(--text-compact); font-weight: 800; letter-spacing: .17em; }
.lead-copy { font-size: 22px !important; line-height: 1.5; }

.about-intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 9vw; }
.portrait-frame { position: relative; min-height: 700px; overflow: hidden; color: var(--paper); background: #56635c; }
.portrait-frame::before, .portrait-frame::after { content: ""; position: absolute; border: 1px solid rgba(243,240,231,.18); border-radius: 50%; }
.portrait-frame::before { width: 88%; aspect-ratio: 1; right: -45%; top: -15%; }
.portrait-frame::after { width: 70%; aspect-ratio: 1; left: -35%; bottom: -30%; }
.portrait-frame > span, .portrait-frame > small { position: absolute; z-index: 2; left: 28px; font-size: var(--text-compact); font-weight: 800; letter-spacing: .17em; }
.portrait-frame > span { top: 28px; }
.portrait-frame > small { bottom: 28px; }
.portrait-frame strong { position: absolute; z-index: 2; left: 50%; top: 50%; font-size: clamp(130px, 20vw, 300px); line-height: .8; letter-spacing: -.15em; transform: translate(-55%,-50%); }
.about-intro-copy h2 { margin: 15px 0 35px; font-size: clamp(52px, 6vw, 88px); line-height: .9; letter-spacing: -.065em; }
.about-intro-copy > p { max-width: 680px; color: #5a5c55; }
.about-intro-copy .text-link { margin-top: 22px; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.pillar-grid article { min-height: 490px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.pillar-grid article > span { color: rgba(243,240,231,.68); font-size: var(--text-compact); letter-spacing: .15em; }
.pillar-symbol { flex: 1; display: grid; place-items: center; color: var(--acid); font-size: 68px; font-weight: 900; }
.pillar-grid h3 { margin: 0 0 18px; font-size: 31px; line-height: 1; letter-spacing: -.04em; }
.pillar-grid article > p:last-child { margin: 0; color: rgba(243,240,231,.48); }
.about-manifesto-grid { display: grid; grid-template-columns: .5fr 2fr 1fr; gap: 6vw; align-items: start; }
.about-manifesto blockquote { margin: 0; font-size: clamp(48px, 6vw, 86px); font-weight: 800; line-height: .94; letter-spacing: -.06em; }
.about-manifesto-grid > div { padding-top: 10px; color: #5d5f57; }
.about-machine { padding: 110px 0; color: var(--paper); background: #171b19; }
.about-machine-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; align-items: center; }
.about-machine h2 { margin: 18px 0 30px; font-size: clamp(65px, 8vw, 120px); line-height: .8; letter-spacing: -.075em; }
.about-machine-grid > div:first-child > p:not(.section-index) { max-width: 480px; color: rgba(243,240,231,.55); }
.machine-silhouette { position: relative; min-height: 480px; overflow: hidden; color: var(--ink); background: var(--acid); }
.machine-silhouette::after { content: ""; position: absolute; width: 65%; aspect-ratio: 1; right: -15%; top: -35%; border: 1px solid rgba(16,19,18,.25); border-radius: 50%; }
.machine-silhouette span, .machine-silhouette small { position: absolute; z-index: 2; left: 28px; right: 28px; font-size: var(--text-compact); font-weight: 900; line-height: 1.45; letter-spacing: .16em; }
.machine-silhouette span { top: 28px; }
.machine-silhouette small { bottom: 28px; }
.machine-silhouette strong { position: absolute; left: 50%; top: 50%; font-size: clamp(170px, 25vw, 370px); line-height: .75; letter-spacing: -.14em; transform: translate(-54%,-50%) skew(-8deg); }

.mini-specs { display: grid; grid-template-columns: repeat(3, 1fr); margin: 35px 0 0; border-top: 1px solid rgba(243,240,231,.18); }
.mini-specs div { padding: 16px 8px 0 0; }
.mini-specs dt { color: rgba(243,240,231,.68); font-size: var(--text-compact); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.mini-specs dd { margin: 5px 0 0; font-size: 13px; font-weight: 800; }
.gear-feature-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; }
.gear-stage { position: relative; min-height: 650px; overflow: hidden; color: var(--paper); background: #56635c; }
.gear-stage::after { content: ""; position: absolute; width: 80%; aspect-ratio: 1; left: -30%; bottom: -45%; border: 1px solid rgba(243,240,231,.2); border-radius: 50%; }
.gear-stage span, .gear-stage small { position: absolute; z-index: 2; left: 28px; right: 28px; font-size: var(--text-compact); font-weight: 800; line-height: 1.45; letter-spacing: .16em; }
.gear-stage span { top: 28px; }
.gear-stage small { bottom: 28px; }
.gear-stage strong { position: absolute; z-index: 2; left: 50%; top: 50%; font-size: clamp(170px, 24vw, 350px); line-height: .75; letter-spacing: -.15em; transform: translate(-54%,-50%); }
.gear-feature-copy h2 { margin: 12px 0 30px; font-size: clamp(50px, 5.7vw, 82px); line-height: .9; letter-spacing: -.06em; }
.gear-feature-copy > p:not(.section-index,.kicker) { color: #5d5f58; }
.spec-table { margin: 40px 0 0; border-top: 1px solid var(--line); }
.spec-table div { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); }
.spec-table dt { color: var(--muted-light); font-size: var(--text-compact); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.spec-table dd { margin: 0; font-weight: 800; }
.kit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); }
.kit-grid article { padding: 24px; background: var(--ink); }
.kit-visual { position: relative; min-height: 330px; margin-bottom: 30px; overflow: hidden; background: #56635c; }
.kit-visual-acid { color: var(--ink); background: var(--acid); }
.kit-visual-soft { background: #29302d; }
.kit-visual span { position: absolute; left: 20px; top: 20px; font-size: var(--text-compact); font-weight: 800; }
.kit-visual strong { position: absolute; left: 50%; top: 50%; font-size: 95px; letter-spacing: -.1em; transform: translate(-50%,-50%); }
.kit-grid h3 { margin: 0; font-size: 29px; }
.kit-grid article > p:not(.kicker) { color: rgba(243,240,231,.48); }
.kit-grid article > a { color: var(--acid); font-size: var(--text-compact); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.edit-bench-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; }
.edit-bench h2 { margin: 15px 0 28px; font-size: clamp(55px, 6vw, 90px); line-height: .85; letter-spacing: -.07em; }
.edit-bench-grid > div:first-child > p:last-child { color: #5d5f57; }
.edit-interface { padding: 22px; color: var(--paper); background: var(--ink); }
.edit-screen { min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; background: #28322e; }
.edit-screen span, .edit-interface small { font-size: var(--text-compact); font-weight: 800; letter-spacing: .16em; }
.edit-screen strong { align-self: center; color: var(--acid); font-size: 29px; }
.edit-timeline { display: grid; grid-template-columns: 1fr .5fr 1.3fr .7fr 1.5fr; gap: 5px; margin: 18px 0; }
.edit-timeline i { height: 45px; background: #56635c; }
.edit-timeline i:nth-child(even) { background: var(--acid); }
.gear-disclosure { padding: 42px 0; color: var(--paper); background: #202522; }
.gear-disclosure .shell { display: grid; grid-template-columns: .7fr 1.5fr .8fr; align-items: center; gap: 45px; }
.gear-disclosure span, .gear-disclosure a { font-size: var(--text-compact); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gear-disclosure p { color: rgba(243,240,231,.55); }
.gear-disclosure a { justify-self: end; color: var(--acid); }

.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; }
.contact-copy h2 { margin: 14px 0 28px; font-size: clamp(52px, 5.5vw, 78px); line-height: .9; letter-spacing: -.06em; }
.contact-copy > p:not(.section-index) { color: #5c5e57; }
.contact-copy dl { margin-top: 45px; border-top: 1px solid var(--line); }
.contact-copy dl div { padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-copy dt { font-size: 11px; font-weight: 800; }
.contact-copy dd { margin: 3px 0 0; color: var(--muted-light); font-size: 12px; }
.contact-form { padding: 50px; color: var(--paper); background: var(--ink); }
.contact-form label { display: block; margin-bottom: 28px; }
.contact-form label > span { display: block; margin-bottom: 8px; color: rgba(243,240,231,.68); font-size: var(--text-compact); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form :where(input, select, textarea) { width: 100%; padding: 15px 0; color: var(--paper); border: 0; border-bottom: 1px solid rgba(243,240,231,.25); outline: 0; background: transparent; font: inherit; }
.contact-form select { color-scheme: dark; }
.contact-form textarea { resize: vertical; }
.form-trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-privacy { margin: -4px 0 28px; color: rgba(243,240,231,.68); font-size: var(--text-compact); line-height: 1.6; }
.form-privacy a { color: var(--paper); border-bottom: 1px solid rgba(243,240,231,.35); }
.form-submit { display: flex; align-items: center; gap: 24px; }
.form-submit .button { color: var(--ink); background: var(--acid); cursor: pointer; }
.form-submit .button:disabled, .footer-subscribe button:disabled { opacity: .55; cursor: wait; }
.form-submit p { max-width: 220px; margin: 0; color: rgba(243,240,231,.68); font-size: var(--text-compact); }
.form-submit p[data-state="success"], .footer-subscribe form p[data-state="success"] { color: var(--acid); }
.form-submit p[data-state="error"], .footer-subscribe form p[data-state="error"] { color: #ffaaa0; }
.channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.channel-grid a { min-height: 270px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; padding: 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); transition: background .2s ease; }
.channel-grid a:hover { background: #1a201d; }
.channel-grid span { grid-column: 1 / -1; color: rgba(243,240,231,.68); font-size: var(--text-compact); }
.channel-grid strong { align-self: end; margin-top: 90px; font-size: 31px; }
.channel-grid small { grid-column: 1 / -1; color: rgba(243,240,231,.68); }
.channel-grid b { grid-row: 2 / span 2; grid-column: 2; align-self: end; color: var(--acid); }
.partnership-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.partnership-grid h2 { margin: 14px 0 0; font-size: clamp(50px, 5.7vw, 82px); line-height: .9; letter-spacing: -.06em; }
.partnership-grid > div:last-child > p { color: #5d5f58; font-size: 19px; }
.partnership-grid ul { margin: 35px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.partnership-grid li { padding: 14px 0; border-bottom: 1px solid var(--line); }

.faq-search { display: flex; align-items: center; margin-top: 30px; border-bottom: 1px solid rgba(243,240,231,.5); }
.faq-search input { flex: 1; padding: 14px 0; color: var(--paper); border: 0; outline: 0; background: transparent; font: inherit; }
.faq-search b { font-size: 24px; }
.faq-layout { display: grid; grid-template-columns: 230px minmax(0, 780px); justify-content: center; gap: 90px; }
.faq-categories { position: sticky; top: 115px; align-self: start; display: flex; flex-direction: column; }
.faq-categories p { margin-bottom: 25px; }
.faq-categories a { padding: 12px 0; color: var(--muted-light); border-bottom: 1px solid var(--line); font-size: 11px; }
.faq-categories a:hover { color: var(--ink); }
.faq-list > section { margin-bottom: 70px; scroll-margin-top: 104px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 1fr auto; gap: 25px; padding: 23px 0; font-size: 20px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--acid); background: var(--ink); width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: 0; padding: 0 55px 25px 0; color: #5e6058; }
.faq-empty { padding: 50px 0; }
.faq-empty h2 { font-size: 45px; }
.faq-contact { padding: 60px 0; color: var(--paper); background: #202522; }
.faq-contact .shell { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.faq-contact img { border-radius: 15px; }
.faq-contact h2 { margin: 0; font-size: 40px; letter-spacing: -.04em; }

.gallery-tools { margin-bottom: 40px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 85px; gap: 12px; }
.gallery-tile { position: relative; grid-column: span 4; grid-row: span 5; overflow: hidden; color: var(--paper); border: 0; background: #56635c; text-align: left; cursor: pointer; }
.gallery-tile:nth-child(1), .gallery-tile:nth-child(6) { grid-column: span 8; grid-row: span 7; }
.gallery-tile-1 { color: var(--ink); background: var(--acid); }
.gallery-tile-2 { background: #29312e; }
.gallery-tile-3 { background: #838b82; }
.gallery-tile::after { content: ""; position: absolute; width: 75%; aspect-ratio: 1; right: -30%; top: -30%; border: 1px solid currentColor; border-radius: 50%; opacity: .15; }
.gallery-tile span, .gallery-tile small { position: absolute; z-index: 2; left: 22px; font-size: var(--text-compact); font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.gallery-tile span { top: 22px; }
.gallery-tile small { bottom: 22px; }
.gallery-tile strong { position: absolute; left: 50%; top: 50%; font-size: clamp(75px, 10vw, 170px); line-height: .8; letter-spacing: -.13em; transform: translate(-50%,-50%); }
.gallery-lightbox { width: min(900px, calc(100vw - 40px)); padding: 0; color: var(--paper); border: 0; background: var(--ink); }
.gallery-lightbox::backdrop { background: rgba(16,19,18,.88); backdrop-filter: blur(10px); }
.gallery-lightbox > button { position: absolute; z-index: 3; right: 15px; top: 15px; width: 42px; height: 42px; color: var(--ink); border: 0; border-radius: 50%; background: var(--acid); font-size: 24px; cursor: pointer; }
.gallery-lightbox-frame { min-height: 580px; display: grid; place-items: center; background: #56635c; }
.gallery-lightbox-frame strong { font-size: clamp(70px, 12vw, 145px); letter-spacing: -.08em; }
.gallery-lightbox > p { margin: 0; padding: 18px 24px; font-size: var(--text-compact); letter-spacing: .14em; text-transform: uppercase; }

.footer-subscribe { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 8vw; margin-bottom: 70px; padding-bottom: 65px; border-bottom: 1px solid var(--line-dark); }
.footer-subscribe h2 { margin: 10px 0 0; font-size: clamp(43px, 5vw, 68px); line-height: .9; letter-spacing: -.06em; }
.footer-subscribe form { display: grid; grid-template-columns: 1fr auto; align-items: end; }
.footer-subscribe label { border-bottom: 1px solid rgba(243,240,231,.45); }
.footer-subscribe input { width: 100%; padding: 15px 0; color: var(--paper); border: 0; outline: 0; background: transparent; font: inherit; }
.footer-subscribe button { padding: 15px 0 15px 24px; color: var(--acid); border: 0; background: transparent; font-size: var(--text-compact); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.footer-subscribe form p { grid-column: 1 / -1; margin: 10px 0 0; color: rgba(243,240,231,.68); font-size: var(--text-compact); }
.footer-subscribe form p a, .form-submit p a { color: var(--paper); border-bottom: 1px solid rgba(243,240,231,.35); }

@media (max-width: 900px) {
  .interior-hero { padding-top: 145px; padding-bottom: 80px; }
  .interior-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 55px; }
  .interior-hero h1, .contact-hero h1 { font-size: clamp(64px, 10vw, 92px); }
  .interior-hero-aside { max-width: 620px; }
  .about-intro-grid, .gear-feature-grid { grid-template-columns: 1fr 1fr; gap: 5vw; }
  .about-manifesto-grid { grid-template-columns: .4fr 1.6fr; }
  .about-manifesto-grid > div { grid-column: 2; }
  .contact-grid, .faq-layout { gap: 45px; }
  .gallery-grid { grid-auto-rows: 65px; }
}

@media (max-width: 840px) {
  .about-intro-grid, .gear-feature-grid, .edit-bench-grid, .contact-grid, .partnership-grid, .faq-layout { grid-template-columns: 1fr; }
  .contact-grid, .partnership-grid, .faq-layout { gap: 55px; }
  .faq-categories { position: static; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 680px) {
  .interior-hero { padding-top: 135px; padding-bottom: 70px; }
  .interior-hero-grid { min-height: 560px; grid-template-columns: 1fr; }
  .interior-hero h1 { font-size: clamp(48px, 14.5vw, 66px); }
  .contact-hero h1 { font-size: clamp(38px, 12vw, 66px); }
  .about-intro-grid, .about-machine-grid, .gear-feature-grid, .edit-bench-grid, .contact-grid, .partnership-grid, .faq-layout, .footer-subscribe { grid-template-columns: 1fr; }
  .portrait-frame, .gear-stage { min-height: 500px; }
  .pillar-grid, .kit-grid, .channel-grid { grid-template-columns: 1fr; }
  .pillar-grid article { min-height: 390px; }
  .about-manifesto-grid { grid-template-columns: 1fr; }
  .about-manifesto-grid > div { grid-column: auto; }
  .machine-silhouette { min-height: 360px; }
  .gear-disclosure .shell { grid-template-columns: 1fr; gap: 15px; }
  .gear-disclosure a { justify-self: start; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 36px 22px; }
  .form-submit { align-items: start; flex-direction: column; }
  .faq-categories { position: static; }
  .faq-contact .shell { grid-template-columns: auto 1fr; }
  .faq-contact .button { grid-column: 1 / -1; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-tile, .gallery-tile:nth-child(1), .gallery-tile:nth-child(6) { grid-column: auto; grid-row: auto; min-height: 370px; }
  .gallery-lightbox-frame { min-height: 430px; }
  .footer-subscribe form { grid-template-columns: 1fr; }
  .footer-subscribe button { padding-left: 0; text-align: left; }
}

/* Homepage editorial redesign */
.site-header { position: fixed; transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease; }
.site-header.is-scrolled { background: rgba(16,19,18,.88); border-color: rgba(243,240,231,.1); backdrop-filter: blur(18px); }
.site-header.is-scrolled .header-inner { min-height: 72px; }
.header-inner { transition: min-height .25s ease; }
.home-hero { position: relative; min-height: max(820px, 100svh); overflow: hidden; color: var(--paper); background: var(--ink); }
.home-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 58% center; transform: scale(1.015); animation: hero-settle 1.2s ease-out both; }
.home-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,19,18,.96) 0%, rgba(16,19,18,.78) 33%, rgba(16,19,18,.2) 68%, rgba(16,19,18,.1) 100%), linear-gradient(0deg, rgba(16,19,18,.78) 0%, transparent 36%, rgba(16,19,18,.2) 100%); }
.home-hero-shade::after { content: ""; position: absolute; inset: 0; opacity: .15; background-image: radial-gradient(rgba(255,255,255,.42) .55px, transparent .55px); background-size: 5px 5px; mix-blend-mode: soft-light; }
.home-hero-inner { position: relative; z-index: 2; min-height: max(820px, 100svh); display: grid; grid-template-columns: minmax(0, 1fr) 190px; align-items: center; gap: 4vw; padding-top: 120px; padding-bottom: 150px; }
.home-hero-copy { min-width: 0; max-width: 1040px; }
.home-hero .eyebrow { margin-bottom: 36px; color: rgba(243,240,231,.62); }
.home-hero h1 { max-width: 1040px; margin: 0; font-size: clamp(68px, 6.6vw, 112px); font-weight: 800; line-height: .83; letter-spacing: -.075em; text-transform: uppercase; }
.home-hero h1 em { position: relative; color: var(--paper); font-style: normal; white-space: nowrap; }
.home-hero h1 em::after { content: ""; position: absolute; left: .04em; right: .02em; bottom: -.04em; height: .055em; background: var(--acid); }
.home-hero-lead { max-width: 590px; margin: 40px 0 0; color: rgba(243,240,231,.7); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; }
.button-quiet { color: var(--paper); border-color: rgba(243,240,231,.3); background: rgba(16,19,18,.12); backdrop-filter: blur(10px); }
.button-quiet:hover { background: rgba(243,240,231,.09); }
.home-hero-aside { align-self: end; margin-bottom: 48px; padding-left: 26px; border-left: 1px solid rgba(243,240,231,.28); }
.home-hero-aside img { width: 76px; margin-bottom: 26px; border-radius: 18px; }
.home-hero-aside p { margin: 0; color: rgba(243,240,231,.64); font-size: 11px; font-weight: 700; line-height: 1.8; letter-spacing: .13em; text-transform: uppercase; }
.home-hero-footer { position: absolute; z-index: 3; left: 50%; bottom: 0; min-height: 74px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; color: rgba(243,240,231,.55); border-top: 1px solid rgba(243,240,231,.2); font-size: var(--text-compact); font-weight: 800; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); }
.home-hero-footer span:nth-child(2) { text-align: center; }
.home-hero-footer a { display: flex; align-items: center; gap: 20px; color: var(--paper); }
.home-hero-footer b { color: var(--acid); font-size: 17px; }
@keyframes hero-settle { from { opacity: .55; transform: scale(1.06); } to { opacity: 1; transform: scale(1.015); } }

.home-statement { padding-block: 150px; }
.statement-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 70px; }
.statement-label { display: flex; flex-direction: column; gap: 28px; }
.statement-rule { width: 1px; height: 130px; background: var(--line); }
.statement-copy h2 { max-width: 1040px; margin: 0; font-size: clamp(52px, 6.2vw, 94px); font-weight: 700; line-height: .94; letter-spacing: -.06em; }
.statement-bottom { max-width: 930px; display: grid; grid-template-columns: 1.2fr auto; align-items: end; gap: 70px; margin-top: 58px; }
.statement-bottom p { max-width: 560px; margin: 0; color: #5a5c55; font-size: 18px; }
.statement-bottom .text-link { white-space: nowrap; }

.latest-feature { padding-block: 140px; }
.editorial-head { margin-bottom: 54px; }
.editorial-head h2 { max-width: 840px; font-size: clamp(48px, 5vw, 78px); }
.film-card { position: relative; min-height: 720px; display: block; overflow: hidden; color: var(--paper); background: #202522; }
.film-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.film-card:hover img { transform: scale(1.025); }
.film-card-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,19,18,.78), rgba(16,19,18,.12) 65%), linear-gradient(0deg, rgba(16,19,18,.72), transparent 55%); }
.film-play { position: absolute; left: 50%; top: 50%; width: 88px; height: 88px; display: grid; place-items: center; color: var(--ink); background: var(--acid); border-radius: 50%; font-size: 20px; transform: translate(-50%,-50%); transition: transform .25s ease; }
.film-card:hover .film-play { transform: translate(-50%,-50%) scale(1.08); }
.film-number, .film-location, .film-action { position: absolute; z-index: 2; font-size: var(--text-compact); font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.film-number { left: 36px; top: 34px; }
.film-location { right: 36px; top: 34px; }
.film-title { position: absolute; z-index: 2; left: 36px; bottom: 44px; font-size: clamp(52px, 6.5vw, 98px); font-weight: 800; line-height: .83; letter-spacing: -.065em; text-transform: uppercase; }
.film-action { right: 36px; bottom: 44px; padding-bottom: 5px; border-bottom: 1px solid rgba(243,240,231,.6); }

.explore-section { padding-block: 150px; }
.explore-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.explore-card { position: relative; min-height: 570px; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.explore-card:hover { z-index: 2; transform: translateY(-7px); box-shadow: 0 18px 45px rgba(16,19,18,.14); }
.explore-card-acid { color: var(--ink); background: var(--acid); }
.explore-card-ink { color: var(--paper); background: var(--ink); }
.explore-card-paper { color: var(--ink); background: var(--paper); }
.explore-card-index { font-size: var(--text-compact); font-weight: 800; letter-spacing: .18em; opacity: .55; }
.explore-card-symbol { align-self: center; display: grid; place-items: center; width: 112px; height: 112px; color: var(--acid); background: var(--ink); border-radius: 50%; font-size: 26px; }
.explore-card small { display: block; margin-bottom: 10px; font-size: var(--text-compact); font-weight: 800; letter-spacing: .18em; text-transform: uppercase; opacity: .55; }
.explore-card-acid .explore-card-index, .explore-card-acid small { color: var(--on-acid-muted); opacity: 1; }
.explore-card h3 { margin: 0; font-size: 38px; line-height: 1; letter-spacing: -.045em; }
.explore-card p { max-width: 280px; margin: 14px 0 30px; opacity: .62; }
.explore-card b { font-size: var(--text-compact); letter-spacing: .12em; text-transform: uppercase; }
.explore-card-route { position: relative; align-self: stretch; height: 180px; opacity: .8; }
.explore-card-route i { position: absolute; left: -10%; width: 120%; height: 75px; border: 1px solid rgba(243,240,231,.23); border-radius: 50%; transform: rotate(-9deg); }
.explore-card-route i:nth-child(2) { top: 46px; left: -18%; transform: rotate(8deg); }
.explore-card-route i:nth-child(3) { top: 94px; left: -6%; transform: rotate(-4deg); }
.explore-card-route::after { content: ""; position: absolute; left: 48%; top: 5px; width: 4px; height: 170px; background: repeating-linear-gradient(to bottom, var(--acid) 0 12px, transparent 12px 22px); transform: rotate(12deg); }
.explore-card-gear { align-self: center; color: transparent; font-size: 110px; font-weight: 900; line-height: .62; letter-spacing: -.08em; -webkit-text-stroke: 1px rgba(16,19,18,.26); transform: rotate(-6deg); }

.route-editorial { padding-block: 0; background: var(--paper-dark); }
.route-editorial-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 1fr 1fr; }
.route-editorial-map { position: relative; min-height: 820px; overflow: hidden; color: var(--paper); background: var(--ink); }
.route-editorial-map svg { position: absolute; inset: 4%; width: 92%; height: 92%; }
.route-contour { fill: none; stroke: rgba(243,240,231,.13); stroke-width: 1.4; }
.route-line { fill: none; stroke: var(--acid); stroke-width: 5; stroke-linecap: round; stroke-dasharray: 10 11; }
.route-dot { fill: var(--ink); stroke: var(--paper); stroke-width: 5; }
.route-dot-end { stroke: var(--acid); }
.route-editorial-map > span { position: absolute; left: 38px; bottom: 34px; color: rgba(243,240,231,.5); font-size: var(--text-compact); font-weight: 800; letter-spacing: .18em; }
.route-editorial-copy { align-self: center; max-width: 680px; padding: 100px 8vw; }
.route-editorial-copy h2 { max-width: 650px; margin: 12px 0 0; font-size: clamp(54px, 6vw, 92px); line-height: .9; letter-spacing: -.06em; }
.route-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 44px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.route-facts div { padding: 20px 16px 20px 0; border-right: 1px solid var(--line); }
.route-facts div + div { padding-left: 16px; }
.route-facts div:last-child { border: 0; }
.route-facts dt { color: var(--muted-light); font-size: var(--text-compact); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.route-facts dd { margin: 7px 0 0; font-size: 13px; font-weight: 800; }

.journal-list-editorial .journal-row { grid-template-columns: 145px 1fr 120px 34px; }
.journal-topic { color: var(--muted-dark); font-size: var(--text-compact); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.final-cta-editorial { padding-block: 135px; background: #0b0e0d; }
.final-cta-editorial::before { content: ""; inset: auto; }
.final-cta-editorial img { margin-bottom: 28px; border-radius: 20px; }
.final-cta-editorial h2 { line-height: .82; letter-spacing: -.07em; }

@media (max-width: 1050px) {
  .home-hero-inner { grid-template-columns: 1fr; }
  .home-hero-aside { display: none; }
  .statement-grid { grid-template-columns: 180px 1fr; gap: 40px; }
  .statement-bottom { grid-template-columns: 1fr; gap: 32px; }
  .film-card { min-height: 620px; }
  .explore-grid { grid-template-columns: 1fr 1fr; }
  .explore-card:first-child { grid-row: span 2; }
  .route-editorial-copy { padding-inline: 6vw; }
}

@media (max-width: 780px) {
  .home-hero { min-height: 820px; }
  .home-hero-media { object-position: 68% center; }
  .home-hero-shade { background: linear-gradient(0deg, rgba(16,19,18,.95) 0%, rgba(16,19,18,.68) 58%, rgba(16,19,18,.18) 100%); }
  .home-hero-inner { min-height: 820px; align-items: end; padding-top: 130px; padding-bottom: 145px; }
  .home-hero h1 { font-size: clamp(58px, 17vw, 88px); }
  .home-hero h1 em { white-space: normal; }
  .home-hero-lead { margin-top: 28px; font-size: 16px; }
  .home-hero .button-row { margin-top: 30px; }
  .home-hero-footer { min-height: 62px; grid-template-columns: 1fr auto; }
  .home-hero-footer span:nth-child(2) { display: none; }
  .home-statement, .latest-feature, .explore-section { padding-block: 92px; }
  .statement-grid { grid-template-columns: 1fr; gap: 32px; }
  .statement-rule { width: 80px; height: 1px; }
  .statement-copy h2 { font-size: 48px; }
  .statement-bottom { margin-top: 38px; }
  .editorial-head { margin-bottom: 36px; }
  .film-card { min-height: 570px; }
  .film-card img { object-position: 68% center; }
  .film-play { width: 66px; height: 66px; }
  .film-number, .film-title { left: 22px; }
  .film-location, .film-action { right: 22px; }
  .film-title { bottom: 70px; font-size: 54px; }
  .film-action { left: 22px; right: auto; bottom: 25px; }
  .explore-grid { grid-template-columns: 1fr; }
  .explore-card, .explore-card:first-child { min-height: 430px; grid-row: auto; }
  .explore-card-symbol { width: 82px; height: 82px; }
  .route-editorial-grid { grid-template-columns: 1fr; }
  .route-editorial-map { min-height: 520px; }
  .route-editorial-copy { padding: 82px 20px 92px; }
  .route-editorial-copy h2 { font-size: 56px; }
  .journal-list-editorial .journal-row { grid-template-columns: 1fr 30px; }
  .journal-topic { display: none; }
  .final-cta-editorial { padding-block: 100px; }
}

@media (max-width: 480px) {
  .home-hero-footer { grid-template-columns: 1fr; font-size: var(--text-compact); }
  .home-hero-footer span:first-child { display: none; }
  .home-hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .home-hero h1 em { white-space: normal; }
  .home-hero-footer a { justify-self: end; gap: 8px; }
  .home-hero .button { width: 100%; }
  .statement-copy h2 { font-size: 41px; }
  .film-card { min-height: 520px; }
  .film-location { display: none; }
  .film-title { font-size: 46px; }
  .explore-card { min-height: 390px; padding: 26px; }
  .route-facts { grid-template-columns: 1fr; }
  .route-facts div, .route-facts div + div { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--ink) !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 6px var(--acid) !important;
}

/* Phase D — restrained national editorial system */
:root {
  --ink: #111512;
  --ink-soft: #1a1f1b;
  --paper: #f5f3ec;
  --paper-dark: #e9e6dc;
  --acid: #d7e547;
  --muted-light: #686d67;
  --muted-dark: #aeb3ac;
  --line: rgba(17, 21, 18, .13);
  --line-dark: rgba(255, 255, 255, .13);
  --shell: min(1180px, calc(100vw - 64px));
}

body { font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.55; }
.section { padding-block: clamp(84px, 9vw, 124px); }
.section-index, .eyebrow, .kicker { letter-spacing: .15em; }
.section-head h2, .final-cta h2, .article-cta h2, .empty-state h2 { letter-spacing: -.045em; }
.arrow { display: inline-block; font-style: normal; font-family: Arial, sans-serif; transition: transform .2s ease; }
a:hover .arrow, button:hover .arrow { transform: translateX(4px); }
.button { min-height: 52px; padding-inline: 22px; border-radius: 5px; letter-spacing: .06em; }
.button-primary { background: var(--acid); }
.text-link { gap: 18px; }

.site-header { background: rgba(17, 21, 18, .38); }
.site-header.is-scrolled { background: rgba(17, 21, 18, .94); }
.header-inner { min-height: 80px; }
.brand-mark { width: 40px; height: 40px; border-radius: 8px; }
.brand-copy strong { font-size: 14px; letter-spacing: .12em; }
.brand-copy small { margin-top: 6px; font-size: 9px; letter-spacing: .2em; }
.site-nav { gap: 25px; }
.site-nav .nav-cta { border-radius: 5px; }

.home-hero, .home-hero-inner { min-height: min(900px, 100svh); }
.home-hero-inner { grid-template-columns: minmax(0, 850px) 170px; padding-top: 112px; padding-bottom: 112px; }
.home-hero-copy { max-width: 900px; }
.home-hero .eyebrow { margin-bottom: 28px; }
.home-hero h1 { max-width: 900px; font-size: clamp(64px, 6.25vw, 96px); line-height: .92; letter-spacing: -.06em; text-wrap: balance; }
.home-hero-lead { max-width: 610px; margin-top: 30px; line-height: 1.55; }
.home-hero-aside { margin-bottom: 72px; }
.home-hero-footer { min-height: 60px; }
.home-statement { padding-block: clamp(100px, 11vw, 148px); }
.statement-copy h2 { max-width: 920px; font-size: clamp(46px, 5.2vw, 74px); line-height: 1; }
.statement-bottom { margin-top: 46px; }
.film-card { min-height: min(650px, 66vw); border-radius: 8px; }
.film-play { width: 74px; height: 74px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.film-title { font-size: clamp(44px, 5.4vw, 76px); line-height: .9; }
.explore-grid { gap: 16px; border: 0; background: transparent; }
.explore-card { min-height: 430px; padding: 28px; border: 1px solid var(--line); border-radius: 8px; }
.explore-card h3 { font-size: 32px; }
.explore-card-symbol { width: 86px; height: 86px; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.explore-card-route { height: 120px; }
.explore-card-route::after { height: 115px; }
.explore-card-gear { font-size: 82px; }
.route-editorial-map { min-height: 680px; }
.route-editorial-copy h2 { font-size: clamp(48px, 5vw, 76px); }
.final-cta-editorial h2 { font-size: clamp(52px, 7vw, 88px); line-height: .9; }

.collection-hero, .interior-hero, .story-hero, .route-detail-hero { padding-top: 160px; }
.collection-hero h1, .story-hero h1, .route-detail-hero h1, .interior-hero h1 { overflow-wrap: anywhere; text-wrap: balance; }
.collection-hero h1, .story-hero h1, .route-detail-hero h1 { font-size: clamp(64px, 8vw, 112px); line-height: .88; }
.interior-hero h1 { font-size: clamp(62px, 7.5vw, 106px); line-height: .9; }
.route-library-hero-grid { min-height: 570px; }
.route-library-callout { grid-template-columns: 48px minmax(0, 1fr) auto; gap: 32px; padding: 48px; border-radius: 8px; }
.route-library-callout-number { font-size: 64px; }
.route-library-callout h2 { max-width: 650px; font-size: clamp(32px, 3.4vw, 46px); line-height: 1.02; overflow-wrap: anywhere; }
.channel-grid { gap: 14px; border: 0; }
.channel-grid a { min-height: 230px; padding: 25px; border: 1px solid var(--line-dark); border-radius: 7px; }
.channel-grid strong { margin-top: 54px; font-size: 28px; }
.portrait-photo::before, .portrait-photo::after, .gear-stage-photo::after { display: none; }
.portrait-photo > img, .gear-stage-photo > img, .route-card-photo > img, .route-editorial-photo > img, .gallery-tile > img, .gallery-lightbox-frame > img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.portrait-photo::after, .gear-stage-photo::before, .route-card-photo::after, .route-editorial-photo::after, .gallery-tile::before { content: ""; position: absolute; z-index: 1; inset: 0; display: block; background: linear-gradient(180deg, rgba(17,21,18,.2), transparent 45%, rgba(17,21,18,.5)); }
.route-card-photo { min-height: 460px; }
.route-card-photo > span { z-index: 2; }
.route-editorial-photo > svg { opacity: .24; }
.route-editorial-photo > img { object-position: center; }
.gallery-tile { border-radius: 6px; }
.gallery-tile::after { display: none; }
.gallery-tile > span, .gallery-tile > small { color: white; text-shadow: 0 1px 12px rgba(0,0,0,.4); }
.gallery-lightbox-frame { position: relative; }

@media (max-width: 960px) {
  .header-inner, .site-header.is-scrolled .header-inner { min-height: 68px; }
  .site-nav { inset: 68px 0 0; min-height: calc(100dvh - 68px); }
  .menu-toggle { width: 42px; height: 42px; border-radius: 5px; }
  .home-hero-inner { grid-template-columns: 1fr; }
  .route-library-callout { grid-template-columns: 40px 1fr; }
  .route-library-callout .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 40px, 1180px); }
  .section { padding-block: 76px; }
  .brand { gap: 11px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-copy strong { font-size: 13px; }
  .site-nav { padding: 24px 20px; }
  .site-nav > a { padding: 15px 4px; }
  .home-hero, .home-hero-inner { min-height: max(700px, 100svh); }
  .home-hero-inner { align-items: end; padding-top: 104px; padding-bottom: 112px; }
  .home-hero h1 { font-size: clamp(48px, 13.8vw, 68px); line-height: .94; letter-spacing: -.052em; }
  .home-hero-lead { max-width: 34rem; font-size: 16px; }
  .home-hero .button-row { display: grid; grid-template-columns: 1fr; width: min(100%, 420px); }
  .home-hero-footer { width: calc(100% - 40px); }
  .home-statement, .latest-feature, .explore-section { padding-block: 80px; }
  .statement-copy h2 { font-size: clamp(38px, 10.5vw, 52px); line-height: 1.02; }
  .film-card { min-height: 500px; }
  .film-title { max-width: calc(100% - 44px); font-size: clamp(38px, 11vw, 52px); }
  .explore-grid { gap: 12px; }
  .explore-card, .explore-card:first-child { min-height: 300px; }
  .explore-card-symbol { width: 68px; height: 68px; }
  .explore-card-route { align-self: center; width: 65%; height: 82px; }
  .explore-card-route::after { height: 78px; }
  .explore-card-gear { font-size: 62px; }
  .route-editorial-map { min-height: 390px; }
  .route-editorial-copy { padding: 68px 20px 76px; }
  .route-editorial-copy h2 { font-size: clamp(42px, 12vw, 56px); }
  .final-cta-editorial { padding-block: 82px; }
  .collection-hero, .interior-hero, .story-hero, .route-detail-hero { padding-top: 122px; }
  .interior-hero-grid { min-height: auto; gap: 42px; }
  .collection-hero h1, .story-hero h1, .route-detail-hero h1, .interior-hero h1, .contact-hero h1 { font-size: clamp(46px, 13vw, 64px); line-height: .94; letter-spacing: -.055em; }
  .route-library-hero-grid { min-height: auto; }
  .route-library-callout { grid-template-columns: 1fr; gap: 20px; margin-top: 64px; padding: 30px 24px; }
  .route-library-callout-number { display: none; }
  .route-library-callout .button { grid-column: auto; width: auto; justify-self: stretch; }
  .channel-grid { gap: 10px; }
  .channel-grid a { min-height: 190px; }
  .channel-grid strong { margin-top: 38px; }
}

@media (max-width: 480px) {
  :root { --shell: calc(100vw - 32px); }
  .header-inner, .site-header.is-scrolled .header-inner { min-height: 64px; }
  .site-nav { inset: 64px 0 0; min-height: calc(100dvh - 64px); }
  .menu-toggle { width: 40px; height: 40px; }
  .brand-copy small { display: none; }
  .home-hero-inner { padding-top: 92px; padding-bottom: 102px; }
  .home-hero h1 { font-size: clamp(44px, 13vw, 58px); }
  .home-hero-footer { width: calc(100% - 32px); }
  .film-card { min-height: 450px; }
  .film-number { top: 20px; }
  .film-play { width: 60px; height: 60px; }
  .explore-card { min-height: 270px; padding: 22px; }
  .explore-card h3 { font-size: 28px; }
  .channel-grid a { min-height: 170px; padding: 22px; }
  .channel-grid strong { margin-top: 25px; font-size: 25px; }
  .route-library-callout h2 { font-size: 32px; }
  .footer-subscribe h2 { font-size: 40px; }
}

/* Phase E — cross-page consistency and real-media placeholders */
.section-dark p, .about-machine p, .final-cta p, .kit-grid article > p:not(.kicker), .pillar-grid article > p:last-child { color: rgba(245,243,236,.68); }
.media-panel, .pillar-media, .explore-card-media, .kit-visual { position: relative; overflow: hidden; background: #252a27; }
.media-panel > img, .pillar-media > img, .explore-card-media > img, .kit-visual > img, .story-cover > img, .route-library-map > img { width: 100%; height: 100%; max-width: none; object-fit: cover; }
.media-panel::after, .pillar-media::after, .explore-card-media::after, .kit-visual::after, .story-cover::after, .route-library-map::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(17,21,18,.06), rgba(17,21,18,.34)); }

.explore-card { min-height: 0; justify-content: initial; gap: 22px; }
.explore-card-media { display: block; width: 100%; aspect-ratio: 4 / 3; border-radius: 5px; }
.explore-card-media img { transition: transform .6s ease; }
.explore-card:hover .explore-card-media img { transform: scale(1.03); }
.explore-card > div { margin-top: auto; }

.pillar-grid { gap: 16px; border: 0; background: transparent; }
.pillar-grid article { min-height: 0; padding: 20px; border: 1px solid var(--line-dark); border-radius: 7px; }
.pillar-media { order: -1; aspect-ratio: 4 / 3; margin: -1px -1px 22px; border-radius: 6px; }
.pillar-grid article > span { margin-bottom: 18px; }
.pillar-grid h3 { font-size: 27px; line-height: 1.08; }
.pillar-symbol { display: none; }
.about-manifesto blockquote { font-size: clamp(44px, 6vw, 78px); overflow-wrap: anywhere; }
.machine-silhouette { min-height: 0; aspect-ratio: 4 / 3; background: #252a27; border-radius: 7px; }
.machine-silhouette::after { background: linear-gradient(180deg, rgba(17,21,18,.12), rgba(17,21,18,.58)); }
.machine-silhouette > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.machine-silhouette span, .machine-silhouette small { color: white; }

.kit-grid { gap: 16px; border: 0; background: transparent; }
.kit-grid article { padding: 20px; border: 1px solid var(--line-dark); border-radius: 7px; }
.kit-visual { min-height: 0; aspect-ratio: 4 / 3; margin-bottom: 24px; border-radius: 5px; }
.kit-visual span { z-index: 2; color: white; }
.edit-interface { min-height: 0; aspect-ratio: 16 / 10; border-radius: 7px; }
.edit-interface > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.edit-interface > small { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px; color: white; line-height: 1.45; }

.story-cover { height: auto; aspect-ratio: 16 / 8.5; border-radius: 7px; }
.story-cover::before { display: none; }
.story-cover > img { position: absolute; inset: 0; }
.story-cover > div { z-index: 2; }
.story-cover > div::before { content: ""; position: absolute; inset: -35px; z-index: -1; background: linear-gradient(180deg, rgba(17,21,18,.28), transparent 45%, rgba(17,21,18,.5)); }
.route-library-map { min-height: 0; aspect-ratio: 4 / 3; border-radius: 7px 7px 0 0; }
.route-library-map > img { position: absolute; inset: 0; object-position: center; }
.route-library-map > span { z-index: 2; color: white; }
.route-overview-map { min-height: 0; aspect-ratio: 4 / 3; border-radius: 7px 0 0 7px; }
.route-overview-map > img { position: absolute; inset: 0; }
.route-illustration-note { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; color: #fff; font-size: var(--text-compact); font-weight: 800; line-height: 1.45; letter-spacing: .14em; text-transform: uppercase; text-shadow: 0 1px 12px rgba(0,0,0,.55); }
.map-point { z-index: 2; }
.route-card-photo { min-height: 0; aspect-ratio: 4 / 3; }

.channel-grid a { min-height: 190px; }
.final-cta-editorial { padding-block: 88px; }
.final-cta-editorial img { width: 68px; height: 68px; }
.final-cta-editorial .eyebrow { font-size: 10px; text-align: center; }
.final-cta-editorial h2 { font-size: clamp(46px, 6vw, 76px); }

@media (max-width: 780px) {
  .section-head { margin-bottom: 38px; }
  .section-head h2 { font-size: clamp(36px, 10vw, 46px); }
  .section-head > p { font-size: 16px; }
  .pillar-grid, .kit-grid { gap: 12px; }
  .pillar-grid article, .kit-grid article { min-height: 0; padding: 16px; }
  .pillar-media { aspect-ratio: 16 / 10; margin-bottom: 18px; }
  .pillar-grid h3 { font-size: 25px; }
  .about-manifesto blockquote { font-size: clamp(38px, 11vw, 52px); line-height: .98; }
  .about-machine-grid { gap: 44px; }
  .machine-silhouette { min-height: 0; aspect-ratio: 4 / 3; }
  .gear-stage { min-height: 0; aspect-ratio: 4 / 3; }
  .kit-visual { aspect-ratio: 16 / 10; }
  .edit-interface { aspect-ratio: 4 / 3; }
  .story-cover { width: var(--shell); height: auto; aspect-ratio: 4 / 3; }
  .story-cover > div { inset: 20px; }
  .route-library-map { min-height: 0; aspect-ratio: 16 / 10; }
  .route-overview-map { min-height: 0; aspect-ratio: 4 / 3; border-radius: 7px 7px 0 0; }
  .route-card-photo { min-height: 0; aspect-ratio: 16 / 10; }
  .channel-grid a { min-height: 150px; }
  .channel-grid strong { margin-top: 18px; }
  .final-cta-editorial { padding-block: 72px; }
  .final-cta-editorial h2 { font-size: clamp(42px, 12vw, 56px); }
  .final-cta-editorial .button-row { width: 100%; margin-top: 28px; }
}

@media (max-width: 480px) {
  .section { padding-block: 64px; }
  .interior-hero { padding-bottom: 58px; }
  .pillar-grid article, .kit-grid article { padding: 14px; }
  .about-machine { padding-block: 64px; }
  .channel-grid a { min-height: 138px; }
  .channel-grid strong { font-size: 23px; }
  .final-cta-editorial img { width: 58px; height: 58px; }
}

/* Phase F — composed interior pages and image-safe editorial cards */
.collection-hero,
.interior-hero {
  padding-top: 136px;
  padding-bottom: 72px;
  background:
    radial-gradient(circle at 84% 18%, rgba(215, 229, 71, .09), transparent 27%),
    linear-gradient(135deg, #111512 0%, #0c100e 72%);
}

.collection-hero-grid,
.interior-hero-grid {
  min-height: 430px;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.breadcrumbs { margin-bottom: 50px; }
.collection-hero h1,
.story-hero h1,
.route-detail-hero h1,
.interior-hero h1 {
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}
.contact-hero h1 { max-width: 760px; font-size: clamp(60px, 6.1vw, 92px); }

.hero-aside-card {
  align-self: center;
  padding: 12px 12px 22px;
  overflow: hidden;
  border: 1px solid rgba(245, 243, 236, .14);
  border-radius: 10px;
  background: rgba(245, 243, 236, .045);
  box-shadow: 0 22px 65px rgba(0, 0, 0, .22);
}
.hero-aside-card > p,
.hero-aside-card > .collection-stat,
.hero-aside-card > .text-link,
.hero-aside-card > .mini-specs,
.hero-aside-card > .faq-search,
.hero-aside-card > span { margin-left: 12px; margin-right: 12px; }
.hero-aside-card > p { margin-top: 22px; margin-bottom: 20px; font-size: 16px; }
.hero-aside-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 6px;
  background: #252a27;
}
.hero-aside-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(17, 21, 18, .38));
}
.hero-aside-media > img { width: 100%; height: 100%; max-width: none; object-fit: cover; }
.collection-stat { margin-top: 28px; }
.collection-stat strong { font-size: 52px; }

.collection,
.route-library,
.gallery-content,
.faq-content,
.about-intro,
.about-manifesto,
.gear-feature,
.edit-bench,
.partnership-panel { background: var(--paper); }
.collection { position: relative; }
.collection::before,
.route-library::before,
.gallery-content::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--acid) 0 18%, transparent 18% 100%);
}

.editorial-grid { grid-template-columns: 1fr; gap: 54px; }
.editorial-card,
.editorial-card-lead,
.editorial-card:not(.editorial-card-lead) {
  grid-column: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(310px, .88fr);
  align-items: center;
  gap: clamp(30px, 5vw, 64px);
}
.editorial-card:not(.editorial-card-lead) {
  grid-template-columns: minmax(310px, .82fr) minmax(0, 1.18fr);
  padding-top: 54px;
  border-top: 1px solid var(--line);
}
.editorial-card-visual,
.editorial-card-lead .editorial-card-visual {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  box-shadow: 0 18px 55px rgba(17, 21, 18, .12);
}
.editorial-card-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform .55s ease;
}
.editorial-card-visual:hover > img { transform: scale(1.025); }
.editorial-card-visual::before { z-index: 1; border-color: rgba(255, 255, 255, .2); }
.editorial-card-visual::after { z-index: 1; border-color: rgba(255, 255, 255, .12); }
.editorial-card-visual > span,
.editorial-card-visual > small { color: #fff; text-shadow: 0 1px 8px rgba(0, 0, 0, .55); }
.editorial-card-copy { padding: 28px 0; }
.editorial-card-copy h2 { font-size: clamp(38px, 4.4vw, 60px); }

.collection-newsletter {
  margin-top: 92px;
  padding: clamp(38px, 5vw, 64px);
  color: var(--ink);
  border-radius: 10px;
  background: var(--acid);
  box-shadow: 0 20px 55px rgba(17, 21, 18, .12);
}
.collection-newsletter .section-index,
.collection-newsletter > div:last-child p { color: rgba(17, 21, 18, .68); }
.collection-newsletter .button { color: var(--paper); background: var(--ink); }

.route-library-hero { padding-bottom: 0; }
.route-library-hero-grid { min-height: 520px; grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr); gap: 54px; }
.route-library-hero-grid > div:first-child { padding-bottom: 70px; }
.route-library-map { align-self: end; aspect-ratio: 4 / 3; border-radius: 10px 10px 0 0; box-shadow: 0 24px 70px rgba(0, 0, 0, .28); }
.route-library-grid { gap: 64px; }
.route-library-card {
  grid-template-columns: 1.05fr .95fr;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(17, 21, 18, .1);
}
.route-card-photo { aspect-ratio: 16 / 11; }
.route-library-copy { padding: clamp(34px, 5vw, 62px); }
.route-library-callout {
  grid-template-columns: 44px minmax(0, 1fr) minmax(190px, auto);
  margin-top: 82px;
  color: var(--ink);
  background: var(--acid);
  box-shadow: 0 18px 55px rgba(17, 21, 18, .1);
}
.route-library-callout h2 { max-width: 600px; overflow-wrap: normal; word-break: normal; }
.route-library-callout .button { white-space: nowrap; }

.contact-main { background: var(--paper-dark); }
.contact-form {
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(17, 21, 18, .16);
}
.contact-channels { background: linear-gradient(135deg, #111512, #1b231e); }
.channel-grid a { background: rgba(245, 243, 236, .035); }
.partnership-panel { border-top: 1px solid var(--line); }

.faq-list > section {
  padding: 30px 34px 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 14px 45px rgba(17, 21, 18, .055);
}
.gallery-grid { gap: 16px; }
.gallery-tile { border-radius: 8px; box-shadow: 0 14px 40px rgba(17, 21, 18, .1); }

@media (max-width: 980px) {
  .collection-hero-grid,
  .interior-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); gap: 42px; }
  .editorial-card,
  .editorial-card-lead,
  .editorial-card:not(.editorial-card-lead) { grid-template-columns: 1fr 1fr; }
  .route-library-hero-grid { grid-template-columns: 1fr 1fr; }
  .route-library-callout { grid-template-columns: 36px minmax(0, 1fr); }
  .route-library-callout .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 780px) {
  .collection-hero,
  .interior-hero { padding-top: 108px; padding-bottom: 56px; }
  .collection-hero-grid,
  .interior-hero-grid,
  .route-library-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 44px; }
  .breadcrumbs { margin-bottom: 42px; }
  .hero-aside-card { width: 100%; max-width: none; }
  .hero-aside-media { aspect-ratio: 16 / 9; }
  .contact-hero h1 { font-size: clamp(46px, 12vw, 64px); }
  .editorial-card,
  .editorial-card-lead,
  .editorial-card:not(.editorial-card-lead) { display: block; padding-top: 0; border-top: 0; }
  .editorial-card + .editorial-card { padding-top: 42px; border-top: 1px solid var(--line); }
  .editorial-card-visual,
  .editorial-card-lead .editorial-card-visual { aspect-ratio: 4 / 3; }
  .editorial-card-copy { padding: 25px 4px 0; }
  .collection-newsletter { gap: 34px; margin-top: 64px; }
  .route-library-hero-grid > div:first-child { padding-bottom: 0; }
  .route-library-map { aspect-ratio: 16 / 10; border-radius: 8px; }
  .route-library-card { display: block; }
  .route-card-photo { aspect-ratio: 16 / 10; }
  .route-library-callout { grid-template-columns: 1fr; padding: 30px 24px; }
  .route-library-callout .button { grid-column: auto; justify-self: stretch; white-space: normal; }
  .faq-list > section { padding: 24px 20px 8px; }
}

@media (max-width: 480px) {
  .collection-hero,
  .interior-hero { padding-top: 94px; padding-bottom: 48px; }
  .hero-aside-card { padding: 9px 9px 18px; }
  .hero-aside-card > p,
  .hero-aside-card > .collection-stat,
  .hero-aside-card > .text-link,
  .hero-aside-card > .mini-specs,
  .hero-aside-card > .faq-search,
  .hero-aside-card > span { margin-left: 8px; margin-right: 8px; }
  .collection-newsletter h2 { font-size: 40px; }
  .editorial-card-copy h2 { font-size: 36px; }
  .route-library-callout h2 { font-size: 30px; }
}

/* Phase G — final publication finish */
:root {
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --shadow-soft: 0 20px 60px rgba(17, 21, 18, .1);
  --shadow-dark: 0 24px 70px rgba(0, 0, 0, .24);
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, .brand-copy strong { font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; }
p { text-wrap: pretty; }
.section { padding-block: clamp(82px, 8vw, 116px); }
.section-head { margin-bottom: clamp(38px, 5vw, 60px); }
.section-head h2 { max-width: 820px; font-size: clamp(42px, 4.7vw, 68px); line-height: .98; }
.section-head > p { line-height: 1.6; }
.button { border-radius: var(--radius-sm); }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(17, 21, 18, .16); }
.text-link { transition: color .2s ease, border-color .2s ease; }
.text-link:hover { color: #788400; border-color: currentColor; }

.site-header { background: linear-gradient(180deg, rgba(10, 14, 11, .66), rgba(10, 14, 11, .18)); }
.site-header.is-scrolled { background: rgba(11, 15, 12, .93); box-shadow: 0 10px 35px rgba(0, 0, 0, .16); }
.brand-mark { border-radius: 50%; }
.site-nav .nav-cta { padding: 14px 20px; border-radius: var(--radius-sm); }

.home-hero-inner {
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: clamp(38px, 5vw, 76px);
}
.home-hero-copy { max-width: 990px; }
.home-hero h1 { max-width: 990px; font-size: clamp(64px, 6vw, 94px); line-height: .88; letter-spacing: -.064em; }
.home-hero h1 em { color: var(--acid); }
.home-hero h1 em::after { display: none; }
.home-hero-lead { max-width: 650px; margin-top: 28px; }
.home-hero .button-row { margin-top: 32px; }
.home-hero-aside {
  align-self: center;
  margin: 72px 0 0;
  padding: 20px;
  border: 1px solid rgba(245, 243, 236, .18);
  border-radius: var(--radius-md);
  background: rgba(17, 21, 18, .48);
  box-shadow: var(--shadow-dark);
  backdrop-filter: blur(14px);
}
.home-hero-signal { display: block; margin-bottom: 34px; color: var(--acid); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.home-hero-aside img { width: 60px; margin-bottom: 20px; border-radius: 50%; }
.home-hero-aside p { color: rgba(245, 243, 236, .74); line-height: 1.7; }

.home-statement { padding-block: clamp(96px, 10vw, 140px); }
.statement-grid { grid-template-columns: minmax(230px, .78fr) minmax(0, 2.22fr); gap: clamp(54px, 7vw, 106px); align-items: center; }
.statement-label { align-self: stretch; }
.statement-media {
  position: relative;
  flex: 1;
  min-height: 330px;
  margin-top: 6px;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: #28302b;
  box-shadow: var(--shadow-soft);
}
.statement-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(17,21,18,.62)); }
.statement-media img { width: 100%; height: 100%; object-fit: cover; }
.statement-media span { position: absolute; z-index: 2; left: 20px; bottom: 18px; color: white; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.statement-copy h2 { font-size: clamp(46px, 5vw, 76px); line-height: .98; }
.statement-bottom { gap: 50px; margin-top: 42px; }

.latest-feature { background: linear-gradient(145deg, #111512, #151c18); }
.film-card { min-height: min(640px, 62vw); border-radius: var(--radius-md); box-shadow: var(--shadow-dark); }
.film-card img { object-position: center 56%; }
.film-card-shade { background: linear-gradient(90deg, rgba(16,19,18,.72), rgba(16,19,18,.06) 62%), linear-gradient(0deg, rgba(16,19,18,.78), transparent 58%); }
.film-play { width: 76px; height: 76px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 12px 36px rgba(0, 0, 0, .28); }
.film-title { font-size: clamp(46px, 5.5vw, 76px); line-height: .9; }

.explore-section { background: #f7f5ef; }
.explore-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; border: 0; background: transparent; }
.explore-card,
.explore-card:first-child {
  min-height: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 12px 35px rgba(17, 21, 18, .055);
}
.explore-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.explore-card-acid,
.explore-card-ink,
.explore-card-paper { color: var(--ink); }
.explore-card-acid { border-top: 5px solid var(--acid); }
.explore-card-ink { border-top: 5px solid var(--ink); }
.explore-card-paper { border-top: 5px solid #aeb3ac; }
.explore-card-index { margin: 2px 4px 10px; color: var(--muted-light) !important; opacity: 1; }
.explore-card-media { aspect-ratio: 16 / 10; margin-bottom: 22px; border-radius: 8px; }
.explore-card > div { padding: 0 6px 8px; }
.explore-card small { color: var(--muted-light) !important; opacity: 1; }
.explore-card h3 { font-size: 32px; }
.explore-card p { min-height: 3.2em; color: #60645e; opacity: 1; }

.route-editorial { border-top: 1px solid rgba(17,21,18,.08); border-bottom: 1px solid rgba(17,21,18,.08); }
.route-editorial-map { min-height: 690px; }
.route-editorial-copy { padding-block: 80px; }
.route-editorial-copy h2 { font-size: clamp(48px, 5vw, 72px); }

.journal { background: linear-gradient(145deg, #111512, #161d19); }
.home-journal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.home-journal-card {
  min-width: 0;
  padding: 18px 18px 24px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
  background: rgba(245, 243, 236, .035);
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.home-journal-card:hover { transform: translateY(-5px); border-color: rgba(215,229,71,.42); background: rgba(245,243,236,.065); }
.home-journal-media { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 8px; background: #27302b; }
.home-journal-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 56%, rgba(17,21,18,.55)); }
.home-journal-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.home-journal-card:hover .home-journal-media img { transform: scale(1.025); }
.home-journal-media > span { position: absolute; z-index: 2; left: 16px; top: 14px; color: white; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.home-journal-meta { display: flex; justify-content: space-between; gap: 20px; margin: 20px 2px 14px; color: var(--muted-dark); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.home-journal-card h3 { margin: 0; color: white; font-size: clamp(27px, 3vw, 39px); line-height: 1.02; letter-spacing: -.04em; }
.home-journal-card p { margin: 16px 0 24px; color: rgba(245,243,236,.64); }
.home-journal-card strong { color: var(--acid); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.final-cta-editorial { min-height: 650px; display: grid; place-items: center; padding-block: 100px; isolation: isolate; }
.final-cta-editorial > .final-cta-media,
.final-cta-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.final-cta-editorial > .final-cta-media { z-index: -2; max-width: none; object-fit: cover; object-position: center 58%; }
.final-cta-shade { z-index: -1; background: linear-gradient(90deg, rgba(10,14,11,.93), rgba(10,14,11,.62)), linear-gradient(0deg, rgba(10,14,11,.78), transparent 60%); }
.final-cta-mark { width: 72px; height: 72px; margin-bottom: 24px; border-radius: 50%; }
.final-cta-editorial h2 { max-width: 840px; font-size: clamp(54px, 7vw, 90px); line-height: .88; }
.final-cta-editorial .final-cta-inner > p:not(.eyebrow) { max-width: 560px; color: rgba(245,243,236,.75); }

.site-footer { position: relative; padding-top: 68px; background: #080b09; }
.site-footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--acid) 0 20%, #080b09 20%); }
.footer-subscribe {
  align-items: center;
  margin-bottom: 62px;
  padding: 42px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
  background: rgba(245,243,236,.035);
}
.footer-subscribe h2 { font-size: clamp(38px, 4vw, 56px); }
.footer-subscribe form { grid-template-columns: 1fr auto; gap: 0 18px; }
.footer-subscribe label { padding: 0 14px; border: 1px solid rgba(245,243,236,.24); border-radius: var(--radius-sm); }
.footer-subscribe button { align-self: stretch; padding: 0 20px; color: var(--ink); border-radius: var(--radius-sm); background: var(--acid); }
.footer-grid { grid-template-columns: 1.7fr .8fr 1fr; }

.hero-aside-card,
.route-library-card,
.contact-form,
.faq-list > section,
.gallery-tile { border-radius: var(--radius-md); }
.hero-aside-card { box-shadow: var(--shadow-dark); }
.route-library-card,
.contact-form { box-shadow: var(--shadow-soft); }
.channel-grid a { transition: background .2s ease, transform .2s ease; }
.channel-grid a:hover { transform: translateY(-3px); background: rgba(215,229,71,.07); }

@media (max-width: 1050px) {
  .home-hero-inner { grid-template-columns: 1fr; }
  .home-hero-aside { display: none; }
  .statement-grid { grid-template-columns: 210px 1fr; gap: 48px; }
  .explore-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .explore-card:first-child { grid-row: auto; }
}

@media (max-width: 780px) {
  .section { padding-block: 72px; }
  .home-hero h1 { font-size: clamp(48px, 14vw, 68px); line-height: .92; }
  .home-hero-lead { max-width: 36rem; }
  .statement-grid { grid-template-columns: 1fr; gap: 34px; }
  .statement-media { min-height: 0; aspect-ratio: 16 / 10; }
  .statement-copy h2 { font-size: clamp(38px, 10vw, 52px); }
  .film-card { min-height: 510px; }
  .film-card img { object-position: 56% center; }
  .explore-grid { grid-template-columns: 1fr; }
  .explore-card { padding: 15px; }
  .route-editorial-map { min-height: 430px; }
  .home-journal-grid { grid-template-columns: 1fr; }
  .final-cta-editorial { min-height: 580px; padding-block: 80px; }
  .footer-subscribe { grid-template-columns: 1fr; gap: 32px; padding: 30px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 50px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .home-hero { min-height: max(720px, 100svh); }
  .home-hero-inner { min-height: max(720px, 100svh); padding-bottom: 108px; }
  .home-hero-footer { display: none; }
  .film-title { font-size: 42px; }
  .explore-card p { min-height: 0; }
  .route-editorial-copy { padding-block: 64px; }
  .home-journal-card { padding: 13px 13px 20px; }
  .final-cta-editorial h2 { font-size: 48px; }
  .footer-subscribe form { grid-template-columns: 1fr; gap: 12px; }
  .footer-subscribe button { min-height: 48px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}
