:root {
  --ink: #171611;
  --paper: #f1ecdf;
  --paper-deep: #ddd2bc;
  --red: #d34a37;
  --gold: #d8ae5e;
  --blue: #335e6e;
  --ease: cubic-bezier(.76, 0, .24, 1);
}

* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; }
body {
  background: var(--ink);
  color: var(--ink);
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }

.grain {
  position: fixed; inset: -30%; z-index: 50; pointer-events: none; opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  animation: grain 8s steps(8) infinite;
}
@keyframes grain { 0%,100% { transform: translate(0); } 20% { transform: translate(-4%,3%); } 40% { transform: translate(3%,-4%); } 60% { transform: translate(5%,5%); } 80% { transform: translate(-5%,-3%); } }

.site-header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 40; padding: 26px 34px;
  display: flex; align-items: center; justify-content: space-between; mix-blend-mode: difference; color: #fff;
}
.brand { display: flex; align-items: center; gap: 12px; font-size: 13px; letter-spacing: .12em; }
.brand-mark { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-style: italic; }
.page-counter { display: flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: .14em; }
.page-counter i { width: 42px; height: 1px; background: currentColor; opacity: .6; }

.page-track { height: 100%; transition: transform 1s var(--ease); will-change: transform; }
.page {
  position: relative; height: 100vh; min-height: 600px; overflow: hidden; isolation: isolate;
  padding: clamp(80px, 9vh, 110px) clamp(56px, 7vw, 120px) clamp(50px, 7vh, 78px);
}
.dark-page { background: #161411; color: #f2eee5; }
.light-page { background: var(--paper); color: var(--ink); }

.reveal { opacity: 0; transform: translateY(36px); transition: opacity .9s ease, transform 1s var(--ease); }
.is-active .reveal { opacity: 1; transform: translateY(0); }
.is-active .reveal:nth-child(2) { transition-delay: .08s; }
.is-active .reveal:nth-child(3) { transition-delay: .16s; }
.is-active .reveal:nth-child(4) { transition-delay: .24s; }

.section-kicker { display: flex; align-items: center; gap: 15px; }
.section-kicker span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: 14px; }
.section-kicker p { margin: 0; font-size: 10px; letter-spacing: .23em; opacity: .7; }
.chapter-label { margin: 0 0 4px; font-family: "STKaiti", "KaiTi", serif; font-size: clamp(17px, 1.45vw, 24px); letter-spacing: .18em; opacity: .7; }

