/* FlatLab: ink, graphite, lime, ice and violet. */
:root {
  --bg: #111a2b;
  --surface: #18283c;
  --surface-raised: #22354b;
  --text: #edf1f5;
  --muted: #a5b1c0;
  --accent: #b3f52b;
  --cyan: #19def2;
  --violet: #ae75ff;
  --line: #2a3645;
  --border: var(--line);
  --radius: 20px;
}
body { background: radial-gradient(ellipse 85% 650px at 0% 120px, #16bfd52e, transparent 72%), radial-gradient(ellipse 75% 900px at 100% 850px, #814cdd38, transparent 75%), radial-gradient(ellipse 80% 1000px at 0% 2300px, #1688c730, transparent 75%), radial-gradient(ellipse 80% 1100px at 100% 3900px, #813de02e, transparent 75%), var(--bg); }
.site-header { background: linear-gradient(110deg, #172e40, #172238 60%, #2a2142); border-color: #ffffff0d; }
.brand-mark i:nth-child(2) { background: var(--cyan); }
.brand-mark i:nth-child(3) { background: var(--violet); }
.header-inner nav a[aria-current]::after { width: 100%; height: 2px; background: linear-gradient(90deg, var(--accent), var(--cyan)); }
.header-contact { color: #d9e1eb; }
.intro { position: relative; isolation: isolate; padding-block: 66px 48px; }
.intro::before { content: ''; position: absolute; inset: -20px -30px 0; z-index: -1; pointer-events: none; background: radial-gradient(ellipse at 12% 80%, #83df3824, transparent 62%), radial-gradient(ellipse at 85% 15%, #ae75ff30, transparent 60%); }
.intro > :not(.world-atmosphere) { position: relative; z-index: 1; }
.intro h1 { font-weight: 550; }
.intro h1 .accent-text { background: linear-gradient(105deg, var(--accent) 5%, #79f453 48%, var(--cyan)); background-clip: text; color: transparent; }
.intro-aside { border-left: 1px solid #19def22b; padding-left: 26px; width: 324px; }
.intro-aside p { font-size: 14px; }
.intro-symbol { color: var(--cyan); left: -61px; opacity: .8; }
.text-link { color: var(--text); }
.text-link svg { color: var(--cyan); }
.showcase { position: relative; isolation: isolate; background: var(--surface); border-color: #394757; box-shadow: 0 26px 70px #02071145; }
.home-page .showcase { margin-top: clamp(20px, 3vw, 40px); }
.hero-stage { background: #101a26; }
.hero-slide { animation: none; height: auto; min-height: 580px; }
.hero-content { padding: 40px 48px 50px; }
.hero-content h2 { font-size: clamp(38px, 3.8vw, 54px); }
.hero-shade { background: linear-gradient(90deg, #101a26 0%, #101a26fa 16%, #101a26de 32%, #101a2680 48%, #101a2605 76%), linear-gradient(0deg, #080f1a9c, transparent 38%); }
.hero-content p { color: #c1cbd7; max-width: 420px; }
.hero-status { background: #0d1723cf; border-color: #ffffff24; border-radius: 8px; }
.hero-status > span:last-child { color: #c2cedc; border-color: #ffffff29; }
.hero-index { color: #e5ecf4; }
.hero-index span { color: #b2c0d0; }
.button { position: relative; border-radius: 9px; }
.button-primary { background: linear-gradient(115deg, #c0ff35, #9ee819); color: #142008; box-shadow: inset 0 1px #eaff9766, 0 5px 22px #9ee81918; }
.button-primary:hover { background: linear-gradient(115deg, #d0ff64, #b3f52b); box-shadow: 0 7px 30px #a8f42530; }
.button-outline { background: #ffffff03; border-color: #536173; }
.button-outline:hover { background: #b3f52b0a; }
.icon-button { border-color: #566376; width: 40px; height: 40px; }
.carousel-bottom { background: linear-gradient(115deg, #172332, #151d2b 65%, #202033); padding: 20px 24px; border-top: 1px solid #ffffff0d; gap: 25px; }
.carousel-playback { flex-shrink: 0; color: var(--cyan); border-color: #19def26b; background: #19def20a; }
.carousel-playback [data-playback-icon] { font-size: 17px; line-height: 1; }
.carousel-playback[aria-pressed=true] { color: var(--accent); border-color: #b3f52b70; }
.slide-selector { opacity: .64; }
.slide-selector img { border-radius: 5px; height: 45px; }
.slide-selector[aria-current=true] img { border-color: var(--game-accent); }
.slide-selector[aria-current=true] .selector-name { color: var(--game-accent); }
.slide-selector[aria-current=true] .selector-line { background: linear-gradient(90deg, transparent, var(--game-accent), transparent); height: 2px; top: -21px; }
.selector-name { margin-top: 8px; }
.games-section { margin: 78px 0 40px; padding: 38px; border: 1px solid #ffffff0b; border-radius: 24px; background: radial-gradient(ellipse at 100% 0%, #784bdd40, transparent 48%), radial-gradient(ellipse at 0% 65%, #16bed02b, transparent 55%), linear-gradient(150deg, #1a2940, #152237 65%, #193943); }
.section-heading { margin-bottom: 30px; }
.section-heading .eyebrow { color: var(--cyan); }
.section-heading h2 { font-size: clamp(29px, 2.7vw, 38px); }
.section-count { color: var(--cyan); }
.games-grid { gap: 24px; }
.game-card { position: relative; isolation: isolate; background: linear-gradient(140deg, #24364b, #1b2a3b); border-color: #344150; border-radius: 18px; }
.game-card:nth-child(3n+2) { background: linear-gradient(140deg, #302d49, #1e2b3d); }
.game-card:nth-child(3n) { background: linear-gradient(140deg, #204149, #1c2b3d); }
.game-card:hover, .game-card:focus-within { border-color: var(--game-accent); transform: translateY(-4px); }
.game-card:hover .card-art > img { transform: scale(1.025); }
.card-art { background: #0c1420; }
.card-art::after { content: ''; position: absolute; inset: 65% 0 0; background: linear-gradient(transparent, #10192338); pointer-events: none; }
.art-corner { background: #0b1523c2; z-index: 1; }
.game-card:hover .art-corner { background: var(--game-accent); }
.card-info { padding: 26px; }
.card-layout { display: flex; flex-direction: column; height: 100%; }
.card-layout > .card-art { display: block; flex-shrink: 0; }
.card-layout .card-info > p:not(.friend-studio) { margin-bottom: 22px; }
.card-layout .card-bottom { margin-top: auto; flex-wrap: wrap; }
.card-info h3 a:hover, .card-info h3 a:focus-visible { color: var(--game-accent); }
.card-cta:hover { color: var(--game-accent); }
.wide-card .card-layout { flex-direction: row; }
.wide-card .card-layout > .card-art { width: 50%; aspect-ratio: auto; }
.wide-card .card-layout > .card-art > img { position: absolute; inset: 0; }
.wide-card .card-layout .card-info > p:not(.friend-studio) { padding-bottom: 0; }
.card-info h3 { font-size: clamp(22px, 2vw, 27px); }
.card-info > p { font-size: 16px; color: #b4bfcd; }
.card-number { color: #98a8bc; }
.card-bottom { border-color: #ffffff12; }
.card-cta { font-size: 14px; }
.tags > span { color: #bdc8d6; border-color: #435063; background: #070f180f; border-radius: 5px; }
.status.upcoming { color: #c7bddf; }
.wide-card .card-info { padding: 32px; }
.contact-strip { margin: 0 0 70px; padding: 38px; border: 1px solid #ffffff12; border-radius: 20px; background: radial-gradient(ellipse at 4% 120%, #19def236, transparent 65%), radial-gradient(ellipse at 100% 0%, #ae75ff40, transparent 65%), #202c42; }
.contact-strip .eyebrow { color: var(--violet); }
.friends-section { margin: 46px 0 42px; padding: 38px; border: 1px solid #485065; border-radius: 24px; background: radial-gradient(ellipse at 0% 0%, #9858e64a, transparent 60%), radial-gradient(ellipse at 100% 90%, #12c9dd2c, transparent 65%), #202b43; }
.friends-section .section-heading .eyebrow { color: var(--violet); }
.friends-section .section-count { color: var(--violet); }
.friends-intro { max-width: 610px; margin-top: 17px; color: #b5bfd0; font-size: 15px; }
.friend-card { background: linear-gradient(140deg, #202838, #161f2d); }
.card-info > p.friend-studio { margin: 0 0 13px; font-size: 12px; letter-spacing: .08em; color: var(--game-accent); line-height: 1.5; }
.friend-featured { border-color: #657353; background: radial-gradient(ellipse at 100% 0%, #b3f52b0d, transparent 70%), #1c2930; }
.friend-featured .card-layout > .card-art { width: 54%; min-height: 360px; }
.friend-featured .card-info { padding: 34px; }
.friend-featured .card-info h3 { font-size: 36px; }
.friend-context { color: var(--game-accent); font-size: 12px; letter-spacing: .12em; margin-bottom: 18px; line-height: 1.7; }
.game-availability { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; }
.demo-badge { display: inline-flex; align-items: center; gap: 7px; border: 1px solid #19def257; border-radius: 6px; padding: 6px 10px; color: #a8edf1; background: #0c232de8; font-size: 12px; font-weight: 600; line-height: 1.4; }
.button-demo { border: 1px solid #46bcfa; background: linear-gradient(105deg, #087aa9, #1565b0); color: #fff; min-height: 48px; font-size: 14px; padding: 12px 15px; justify-content: space-between; gap: 12px; box-shadow: inset 0 1px #8cddff40, 0 5px 20px #008bd226; }
.button-demo:hover { border-color: #83d8ff; background: linear-gradient(105deg, #086c97, #115995); box-shadow: 0 5px 25px #099bd745; }
.card-info > .button-demo { margin-top: 17px; }
.demo-panel { margin-top: 24px; padding-top: 22px; border-top: 1px solid #19def22b; }
.demo-panel > p { font-size: 13px; color: #b2c4d3; line-height: 1.75; margin: 12px 0 16px; }
.demo-panel .button-demo { width: 100%; }
.contact-strip h2 { font-size: clamp(27px, 2.7vw, 36px); }
.site-footer { background: linear-gradient(110deg, #132838, #17233a 60%, #27203b); border-color: #273244; }
.footer-top p, .footer-bottom { color: var(--muted); }
.footer-bottom { border-color: #ffffff10; }
.footer-email svg { color: var(--cyan); }
.locale { border-color: #344154; }

/* Every game has its own atmosphere, while the editorial structure stays familiar. */
.game-banner { background: #101a27; min-height: 470px; }
.game-banner::after { background: linear-gradient(0deg, var(--bg), #111a2b44 72%, #111a2b48), linear-gradient(90deg, #111a2bf5 3%, #111a2bd9 25%, #111a2b6e 60%, #111a2b1a); }
.game-banner-art { left: 28%; }
.game-banner-art > img { opacity: .92; object-position: center; }
.game-heading { padding-top: 76px; }
.game-heading > p { color: #c6d0df; }
.game-heading .tags > span { background: #101a29b0; color: #ced7e4; }
.game-heading .status.released { color: var(--game-accent); }
.breadcrumbs { color: #a8b8cc; }
.breadcrumbs [aria-current] { color: #d2dce9; }
.breadcrumbs > span:not([aria-current]) { color: #657891; }
.gallery-stage { border-radius: 16px; border-color: #354458; background: #070c13; }
.gallery-thumbs { scrollbar-color: #445c70 transparent; }
.gallery-thumbs > a { border-radius: 7px; }
.gallery-thumbs > a[aria-current=true] { border-color: var(--game-accent); }
.game-purchase-card { background: radial-gradient(ellipse at 100% 0%, #19def225, transparent 65%), linear-gradient(140deg, #283a50, #1e2c43 75%); border-color: #3a495b; border-radius: 18px; }
.game-facts dt { color: #acb8c8; }
.game-facts dd { color: #e2e9f2; }
.source-note { color: #96a5b8; }
.about-game { padding-top: 46px; }
.about-game > .eyebrow, .feature-number { color: var(--game-accent); }
.about-game > p { color: #b9c6d6; }
.features { border-radius: 13px; }
.features > li { background: linear-gradient(140deg, #182432, #131e2b); }
.features > li:nth-child(3n+2) { background: #1b2131; }
.game-tags-section { padding-block: 35px; }
.game-tags-section .tags > span { color: #bbc8d9; }
.requirements { padding-inline: 24px; background: #111b27; border: 1px solid var(--line); border-radius: 14px; }
.steam-section { margin-top: 32px; padding: 28px; border: 1px solid #354253; border-radius: 18px; background: radial-gradient(ellipse at 100% 0%, #19def230, transparent 70%), #23334a; }
.steam-section .eyebrow { color: var(--cyan); }
.steam-section .section-heading > svg { flex-shrink: 0; }
.widget-fallback { font-size: 13px; }
.discord-card { background: linear-gradient(120deg, #27263c, #1b2131); border-color: #504762; border-radius: 16px; }
.discord-card p { color: #c0b8d2; font-size: 14px; }
.discord-card > div > span { color: #d4c6f7; font-size: 14px; }
.console-stores { margin-top: 36px; padding: 30px 0 0; }
.console-stores > .eyebrow { color: var(--violet); margin-bottom: 12px; }
.console-stores > h2 { font-size: 29px; margin-bottom: 24px; font-weight: 550; }
.console-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.console-store { --game-accent: var(--cyan); position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 24px 18px; min-width: 0; border: 1px solid #39485d; border-radius: 18px; background: linear-gradient(140deg, #1e2b3d, #141d2a); transition: border-color .25s, transform .25s; }
.console-store-1 { --game-accent: var(--accent); background: linear-gradient(140deg, #20312e, #141d2a); }
.console-store-2 { --game-accent: var(--violet); background: linear-gradient(140deg, #2a253b, #141d2a); }
.console-store > svg { width: 32px; height: 32px; color: var(--game-accent); margin-bottom: 25px; }
.console-store strong { font-size: 16px; font-weight: 650; letter-spacing: -.03em; }
.console-store > span { font-size: 12px; color: #adbacd; margin-top: 9px; display: flex; gap: 8px; flex-wrap: wrap; }
.console-store > span > span { color: var(--game-accent); }
.console-store:hover, .console-store:focus-visible { border-color: var(--game-accent); transform: translateY(-3px); }

/* Store choices stay beside the Steam action at every purchase entry point. */
.console-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.console-link { --store-color: var(--cyan); display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; min-width: 0; padding: 10px 12px; border: 1px solid color-mix(in srgb, var(--store-color) 52%, #253449); border-radius: 8px; background: color-mix(in srgb, var(--store-color) 10%, #162337); color: #edf5ff; font-size: 14px; font-weight: 650; line-height: 1.35; transition: background .2s, border-color .2s; }
.console-link-1 { --store-color: var(--accent); }
.console-link-2 { --store-color: var(--violet); }
.console-link > svg { width: 18px; height: 18px; color: var(--store-color); }
.console-link > span:last-child { color: var(--store-color); }
.console-link:hover { background: color-mix(in srgb, var(--store-color) 20%, #162337); border-color: var(--store-color); }
.hero-actions > .console-links { flex-basis: 100%; margin-top: -10px; }
.hero-actions .console-link { flex: 1 1 auto; }
.hero-actions .console-link > svg { display: none; }
.purchase-inner > .console-links { display: grid; grid-template-columns: 1fr; }
.purchase-inner .console-link { justify-content: flex-start; }
.purchase-inner .console-link > span:last-child { margin-left: auto; }
.steam-section > .console-links { margin-top: 20px; }

/* Contacts use a quieter violet zone and a raised writing surface. */
.contact-hero { position: relative; isolation: isolate; }
.contact-hero > :not(.world-atmosphere) { position: relative; z-index: 1; }
.contact-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 90% 20%, #ae75ff35, transparent 65%); pointer-events: none; }
.contact-asterisk { color: var(--violet); }
.email-panel { background: radial-gradient(ellipse at 0% 0%, #19def20c, transparent 65%), linear-gradient(105deg, #1b2836, #1d2233); border-color: #404e65; border-radius: 18px; }
.email-panel .eyebrow { color: var(--cyan); }
.copy-email { color: #d0dce9; }
.contact-form-section { padding: 48px 0 64px; gap: 64px; }
.contact-form-intro > p, .contact-form-note { color: var(--muted); }
.contact-form-note > span, .form-field label > span { color: var(--cyan); }
.contact-form { padding: 34px; background: radial-gradient(ellipse at 100% 0%, #ae75ff32, transparent 70%), #213249; border-color: #37475b; border-radius: 20px; box-shadow: 0 18px 60px #0002; }
.form-field input, .form-field textarea { background: #0d1622; color: var(--text); border-color: #435269; }
.form-field input:focus, .form-field textarea:focus { outline-color: var(--cyan); }
.form-field input::placeholder, .form-field textarea::placeholder { color: #91a0b3; }
.field-hint, .field-meta, .form-status, .form-privacy { color: #acb9ca; }
.form-status.is-error { color: #ffb7a6; }
.contact-privacy-details { color: #acb9ca; border-color: var(--line); padding: 24px; background: #111b27; border-radius: 14px; margin-block: 22px 40px; }
.contact-privacy-details summary { color: var(--text); }
.contacts-games { margin-bottom: 40px; padding: 42px; border: 1px solid #344255; border-radius: 20px; background: #151e2b; }
.contacts-games .eyebrow { color: var(--cyan); }
.contact-game-art img { border-color: #546078; }
.contacts-games > .contact-game-art::after { background: linear-gradient(90deg, #151e2b, transparent 55%); }

/* Procedural layers never intercept links, text selection or scrolling. */
.world-atmosphere { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.world-atmosphere canvas { display: block; width: 100%; height: 100%; }
.intro > .world-atmosphere, .contact-hero > .world-atmosphere { z-index: 0; }
.wave-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }
.reveal-pending { opacity: 0; filter: blur(5px); transform: translateY(15px); }
.reveal-ready { transition: opacity .65s ease, filter .65s ease, transform .65s cubic-bezier(.2,.75,.2,1); }
.reveal-ready.is-revealed { opacity: 1; filter: blur(0); transform: none; }
.game-card.reveal-ready.is-revealed:hover, .game-card.reveal-ready.is-revealed:focus-within { transform: translateY(-4px); }
.console-store.reveal-ready.is-revealed:hover { transform: translateY(-3px); }
.word-clip { display: inline-block; overflow: clip; vertical-align: top; padding-bottom: .11em; margin-bottom: -.11em; }
.reveal-word { display: inline-block; }
.heading-pending .reveal-word { transform: translateY(110%); opacity: 0; }
.heading-revealed .reveal-word { animation: line-unfold .8s cubic-bezier(.2,.75,.2,1) both; animation-delay: calc(var(--line-index, 0) * 90ms); }
@keyframes line-unfold { from { transform: translateY(110%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

@media (max-width: 1150px) {
  .intro { padding-top: 48px; }
  .intro-aside { width: 280px; padding-left: 20px; }
  .intro-symbol { display: none; }
  .games-section { padding: 28px; }
  .carousel-bottom { padding-inline: 18px; gap: 16px; }
  .slide-selector img { height: 38px; }
  .contact-form-section { gap: 35px; }
  .console-grid { gap: 10px; }
  .console-store { padding: 20px 14px; }
  .friends-section { padding: 28px; }
  .friend-featured .card-info { padding: 28px; }
  .friend-featured .card-layout > .card-art { width: 50%; }
}
@media (max-width: 900px) {
  .games-section { margin-top: 52px; padding: 25px; }
  .games-grid { gap: 20px; }
  .card-info { padding: 22px; }
  .carousel-bottom { padding: 17px 16px; }
  .slide-selector[aria-current=true] .selector-line { top: -18px; }
  .slide-selector img { height: 33px; }
  .hero-slide { height: auto; min-height: 570px; }
  .hero-content { max-width: 490px; padding: 35px 28px 80px; }
  .hero-content h2 { font-size: 43px; }
  .game-banner { min-height: 415px; }
  .game-heading { padding-top: 54px; }
  .game-banner-art { left: 20%; }
  .steam-section { padding: 23px; }
  .console-grid { grid-template-columns: 1fr; }
  .console-store { display: grid; grid-template-columns: 32px 1fr; gap: 4px 18px; padding: 20px; }
  .console-store > svg { grid-row: span 2; margin: 0; align-self: center; }
  .console-store > span { margin: 0; font-size: 13px; }
  .contact-strip { padding: 28px; }
  .friends-section { padding: 25px; }
  .friend-featured .card-info { padding: 24px; }
  .friend-featured .card-info h3 { font-size: 31px; }
  .friend-featured .card-layout { flex-direction: column; }
  .friend-featured .card-layout > .card-art { width: 100%; aspect-ratio: 616/353; min-height: 0; }
  .friend-featured .card-layout > .card-art > img { position: static; }
}
@media (max-width: 700px) {
  .game-banner-art { left: 0; }
  .game-banner { min-height: 385px; }
  .game-heading { padding-top: 48px; }
  .game-facts dd { text-align: left; max-width: 100%; }
  .contact-form { padding: 26px; }
  .contact-form-section { padding-block: 25px 40px; }
  .contacts-games { padding: 30px; }
}
@media (max-width: 580px) {
  .intro { padding-block: 37px 32px; }
  .intro h1 { font-size: clamp(31px, 8.6vw, 46px); }
  .intro::before { inset-inline: 0; }
  .showcase { border-radius: 17px; }
  .hero-slide { height: auto; min-height: 620px; }
  .hero-art { inset: 0 0 auto; height: 310px; }
  .hero-shade { background: linear-gradient(0deg, #101a26 1%, #101a26 44%, #101a26d9 61%, #101a2608 90%); }
  .hero-content { padding: 238px 23px 76px; max-width: none; }
  .hero-content h2 { font-size: 35px; max-width: 100%; }
  .hero-content p { font-size: 16px; }
  .hero-actions .button { font-size: 14px; }
  .hero-steam { font-size: 14px; }
  .hero-status { top: auto; right: auto; }
  .carousel-bottom { padding: 17px 13px 14px; }
  .slide-selector img { height: 30px; }
  .carousel-controls { margin-top: 16px; }
  .carousel-controls .icon-button { width: 40px; height: 40px; }
  .games-section { padding: 24px 14px 14px; margin: 42px -4px 24px; border-radius: 20px; }
  .section-heading { padding-inline: 5px; }
  .section-heading h2 { font-size: 29px; }
  .games-grid { gap: 18px; }
  .game-card { border-radius: 16px; }
  .card-info, .wide-card .card-info { padding: 22px 19px; }
  .card-info h3 { font-size: 24px; }
  .card-info > p { font-size: 16px; }
  .contact-strip { padding: 29px 24px; margin-bottom: 42px; }
  .contact-strip h2 { font-size: 30px; }
  .contact-strip .button { font-size: 14px; }
  .game-banner { min-height: 370px; }
  .game-heading { padding-top: 40px; }
  .game-heading h1 { font-size: clamp(34px, 9vw, 44px); }
  .game-banner::after { background: linear-gradient(0deg, var(--bg), #111a2ba6 52%, #111a2b58); }
  .game-banner-art > img { opacity: .7; }
  .game-facts dd { max-width: 100%; }
  .steam-section { padding: 23px 16px; }
  .steam-section .section-heading { padding: 0; }
  .steam-widget { height: 245px; }
  .requirements { padding-inline: 20px; }
  .requirements summary { font-size: 16px; }
  .console-stores > h2 { font-size: 28px; }
  .email-panel { padding: 25px 20px; }
  .contact-form { padding: 24px 18px; }
  .contact-privacy-details { padding: 20px; }
  .contacts-games { padding: 30px 24px; }
  .contact-hero h1 { font-size: clamp(34px, 9vw, 44px); }
  .footer-bottom > div { flex-wrap: wrap; }
  .friends-section { margin: 32px -4px 24px; padding: 24px 14px 14px; border-radius: 20px; }
  .friends-intro { font-size: 14px; margin-top: 14px; }
  .wide-card .card-layout { flex-direction: column; }
  .wide-card .card-layout > .card-art { width: 100%; aspect-ratio: 616/353; min-height: 0; }
  .wide-card .card-layout > .card-art > img { position: static; }
  .friend-featured .card-info h3 { font-size: 32px; }
  .demo-badge { font-size: 12px; }
  .game-availability { gap: 10px 14px; }
  .friend-context { font-size: 11px; letter-spacing: .08em; }
}
@media (max-width: 380px) {
  .header-inner { gap: 12px; }
  .brand { font-size: 26px; }
  .header-inner nav { font-size: 12px; gap: 13px; }
  .hero-content { padding-inline: 20px; }
  .card-info h3 { font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .world-atmosphere canvas, .wave-canvas { display: none; }
  .reveal-pending, .heading-pending .reveal-word { opacity: 1; filter: none; transform: none; }
  .game-card:hover, .console-store:hover { transform: none; }
  .game-card.reveal-ready.is-revealed:hover, .game-card.reveal-ready.is-revealed:focus-within, .console-store.reveal-ready.is-revealed:hover { transform: none; }
  .game-card:hover .card-art > img { transform: none; }
}
