:root {
  --ink: #10182f;
  --ink-soft: #25304c;
  --paper: #f7f5ee;
  --white: #ffffff;
  --lime: #d9ff63;
  --violet: #8a73ff;
  --orange: #ff845e;
  --muted: #697188;
  --line: rgba(16, 24, 47, .12);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --shadow: 0 24px 80px rgba(3, 8, 24, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px 18px; border-radius: 10px; background: var(--lime); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); }
.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font: 800 21px/1 "Manrope", sans-serif; }
.brand-mark { position: relative; width: 34px; height: 34px; display: grid; place-items: center; transform: rotate(-8deg); }
.brand-mark i { position: absolute; width: 16px; height: 16px; border: 3px solid var(--lime); border-radius: 5px; }
.brand-mark i:nth-child(1) { left: 1px; top: 8px; }
.brand-mark i:nth-child(2) { right: 1px; top: 1px; }
.brand-mark i:nth-child(3) { right: 2px; bottom: 0; border-color: var(--violet); }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.72); font-size: 15px; font-weight: 700; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--white); }
.desktop-nav a.active::after { content: ""; position: absolute; left: 50%; bottom: -12px; width: 5px; height: 5px; border-radius: 50%; background: var(--lime); transform: translateX(-50%); }
.nav-cta { padding: 12px 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: var(--white); font-size: 14px; font-weight: 700; transition: background .2s ease, border-color .2s ease; }
.nav-cta:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.45); }

