/* ============================================================
   生ホイップ王国 入国案内LP ―「月夜の王国」デザインシステム
   ダーク×金箔の厳かさ × じいやの温かさ。甘い"生ホイップ"とのギャップ。
   ============================================================ */

:root {
  /* 夜の地色 */
  --bg:        #0a0b14;   /* 漆黒に近い夜紺 */
  --bg-2:      #11132178; /* パネル（半透明） */
  --bg-panel:  #141627;   /* カード地 */
  --bg-deep:   #07080f;

  /* 金箔 */
  --gold:        #d8b15f;
  --gold-bright: #f0d488;
  --gold-dim:    #8a7236;

  /* 封蝋・差し色 */
  --wine:      #7c2230;
  --wine-deep: #5a1620;

  /* 月光・生クリーム */
  --moon:  #e9ebf5;
  --cream: #fdf6e9;

  /* テキスト */
  --ink:     #d9d4c6;   /* 本文（夜にやさしい生成り） */
  --ink-dim: #9a957f;
  --ink-on-light: #2a2620;

  --maxw: 720px;

  --serif: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  --sans:  "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;

  --shadow-glow: 0 0 40px rgba(216,177,95,.18);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background-color: var(--bg);
  line-height: 1.9;
  font-size: 16px;
  letter-spacing: .02em;
  overflow-x: hidden;
  /* 夜空：月明かり（上）＋灯（下）＋ビネット */
  background-image:
    radial-gradient(120% 80% at 50% -10%, rgba(233,235,245,.10), transparent 55%),
    radial-gradient(90% 60% at 50% 12%, rgba(216,177,95,.06), transparent 60%),
    radial-gradient(140% 120% at 50% 120%, rgba(124,34,48,.10), transparent 60%);
  background-attachment: fixed;
}

img { max-width: 100%; display: block; }

a { color: var(--gold-bright); text-decoration: none; }

/* ---- レイアウト ---- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
section { padding: 76px 0; position: relative; }
.kicker {
  font-family: var(--serif);
  color: var(--gold);
  letter-spacing: .35em;
  font-size: .78rem;
  text-align: center;
  margin-bottom: 14px;
  text-indent: .35em;
}
h2 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(1.5rem, 6vw, 2.1rem);
  line-height: 1.5;
  text-align: center;
  color: var(--cream);
  margin-bottom: 30px;
  text-shadow: 0 0 24px rgba(233,235,245,.12);
}
h3 {
  font-family: var(--serif);
  font-weight: 700;
  color: var(--gold-bright);
  font-size: 1.18rem;
  margin-bottom: 8px;
}
p { margin-bottom: 1.1em; }
.lead { font-size: 1.05rem; }
.center { text-align: center; }
.dim { color: var(--ink-dim); font-size: .86rem; }

/* じいやの語り（明朝・手紙の声） */
.jiiya {
  font-family: var(--serif);
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 2.05;
}
.jiiya em { color: var(--gold-bright); font-style: normal; }

/* 飾り罫（中央に菱形） */
.rule { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 34px 0; opacity: .8; }
.rule::before, .rule::after {
  content: ""; height: 1px; width: 90px;
  background: linear-gradient(90deg, transparent, var(--gold-dim), transparent);
}
.rule i { width: 7px; height: 7px; transform: rotate(45deg); background: var(--gold); box-shadow: 0 0 10px var(--gold); }

/* ---- ヘッダー（最小・固定） ---- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 12px 14px;
  background: linear-gradient(180deg, rgba(7,8,15,.92), rgba(7,8,15,.55) 70%, transparent);
  backdrop-filter: blur(6px);
}
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--serif); color: var(--cream); font-size: .98rem; letter-spacing: .08em; }
.brand .crest { width: 30px; height: 30px; flex: 0 0 auto; }
.brand-name { display: inline-flex; flex-direction: column; line-height: 1.18; }
.brand-name small { font-family: var(--sans); font-size: .54rem; font-weight: 400; letter-spacing: .01em; color: var(--gold-dim); margin-top: 1px; white-space: nowrap; }
.header-cta {
  font-family: var(--sans); font-size: .82rem; font-weight: 700;
  color: var(--bg-deep); background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  padding: 8px 16px; border-radius: 999px; letter-spacing: .06em;
  box-shadow: 0 2px 12px rgba(216,177,95,.4);
  white-space: nowrap;
}

/* ---- 紋章 ---- */
.crest { display: inline-block; }
.crest-lg { width: 96px; height: 96px; margin: 0 auto 18px; filter: drop-shadow(0 0 18px rgba(216,177,95,.45)); }

