@charset "UTF-8";

:root {
  --night-950: #030713;
  --night-900: #061025;
  --night-800: #0a1834;
  --panel: rgba(9, 24, 53, 0.76);
  --panel-solid: #0c1b38;
  --text: #f8f6f2;
  --text-soft: #d3d9e7;
  --muted: #9aa9c6;
  --blue: #9fc9ff;
  --blue-bright: #d7e9ff;
  --pink: #f3b8cf;
  --gold: #f6d58d;
  --line: rgba(198, 220, 255, 0.17);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  --serif: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
  --sans: "Yu Gothic UI", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 24%, rgba(69, 111, 195, .13), transparent 30rem),
    radial-gradient(circle at 18% 52%, rgba(84, 57, 132, .12), transparent 34rem),
    linear-gradient(180deg, var(--night-950), #071027 42%, #040914);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.9;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .18;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 0 1px, transparent 1.2px);
  background-size: 137px 137px;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
code { font: .92em/1.5 Consolas, monospace; color: var(--blue-bright); }

.visually-hidden {
  position: absolute !important;
  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; top: 8px; left: 8px; z-index: 100;
  transform: translateY(-160%);
  padding: 10px 16px;
  background: var(--text); color: var(--night-950);
  font-family: var(--sans); font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 40;
  height: 76px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(20px, 4.2vw, 72px);
  border-bottom: 1px solid transparent;
  transition: background .35s, border-color .35s, height .35s;
}
.site-header.is-scrolled {
  height: 66px;
  background: rgba(3, 8, 21, .86);
  border-color: var(--line);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.header-logo { display: flex; gap: 10px; align-items: center; letter-spacing: .12em; font-size: 15px; text-shadow: 0 1px 14px #000; }
.header-star { color: var(--gold); font-size: 19px; }
.nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 38px); }
.nav a { position: relative; padding: 12px 0; color: var(--blue-bright); font: 700 10px/1 var(--sans); letter-spacing: .15em; text-align: center; }
.nav a span { display: block; margin-bottom: 7px; color: var(--text); font: 500 10px/1 var(--serif); letter-spacing: .08em; }
.nav a::after { content: ""; position: absolute; left: 50%; bottom: 2px; width: 0; height: 1px; background: var(--pink); transition: width .25s, left .25s; }
.nav a:hover::after, .nav a[aria-current="true"]::after { left: 10%; width: 80%; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 24px; height: 1px; margin: 6px auto; background: #fff; transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: center; padding: 110px clamp(24px, 8vw, 145px) 80px; isolation: isolate; }
.hero-visual { position: absolute; inset: 0; z-index: -4; width: 100%; height: 100%; object-fit: cover; object-position: 61% 50%; animation: hero-breathe 18s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(2, 7, 20, .93) 0%, rgba(3, 8, 22, .72) 33%, rgba(3, 8, 20, .12) 66%), linear-gradient(0deg, rgba(3, 7, 17, .86), transparent 42%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 22%; z-index: -2; background: linear-gradient(transparent, var(--night-950)); }
.hero-content { width: min(720px, 50vw); text-align: center; }
.hero-kicker { margin: 0 0 8px; color: var(--blue); font: 600 11px/1.4 var(--sans); letter-spacing: .42em; }
.title-logo { width: min(680px, 100%); margin: -55px auto -62px; filter: drop-shadow(0 6px 24px rgba(0, 0, 0, .65)); }
.catch-copy { margin: 0 0 23px; font-size: clamp(22px, 2.4vw, 35px); line-height: 1.65; letter-spacing: .16em; text-shadow: 0 2px 22px #020611; }
.catch-copy strong { font-weight: 500; color: #fff; }
.hero-lead { max-width: 610px; margin: 0 auto; color: var(--text-soft); font-size: 14px; letter-spacing: .045em; text-shadow: 0 2px 15px #000; }
.hero-actions { display: flex; justify-content: center; gap: 14px; margin-top: 30px; }
.button { display: inline-flex; min-height: 55px; align-items: center; justify-content: center; padding: 13px 30px; border: 1px solid rgba(210, 229, 255, .5); font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: .08em; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); border-color: var(--blue-bright); }
.button-primary { color: #071126; background: linear-gradient(135deg, #fff, #bcd8ff); box-shadow: 0 12px 42px rgba(100, 153, 231, .23); }
.button-primary:hover { box-shadow: 0 15px 48px rgba(100, 153, 231, .4); }
.button-ghost { background: rgba(5, 14, 35, .52); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.hero-badge { display: flex; width: fit-content; align-items: center; gap: 12px; margin: 18px auto 0; color: var(--text-soft); font: 500 12px/1 var(--sans); letter-spacing: .08em; }
.hero-badge span { padding: 5px 9px; border: 1px solid rgba(246, 213, 141, .55); color: var(--gold); font-size: 9px; letter-spacing: .15em; }
.hero-stars i { position: absolute; z-index: -1; width: 3px; height: 3px; border-radius: 50%; background: #fff; box-shadow: 0 0 12px 3px rgba(199, 224, 255, .7); animation: twinkle 4s ease-in-out infinite; }
.hero-stars i:nth-child(1) { left: 13%; top: 18%; }
.hero-stars i:nth-child(2) { left: 36%; top: 12%; animation-delay: -1.2s; }
.hero-stars i:nth-child(3) { left: 52%; top: 30%; animation-delay: -2.4s; }
.hero-stars i:nth-child(4) { right: 14%; top: 17%; animation-delay: -.7s; }
.hero-stars i:nth-child(5) { right: 35%; top: 9%; animation-delay: -3s; }
.scroll-cue { position: absolute; left: 50%; bottom: 27px; display: grid; justify-items: center; gap: 8px; color: var(--muted); font: 600 8px/1 var(--sans); letter-spacing: .28em; transform: translateX(-50%); }
.scroll-cue span { width: 1px; height: 30px; background: linear-gradient(var(--blue), transparent); animation: scroll-line 2s ease-in-out infinite; }

.section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 125px 0; }
.section-title { margin-bottom: 58px; }
.section-title > p { margin: 0 0 14px; color: var(--blue); font: 700 11px/1 var(--sans); letter-spacing: .42em; }
.section-title h2 { margin: 0; font-weight: 500; font-size: clamp(29px, 4vw, 49px); line-height: 1.5; letter-spacing: .08em; }
.section-title-center { text-align: center; }

.story-section { position: relative; }
.story-section::before { content: "✦"; position: absolute; top: 96px; right: 2%; color: rgba(177, 207, 255, .09); font-size: 240px; line-height: 1; }
.story-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(40px, 8vw, 110px); align-items: center; }
.story-copy { position: relative; padding-left: 34px; border-left: 1px solid rgba(159, 201, 255, .28); color: var(--text-soft); }
.story-copy p { margin: 0 0 25px; }
.story-opening { color: #fff; font-size: 20px; letter-spacing: .08em; }
.story-copy strong { color: #fff; font-weight: 500; }
.story-last { padding-top: 15px; color: var(--blue-bright); font-size: 18px; }
.story-quote { position: relative; margin: 0; padding: 55px 38px; border: 1px solid var(--line); background: linear-gradient(140deg, rgba(29, 55, 103, .45), rgba(6, 14, 32, .6)); box-shadow: var(--shadow); text-align: center; }
.story-quote > span { position: absolute; top: 15px; left: 25px; color: rgba(243, 184, 207, .25); font: 90px/1 Georgia, serif; }
.story-quote blockquote { margin: 0 0 24px; font-size: clamp(20px, 2.2vw, 29px); line-height: 1.8; letter-spacing: .08em; }
.story-quote figcaption { color: var(--muted); font-size: 12px; letter-spacing: .1em; }

.characters-section { width: 100%; max-width: none; padding-left: max(24px, calc((100vw - 1180px) / 2)); padding-right: max(24px, calc((100vw - 1180px) / 2)); background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.035), rgba(255,255,255,.018)); border-block: 1px solid rgba(255, 255, 255, .04); }
.character-list { display: grid; gap: 80px; }
.character { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(360px, 1.2fr); align-items: center; gap: clamp(45px, 8vw, 120px); max-width: 1050px; margin: 0 auto; }
.character-stella { direction: rtl; }
.character-stella > * { direction: ltr; }
.character-image-wrap { position: relative; height: 590px; overflow: hidden; border-bottom: 1px solid rgba(197, 220, 255, .26); background: radial-gradient(ellipse at center bottom, rgba(74, 116, 193, .25), transparent 64%); }
.character-image-wrap img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 16px 30px rgba(0,0,0,.38)); }
.character-number { position: absolute; top: 4px; left: 12px; color: rgba(161, 200, 255, .11); font: 700 120px/1 var(--sans); }
.character-copy { position: relative; }
.character-role { margin: 0; color: var(--pink); font-size: 13px; letter-spacing: .12em; }
.character-copy h3 { margin: 9px 0 28px; font-weight: 500; font-size: clamp(32px, 4vw, 52px); letter-spacing: .12em; }
.character-copy h3 small { display: block; margin-top: 9px; color: var(--blue); font: 700 11px/1 var(--sans); letter-spacing: .28em; }
.character-copy > p:not(.character-role,.character-line) { color: var(--text-soft); }
.character-line { margin-top: 29px; padding: 16px 21px; border-left: 2px solid var(--pink); color: #fff; background: rgba(255,255,255,.025); font-size: 17px; }

.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.gallery-item { position: relative; display: block; overflow: hidden; width: 100%; padding: 0; border: 1px solid var(--line); background: #071024; cursor: zoom-in; box-shadow: 0 15px 45px rgba(0,0,0,.22); }
.gallery-item img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .65s ease, filter .35s; }
.gallery-item:hover img { transform: scale(1.025); filter: brightness(1.08); }
.gallery-item > span { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 24px 16px; background: linear-gradient(transparent, rgba(2, 7, 19, .88)); text-align: left; font-size: 14px; letter-spacing: .08em; }
.gallery-item > span b { margin-right: 12px; color: var(--pink); font: 700 10px/1 var(--sans); }
.gallery-item-large { grid-row: span 2; }
.gallery-item-large img { height: 100%; min-height: 100%; aspect-ratio: auto; }
.gallery-item-wide { grid-column: 1 / -1; }
.gallery-note { margin: 22px 0 0; color: var(--muted); font-size: 12px; text-align: right; }

.download-section { width: min(990px, calc(100% - 48px)); }
.download-panel { position: relative; overflow: hidden; padding: clamp(45px, 7vw, 82px); border: 1px solid rgba(180, 213, 255, .31); background: linear-gradient(145deg, rgba(15, 37, 77, .94), rgba(5, 14, 34, .94)); box-shadow: var(--shadow); text-align: center; isolation: isolate; }
.download-panel::before, .download-panel::after { content: ""; position: absolute; width: 210px; height: 210px; border: 1px solid rgba(177, 210, 255, .13); transform: rotate(45deg); }
.download-panel::before { top: -130px; left: -120px; }.download-panel::after { right: -120px; bottom: -130px; }
.download-glow { position: absolute; z-index: -1; inset: -20%; background: radial-gradient(circle at 50% 20%, rgba(121, 170, 242, .2), transparent 42%); }
.download-label { margin: 0 0 12px; color: var(--blue); font: 700 11px/1 var(--sans); letter-spacing: .4em; }
.download-panel h2 { margin: 0; font-weight: 500; font-size: clamp(38px, 6vw, 66px); letter-spacing: .12em; }
.download-lead { color: var(--text-soft); }
.download-status { display: inline-block; margin: 23px 0 0; padding: 6px 12px; border: 1px solid rgba(246, 213, 141, .42); color: var(--gold); font: 700 10px/1 var(--sans); letter-spacing: .16em; }
.button-download { display: flex; width: min(520px, 100%); min-height: 76px; flex-direction: column; margin: 18px auto 0; border-color: rgba(182, 212, 255, .6); background: linear-gradient(135deg, #f5f9ff, #b8d6ff); color: #061126; }
.button-download small { margin-top: 4px; font-size: 10px; font-weight: 500; letter-spacing: .08em; }
.button-download.is-disabled { opacity: .6; cursor: not-allowed; pointer-events: none; filter: grayscale(.2); }
.download-caution { min-height: 25px; margin: 13px 0 0; color: var(--muted); font-size: 12px; }
.spec-list { width: min(670px, 100%); margin: 45px auto 0; text-align: left; }
.spec-list div { display: grid; grid-template-columns: 145px 1fr; border-top: 1px solid var(--line); padding: 13px 0; }
.spec-list div:last-child { border-bottom: 1px solid var(--line); }
.spec-list dt { color: var(--muted); }
.spec-list dd { margin: 0; }
.system-note { margin: 16px 0 0; color: var(--muted); font-size: 11px; }

.guide-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.guide-steps li { padding: 30px; border: 1px solid var(--line); background: rgba(11, 27, 58, .56); }
.guide-steps li > span { color: var(--pink); font: 700 11px/1 var(--sans); letter-spacing: .16em; }
.guide-steps h3 { margin: 18px 0 12px; font-weight: 500; font-size: 20px; }
.guide-steps p { margin: 0; color: var(--text-soft); font-size: 14px; }
.windows-note { margin-top: 25px; padding: 25px 30px; border-left: 3px solid var(--blue); background: rgba(8, 20, 44, .72); }
.windows-note h3 { margin: 0 0 5px; font-size: 16px; }.windows-note p { margin: 0; color: var(--text-soft); font-size: 13px; }

.news-list { border-top: 1px solid var(--line); }
.news-list article { display: grid; grid-template-columns: 125px 72px 1fr; gap: 22px; align-items: center; padding: 20px 10px; border-bottom: 1px solid var(--line); }
.news-list time { color: var(--blue); font: 600 12px/1 var(--sans); }
.news-list article > span { padding: 5px; border: 1px solid rgba(243, 184, 207, .35); color: var(--pink); font: 700 9px/1 var(--sans); letter-spacing: .12em; text-align: center; }
.news-list p { margin: 0; }

.contact-section { padding: 85px 24px; border-top: 1px solid var(--line); background: linear-gradient(90deg, rgba(15, 36, 75, .35), rgba(28, 21, 61, .34)); text-align: center; }
.contact-section > p:first-child { margin: 0; color: var(--blue); font: 700 10px/1 var(--sans); letter-spacing: .4em; }
.contact-section h2 { margin: 12px 0 10px; font-weight: 500; font-size: 32px; }.contact-section p:last-child { margin: 0; color: var(--muted); }
.site-footer { padding: 55px 24px; border-top: 1px solid var(--line); color: var(--muted); font: 12px/1.8 var(--sans); text-align: center; }
.footer-logo { display: block; margin-bottom: 22px; color: var(--text); font: 20px/1.4 var(--serif); letter-spacing: .16em; }
.site-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-bottom: 21px; }.site-footer nav a:hover { color: #fff; text-decoration: underline; }

.lightbox { width: min(1100px, calc(100% - 32px)); max-width: none; padding: 0; border: 1px solid rgba(205, 225, 255, .3); background: #050b18; color: #fff; box-shadow: 0 30px 100px #000; }
.lightbox::backdrop { background: rgba(0, 4, 13, .9); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.lightbox figure { margin: 0; }.lightbox figure img { width: 100%; max-height: 78vh; object-fit: contain; }.lightbox figcaption { padding: 14px 20px; color: var(--text-soft); font-size: 13px; text-align: center; }
.lightbox-close { position: absolute; top: 9px; right: 9px; z-index: 2; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(3, 8, 20, .78); color: #fff; font: 26px/1 var(--sans); cursor: pointer; }
.noscript { position: fixed; left: 0; right: 0; bottom: 0; z-index: 99; margin: 0; padding: 10px 20px; background: #5e2943; color: #fff; text-align: center; }

.legal-page { min-height: 100vh; padding: 130px 24px 80px; }
.legal-shell { width: min(820px, 100%); margin: 0 auto; padding: clamp(28px, 6vw, 60px); border: 1px solid var(--line); background: var(--panel); }
.legal-shell h1 { margin-top: 0; font-weight: 500; font-size: clamp(30px, 5vw, 48px); }.legal-shell h2 { margin-top: 38px; font-size: 21px; }.legal-shell p, .legal-shell li { color: var(--text-soft); }.legal-back { display: inline-block; margin-bottom: 28px; color: var(--blue); font-family: var(--sans); }
.preparing { padding: 15px 18px; border: 1px solid rgba(246,213,141,.35); color: var(--gold) !important; background: rgba(246,213,141,.05); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes twinkle { 0%,100% { opacity: .35; transform: scale(.7); } 50% { opacity: 1; transform: scale(1.35); } }
@keyframes scroll-line { 0%,100% { opacity: .3; transform: scaleY(.6); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }
@keyframes hero-breathe { from { transform: scale(1.005); } to { transform: scale(1.035); } }

@media (max-width: 980px) {
  .site-header { height: 66px; background: rgba(3, 8, 21, .72); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav { position: fixed; inset: 66px 0 auto; display: grid; gap: 0; max-height: 0; overflow: hidden; padding: 0 24px; background: rgba(3, 8, 21, .97); opacity: 0; visibility: hidden; transition: max-height .35s, opacity .25s, visibility .25s, padding .35s; }
  .nav.is-open { max-height: calc(100vh - 66px); padding-top: 16px; padding-bottom: 24px; opacity: 1; visibility: visible; overflow-y: auto; }
  .nav a { padding: 15px 5px; border-bottom: 1px solid var(--line); text-align: left; }
  .nav a span { display: inline; min-width: 95px; margin: 0 18px 0 0; }
  .hero { align-items: flex-end; padding: 110px 5vw 105px; }
  .hero-content { width: min(660px, 72vw); }
  .hero-shade { background: linear-gradient(90deg, rgba(2,7,20,.88), rgba(3,8,20,.3) 78%), linear-gradient(0deg, rgba(3,7,17,.9), transparent 55%); }
  .story-layout { grid-template-columns: 1fr; }.story-quote { width: min(540px, 100%); margin: auto; }
  .character { grid-template-columns: minmax(280px, .85fr) 1.15fr; gap: 42px; }.character-image-wrap { height: 500px; }
  .guide-steps { grid-template-columns: 1fr; }.guide-steps li { display: grid; grid-template-columns: 45px 1fr; gap: 15px; }.guide-steps h3 { margin-top: 0; }
}

@media (max-width: 700px) {
  body { font-size: 15px; }
  .header-logo { font-size: 13px; letter-spacing: .08em; }
  .hero { min-height: 820px; padding: 90px 20px 90px; align-items: flex-end; }
  .hero-visual { object-position: 69% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(2,7,19,.98) 0%, rgba(3,8,20,.82) 44%, rgba(3,8,20,.1) 78%); }
  .hero-content { width: 100%; }
  .hero-kicker { font-size: 9px; }
  .title-logo { width: min(500px, 112%); margin: -30px -6% -50px; }
  .catch-copy { font-size: clamp(20px, 6.5vw, 27px); letter-spacing: .08em; }
  .hero-lead { font-size: 13px; }.hero-lead br { display: none; }
  .hero-actions { flex-direction: column; width: min(390px, 100%); margin-inline: auto; }.button { width: 100%; }
  .scroll-cue { display: none; }
  .section { width: min(100% - 36px, 1180px); padding: 85px 0; }
  .section-title { margin-bottom: 38px; }.section-title h2 { font-size: 29px; }.section-title > p { font-size: 9px; }
  .story-section::before { display: none; }.story-copy { padding-left: 20px; }.story-opening { font-size: 18px; }.story-last { font-size: 16px; }
  .story-quote { padding: 45px 22px; }.story-quote blockquote { font-size: 20px; }
  .characters-section { padding-left: 18px; padding-right: 18px; }
  .character, .character-stella { grid-template-columns: 1fr; gap: 26px; direction: ltr; }
  .character-image-wrap { width: min(390px, 100%); height: 470px; margin: auto; }.character-number { font-size: 90px; }
  .character-copy h3 { font-size: 36px; }.character-line { font-size: 15px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 14px; }.gallery-item-large, .gallery-item-wide { grid-row: auto; grid-column: auto; }.gallery-item-large img { aspect-ratio: 16 / 9; min-height: 0; }.gallery-note { text-align: left; }
  .download-section { width: min(100% - 24px, 990px); }.download-panel { padding: 42px 20px; }.spec-list div { grid-template-columns: 105px 1fr; gap: 10px; }.spec-list { font-size: 14px; }
  .guide-steps li { padding: 24px 20px; }.windows-note { padding: 22px 20px; }
  .news-list article { grid-template-columns: 105px 65px; gap: 9px 12px; }.news-list article p { grid-column: 1 / -1; }
  .site-footer nav { flex-direction: column; gap: 9px; }
}

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