/* Night King — white stage UI */
:root {
  --ink: #393658;
  --ink-soft: #706d89;
  --purple: #8164c8;
  --purple-dark: #59439b;
  --lavender: #f2edff;
  --blue: #dcecff;
  --line: #e9e5f2;
  --card: #ffffff;
  --shadow: 0 16px 42px rgba(68, 57, 117, .09);
}

* { box-sizing: border-box; }

html { background: #fff; scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 13%, rgba(223, 237, 255, .63), transparent 19%),
    radial-gradient(circle at 91% 20%, rgba(243, 232, 255, .52), transparent 22%),
    #fff;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
}

html[lang="zh-Hant"] body { font-family: "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", Arial, sans-serif; }
html[lang="ja"] body { font-family: "Yu Gothic", "Hiragino Sans", "Noto Sans JP", Arial, sans-serif; }

body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  opacity: .32;
  pointer-events: none;
  background-image: radial-gradient(rgba(139, 113, 205, .38) .8px, transparent .8px);
  background-size: 12px 12px;
  mask-image: linear-gradient(145deg, rgba(0,0,0,.55), transparent 38%, transparent 68%, rgba(0,0,0,.28));
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: fixed;
  z-index: 30;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 17px clamp(20px, 5vw, 76px);
  border-bottom: 1px solid transparent;
  background: rgba(255,255,255,.74);
  backdrop-filter: blur(14px) saturate(130%);
  transition: .2s ease;
}