.cover-page { background: var(--paper); }
.cover-page::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(255,255,255,.34), transparent 55%); z-index: -2; }
.cover-layout { height: 100%; display: grid; grid-template-columns: .86fr 1.14fr; gap: 8vw; align-items: center; }
.cover-copy { position: relative; padding-left: 3vw; }
.eyebrow { margin: 0 0 5vh; font-size: 10px; letter-spacing: .28em; color: #635d52; }
.cover-copy h1 { margin: 0; font-family: "STKaiti", "KaiTi", serif; font-size: clamp(72px, 8.2vw, 146px); font-weight: 400; letter-spacing: -.06em; line-height: .87; }
.cover-copy h1 span { display: inline-block; color: var(--red); transform: translateX(-.08em); }
.cover-intro { width: min(30em, 90%); margin: 5vh 0 0; color: #5b554b; font-size: clamp(14px, 1.1vw, 18px); line-height: 1.9; letter-spacing: .08em; }
.scroll-hint { margin-top: 6vh; display: flex; align-items: center; gap: 13px; font-size: 11px; letter-spacing: .18em; color: #6d675c; }
.scroll-hint span { position: relative; width: 1px; height: 38px; background: #918878; overflow: hidden; }
.scroll-hint span::after { content: ""; position: absolute; top: -100%; left: 0; width: 100%; height: 100%; background: var(--red); animation: scrollLine 2s ease infinite; }
@keyframes scrollLine { 55%,100% { transform: translateY(200%); } }
.directory { align-self: center; max-width: 690px; border-top: 1px solid rgba(23,22,17,.45); }
.directory-label { margin: 0; padding: 0 0 14px; transform: translateY(-26px); font-size: 10px; letter-spacing: .24em; color: #655f54; }
.directory-item { position: relative; display: grid; grid-template-columns: 45px 1fr auto 30px; gap: 8px; align-items: center; min-height: 66px; border-bottom: 1px solid rgba(23,22,17,.18); transition: padding .35s ease, color .35s ease; }
.directory-item::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--ink); transform: scaleY(0); transform-origin: bottom; transition: transform .45s var(--ease); }
.directory-item:hover, .directory-item:focus-visible { color: var(--paper); padding: 0 16px; outline: none; }
.directory-item:hover::before, .directory-item:focus-visible::before { transform: scaleY(1); }
.directory-no { font-family: Georgia, serif; font-size: 12px; color: var(--red); }
.directory-title { font-family: "STKaiti", "KaiTi", serif; font-size: clamp(20px, 1.7vw, 27px); letter-spacing: .03em; }
.directory-sub { font-size: 10px; letter-spacing: .16em; opacity: .6; }
.directory-arrow { font-size: 18px; text-align: right; }
.cover-orbit { position: absolute; border: 1px solid rgba(211,74,55,.22); border-radius: 50%; z-index: -1; }
.orbit-a { width: 35vw; height: 35vw; left: -14vw; bottom: -23vw; }
.orbit-b { width: 16vw; height: 16vw; left: 28vw; top: -9vw; }

.cinema-photo-page { background: #141311; }
.cinema-photo-page::before { content: ""; position: absolute; width: 32vw; height: 32vw; border-radius: 50%; background: #7b2f25; filter: blur(120px); opacity: .22; right: 14vw; top: 2vh; z-index: -1; }
.cinema-photo-page > .section-kicker { position: absolute; top: 8vh; left: 7vw; }
.cinema-photo-layout { height: 100%; display: grid; grid-template-columns: .66fr 1.14fr .92fr; gap: clamp(22px, 3vw, 58px); align-items: center; }
.cinema-copy h2 { margin: 0 0 24px; color: var(--gold); font-family: "STKaiti", "KaiTi", serif; font-size: clamp(70px, 8vw, 140px); font-weight: 400; line-height: 1; }
.cinema-copy > p:last-child { max-width: 20em; line-height: 1.9; color: #aaa49a; font-size: 13px; letter-spacing: .08em; }
.cinema-screen { position: relative; margin: 0; opacity: 0; transform: scale(.92) translateY(30px); }
.cinema-screen::before { content: ""; position: absolute; inset: -9px; border: 1px solid rgba(255,255,255,.12); }
.cinema-screen img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.86) contrast(1.05); }
.cinema-screen figcaption { display: flex; justify-content: space-between; margin-top: 16px; font-family: "STKaiti", "KaiTi", serif; font-size: 17px; }
.cinema-screen figcaption small { font-family: Arial, sans-serif; font-size: 9px; letter-spacing: .2em; opacity: .5; }
.is-active .sequence-one { animation: photoEnter .9s var(--ease) .35s forwards; }
.is-active .sequence-two { animation: photoEnter .9s var(--ease) 1.05s forwards; }
@keyframes photoEnter { to { opacity: 1; transform: scale(1) translateY(0); } }
.sequence-two img.instant-swap { animation: flashSwap .18s steps(1); }
@keyframes flashSwap { 0% { filter: brightness(1.65); } 100% { filter: saturate(.86) contrast(1.05); } }
.vertical-note { position: absolute; right: 25px; bottom: 8vh; writing-mode: vertical-rl; margin: 0; font-size: 9px; letter-spacing: .3em; opacity: .4; }

.cinema-film-page { display: grid; grid-template-columns: .62fr 1.38fr; gap: 6vw; align-items: center; }
.film-heading h2 { margin: 7vh 0 3vh; color: var(--gold); font-family: "STKaiti", "KaiTi", serif; font-size: clamp(68px, 7vw, 120px); font-weight: 400; line-height: .98; }
.film-heading > p:last-child { color: #aaa49a; font-size: 14px; line-height: 1.9; letter-spacing: .08em; }
.film-stage { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; box-shadow: 0 34px 90px rgba(0,0,0,.5); overflow: hidden; }
.film-stage::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 80px rgba(0,0,0,.5); }
.film-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #000; opacity: 0; transition: opacity 1.15s ease; }
.film-video.is-current { opacity: 1; }
.film-play { position: absolute; left: 50%; top: 50%; z-index: 4; width: 80px; height: 80px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.7); color: white; background: rgba(0,0,0,.22); transform: translate(-50%,-50%); backdrop-filter: blur(6px); cursor: pointer; transition: opacity .3s, transform .3s; }
.film-play span { display: block; margin-left: 5px; width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 16px solid currentColor; }
.film-play:hover { transform: translate(-50%,-50%) scale(1.08); }
.film-play.is-playing { opacity: 0; pointer-events: none; }
.sound-toggle { position: absolute; z-index: 4; right: 18px; top: 18px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.35); background: rgba(0,0,0,.35); color: white; font-size: 10px; letter-spacing: .14em; cursor: pointer; }
.film-status { position: absolute; z-index: 4; left: 18px; right: 18px; bottom: 17px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; color: white; font-size: 9px; letter-spacing: .2em; text-shadow: 0 1px 5px black; }
.film-line { height: 1px; background: rgba(255,255,255,.35); }
.film-line i { display: block; width: 0; height: 100%; background: var(--gold); }

.milk-tea-page { display: grid; grid-template-columns: .7fr 1.12fr .62fr; align-items: center; gap: 4vw; }
.milk-color-block { position: absolute; right: 0; top: 0; width: 29vw; height: 100%; background: #cab77f; z-index: -1; }
.milk-heading { align-self: start; padding-top: 12vh; }
.milk-heading h2 { margin: 0; color: var(--red); font-family: "STKaiti", "KaiTi", serif; font-size: clamp(72px, 8vw, 140px); font-weight: 400; line-height: .95; }
.milk-heading .chapter-label { margin-top: 7vh; }
.milk-photo { margin: 0; position: relative; }
.milk-photo::before { content: ""; position: absolute; inset: -16px 18px 18px -16px; border: 1px solid rgba(23,22,17,.34); z-index: -1; }
.milk-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.milk-note { align-self: end; padding: 0 0 10vh; }
.milk-note p { margin: 0 0 18px; font-family: "STKaiti", "KaiTi", serif; font-size: clamp(24px, 2.25vw, 40px); line-height: 1.35; }
.milk-note span { font-size: 11px; line-height: 1.8; letter-spacing: .1em; opacity: .58; }
.stamp { position: absolute; right: 4vw; top: 9vh; display: grid; place-items: center; width: 115px; height: 115px; border: 2px solid rgba(130,54,42,.42); border-radius: 50%; color: rgba(130,54,42,.5); font-family: Georgia, serif; font-style: italic; transform: rotate(12deg); }

.bus-page { display: grid; grid-template-columns: .66fr 1.34fr; gap: 7vw; align-items: center; background: #1b211f; }
.bus-page::after { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(110deg, rgba(60,96,85,.24), transparent 60%); }
.bus-heading h2 { margin: 0 0 4vh; color: #d6503c; font-family: "STKaiti", "KaiTi", serif; font-size: clamp(72px, 8vw, 140px); font-weight: 400; line-height: .95; }
.bus-heading .chapter-label { margin-top: 8vh; }
.bus-heading > p:last-child { color: #a8aea9; font-size: 13px; line-height: 2; letter-spacing: .08em; }
.bus-photo { position: relative; margin: 0; }
.bus-photo img { width: 100%; max-height: 68vh; object-fit: cover; }
.bus-photo figcaption { position: absolute; left: -20px; bottom: 20px; min-width: 150px; padding: 14px 18px; background: var(--paper); color: var(--ink); display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.bus-photo figcaption span { font-family: "STKaiti", "KaiTi", serif; font-size: 25px; }
.bus-photo figcaption small { font-size: 8px; letter-spacing: .15em; opacity: .6; }
.bus-route { position: absolute; left: -3vw; bottom: -9vw; width: 31vw; height: 31vw; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.bus-route::before, .bus-route::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.bus-route::before { inset: 15%; }.bus-route::after { inset: 30%; }
.bus-route i { position: absolute; width: 7px; height: 7px; background: var(--red); border-radius: 50%; z-index: 2; }
.bus-route i:nth-child(1) { left: 9%; top: 32%; }.bus-route i:nth-child(2) { right: 15%; top: 45%; }.bus-route i:nth-child(3) { left: 42%; bottom: 8%; }
.bus-coordinate { position: absolute; right: 3vw; bottom: 3vh; font-size: 9px; letter-spacing: .3em; opacity: .4; }

.rain-page { display: grid; grid-template-columns: .76fr 1.05fr .9fr; grid-template-rows: 1fr 1fr; gap: 20px 4vw; background: #dce1dc; }
.rain-page::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(135deg, #eef0e9 0%, #cfd8d5 100%); }
.rain-heading { grid-row: 1 / 3; align-self: center; }
.rain-heading h2 { margin: 0 0 4vh; color: var(--blue); font-family: "STKaiti", "KaiTi", serif; font-size: clamp(62px, 7.2vw, 126px); font-weight: 400; line-height: .95; }
.rain-heading .chapter-label { margin-top: 7vh; }
.rain-heading > p:last-child { font-size: 13px; line-height: 2; letter-spacing: .08em; color: #526165; }
.rain-gallery { grid-row: 1 / 3; align-self: center; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1.16fr; gap: 14px; height: min(72vh, 700px); }
.rain-card { position: relative; margin: 0; overflow: hidden; }
.rain-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.rain-card:hover img { transform: scale(1.055); }
.rain-card figcaption { position: absolute; left: 12px; bottom: 10px; padding: 5px 8px; background: rgba(239,241,235,.84); font-size: 10px; letter-spacing: .12em; backdrop-filter: blur(5px); }
.rain-selfie { grid-column: 1 / 3; }.rain-road { grid-column: 2; }
.rain-video-wrap { grid-row: 1 / 3; align-self: center; margin-top: 5vh; }
.rain-video-wrap video { width: 100%; aspect-ratio: 9 / 16; max-height: 66vh; object-fit: contain; background: #111; }
.rain-video-wrap p { display: flex; justify-content: space-between; margin: 12px 0 0; font-family: "STKaiti", "KaiTi", serif; font-size: 17px; }
.rain-video-wrap small { font-family: Arial, sans-serif; font-size: 8px; letter-spacing: .18em; opacity: .55; }

.malatang-page { display: flex; align-items: center; }
.malatang-photo { position: absolute; inset: 0; margin: 0; z-index: -3; }
.malatang-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 45% 52%; transform: scale(1.05); transition: transform 8s ease; }
.is-active .malatang-photo img { transform: scale(1); }
.malatang-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(12,10,8,.92) 0%, rgba(12,10,8,.72) 37%, rgba(12,10,8,.08) 72%, rgba(12,10,8,.3) 100%), linear-gradient(0deg, rgba(0,0,0,.45), transparent 55%); }
.malatang-copy { width: 48%; }
.malatang-copy h2 { margin: 0 0 4vh; color: #e2774d; font-family: "STKaiti", "KaiTi", serif; font-size: clamp(70px, 7.9vw, 138px); font-weight: 400; line-height: .95; }
.malatang-copy .chapter-label { margin-top: 8vh; }
.malatang-copy > p:last-child { color: #d4ccc0; font-size: 15px; line-height: 2; letter-spacing: .1em; }
.closing-note { position: absolute; right: 6vw; bottom: 8vh; width: min(360px, 28vw); padding: 25px 26px; background: rgba(19,16,13,.68); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(12px); }
.closing-note p { margin: 0 0 20px; font-family: "STKaiti", "KaiTi", serif; font-size: clamp(22px, 2vw, 32px); line-height: 1.45; }
.closing-note a { display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.25); font-size: 10px; letter-spacing: .17em; }
.ending-mark { position: absolute; left: 7vw; bottom: 4vh; margin: 0; font-size: 9px; letter-spacing: .4em; opacity: .5; }

.side-nav { position: fixed; z-index: 40; right: 27px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; align-items: end; gap: 11px; mix-blend-mode: difference; }
.side-nav button { position: relative; width: 9px; height: 9px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: transparent; cursor: pointer; transition: transform .3s, background .3s; }
.side-nav button.is-active { background: #fff; transform: scale(1.35); }
.side-nav button span { position: absolute; right: 18px; top: 50%; padding: 5px 7px; transform: translateY(-50%) translateX(7px); color: #fff; font-size: 9px; letter-spacing: .08em; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; }
.side-nav button:hover span, .side-nav button:focus-visible span { opacity: 1; transform: translateY(-50%) translateX(0); }
.page-controls { position: fixed; z-index: 40; left: 31px; bottom: 26px; display: flex; gap: 8px; mix-blend-mode: difference; }
.page-controls button { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; transition: opacity .3s, background .3s, color .3s; }
.page-controls button:hover { background: #fff; color: #000; }
.page-controls button:disabled { opacity: .22; cursor: default; }
.transition-curtain { position: fixed; inset: 0; z-index: 60; pointer-events: none; background: var(--ink); transform: translateY(-100%); }

@media (max-width: 900px) {
  .site-header { padding: 18px 20px; }
  .brand > span:last-child { display: none; }
  .page { min-height: 520px; padding: 76px 28px 58px; }
  .side-nav { right: 12px; }.side-nav button span { display: none; }
  .page-controls { left: 18px; bottom: 16px; }
  .cover-layout { grid-template-columns: 1fr; gap: 2vh; align-content: center; }
  .cover-copy { padding-left: 0; }.cover-copy h1 { font-size: clamp(62px, 15vw, 105px); }.eyebrow { margin-bottom: 2vh; }.cover-intro { margin-top: 2vh; }.scroll-hint { display: none; }
  .directory { width: 100%; }.directory-label { display: none; }.directory-item { min-height: 49px; grid-template-columns: 36px 1fr 25px; }.directory-sub { display: none; }
  .cinema-photo-layout { grid-template-columns: .72fr 1fr; grid-template-rows: auto 1fr; gap: 18px; padding-top: 3vh; }.cinema-copy { grid-column: 1 / 3; display: flex; align-items: end; gap: 15px; }.cinema-copy h2 { margin: 0; font-size: 14vw; }.cinema-copy > p:last-child { display: none; }.cinema-screen figcaption { margin-top: 8px; }
  .cinema-film-page { grid-template-columns: 1fr; gap: 3vh; align-content: center; }.film-heading h2 { margin: 2vh 0 1vh; font-size: 13vw; }.film-heading > p:last-child { display: none; }
  .milk-tea-page { grid-template-columns: .55fr 1fr; grid-template-rows: auto 1fr; gap: 4vw; }.milk-heading { grid-column: 1 / 3; padding-top: 0; display: flex; align-items: end; gap: 16px; }.milk-heading .chapter-label { margin: 0; }.milk-heading h2 { font-size: 14vw; }.milk-photo { align-self: center; }.milk-note { align-self: center; padding: 0; }.milk-color-block { width: 38vw; }.stamp { display: none; }
  .bus-page { grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 3vh; }.bus-heading { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 0 18px; }.bus-heading .section-kicker { grid-column: 1 / 3; }.bus-heading .chapter-label { margin: 2vh 0 0; }.bus-heading h2 { margin: 0; font-size: 14vw; }.bus-heading > p:last-child { display: none; }.bus-photo { justify-self: center; max-width: 80%; }.bus-photo img { max-height: 55vh; }
  .rain-page { grid-template-columns: .72fr 1fr; grid-template-rows: auto 1fr; gap: 3vh 3vw; }.rain-heading { grid-column: 1 / 3; grid-row: 1; display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 0 15px; }.rain-heading .section-kicker { grid-column: 1 / 3; }.rain-heading .chapter-label { margin: 2vh 0 0; }.rain-heading h2 { margin: 0; font-size: 12.5vw; }.rain-heading > p:last-child { display: none; }.rain-gallery { grid-row: 2; height: 52vh; }.rain-video-wrap { grid-row: 2; height: 52vh; margin: 0; }.rain-video-wrap video { height: 47vh; }
  .malatang-copy { width: 78%; }.malatang-copy h2 { font-size: 13vw; }.closing-note { width: 42vw; right: 5vw; bottom: 7vh; }
}

@media (max-width: 560px) {
  .page { padding-left: 20px; padding-right: 32px; }
  .cover-copy h1 { font-size: 17vw; }.cover-intro { font-size: 12px; }.directory-title { font-size: 17px; }
  .cinema-photo-layout { grid-template-columns: 1fr; grid-template-rows: auto 1fr 1fr; }.cinema-copy { grid-column: 1; }.cinema-screen img { aspect-ratio: 16/9; }.vertical-note { display: none; }
  .milk-tea-page { grid-template-columns: 1fr; grid-template-rows: auto 1fr auto; }.milk-heading { grid-column: 1; }.milk-photo { max-height: 45vh; }.milk-note p { font-size: 20px; }.milk-note span { display: none; }
  .bus-photo { max-width: 100%; }.bus-photo figcaption { left: -6px; bottom: 8px; }
  .rain-page { grid-template-columns: 1fr 1fr; }.rain-heading { grid-column: 1/3; }.rain-gallery { grid-column: 1; }.rain-video-wrap { grid-column: 2; }.rain-card figcaption { display: none; }
  .malatang-copy { width: 100%; transform: translateY(-16vh); }.closing-note { width: calc(100% - 52px); right: 32px; bottom: 8vh; }.ending-mark { display: none; }
}

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