/* ============ ① ファーストビュー ============ */
.hero {
  min-height: 100svh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 96px 22px 64px;
  position: relative;
}
.hero .moon {
  position: absolute; top: 7%; left: 50%; transform: translateX(-50%);
  width: 180px; height: 180px; border-radius: 50%;
  background: radial-gradient(circle at 38% 35%, #fbfcff, #cfd3e6 60%, #aab0cf 100%);
  box-shadow: 0 0 90px 30px rgba(233,235,245,.22);
  opacity: .9;
}
.hero-title {
  font-family: var(--serif); font-weight: 900;
  font-size: clamp(2.3rem, 11vw, 4rem); line-height: 1.3;
  color: var(--cream); position: relative; z-index: 2;
  text-shadow: 0 0 30px rgba(216,177,95,.3);
}
.hero-title .small { display:block; font-size: .42em; letter-spacing: .5em; color: var(--gold); margin-bottom: 10px; text-indent: .5em; }
.hero-catch { font-family: var(--serif); color: var(--gold-bright); font-size: clamp(1rem,4.6vw,1.3rem); margin: 22px 0 10px; z-index:2; position:relative; }
.hero-jiiya { max-width: 540px; margin: 18px auto 0; z-index:2; position:relative; }

/* 案内役マスコット（生クリームの精）＝白JPEGを円メダルに */
.medallion {
  --d: 110px;
  width: var(--d); height: var(--d); border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, #fffdf8, var(--cream) 68%, #efe4cf 100%);
  border: 2px solid var(--gold);
  box-shadow: 0 0 0 5px rgba(216,177,95,.18), 0 0 34px rgba(253,246,233,.45);
  overflow: hidden; margin: 0 auto;
  display: grid; place-items: center;
}
.medallion img { width: 86%; height: 86%; object-fit: contain; mix-blend-mode: multiply; }
.medallion.sm { --d: 76px; }

.scroll-hint {
  margin-top: 40px; z-index: 2; position: relative;
  font-family: var(--serif); color: var(--gold); letter-spacing: .15em; font-size: .92rem;
  display: inline-flex; flex-direction: column; align-items: center; gap: 6px;
}
.scroll-hint .arr { font-size: 1.2rem; animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 0%,100%{ transform: translateY(0) } 50%{ transform: translateY(6px) } }

/* ============ ボタン（封蝋風 主CTA） ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--sans); font-weight: 700; letter-spacing: .08em;
  padding: 16px 34px; border-radius: 999px; cursor: pointer; border: none;
  font-size: 1.02rem; line-height: 1.2; text-align: center;
}
.btn-primary {
  color: var(--cream);
  background: linear-gradient(180deg, var(--wine), var(--wine-deep));
  border: 1.5px solid var(--gold);
  box-shadow: 0 6px 26px rgba(124,34,48,.5), inset 0 0 18px rgba(0,0,0,.35), 0 0 0 4px rgba(216,177,95,.10);
  position: relative; transition: transform .18s ease, box-shadow .18s ease;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 34px rgba(124,34,48,.6), 0 0 22px rgba(216,177,95,.4); }
.btn-primary .seal { width: 20px; height: 20px; }
.btn-ghost {
  color: var(--gold-bright); background: transparent; border: 1.5px solid var(--gold-dim);
}
.cta-note { font-size: .76rem; color: var(--ink-dim); margin-top: 12px; }
.cta-block { text-align: center; margin: 30px 0 0; }

/* ============ ③ 姫の肖像 ============ */
.portrait {
  margin: 6px auto 24px; max-width: 360px;
  padding: 12px; border-radius: 10px;
  background:
    linear-gradient(180deg, #fffaf0, #f3e8d2);
  border: 2px solid var(--gold);
  box-shadow: 0 0 0 6px rgba(216,177,95,.14), 0 18px 50px rgba(0,0,0,.55), var(--shadow-glow);
  position: relative;
}
.portrait::after {
  content: ""; position: absolute; inset: 6px; border: 1px solid rgba(138,114,54,.45); border-radius: 6px; pointer-events: none;
}
.portrait img { width: 100%; border-radius: 6px; }

.stat-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 8px 0 6px; }
.stat {
  flex: 1 1 140px; min-width: 130px; text-align: center;
  background: var(--bg-panel); border: 1px solid var(--gold-dim); border-radius: 10px; padding: 16px 10px;
}
.stat b { display: block; font-family: var(--serif); color: var(--gold-bright); font-size: 1.5rem; line-height: 1.2; }
.stat span { font-size: .8rem; color: var(--ink-dim); }

/* ============ ④ 館内ツアー ============ */
.tour { display: grid; gap: 16px; margin-top: 10px; }
.tour-item {
  background: linear-gradient(180deg, rgba(20,22,39,.9), rgba(13,14,26,.9));
  border: 1px solid rgba(216,177,95,.28); border-left: 3px solid var(--gold);
  border-radius: 12px; padding: 20px 20px 20px 22px;
  position: relative; overflow: hidden;
}
.tour-item::before {
  content: ""; position: absolute; top: -30px; left: -30px; width: 90px; height: 90px;
  background: radial-gradient(circle, rgba(216,177,95,.22), transparent 70%);
}
.tour-item .label { font-family: var(--serif); color: var(--gold); font-size: .8rem; letter-spacing: .2em; }
.tour-item.is-star { border-color: var(--gold); box-shadow: var(--shadow-glow); }
.tour-item .badge-secret {
  display: inline-block; font-size: .68rem; letter-spacing: .1em; color: var(--bg-deep);
  background: linear-gradient(180deg, var(--gold-bright), var(--gold)); padding: 2px 10px; border-radius: 999px; margin-left: 8px;
}

/* 目玉特典（姫みずからのしるし）*/
.h2-sub { font-size: clamp(1.3rem, 5vw, 1.7rem); margin-bottom: 14px; }
.tour.tour-prize { grid-template-columns: 1fr; margin-top: 18px; }
.tour-item.is-prize {
  border-color: var(--gold);
  background: linear-gradient(180deg, rgba(216,177,95,.12), rgba(13,14,26,.94));
  box-shadow: var(--shadow-glow);
}
.tour-item.is-prize .label { color: var(--gold-bright); }

/* ============ ⑤ 民の位（プラン） ============ */
.discord-banner {
  text-align: center; border: 1px dashed var(--gold-dim); border-radius: 10px;
  padding: 12px 16px; margin-bottom: 26px; background: rgba(216,177,95,.05); font-size: .9rem;
}
.plans { display: grid; gap: 16px; }
.plan {
  background: var(--bg-panel); border: 1px solid rgba(216,177,95,.25); border-radius: 14px;
  padding: 20px; position: relative;
}
.plan .rank {
  font-family: var(--serif); font-weight: 900; color: var(--gold-bright);
  font-size: 1.3rem; letter-spacing: .04em;
}
.plan .price { font-family: var(--serif); color: var(--cream); font-size: 1.6rem; }
.plan .price small { font-size: .8rem; color: var(--ink-dim); }
.plan .perk { font-size: .9rem; color: var(--ink); margin-top: 8px; }
.plan .cap { display:inline-block; font-size:.68rem; letter-spacing:.08em; color:var(--gold-bright); border:1px solid var(--gold-dim); border-radius:999px; padding:1px 9px; margin-left:8px; vertical-align: middle; }
.plan.is-pick { border: 1.5px solid var(--gold); box-shadow: var(--shadow-glow); }
.plan.is-pick .pick-flag {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(180deg, var(--gold-bright), var(--gold)); color: var(--bg-deep);
  font-size: .74rem; font-weight: 700; letter-spacing: .08em; padding: 4px 16px; border-radius: 999px; white-space: nowrap;
}
.plan-pick-note { text-align:center; font-family:var(--serif); color:var(--gold-bright); font-size:1.02rem; margin: 24px 0 6px; }

/* ============ ⑥⑦ パネル ============ */
.note-card {
  background: rgba(124,34,48,.10); border: 1px solid rgba(124,34,48,.5);
  border-radius: 12px; padding: 20px; margin-top: 16px;
}
.limited {
  text-align: center; border: 1px solid var(--gold); border-radius: 14px; padding: 26px 20px;
  background: linear-gradient(180deg, rgba(20,22,39,.9), rgba(7,8,15,.9)); box-shadow: var(--shadow-glow);
}
.limited .card-chip {
  display:inline-block; font-family:var(--serif); color: var(--gold-bright);
  border:1px solid var(--gold); border-radius:8px; padding:8px 16px; margin:10px 0; letter-spacing:.06em;
  background: linear-gradient(180deg, #15161f, #0b0c14);
}

/* ============ ⑧ 先輩の声 ============ */
.voice {
  background: linear-gradient(180deg, #fffaf0, #f4ead6); color: var(--ink-on-light);
  border-radius: 12px; padding: 22px; font-family: var(--serif); line-height: 1.95;
  box-shadow: 0 14px 40px rgba(0,0,0,.5); position: relative;
}
.voice .who { display:block; margin-top: 12px; text-align: right; color: var(--wine); font-weight: 700; }
.voice-name {
  display:inline-block; font-family: var(--sans); font-size:.7rem; letter-spacing:.08em;
  background: var(--wine); color: var(--cream); padding: 2px 10px; border-radius: 6px; margin-bottom: 12px;
}

/* ============ ⑨ FAQ ============ */
.faq details {
  border: 1px solid rgba(216,177,95,.25); border-radius: 10px; padding: 0 18px; margin-bottom: 12px;
  background: var(--bg-panel);
}
.faq summary {
  font-family: var(--serif); color: var(--cream); cursor: pointer; padding: 16px 0; list-style: none;
  position: relative; padding-right: 28px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "＋"; position: absolute; right: 0; top: 14px; color: var(--gold); }
.faq details[open] summary::after { content: "－"; }
.faq .ans { padding: 0 0 18px; color: var(--ink); font-size: .94rem; }
.faq .more-label { text-align:center; color: var(--ink-dim); font-size:.82rem; margin: 18px 0 10px; }

/* ============ ⑩ 結び ============ */
.closing { text-align: center; }
.closing .moon-sm {
  width: 120px; height: 120px; border-radius: 50%; margin: 0 auto 22px;
  background: radial-gradient(circle at 40% 36%, #fbfcff, #cdd1e4 62%, #a8aecd);
  box-shadow: 0 0 70px 18px rgba(233,235,245,.22);
}

/* ============ 追従CTA ============ */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: flex; justify-content: center; padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: linear-gradient(0deg, rgba(7,8,15,.96), rgba(7,8,15,.6) 70%, transparent);
  transform: translateY(120%); transition: transform .3s ease; pointer-events: none;
}
.sticky-cta.show { transform: translateY(0); pointer-events: auto; }
.sticky-cta .btn { width: 100%; max-width: 460px; }

/* ============ フッター ============ */
.site-footer { background: var(--bg-deep); padding: 48px 0 120px; border-top: 1px solid rgba(216,177,95,.18); margin-top: 30px; }
.site-footer .links { display: flex; flex-wrap: wrap; gap: 14px 22px; justify-content: center; margin-bottom: 18px; }
.site-footer a { color: var(--ink); font-size: .88rem; }
.site-footer .legal { text-align: center; color: var(--ink-dim); font-size: .76rem; }
.site-footer .to-top {
  display: flex; width: fit-content; margin: 0 auto 30px; align-items: center; gap: 8px;
  font-family: var(--serif); font-size: .92rem; color: var(--gold-bright);
  border: 1px solid rgba(216,177,95,.5); border-radius: 999px; padding: 9px 24px;
  transition: background .25s ease, border-color .25s ease;
}
.site-footer .to-top:hover { background: rgba(216,177,95,.12); border-color: var(--gold-bright); }
.site-footer .to-top svg { display: block; }

/* ============ オフ会写真：ボタン＆ライトボックス ============ */
.offkai-btn {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 16px;
  font-family: var(--sans); font-size: .86rem; font-weight: 700; color: var(--gold-bright);
  background: rgba(216,177,95,.06); border: 1px solid rgba(216,177,95,.5);
  border-radius: 999px; padding: 9px 18px; cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}
.offkai-btn:hover { background: rgba(216,177,95,.14); border-color: var(--gold-bright); }
.offkai-btn svg { display: block; flex: 0 0 auto; }
.lightbox {
  position: fixed; inset: 0; z-index: 1100;
  display: flex; align-items: center; justify-content: center; padding: 24px;
  background: rgba(4,5,10,.93); backdrop-filter: blur(5px);
}
.lightbox[hidden] { display: none; }
.lightbox-figure { margin: 0; max-width: 980px; width: 100%; animation: lbIn .3s ease; }
.lightbox-figure img {
  display: block; width: 100%; height: auto; max-height: 86vh; object-fit: contain;
  border-radius: 12px; box-shadow: 0 22px 64px rgba(0,0,0,.7); border: 1px solid rgba(216,177,95,.25);
}
.lightbox-figure img[hidden] { display: none; }
.lightbox-video {
  position: relative; width: 100%; aspect-ratio: 16 / 9;
  border-radius: 12px; overflow: hidden;
  box-shadow: 0 22px 64px rgba(0,0,0,.7); border: 1px solid rgba(216,177,95,.25);
}
.lightbox-video[hidden] { display: none; }
.lightbox-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.lightbox-close {
  position: absolute; top: 16px; right: 18px; width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(20,22,39,.82); border: 1px solid rgba(216,177,95,.5); border-radius: 999px;
  color: var(--gold-bright); font-size: 1.6rem; line-height: 1; cursor: pointer;
  transition: background .2s ease;
}
.lightbox-close:hover { background: rgba(216,177,95,.2); }
@keyframes lbIn { from { opacity: 0; transform: scale(.97); } to { opacity: 1; transform: none; } }
body.lightbox-open { overflow: hidden; }

/* ============ スクロール演出 ============ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 768px) {
  body { font-size: 17px; }
  .plans { grid-template-columns: repeat(2, 1fr); }
  .tour { grid-template-columns: repeat(2, 1fr); }
  .tour-item.is-star { grid-column: 1 / -1; }
}

/* ============ 国旗（生ホイップ王国） ============ */
.hero-flag {
  width: clamp(150px, 46vw, 210px); height: auto;
  margin: 0 auto 18px; position: relative; z-index: 2;
  filter: drop-shadow(0 8px 26px rgba(0,0,0,.55)) drop-shadow(0 0 22px rgba(216,177,95,.4));
  transform-origin: 50% 8%;
  animation: flagSway 5.5s ease-in-out infinite;
}
@keyframes flagSway {
  0%,100% { transform: rotate(-1.4deg); }
  50%     { transform: rotate(1.4deg); }
}
.footer-flag {
  width: 70px; height: auto; margin: 0 auto 20px; opacity: .9;
  filter: drop-shadow(0 4px 14px rgba(0,0,0,.5));
}

/* ============ ヘッダー操作（国歌トグル＋CTA） ============ */
.header-actions { display: flex; align-items: center; gap: 10px; }
.music-toggle {
  width: 38px; height: 38px; flex: 0 0 auto; border-radius: 50%;
  background: rgba(20,22,39,.7); border: 1.5px solid var(--gold-dim);
  color: var(--gold); font-size: 1rem; line-height: 1; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  position: relative; transition: border-color .2s ease, box-shadow .2s ease, color .2s ease;
  -webkit-tap-highlight-color: transparent;
}
.music-toggle.is-on {
  color: var(--gold-bright); border-color: var(--gold);
  box-shadow: 0 0 14px rgba(216,177,95,.45), inset 0 0 8px rgba(216,177,95,.18);
}
.music-toggle.is-on span { animation: notePulse 2.4s ease-in-out infinite; }
@keyframes notePulse { 0%,100%{ opacity:1; transform:scale(1) } 50%{ opacity:.55; transform:scale(.9) } }
.music-toggle.is-off { color: var(--ink-dim); border-color: var(--ink-dim); box-shadow: none; }
.music-toggle.is-off::after {
  content: ""; position: absolute; left: 50%; top: 50%;
  width: 26px; height: 2px; background: var(--ink-dim);
  transform: translate(-50%, -50%) rotate(-45deg); border-radius: 2px;
}

/* ============ 入国ゲート（国歌の確認オーバーレイ） ============ */
.gateway {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 40px 22px;
  background:
    radial-gradient(120% 80% at 50% 6%, rgba(233,235,245,.12), transparent 55%),
    radial-gradient(140% 120% at 50% 122%, rgba(124,34,48,.18), transparent 60%),
    var(--bg-deep);
  opacity: 1; transition: opacity .7s ease;
}
.gateway.is-hidden { opacity: 0; pointer-events: none; }
.gateway-inner { max-width: 560px; position: relative; animation: gwRise .9s ease both; }
@keyframes gwRise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.gw-moon {
  position: absolute; top: -118px; left: 50%; transform: translateX(-50%);
  width: 148px; height: 148px; border-radius: 50%;
  background: radial-gradient(circle at 38% 35%, #fbfcff, #cfd3e6 60%, #aab0cf 100%);
  box-shadow: 0 0 80px 24px rgba(233,235,245,.22); opacity: .9;
}
.gw-flag {
  width: clamp(120px, 38vw, 168px); height: auto; margin: 0 auto 22px; position: relative; z-index: 2;
  filter: drop-shadow(0 8px 26px rgba(0,0,0,.55)) drop-shadow(0 0 22px rgba(216,177,95,.4));
}
.gw-title { margin-bottom: 10px; }
.gw-official { font-family: var(--sans); font-size: .82rem; font-weight: 700; letter-spacing: .14em; color: var(--gold); margin-bottom: 22px; }
.gw-text { margin-bottom: 32px; }
.gw-actions { display: flex; flex-direction: column; gap: 14px; align-items: center; }
.gw-actions .btn { width: 100%; max-width: 340px; }
.gw-actions .btn-ghost { font-size: .92rem; padding: 13px 28px; }
body.gate-open { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .scroll-hint .arr { animation: none; }
  .hero-flag { animation: none; }
  .music-toggle.is-on span { animation: none; }
  .gateway-inner { animation: none; }
  .lightbox-figure { animation: none; }
}
