:root {
  --ink: #070b18;
  --ink-soft: #0a1021;
  --panel: #0d1428;
  --panel-soft: #141d35;
  --pink: #ff2d9a;
  --pink-light: #ff72c7;
  --gold: #f3c66b;
  --blue: #6eb7ff;
  --text: #f8f8ff;
  --muted: #a9b0c3;
  --line: rgba(255, 255, 255, .12);
  --header-height: 84px;
  --shell: 1180px;
  --radius: 28px;
  --shadow: 0 30px 80px rgba(0, 0, 0, .38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; background: var(--ink); color: var(--text); font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.7; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { overflow-wrap: anywhere; }
.section { padding: 120px 24px; }
.section-shell { width: min(100%, var(--shell)); margin: 0 auto; }
.eyebrow { margin: 0 0 18px; color: var(--pink-light); font-size: .76rem; font-weight: 800; letter-spacing: .2em; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: #fff; color: #000; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--pink-light); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-height); border-bottom: 1px solid var(--line); background: rgba(7, 11, 24, .88); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - 48px), var(--shell)); height: 100%; margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; color: var(--text); text-decoration: none; }
.brand__icon { width: 44px; height: 44px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 13px; box-shadow: 0 8px 24px rgba(255, 45, 154, .18); }
.brand__copy { display: grid; line-height: 1.2; }
.brand__copy strong { font-size: .88rem; letter-spacing: .13em; }
.brand__copy small { margin-top: 4px; color: var(--muted); font-size: .72rem; }
.site-nav { display: flex; align-items: center; gap: 36px; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.site-nav a { position: relative; padding: 8px 0; color: #d9dceb; font-size: .92rem; font-weight: 700; text-decoration: none; }
.site-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--pink); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.site-nav a[aria-current="location"] { color: var(--text); text-decoration: underline; text-decoration-color: var(--pink); text-decoration-thickness: 2px; text-underline-offset: 6px; }
.site-nav a[aria-current="location"]::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; place-content: center; gap: 5px; width: 44px; height: 44px; padding: 0; color: var(--text); border: 1px solid var(--line); border-radius: 12px; background: var(--panel); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 19px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] > span:nth-last-child(3) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-last-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:last-child { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; display: grid; min-height: 760px; padding: calc(var(--header-height) + 80px) 24px 96px; overflow: hidden; background: radial-gradient(circle at 78% 34%, rgba(255, 45, 154, .13), transparent 31%), radial-gradient(circle at 18% 76%, rgba(110, 183, 255, .08), transparent 28%), linear-gradient(180deg, var(--ink-soft), var(--ink)); }
.hero__glow { position: absolute; top: 18%; left: 50%; width: min(70vw, 780px); aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, .04); border-radius: 50%; background: radial-gradient(circle, rgba(255, 45, 154, .1), transparent 65%); pointer-events: none; transform: translateX(-6%); animation: hero-glow-pulse 8s ease-in-out infinite; }
.hero__inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); align-items: center; gap: clamp(48px, 8vw, 112px); }
.hero__copy { min-width: 0; }
.hero h1, .section h2 { margin: 0; font-size: clamp(2.65rem, 6.3vw, 5.8rem); font-weight: 800; letter-spacing: -.055em; line-height: 1.05; }
.hero h1 em { color: var(--pink-light); font-style: normal; }
.hero__lead { max-width: 630px; margin: 32px 0 0; color: #c9cede; font-size: clamp(1rem, 1.7vw, 1.18rem); }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease; }
.button--primary { background: var(--pink); color: var(--ink); box-shadow: 0 14px 36px rgba(255, 45, 154, .22); }
.button--primary:hover { background: var(--pink-light); color: var(--ink); transform: translateY(-2px); }
.hero__art { position: relative; width: min(100%, 480px); justify-self: center; padding: clamp(28px, 5vw, 54px); }
.hero__art img { position: relative; z-index: 1; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; border: 1px solid rgba(255, 255, 255, .18); border-radius: 22%; box-shadow: 0 40px 90px rgba(0, 0, 0, .48), 0 0 54px rgba(255, 45, 154, .18); animation: hero-icon-float 6s ease-in-out infinite; }
.hero__orbit { position: absolute; inset: 5%; border: 1px solid rgba(255, 114, 199, .26); border-radius: 50%; transform: rotate(-11deg); animation: hero-orbit-spin 28s linear infinite; }
.hero__orbit::before, .hero__orbit::after { position: absolute; border-radius: 50%; content: ""; }
.hero__orbit::before { top: 13%; right: 4%; width: 10px; height: 10px; background: var(--gold); box-shadow: 0 0 22px rgba(243, 198, 107, .6); }
.hero__orbit::after { bottom: 12%; left: 2%; width: 7px; height: 7px; background: var(--blue); box-shadow: 0 0 20px rgba(110, 183, 255, .5); }

@keyframes hero-icon-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes hero-orbit-spin {
  from { transform: rotate(-11deg); }
  to { transform: rotate(349deg); }
}
@keyframes hero-glow-pulse {
  0%, 100% { opacity: .72; transform: translateX(-6%) scale(1); }
  50% { opacity: 1; transform: translateX(-6%) scale(1.08); }
}

.about { background: var(--ink); }
.about__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(48px, 10vw, 140px); }
.section h2 { font-size: clamp(2.25rem, 5vw, 4.5rem); }
.about__copy { min-width: 0; padding-top: 40px; color: #c9cede; font-size: 1.06rem; }
.about__copy > p { margin: 0 0 20px; }
.company-facts { display: grid; gap: 0; margin: 46px 0 0; border-top: 1px solid var(--line); }
.company-facts div { display: grid; grid-template-columns: minmax(90px, .3fr) 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.company-facts dt { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.company-facts dd { min-width: 0; margin: 0; color: var(--text); font-weight: 700; overflow-wrap: anywhere; }
.company-facts a { color: var(--pink-light); }

.game-showcase { background: linear-gradient(180deg, var(--panel), var(--ink-soft)); border-block: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr); align-items: end; gap: 48px; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); }
.game-card { display: grid; grid-template-columns: minmax(180px, 280px) minmax(0, 1fr); align-items: center; gap: clamp(28px, 6vw, 72px); margin-top: 48px; padding: clamp(28px, 5vw, 62px); border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .015)); box-shadow: var(--shadow); }
.game-card img { width: 100%; border: 1px solid rgba(255, 255, 255, .15); border-radius: 28%; }
.game-card > div { min-width: 0; }
.game-card__label { margin: 0 0 8px; color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .16em; }
.game-card h3 { margin: 0; font-size: clamp(2rem, 5vw, 4.2rem); line-height: 1.1; }
.game-card h3 + p { max-width: 580px; margin: 20px 0 30px; color: #c9cede; }
.store-downloads { display: flex; max-width: 760px; flex-wrap: wrap; gap: 16px; }
.store-download { position: relative; isolation: isolate; display: grid; min-width: 280px; min-height: 82px; flex: 1 1 280px; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 14px; overflow: hidden; padding: 14px 18px; border: 1px solid transparent; border-radius: 20px; color: var(--text); text-decoration: none; box-shadow: 0 18px 42px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .12); transition: border-color .25s ease, box-shadow .25s ease, filter .25s ease, transform .25s ease; }
.store-download > * { position: relative; z-index: 1; }
.store-download::after { position: absolute; z-index: 0; top: -60%; bottom: -60%; left: -42%; width: 38%; background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .3), transparent); content: ""; pointer-events: none; transform: translateX(-180%) rotate(12deg); animation: store-download-shine 4.8s ease-in-out infinite; }
.store-download--google { border-color: rgba(72, 232, 200, .52); background: linear-gradient(135deg, rgba(23, 190, 154, .34), rgba(37, 112, 255, .3) 52%, rgba(255, 45, 154, .28)), rgba(5, 8, 18, .94); box-shadow: 0 18px 44px rgba(36, 151, 255, .24), 0 0 30px rgba(72, 232, 200, .1), inset 0 1px rgba(255, 255, 255, .15); }
.store-download--apple { border-color: rgba(151, 126, 255, .58); background: linear-gradient(135deg, rgba(67, 160, 255, .36), rgba(125, 86, 255, .34) 52%, rgba(255, 45, 154, .26)), rgba(5, 8, 18, .94); box-shadow: 0 18px 44px rgba(117, 84, 255, .25), 0 0 30px rgba(255, 45, 154, .1), inset 0 1px rgba(255, 255, 255, .15); }
.store-download--apple::after { animation-delay: 2.4s; }
.store-download:hover, .store-download:focus-visible { border-color: rgba(255, 255, 255, .72); color: var(--text); filter: saturate(1.16) brightness(1.08); transform: translateY(-4px) scale(1.012); }
.store-download--google:hover, .store-download--google:focus-visible { box-shadow: 0 24px 56px rgba(36, 151, 255, .34), 0 0 38px rgba(72, 232, 200, .18), inset 0 1px rgba(255, 255, 255, .2); }
.store-download--apple:hover, .store-download--apple:focus-visible { box-shadow: 0 24px 56px rgba(117, 84, 255, .36), 0 0 38px rgba(255, 45, 154, .17), inset 0 1px rgba(255, 255, 255, .2); }
.store-download__icon { display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid rgba(255, 255, 255, .2); border-radius: 15px; background: rgba(4, 7, 17, .46); box-shadow: inset 0 1px rgba(255, 255, 255, .12), 0 8px 20px rgba(0, 0, 0, .2); color: #fff; }
.store-download__icon svg { width: 27px; height: 27px; }
.store-download--google .store-download__icon path { fill: currentColor; }
.store-download--apple .store-download__icon path { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; }
.store-download__copy { display: grid; min-width: 0; gap: 3px; }
.store-download__platform { color: rgba(255, 255, 255, .72); font-size: .69rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.store-download strong { font-size: clamp(.92rem, 1.4vw, 1.04rem); line-height: 1.3; word-break: keep-all; }
.store-download__arrow { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; background: rgba(4, 7, 17, .32); font-size: 1.05rem; transition: background-color .2s ease, transform .2s ease; }
.store-download:hover .store-download__arrow, .store-download:focus-visible .store-download__arrow { background: rgba(255, 255, 255, .16); transform: translateX(3px); }

@keyframes store-download-shine {
  0%, 58% { transform: translateX(-180%) rotate(12deg); }
  82%, 100% { transform: translateX(480%) rotate(12deg); }
}

.gallery-section { padding-top: 80px; background: var(--ink-soft); }
.gallery { width: 100%; }
.gallery__viewport { overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; border: 1px solid var(--line); border-radius: var(--radius); background: #03050b; box-shadow: var(--shadow); }
.gallery__track { display: flex; }
.gallery__slide { flex: 0 0 100%; margin: 0; scroll-snap-align: start; scroll-snap-stop: always; }
.gallery__slide img { width: 100%; height: auto; aspect-ratio: 2688 / 1242; object-fit: contain; }
.gallery__controls { display: none; align-items: center; justify-content: flex-end; gap: 16px; margin-top: 24px; }
.js-gallery .gallery__viewport { overflow: hidden; scroll-snap-type: none; }
.js-gallery .gallery__track { transform: translate3d(var(--gallery-offset, 0), 0, 0); transition: transform .5s cubic-bezier(.22, .75, .25, 1); will-change: transform; }
.js-gallery .gallery__controls { display: flex; }
.gallery__controls button { display: grid; width: 48px; height: 48px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--panel); color: var(--text); cursor: pointer; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
.gallery__controls button:hover, .gallery__controls button:focus-visible { border-color: var(--pink); background: var(--pink); color: var(--ink); }
.gallery__controls p { min-width: 76px; margin: 0; color: var(--muted); text-align: center; }
.gallery__controls strong { color: var(--pink-light); font-size: 1.16rem; }

.values { background: var(--ink); }
.values__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 64px; }
.values__grid article { min-width: 0; min-height: 320px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.values__grid article > span { display: inline-block; color: var(--pink-light); font-size: .78rem; font-weight: 800; letter-spacing: .14em; }
.values__grid article:nth-child(2) > span { color: var(--gold); }
.values__grid article:nth-child(3) > span { color: var(--blue); }
.values__grid h3 { margin: 90px 0 14px; font-size: 1.5rem; }
.values__grid p { margin: 0; color: var(--muted); }

.contact { background: radial-gradient(circle at 88% 18%, rgba(255, 45, 154, .09), transparent 32%), var(--panel); border-top: 1px solid var(--line); }
.contact__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr); gap: clamp(48px, 10vw, 140px); }
.contact__grid > div > p:not(.eyebrow) { margin: 30px 0 28px; color: var(--muted); }
.contact address { align-self: stretch; padding: clamp(28px, 5vw, 48px); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(7, 11, 24, .44); font-style: normal; }
.contact address > div { display: grid; grid-template-columns: minmax(88px, .25fr) 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact address span { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.contact address strong, .contact address a { min-width: 0; overflow-wrap: anywhere; }
.text-link { display: inline-block; margin-top: 30px; color: var(--pink-light); font-weight: 800; text-underline-offset: 5px; }

.site-footer { padding: 58px 24px 40px; border-top: 1px solid var(--line); background: #050812; color: var(--muted); }
.site-footer__inner { display: grid; grid-template-columns: minmax(180px, .65fr) minmax(0, 1.35fr) auto; align-items: start; gap: 36px 48px; width: min(100%, var(--shell)); margin: 0 auto; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 42px; height: 42px; border-radius: 12px; }
.footer-brand div { display: grid; line-height: 1.25; }
.footer-brand strong { color: var(--text); font-size: .82rem; letter-spacing: .1em; }
.footer-brand span { margin-top: 4px; font-size: .72rem; }
.footer-company p { margin: 0 0 6px; font-size: .82rem; }
.footer-company p:last-child { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.footer-company a, .footer-legal a { color: #d9dceb; text-underline-offset: 4px; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 20px; font-size: .82rem; font-weight: 700; }
.copyright { grid-column: 1 / -1; margin: 2px 0 0; padding-top: 24px; border-top: 1px solid var(--line); font-size: .74rem; }

[data-reveal] { opacity: 1; transform: none; }
.js-reveal [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.js-reveal [data-reveal].is-visible { opacity: 1; transform: none; }

.legal-page #main-content { padding: calc(var(--header-height) + 64px) 24px 100px; background: linear-gradient(180deg, var(--ink-soft), var(--ink)); }
.legal-page .sub_menu_info, .legal-page .privacy-wrap { width: min(100%, 920px); margin: 0 auto; }
.legal-page .sub_menu_info { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.legal-page .sub_menu_title { display: inline-block; padding: 0 !important; color: var(--text); font-size: clamp(2rem, 5vw, 3.6rem); font-weight: 800; letter-spacing: -.04em; line-height: 1.2; }
.legal-page .sub_menu_title_en { color: var(--muted); font-size: .9rem; }
.legal-page .container-fluid, .legal-page .row, .legal-page .col-xs-12 { width: 100%; margin: 0; padding: 0; }
.legal-page .privacy-wrap { padding-top: 36px; color: #d8dbea; font-size: .94rem; line-height: 1.85; }
.legal-page .privacy-wrap h4 { margin: 34px 0 10px; color: #fff; font-size: 1.05rem; line-height: 1.55; }
.legal-page .privacy-wrap p { margin: 0 0 5px; }
.legal-page .privacy-wrap a { color: var(--pink-light); overflow-wrap: anywhere; }

@media (max-width: 980px) {
  .hero__inner, .about__grid, .contact__grid { grid-template-columns: 1fr; }
  .hero__inner { gap: 64px; }
  .hero__art { max-width: 560px; margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .about__copy { padding-top: 0; }
  .values__grid { grid-template-columns: 1fr; }
  .values__grid article { min-height: 0; }
  .values__grid h3 { margin-top: 42px; }
  .site-footer__inner { grid-template-columns: 1fr 1.4fr; }
  .footer-legal { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 720px) {
  :root { --header-height: 72px; }
  .section { padding: 84px 20px; }
  .site-header { height: auto; min-height: var(--header-height); }
  .site-header__inner { flex-wrap: wrap; width: calc(100% - 32px); height: auto; min-height: var(--header-height); padding: 8px 0 10px; }
  .brand__icon { width: 40px; height: 40px; }
  .site-nav { display: flex; flex: 1 0 100%; justify-content: space-between; gap: 8px; }
  .site-nav a { padding: 6px 0; font-size: .78rem; }
  .js-menu .site-header { height: var(--header-height); min-height: 0; }
  .js-menu .site-header__inner { flex-wrap: nowrap; height: 100%; min-height: 0; padding: 0; }
  .js-menu .menu-toggle { display: grid; }
  .js-menu .site-nav { position: fixed; inset: var(--header-height) 16px auto; display: grid; gap: 4px; padding: 18px; background: rgba(13, 20, 40, .98); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px); }
  .js-menu .site-nav a { padding: 12px 10px; font-size: .92rem; }
  .js-menu .site-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .hero { min-height: auto; padding: calc(var(--header-height) + 64px) 20px 84px; }
  .hero__glow { top: 34%; left: 14%; width: 100vw; }
  .hero__inner { gap: 54px; }
  .hero h1 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .hero__lead { margin-top: 24px; }
  .hero__actions { align-items: flex-start; flex-direction: column; margin-top: 32px; }
  .hero__art { padding: 32px; }
  .section h2 { font-size: clamp(2.05rem, 10vw, 3.4rem); }
  .company-facts div, .contact address > div { grid-template-columns: 1fr; gap: 6px; }
  .game-card { grid-template-columns: 1fr; gap: 20px; padding: 24px; }
  .game-card img { width: 96px; }
  .game-card h3 { font-size: 1.8rem; }
  .game-card h3 + p { margin: 12px 0 20px; font-size: .92rem; }
  .store-download { min-width: 100%; grid-template-columns: 46px minmax(0, 1fr) 30px; gap: 12px; padding: 12px 14px; }
  .store-download__icon { width: 46px; height: 46px; }
  .store-download__arrow { width: 30px; height: 30px; }
  .store-download strong { font-size: .88rem; }
  .gallery-section { padding-top: 48px; }
  .gallery__viewport { border-radius: 16px; }
  .gallery__controls { justify-content: center; }
  .values__grid { margin-top: 44px; }
  .values__grid article { padding: 28px; }
  .contact address { padding: 26px; }
  .site-footer { padding: 44px 20px 32px; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-company p { display: grid; gap: 4px; }
  .footer-legal, .copyright { grid-column: auto; }
  .copyright { margin-top: 4px; }
  .legal-page #main-content { padding: calc(var(--header-height) + 48px) 20px 80px; }
  .legal-page .privacy-wrap { font-size: .9rem; line-height: 1.8; }
}

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