@charset "UTF-8";
@font-face { font-family: "Inter"; src: url('./fonts/inter.woff2') format('woff2'); font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Noto Sans JP"; src: url('./fonts/noto-sans-jp.woff2') format('woff2'); font-weight: 300 500; font-display: swap; }
:root { color-scheme: light; --paper: #f5f5f7; --ink: #24202c; --brand: #5e2bdc; --violet: var(--brand); --brand-dark: #2c117b; --muted: #78727f; --line: #d6d0df; --gutter: clamp(28px, 6.8vw, 120px); --journey-progress: 0; }
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.8 "Inter", "Noto Sans JP", "Yu Gothic", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--violet); outline-offset: 5px; }
::selection { color: #fff; background: var(--violet); }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
/* WordPress block wrappers retain the prototype's spacing. */
.wp-block-group { box-sizing: border-box; }
.nexlogic-site :where(.is-layout-flow) > * { margin-block-start: 0; margin-block-end: 0; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 30; top: 14px; left: 14px; padding: 12px 22px; color: #fff; background: var(--violet); transform: translateY(-180%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 10; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 29px var(--gutter) 22px; background: linear-gradient(var(--paper), rgb(245 245 247 / 85%) 60%, transparent); }
.brand { display: inline-block; flex: none; }
.brand img { width: 140px; height: auto; }
.site-nav { display: flex; gap: 30px; align-items: center; font-size: 13px; }
.site-nav a { padding-block: 9px; transition: color .25s; white-space: nowrap; }
.site-nav a:hover { color: var(--violet); }
.nav-contact { border-bottom: 1px solid currentColor; }

.scene-stage { position: fixed; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.scene-canvas { display: block; width: 100%; height: 100%; opacity: 0; transition: opacity .65s; }
.scene-stage.is-ready .scene-canvas { opacity: 1; }
.scene-fallback { position: absolute; width: 100%; height: 100%; object-fit: cover; opacity: .95; }
.scene-stage.is-ready .scene-fallback { opacity: 0; }

main { position: relative; z-index: 2; }
.chapter { position: relative; min-height: 155svh; }
.chapter-inner { position: sticky; top: 0; min-height: 100svh; display: flex; align-items: center; padding: 132px max(var(--gutter), 10vw) 116px; }
.chapter-copy { width: min(1120px, 100%); margin-inline: auto; padding: 36px 42px; background: rgb(245 245 247 / 54%); -webkit-backdrop-filter: blur(12px) saturate(.85); backdrop-filter: blur(12px) saturate(.85); border-radius: 4px; }
.chapter-intro .chapter-copy { background: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; }
.chapter-insight .chapter-inner { align-items: flex-end; }
.chapter-insight .chapter-copy { width: min(1040px, 100%); }
.chapter h2 { font-weight: 300; font-size: clamp(32px, 3.6vw, 48px); line-height: 1.45; letter-spacing: -.045em; }
.chapter-insight h2, .contact-intro h2, .footer-brand h2 { color: var(--brand); }
.chapter h1.brand-statement { font: 750 clamp(68px, 7.7vw, 112px)/1.04 "Inter", Arial, sans-serif; letter-spacing: -.055em; color: var(--brand); }
.brand-statement > span { display: inline-block; white-space: nowrap; }
.brand-statement-logic { color: var(--brand-dark); }
.hero-description { width: fit-content; max-width: 100%; margin-top: 28px; margin-left: -12px; padding: 7px 12px; font-size: 15px; line-height: 1.9; background: rgb(245 245 247 / 64%); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border-radius: 2px; }
.chapter-description, .chapter-prose { margin-top: 24px; max-width: 58em; font-size: 15px; line-height: 2; }
.chapter-prose p + p { margin-top: 16px; }
.copy-emphasis { color: var(--brand); font-weight: 500; }
.text-link { display: inline-flex; gap: 35px; align-items: center; margin-top: 30px; padding-bottom: 7px; border-bottom: 1px solid #b4afbd; font-size: 12px; }
.text-link span { font-size: 18px; }
.text-link:hover { color: var(--violet); border-color: var(--violet); }
.media-list { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px 28px; list-style: none; padding: 23px 0 0; margin: 28px 0 0; border-top: 1px solid var(--line); }
.media-list li { font-size: 17px; line-height: 1.6; }
.media-coverage { margin-top: 12px; font-size: 12px; color: var(--muted); }
.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 40px; margin-top: 28px; }
.support-item { border-top: 1px solid var(--line); padding-top: 17px; }
.support-item h3 { color: var(--brand); font-size: 17px; font-weight: 500; line-height: 1.6; }
.support-item p { margin-top: 10px; font-size: 14px; line-height: 1.9; }
.workflow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 30px; list-style: none; counter-reset: step; margin: 28px 0 0; padding: 0; }
.workflow .workflow-step { counter-increment: step; border-top: 1px solid var(--line); padding-top: 15px; }
.workflow .workflow-step::before { content: counter(step); display: block; color: var(--violet); font-size: 12px; line-height: 1; margin-bottom: 13px; }
.workflow h3 { font-size: 16px; line-height: 1.6; font-weight: 500; }
.workflow .workflow-step p { font-size: 13px; line-height: 1.9; margin-top: 8px; }
.workflow-note { margin-top: 28px; font-size: 13px; line-height: 1.9; }
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .chapter-copy { background: rgb(245 245 247 / 92%); }
}

.chapter-contact { min-height: 130svh; }
.chapter-contact .chapter-inner { position: relative; align-items: flex-start; }
.contact-layout { display: grid; grid-template-columns: minmax(230px, .82fr) minmax(0, 1.18fr); gap: 54px; }
.contact-intro h2 { font-size: clamp(30px, 3.1vw, 42px); }
.contact-intro p { margin-top: 24px; font-size: 14px; line-height: 2; }
.contact-form { min-width: 0; }
.form-field { margin-bottom: 20px; }
.form-field label { display: flex; align-items: center; gap: 12px; margin-bottom: 7px; font-size: 12px; }
.form-field label span { color: var(--violet); font-size: 10px; }
.form-field input, .form-field textarea { width: 100%; min-width: 0; border: 1px solid #c9c3d2; border-radius: 2px; background: rgb(255 255 255 / 56%); color: var(--ink); padding: 10px 12px; font-size: 16px; line-height: 1.5; }
.form-field textarea { display: block; min-height: 120px; resize: vertical; }
.form-consent { display: flex; align-items: flex-start; gap: 8px; font-size: 11px; line-height: 1.9; cursor: pointer; }
.form-consent input { flex: none; width: 15px; height: 15px; margin: 3px 0 0; accent-color: var(--violet); }
.form-consent a { text-decoration: underline; text-underline-offset: 3px; }
.form-submit { display: block; width: 100%; padding: 13px 20px; margin-top: 23px; border: 0; border-radius: 2px; background: var(--violet); color: #fff; font-size: 14px; }
.form-submit:disabled { background: #9b87bf; cursor: not-allowed; }
.form-preview-note { margin-top: 12px; color: var(--muted); font-size: 11px; line-height: 1.8; }

.journey-controls { position: fixed; z-index: 10; left: var(--gutter); right: var(--gutter); bottom: 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; transition: opacity .2s; }
.scroll-cue { display: flex; align-items: center; gap: 18px; font-size: 11px; color: var(--muted); }
.scroll-cue span { font-size: 20px; }
.journey-nav { display: flex; align-items: center; gap: 0; }
.journey-nav a { display: flex; align-items: center; gap: 8px; padding: 14px 0; font-size: 10px; color: var(--muted); }
.journey-nav a + a::before { content: ""; width: 26px; height: 1px; margin-inline: 12px; background: #d4cddb; }
.journey-nav i { display: block; width: 5px; height: 5px; border-radius: 50%; background: #c0b8ca; }
.journey-nav [aria-current] { color: var(--violet); }
.journey-nav [aria-current] i { background: var(--violet); box-shadow: 0 0 0 4px rgb(94 43 220 / 10%); }
.motion-toggle { display: grid; place-items: center; width: 36px; height: 36px; padding: 0; color: var(--violet); border: 1px solid #d4cddb; border-radius: 50%; background: rgb(245 245 247 / 80%); cursor: pointer; flex: none; }
.motion-toggle[hidden], .motion-toggle .motion-play, .motion-toggle[data-paused="true"] .motion-pause { display: none; }
.motion-toggle[data-paused="true"] .motion-play { display: block; }
.motion-toggle:hover { background: #e8e1f2; }
.at-footer .journey-controls { opacity: 0; pointer-events: none; visibility: hidden; }

.site-footer { position: relative; z-index: 3; padding: 80px var(--gutter) 26px; background: var(--paper); border-top: 1px solid #dfdbe5; scroll-margin-top: 100px; }
.footer-main { display: grid; grid-template-columns: minmax(180px, .55fr) minmax(0, 1.45fr); align-items: flex-start; gap: 60px; max-width: 1120px; margin-inline: auto; padding-bottom: 64px; }
.footer-brand h2 { font-size: 30px; line-height: 1.5; font-weight: 300; letter-spacing: -.035em; }
.footer-brand .brand { margin-top: 30px; }
.company-info { font-size: 13px; line-height: 1.9; margin: 0; }
.company-info > div { display: grid; grid-template-columns: 78px minmax(0, 1fr); column-gap: 22px; padding: 15px 0; border-bottom: 1px solid #dfdbe5; }
.company-info > div:first-child { padding-top: 0; }
.company-info dt { color: var(--muted); }
.company-info dd { margin: 0; overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; max-width: 1120px; margin-inline: auto; color: var(--muted); }
.footer-bottom small, .footer-bottom a { font-size: 11px; }
.footer-bottom a { padding-block: 8px; }

@media (max-width: 1050px) {
  .site-nav { gap: 23px; font-size: 12px; }
  .journey-nav a + a::before { width: 12px; margin-inline: 8px; }
  .scroll-cue { font-size: 10px; gap: 10px; }
  .chapter-inner { padding-inline: 6vw; }
  .chapter-copy { padding: 30px; }
  .chapter h1.brand-statement { font-size: clamp(62px, 8vw, 84px); }
  .chapter-description, .chapter-prose { font-size: 14px; }
  .support-grid { column-gap: 28px; }
  .contact-layout { gap: 35px; }
  .footer-main { gap: 35px; }
}
@media (max-width: 900px) {
  .contact-layout { grid-template-columns: 1fr; gap: 30px; }
  .contact-intro p { max-width: 38em; margin-top: 15px; }
}
@media (max-width: 700px) {
  :root { --gutter: 26px; }
  .site-header { padding-top: 20px; align-items: flex-start; gap: 18px; }
  .brand img { width: 119px; }
  .site-nav { gap: 17px; padding-top: 5px; font-size: 11px; }
  .site-nav a:nth-child(-n + 2) { display: none; }
  .scene-fallback { object-position: 63% center; }
  .chapter { min-height: 150svh; }
  .chapter-contact { min-height: 125svh; }
  .chapter-inner { position: relative; min-height: 100svh; align-items: flex-start; padding: 112px 16px 90px; }
  .chapter-insight .chapter-inner { align-items: flex-start; }
  .chapter-copy { width: 100%; padding: 24px 20px; }
  .chapter h1.brand-statement { font-size: clamp(44px, 11.5vw, 76px); }
  .chapter h2 { font-size: 32px; }
  .hero-description { margin-top: 23px; font-size: 13px; }
  .chapter-description, .chapter-prose { margin-top: 20px; font-size: 14px; line-height: 1.95; }
  .chapter-prose p + p { margin-top: 14px; }
  .text-link { margin-top: 23px; font-size: 11px; gap: 22px; }
  .media-list { margin-top: 23px; padding-top: 19px; gap: 8px 19px; }
  .media-list li { font-size: 15px; }
  .media-coverage { margin-top: 10px; font-size: 11px; }
  .support-grid { grid-template-columns: 1fr; gap: 23px; margin-top: 24px; }
  .support-item { padding-top: 16px; }
  .support-item p { margin-top: 8px; }
  .workflow { grid-template-columns: 1fr; gap: 0; margin-top: 24px; }
  .workflow .workflow-step { display: grid; grid-template-columns: 22px 1fr; column-gap: 13px; padding: 17px 0; }
  .workflow .workflow-step::before { grid-column: 1; grid-row: 1 / 3; margin: 7px 0 0; }
  .workflow .workflow-step h3, .workflow .workflow-step p { grid-column: 2; }
  .workflow .workflow-step p { margin-top: 6px; }
  .workflow-note { font-size: 13px; margin-top: 8px; }
  .contact-intro h2 { font-size: 32px; }
  .contact-intro p { font-size: 14px; }
  .journey-controls { bottom: 20px; gap: 15px; }
  .scroll-cue { display: none; }
  .journey-nav a { font-size: 9px; gap: 5px; }
  .journey-nav a + a::before { width: 9px; margin-inline: 8px; }
  .motion-toggle { width: 33px; height: 33px; }
  .footer-main { grid-template-columns: 1fr; gap: 36px; padding-bottom: 40px; }
  .footer-brand h2 { font-size: 28px; }
  .footer-brand .brand { margin-top: 23px; }
  .company-info > div { grid-template-columns: 64px minmax(0, 1fr); column-gap: 16px; }
  .site-footer { padding-top: 48px; }
  .footer-bottom { align-items: flex-start; }
  .footer-bottom small, .footer-bottom a { font-size: 10px; }
}
@media (max-width: 380px) {
  :root { --gutter: 21px; }
  .site-nav { gap: 12px; font-size: 10px; }
  .brand img { width: 107px; }
  .chapter-inner { padding-top: 100px; }
  .chapter-copy { padding: 23px 18px; }
  .chapter h2, .contact-intro h2 { font-size: 29px; }
  .journey-nav a + a::before { width: 5px; margin-inline: 6px; }
  .journey-nav a { font-size: 8px; }
}
@media (max-height: 780px) and (min-width: 701px) {
  .chapter-inner { padding-block: 116px 90px; }
  .chapter-insight .chapter-inner { position: relative; align-items: center; }
  .chapter h1.brand-statement { font-size: clamp(60px, 6.5vw, 80px); }
}
@media (max-height: 520px) and (orientation: landscape) {
  .site-header { padding-top: 13px; padding-bottom: 14px; }
  .brand img { width: 96px; }
  .site-nav { padding-top: 0; gap: 20px; font-size: 11px; }
  .chapter, .chapter-contact { min-height: 145svh; }
  .chapter-inner { position: relative; min-height: 100svh; padding: 92px var(--gutter) 60px; }
  .chapter-copy { padding: 24px; }
  .chapter h1.brand-statement { font-size: 48px; }
  .chapter h2 { font-size: 32px; }
  .hero-description { margin-top: 18px; }
  .journey-nav, .scroll-cue { display: none; }
  .journey-controls { bottom: 15px; }
  .motion-toggle { margin-left: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* WordPress integration */
.nexlogic-site { position: relative; }
.nexlogic-site .wp-block-group { max-width: none; }
.nexlogic-site .chapter-copy { max-width: 1120px; }
.nexlogic-site .chapter-insight .chapter-copy { max-width: 1040px; }
.nexlogic-site .footer-main { max-width: 1120px; }
.nexlogic-site .wp-block-heading { padding: 0; border: 0; }
.hero-link a { display: inline-flex; gap: 35px; align-items: center; }
.company-info .company-row { display: grid; grid-template-columns: 78px minmax(0,1fr); gap: 22px; padding: 15px 0; border-bottom: 1px solid #dfdbe5; }
.company-info .company-row:first-child { padding-top: 0; }
.company-info .company-label { color: var(--muted); }
.company-info .company-value { overflow-wrap: anywhere; }
.wpcf7 { min-width: 0; }
.wpcf7-form-control-wrap { display: block; }
.footer-legal { position: relative; z-index: 3; background: var(--paper); padding: 0 var(--gutter) 26px; }
.footer-legal .footer-bottom { padding-top: 0; }
.form-field > p, .form-consent > p { margin: 0; }
.form-field label { display: block; }
.form-field label span { margin-left: 8px; }
.form-consent .wpcf7-list-item { margin: 0; }
.form-consent .wpcf7-list-item > label { display: flex; align-items: flex-start; gap: 8px; }
.wpcf7 .wpcf7-not-valid-tip { color: #b32336; font-size: 12px; margin-top: 6px; }
.wpcf7 form .wpcf7-response-output { margin: 20px 0 0; padding: 12px 15px; font-size: 13px; }
.form-submit { cursor: pointer; }
.form-submit:disabled { background: #9b87bf; }
.admin-bar .site-header { top: 32px; }
.admin-bar .chapter-inner { scroll-margin-top: 32px; }
.content-page { min-height: 70vh; max-width: 1100px; padding: 155px var(--gutter) 90px; margin: auto; }
.content-page > h1 { font-size: clamp(30px,4vw,48px); color: var(--brand); margin-bottom: 40px; }
.content-page .entry-content > * + * { margin-top: 24px; }
.content-page a { text-decoration: underline; text-underline-offset: 3px; }
.content-page .wp-block-heading { margin-top: 36px; }
.content-page .wpcf7 { max-width: 700px; margin-inline: auto; }
@media(max-width:782px) { .admin-bar .site-header { top:46px; } }
@media(max-width:600px) { .admin-bar #wpadminbar { position:fixed; } }
@media(max-width:700px) { .company-info .company-row { grid-template-columns:64px minmax(0,1fr); gap:16px; } }
.form-field select { font: inherit; width: 100%; min-width: 0; border: 1px solid #c9c3d2; border-radius: 2px; background: rgb(255 255 255 / 56%); color: var(--ink); padding: 10px 12px; font-size: 16px; line-height: 1.5; }
.form-field select:focus-visible { outline: 2px solid var(--violet); outline-offset: 5px; }

/* Floating navigation: a readable material surface over the graph. */
.journey-controls { left: max(16px, env(safe-area-inset-left)); right: max(16px, env(safe-area-inset-right)); bottom: calc(22px + env(safe-area-inset-bottom)); justify-content: center; gap: 12px; pointer-events: none; transition: opacity .24s, transform .38s, visibility 0s; }
.journey-controls .scroll-cue { display: none; }
.journey-nav { position: relative; isolation: isolate; display: flex; flex: 0 1 450px; min-width: 0; padding: 6px; border: 1px solid rgb(255 255 255 / 82%); border-radius: 999px; background: linear-gradient(160deg, rgb(255 255 255 / 84%), rgb(241 240 247 / 73%)); -webkit-backdrop-filter: blur(18px) saturate(1.35); backdrop-filter: blur(18px) saturate(1.35); box-shadow: 0 8px 28px rgb(39 22 70 / 14%), 0 2px 6px rgb(39 22 70 / 7%), inset 0 1px 1px #fff, inset 0 -1px 1px rgb(91 65 130 / 12%); pointer-events: auto; transition: box-shadow .35s, background .35s; }
.journey-nav.is-dense { background: linear-gradient(160deg, rgb(255 255 255 / 90%), rgb(241 240 247 / 84%)); box-shadow: 0 10px 32px rgb(39 22 70 / 21%), 0 2px 8px rgb(39 22 70 / 10%), inset 0 1px 1px #fff, inset 0 -1px 1px rgb(91 65 130 / 14%); }
.journey-nav::before { content: ""; position: absolute; z-index: -1; left: 0; top: 6px; bottom: 6px; width: var(--glass-width, 0px); border-radius: 999px; background: linear-gradient(145deg, rgb(255 255 255 / 92%), rgb(94 43 220 / 15%)); box-shadow: inset 0 1px 1px #fff, inset 0 -1px 2px rgb(94 43 220 / 13%), 0 2px 5px rgb(54 30 90 / 7%); opacity: 0; transform: translateX(var(--glass-x, 6px)); transition: transform .52s cubic-bezier(.22, 1.08, .32, 1), width .4s, opacity .15s; }
.journey-nav[data-glass-ready].has-selection::before { opacity: 1; }
.journey-nav::after { content: ""; position: absolute; z-index: 0; inset: 0; border-radius: inherit; pointer-events: none; background: radial-gradient(150px circle at var(--light-x, 50%) var(--light-y, 0%), rgb(255 255 255 / 95%), transparent 76%); opacity: .2; transition: opacity .35s; }
.journey-nav.is-pressing::after { opacity: 1; }
.journey-nav a { position: relative; z-index: 1; flex: 1 1 0; min-width: 0; min-height: 44px; justify-content: center; padding: 10px 4px; gap: 0; border-radius: 999px; color: #40394d; font-size: 14px; font-weight: 500; line-height: 1.5; white-space: nowrap; -webkit-tap-highlight-color: transparent; transition: color .22s, background .22s, transform .22s; }
.journey-nav a + a::before, .journey-nav i { display: none; }
.journey-nav [aria-current] { color: #4c1daf; }
.journey-nav:not([data-glass-ready]) [aria-current] { background: rgb(94 43 220 / 12%); }
.journey-nav a:active { transform: scale(.94); background: rgb(255 255 255 / 42%); }
.journey-nav a:focus-visible { outline: 2px solid var(--violet); outline-offset: -3px; background: rgb(255 255 255 / 48%); }
.journey-nav.is-shifting::before { animation: glass-settle .52s ease-out; }
@keyframes glass-settle { 0%, 100% { scale: 1; } 35% { scale: 1.065 .94; } 68% { scale: .985 1.015; } }
.journey-controls .motion-toggle { width: 48px; height: 48px; margin: 0; border: 1px solid rgb(255 255 255 / 85%); background: linear-gradient(145deg, rgb(255 255 255 / 86%), rgb(241 240 247 / 78%)); -webkit-backdrop-filter: blur(18px) saturate(1.35); backdrop-filter: blur(18px) saturate(1.35); box-shadow: 0 7px 22px rgb(39 22 70 / 15%), inset 0 1px 1px #fff, inset 0 -1px 1px rgb(91 65 130 / 12%); pointer-events: auto; transition: transform .2s, background .2s; }
.journey-controls .motion-toggle:active { transform: scale(.92); }
.at-footer .journey-controls { transform: translateY(12px) scale(.97); transition: opacity .24s, transform .38s, visibility 0s .38s; }
.at-footer .journey-controls:focus-within { opacity: 1; visibility: visible; transform: none; }
@media (hover: hover) and (pointer: fine) {
  .journey-nav:hover::after { opacity: .65; }
  .journey-nav a:hover { color: #4c1daf; background: rgb(255 255 255 / 35%); }
  .journey-controls .motion-toggle:hover { background: rgb(255 255 255 / 95%); transform: translateY(-2px); }
}
@media (max-width: 600px) {
  .journey-controls { gap: 8px; bottom: calc(14px + env(safe-area-inset-bottom)); }
  .journey-nav { padding: 5px; }
  .journey-nav::before { top: 5px; bottom: 5px; }
  .journey-nav a { padding-inline: 2px; font-size: 13px; }
  .journey-controls .motion-toggle { width: 44px; height: 44px; }
}
@media (max-height: 520px) and (orientation: landscape) {
  .journey-controls { bottom: calc(8px + env(safe-area-inset-bottom)); }
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .journey-nav, .journey-nav.is-dense, .journey-controls .motion-toggle { background: #f5f4f8; }
}
@media (prefers-reduced-transparency: reduce) {
  .journey-nav, .journey-nav.is-dense, .journey-controls .motion-toggle { background: #f5f4f8; -webkit-backdrop-filter: none; backdrop-filter: none; }
}
@media (prefers-contrast: more) {
  .journey-nav, .journey-nav.is-dense, .journey-controls .motion-toggle { background: #fff; border-color: #514661; }
  .journey-nav a { color: #24202c; }
  .journey-nav [aria-current] { color: #2c117b; text-decoration: underline; text-underline-offset: 4px; }
}
@media (forced-colors: active) {
  .journey-nav, .journey-nav.is-dense, .journey-controls .motion-toggle { background: Canvas; border: 1px solid CanvasText; box-shadow: none; }
  .journey-nav::before, .journey-nav::after { display: none; }
  .journey-nav [aria-current] { outline: 2px solid Highlight; outline-offset: -3px; }
}
.motion-paused .journey-nav::before, .motion-paused .journey-nav a, .motion-paused .journey-nav::after { animation: none; transition: none; }
@media (prefers-reduced-motion: reduce) {
  .journey-nav a:active, .journey-controls .motion-toggle:active, .journey-controls .motion-toggle:hover { transform: none; }
}
