/* Isolated home theme: shared pages retain their original styles. */
:root {
  color-scheme: dark;
  --page: #050506;
  --surface: #101114;
  --white: #f5f6f8;
  --muted: #b0b1ba;
  --line: #292b33;
  --blue: #2866ff;
  --blue-light: #759bff;
  font-family: "Inter", Arial, sans-serif;
  font-synthesis: none;
  background: var(--page);
  color: var(--white);
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}
* { box-sizing: border-box; }
body { position: relative; isolation: isolate; margin: 0; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, dl, dd { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, summary { cursor: pointer; }
img { display: block; max-width: 100%; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
[hidden] { display: none !important; }
::selection { background: var(--blue); color: white; }
:focus-visible { outline: 2px solid var(--blue-light); outline-offset: 6px; }
.shell { width: min(1216px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 20px; background: var(--blue); border-radius: 8px; }
.skip-link:focus { top: 14px; }

/* The wall fades into the same page color, with no section boundaries. */
.hero-backdrop { position: absolute; inset: 0 0 auto; z-index: -1; height: 790px; overflow: hidden; pointer-events: none; }
.hero-backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgb(5 5 6 / 30%) 0%, rgb(5 5 6 / 69%) 20%, rgb(5 5 6 / 96%) 45%, var(--page) 68%), linear-gradient(90deg, rgb(5 5 6 / 30%), transparent 65%); }
.banner-wall { position: absolute; top: -210px; left: 50%; width: max(2050px, 135vw); transform: translateX(-50%) rotate(-13deg); filter: blur(1.2px) saturate(.8); opacity: .83; }
.banner-row { display: flex; gap: 22px; margin-bottom: 22px; }
.banner-row:nth-child(2) { transform: translateX(-130px); }
.banner-row:nth-child(3) { transform: translateX(65px); }
.banner-row img { width: calc((max(2050px, 135vw) - 110px) / 6); max-width: none; aspect-ratio: 16/9; height: auto; flex: none; object-fit: cover; border-radius: 12px; }

.site-header { --header-opacity: .96; position: sticky; top: 0; z-index: 20; isolation: isolate; background: transparent; }
/* Fade only the backdrop, keeping navigation sharp and the area below clickable. */
.site-header::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 -32px;
  pointer-events: none;
  background: rgb(5 5 6 / var(--header-opacity));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 calc(100% - 48px), transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 calc(100% - 48px), transparent 100%);
  opacity: 1;
}
.navigation { min-height: 90px; display: flex; align-items: center; gap: 48px; }
.wordmark { flex: none; display: inline-flex; align-items: center; }
.wordmark img { width: 138px; height: auto; }
.navigation-links { display: flex; gap: 30px; align-items: center; margin-left: auto; }
.navigation-links a, .nav-contact { font-size: 14px; font-weight: 500; }
.navigation-links a { position: relative; color: #c2c4cb; transition: color .18s; }
.navigation-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 2px; border-radius: 2px; background: var(--blue); transform: scaleX(0); transform-origin: center center; transition: transform .25s cubic-bezier(.2,.65,.25,1); pointer-events: none; }
.navigation-links a:hover::after, .navigation-links a:focus-visible::after { transform: scaleX(1); }
.navigation-links a:hover, .site-footer a:hover { color: white; }
.nav-contact { display: inline-flex; align-items: center; gap: 24px; border: 1px solid #575c6a; border-radius: 100px; padding: 10px 20px; background: rgb(5 5 6 / 25%); transition: border-color .18s, background .18s; }
.nav-contact:hover { border-color: var(--blue); background: #121b31; }
.hero { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; padding-block: 77px 66px; }
.eyebrow, .section-index { font-size: 12px; font-weight: 600; letter-spacing: .09em; }
.hero .eyebrow { color: #c9ccd5; display: flex; align-items: center; gap: 12px; letter-spacing: .065em; }
h1 { font-size: clamp(3.4rem, 5.6vw, 5rem); font-weight: 800; line-height: 1.055; letter-spacing: -.062em; margin-top: 27px; }
h1 > span { color: var(--blue-light); }
.hero-description { max-width: 420px; margin-top: 25px; font-size: 16px; line-height: 1.8; color: #bdc0ca; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 49px; padding: 13px 23px; border: 1px solid transparent; border-radius: 100px; font-size: 14px; font-weight: 600; line-height: 1.5; transition: background .18s, border-color .18s; }
.button-blue { background: var(--blue); color: white; }
.button-blue:hover { background: #3975ff; }
.button-outline { background: transparent; border-color: #4e5059; }
.button-outline:hover { background: #15171c; border-color: #9a9ea9; }
.button:disabled { cursor: wait; opacity: .65; }
.text-link { display: inline-flex; gap: 14px; align-items: center; font-size: 14px; font-weight: 500; transition: color .18s; }
.text-link:hover { color: var(--blue-light); }
.hero-numbers { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 40px; }
.hero-numbers > div { display: flex; flex-direction: column-reverse; min-width: 0; }
.hero-numbers dd { font-size: 27px; letter-spacing: -.04em; font-weight: 650; line-height: 1.2; }
.hero-numbers dt { font-size: 12px; color: var(--muted); margin-top: 7px; }
.hero-numbers dd span, .community-card dd span { color: var(--blue-light); }

/* Two image-led cards rotate through the foreground. */
.hero-showcase { min-width: 0; padding-top: 24px; }
.showcase-stage { position: relative; aspect-ratio: 1.22; width: 100%; }
.showcase-card { position: absolute; top: 10px; left: 6px; width: 89%; aspect-ratio: 1.48; overflow: hidden; border-radius: 19px; background: #0b0c10; box-shadow: 0 15px 50px rgb(0 0 0 / 28%); transition: transform .35s ease, opacity .35s ease, filter .35s ease; }
.showcase-card > img { width: 100%; height: 100%; object-fit: cover; }
.showcase-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgb(0 0 0 / 10%) 35%, rgb(0 0 0 / 17%) 50%, rgb(0 0 0 / 87%) 100%); pointer-events: none; }
.showcase-card.is-active { z-index: 2; opacity: 1; transform: rotate(-3deg); }
.showcase-card.is-next { z-index: 1; opacity: .3; filter: brightness(.6); transform: translate(10%, 26%) rotate(4deg) scale(.97); pointer-events: none; }
.showcase-caption { position: absolute; z-index: 3; bottom: 26px; left: 25px; right: 48px; }
.showcase-caption h2 { font-size: clamp(21px, 2vw, 27px); line-height: 1.16; font-weight: 750; letter-spacing: -.04em; margin-bottom: 8px; }
.game-byline { display: inline-flex; gap: 7px; align-items: center; font-size: 13px; font-weight: 450; color: #d9dce4; line-height: 1.4; }
.verified-badge { width: 16px; height: 16px; flex: none; color: #397dff; }
.game-status { position: absolute; z-index: 3; left: 21px; top: 21px; padding: 7px 11px; font-size: 12px; font-weight: 600; line-height: 1.3; border-radius: 100px; color: #fff; background: rgb(5 5 6 / 70%); }
.showcase-arrow { position: absolute; right: 23px; bottom: 32px; font-size: 24px; z-index: 3; }
.showcase-controls { display: flex; justify-content: flex-end; align-items: center; gap: 12px; padding-right: 24px; margin-top: 3px; }
.showcase-selector { display: flex; gap: 9px; }
.showcase-selector button { display: inline-grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 0; border-radius: 50%; background: #17181c; color: #aeb3c0; font-size: 13px; transition: color .2s, background .2s; }
.showcase-selector button[aria-pressed="true"] { background: var(--blue); color: white; }
.showcase-selector button:hover { color: white; background: #303747; }
.showcase-selector button[aria-pressed="true"]:hover { background: #3975ff; }

/* Three equal groups make the partner loop seamless on wide screens. */
.partners { padding-block: 18px 25px; }
.partners-inner { display: flex; align-items: center; gap: 30px; }
.partners-intro { flex: 0 0 160px; }
.partners-intro h2 { font-size: 14px; font-weight: 450; line-height: 1.8; color: #a7aab5; }
.partner-marquee { flex: 1; min-width: 0; overflow: hidden; padding-block: 20px; mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent); }
.partner-track { display: flex; width: max-content; animation: partner-drift 28s linear infinite; }
.partner-group { flex: none; display: flex; align-items: center; gap: 75px; list-style: none; margin: 0; padding: 0 75px 0 0; }
.partner-group li { flex: none; display: flex; width: 195px; align-items: center; justify-content: center; height: 64px; }
.partner-group img { max-height: 58px; width: 185px; height: auto; object-fit: contain; opacity: .65; filter: grayscale(1); transition: opacity .2s, filter .2s; }
.partner-group li:hover img { opacity: 1; filter: grayscale(0); }
.partner-group .partner-dt { gap: 13px; white-space: nowrap; }
.partner-dt img { width: 52px; height: 52px; }
.partner-dt span { color: #aaaeb8; font-weight: 700; font-size: 21px; letter-spacing: -.04em; }
.partner-marquee.is-paused .partner-track { animation-play-state: paused; }
@keyframes partner-drift { to { transform: translateX(-33.333333%); } }

.studio-section { padding-block: 78px 68px; }
.section-index { color: #9da3b0; margin-bottom: 26px; }
.studio-story { display: grid; grid-template-columns: 1.2fr .85fr; gap: 90px; align-items: center; }
.studio-story h2, .contact-invitation h2 { font-size: clamp(2rem, 3.8vw, 3.45rem); line-height: 1.13; letter-spacing: -.05em; font-weight: 650; }
.studio-story h2 { font-weight: 800; }
.studio-description > p { max-width: 640px; margin-top: 25px; font-size: 16px; line-height: 1.85; color: #b7bac4; }
.studio-description > p + p { margin-top: 16px; }
.studio-description strong { color: #f0f1f5; font-weight: 650; }
.studio-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 29px; }
.community-cards { display: grid; gap: 16px; min-width: 0; }
.community-card { display: block; min-width: 0; border-radius: 18px; padding: 25px 29px; background: linear-gradient(120deg, #13161f, #0b0c10); }
.community-discord { background: linear-gradient(120deg, #131b31, #0b0e16); transition: background .2s; }
.community-discord:hover { background: linear-gradient(120deg, #1b2846, #0f1420); }
.community-heading { display: flex; gap: 12px; align-items: center; color: #dce1ee; font-size: 14px; font-weight: 550; }
.community-heading img, .community-heading svg { width: 26px; height: 26px; object-fit: contain; flex: none; }
.community-heading svg { color: #859aff; }
.community-arrow { margin-left: auto; color: #90a8e6; font-size: 22px; }
.community-card dl { display: flex; flex-direction: column-reverse; margin-top: 17px; }
.community-card dd { font-size: 44px; line-height: 1.2; letter-spacing: -.05em; font-weight: 650; }
.community-card dt { margin-top: 4px; font-size: 14px; color: #c7cbd5; }
.community-card > p { margin-top: 10px; font-size: 13px; color: #969ead; }
.live-dot { display: inline-block; width: 7px; height: 7px; flex: none; border-radius: 50%; background: #68717d; transition: background .2s; }
[data-live-state="live"] .live-dot { background: #4ce49b; box-shadow: 0 0 0 4px rgb(76 228 155 / 9%), 0 0 14px rgb(76 228 155 / 30%); }
.hero-live dt { display: flex; align-items: center; gap: 8px; }
.hero-numbers dt { display: flex; align-items: center; gap: 8px; }
.hero-live dd { color: #eefcf5; font-variant-numeric: tabular-nums; }

.featured-section { display: grid; grid-template-columns: 1fr 1.06fr; align-items: center; gap: 60px; padding-block: 64px 65px; }
.feature-kicker { display: inline-block; border-radius: 100px; background: #19191d; color: #d5d6dc; padding: 8px 17px; font-size: 12px; font-weight: 700; letter-spacing: .045em; }
.featured-copy h2 { font-size: clamp(2.2rem, 3.3vw, 3.15rem); font-weight: 800; line-height: 1.05; letter-spacing: -.045em; margin-block: 23px; }
.featured-description { color: #bfc1c9; font-size: 16px; line-height: 1.9; max-width: 550px; }
.featured-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin-top: 28px; }
.featured-stats > div { display: flex; flex-direction: column-reverse; align-items: center; justify-content: center; gap: 9px; min-height: 103px; background: linear-gradient(140deg, #141416, #101013); border-radius: 12px; padding: 15px 10px; }
.featured-stats dd { font-size: 24px; font-weight: 750; letter-spacing: -.045em; font-variant-numeric: tabular-nums; }
.featured-stats .featured-live { background: linear-gradient(145deg, #0e211c, #0d1513); box-shadow: inset 0 0 0 1px rgb(76 228 155 / 10%); }
.featured-live dd { color: #cbf9e2; }
.featured-live dt { display: flex; align-items: center; gap: 8px; }
.featured-stats dt { color: #adb0b9; font-size: 12px; }
.stats-status { color: #9ca1ae; font-size: 12px; min-height: 20px; margin-top: 8px; }
.featured-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 16px; }
.featured-gallery { position: relative; min-width: 0; }
.featured-cover { position: relative; display: block; border-radius: 20px; overflow: hidden; aspect-ratio: 1.45; background: #0b0c10; }
.featured-cover::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(180deg, transparent 35%, rgb(0 0 0 / 15%) 56%, rgb(0 0 0 / 85%) 90%, var(--page) 100%); }
.featured-cover .featured-slide { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; opacity: 0; z-index: 0; transition: opacity .45s ease; }
.featured-cover .featured-slide.is-active { opacity: 1; z-index: 1; }
.featured-gallery-controls { position: absolute; z-index: 3; left: 18px; right: 18px; bottom: 17px; display: flex; gap: 8px; align-items: center; justify-content: center; }
.featured-gallery-controls > button { display: grid; place-items: center; flex: none; width: 34px; height: 34px; border: 1px solid #ffffff30; border-radius: 50%; background: #0c0e16a8; font-size: 18px; }
.featured-gallery-controls > button:hover { background: var(--blue); border-color: var(--blue); }
.featured-gallery-dots { display: flex; flex-wrap: wrap; justify-content: center; gap: 0; }
.featured-gallery-dots button { display: grid; place-items: center; width: 20px; height: 30px; padding: 0; border: 0; background: transparent; }
.featured-gallery-dots button::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #7e838f; transition: background .2s, transform .2s; }
.featured-gallery-dots button[aria-pressed="true"]::before { background: var(--blue); transform: scale(1.3); }

.games-section { padding-block: 60px 78px; text-align: center; }
.library-title { font-size: clamp(2rem, 3.2vw, 2.85rem); font-weight: 800; line-height: 1.2; letter-spacing: -.045em; margin-bottom: 42px; }
.library-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; text-align: left; }
.library-card { display: grid; position: relative; isolation: isolate; min-width: 0; min-height: 420px; aspect-ratio: 1.3; overflow: hidden; border-radius: 19px; align-items: end; background: #111114; }
.library-card > img { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; z-index: -2; transition: transform .4s; }
.library-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 10%, rgb(0 0 0 / 9%) 30%, rgb(0 0 0 / 72%) 67%, #050506 100%); }
.library-card:hover > img { transform: scale(1.025); }
.library-card:focus-visible { outline-offset: 5px; }
.library-content { padding: 130px 27px 26px; }
.library-content h3 { font-size: 27px; line-height: 1.16; font-weight: 750; letter-spacing: -.04em; margin-top: 14px; margin-bottom: 7px; }
.library-content > p { margin-top: 14px; font-size: 15px; color: #e0e1e6; line-height: 1.7; max-width: 460px; }
.library-meta { display: flex; flex-wrap: wrap; gap: 8px 15px; align-items: center; margin-top: 16px; font-size: 13px; color: #c8cbd3; }
.library-stat { display: inline-flex; align-items: baseline; gap: 5px; }
.library-stat strong { color: #f2f4f9; font-weight: 650; }
.library-live, .library-development { position: absolute; top: 23px; left: 22px; display: inline-flex; align-items: center; gap: 10px; padding: 10px 15px; border-radius: 100px; background: rgb(9 13 14 / 85%); color: white; font-size: 15px; font-weight: 600; line-height: 1.3; }
.library-live .live-dot { width: 8px; height: 8px; }
.library-live strong { font-weight: inherit; font-variant-numeric: tabular-nums; }
.library-development { color: #ffe59a; background: rgb(36 29 8 / 90%); }
.library-development .dev-dot { width: 8px; height: 8px; flex: none; border-radius: 50%; background: #e5bd21; }
.library-arrow { position: absolute; top: 20px; right: 22px; font-size: 23px; width: 36px; height: 36px; background: rgb(0 0 0 / 45%); border-radius: 50%; display: grid; place-items: center; }
.library-all { margin-top: 30px; }
.contact-section { padding-block: 57px 65px; }
.contact-live { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; width: fit-content; padding: 10px 15px; margin-bottom: 24px; border-radius: 100px; background: #0d1b16; color: #cce5d9; font-size: 13px; }
.contact-live strong { color: #f0fff8; font-size: 16px; font-variant-numeric: tabular-nums; }
.contact-live-caption { color: #97b1a3; }
.contact-invitation { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.contact-invitation .eyebrow { color: #9aa0ad; font-size: 12px; margin-bottom: 15px; }
.contact-invitation h2 { font-size: clamp(2rem, 3.6vw, 3.05rem); }
.contact-invitation p:not(.eyebrow) { margin-top: 14px; color: var(--muted); font-size: 16px; }
.contact-details { margin-top: 25px; }
.contact-details > summary { width: fit-content; list-style: none; }
.contact-details > summary::-webkit-details-marker { display: none; }
.contact-toggle { font-size: 21px; font-weight: 400; line-height: 1; }
.contact-details[open] .contact-toggle { transform: rotate(45deg); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 800px; margin-top: 32px; }
.contact-field { display: flex; flex-direction: column; gap: 8px; }
.contact-field label { font-size: 14px; font-weight: 500; color: #d4d6dd; }
.contact-field input, .contact-field textarea { background: #111318; border: 1px solid #353842; border-radius: 7px; padding: 13px 15px; color: white; width: 100%; min-width: 0; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #8d919d; }
.contact-field textarea { resize: vertical; min-height: 135px; }
.contact-full { grid-column: 1 / -1; }
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-submit { justify-self: start; }
.contact-status { grid-column: 1 / -1; color: var(--muted); font-size: 14px; }
.contact-status:empty { display: none; }
.contact-status.is-success { color: #a6cfb8; }
.contact-status.is-error { color: #ffb8b8; }
.site-footer { background: var(--page); }
.footer-main { padding-block: 35px 28px; display: flex; align-items: center; gap: 25px; }
.footer-main .wordmark img { width: 110px; }
.footer-main > p { font-size: 12px; color: #9398a6; }
.footer-main nav { margin-left: auto; display: flex; gap: 25px; }
.footer-main nav a { font-size: 13px; color: #b1b5c0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 21px 26px; font-size: 12px; color: #868c9a; }

@media (min-width: 1500px) { .hero { padding-block: 86px 68px; } }
@media (max-width: 1100px) {
  .shell { width: calc(100% - 64px); }
  .hero { gap: 30px; padding-block: 60px; }
  h1 { font-size: clamp(3.1rem, 6.1vw, 4.3rem); }
  .navigation { gap: 28px; }
  .navigation-links { gap: 22px; }
  .hero-actions { gap: 18px; }
  .hero-actions .button { padding-inline: 18px; gap: 14px; }
  .hero-numbers { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 30px; max-width: 400px; }
  .hero-showcase { padding-top: 15px; }
  .showcase-stage { aspect-ratio: 1.05; }
  .showcase-card { aspect-ratio: 1.23; }
  .showcase-caption { left: 20px; bottom: 22px; }
  .partners-inner { gap: 20px; }
  .partners-intro { flex-basis: 145px; }
  .partner-group { gap: 45px; padding-right: 45px; }
  .studio-story { gap: 45px; }
  .featured-section { gap: 30px; }
  .featured-copy h2 { font-size: 36px; }
  .featured-stats { gap: 9px; }
  .featured-stats dt { font-size: 12px; }
  .featured-cover { aspect-ratio: 1.12; }
  .library-card { min-height: 425px; }
  .library-content { padding-inline: 23px; }
}
@media (max-width: 800px) {
  :root { scroll-padding-top: 125px; }
  .shell { width: calc(100% - 48px); }
  .navigation { min-height: 78px; gap: 20px; }
  .wordmark img { width: 115px; }
  .navigation-links { gap: 17px; }
  .navigation-links a { font-size: 13px; }
  .nav-contact { gap: 12px; padding: 8px 15px; font-size: 13px; }
  .hero { grid-template-columns: 1fr; gap: 38px; padding-block: 55px 30px; }
  h1 { font-size: clamp(3.5rem, 9.5vw, 5rem); }
  .hero-backdrop { height: 720px; }
  .banner-wall { top: -120px; }
  .hero-description { max-width: 460px; }
  .hero-numbers { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 650px; gap: 20px; }
  .hero-showcase { width: min(100%, 570px); margin-inline: auto; padding-top: 5px; }
  .showcase-stage { aspect-ratio: 1.28; }
  .showcase-card { aspect-ratio: 1.58; }
  .showcase-caption h2 { font-size: 25px; }
  .partners-inner { flex-wrap: wrap; gap: 0; }
  .partners-intro { flex-basis: 100%; margin-bottom: 3px; }
  .partners-intro h2 br { display: none; }
  .partner-marquee { flex-basis: 100%; }
  .partner-group { gap: 44px; padding-right: 44px; }
  .partner-group li { width: 180px; }
  .studio-section { padding-block: 45px 40px; }
  .studio-story { grid-template-columns: 1fr; gap: 30px; }
  .community-cards { grid-template-columns: 1fr 1fr; }
  .community-card { padding: 23px; }
  .studio-story h2 { font-size: 38px; }
  .studio-description > p { font-size: 16px; }
  .featured-section { grid-template-columns: 1fr; padding-block: 48px; gap: 30px; }
  .featured-copy h2 br { display: none; }
  .featured-copy h2 { font-size: 40px; }
  .featured-cover { aspect-ratio: 1.8; }
  .featured-stats { gap: 15px; }
  .library-grid { gap: 20px; }
  .library-content { padding: 170px 20px 23px; }
  .library-content h3 { font-size: 24px; }
  .library-content > p { font-size: 15px; }
  .library-card { aspect-ratio: auto; min-height: 440px; }
  .contact-invitation { align-items: flex-start; flex-direction: column; gap: 20px; }
  .footer-main { flex-wrap: wrap; }
  .footer-main nav { width: 100%; margin-left: 0; justify-content: space-between; }
}
@media (max-width: 560px) {
  .shell { width: calc(100% - 40px); }
  .navigation { min-height: 104px; flex-wrap: wrap; justify-content: space-between; gap: 0; padding-block: 15px 11px; }
  .wordmark img { width: 109px; }
  .nav-contact { margin-left: auto; }
  .navigation-links { order: 3; width: 100%; justify-content: space-between; margin: 12px 0 0; gap: 12px; }
  .navigation-links a { font-size: 13px; }
  .hero { padding-block: 40px 26px; gap: 32px; }
  .hero .eyebrow { font-size: 12px; letter-spacing: .035em; gap: 9px; }
  h1 { font-size: clamp(2.85rem, 11.6vw, 4rem); margin-top: 24px; }
  .hero-description { margin-top: 22px; font-size: 16px; line-height: 1.8; }
  .hero-actions { gap: 20px; margin-top: 25px; }
  .hero-actions .button { min-height: 47px; font-size: 13px; padding-inline: 18px; gap: 12px; }
  .hero-actions .text-link { gap: 8px; font-size: 13px; }
  .hero-numbers { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 30px; gap: 23px 24px; }
  .hero-numbers dd { font-size: 26px; }
  .hero-numbers dt { font-size: 12px; }
  .showcase-stage { aspect-ratio: 1.03; }
  .showcase-card { width: 89%; aspect-ratio: 1.25; border-radius: 15px; }
  .showcase-caption { left: 17px; bottom: 20px; right: 28px; }
  .showcase-caption h2 { font-size: 22px; }
  .showcase-arrow { bottom: 25px; right: 13px; font-size: 21px; }
  .game-byline { font-size: 12px; }
  .game-status { left: 16px; top: 16px; font-size: 12px; padding: 6px 10px; }
  .showcase-controls { padding-right: 9px; }
  .partners { padding-block: 12px; }
  .partner-group { gap: 35px; padding-right: 35px; }
  .partner-group li { width: 170px; }
  .partner-group img { max-width: 165px; max-height: 50px; }
  .partner-dt img { width: 42px; height: 42px; }
  .partner-dt span { font-size: 19px; }
  .studio-section { padding-block: 36px; }
  .section-index { font-size: 12px; letter-spacing: .08em; }
  .studio-story { grid-template-columns: 1fr; gap: 25px; margin-top: 22px; }
  .studio-story h2 { font-size: 38px; }
  .community-cards { grid-template-columns: 1fr; gap: 14px; }
  .community-card { padding: 24px; }
  .community-card dd { font-size: 40px; }
  .studio-description > p { margin-top: 20px; }
  .featured-section { padding-block: 34px; gap: 25px; }
  .featured-copy h2 { font-size: 34px; margin-block: 19px; }
  .featured-description { font-size: 16px; line-height: 1.8; }
  .featured-stats { gap: 8px; margin-top: 23px; }
  .featured-stats > div { min-height: 94px; padding: 12px 7px; }
  .featured-stats dd { font-size: 21px; }
  .featured-live dt { gap: 6px; }
  .featured-stats dt { font-size: 12px; text-align: center; line-height: 1.4; }
  .featured-actions { gap: 10px; }
  .featured-actions .button { padding-inline: 18px; gap: 12px; font-size: 14px; }
  .featured-cover { aspect-ratio: 1.5; border-radius: 16px; }
  .games-section { padding-block: 38px 42px; }
  .library-title { font-size: 33px; margin-bottom: 28px; }
  .library-grid { grid-template-columns: 1fr; gap: 24px; }
  .library-card { min-height: 420px; border-radius: 16px; }
  .library-content { padding: 160px 22px 23px; }
  .library-content h3 { font-size: 26px; }
  .library-content > p { font-size: 16px; }
  .library-all { margin-top: 25px; }
  .contact-section { padding-block: 38px 43px; }
  .contact-invitation .eyebrow { font-size: 12px; line-height: 1.8; max-width: 240px; }
  .contact-invitation h2 { font-size: 32px; }
  .contact-invitation p:not(.eyebrow) { font-size: 16px; }
  .contact-form { grid-template-columns: 1fr; }
  .footer-main { gap: 18px; padding-block: 30px 22px; }
  .footer-main > p { font-size: 12px; }
  .footer-main nav { gap: 16px; flex-wrap: wrap; }
  .footer-main nav a { font-size: 12px; }
  .footer-bottom { flex-direction: column; gap: 7px; font-size: 12px; }
}
.language-toggle { flex: none; min-width: 43px; min-height: 40px; padding: 8px; border: 0; border-radius: 10px; background: transparent; color: #b9bfcb; font: inherit; font-size: 12px; font-weight: 650; letter-spacing: .025em; cursor: pointer; transition: color .2s, background .2s; }
.language-toggle:hover { color: white; background: #151921; }
.language-toggle[hidden] { display: none; }
.navigation { column-gap: 24px; }
.navigation-links a, .nav-contact { white-space: nowrap; }
html[lang="pt-BR"] .hero h1 { font-size: clamp(3rem, 5.1vw, 4.55rem); }
html[lang="pt-BR"] .hero-numbers { column-gap: 15px; }
html[lang="pt-BR"] .featured-stats dt { font-size: 11px; }
@media (max-width: 1000px) and (min-width: 801px) {
  .navigation { column-gap: 16px; }
  .navigation-links { gap: 16px; }
  .navigation-links a, .nav-contact { font-size: 13px; }
  .nav-contact { padding-inline: 16px; gap: 10px; }
  .navigation .wordmark img { width: 115px; }
}
@media (max-width: 800px) {
  .navigation { min-height: 104px; flex-wrap: wrap; gap: 0; padding-block: 15px 11px; }
  .navigation-links { order: 3; width: 100%; justify-content: space-between; margin: 12px 0 0; gap: 12px; }
  .nav-contact { margin-left: auto; }
  .language-toggle { margin-left: 8px; }
  html[lang="pt-BR"] .hero h1 { font-size: clamp(2.8rem, 8.5vw, 4.5rem); }
}
@media (max-width: 380px) {
  .navigation .wordmark img { width: 94px; }
  .nav-contact { padding-inline: 10px; gap: 7px; font-size: 12px; }
  .language-toggle { min-width: 35px; margin-left: 4px; }
  .navigation-links { gap: 8px; }
  .navigation-links a { font-size: 12px; }
  html[lang="pt-BR"] .hero h1 { font-size: 2.65rem; }
}
/* Motion is progressive enhancement: content remains visible without JS. */
html.lenis.lenis-smooth { scroll-behavior: auto !important; }
.reveal-pending { opacity: 0; transform: translateY(25px); }
.reveal-visible { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.25,1); transition-delay: var(--reveal-delay, 0ms); }
.reveal-pending:focus-within { opacity: 1; transform: none; }
[data-count-value], [data-studio-stat], [data-game-stat] { font-variant-numeric: tabular-nums; }
@media (max-width: 560px) {
  .contact-live { border-radius: 15px; gap: 8px; }
  .contact-live-caption { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal-pending, .reveal-visible { opacity: 1 !important; transform: none !important; }
  .partner-marquee { overflow: visible; mask-image: none; }
  .partner-track { width: 100%; }
  .partner-group { flex: 1; width: 100%; padding: 0; gap: 20px; flex-wrap: wrap; justify-content: space-around; }
  .partner-group li { width: 170px; }
  .partner-group[aria-hidden="true"] { display: none; }
}
