/* Search-facing Mount Fuji story. The interactive English experience remains /en/. */
.mf-page { background: #080c13; color: var(--paper); font-family: var(--font-en-sans); }
.mf-page h1, .mf-page h2, .mf-page em { font-family: var(--font-en-serif); font-weight: 500; }
.mf-page h1, .mf-page h2, .mf-page p { text-wrap: balance; }
.mf-nav { position: absolute; z-index: 20; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem var(--gutter); }
.mf-nav__links { display: flex; align-items: center; gap: 1.25rem; font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.mf-nav__links a { padding-block: .45rem; border-bottom: 1px solid transparent; }
.mf-nav__links a:hover, .mf-nav__links a:focus-visible { color: #fff; border-color: var(--gold); }
.mf-hero { position: relative; display: flex; align-items: center; min-height: 100svh; overflow: hidden; isolation: isolate; }
.mf-hero__picture, .mf-hero__picture img, .mf-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.mf-hero__picture { z-index: -3; background: #6b8ca1; }
.mf-hero__picture img { object-fit: cover; object-position: 56% center; transform: scale(1.015); }
.mf-hero__shade { z-index: -2; background: linear-gradient(90deg, rgba(4,8,13,.9) 0%, rgba(4,8,13,.7) 38%, rgba(4,8,13,.1) 72%, rgba(4,8,13,.38) 100%), linear-gradient(180deg, rgba(4,8,13,.6), transparent 32%, transparent 66%, rgba(4,8,13,.8)); }
.mf-hero__inner { width: min(80rem, 100%); margin-inline: auto; padding: clamp(7rem, 15vh, 10rem) var(--gutter) 7rem; }
.mf-hero__eyebrow { color: rgba(255,255,255,.72); margin: 0 0 1.2rem; }
.mf-hero h1 { max-width: 12ch; margin: 0; font-size: clamp(3.4rem, 8.4vw, 8.2rem); line-height: .84; letter-spacing: -.045em; text-shadow: 0 4px 30px rgba(0,0,0,.24); }
.mf-hero__lead { max-width: 40rem; margin: 2rem 0 0; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.45vw, 1.24rem); line-height: 1.72; }
.mf-hero__bridge { margin: 1.7rem 0 0; font-family: var(--font-en-serif); color: #fff; font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.25; }
.mf-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.mf-button { display: inline-flex; min-height: 3.2rem; align-items: center; justify-content: center; gap: 1rem; padding: .75rem 1.2rem; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; font-size: .82rem; letter-spacing: .06em; transition: background .3s, color .3s, border-color .3s, transform .3s; }
.mf-button:hover { transform: translateY(-2px); }
.mf-button--primary { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.mf-button--quiet { background: rgba(7,11,17,.24); backdrop-filter: blur(10px); }
.mf-scroll { position: absolute; left: var(--gutter); bottom: 1.5rem; display: flex; align-items: center; gap: .8rem; font-size: .62rem; letter-spacing: .18em; color: rgba(255,255,255,.64); }
.mf-scroll i { display: block; width: 4.5rem; height: 1px; background: currentColor; transform-origin: left; animation: mf-line 2.4s ease-in-out infinite; }
@keyframes mf-line { 0%, 100% { transform: scaleX(.25); opacity: .45; } 50% { transform: scaleX(1); opacity: 1; } }

.mf-opening { display: grid; min-height: 86svh; grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr); background: radial-gradient(circle at 15% 25%, rgba(31,111,139,.15), transparent 34%), #080c13; }
.mf-opening__copy { align-self: center; padding: clamp(5rem, 10vw, 9rem) var(--gutter); }
.mf-opening__copy h2 { margin: 1rem 0 1.5rem; font-size: clamp(2.8rem, 5.4vw, 5.8rem); line-height: .97; letter-spacing: -.035em; }
.mf-opening__copy h2 em { color: var(--gold); }
.mf-opening__copy > p:not(.caps) { max-width: 34rem; color: var(--text-dim); font-size: 1rem; line-height: 1.8; }
.mf-text-link { display: inline-flex; gap: 1.2rem; align-items: center; margin-top: 1.6rem; padding-bottom: .35rem; border-bottom: 1px solid rgba(212,168,83,.45); color: var(--gold); font-size: .83rem; letter-spacing: .06em; }
.mf-orbit { position: relative; min-height: 34rem; overflow: hidden; isolation: isolate; }
.mf-orbit video, .mf-orbit__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.mf-orbit video { z-index: -3; object-fit: cover; }
.mf-orbit__veil { z-index: -2; background: linear-gradient(90deg, rgba(8,12,19,.62), transparent 45%), linear-gradient(180deg, transparent 50%, rgba(8,12,19,.66)); }
.mf-orbit__ring { position: absolute; left: 50%; top: 50%; display: grid; place-content: center; width: min(20rem, 55vw); aspect-ratio: 1; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.6); border-radius: 50%; text-align: center; color: #fff; }
.mf-orbit__ring::before, .mf-orbit__ring::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); }
.mf-orbit__ring::before { inset: 7%; }
.mf-orbit__ring::after { inset: -5%; border-style: dashed; animation: mf-orbit 24s linear infinite; }
.mf-orbit__ring i { position: absolute; left: 50%; top: -5%; width: .55rem; height: .55rem; border-radius: 50%; background: var(--gold); box-shadow: 0 0 20px var(--gold); }
.mf-orbit__ring b { font: 500 clamp(3.4rem, 7vw, 6.8rem)/.8 var(--font-en-serif); }
.mf-orbit__ring small { margin-top: 1rem; font-size: .6rem; letter-spacing: .18em; }
.mf-orbit__label { position: absolute; right: var(--gutter); bottom: 2rem; font: .66rem/1.4 var(--font-mono); letter-spacing: .1em; color: rgba(255,255,255,.72); }
@keyframes mf-orbit { to { transform: rotate(360deg); } }

/* seasons */
.mf-seasons { padding: clamp(6rem, 12vw, 11rem) var(--gutter); background: #f1eee6; color: var(--ink); }
.mf-seasons__head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr); gap: clamp(2rem, 8vw, 8rem); align-items: end; max-width: 80rem; margin: 0 auto clamp(3rem, 7vw, 6rem); }
.mf-seasons .caps { color: rgba(11,15,23,.58); }
.mf-seasons h2 { margin: .9rem 0 0; max-width: 15ch; font-size: clamp(3rem, 6.4vw, 6.5rem); line-height: .94; letter-spacing: -.045em; }
.mf-seasons__head > p { margin: 0; max-width: 34rem; color: rgba(11,15,23,.68); font-size: clamp(.95rem, 1.2vw, 1.08rem); line-height: 1.8; }
.mf-season-stage { display: grid; grid-template-columns: minmax(0, 1fr) minmax(12rem, .25fr); gap: 0; max-width: 90rem; margin: 0 auto; border: 1px solid rgba(11,15,23,.16); background: #e4e0d7; }
.mf-season-frame { position: relative; min-height: min(68vw, 48rem); margin: 0; overflow: hidden; background: #cdd7da; }
.mf-season-frame picture, .mf-season-frame img { width: 100%; height: 100%; }
.mf-season-frame picture { display: block; position: absolute; inset: 0; }
.mf-season-frame img { display: block; object-fit: cover; object-position: center; transition: opacity .25s ease, transform 1s var(--ease-out); }
.mf-season-frame picture[hidden], .mf-season-video[hidden] { display: none; }
.mf-season-video { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; background: #07101a; transition: opacity .25s ease, transform 1s var(--ease-out); }
.mf-season-frame.is-changing img, .mf-season-frame.is-changing .mf-season-video { opacity: .16; transform: scale(1.02); }
.mf-season-frame figcaption { position: absolute; z-index: 2; inset: auto 0 0; display: grid; grid-template-columns: 4.8rem minmax(6rem, .35fr) 1fr; gap: 1rem; align-items: baseline; padding: 1.3rem 1.5rem; background: linear-gradient(180deg, transparent, rgba(5,8,13,.82) 35%); color: #fff; }
.mf-season-frame figcaption span { font: .62rem/1 var(--font-mono); letter-spacing: .12em; color: rgba(255,255,255,.6); }
.mf-season-frame figcaption strong { font: 500 clamp(1.4rem, 2.5vw, 2.3rem)/1 var(--font-en-serif); }
.mf-season-frame figcaption p { margin: 0; color: rgba(255,255,255,.75); font-size: .85rem; }
.mf-season-tabs { display: grid; grid-template-rows: repeat(4, 1fr); background: #f6f3ec; }
.mf-season-tabs button { display: grid; grid-template-columns: 2.4rem 1fr; align-items: center; gap: .6rem; width: 100%; padding: 1.2rem; border: 0; border-bottom: 1px solid rgba(11,15,23,.14); background: none; color: rgba(11,15,23,.54); text-align: left; font: 500 clamp(1rem, 1.4vw, 1.2rem)/1.2 var(--font-en-serif); cursor: pointer; transition: background .25s, color .25s; }
.mf-season-tabs button:last-child { border-bottom: 0; }
.mf-season-tabs button span { font: .58rem/1 var(--font-mono); letter-spacing: .08em; }
.mf-season-tabs button[aria-selected="true"] { background: var(--ink); color: var(--paper); }
.mf-season-tabs button:hover, .mf-season-tabs button:focus-visible { color: var(--ink); background: rgba(212,168,83,.18); }
.mf-season-tabs button[aria-selected="true"]:hover, .mf-season-tabs button[aria-selected="true"]:focus-visible { color: var(--paper); background: var(--ink); }
.mf-owner-credit { max-width: 90rem; margin: .8rem auto 0; color: rgba(11,15,23,.5); font-size: .66rem; letter-spacing: .04em; }

/* culture, water and light */
.mf-story { padding: clamp(6rem, 12vw, 11rem) var(--gutter); background: #090d14; }
.mf-story__head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr); gap: 1rem clamp(2rem, 8vw, 8rem); align-items: end; max-width: 80rem; margin: 0 auto clamp(6rem, 11vw, 11rem); }
.mf-story__head .caps { grid-column: 1 / -1; }
.mf-story__head h2 { margin: 0; font-size: clamp(3.1rem, 7vw, 7.2rem); line-height: .9; letter-spacing: -.045em; }
.mf-story__head > p:last-child { margin: 0; color: var(--text-dim); line-height: 1.8; }
.mf-chapter { position: relative; display: grid; grid-template-columns: minmax(16rem, .72fr) minmax(0, 1.28fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; max-width: 80rem; margin: 0 auto clamp(7rem, 14vw, 13rem); }
.mf-chapter:last-child { margin-bottom: 0; }
.mf-chapter--reverse { grid-template-columns: minmax(0, 1.28fr) minmax(16rem, .72fr); }
.mf-chapter--reverse .mf-chapter__copy { grid-column: 2; }
.mf-chapter--reverse .mf-chapter__image { grid-column: 1; grid-row: 1; }
.mf-chapter__number { position: absolute; z-index: 0; top: -5.5rem; left: -1rem; font: 500 clamp(7rem, 16vw, 15rem)/1 var(--font-en-serif); color: rgba(246,243,236,.035); }
.mf-chapter--reverse .mf-chapter__number { left: auto; right: -1rem; }
.mf-chapter__copy { position: relative; z-index: 1; }
.mf-chapter__copy h3 { margin: .8rem 0 1.5rem; font: 500 clamp(2.7rem, 5vw, 5.2rem)/.96 var(--font-en-serif); letter-spacing: -.035em; }
.mf-chapter__copy > p:not(.caps) { margin: 0; color: var(--text-dim); font-size: .98rem; line-height: 1.85; }
.mf-source { display: inline-flex; gap: .8rem; margin-top: 1.5rem; padding-bottom: .35rem; border-bottom: 1px solid rgba(212,168,83,.42); color: var(--gold); font-size: .78rem; letter-spacing: .04em; }
.mf-chapter__image { position: relative; min-height: clamp(28rem, 52vw, 48rem); margin: 0; overflow: hidden; background: var(--ink-2); }
.mf-chapter__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.mf-chapter__image:hover img { transform: scale(1.018); }
.mf-chapter__image--shrine img { object-position: center; }
.mf-chapter__image--light img { object-position: center 48%; }
.mf-chapter__image figcaption { position: absolute; right: .8rem; bottom: .7rem; max-width: 80%; padding: .22rem .55rem; border-radius: 99px; background: rgba(0,0,0,.45); color: rgba(255,255,255,.7); font-size: .58rem; letter-spacing: .03em; backdrop-filter: blur(5px); }

/* why the front */
.mf-front { position: relative; display: grid; min-height: 86svh; place-items: center; overflow: hidden; padding: clamp(7rem, 15vw, 13rem) var(--gutter); background: #cfdce1; color: var(--ink); }
.mf-front::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 90%, rgba(255,255,255,.9), transparent 48%), linear-gradient(180deg, #b8ced9, #ebebe5); }
.mf-front__line { position: absolute; z-index: 1; inset: auto -8vw 4%; opacity: .22; }
.mf-front__line img { display: block; width: 116%; height: auto; filter: brightness(.2) sepia(.2); }
.mf-front__inner { position: relative; z-index: 2; max-width: 62rem; margin: 0 auto; text-align: center; }
.mf-front .caps { color: rgba(11,15,23,.58); }
.mf-front h2 { margin: 1rem auto 1.8rem; font-size: clamp(3.1rem, 7vw, 7.4rem); line-height: .92; letter-spacing: -.05em; }
.mf-front h2 em { color: var(--scoria); }
.mf-front__inner > p:not(.caps) { max-width: 46rem; margin: 0 auto 2rem; color: rgba(11,15,23,.7); font-size: clamp(1rem, 1.4vw, 1.15rem); line-height: 1.8; }
.mf-front .mf-button--primary { background: var(--ink); border-color: var(--ink); color: var(--paper); }

/* route */
.mf-journey { padding: clamp(6rem, 12vw, 11rem) var(--gutter); background: #f1eee6; color: var(--ink); }
.mf-journey__head { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(18rem, .75fr); gap: clamp(2rem, 8vw, 8rem); align-items: end; max-width: 80rem; margin: 0 auto clamp(4rem, 8vw, 7rem); }
.mf-journey .caps { color: rgba(11,15,23,.55); }
.mf-journey h2 { margin: .9rem 0 0; font-size: clamp(3rem, 6.5vw, 6.7rem); line-height: .92; letter-spacing: -.04em; }
.mf-journey__head > p { margin: 0; color: rgba(11,15,23,.64); line-height: 1.8; }
.mf-route { max-width: 80rem; margin: 0 auto; padding: 0; list-style: none; border-top: 1px solid rgba(11,15,23,.18); }
.mf-route li { display: grid; grid-template-columns: 6rem 1fr; padding: 2rem 0; border-bottom: 1px solid rgba(11,15,23,.18); }
.mf-route li > span { font: .65rem/1 var(--font-mono); letter-spacing: .1em; color: rgba(11,15,23,.46); }
.mf-route li > div { display: grid; grid-template-columns: minmax(8rem, .35fr) minmax(13rem, .55fr) minmax(18rem, 1fr); gap: 1.5rem; align-items: baseline; }
.mf-route small { color: var(--scoria); font-size: .62rem; letter-spacing: .14em; }
.mf-route h3 { margin: 0; font: 500 clamp(1.6rem, 2.5vw, 2.4rem)/1.1 var(--font-en-serif); }
.mf-route p { margin: 0; color: rgba(11,15,23,.65); font-size: .88rem; line-height: 1.72; }
.mf-official { display: flex; flex-wrap: wrap; gap: .65rem; max-width: 80rem; margin: 2rem auto 0; }
.mf-official a { padding: .65rem 1rem; border: 1px solid rgba(11,15,23,.2); border-radius: 99px; color: rgba(11,15,23,.72); font-size: .72rem; }
.mf-official a:hover, .mf-official a:focus-visible { background: var(--ink); color: var(--paper); }
.mf-sacred { max-width: 80rem; margin: 3rem auto 0; overflow: hidden; border: 1px solid rgba(11,15,23,.16); background: rgba(255,255,255,.46); }
.mf-sacred__intro { display: grid; grid-template-columns: minmax(14rem, .55fr) minmax(18rem, .8fr) minmax(18rem, 1fr); gap: 1.5rem; align-items: end; padding: clamp(1.7rem, 4vw, 3rem); border-bottom: 1px solid rgba(11,15,23,.14); }
.mf-sacred__intro .caps { align-self: start; margin-top: .4rem; }
.mf-sacred__intro h3 { margin: 0; font: 500 clamp(2rem, 3.5vw, 3.5rem)/.98 var(--font-en-serif); letter-spacing: -.025em; }
.mf-sacred__intro > p:last-child { margin: 0; color: rgba(11,15,23,.66); font-size: .9rem; line-height: 1.78; }
.mf-sacred__layers { display: grid; grid-template-columns: repeat(3, 1fr); }
.mf-sacred__layers article { padding: clamp(1.7rem, 3.5vw, 2.6rem); border-right: 1px solid rgba(11,15,23,.14); }
.mf-sacred__layers article:last-child { border-right: 0; }
.mf-sacred small { color: var(--scoria); font-size: .59rem; letter-spacing: .13em; }
.mf-sacred h4 { margin: .8rem 0 .75rem; font: 500 clamp(1.25rem, 2vw, 1.8rem)/1.1 var(--font-en-serif); }
.mf-sacred__layers p, .mf-sacred__guide p { margin: 0; color: rgba(11,15,23,.65); font-size: .82rem; line-height: 1.78; }
.mf-sacred__guide { display: flex; gap: 2rem; align-items: center; justify-content: space-between; padding: clamp(1.7rem, 3.5vw, 2.6rem); border-top: 1px solid rgba(11,15,23,.14); background: var(--ink); color: var(--paper); }
.mf-sacred__guide > div { max-width: 48rem; }
.mf-sacred__guide h4 { margin-bottom: .5rem; }
.mf-sacred__guide p { color: rgba(255,255,255,.64); }
.mf-sacred__guide .mf-button { flex: 0 0 auto; background: var(--paper); border-color: var(--paper); color: var(--ink); }
.mf-sacred__sources { margin: 0; padding: .9rem clamp(1.7rem, 3.5vw, 2.6rem); border-top: 1px solid rgba(11,15,23,.14); color: rgba(11,15,23,.56); font-size: .64rem; line-height: 1.65; }
.mf-sacred__sources a { color: rgba(11,15,23,.78); text-decoration: underline; text-underline-offset: .18em; }

/* answer-friendly visible FAQs */
.mf-faq { display: grid; grid-template-columns: minmax(15rem, .55fr) minmax(0, 1.45fr); gap: clamp(2rem, 9vw, 9rem); padding: clamp(6rem, 12vw, 11rem) var(--gutter); background: #0a0e16; }
.mf-faq__head h2 { margin: .8rem 0 0; font-size: clamp(3rem, 6vw, 6rem); line-height: .94; }
.mf-faq__list { border-top: 1px solid var(--line); }
.mf-faq details { border-bottom: 1px solid var(--line); }
.mf-faq summary { position: relative; padding: 1.8rem 3rem 1.8rem 0; list-style: none; font: 500 clamp(1.25rem, 2.2vw, 2rem)/1.2 var(--font-en-serif); cursor: pointer; }
.mf-faq summary::-webkit-details-marker { display: none; }
.mf-faq summary::after { content: "+"; position: absolute; right: .4rem; top: 1.65rem; color: var(--gold); font: 300 1.4rem/1 var(--font-en-sans); }
.mf-faq details[open] summary::after { content: "−"; }
.mf-faq details p { max-width: 48rem; margin: -.5rem 0 1.8rem; color: var(--text-dim); font-size: .94rem; line-height: 1.8; }

/* final transition into the existing experience */
.mf-final { position: relative; display: grid; min-height: 92svh; place-items: center; overflow: hidden; isolation: isolate; padding: 7rem var(--gutter); text-align: center; }
.mf-final > picture, .mf-final > picture img, .mf-final__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.mf-final > picture { z-index: -3; }
.mf-final > picture img { object-fit: cover; }
.mf-final__veil { z-index: -2; background: linear-gradient(180deg, rgba(5,8,13,.35), rgba(5,8,13,.78)), linear-gradient(90deg, rgba(5,8,13,.3), transparent, rgba(5,8,13,.3)); }
.mf-final__inner { max-width: 62rem; }
.mf-final h2 { margin: 1rem 0 1.5rem; font-size: clamp(3.6rem, 8.5vw, 8.8rem); line-height: .83; letter-spacing: -.05em; text-shadow: 0 4px 35px rgba(0,0,0,.35); }
.mf-final__inner > p:not(.caps) { max-width: 34rem; margin: 0 auto 2rem; color: rgba(255,255,255,.8); font-size: clamp(1rem, 1.45vw, 1.18rem); line-height: 1.75; }
.mf-footer .footer__about a { color: var(--gold); overflow-wrap: anywhere; }

.has-js .mf-reveal { opacity: 0; transform: translateY(1.4rem); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.has-js .mf-reveal.is-in { opacity: 1; transform: none; }

@media (max-width: 780px) {
  .mf-nav { align-items: flex-start; }
  .mf-nav__links { gap: .7rem; }
  .mf-nav__links a:first-child { display: none; }
  .mf-hero { min-height: 760px; }
  .mf-hero__picture img { object-position: center; }
  .mf-hero__shade { background: linear-gradient(90deg, rgba(4,8,13,.84), rgba(4,8,13,.18)), linear-gradient(180deg, rgba(4,8,13,.68), transparent 25%, transparent 52%, rgba(4,8,13,.9)); }
  .mf-hero__inner { align-self: end; padding-bottom: 6.4rem; }
  .mf-hero h1 { font-size: clamp(3.5rem, 16vw, 5.5rem); }
  .mf-hero__lead { font-size: .93rem; line-height: 1.65; }
  .mf-scroll { left: auto; right: var(--gutter); }
  .mf-opening { grid-template-columns: 1fr; }
  .mf-opening__copy { padding-block: 5.5rem; }
  .mf-orbit { min-height: 64svh; }
  .mf-seasons__head, .mf-story__head, .mf-journey__head { grid-template-columns: 1fr; }
  .mf-season-stage { grid-template-columns: 1fr; }
  .mf-season-frame { min-height: 72svh; }
  .mf-season-tabs { grid-template-columns: repeat(4, 1fr); grid-template-rows: 1fr; }
  .mf-season-tabs button { display: flex; justify-content: center; padding: 1rem .3rem; border-right: 1px solid rgba(11,15,23,.14); border-bottom: 0; font-family: var(--font-en-sans); font-size: .7rem; }
  .mf-season-tabs button span { display: none; }
  .mf-season-frame figcaption { grid-template-columns: 3.5rem 1fr; }
  .mf-season-frame figcaption p { grid-column: 2; }
  .mf-chapter, .mf-chapter--reverse { grid-template-columns: 1fr; gap: 2.4rem; }
  .mf-chapter--reverse .mf-chapter__copy, .mf-chapter--reverse .mf-chapter__image { grid-column: 1; }
  .mf-chapter--reverse .mf-chapter__image { grid-row: auto; }
  .mf-chapter__image { min-height: 64svh; }
  .mf-chapter--reverse .mf-chapter__copy { order: 1; }
  .mf-chapter--reverse .mf-chapter__image { order: 2; }
  .mf-route li { grid-template-columns: 3rem 1fr; }
  .mf-route li > div { grid-template-columns: 1fr; gap: .45rem; }
  .mf-sacred__intro, .mf-sacred__layers { grid-template-columns: 1fr; }
  .mf-sacred__intro { align-items: start; }
  .mf-sacred__layers article { border-right: 0; border-bottom: 1px solid rgba(11,15,23,.14); }
  .mf-sacred__layers article:last-child { border-bottom: 0; }
  .mf-sacred__guide { align-items: flex-start; flex-direction: column; }
  .mf-faq { grid-template-columns: 1fr; }
  .mf-final { min-height: 80svh; }
}
@media (max-width: 520px) {
  .mf-nav__links a:nth-child(2) { font-size: 0; }
  .mf-nav__links a:nth-child(2)::after { content: "Experience"; font-size: .67rem; }
  .mf-button { width: 100%; }
  .mf-hero__bridge br { display: none; }
  .mf-season-frame { min-height: 66svh; }
  .mf-season-frame figcaption { padding: 3rem 1rem 1rem; }
  .mf-season-tabs button { font-size: .63rem; }
  .mf-chapter__image { min-height: 56svh; }
  .mf-front__line { bottom: 12%; }
  .mf-official { display: grid; }
}
@media (prefers-reduced-motion: reduce) {
  .mf-scroll i, .mf-orbit__ring::after { animation: none; }
  .mf-orbit video { display: none; }
  .mf-orbit { background: url('/assets/video/drone-360-town.jpg') center/cover no-repeat; }
  .mf-season-video { display: none; }
  .has-js .mf-reveal { opacity: 1; transform: none; }
}