.hero { position: relative; min-height: 780px; overflow: hidden; padding: 172px 0 0; color: var(--white); background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .25; background-image: radial-gradient(rgba(255,255,255,.18) .65px, transparent .65px); background-size: 8px 8px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { width: 520px; height: 520px; right: -170px; top: -150px; background: rgba(138,115,255,.24); }
.hero-orb-two { width: 220px; height: 220px; left: 42%; bottom: 40px; background: rgba(217,255,99,.08); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 40px; }
.eyebrow, .kicker { margin: 0 0 22px; color: var(--lime); font: 700 12px/1.2 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 25px; height: 2px; background: currentColor; }
.hero h1 { margin: 0; max-width: 650px; font: 800 clamp(52px, 6vw, 78px)/.98 "Manrope", sans-serif; letter-spacing: -.055em; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-lede { max-width: 570px; margin: 28px 0 0; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 36px; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border-radius: 999px; font-size: 15px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-secondary { border: 1px solid rgba(255,255,255,.2); color: var(--white); }
.button-secondary:hover { background: rgba(255,255,255,.08); }

.hero-art { position: relative; height: 455px; }
.hero-art::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; right: 54px; top: 46px; background: linear-gradient(140deg, var(--violet), #5545d8); box-shadow: 0 0 120px rgba(138,115,255,.3); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; right: 18px; top: 10px; }
.orbit-two { width: 520px; height: 270px; right: -24px; top: 92px; transform: rotate(-17deg); }
.game-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 14px; padding: 12px 18px 12px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(255,255,255,.12); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.game-chip img { width: 78px; height: 78px; border-radius: 17px; box-shadow: 0 10px 24px rgba(0,0,0,.2); }
.game-chip strong, .game-chip span { display: block; }
.game-chip strong { margin-bottom: 5px; font: 800 15px/1.2 "Manrope", sans-serif; }
.game-chip span { color: rgba(255,255,255,.64); font-size: 12px; }
.chip-main { right: 60px; top: 150px; transform: scale(1.12); background: rgba(255,255,255,.18); }
.chip-top { right: 6px; top: 28px; transform: rotate(5deg); }
.chip-bottom { left: 26px; bottom: 36px; transform: rotate(-5deg); }
.play-badge { position: absolute; z-index: 4; right: 38px; bottom: 27px; width: 118px; height: 118px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--lime); color: var(--ink); transform: rotate(8deg); box-shadow: 0 18px 38px rgba(0,0,0,.2); }
.play-badge > span { font-size: 19px; margin-bottom: 5px; }
.play-badge strong { font: 800 12px/1.1 "Manrope", sans-serif; }
.play-badge small { margin-top: 2px; font-size: 10px; }
.proof-bar { position: relative; z-index: 3; min-height: 108px; margin-top: 74px; display: grid; grid-template-columns: repeat(3, 160px) 1fr; align-items: center; gap: 34px; border-top: 1px solid rgba(255,255,255,.13); }
.proof-bar > div { display: flex; align-items: center; gap: 12px; }
.proof-bar strong { color: var(--lime); font: 800 27px/1 "Manrope", sans-serif; }
.proof-bar span { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.35; }
.proof-bar p { margin: 0; justify-self: end; color: rgba(255,255,255,.52); font-size: 13px; }

.featured-section { padding: 110px 0 130px; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 60px; }
.kicker { color: #6755dd; }
.section-heading h2 { margin: 0; font: 800 clamp(38px, 5vw, 61px)/1.04 "Manrope", sans-serif; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 17px; line-height: 1.65; }

.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; color: white; cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }

.feature-card { position: relative; min-height: 500px; margin-top: 60px; display: grid; grid-template-columns: 1.06fr .94fr; overflow: hidden; border-radius: var(--radius-lg); background: #171f3b; color: var(--white); box-shadow: var(--shadow); }
.feature-visual { position: relative; min-height: 500px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #6f58e6, #8d78ff); }
.feature-visual::before { content: ""; position: absolute; inset: -40%; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 44px 44px; transform: rotate(18deg); }
.feature-glow { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(217,255,99,.44); filter: blur(75px); }
.feature-visual > img { position: relative; z-index: 2; width: 230px; border-radius: 45px; box-shadow: 0 32px 60px rgba(11,8,45,.35); transform: rotate(-3deg); }
.mini-tile { position: absolute; z-index: 3; width: 86px; height: 112px; padding: 13px; border-radius: 15px; background: var(--white); color: var(--ink); font: 800 19px/1 "Manrope", sans-serif; box-shadow: 0 18px 35px rgba(14,10,58,.22); }
.tile-a { left: 9%; top: 14%; transform: rotate(-14deg); }
.tile-b { right: 10%; top: 10%; color: #e3565e; transform: rotate(10deg); }
.tile-c { right: 12%; bottom: 8%; transform: rotate(17deg); }
.feature-copy { padding: 70px 64px; align-self: center; }
.game-label, .game-card span { color: var(--lime); font: 800 11px/1.2 "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.feature-copy h3 { margin: 12px 0 18px; font: 800 clamp(38px, 4vw, 54px)/1 "Manrope", sans-serif; letter-spacing: -.045em; }
.feature-copy > p:not(.game-label) { margin: 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.7; }
.feature-points { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 28px 0 34px; padding: 0; list-style: none; }
.feature-points li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.86); font-size: 14px; font-weight: 600; }
.feature-points span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(217,255,99,.14); color: var(--lime); font-size: 12px; }

.games-section { padding: 110px 0 125px; background: var(--white); }
.section-heading-inline { display: flex; align-items: end; justify-content: space-between; }
.text-link { display: inline-flex; align-items: center; gap: 30px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.game-grid-home { margin-top: 52px; }
.game-card { position: relative; min-width: 0; display: grid; grid-template-columns: 90px minmax(0,1fr) auto; align-items: center; gap: 17px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.game-card:hover { transform: translateY(-5px); border-color: rgba(16,24,47,.22); box-shadow: 0 20px 45px rgba(16,24,47,.1); }
.game-card > img { width: 90px; height: 90px; border-radius: 20px; box-shadow: 0 9px 20px rgba(16,24,47,.15); }
.game-card span { color: #6755dd; font-size: 9px; }
.game-card h3 { margin: 7px 0 4px; overflow: hidden; color: var(--ink); font: 800 16px/1.2 "Manrope", sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.game-card p { margin: 0; color: var(--muted); font-size: 12px; }
.game-card b { width: 32px; height: 32px; display: grid; place-items: center; align-self: start; border: 1px solid var(--line); border-radius: 50%; font-size: 13px; }

.studio-section { position: relative; overflow: hidden; padding: 130px 0; background: var(--ink); color: var(--white); }
.studio-section::before { content: ""; position: absolute; width: 680px; height: 680px; left: -350px; bottom: -480px; border: 1px solid rgba(217,255,99,.25); border-radius: 50%; box-shadow: 0 0 0 80px rgba(217,255,99,.025), 0 0 0 160px rgba(217,255,99,.018); }
.studio-grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 110px; }
.studio-copy h2 { margin: 0; font: 800 clamp(43px, 5.2vw, 65px)/1.02 "Manrope", sans-serif; letter-spacing: -.05em; }
.studio-copy > p:not(.kicker) { margin: 26px 0 34px; color: rgba(255,255,255,.66); font-size: 17px; line-height: 1.7; }
.text-link-light { color: var(--lime); }
.studio-board { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; align-items: start; }
.principle { min-height: 230px; padding: 30px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-md); background: rgba(255,255,255,.055); }
.principle > span { color: var(--lime); font: 800 11px/1 "Manrope", sans-serif; letter-spacing: .15em; }
.principle h3 { margin: auto 0 10px; font: 800 22px/1.12 "Manrope", sans-serif; }
.principle p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.5; }
.principle-two { margin-top: 64px; background: var(--violet); border-color: transparent; }
.principle-two > span { color: var(--lime); }
.principle-two p { color: rgba(255,255,255,.75); }
.principle-three { grid-column: 1 / 2; margin-top: -44px; background: rgba(217,255,99,.08); }

.cta-section { padding: 110px 0; }
.cta-card { min-height: 310px; padding: 62px 70px; display: flex; align-items: center; justify-content: space-between; gap: 60px; overflow: hidden; position: relative; border-radius: var(--radius-lg); background: var(--lime); }
.cta-card::after { content: ""; position: absolute; width: 310px; height: 310px; right: -85px; top: -150px; border: 55px solid rgba(16,24,47,.07); border-radius: 50%; }
.cta-card .kicker { color: #55631d; }
.cta-card h2 { max-width: 650px; margin: 0; font: 800 clamp(40px, 5.3vw, 64px)/1.02 "Manrope", sans-serif; letter-spacing: -.05em; }
.button-dark { position: relative; z-index: 2; flex: 0 0 auto; background: var(--ink); color: var(--white); }

.site-footer { padding: 75px 0 25px; background: #0a1022; color: var(--white); }
.footer-main { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 70px; padding-bottom: 70px; }
.footer-brand > p { max-width: 260px; margin: 22px 0 0; color: rgba(255,255,255,.48); font-size: 14px; line-height: 1.6; }
.footer-main h2 { margin: 3px 0 22px; color: rgba(255,255,255,.4); font: 800 11px/1 "Manrope", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) a { width: fit-content; display: block; margin: 0 0 15px; color: rgba(255,255,255,.72); font-size: 14px; transition: color .2s ease; }
.footer-main > div:not(.footer-brand) a:hover { color: var(--lime); }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: 12px; }

/* Inner pages */
.inner-page .site-header { background: var(--ink); }
.page-hero { position: relative; overflow: hidden; padding: 190px 0 105px; background: var(--ink); color: var(--white); }
.page-hero::after { content: ""; position: absolute; width: 480px; height: 480px; right: -100px; top: 60px; border: 1px solid rgba(138,115,255,.42); border-radius: 50%; box-shadow: 0 0 0 80px rgba(138,115,255,.04), 0 0 0 160px rgba(138,115,255,.025); }
.page-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 60px; }
.page-hero h1 { max-width: 800px; margin: 0; font: 800 clamp(50px, 7vw, 84px)/.98 "Manrope", sans-serif; letter-spacing: -.055em; }
.page-hero h1 em { color: var(--lime); font-style: normal; }
.page-hero p:last-child { margin: 0 0 8px; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.65; }
.games-catalog { padding: 95px 0 125px; background: var(--white); }
.catalog-head { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.catalog-head p { margin: 0; color: var(--muted); }
.catalog-count { padding: 8px 13px; border-radius: 999px; background: var(--paper); color: var(--ink) !important; font-size: 12px; font-weight: 800; }
.game-grid-catalog { grid-template-columns: repeat(3, 1fr); }
.catalog-note { margin-top: 42px; padding: 30px 34px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: var(--radius-md); background: var(--paper); }
.catalog-note p { margin: 0; color: var(--muted); }
.catalog-note strong { color: var(--ink); }

.contact-section { padding: 105px 0 125px; }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; }
.contact-copy h2 { margin: 0; font: 800 clamp(40px, 5vw, 60px)/1.05 "Manrope", sans-serif; letter-spacing: -.045em; }
.contact-copy > p { margin: 24px 0 36px; max-width: 610px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.email-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 28px; border-radius: var(--radius-md); background: var(--white); box-shadow: 0 18px 55px rgba(16,24,47,.08); }
.email-card span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 12px; }
.email-card strong { font: 800 18px/1.2 "Manrope", sans-serif; }
.email-card b { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); }
.support-card { padding: 36px; border-radius: var(--radius-lg); background: var(--ink); color: var(--white); }
.support-card h2 { margin: 0 0 14px; font: 800 25px/1.15 "Manrope", sans-serif; }
.support-card > p { margin: 0 0 24px; color: rgba(255,255,255,.6); line-height: 1.6; }
.support-card ol { margin: 0; padding: 0; list-style: none; counter-reset: support; }
.support-card li { position: relative; padding: 18px 0 18px 52px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.8); font-size: 14px; counter-increment: support; }
.support-card li::before { content: "0" counter(support); position: absolute; left: 0; top: 16px; color: var(--lime); font: 800 11px/1.5 "Manrope", sans-serif; }
.contact-links { padding: 0 0 115px; }
.contact-link-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-link { min-height: 175px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.contact-link span { color: #6755dd; font: 800 11px/1 "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.contact-link h2 { margin: auto 0 0; font: 800 25px/1.1 "Manrope", sans-serif; }
.contact-link b { align-self: end; font-size: 18px; }

.privacy-section { padding: 95px 0 130px; background: var(--white); }
.privacy-layout { display: grid; grid-template-columns: 270px minmax(0, 760px); gap: 85px; justify-content: center; align-items: start; }
.privacy-nav { position: sticky; top: 32px; padding: 24px; border-radius: var(--radius-md); background: var(--paper); }
.privacy-nav strong { display: block; margin-bottom: 17px; font: 800 12px/1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .1em; }
.privacy-nav a { display: block; padding: 7px 0; color: var(--muted); font-size: 13px; }
.privacy-nav a:hover { color: #6755dd; }
.policy-meta { margin-bottom: 42px; padding-bottom: 28px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.policy-content h2 { scroll-margin-top: 30px; margin: 55px 0 17px; font: 800 28px/1.2 "Manrope", sans-serif; letter-spacing: -.025em; }
.policy-content h3 { margin: 28px 0 10px; font: 800 18px/1.25 "Manrope", sans-serif; }
.policy-content p, .policy-content li { color: #596278; font-size: 16px; line-height: 1.75; }
.policy-content ul { padding-left: 22px; }
.policy-content li { margin-bottom: 10px; }
.policy-content a { color: #6755dd; text-decoration: underline; text-underline-offset: 3px; }
.policy-contact { margin-top: 48px; padding: 32px; border-radius: var(--radius-md); background: var(--paper); }
.policy-contact h2 { margin-top: 0; }
.policy-contact address { color: #596278; font-style: normal; line-height: 1.7; }

@media (max-width: 900px) {
  .nav-cta { margin-left: auto; }
  .menu-toggle { display: block; order: 3; }
  .desktop-nav { position: fixed; inset: 76px 14px auto; padding: 25px; display: grid; gap: 0; visibility: hidden; opacity: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: #151e38; box-shadow: var(--shadow); transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .desktop-nav a { padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 16px; }
  .desktop-nav a:last-child { border-bottom: 0; }
  .desktop-nav a.active::after { display: none; }
  .nav-open .desktop-nav { visibility: visible; opacity: 1; transform: translateY(0); }
  .nav-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { padding-top: 145px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-art { width: min(540px, 100%); margin: 0 auto; }
  .proof-bar { margin-top: 40px; grid-template-columns: repeat(3, 1fr); }
  .proof-bar p { display: none; }
  .feature-card { grid-template-columns: 1fr; }
  .feature-visual { min-height: 440px; }
  .game-grid, .game-grid-catalog { grid-template-columns: repeat(2, 1fr); }
  .studio-grid { grid-template-columns: 1fr; gap: 70px; }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2 / 3; }
  .page-hero-inner { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .privacy-layout { grid-template-columns: 1fr; }
  .privacy-nav { position: static; display: none; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 1160px); }
  .nav-wrap { height: 76px; }
  .nav-cta { display: none; }
  .hero { min-height: auto; padding-top: 122px; }
  .hero h1 { font-size: clamp(46px, 13.5vw, 64px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-art { height: 380px; margin-top: 14px; }
  .hero-art::before { width: 280px; height: 280px; top: 52px; right: calc(50% - 140px); }
  .orbit-one { width: 340px; height: 340px; top: 20px; right: calc(50% - 170px); }
  .orbit-two { width: 390px; height: 200px; right: calc(50% - 195px); top: 95px; }
  .game-chip { padding: 9px; border-radius: 18px; }
  .game-chip div { display: none; }
  .game-chip img { width: 76px; height: 76px; border-radius: 15px; }
  .chip-main { right: calc(50% - 50px); top: 140px; }
  .chip-top { right: 25px; top: 40px; }
  .chip-bottom { left: 20px; bottom: 40px; }
  .play-badge { width: 92px; height: 92px; right: 17px; bottom: 34px; }
  .proof-bar { min-height: 98px; gap: 10px; margin-top: 0; }
  .proof-bar > div { display: block; text-align: center; }
  .proof-bar strong, .proof-bar span { display: block; }
  .proof-bar strong { margin-bottom: 6px; font-size: 23px; }
  .featured-section { padding: 74px 0 90px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .feature-card { min-height: 0; margin-top: 40px; border-radius: 28px; }
  .feature-visual { min-height: 350px; }
  .feature-visual > img { width: 170px; border-radius: 35px; }
  .mini-tile { width: 61px; height: 82px; padding: 10px; font-size: 14px; }
  .feature-copy { padding: 42px 28px; }
  .feature-copy .button { width: 100%; }
  .games-section { padding: 78px 0 90px; }
  .section-heading-inline { display: grid; align-items: start; }
  .game-grid, .game-grid-catalog { grid-template-columns: 1fr; }
  .game-grid-home { margin-top: 36px; }
  .game-card { grid-template-columns: 80px minmax(0,1fr) auto; }
  .game-card > img { width: 80px; height: 80px; }
  .studio-section { padding: 88px 0; }
  .studio-board { grid-template-columns: 1fr; }
  .principle, .principle-two, .principle-three { grid-column: auto; margin-top: 0; min-height: 190px; }
  .cta-section { padding: 75px 0; }
  .cta-card { min-height: 0; padding: 44px 28px; border-radius: 28px; gap: 34px; }
  .cta-card .button { width: 100%; }
  .footer-main { grid-template-columns: repeat(2, 1fr); gap: 45px 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .page-hero { padding: 145px 0 78px; }
  .page-hero h1 { font-size: clamp(47px, 14vw, 67px); }
  .games-catalog, .contact-section, .privacy-section { padding: 74px 0 90px; }
  .catalog-head { align-items: flex-start; flex-direction: column; }
  .catalog-note { align-items: flex-start; flex-direction: column; }
  .contact-link-grid { grid-template-columns: 1fr; }
  .contact-links { padding-bottom: 85px; }
  .email-card { align-items: flex-start; }
  .email-card strong { font-size: 15px; }
  .privacy-layout { display: block; }
  .policy-content h2 { margin-top: 44px; }
}

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