.site-header.is-scrolled { border-bottom-color: var(--line); background: rgba(255,255,255,.94); box-shadow: 0 8px 28px rgba(57,54,88,.06); }
.brand, .main-nav, .header-actions, .lang-switch, .hero-actions, .platform-actions, .contact-actions, .gallery-dots { display: flex; align-items: center; }
.brand { gap: 11px; font-weight: 900; }
.brand-mark { width: 40px; height: 40px; overflow: hidden; border: 1px solid #ece8f4; border-radius: 14px; box-shadow: 0 4px 14px rgba(73,61,130,.1); }
.brand-mark svg { display: block; width: 100%; height: 100%; }
.brand-text { color: #463769; font-family: Georgia, "Times New Roman", serif; font-size: 21px; letter-spacing: .06em; text-transform: uppercase; }
.main-nav { gap: clamp(18px, 3vw, 40px); color: #77718c; font-size: 14px; font-weight: 800; }
.main-nav a { position: relative; padding: 7px 0; }
.main-nav a::after { content: ""; position: absolute; right: 50%; bottom: 1px; left: 50%; height: 2px; border-radius: 2px; background: var(--purple); transition: .2s ease; }
.main-nav a:hover { color: var(--purple-dark); }.main-nav a:hover::after { right: 0; left: 0; }
.header-actions { gap: 10px; }.lang-switch { overflow: hidden; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.lang-button { padding: 7px 10px; border: 0; color: #847d9e; background: transparent; cursor: pointer; font: inherit; font-size: 12px; font-weight: 800; }.lang-button.is-active { color: #fff; background: var(--purple); }
.music-button { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--purple); background: #fff; cursor: pointer; }.music-button.is-paused { color: #9991aa; }
.nav-download { padding: 10px 18px; border-radius: 999px; color: #fff; background: linear-gradient(110deg, #8d70d1, #a688dd); box-shadow: 0 8px 17px rgba(113,82,180,.23); font-size: 14px; font-weight: 900; }

.hero {
  position: relative;
  display: flex;
  min-height: 670px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 142px 24px 88px;
  isolation: isolate;
}
.hero-key-art { display: none; }
.hero::before, .hero::after { content: ""; position: absolute; z-index: -1; pointer-events: none; }
.hero::before { width: min(45vw, 600px); aspect-ratio: 1; top: 70px; right: -8vw; border-radius: 50%; background: radial-gradient(circle, rgba(216,205,255,.58) 0 22%, rgba(233,228,255,.35) 23% 41%, transparent 42%); filter: blur(1px); }
.hero::after { width: min(38vw, 520px); aspect-ratio: 1; bottom: -230px; left: -8vw; border: 1px solid rgba(142,117,205,.17); border-radius: 50%; box-shadow: 0 0 0 42px rgba(214,232,255,.19), 0 0 0 84px rgba(237,229,255,.14); }
.hero-content { width: min(800px, 100%); text-align: center; }
.eyebrow { margin: 0 0 13px; color: var(--purple); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { margin: 0; color: #56418e; font-family: Georgia, "Times New Roman", serif; font-size: clamp(68px, 11vw, 132px); font-weight: 500; letter-spacing: -.035em; line-height: .88; }
.hero h1::after { content: "✦"; display: inline-block; margin: 0 0 .12em .12em; color: #b08de3; font-family: sans-serif; font-size: .23em; vertical-align: middle; }
.hero-copy { max-width: 640px; margin: 28px auto 0; color: var(--ink-soft); font-size: clamp(16px, 2vw, 18px); line-height: 1.85; }
.hero-tags { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 24px; }.hero-tags span { padding: 7px 12px; border: 1px solid #e7e1f1; border-radius: 999px; color: #75659e; background: rgba(255,255,255,.75); font-size: 12px; font-weight: 800; }
.hero-actions { justify-content: center; margin-top: 30px; }.store-badges { display: flex; align-items: center; gap: 12px; }.store-badge-link { display: inline-grid; width: 184px; height: 62px; place-items: center; overflow: hidden; border-radius: 10px; filter: drop-shadow(0 8px 13px rgba(58,51,101,.13)); }.store-badge-image { width: auto; max-width: none; height: 50px; }

.quick-info { display: grid; width: min(1080px, calc(100% - 40px)); grid-template-columns: repeat(3, 1fr); margin: 0 auto 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.info-cell { position: relative; padding: 26px 36px; text-align: center; }.info-cell + .info-cell::before { content: ""; position: absolute; top: 22%; bottom: 22%; left: 0; width: 1px; background: var(--line); }.info-cell strong { display: block; color: var(--purple-dark); font-family: Georgia, serif; font-size: 36px; line-height: 1; }.info-cell span { display: block; margin-top: 8px; color: #858098; font-size: 13px; font-weight: 800; }

.section { padding: 96px clamp(24px, 7vw, 114px); }
.intro-panel { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: clamp(40px, 8vw, 112px); align-items: center; }
.intro-copy h2, .section-heading h2, .download-band h2 { margin: 0; color: #4d3b7e; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 68px); font-weight: 500; letter-spacing: -.04em; line-height: 1.05; }
.intro-copy > p:last-child, .section-heading p:last-child, .feature-card p, .download-band p, .contact p { color: var(--ink-soft); line-height: 1.85; }
.intro-list { display: grid; gap: 13px; }.intro-item { position: relative; padding: 21px 23px 21px 61px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 9px 25px rgba(67,54,116,.055); }.intro-item::before { position: absolute; top: 21px; left: 20px; display: grid; width: 27px; height: 27px; place-items: center; border-radius: 10px; color: var(--purple); background: var(--lavender); font-weight: 900; }.intro-item:nth-child(1)::before { content: "♪"; }.intro-item:nth-child(2)::before { content: "✦"; }.intro-item:nth-child(3)::before { content: "◌"; }.intro-item strong { display: block; color: #584788; font-size: 16px; }.intro-item span { display: block; margin-top: 7px; color: #807a96; font-size: 14px; line-height: 1.65; }

.features { position: relative; background: #fbfaff; }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin: 0 auto 38px; }.section-heading p:last-child { max-width: 520px; margin: 0; }.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }.feature-card { position: relative; min-height: 278px; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 12px 30px rgba(68,57,117,.055); }.feature-card::after { content: ""; position: absolute; right: -32px; bottom: -42px; width: 130px; height: 130px; border: 1px solid rgba(133,103,201,.13); border-radius: 50%; box-shadow: 0 0 0 22px rgba(226,218,255,.22); }.feature-number { color: #9779d2; font-size: 12px; font-weight: 900; letter-spacing: .08em; }.feature-card h3 { margin: 54px 0 13px; color: #534080; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 500; }.feature-card p { position: relative; z-index: 1; margin: 0; font-size: 14px; }

.screenshots { background: #fff; }.gallery-shell { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }.gallery-track { display: flex; transition: transform 260ms ease; }.gallery-item { min-width: 100%; display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1fr); }.shot-frame { display: grid; min-height: 620px; place-items: center; padding: clamp(24px, 4vw, 48px); background: linear-gradient(145deg, #f3f0ff, #edf6ff); }.shot-frame img { width: min(325px, 80vw); max-height: 720px; border: 5px solid #fff; border-radius: 24px; object-fit: cover; box-shadow: 0 20px 38px rgba(72,58,122,.2); }.shot-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 6vw, 76px); background: #fff; }.shot-copy h3 { margin: 0 0 15px; color: #4e3e7c; font-family: Georgia, serif; font-size: clamp(32px, 4vw, 52px); font-weight: 500; line-height: 1.1; }.shot-copy p { max-width: 540px; margin: 0; color: var(--ink-soft); line-height: 1.85; }.gallery-arrow { position: absolute; z-index: 4; top: 50%; display: grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--purple); background: rgba(255,255,255,.92); box-shadow: 0 6px 15px rgba(67,54,116,.12); cursor: pointer; transform: translateY(-50%); }.gallery-arrow span { font-size: 30px; line-height: 1; }.prev { left: 18px; }.next { right: 18px; }.gallery-dots { justify-content: center; gap: 9px; margin-top: 24px; }.gallery-dots button { width: 26px; height: 5px; padding: 0; border: 0; border-radius: 999px; background: #e1dced; cursor: pointer; }.gallery-dots button.is-active { width: 42px; background: var(--purple); }

.download-band { display: grid; grid-template-columns: minmax(0, .9fr) minmax(300px, 1fr); gap: 40px; align-items: center; padding: 88px clamp(24px, 7vw, 114px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(110deg, #fbfaff, #f6f4ff); }.download-band p { margin: 18px 0 0; }.platform-actions { justify-content: flex-end; flex-wrap: wrap; }
.contact { background: #fff; }.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: 44px; align-items: end; }.contact h3 { margin: 0 0 12px; color: #4d3b7e; font-size: clamp(22px, 2.8vw, 34px); line-height: 1.28; }.contact-actions { justify-content: flex-end; flex-wrap: wrap; gap: 12px; }.contact-actions a { min-width: 150px; padding: 13px 18px; border: 1px solid var(--line); border-radius: 999px; color: #7154ac; background: #fff; box-shadow: 0 6px 15px rgba(66,55,111,.06); text-align: center; font-weight: 900; }.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 26px clamp(24px, 7vw, 114px); border-top: 1px solid var(--line); color: #89839c; background: #fbfbfe; font-size: 13px; }

@media (max-width: 1100px) { .feature-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 920px) { .main-nav { display: none; }.hero { min-height: 600px; padding-top: 126px; }.intro-panel, .download-band, .contact-layout, .gallery-item { grid-template-columns: 1fr; }.section-heading { align-items: start; flex-direction: column; }.platform-actions, .contact-actions { justify-content: flex-start; }.shot-frame { min-height: 520px; }.shot-copy { min-height: 290px; } }
@media (max-width: 640px) { .site-header { padding: 13px 16px; }.brand-mark { width: 36px; height: 36px; }.brand-text { font-size: 17px; }.header-actions { gap: 6px; }.lang-switch { display: none; }.music-button { width: 34px; height: 34px; }.nav-download { padding: 9px 13px; font-size: 12px; }.hero { min-height: 550px; padding: 112px 20px 64px; }.hero h1 { font-size: clamp(59px, 18vw, 86px); }.hero-copy { font-size: 15px; }.store-badges { gap: 7px; }.store-badge-link { width: min(154px, calc((100vw - 54px) / 2)); height: 52px; }.store-badge-image { height: 42px; }.quick-info { width: calc(100% - 32px); grid-template-columns: 1fr; margin-bottom: 0; }.info-cell { padding: 17px 22px; }.info-cell + .info-cell::before { top: 0; right: 15%; bottom: auto; left: 15%; width: auto; height: 1px; }.info-cell strong { font-size: 27px; }.section { padding: 68px 20px; }.intro-copy h2, .section-heading h2, .download-band h2 { font-size: 40px; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 224px; }.gallery-shell { border-radius: 18px; }.gallery-arrow { display: none; }.shot-frame { min-height: 470px; }.shot-copy { min-height: 250px; padding: 32px 24px; }.site-footer { align-items: center; flex-direction: column; padding: 22px 20px; text-align: center; } }

/* Final light palette: blue and pink carry surfaces; purple is reserved for text. */
:root {
  --ink: #4c485d;
  --ink-soft: #7d798b;
  --purple: #8272a4;
  --purple-dark: #4d4664;
  --blue: #d5ebff;
  --pink: #ffd9e9;
  --blue-strong: #78b7ef;
  --pink-strong: #ea8fb7;
}

body { background: radial-gradient(circle at 7% 12%, rgba(167,211,251,.72), transparent 23%), radial-gradient(circle at 93% 18%, rgba(255,190,218,.64), transparent 25%), linear-gradient(180deg, #e4f2ff 0%, #fff 33%, #ffe8f2 67%, #e5f2ff 100%); }
body::before { opacity: .3; background-image: radial-gradient(rgba(101,155,207,.35) .8px, transparent .8px); }
.site-header { height: 74px; padding: 0 20px; overflow: visible; }
.site-header, .site-header.is-scrolled { border-bottom-color: rgba(255,255,255,.78); background: rgba(255,255,255,.68); box-shadow: 0 8px 26px rgba(68,91,126,.1); backdrop-filter: blur(22px) saturate(145%); }
.brand { position: relative; flex: 0 0 96px; align-self: stretch; }
.brand-mark { position: absolute; top: 1px; left: -12px; width: 96px; height: 72px; border: 0; border-radius: 0; box-shadow: none; background: transparent; }
.brand-text { display: none; }
.header-actions { gap: 15px; }
.lang-switch, .music-button { border-color: rgba(255,255,255,.9); background: rgba(255,255,255,.58); backdrop-filter: blur(16px); }
.lang-button.is-active { color: var(--purple-dark); background: linear-gradient(110deg, rgba(190,222,252,.86), rgba(255,207,228,.84)); }
.nav-download { border: 1px solid rgba(255,255,255,.84); color: var(--purple-dark); background: linear-gradient(110deg, rgba(173,215,252,.88), rgba(255,190,219,.84)); box-shadow: 0 8px 20px rgba(91,118,145,.18); backdrop-filter: blur(14px); }
.hero { background: linear-gradient(155deg, rgba(204,231,255,.82), rgba(255,255,255,.92) 52%, rgba(255,218,234,.7)); }
.hero::before { background: radial-gradient(circle, rgba(255,175,211,.68) 0 22%, rgba(255,214,232,.58) 23% 41%, transparent 42%); }
.hero::after { border-color: rgba(105,170,231,.28); box-shadow: 0 0 0 42px rgba(168,214,255,.38), 0 0 0 84px rgba(213,235,255,.28); }
.hero h1 { margin: 0; line-height: 1; }
.hero h1::after { content: ""; }
.hero-logo { display: block; width: min(430px, 78vw); height: auto; margin: 0 auto; }
.hero-tags span { border-color: rgba(255,255,255,.92); color: var(--purple-dark); background: linear-gradient(110deg, rgba(224,241,255,.7), rgba(255,225,238,.68)); box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 7px 18px rgba(75,99,136,.08); backdrop-filter: blur(16px) saturate(140%); }
.intro-panel { background: linear-gradient(120deg, rgba(198,228,255,.48), rgba(255,220,236,.46)); }
.intro-item { border-color: rgba(255,255,255,.88); background: rgba(255,255,255,.62); box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 14px 34px rgba(73,91,122,.1); backdrop-filter: blur(22px) saturate(135%); }
.intro-item:nth-child(odd)::before { color: #4f8ec7; background: rgba(205,232,255,.82); }
.intro-item:nth-child(even)::before { color: #c76e98; background: rgba(255,207,228,.8); }
.features { background: linear-gradient(180deg, rgba(196,227,255,.54), rgba(255,219,236,.5)); }
.feature-card { border-color: rgba(255,255,255,.88); box-shadow: inset 0 1px 0 rgba(255,255,255,.86), 0 14px 34px rgba(63,84,116,.1); backdrop-filter: blur(22px) saturate(135%); }
.feature-card:nth-child(odd) { background: linear-gradient(145deg, rgba(255,255,255,.74), rgba(218,238,255,.48)); }
.feature-card:nth-child(even) { background: linear-gradient(145deg, rgba(255,255,255,.74), rgba(255,218,235,.46)); }
.feature-card::after { border-color: rgba(105,170,231,.24); box-shadow: 0 0 0 22px rgba(255,190,218,.3); }
.feature-number { color: var(--blue-strong); }.feature-card:nth-child(even) .feature-number { color: var(--pink-strong); }
.feature-card h3, .shot-copy h3, .intro-copy h2, .section-heading h2, .download-band h2, .contact h3 { color: var(--purple-dark); }
.gallery-shell { border-color: rgba(255,255,255,.9); background: rgba(255,255,255,.6); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 20px 48px rgba(55,82,112,.13); backdrop-filter: blur(24px) saturate(140%); }
.shot-frame { background: linear-gradient(145deg, rgba(194,226,255,.74), rgba(255,211,230,.68)); }
.shot-copy { background: rgba(255,255,255,.7); backdrop-filter: blur(18px); }
.gallery-dots button.is-active { background: linear-gradient(90deg, var(--blue-strong), var(--pink-strong)); }
.download-band { border-color: rgba(255,255,255,.78); background: linear-gradient(110deg, rgba(185,222,255,.7), rgba(255,203,226,.66)); backdrop-filter: blur(20px) saturate(130%); }

@media (max-width: 640px) { .site-header { height: 62px; padding: 0 14px; }.brand { flex-basis: 76px; }.brand-mark { top: 2px; left: -8px; width: 76px; height: 57px; }.header-actions { gap: 10px; }.hero-logo { width: min(360px, 86vw); } }

.music-button {
  position: relative;
  isolation: isolate;
  overflow: visible;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}
.music-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -4px;
  padding: 2px;
  border-radius: 50%;
  opacity: 0;
  background: conic-gradient(from 0deg, #76bdf5, #a995e7, #ee8eb8, #ffd0df, #76bdf5);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.music-button span { display: block; transform-origin: 50% 50%; }
.music-button:not(.is-paused) {
  color: #65518f;
  background: rgba(255,255,255,.78);
  box-shadow: 0 0 0 3px rgba(255,255,255,.48), 0 8px 20px rgba(111,111,171,.2);
}
.music-button:not(.is-paused)::before { opacity: 1; animation: music-ring-spin 2.6s linear infinite; }
.music-button:not(.is-paused) span { animation: music-note-spin 1.8s linear infinite; text-shadow: 0 0 9px rgba(131,101,190,.35); }
.music-button.is-paused { color: #9b96a6; background: rgba(255,255,255,.5); box-shadow: none; }

@keyframes music-ring-spin { to { transform: rotate(1turn); } }
@keyframes music-note-spin { to { transform: rotate(1turn); } }

.hero-content > .eyebrow, .hero-content > h1 { margin-bottom: 24px; }
.hero-content > h1 { margin-top: 0; }
.hero-content > .hero-copy { margin-top: 0; }

.language-menu { position: relative; order: 3; }
.language-toggle {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 50%;
  color: var(--purple-dark);
  background: rgba(255,255,255,.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 8px 20px rgba(77,92,125,.1);
  place-items: center;
  cursor: pointer;
  list-style: none;
  backdrop-filter: blur(18px) saturate(140%);
}
.language-toggle::-webkit-details-marker { display: none; }
.language-toggle span { font-size: 18px; line-height: 1; }
.language-toggle:focus-visible { outline: 3px solid rgba(111,162,222,.28); outline-offset: 2px; }
.language-menu[open] .language-toggle { background: linear-gradient(120deg, rgba(208,233,255,.9), rgba(255,216,234,.88)); }
.language-popover {
  position: absolute;
  z-index: 20;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  width: 166px;
  padding: 9px;
  gap: 6px;
  border: 1px solid rgba(255,255,255,.94);
  border-radius: 13px;
  background: rgba(250,252,255,.78);
  box-shadow: inset 0 1px 0 #fff, 0 16px 36px rgba(66,78,111,.16);
  backdrop-filter: blur(24px) saturate(145%);
}
.language-option {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 38px;
  padding: 10px 13px;
  border: 0;
  border-radius: 9px;
  color: #777285;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}
.language-option:hover, .language-option:focus-visible { color: var(--purple-dark); background: rgba(219,238,255,.58); box-shadow: inset 0 0 0 1px rgba(164,202,236,.36); outline: none; }
.language-option.is-active { color: var(--purple-dark); background: linear-gradient(110deg, rgba(198,228,255,.84), rgba(255,211,231,.8)); box-shadow: inset 0 0 0 1px rgba(214,160,191,.38), inset 0 1px 0 rgba(255,255,255,.9); }
.language-option.is-active:hover { background: linear-gradient(110deg, rgba(188,221,250,.9), rgba(252,198,224,.86)); box-shadow: inset 0 0 0 1px rgba(196,139,175,.48), inset 0 1px 0 rgba(255,255,255,.9); }

@media (max-width: 640px) {
  .hero-content > .eyebrow, .hero-content > h1 { margin-bottom: 18px; }
  .hero-content > h1 { margin-top: 0; }
  .language-toggle { width: 36px; height: 36px; }
  .language-popover { right: -2px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .music-button::before, .music-button span { animation: none !important; }
}
