:root {--ink-950: #080b17;--ink-900: #101629;--ink-850: #141c33;--ink-800: #19233e;--ink-700: #263557;--surface: #ffffff;--surface-soft: #f4f7fb;--surface-blue: #eaf7ff;--text: #ffffff;--text-dark: #172037;--text-soft: #cad5ef;--text-muted-dark: #69738d;--gold: #ffc43d;--gold-dark: #d98a00;--electric: #4ed9ff;--electric-dark: #187fc8;--fire: #ff6238;--fire-dark: #b9222f;--poison: #8bd438;--poison-dark: #367d2f;--ice: #70cfff;--ice-dark: #315fce;--legend: #ff9d2d;--rare: #39c6f4;--epic: #ad55ed;--epic-dark: #8f3fd6;--success: #45ba68;--warning: #f6a729;--danger: #e84f5f;--font-display: "Arial Rounded MT Bold", "Trebuchet MS", system-ui, sans-serif;--font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--container: 76rem;--container-wide: 94rem;--radius-sm: 0.8rem;--radius-md: 1.35rem;--radius-lg: 2.2rem;--shadow-card: 0 1.2rem 3.5rem rgb(4 9 25 / 22%);--shadow-deep: 0 2rem 6rem rgb(0 0 0 / 38%);--header-height: 5.4rem;}*, *::before, *::after {box-sizing: border-box;}html, body {overflow-x: hidden;}html {scroll-behavior: smooth;scrollbar-color: var(--gold) var(--ink-950);scrollbar-width: thin;color-scheme: dark;}html::-webkit-scrollbar {width: 0.75rem;}html::-webkit-scrollbar-track {background: var(--ink-950);}html::-webkit-scrollbar-thumb {background: linear-gradient(var(--gold), var(--fire));border: 0.18rem solid var(--ink-950);border-radius: 999px;}body {margin: 0;min-width: 20rem;overflow-x: hidden;background: var(--ink-950);color: var(--text);font-family: var(--font-body);font-size: 1rem;line-height: 1.7;text-rendering: optimizeLegibility;}body.has-menu-open, body.has-dialog-open {overflow: hidden;}img {display: block;max-width: 100%;height: auto;}button, input, textarea, select {font: inherit;}button, a {-webkit-tap-highlight-color: transparent;}a {color: inherit;text-decoration: none;}address {font-style: normal;}h1, h2, h3, p {margin-top: 0;}h1, h2, h3 {font-family: var(--font-display);line-height: 1.05;letter-spacing: -0.025em;}h1 {font-size: clamp(2.7rem, 8vw, 5.6rem);}h2 {margin-bottom: 1.25rem;font-size: clamp(2.1rem, 5vw, 4.3rem);}h3 {font-size: clamp(1.4rem, 2.5vw, 2rem);}p {color: var(--text-soft);}:focus-visible {outline: 0.22rem solid var(--electric);outline-offset: 0.25rem;}::selection {background: var(--gold);color: var(--ink-950);}[hidden] {display: none !important;}.skip-link {position: fixed;z-index: 5000;top: 0.75rem;left: 0.75rem;padding: 0.9rem 1.1rem;transform: translateY(-180%);background: var(--gold);color: var(--ink-950);border-radius: 0.7rem;font-weight: 800;}.skip-link:focus {transform: translateY(0);}.section {position: relative;width: min(100% - 2rem, var(--container-wide));margin-inline: auto;padding-block: 5.5rem;}.section::before {content: '';position: absolute;z-index: -1;width: 12rem;height: 12rem;border: 0.12rem solid rgb(78 217 255 / 16%);transform: rotate(25deg);border-radius: 2rem 5rem 3rem 6rem;pointer-events: none;}.section:nth-of-type(odd)::before {top: 3rem;right: -5rem;}.section:nth-of-type(even)::before {bottom: 2rem;left: -5rem;border-color: rgb(255 196 61 / 16%);}.section-heading {display: grid;gap: 1.4rem;margin-bottom: 2.5rem;}.section-heading > p {max-width: 38rem;}.section-heading h2 {max-width: 52rem;}.section-heading--light h2, .section-heading--light p {color: var(--text-dark);}.eyebrow, .section-kicker {display: inline-flex;align-items: center;gap: 0.7rem;margin-bottom: 1rem;color: var(--electric);font-size: 0.78rem;font-weight: 800;letter-spacing: 0.14em;text-transform: uppercase;}.eyebrow::before, .section-kicker::before {content: '';width: 1.65rem;height: 0.2rem;background: currentColor;border-radius: 999px;}.eyebrow--gold, .section-kicker--gold {color: var(--gold);}.section-kicker--electric {color: var(--electric);}.section-kicker--poison {color: var(--poison);}.section-kicker--ice {color: var(--ice-dark);}.section-kicker--fire {color: var(--fire);}.section-kicker--epic {color: var(--epic);}.button {display: inline-flex;min-height: 3.6rem;align-items: center;justify-content: center;gap: 0.75rem;padding: 0.9rem 1.35rem;border: 0.12rem solid transparent;border-radius: 1rem;cursor: pointer;font-weight: 800;line-height: 1.15;text-align: center;transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;}.button:hover {transform: translateY(-0.12rem);}.button--gold {background: linear-gradient(135deg, #ffe071, var(--gold));color: var(--ink-950);box-shadow: 0 0.55rem 0 var(--gold-dark), 0 1.2rem 2.8rem rgb(255 157 45 / 25%);}.button--gold:hover {box-shadow: 0 0.4rem 0 var(--gold-dark), 0 1.4rem 3rem rgb(255 157 45 / 35%);}.button--glass {border-color: rgb(255 255 255 / 34%);background: rgb(8 11 23 / 58%);color: #fff;backdrop-filter: blur(0.8rem);}.button--glass:hover {border-color: var(--electric);background: rgb(16 22 41 / 82%);}.button--dark {background: var(--ink-900);border-color: var(--ink-700);color: #fff;}.button--dark:hover {border-color: var(--electric);}.button--ghost {background: transparent;border-color: rgb(255 255 255 / 30%);color: #fff;}.button--play {justify-content: flex-start;background: linear-gradient(135deg, #ffe36c, #ffad31);color: var(--ink-950);box-shadow: 0 0.55rem 0 #ba6700, 0 1.4rem 3rem rgb(255 150 35 / 30%);}.button--play small {display: block;margin-bottom: 0.15rem;font-size: 0.7rem;font-weight: 700;letter-spacing: 0.08em;text-transform: uppercase;}.button__play-icon {display: grid;width: 2.35rem;height: 2.35rem;place-items: center;border-radius: 0.75rem;background: var(--ink-950);color: var(--gold);}.button--play-large {padding: 1.1rem 1.7rem;}.button__spinner {display: none;width: 1.2rem;height: 1.2rem;border: 0.18rem solid rgb(8 11 23 / 24%);border-top-color: var(--ink-950);border-radius: 50%;animation: spin 800ms linear infinite;}.button.is-loading .button__spinner {display: inline-block;}.button.is-loading {pointer-events: none;opacity: 0.8;}@keyframes spin {to {transform: rotate(360deg);}}@keyframes decor-float {from {translate: 0 0;}to {translate: 0 -0.7rem;}}.text-link {display: inline-flex;gap: 0.75rem;align-items: center;color: #fff;font-weight: 800;}.text-link span {color: var(--gold);transition: transform 160ms ease;}.text-link:hover span {transform: translateX(0.35rem);}.site-header {position: fixed;z-index: 1000;top: 0;left: 0;width: 100%;color: #fff;transition: background-color 220ms ease, box-shadow 220ms ease, color 220ms ease;}.site-header__inner {width: min(100% - 1.2rem, var(--container-wide));min-height: var(--header-height);margin-inline: auto;display: flex;align-items: center;justify-content: space-between;gap: 1rem;}.site-header.is-scrolled {background: rgb(255 255 255 / 94%);color: var(--text-dark);box-shadow: 0 0.7rem 2.5rem rgb(3 10 27 / 12%);backdrop-filter: blur(1rem);}.site-brand {position: relative;z-index: 2;display: block;width: 8.6rem;height: 3.2rem;}.site-brand__logo {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: contain;object-position: left center;transition: opacity 180ms ease;}.site-brand__logo--dark {opacity: 0;}.site-header.is-scrolled .site-brand__logo--light {opacity: 0;}.site-header.is-scrolled .site-brand__logo--dark {opacity: 1;}.site-nav--desktop, .header-play {display: none;}.menu-toggle {position: relative;z-index: 1002;width: 3.3rem;height: 3.3rem;border: 0.12rem solid rgb(255 255 255 / 35%);border-radius: 1rem;background: rgb(8 11 23 / 48%);color: #fff;cursor: pointer;}.site-header.is-scrolled .menu-toggle {border-color: rgb(23 32 55 / 18%);background: var(--surface-soft);color: var(--text-dark);}.menu-toggle__icon {position: absolute;inset: 0;display: grid;place-content: center;gap: 0.3rem;transition: opacity 140ms ease, transform 180ms ease;}.menu-toggle__icon span {display: block;width: 1.4rem;height: 0.16rem;background: currentColor;border-radius: 999px;}.menu-toggle__icon--close {opacity: 0;transform: rotate(-30deg);}.menu-toggle__icon--close span {position: absolute;top: 50%;left: 50%;margin-left: -0.7rem;}.menu-toggle__icon--close span:first-child {transform: rotate(45deg);}.menu-toggle__icon--close span:last-child {transform: rotate(-45deg);}.menu-toggle[aria-expanded='true'] .menu-toggle__icon--open {opacity: 0;transform: rotate(30deg);}.menu-toggle[aria-expanded='true'] .menu-toggle__icon--close {opacity: 1;transform: rotate(0);}.mobile-menu {position: fixed;z-index: 999;inset: 0;display: grid;align-content: center;padding: calc(var(--header-height) + 2rem) 1.5rem 2rem;background: radial-gradient( circle at 80% 20%, rgb(78 217 255 / 22%), transparent 28rem ), linear-gradient(145deg, var(--ink-800), var(--ink-950));visibility: hidden;opacity: 0;transform: translateY(-1rem);transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;}.mobile-menu.is-open {visibility: visible;opacity: 1;transform: translateY(0);}.mobile-menu__decor {position: absolute;right: -7rem;bottom: -7rem;width: 22rem;opacity: 0.08;pointer-events: none;}.mobile-menu__nav {position: relative;display: grid;width: min(100%, 35rem);margin-inline: auto;gap: 0.25rem;}.mobile-menu__nav > a {padding: 0.65rem 0;font-family: var(--font-display);font-size: clamp(1.75rem, 9vw, 3.4rem);font-weight: 800;line-height: 1.05;border-bottom: 0.08rem solid rgb(255 255 255 / 12%);}.mobile-menu__nav > a:hover {color: var(--gold);}.mobile-menu__play {margin-top: 1rem;padding: 1rem !important;border: 0 !important;border-radius: 1rem;background: var(--gold);color: var(--ink-950) !important;text-align: center;font-size: 1.15rem !important;}.mobile-menu__note {position: relative;width: min(100%, 35rem);margin: 1.5rem auto 0;color: var(--text-soft);font-size: 0.85rem;}.hero {position: relative;min-height: 100svh;overflow: hidden;display: grid;align-items: end;}.hero__media, .page-hero__media, .combo-cinema__media {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;}.hero__media {object-position: 57% center;}.hero__veil {position: absolute;inset: 0;background: linear-gradient(180deg, rgb(8 11 23 / 15%), rgb(8 11 23 / 93%) 88%), linear-gradient(90deg, rgb(8 11 23 / 86%), transparent 75%);}.hero__content {position: relative;z-index: 1;width: min(100% - 2rem, var(--container));margin-inline: auto;padding: calc(var(--header-height) + 3rem) 0 6.5rem;}.hero h1 {max-width: 14ch;margin-bottom: 1.1rem;text-shadow: 0 0.35rem 1.4rem rgb(0 0 0 / 55%);}.hero h1 span, .page-hero h1 span {color: var(--gold);}.hero__lead {max-width: 41rem;font-size: 1.06rem;color: #fff;}.hero__actions {display: grid;gap: 0.9rem;width: min(100%, 28rem);margin-top: 1.8rem;}.hero__facts {display: flex;flex-wrap: wrap;gap: 0.75rem 1.2rem;margin-top: 2rem;font-size: 0.8rem;color: var(--text-soft);}.hero__facts span {display: flex;gap: 0.35rem;}.hero__facts b {color: #fff;}.hero__scroll {display: none;}.signal-strip {position: relative;z-index: 3;overflow: hidden;border-block: 0.08rem solid rgb(255 255 255 / 12%);background: var(--gold);color: var(--ink-950);}.signal-strip__track {display: flex;width: max-content;gap: 2rem;padding: 0.8rem 1rem;font-size: 0.78rem;font-weight: 800;text-transform: uppercase;letter-spacing: 0.08em;}.signal-strip__track span {display: inline-flex;align-items: center;gap: 2rem;}.signal-strip__track span::after {content: '✦';}.media-frame, .gallery-trigger, .gallery-tile {position: relative;overflow: hidden;border: 0;padding: 0;background: var(--ink-800);color: inherit;}.media-frame__image, .route-card__image, .world-card__image, .trap-panel__image, .perk-stage__image, .gallery-tile__image {width: 100%;height: 100%;object-fit: cover;}.gallery-trigger {cursor: zoom-in;}.gallery-trigger::after, .gallery-tile::after {content: '+';position: absolute;right: 1rem;top: 1rem;display: grid;width: 2.6rem;height: 2.6rem;place-items: center;border-radius: 0.85rem;background: rgb(8 11 23 / 76%);color: #fff;font-size: 1.35rem;opacity: 0;transform: translateY(-0.4rem);transition: opacity 160ms ease, transform 160ms ease;}.gallery-trigger:hover::after, .gallery-trigger:focus-visible::after, .gallery-tile:hover::after, .gallery-tile:focus-visible::after {opacity: 1;transform: translateY(0);}.intro {display: grid;gap: 2.2rem;align-items: center;}.intro__visual {min-height: 20rem;max-height: 400px;height: 100%;border-radius: 1.8rem;box-shadow: var(--shadow-deep);transform: rotate(-1.5deg);}.intro__visual::before {content: '';position: absolute;inset: 0.6rem;border: 0.08rem solid rgb(255 255 255 / 30%);border-radius: 1.4rem;pointer-events: none;}.media-frame__tag {position: absolute;left: 1rem;bottom: 1rem;padding: 0.55rem 0.8rem;background: rgb(8 11 23 / 82%);border-radius: 0.65rem;color: #fff;font-size: 0.72rem;font-weight: 800;text-transform: uppercase;letter-spacing: 0.08em;}.intro__copy h2 {max-width: 14ch;}.intro__copy > p {max-width: 44rem;}.feature-list {list-style: none;display: grid;gap: 0.75rem;margin: 1.8rem 0 0;padding: 0;}.feature-list li {display: grid;grid-template-columns: 2.3rem 1fr;gap: 0.8rem;align-items: center;padding: 0.85rem 1rem;border: 0.08rem solid var(--ink-700);border-radius: 1rem;background: var(--ink-900);color: #fff;}.feature-list span {color: var(--gold);font-family: var(--font-display);font-weight: 800;}.decor-orbit {position: absolute;z-index: -1;width: 13rem;height: 13rem;border: 0.1rem solid rgb(255 196 61 / 20%);border-radius: 50%;}.decor-orbit::before, .decor-orbit::after {content: '';position: absolute;border: inherit;border-radius: inherit;}.decor-orbit::before {inset: 1.2rem;}.decor-orbit::after {inset: 3rem;}.decor-orbit--one {left: 32%;top: 12%;}.route-lab {width: min(100% - 2rem, var(--container));}.route-lab__grid {display: grid;gap: 1.4rem;margin-bottom: 2rem;}.route-card {position: relative;border-radius: 1.6rem;background: var(--surface);color: var(--text-dark);box-shadow: var(--shadow-card);overflow: hidden;}.route-card .gallery-trigger {width: 100%;aspect-ratio: 16 / 9;}.route-card__content {display: grid;gap: 0.8rem;padding: 1.2rem;}.route-card__number {color: var(--electric-dark);font-family: var(--font-display);font-size: 1.35rem;font-weight: 800;}.route-card h3 {margin: 0 0 0.4rem;}.route-card p {margin: 0;color: var(--text-muted-dark);font-size: 0.92rem;}.worlds {width: 100%;max-width: none;padding: 5.5rem max(1rem, calc((100vw - var(--container-wide)) / 2));background: linear-gradient(150deg, #f7fbff, #dbf3ff 55%, #eefcf1);color: var(--text-dark);overflow: hidden;}.worlds::before {z-index: 0;}.worlds__decor {position: absolute;z-index: 0;right: -13rem;top: -4rem;width: 31rem;opacity: 0.13;border-radius: 50%;}.worlds > *:not(.worlds__decor) {position: relative;z-index: 1;}.world-rail {display: grid;gap: 1rem;}.world-card {position: relative;min-height: 26rem;border-radius: 1.7rem;overflow: hidden;box-shadow: var(--shadow-card);}.world-card__image {position: absolute;inset: 0;}.world-card::after {content: '';position: absolute;inset: 0;background: linear-gradient(180deg, transparent 32%, rgb(4 8 20 / 92%));}.world-card__panel {position: absolute;z-index: 1;inset: auto 1.1rem 1.1rem;color: #fff;}.world-card__panel span {color: var(--world-accent);font-size: 0.75rem;font-weight: 800;text-transform: uppercase;letter-spacing: 0.12em;}.world-card__panel h3 {margin: 0.25rem 0 0.5rem;}.world-card__panel p {margin: 0;color: #fff;font-size: 0.88rem;}.world-card--ice {--world-accent: var(--ice);}.world-card--fire {--world-accent: var(--fire);}.world-card--poison {--world-accent: var(--poison);}.combo-cinema {position: relative;min-height: 48rem;overflow: hidden;display: grid;align-items: end;}.combo-cinema__media {object-position: center;}.combo-cinema__shade {position: absolute;inset: 0;background: linear-gradient(180deg, rgb(8 11 23 / 10%), rgb(8 11 23 / 95%) 85%), linear-gradient(90deg, rgb(8 11 23 / 88%), transparent 80%);}.combo-cinema__content {position: relative;width: min(100% - 2rem, var(--container));margin-inline: auto;padding-bottom: 4.5rem;}.combo-cinema__content h2 {max-width: 15ch;}.combo-cinema__content > p {max-width: 42rem;color: #fff;}.combo-cinema__stats {display: flex;flex-wrap: wrap;gap: 1rem;margin-top: 1.5rem;}.combo-cinema__stats span {display: flex;align-items: baseline;gap: 0.55rem;padding: 0.7rem 0.9rem;border: 0.08rem solid rgb(255 255 255 / 20%);border-radius: 0.8rem;background: rgb(8 11 23 / 62%);color: var(--text-soft);}.combo-cinema__stats b {color: var(--gold);font-family: var(--font-display);font-size: 1.45rem;}.boss {display: grid;gap: 2rem;align-items: center;}.boss__copy {max-width: 39rem;}.boss__notes {list-style: none;display: grid;gap: 0.75rem;padding: 0;}.boss__notes li {position: relative;padding-left: 1.8rem;color: #fff;}.boss__notes li::before {content: '✦';position: absolute;left: 0;color: var(--epic);}.boss__visual {min-height: 24rem;border-radius: 2rem;box-shadow: 1.2rem 1.2rem 0 rgb(173 85 237 / 15%), var(--shadow-deep);}.boss__image {width: 100%;height: 100%;object-fit: cover;}.boss__badge {position: absolute;left: 1rem;bottom: 1rem;padding: 0.7rem 0.9rem;border-radius: 0.9rem;background: rgb(8 11 23 / 88%);color: #fff;}.boss__badge b {margin-right: 0.45rem;color: var(--epic);}.trap-lab {width: 100%;max-width: none;padding-inline: max(1rem, calc((100vw - var(--container)) / 2));background: linear-gradient(145deg, #e9f7ff, #fff 58%, #fff4d7);color: var(--text-dark);overflow: hidden;}.trap-lab__decor {position: absolute;right: -11rem;bottom: -6rem;width: 29rem;opacity: 0.16;border-radius: 50%;object-fit: cover;}.trap-lab__head {position: relative;z-index: 1;max-width: 52rem;margin-bottom: 2rem;}.trap-lab__head p {color: var(--text-muted-dark);}.trap-switcher {position: relative;z-index: 1;}.trap-switcher__tabs {display: grid;gap: 0.65rem;margin-bottom: 1rem;}.trap-tab {display: flex;min-height: 3.6rem;align-items: center;gap: 0.8rem;padding: 0.8rem 1rem;border: 0.08rem solid rgb(23 32 55 / 14%);border-radius: 1rem;background: #fff;color: var(--text-dark);cursor: pointer;font-weight: 800;text-align: left;}.trap-tab span {color: #0d6aa5;}.trap-tab.is-active {border-color: var(--electric-dark);background: var(--ink-900);color: #fff;box-shadow: var(--shadow-card);}.trap-tab.is-active span {color: var(--electric);}.trap-panel {display: grid;overflow: hidden;border: 0.08rem solid rgb(23 32 55 / 12%);border-radius: 1.7rem;background: #fff;box-shadow: var(--shadow-card);}.trap-panel__visual {min-height: 20rem;}.trap-panel__copy {padding: 1.4rem;}.trap-panel__copy p {color: var(--text-muted-dark);}.rarity {display: inline-flex;padding: 0.35rem 0.65rem;border-radius: 0.55rem;color: #fff;font-size: 0.7rem;font-weight: 800;letter-spacing: 0.08em;text-transform: uppercase;}.rarity--epic {background: var(--epic-dark);}.rarity--legend {background: var(--legend);color: var(--ink-950);}.trap-panel__copy dl {display: grid;gap: 0.65rem;margin: 1.4rem 0 0;}.trap-panel__copy dl div {display: flex;justify-content: space-between;gap: 1rem;padding-top: 0.65rem;border-top: 0.08rem solid rgb(23 32 55 / 12%);}.trap-panel__copy dt {color: var(--text-muted-dark);}.trap-panel__copy dd {margin: 0;font-weight: 800;}.perks {overflow: hidden;}.perk-stage {position: relative;min-height: 35rem;margin-top: 1rem;}.perk-stage__card {position: absolute;overflow: hidden;border-radius: 1.7rem;background: var(--ink-800);box-shadow: var(--shadow-deep);}.perk-stage__card--back {inset: 0 2rem 5rem 0;transform: rotate(-2deg);opacity: 0.65;}.perk-stage__card--front {inset: 5rem 0 0 1rem;transform: rotate(1.5deg);}.perk-stage__image {position: absolute;inset: 0;}.perk-stage__card::after {content: '';position: absolute;inset: 0;background: linear-gradient(180deg, transparent 50%, rgb(8 11 23 / 94%));}.perk-stage__card > div {position: absolute;z-index: 1;left: 1.2rem;bottom: 1.2rem;}.perk-stage__card span {color: var(--gold);font-size: 0.75rem;font-weight: 800;text-transform: uppercase;letter-spacing: 0.1em;}.perk-stage__card h3 {margin: 0.25rem 0 0;}.heroes {width: 100%;max-width: none;padding-inline: max(1rem, calc((100vw - var(--container-wide)) / 2));background: linear-gradient(180deg, var(--ink-950), #111c35);}.heroes__head {max-width: 58rem;margin-bottom: 2.2rem;}.hero-mosaic {display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 0.7rem;}.hero-card {position: relative;overflow: hidden;min-height: 18rem;border: 0.08rem solid rgb(255 255 255 / 13%);border-radius: 1.3rem;background: var(--ink-800);max-height: 40rem;}.hero-card__image {width: 100%;height: 100%;aspect-ratio: 1;object-fit: cover;transition: transform 220ms ease;}.hero-card:hover .hero-card__image {transform: scale(1.025);}.hero-card__body {position: absolute;inset: auto 0 0;padding: 3.5rem 0.85rem 0.9rem;background: linear-gradient(transparent, rgb(8 11 23 / 95%) 42%);}.hero-card__body span {color: var(--hero-accent);font-size: 0.64rem;font-weight: 800;letter-spacing: 0.08em;text-transform: uppercase;}.hero-card__body h3 {margin: 0.12rem 0 0.25rem;font-size: 1.25rem;}.hero-card__body p {display: none;margin: 0;color: #fff;font-size: 0.8rem;}.hero-card--fire {--hero-accent: var(--fire);}.hero-card--ice-mage, .hero-card--hunter {--hero-accent: var(--ice);}.hero-card--forest, .hero-card--jungle {--hero-accent: var(--poison);}.hero-card--goblin {--hero-accent: #bbff42;}.hero-card--monk {--hero-accent: var(--electric);}.hero-card--engineer {--hero-accent: var(--gold);}.story {display: grid;gap: 2rem;align-items: center;}.story__visual {position: relative;min-height: 27rem;overflow: hidden;height: 100%;border-radius: 2rem;transform: rotate(-1.5deg);box-shadow: var(--shadow-deep);}.story__image {width: 100%;height: 100%;object-fit: cover;}.story__stamp {position: absolute;right: 1rem;bottom: 1rem;width: 6.2rem;height: 6.2rem;display: grid;place-content: center;border: 0.18rem solid var(--gold);border-radius: 50%;background: rgb(8 11 23 / 85%);color: var(--gold);font-family: var(--font-display);font-weight: 800;line-height: 0.9;text-align: center;transform: rotate(8deg);}.story__stamp small {color: #fff;font-size: 0.58rem;text-transform: uppercase;}.story blockquote {margin: 1.5rem 0;padding: 1rem 1.2rem;border-left: 0.25rem solid var(--fire);background: var(--ink-900);color: #fff;font-family: var(--font-display);font-size: 1.2rem;}.progress {display: grid;gap: 2rem;align-items: center;}.progress__steps {display: grid;gap: 0.7rem;margin-top: 1.5rem;}.progress__steps span {display: flex;align-items: center;gap: 0.8rem;padding: 0.7rem 0.9rem;background: var(--ink-900);border-radius: 0.9rem;color: #fff;}.progress__steps b {display: grid;width: 2rem;height: 2rem;place-items: center;border-radius: 0.65rem;background: var(--gold);color: var(--ink-950);}.progress__visual {border-radius: 1.8rem;box-shadow: -1rem 1rem 0 rgb(255 196 61 / 12%), var(--shadow-deep);}.progress__image {width: 100%;height: 100%;object-fit: cover;}.voices {width: min(100% - 2rem, var(--container));}.voices__head {max-width: 54rem;margin-bottom: 2rem;}.voices__grid {display: grid;gap: 1rem;}.voice-card {min-height: 17rem;padding: 1.4rem;border: 0.08rem solid var(--ink-700);border-radius: 1.4rem;background: linear-gradient(145deg, var(--ink-800), var(--ink-900));}.voice-card--bright {background: linear-gradient(145deg, #fff, #eaf7ff);color: var(--text-dark);}.voice-card span {color: var(--electric);font-size: 0.72rem;font-weight: 800;text-transform: uppercase;letter-spacing: 0.1em;}.voice-card--bright span {color: var(--electric-dark);}.voice-card h3 {margin: 1rem 0;}.voice-card--bright p {color: var(--text-muted-dark);}.studio-note {display: grid;gap: 2rem;align-items: center;padding: 2rem;border-radius: 2rem;background: linear-gradient(135deg, #fff, #eaf7ff);color: var(--text-dark);overflow: hidden;}.studio-note::before {z-index: 0;}.studio-note__crest {position: relative;display: grid;place-items: center;}.studio-note__crest::before {content: '';position: absolute;width: 85%;aspect-ratio: 1;border-radius: 50%;background: radial-gradient(circle, rgb(255 196 61 / 45%), transparent 70%);}.studio-note__crest img {position: relative;width: min(16rem, 72vw);height: auto;border-radius: 2rem;}.studio-note__copy {position: relative;z-index: 1;}.studio-note__copy p {color: var(--text-muted-dark);}.studio-note__signature {font-family: var(--font-display);font-size: 1.25rem;}.gallery__head {max-width: 50rem;margin-bottom: 2rem;}.gallery__grid {display: grid;gap: 0.8rem;}.gallery-tile {min-height: 18rem;border-radius: 1.4rem;cursor: zoom-in;text-align: left;}.gallery-tile__image {position: absolute;inset: 0;}.gallery-tile > span {position: absolute;inset: auto 0 0;padding: 3rem 1rem 1rem;background: linear-gradient(transparent, rgb(8 11 23 / 95%));}.gallery-tile b, .gallery-tile small {display: block;}.gallery-tile small {color: var(--electric);}.purchase {position: relative;min-height: 42rem;display: grid;place-items: center;overflow: hidden;padding: 6rem 1rem;background: radial-gradient(circle at 50% 40%, #263557, var(--ink-950) 68%);}.purchase::before {content: '';position: absolute;width: 30rem;height: 30rem;border: 0.08rem solid rgb(255 196 61 / 20%);border-radius: 50%;box-shadow: 0 0 0 3rem rgb(255 196 61 / 4%), 0 0 0 7rem rgb(78 217 255 / 3%);}.purchase__decor {position: absolute;z-index: 1;top: 0.5rem;width: 20rem;opacity: 0.35;object-fit: cover;pointer-events: none;animation: decor-float 7s ease-in-out infinite alternate;}.purchase__decor--left {left: -10rem;bottom: -4rem;transform: rotate(6deg);}.purchase__decor--right {right: -10rem;bottom: -4rem;transform: rotate(-6deg);}.purchase__content {position: relative;z-index: 2;max-width: 49rem;text-align: center;}.purchase__content p {color: #fff;}.purchase__content .button {margin-top: 1.2rem;}.purchase__links {display: flex;justify-content: center;flex-wrap: wrap;gap: 1rem;margin-top: 1.6rem;color: var(--electric);font-weight: 700;}.purchase--compact {min-height: 32rem;}.page-hero {position: relative;min-height: 38rem;display: grid;align-items: end;overflow: hidden;}.page-hero__veil {position: absolute;inset: 0;background: linear-gradient(180deg, rgb(8 11 23 / 12%), rgb(8 11 23 / 95%) 92%), linear-gradient(90deg, rgb(8 11 23 / 88%), transparent 78%);}.page-hero__content {position: relative;z-index: 1;width: min(100% - 2rem, var(--container));margin-inline: auto;padding: calc(var(--header-height) + 3rem) 0 4.5rem;}.page-hero__content h1 {max-width: 13ch;margin-bottom: 1rem;}.page-hero__content > p {max-width: 40rem;color: #fff;}.page-hero--support .page-hero__media {object-position: 60% center;}.chapter-nav {position: sticky;z-index: 20;top: var(--header-height);display: flex;overflow-x: auto;gap: 0.45rem;padding: 0.65rem 1rem;background: rgb(8 11 23 / 90%);border-bottom: 0.08rem solid rgb(255 255 255 / 12%);backdrop-filter: blur(1rem);scrollbar-width: none;}.chapter-nav::-webkit-scrollbar {display: none;}.chapter-nav a {flex: 0 0 auto;padding: 0.55rem 0.8rem;border: 0.08rem solid rgb(255 255 255 / 12%);border-radius: 999px;color: #fff;font-size: 0.82rem;font-weight: 700;}.chapter-nav a:hover {border-color: var(--electric);color: var(--electric);}.manual {width: min(100% - 2rem, var(--container));}.loop-grid {list-style: none;display: grid;gap: 0.8rem;padding: 0;counter-reset: item;}.loop-grid li {position: relative;min-height: 13rem;padding: 1.2rem;border: 0.08rem solid var(--ink-700);border-radius: 1.2rem;background: linear-gradient(145deg, var(--ink-800), var(--ink-900));}.loop-grid b {display: inline-grid;width: 2.6rem;height: 2.6rem;place-items: center;border-radius: 0.75rem;background: var(--gold);color: var(--ink-950);}.loop-grid h3 {margin: 1rem 0 0.4rem;}.loop-grid p {margin: 0;font-size: 0.9rem;}.split-feature {display: grid;gap: 2rem;align-items: center;}.split-feature__visual {min-height: 25rem;border-radius: 2rem;overflow: hidden;box-shadow: var(--shadow-deep);}.split-feature__visual--tilt {transform: rotate(-1.5deg);}.split-feature__image {width: 100%;height: 100%;object-fit: cover;}.principle-stack {display: grid;gap: 0.65rem;margin-top: 1.4rem;}.principle-stack article {display: grid;grid-template-columns: 2.4rem 1fr;gap: 0.8rem;padding: 0.8rem;border: 0.08rem solid var(--ink-700);border-radius: 1rem;}.principle-stack article > span {display: grid;width: 2.4rem;height: 2.4rem;place-items: center;border-radius: 0.7rem;background: var(--electric);color: var(--ink-950);font-weight: 800;}.principle-stack h3 {margin: 0;font-size: 1.15rem;}.principle-stack p {margin: 0;font-size: 0.88rem;}.recipe {width: 100%;max-width: none;min-height: 40rem;padding-inline: max(1rem, calc((100vw - var(--container)) / 2));background: linear-gradient(130deg, #f9fff2, #dff7b7);color: var(--text-dark);overflow: hidden;display: grid;align-items: center;}.recipe__hero {position: absolute;right: -10rem;bottom: -7rem;width: 30rem;opacity: 0.3;border-radius: 50%;}.recipe__content {position: relative;z-index: 1;max-width: 50rem;}.recipe__content p {color: var(--text-muted-dark);}.recipe__formula {display: flex;flex-wrap: wrap;gap: 0.55rem;align-items: center;margin: 1.5rem 0;}.recipe__formula span {padding: 0.7rem 0.85rem;border: 0.08rem solid rgb(23 32 55 / 15%);border-radius: 0.9rem;background: #fff;font-size: 0.8rem;font-weight: 700;box-shadow: var(--shadow-card);}.recipe__formula b {margin-right: 0.4rem;color: var(--electric-dark);}.recipe__formula i {color: var(--fire);font-style: normal;font-weight: 900;}.recipe__formula .recipe__result {background: var(--ink-900);color: #fff;}.recipe__formula .recipe__result b {color: var(--gold);}.upgrade-story__head {max-width: 55rem;margin-bottom: 2rem;}.upgrade-story__grid {display: grid;gap: 1rem;}.lab-card {overflow: hidden;border-radius: 1.5rem;background: #eaf7ff;color: var(--text-dark);box-shadow: var(--shadow-card);}.lab-card--gold {background: #fff4d7;}.lab-card__image {width: 100%;aspect-ratio: 16/9;object-fit: cover;}.lab-card > div {padding: 1.2rem;}.lab-card p {color: var(--text-muted-dark);}.objective-grid {display: grid;gap: 1rem;}.objective-grid__intro {margin-bottom: 1rem;}.objective-card {position: relative;min-height: 28rem;overflow: hidden;border-radius: 1.6rem;box-shadow: var(--shadow-card);}.objective-card__image {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;}.objective-card::after {content: '';position: absolute;inset: 0;background: linear-gradient(180deg, transparent 45%, rgb(8 11 23 / 95%));}.objective-card > div {position: absolute;z-index: 1;inset: auto 1.1rem 1.1rem;}.objective-card span {color: var(--gold);font-size: 0.75rem;font-weight: 800;text-transform: uppercase;}.objective-card h3 {max-width: 25rem;margin: 0.4rem 0 0;}.story-log {display: grid;gap: 2rem;align-items: center;}.story-log__visual {min-height: 25rem;overflow: hidden;border-radius: 2rem;box-shadow: var(--shadow-deep);}.story-log__image {width: 100%;height: 100%;object-fit: cover;}.studio-origin {display: grid;gap: 2rem;align-items: center;}.studio-origin__mark {display: grid;place-items: center;min-height: 22rem;border-radius: 2rem;background: linear-gradient(145deg, #fff, #eaf7ff);}.studio-origin__mark img {width: min(18rem, 75vw);border-radius: 2rem;}.studio-origin__copy p {max-width: 43rem;}.values__head {max-width: 50rem;margin-bottom: 2rem;}.values__grid {display: grid;gap: 0.9rem;}.values__grid article {min-height: 16rem;padding: 1.3rem;border: 0.08rem solid var(--ink-700);border-radius: 1.3rem;background: linear-gradient(145deg, var(--ink-800), var(--ink-900));}.values__grid span {color: var(--gold);font-family: var(--font-display);font-size: 1.5rem;font-weight: 800;}.studio-process {width: 100%;max-width: none;padding-inline: max(1rem, calc((100vw - var(--container-wide)) / 2));background: linear-gradient(145deg, #eeffd9, #fff);color: var(--text-dark);overflow: hidden;display: grid;gap: 2rem;align-items: center;}.studio-process__decor {position: absolute;right: -12rem;top: -8rem;width: 28rem;opacity: 0.1;}.studio-process__copy, .studio-process__visual {position: relative;z-index: 1;}.studio-process__copy p {color: var(--text-muted-dark);}.studio-process__copy ol {list-style: none;display: grid;gap: 0.6rem;padding: 0;}.studio-process__copy li {display: grid;gap: 0.1rem;padding: 0.8rem 1rem;border-left: 0.25rem solid var(--poison);background: rgb(255 255 255 / 70%);}.studio-process__copy li span {color: var(--text-muted-dark);}.studio-process__visual {min-height: 23rem;overflow: hidden;border-radius: 2rem;box-shadow: var(--shadow-card);}.studio-process__image {width: 100%;height: 100%;object-fit: cover;}.listening {display: grid;gap: 2rem;align-items: center;}.listening__visual {min-height: 25rem;overflow: hidden;border-radius: 2rem;transform: rotate(1.2deg);box-shadow: var(--shadow-deep);}.listening__image {width: 100%;height: 100%;object-fit: cover;}.contact-card {display: grid;gap: 1.5rem;align-items: center;padding: 2rem;border-radius: 2rem;background: linear-gradient(135deg, var(--gold), #ff9d2d);color: var(--ink-950);}.contact-card p {color: #30240b;}.contact-card address {display: grid;gap: 0.25rem;padding: 1rem;border-radius: 1rem;background: rgb(255 255 255 / 48%);}.contact-card address span {font-size: 0.75rem;text-transform: uppercase;font-weight: 800;}.faq-intro {display: grid;gap: 2rem;}.faq-list {display: grid;gap: 0.7rem;}.faq-list details {border: 0.08rem solid var(--ink-700);border-radius: 1rem;background: var(--ink-900);overflow: hidden;}.faq-list summary {position: relative;list-style: none;padding: 1rem 3.4rem 1rem 1rem;cursor: pointer;color: #fff;font-weight: 800;}.faq-list summary::-webkit-details-marker {display: none;}.faq-list summary::after {content: '+';position: absolute;right: 1rem;top: 50%;transform: translateY(-50%);color: var(--electric);font-size: 1.5rem;}.faq-list details[open] summary::after {content: '−';}.faq-list details p {padding: 0 1rem 1rem;margin: 0;}.contact-wizard {width: 100%;max-width: none;padding-inline: max(1rem, calc((100vw - var(--container)) / 2));background: linear-gradient(145deg, #e9f7ff, #fff 48%, #efffd6);color: var(--text-dark);overflow: hidden;}.contact-wizard::before {z-index: 0;}.contact-wizard__decor {position: absolute;object-fit: cover;z-index: 0;width: 24rem;border-radius: 50%;opacity: 0.1;pointer-events: none;animation: decor-float 8s ease-in-out infinite alternate;}.contact-wizard__decor--goblin {left: -12rem;bottom: 10rem;}.contact-wizard__decor--engineer {right: -12rem;top: 4rem;}.contact-wizard__head, .wizard-progress, .wizard-shell {position: relative;z-index: 1;}.contact-wizard__head {max-width: 54rem;margin-bottom: 2rem;}.contact-wizard__head p {color: var(--text-muted-dark);}.wizard-progress {display: grid;grid-template-columns: repeat(4, 1fr);gap: 0.25rem;margin-bottom: 1rem;}.wizard-progress span {display: grid;justify-items: center;gap: 0.3rem;color: var(--text-muted-dark);font-size: 0.7rem;font-weight: 700;}.wizard-progress span::after {content: '';grid-row: 1;grid-column: 1;align-self: center;width: 100%;height: 0.18rem;background: #d8e0eb;z-index: -1;}.wizard-progress b {display: grid;width: 2.2rem;height: 2.2rem;place-items: center;border: 0.17rem solid #d8e0eb;border-radius: 50%;background: #fff;}.wizard-progress .is-current, .wizard-progress .is-complete {color: var(--text-dark);}.wizard-progress .is-current b {border-color: var(--electric-dark);color: var(--electric-dark);box-shadow: 0 0 0 0.35rem rgb(78 217 255 / 20%);}.wizard-progress .is-complete b {border-color: var(--success);background: var(--success);color: #fff;}.wizard-shell {min-height: 30rem;padding: 1.2rem;border: 0.08rem solid rgb(23 32 55 / 12%);border-radius: 1.8rem;background: rgb(255 255 255 / 90%);box-shadow: var(--shadow-card);}.wizard-step__counter {margin-bottom: 0.5rem;color: var(--electric-dark);font-size: 0.72rem;font-weight: 800;text-transform: uppercase;letter-spacing: 0.1em;}.wizard-step h3 {max-width: 30ch;margin-bottom: 1.4rem;}.choice-grid {display: grid;gap: 0.7rem;}.choice-grid button {display: grid;grid-template-columns: 2.6rem 1fr;grid-template-rows: auto auto;column-gap: 0.8rem;min-height: 6.5rem;padding: 0.9rem;border: 0.1rem solid rgb(23 32 55 / 12%);border-radius: 1rem;background: var(--surface-soft);color: var(--text-dark);cursor: pointer;text-align: left;transition: border-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;}.choice-grid button:hover {transform: translateY(-0.1rem);border-color: var(--electric-dark);box-shadow: 0 0.8rem 1.8rem rgb(24 127 200 / 12%);}.choice-grid button > span {grid-row: 1 / 3;display: grid;width: 2.6rem;height: 2.6rem;place-items: center;border-radius: 0.8rem;background: var(--ink-900);color: var(--gold);font-size: 1.15rem;}.choice-grid b {align-self: end;font-size: 1rem;}.choice-grid small {color: var(--text-muted-dark);}.wizard-back {min-height: 2.9rem;margin-top: 1rem;padding: 0.6rem 0.8rem;border: 0;background: transparent;color: var(--electric-dark);cursor: pointer;font-weight: 800;}.wizard-form__intro {padding-bottom: 1rem;border-bottom: 0.08rem solid rgb(23 32 55 / 12%);}.wizard-form__intro p {color: var(--text-muted-dark);}.contact-form {margin-top: 1.2rem;}.form-grid {display: grid;gap: 1rem;}.field {display: grid;gap: 0.4rem;}.field label {color: var(--text-dark);font-weight: 700;}.field input, .field textarea {width: 100%;border: 0.11rem solid #ccd4e0;border-radius: 0.9rem;background: #fff;color: var(--text-dark);padding: 0.9rem 1rem;transition: border-color 150ms ease, box-shadow 150ms ease;}.field input {min-height: 3.4rem;}.field textarea {resize: vertical;min-height: 11rem;}.field input:focus, .field textarea:focus {border-color: var(--electric-dark);outline: none;box-shadow: 0 0 0 0.25rem rgb(78 217 255 / 20%);}.field.is-invalid input, .field.is-invalid textarea {border-color: var(--danger);box-shadow: 0 0 0 0.22rem rgb(232 79 95 / 12%);}.field__error {min-height: 1.1rem;color: #b51e37;font-size: 0.76rem;}.field__meta {display: flex;justify-content: space-between;gap: 1rem;color: var(--text-muted-dark);font-size: 0.75rem;}.honeypot {position: absolute !important;left: -10000px !important;width: 1px !important;height: 1px !important;overflow: hidden !important;}.consent-wrap {margin-top: 1rem;}.consent-field {display: grid;grid-template-columns: 1.3rem 1fr;gap: 0.7rem;align-items: start;color: var(--text-dark);font-size: 0.85rem;}.consent-wrap.is-invalid .consent-field {padding: 0.7rem;border: 0.11rem solid var(--danger);border-radius: 0.9rem;background: rgb(232 79 95 / 7%);}.consent-field input {width: 1.2rem;height: 1.2rem;accent-color: var(--electric-dark);}.consent-field a {color: var(--electric-dark);text-decoration: underline;}.contact-form__actions {display: flex;flex-wrap: wrap;justify-content: space-between;gap: 0.8rem;margin-top: 1.5rem;}.contact-form__actions .button {flex: 1 1 14rem;}.direct-contact {display: grid;gap: 1.5rem;align-items: center;}.direct-contact address {display: grid;gap: 0.35rem;padding: 1.3rem;border: 0.08rem solid var(--ink-700);border-radius: 1.2rem;background: var(--ink-900);}.direct-contact address span, .direct-contact address small {color: var(--text-soft);}.direct-contact address a {color: var(--electric);}.page-legal {background: #f7f9fc;color: var(--text-dark);color-scheme: light;}.page-legal .site-header:not(.is-scrolled) {background: rgb(255 255 255 / 95%);color: var(--text-dark);box-shadow: 0 0.7rem 2rem rgb(3 10 27 / 9%);}.page-legal .site-brand__logo--light {opacity: 0;}.page-legal .site-brand__logo--dark {opacity: 1;}.page-legal .menu-toggle {border-color: rgb(23 32 55 / 18%);background: var(--surface-soft);color: var(--text-dark);}.legal-hero {min-height: 24rem;display: grid;align-items: end;padding: calc(var(--header-height) + 4rem) 1rem 3rem;background: linear-gradient(135deg, #17213d, #25466d);color: #fff;}.legal-hero--cookies {background: linear-gradient(135deg, #153744, #236f72);}.legal-hero--terms {background: linear-gradient(135deg, #35213f, #6a3b73);}.legal-hero > div {width: min(100%, var(--container));margin-inline: auto;}.legal-hero h1 {margin-bottom: 0.5rem;}.legal-hero p {color: #fff;}.legal-document {width: min(100% - 2rem, var(--container));margin-inline: auto;padding-block: 3rem 5rem;}.legal-toc {display: flex;overflow-x: auto;gap: 0.5rem;margin-bottom: 2rem;padding-bottom: 0.5rem;scrollbar-width: thin;}.legal-toc a {flex: 0 0 auto;padding: 0.55rem 0.8rem;border: 0.08rem solid #d8dfeb;border-radius: 999px;background: #fff;color: var(--text-dark);font-size: 0.8rem;font-weight: 700;}.legal-content {max-width: 54rem;}.legal-content section {margin-bottom: 2.5rem;}.legal-content h2 {font-size: clamp(1.65rem, 4vw, 2.4rem);}.legal-content h3 {margin-top: 1.5rem;font-size: 1.3rem;}.legal-content p, .legal-content li {color: #455069;}.legal-content a {color: #0b6eac;text-decoration: underline;}.legal-content ul {padding-left: 1.2rem;}.legal-table {display: grid;gap: 0.7rem;}.legal-table > div {display: grid;gap: 0.3rem;padding: 1rem;border: 0.08rem solid #dce2ec;border-radius: 1rem;background: #fff;}.legal-table span {color: #455069;}.page-legal .site-footer p {color: var(--text-soft);}.error-page {min-height: 100svh;display: grid;align-items: end;gap: 1rem;padding: calc(var(--header-height) + 2rem) 1rem 3rem;overflow: hidden;background: radial-gradient( circle at 75% 25%, rgb(139 212 56 / 24%), transparent 26rem ), var(--ink-950);}.error-page__character {width: min(28rem, 95vw);margin-inline: auto;border-radius: 50%;}.error-page__copy {max-width: 42rem;}.error-page__copy > div {display: flex;flex-wrap: wrap;gap: 0.8rem;}.site-footer {position: relative;padding: 5rem 1rem 1.2rem;background: #050711;overflow: hidden;}.site-footer__wing {position: absolute;left: 50%;top: -4rem;width: 18rem;height: 8rem;transform: translateX(-50%);border: 0.08rem solid rgb(255 255 255 / 10%);border-radius: 50%;}.site-footer__grid {position: relative;z-index: 1;width: min(100%, var(--container-wide));margin-inline: auto;display: grid;gap: 2rem;}.site-footer__brand img {width: 10rem;height: auto;}.site-footer__brand p {max-width: 27rem;}.site-footer h2 {margin-bottom: 0.7rem;color: var(--electric);font-size: 1.1rem;}.site-footer__grid > div:not(.site-footer__brand) {display: grid;align-content: start;gap: 0.4rem;}.site-footer a, .footer-link {color: var(--text-soft);font-size: 0.88rem;}.site-footer a:hover, .footer-link:hover {color: var(--gold);}.footer-link {padding: 0;border: 0;background: none;cursor: pointer;text-align: left;}.site-footer__bottom {width: min(100%, var(--container-wide));margin: 3rem auto 0;padding-top: 1rem;border-top: 0.08rem solid rgb(255 255 255 / 10%);display: flex;flex-wrap: wrap;justify-content: space-between;gap: 0.6rem 1rem;color: #8d9ab8;font-size: 0.72rem;}.lightbox {width: 100%;height: 100%;max-width: none;max-height: none;margin: 0;padding: 0;border: 0;background: rgb(5 7 17 / 94%);color: #fff;}.lightbox::backdrop {background: rgb(5 7 17 / 94%);}.lightbox__shell {min-height: 100%;display: grid;grid-template-rows: auto 1fr;}.lightbox__bar {display: flex;justify-content: space-between;align-items: center;gap: 1rem;padding: 0.75rem 1rem;border-bottom: 0.08rem solid rgb(255 255 255 / 12%);}.lightbox__bar h2 {margin: 0;font-size: 1.15rem;}.lightbox__count {color: var(--electric);font-size: 0.7rem;font-weight: 800;text-transform: uppercase;}.icon-button {display: grid;width: 3.1rem;height: 3.1rem;place-items: center;border: 0.08rem solid rgb(255 255 255 / 18%);border-radius: 0.9rem;background: var(--ink-800);color: #fff;cursor: pointer;font-size: 1.7rem;}.lightbox__stage {min-height: 0;display: grid;grid-template-columns: auto minmax(0, 1fr) auto;align-items: center;gap: 0.4rem;padding: 0.5rem;}.lightbox figure {margin: 0;display: grid;min-width: 0;max-height: calc(100svh - 6rem);justify-items: center;}.lightbox figure img {max-width: 100%;max-height: calc(100svh - 9rem);width: auto;height: auto;object-fit: contain;border-radius: 0.8rem;}.lightbox figcaption {padding: 0.65rem;color: var(--text-soft);font-size: 0.82rem;text-align: center;}.lightbox__nav {display: grid;width: 2.8rem;height: 3.5rem;place-items: center;border: 0.08rem solid rgb(255 255 255 / 16%);border-radius: 0.8rem;background: rgb(16 22 41 / 85%);color: #fff;cursor: pointer;font-size: 2rem;}.lightbox__nav:disabled {opacity: 0.25;cursor: default;}.toast-region {position: fixed;z-index: 4000;right: 0.75rem;bottom: 0.75rem;display: grid;width: min(calc(100% - 1.5rem), 25rem);gap: 0.65rem;pointer-events: none;}.toast {display: grid;grid-template-columns: 2.3rem 1fr auto;gap: 0.7rem;align-items: start;padding: 0.9rem;border: 0.08rem solid rgb(255 255 255 / 15%);border-left: 0.3rem solid var(--toast-accent);border-radius: 1rem;background: rgb(16 22 41 / 97%);box-shadow: var(--shadow-deep);pointer-events: auto;}.toast--success {--toast-accent: var(--success);}.toast--error {--toast-accent: var(--danger);}.toast--warning {--toast-accent: var(--warning);}.toast--info {--toast-accent: var(--electric);}.toast__icon {display: grid;width: 2.3rem;height: 2.3rem;place-items: center;border-radius: 0.7rem;background: color-mix(in srgb, var(--toast-accent) 18%, transparent);color: var(--toast-accent);font-weight: 900;}.toast h2 {margin: 0 0 0.2rem;font-size: 1rem;}.toast p {margin: 0;color: #fff;font-size: 0.8rem;}.toast__close {border: 0;background: none;color: #fff;cursor: pointer;font-size: 1.2rem;}.toast.is-leaving {opacity: 0;transform: translateX(1rem);transition: opacity 160ms ease, transform 160ms ease;}.cookie-panel {position: fixed;z-index: 3500;left: 0.75rem;right: 0.75rem;bottom: 0.75rem;display: grid;gap: 0.8rem;padding: 1rem;border: 0.08rem solid rgb(255 255 255 / 16%);border-radius: 1.2rem;background: rgb(16 22 41 / 97%);box-shadow: var(--shadow-deep);}.cookie-panel__icon {display: grid;width: 2.5rem;height: 2.5rem;place-items: center;border-radius: 0.8rem;background: var(--gold);color: var(--ink-950);}.cookie-panel h2 {margin: 0 0 0.2rem;font-size: 1.2rem;}.cookie-panel p {margin: 0;font-size: 0.82rem;}.cookie-panel__actions {display: grid;gap: 0.5rem;}.cookie-panel__close {position: absolute;top: 0.5rem;right: 0.5rem;width: 2.5rem;height: 2.5rem;border: 0;background: none;color: #fff;cursor: pointer;font-size: 1.4rem;}@media (min-width: 480px) {.hero__actions {grid-template-columns: 1.25fr 1fr;width: min(100%, 36rem);}.hero-card__body p {display: block;}.choice-grid {grid-template-columns: repeat(2, minmax(0, 1fr));}.form-grid {grid-template-columns: repeat(2, minmax(0, 1fr));}.field--full {grid-column: 1 / -1;}.cookie-panel__actions {grid-template-columns: repeat(2, minmax(0, 1fr));}}@media (min-width: 700px) {.section {width: min(100% - 3rem, var(--container-wide));padding-block: 7rem;}.section-heading {grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);align-items: end;margin-bottom: 3.5rem;}.hero__content {width: min(100% - 3rem, var(--container));padding-bottom: 7rem;}.route-lab__grid {grid-template-columns: repeat(12, minmax(0, 1fr));align-items: start;}.route-card--large {grid-column: 1 / 9;}.route-card--offset {grid-column: 6 / 13;margin-top: -2.8rem;z-index: 2;}.world-rail {grid-template-columns: repeat(3, minmax(0, 1fr));}.world-card {min-height: 32rem;}.boss {grid-template-columns: minmax(17rem, 0.7fr) minmax(0, 1.3fr);}.trap-panel {grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.55fr);}.trap-panel__copy {padding: 2rem;}.hero-mosaic {grid-template-columns: repeat(4, minmax(0, 1fr));gap: 0.9rem;}.hero-card {min-height: 21rem;}.story, .progress, .split-feature, .story-log, .studio-origin, .listening, .direct-contact {grid-template-columns: repeat(2, minmax(0, 1fr));}.progress__visual {order: -1;}.voices__grid {grid-template-columns: repeat(3, minmax(0, 1fr));}.studio-note {grid-template-columns: 0.65fr 1.35fr;padding: 3rem;}.gallery__grid {grid-template-columns: repeat(2, minmax(0, 1fr));}.gallery-tile:nth-child(1) {grid-row: span 2;min-height: 38rem;}.site-footer__grid {grid-template-columns: 1.4fr repeat(3, minmax(9rem, 0.55fr));}.loop-grid {grid-template-columns: repeat(6, minmax(0, 1fr));}.loop-grid li:nth-child(1), .loop-grid li:nth-child(2), .loop-grid li:nth-child(3) {grid-column: span 2;}.loop-grid li:nth-child(4), .loop-grid li:nth-child(5) {grid-column: span 3;}.upgrade-story__grid {grid-template-columns: repeat(2, minmax(0, 1fr));}.objective-grid {grid-template-columns: repeat(2, minmax(0, 1fr));}.objective-grid__intro {grid-column: 1 / -1;}.values__grid {grid-template-columns: repeat(3, minmax(0, 1fr));}.studio-process {grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr);}.faq-intro {grid-template-columns: minmax(15rem, 0.6fr) minmax(0, 1.4fr);align-items: start;}.wizard-shell {padding: 2rem;}.direct-contact {padding-inline: 2rem;}.contact-card {grid-template-columns: 1.2fr 0.8fr auto;padding: 2.5rem;}.cookie-panel {left: 1.25rem;right: auto;width: min(46rem, calc(100% - 2.5rem));grid-template-columns: auto minmax(0, 1fr);align-items: center;padding: 1.2rem 3.6rem 1.2rem 1.2rem;}.cookie-panel__actions {grid-column: 2;}.error-page {grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr);align-items: center;padding: calc(var(--header-height) + 3rem) max(2rem, calc((100vw - var(--container)) / 2));}.error-page__copy {order: -1;}}@media (min-width: 960px) {:root {--header-height: 6rem;}.site-header__inner {width: min(100% - 3rem, var(--container-wide));}.site-brand {width: 10.5rem;height: 3.8rem;}.menu-toggle {display: none;}.site-nav--desktop {display: flex;align-items: center;gap: 0.25rem;}.site-nav__link {position: relative;padding: 0.75rem 0.65rem;font-size: 0.82rem;font-weight: 700;}.site-nav__link::after {content: '';position: absolute;left: 0.65rem;right: 0.65rem;bottom: 0.35rem;height: 0.16rem;transform: scaleX(0);transform-origin: right;border-radius: 999px;background: var(--gold);transition: transform 180ms ease;}.site-nav__link:hover::after, .site-nav__link[aria-current='page']::after {transform: scaleX(1);transform-origin: left;}.header-play {display: grid;padding: 0.55rem 0.85rem;border-radius: 0.9rem;background: var(--gold);color: var(--ink-950);line-height: 1.05;font-size: 0.78rem;font-weight: 800;box-shadow: 0 0.3rem 0 var(--gold-dark);}.header-play__eyebrow {font-size: 0.6rem;text-transform: uppercase;letter-spacing: 0.08em;}.mobile-menu {display: none;}.hero {align-items: center;}.hero__media {object-position: center;}.hero__veil {background: linear-gradient( 90deg, rgb(8 11 23 / 90%), rgb(8 11 23 / 52%) 35%, transparent 70% ), linear-gradient(180deg, rgb(8 11 23 / 20%), rgb(8 11 23 / 66%));}.hero__content {padding-top: calc(var(--header-height) + 4rem);padding-bottom: 4rem;}.hero__lead {font-size: 1.15rem;}.hero__scroll {position: absolute;z-index: 2;left: 50%;bottom: 1.6rem;display: flex;align-items: center;gap: 0.6rem;transform: translateX(-50%);color: #fff;font-size: 0.72rem;font-weight: 700;text-transform: uppercase;letter-spacing: 0.1em;}.hero__scroll span {display: block;width: 1.4rem;height: 2.3rem;border: 0.12rem solid rgb(255 255 255 / 60%);border-radius: 999px;}.hero__scroll span::after {content: '';display: block;width: 0.22rem;height: 0.5rem;margin: 0.4rem auto;background: var(--gold);border-radius: 999px;animation: scroll-hint 1.8s ease-in-out infinite;}@keyframes scroll-hint {0%, 100% {transform: translateY(0);opacity: 1;}50% {transform: translateY(0.65rem);opacity: 0.3;}}.intro {grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.85fr);gap: 4.5rem;}.intro__visual {min-height: 35rem;}.combo-cinema {min-height: 54rem;align-items: center;}.combo-cinema__content {padding-bottom: 0;}.trap-switcher__tabs {grid-template-columns: repeat(2, minmax(0, 1fr));width: min(42rem, 100%);}.perk-stage {min-height: 46rem;}.perk-stage__card--back {inset: 2rem 20% 8rem 0;}.perk-stage__card--front {inset: 8rem 0 0 18%;}.hero-card:nth-child(1), .hero-card:nth-child(6) {grid-row: span 2;}.hero-card:nth-child(1) .hero-card__image, .hero-card:nth-child(6) .hero-card__image {height: 100%;aspect-ratio: auto;}.hero-card {min-height: 20rem;}.hero-card:nth-child(1), .hero-card:nth-child(6) {min-height: 41rem;}.story, .progress {gap: 5rem;}.story__visual {min-height: 36rem;}.gallery__grid {grid-template-columns: 1.25fr 0.75fr 0.75fr;grid-template-rows: repeat(2, minmax(15rem, 1fr));}.gallery-tile:nth-child(1) {grid-column: 1;grid-row: 1 / 3;}.gallery-tile:nth-child(2) {grid-column: 2 / 4;}.purchase__decor {width: 31rem;opacity: 0.65;}.purchase__decor--left {left: -9rem;}.purchase__decor--right {right: -9rem;}.page-hero {min-height: 48rem;align-items: center;}.page-hero__content {padding-bottom: 0;}.split-feature {gap: 5rem;}.recipe__hero {right: 2%;width: 38rem;opacity: 0.62;}.objective-grid {grid-template-columns: 0.7fr 1fr 1fr;align-items: stretch;}.objective-grid__intro {grid-column: auto;align-self: center;}.studio-origin {gap: 5rem;}.studio-process {gap: 4rem;}.contact-wizard__decor {width: 32rem;opacity: 0.14;}.choice-grid {grid-template-columns: repeat(4, minmax(0, 1fr));}.choice-grid--topics {grid-template-columns: repeat(3, minmax(0, 1fr));}.legal-document {display: grid;grid-template-columns: 15rem minmax(0, 1fr);gap: 3rem;align-items: start;}.legal-toc {position: sticky;top: calc(var(--header-height) + 1.5rem);display: grid;overflow: visible;}.legal-toc a {border-radius: 0.75rem;}.lightbox__stage {gap: 1rem;padding: 1rem 2rem;}.lightbox__nav {width: 3.5rem;height: 4.2rem;}}@media (min-width: 1280px) {.site-nav--desktop {gap: 0.5rem;}.site-nav__link {padding-inline: 0.85rem;}.header-play {padding-inline: 1rem;}.hero-mosaic {grid-template-columns: repeat(6, minmax(0, 1fr));grid-auto-flow: dense;}.hero-card:nth-child(1), .hero-card:nth-child(6) {grid-row: span 2;}.hero-card:nth-child(3), .hero-card:nth-child(8) {grid-column: span 2;}.hero-card:nth-child(3) .hero-card__image, .hero-card:nth-child(8) .hero-card__image {height: 100%;aspect-ratio: auto;}.hero-card__body {padding-inline: 1.1rem;}}@media (max-width: 699px) {.trap-panel__visual {aspect-ratio: 16 / 10;min-height: 0;}.perk-stage__card--back {inset: 0 0.8rem 6rem 0;}.perk-stage__card--front {inset: 6rem 0 0 0.8rem;}.perk-stage__card h3 {font-size: 1.2rem;}.world-card__image {object-position: center;}.contact-form__actions {flex-direction: column-reverse;}.contact-form__actions .wizard-back {width: 100%;}.contact-form__actions .button {width: 100%;flex-basis: auto;}}@media (max-width: 479px) {.hero-mosaic {grid-template-columns: 1fr;}.hero-card {min-height: 24rem;}.hero-card__body p {display: block;}.button {width: 100%;}.hero__facts {display: grid;}.wizard-progress span {font-size: 0.6rem;}.lightbox__bar h2 {max-width: 14rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}}@media (prefers-reduced-motion: reduce) {*, *::before, *::after {scroll-behavior: auto !important;animation-duration: 0.01ms !important;animation-iteration-count: 1 !important;transition-duration: 0.01ms !important;}}@media (forced-colors: active) {.button, .menu-toggle, .gallery-trigger, .choice-grid button {border: 0.12rem solid currentColor;}}