:root {
  --black: #0d0d0d;
  --red: #d8271a;
  --red-dark: #b71f15;
  --white: #fff;
  --off-white: #f4f4f2;
  --gray: #666;
  --line: #dadada;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--black); scroll-behavior: smooth; scroll-padding-top: 64px; overscroll-behavior-y: none; }
body { min-height: 100%; margin: 0; color: var(--black); background: var(--white); font-family: Arial, "Noto Sans JP", sans-serif; overscroll-behavior-y: none; }
body.is-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 12px 18px; color: white; background: var(--red); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; height: 64px; color: white; background: black; box-shadow: 0 2px 8px rgba(0,0,0,.25); }
.menu-button { display: none; place-items: center; gap: 5px; width: 64px; height: 64px; padding: 18px; border: 0; background: var(--red); cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 27px; height: 3px; background: white; transition: opacity .18s ease, transform .18s ease; }
.menu-button.is-open { position: relative; }
.menu-button.is-open span:not(.sr-only) { position: absolute; left: 50%; top: 50%; margin: -1.5px 0 0 -13.5px; }
.menu-button.is-open span:nth-child(1) { transform: rotate(45deg); }
.menu-button.is-open span:nth-child(2) { opacity: 0; }
.menu-button.is-open span:nth-child(3) { transform: rotate(-45deg); }
.brand { display: flex; align-items: center; gap: 10px; min-width: 215px; padding: 0 22px; }
.brand img { width: 128px; max-height: 46px; object-fit: contain; }
.brand > span { padding-left: 10px; border-left: 1px solid #555; color: #bbb; font-size: 10px; font-weight: 900; letter-spacing: .22em; }
.site-nav { display: flex; align-items: stretch; align-self: stretch; flex: 1; }
.site-nav a { display: grid; place-items: center; padding: 0 18px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: background .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { background: #262626; }
.header-social { display: grid; flex: 0 0 64px; place-items: center; width: 64px; height: 64px; border-left: 1px solid #333; font-weight: 900; transition: background .2s ease; }
.header-social:hover, .header-social:focus-visible { background: #262626; }
.header-social svg { width: 21px; height: 21px; fill: currentColor; }

.hero { position: relative; height: min(78vh, 820px); min-height: 620px; margin-top: 64px; overflow: hidden; background: black; }
.hero-slide { position: absolute; inset: 0; display: grid; align-items: center; opacity: 0; visibility: hidden; background: var(--hero-image) center/cover no-repeat; transform: scale(1.035); transition: opacity .65s ease, visibility .65s ease, transform 6s ease; }
.hero-slide-gothic, .hero-slide-reanimal { background-color: black; background-position: center; background-size: 100% auto; }
.hero-slide-expeditions-samurai, .hero-slide-tides-of-tomorrow { background-color: black; background-position: center; background-size: auto 100%; }
.hero-slide-tatsujin, .hero-slide-expeditions-samurai, .hero-slide-tides-of-tomorrow { background-position: center top; }
.hero-slide-showcase { background-color: black; background-position: center; background-size: 100% auto; }
.hero-slide-showcase .game-wordmark { display: none; }
.hero-slide.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.hero-shade { display: none; }
.hero-content { position: relative; z-index: 2; width: min(600px, 48vw); margin-left: max(7vw, calc((100vw - var(--max)) / 2)); color: white; text-align: center; }
.game-logo { width: min(460px, 100%); height: 240px; margin: 0 auto 8px; object-fit: contain; filter: drop-shadow(0 3px 4px rgba(0,0,0,.8)); }
.game-logo-reanimal { object-position: bottom; }
.game-wordmark { margin: 0 0 28px; font-family: Georgia, serif; font-size: clamp(70px, 8vw, 128px); font-weight: 900; letter-spacing: -.08em; line-height: .68; text-shadow: 0 3px 5px black; }
.game-wordmark small { display: block; margin-top: 28px; font-family: Arial, sans-serif; font-size: .19em; letter-spacing: .36em; }
.hero-status { margin: 0; font-size: clamp(22px, 2.5vw, 38px); font-weight: 1000; letter-spacing: .04em; text-transform: uppercase; text-shadow: 0 2px 3px black; }
.hero-summary { margin: 14px 0 25px; font-size: 15px; font-weight: 700; text-shadow: 0 2px 3px black; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.hero-actions .button { flex: 0 0 190px; width: 190px; min-width: 190px; min-height: 52px; }
.button { position: relative; display: inline-flex; align-items: center; justify-content: center; min-width: 178px; min-height: 49px; padding: 12px 22px; border: 2px solid white; color: white; font-size: 12px; font-weight: 1000; letter-spacing: .08em; text-transform: uppercase; overflow: hidden; transform: skew(-7deg); }
.button span { position: relative; z-index: 1; transform: skew(7deg); }
.button::before { content: ""; position: absolute; inset: 0; background: white; transform: translateX(-105%); transition: transform .25s ease; }
.button:hover::before, .button:focus-visible::before { transform: none; }
.button:hover span, .button:focus-visible span { color: black; }
.button-red { border-color: var(--red); background: var(--red); }
.button-red::before { background: white; }
.button-black { background: rgba(0,0,0,.7); }
.platforms { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 26px 0 0; font-size: 12px; font-weight: 900; line-height: 1.4; letter-spacing: .06em; }
.platforms i { width: 3px; height: 3px; border-radius: 50%; background: var(--red); }
.carousel-controls { position: absolute; z-index: 5; right: 32px; bottom: 28px; display: flex; align-items: center; gap: 15px; }
.carousel-controls > button { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.55); color: white; background: rgba(0,0,0,.3); font-size: 29px; cursor: pointer; }
.carousel-dots { display: flex; gap: 8px; }
.carousel-dots button { position: relative; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.carousel-dots button::after { content: ""; position: absolute; inset: 20px 6px; background: rgba(255,255,255,.4); }
.carousel-dots button.is-active::after { background: var(--red); }
.carousel-dots button:focus-visible { outline: 2px solid white; outline-offset: 2px; }
.video-background { position: absolute; inset: -9%; z-index: 0; width: 118%; height: 118%; border: 0; pointer-events: none; opacity: .58; }
.video-toggle { position: absolute; z-index: 6; right: 32px; top: 24px; min-width: 112px; min-height: 44px; border: 1px solid rgba(255,255,255,.6); color: white; background: rgba(0,0,0,.62); font-size: 10px; font-weight: 900; letter-spacing: .12em; cursor: pointer; }
.video-toggle:hover, .video-toggle:focus-visible { border-color: var(--red); background: var(--red); }
.poc-badge { position: absolute; z-index: 6; left: 24px; bottom: 24px; padding: 7px 10px; color: #ddd; background: rgba(0,0,0,.65); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.game-strip, .news-section { max-width: var(--max); margin: auto; padding: 90px 32px 100px; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.section-intro { max-width: 430px; margin: 0; color: var(--gray); font-size: 14px; line-height: 1.8; }
.section-title p { margin: 0 0 6px; color: var(--red); font-size: 11px; font-weight: 1000; letter-spacing: .16em; text-transform: uppercase; }
.section-title h1, .section-title h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); font-weight: 1000; letter-spacing: -.045em; line-height: 1; }
.section-title-light h2 { color: white; }
.game-finder { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.7fr); gap: 16px 20px; margin-top: 34px; padding: 20px; background: var(--off-white); }
.game-search { display: grid; gap: 8px; }
.game-search span { font-size: 10px; font-weight: 1000; letter-spacing: .1em; }
.game-search-field { position: relative; }
.game-search input { width: 100%; min-height: 50px; padding: 0 16px; border: 1px solid #bbb; border-radius: 0; background: white; font: inherit; }
.game-search-field input { padding-right: 48px; }
.game-search-field button { position: absolute; top: 3px; right: 3px; width: 44px; height: 44px; border: 0; background: transparent; color: var(--gray); font-size: 22px; cursor: pointer; }
.game-search .game-search-example { color: var(--gray); font-size: 9px; font-weight: 700; line-height: 1.5; }
.game-search input:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; }
.platform-filter { display: flex; align-items: end; flex-wrap: wrap; gap: 7px; }
.platform-filter button { min-height: 44px; padding: 9px 15px; border: 1px solid #bbb; background: white; font-size: 11px; font-weight: 900; cursor: pointer; }
.platform-filter button small { margin-left: 6px; color: var(--gray); font-size: 8px; }
.platform-filter button:hover, .platform-filter button:focus-visible, .platform-filter button.is-active { border-color: var(--black); color: white; background: var(--black); }
.platform-filter button.is-active small { color: #ccc; }
.platform-filter button:disabled { border-color: #ddd; color: #aaa; background: #eee; cursor: not-allowed; }
.platform-filter button:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; }
.select-filters { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; padding-top: 14px; border-top: 1px solid var(--line); }
.select-filters label { display: grid; gap: 7px; }
.select-filters span { font-size: 10px; font-weight: 1000; letter-spacing: .08em; }
.select-filters select { width: 100%; min-height: 46px; padding: 0 38px 0 13px; border: 1px solid #bbb; border-radius: 0; background: white; color: var(--black); font: 900 11px/1.2 inherit; cursor: pointer; }
.select-filters select:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; }
.active-filters { grid-column: 1 / -1; display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.active-filters > span { margin-right: 3px; color: var(--gray); font-size: 9px; font-weight: 900; }
.active-filters button { min-height: 34px; padding: 6px 10px; border: 1px solid #aaa; background: white; font-size: 9px; font-weight: 900; cursor: pointer; }
.active-filters button:hover, .active-filters button:focus-visible { border-color: var(--red); color: var(--red); outline: 0; }
.result-count { margin: 22px 0 0; color: var(--gray); font-size: 11px; font-weight: 900; }
.result-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.result-toolbar button { align-self: end; min-height: 44px; padding: 8px 0; border: 0; border-bottom: 1px solid var(--black); background: transparent; font-size: 10px; font-weight: 900; cursor: pointer; }
.game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; gap: 16px; margin-top: 16px; }
.game-card { display: flex; flex-direction: column; min-width: 0; height: 100%; background: var(--off-white); transition: transform .25s ease, box-shadow .25s ease; }
.game-card:hover { transform: translateY(-7px); box-shadow: 0 18px 35px rgba(0,0,0,.16); }
.game-card-media { position: relative; }
.game-card-art-link { display: block; overflow: hidden; background: #111; }
.game-card-art { display: block; width: 100%; height: auto; }
.art-tides { background: radial-gradient(circle at 68% 25%, #fff29a 0 3%, transparent 4%), radial-gradient(circle at 60% 35%, #5ac8c4, transparent 29%), linear-gradient(145deg, #0b1e28, #246b74); }
.art-reanimal { background: linear-gradient(transparent, rgba(0,0,0,.65)), url('https://thqnordic.com/game-sites/reanimal/opener_bckgnd.jpg') 70% center/cover; }
.art-gothic { background: linear-gradient(transparent, rgba(0,0,0,.7)), url('https://thqnordic.com/game-sites/gothic/content/keyart.jpg') 68% center/cover; }
.art-spongebob { background: linear-gradient(145deg, #1d9db6, #6141a2); }
.game-card-copy { display: flex; flex: 1; flex-direction: column; gap: 8px; min-height: 320px; padding: 18px; border-bottom: 3px solid transparent; }
.game-card:hover .game-card-copy { border-color: var(--red); }
.game-card-copy h3 { min-height: 2.5em; margin: 0; font-size: 18px; font-weight: 1000; line-height: 1.25; letter-spacing: -.02em; }
.game-card-copy h3 a:hover, .game-card-copy h3 a:focus-visible { color: var(--red); outline: 0; }
.game-card-copy span { color: var(--gray); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.game-card-copy .game-status { align-self: flex-start; padding: 5px 7px; color: white; background: var(--red); font-size: 8px; line-height: 1.2; }
.game-status-media { position: absolute; z-index: 2; top: 10px; left: 10px; display: inline-flex; padding: 6px 8px; color: white; background: var(--red); box-shadow: 0 2px 8px rgba(0,0,0,.28); font-size: 9px; font-weight: 1000; line-height: 1.2; letter-spacing: .06em; text-transform: uppercase; }
.game-status-copy { display: none; }
.game-card-copy .game-genre { color: var(--black); font-size: 10px; letter-spacing: .02em; text-transform: none; }
.game-card-copy .game-language-support { align-self: flex-start; padding: 4px 7px; border: 1px solid #aaa; color: #333; background: white; font-size: 8px; letter-spacing: .03em; text-transform: none; }
.game-card-copy .game-language-support.is-audio { border-color: #9d1a10; color: white; background: var(--red); }
.game-card-copy .game-language-support.is-unsupported,
.game-card-copy .game-language-support.is-unknown { color: #777; background: transparent; }
.game-card-copy .game-steam-rating { color: #1b2838; font-size: 9px; letter-spacing: 0; text-transform: none; }
.game-catch-copy { display: -webkit-box; min-height: 3.2em; margin: 0; color: #666; font-size: 11px; font-weight: 600; line-height: 1.6; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.game-platforms { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 3px; }
.game-platforms-mobile { display: none; }
.game-platforms small { padding: 5px 7px; color: #444; background: #e3e3e0; font-size: 8px; font-weight: 900; }
.game-sale-summary { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px 10px; color: white; background: var(--red); }
.game-sale-summary strong { font-size: 11px; }
.game-sale-summary span { font-size: 9px; font-weight: 900; }
.game-store-links { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line); }
.game-store-links a { display: flex; align-items: center; justify-content: space-between; gap: 5px; min-height: 36px; padding: 7px 8px; border: 1px solid #aaa; background: white; font-size: 8px; font-weight: 900; }
.game-store-links a > span { color: inherit; font-size: inherit; letter-spacing: 0; text-transform: none; }
.game-store-links a:hover, .game-store-links a:focus-visible { border-color: var(--red); color: var(--red); outline: 0; }
.game-store-links small { color: var(--red); font-size: 7px; }
.game-store-disclosure { display: none; }
.game-primary-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 40px; margin-top: 3px; padding-top: 10px; border-top: 1px solid var(--line); font-size: 10px; font-weight: 1000; letter-spacing: .05em; }
.game-primary-link:hover, .game-primary-link:focus-visible { color: var(--red); outline: 0; }
.game-primary-link i { color: var(--red); font-size: 17px; font-style: normal; }
.empty-result { margin-top: 16px; padding: 54px 24px; text-align: center; background: var(--off-white); }
.empty-result strong { font-size: 20px; }
.empty-result p { color: var(--gray); font-size: 13px; }
.empty-result button { min-height: 44px; padding: 10px 18px; border: 0; color: white; background: var(--black); font-weight: 900; cursor: pointer; }
.game-results-toggle { display: none; }
.outline-link { display: flex; align-items: center; justify-content: space-between; width: min(360px, 100%); margin: 42px auto 0; padding: 16px 20px; border: 2px solid var(--black); font-size: 12px; font-weight: 1000; text-transform: uppercase; }
.outline-link span { color: var(--red); font-size: 20px; }
.quick-links a { color: white; }

.sales-section { position: relative; min-height: 650px; display: grid; align-items: center; color: white; background: #151515; overflow: hidden; }
.sales-backdrop { position: absolute; inset: 0; opacity: .28; background: linear-gradient(90deg, black 0 42%, transparent 70%), repeating-linear-gradient(135deg, transparent 0 48px, rgba(216,39,26,.35) 49px 52px), radial-gradient(circle at 75% 50%, #d8271a, transparent 42%); }
.sales-content { position: relative; z-index: 1; width: min(var(--max), 100%); margin: auto; padding: 90px 32px; }
.sales-lead { max-width: 520px; margin: 22px 0 35px; color: #c5c5c5; line-height: 1.8; }
.store-links { display: grid; grid-template-columns: 1fr 1fr; max-width: 750px; border-top: 1px solid #555; }
.store-links :is(a, button) { --platform-color: var(--red); display: flex; flex-direction: column; gap: 8px; padding: 22px 20px; border: 0; border-right: 1px solid #555; border-bottom: 1px solid #555; color: white; background: rgba(0,0,0,.25); font: inherit; text-align: left; outline: 0 solid transparent; cursor: pointer; transition: background .2s ease, outline-color .2s ease, transform .2s ease; }
.store-links :is(a, button):hover,
.store-links :is(a, button):focus-visible { background: var(--platform-color); outline: 3px solid var(--platform-color); outline-offset: 3px; transform: translateY(-2px); }
.store-links .store-playstation { --platform-color: #006fcd; }
.store-links .store-nintendo { --platform-color: #e60012; }
.store-links .store-steam { --platform-color: #1b2838; }
.store-links .store-xbox { --platform-color: #107c10; }
.store-links strong { font-size: 18px; line-height: 1.4; white-space: pre-line; }
.store-links span { color: #bbb; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.store-links :is(a, button):hover span,
.store-links :is(a, button):focus-visible span { color: white; }

.news-section { padding-block: 90px 100px; }
.news-subheading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: 44px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.news-subheading span { color: var(--red); font-size: 10px; font-weight: 1000; letter-spacing: .15em; text-transform: uppercase; }
.news-subheading h3 { margin: 5px 0 0; font-size: clamp(24px, 3vw, 36px); line-height: 1.15; }
.news-subheading > a { color: var(--gray); font-size: 11px; font-weight: 900; }
.news-subheading > a:hover, .news-subheading > a:focus-visible { color: var(--red); }
.press-release-heading { margin-top: 64px; }
.headquarters-news-card > div { min-height: 230px; }
.headquarters-news-card em { color: var(--gray); font-size: 9px; font-style: normal; font-weight: 900; letter-spacing: .08em; }
.news-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 25px; margin-top: 43px; }
.lead-news { display: grid; grid-template-columns: 1fr 1fr; min-height: 390px; background: var(--off-white); }
.lead-news-art { display: grid; place-items: center; color: white; background: radial-gradient(circle at 70% 20%, #ef786f, transparent 20%), linear-gradient(145deg, #d8271a, #5c0f09); }
.lead-news-art span { font-size: clamp(48px, 6vw, 85px); font-weight: 1000; letter-spacing: -.07em; line-height: .75; }
.lead-news-copy { display: flex; flex-direction: column; justify-content: center; padding: 40px; }
.news-date { margin: 0; color: var(--red); font-size: 10px; font-weight: 1000; letter-spacing: .1em; text-transform: uppercase; }
.lead-news h3 { margin: 20px 0 14px; font-size: 28px; line-height: 1.3; }
.lead-news-copy > p:not(.news-date) { color: var(--gray); font-size: 13px; line-height: 1.8; }
.lead-news-copy a { margin-top: 22px; font-size: 12px; font-weight: 1000; text-transform: uppercase; }
.news-list { border-top: 1px solid var(--line); }
.news-list a { position: relative; display: grid; gap: 12px; min-height: 130px; padding: 25px 45px 25px 20px; border-bottom: 1px solid var(--line); }
.news-list strong { line-height: 1.5; }
.news-list i { position: absolute; top: 50%; right: 16px; color: var(--red); font-size: 20px; font-style: normal; transform: translateY(-50%); }
.news-list a:hover { background: var(--off-white); }
.release-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 43px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.release-grid a { position: relative; display: flex; flex-direction: column; gap: 14px; min-height: 175px; padding: 24px 52px 24px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: border-color .2s ease, background .2s ease; }
.release-grid a:hover, .release-grid a:focus-visible { z-index: 1; border-color: var(--red); outline: 2px solid var(--red); outline-offset: -2px; background: var(--off-white); }
.release-grid strong { font-size: 16px; line-height: 1.65; }
.release-grid i { position: absolute; right: 20px; bottom: 20px; color: var(--red); font-size: 20px; font-style: normal; }
.release-index-link { margin-top: 42px; }
.release-card > div { min-height: 230px; }
.release-card > img { width: 100%; max-width: 100%; height: auto !important; aspect-ratio: 16 / 9; object-fit: contain; object-position: center; background: #111; }
.upcoming-section { max-width: var(--max); margin: auto; padding: 55px 32px 70px; }
.upcoming-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.upcoming-heading p { margin: 0 0 7px; color: var(--red); font-size: 10px; font-weight: 1000; letter-spacing: .15em; text-transform: uppercase; }
.upcoming-heading h2 { margin: 0; font-family: inherit; font-size: clamp(42px, 5vw, 68px); font-weight: 1000; letter-spacing: -.045em; line-height: 1; }
.upcoming-lead, .news-lead { max-width: 620px; margin: 22px 0 0; color: var(--gray); font-size: 14px; line-height: 1.8; }
.upcoming-games { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 24px; }
.upcoming-card { min-width: 0; border: 1px solid var(--line); background: white; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.upcoming-card:hover, .upcoming-card:focus-visible { border-color: var(--red); outline: 0; transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,0,0,.12); }
.upcoming-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.upcoming-card > div { display: flex; flex-direction: column; min-height: 190px; padding: 20px; }
.upcoming-card small { color: var(--red); font-size: 10px; font-weight: 1000; line-height: 1.4; }
.upcoming-card strong { margin-top: 10px; font-size: 19px; line-height: 1.3; }
.upcoming-card p { margin: 12px 0 20px; color: var(--gray); font-size: 10px; font-weight: 700; line-height: 1.6; }
.upcoming-card span { margin-top: auto; font-size: 11px; font-weight: 1000; }
.upcoming-swipe-hint { display: none; }


.support-section { max-width: var(--max); margin: auto; padding: 100px 32px 120px; }
.support-lead { max-width: 620px; margin: 22px 0 30px; color: var(--gray); line-height: 1.8; }
.support-primary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 94px; padding: 20px 26px; border: 2px solid var(--black); transition: border-color .2s ease, color .2s ease, transform .2s ease; }
.support-primary:hover, .support-primary:focus-visible { border-color: var(--red); color: var(--red); outline: 0; transform: translateY(-2px); }
.support-primary div { display: grid; gap: 7px; }
.support-primary span { color: var(--red); font-size: 9px; font-weight: 1000; letter-spacing: .1em; }
.support-primary strong { font-size: 20px; }
.support-primary i { color: var(--red); font-size: 24px; font-style: normal; }
.official-accounts { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line); }
.official-accounts-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 20px; }
.official-accounts-heading p { margin: 0 0 5px; color: var(--red); font-size: 9px; font-weight: 1000; letter-spacing: .14em; text-transform: uppercase; }
.official-accounts-heading h3 { margin: 0; font-size: 30px; }
.official-accounts-heading > span { color: var(--gray); font-size: 12px; }
.official-account-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.official-account-card { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 16px; min-height: 84px; padding: 16px 20px; border: 2px solid var(--black); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.official-account-card:hover, .official-account-card:focus-visible { border-color: var(--red); outline: 0; transform: translateY(-2px); box-shadow: 0 12px 25px rgba(0,0,0,.1); }
.official-account-card svg { width: 28px; height: 28px; fill: currentColor; }
.official-account-card > div { display: grid; gap: 3px; }
.official-account-card span { font-size: 9px; font-weight: 1000; }
.official-account-card strong { font-size: 16px; }
.official-account-card small { color: var(--gray); font-size: 9px; }
.official-account-card i { color: var(--red); font-size: 20px; font-style: normal; }
.official-account-card.is-x { color: var(--black); }
.official-account-card.is-youtube { color: #e62117; }
.official-account-card.is-youtube strong { color: var(--black); }

.site-footer { padding: 70px max(32px, calc((100vw - var(--max)) / 2)); color: white; background: black; }
.footer-top { display: grid; grid-template-columns: 1fr 1.4fr; gap: 70px; padding-bottom: 65px; }
.footer-brand { display: flex; align-items: center; gap: 15px; align-self: start; }
.footer-brand img { width: 190px; }
.footer-brand span { padding-left: 15px; border-left: 1px solid #555; color: #aaa; font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-links h3 { margin: 0 0 18px; color: var(--red); font-size: 12px; text-transform: uppercase; }
.footer-links a { display: block; margin: 11px 0; color: #aaa; font-size: 12px; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 25px; border-top: 1px solid #333; color: #777; font-size: 9px; font-weight: 900; letter-spacing: .08em; }

@media (max-width: 1020px) {
  .menu-button { display: grid; }
  .site-nav { position: fixed; inset: 64px 0 0; display: none; flex-direction: column; align-items: stretch; padding: 25px; background: rgba(0,0,0,.98); }
  .site-nav.is-open { display: flex; }
  .site-nav a { display: flex; justify-content: flex-start; min-height: 62px; padding: 0 20px; border-bottom: 1px solid #333; font-size: 18px; }
  .brand { flex: 1; }
  .hero-content { width: min(600px, 70vw); margin-left: 6vw; }
  .game-grid { grid-template-columns: 1fr 1fr; }
  .game-finder { grid-template-columns: 1fr; }
  .game-card-art { min-height: 410px; }
  .news-layout { grid-template-columns: 1fr; }
}

@media (min-width: 1021px) and (max-width: 1280px) {
  .site-nav a { padding-inline: 10px; font-size: 10px; letter-spacing: .03em; }
}

@media (min-width: 681px) {
  .game-card-art-link { aspect-ratio: 16 / 9; }
  .game-card-art { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center; transition: transform .35s ease; }
  .game-card:hover .game-card-art { transform: scale(1.025); }
  .game-sale-summary { min-height: 34px; }
}

@media (max-width: 680px) {
  .quick-links { display: none !important; }
  .menu-button { position: relative; background: transparent; }
  .menu-button::before { content: ""; position: absolute; inset: 0; background: var(--red); }
  .menu-button span:not(.sr-only) { position: relative; z-index: 1; }
  .menu-button:focus-visible { outline: 2px solid white; outline-offset: -6px; }
  .brand { min-width: 0; justify-content: flex-start; padding: 0 0 0 16px; }
  .brand img { width: min(160px, 100%); height: 26px; object-fit: contain; object-position: left center; }
  .brand > span { display: none; }
  .hero { width: 100%; height: calc(150vw + 220px); min-height: 0; touch-action: pan-y; }
  .hero::after { content: ""; position: absolute; z-index: 6; top: 0; left: -3px; width: 3px; height: 150vw; background: var(--red); box-shadow: 0 0 16px rgba(216,39,26,.8); opacity: 0; pointer-events: none; }
  .hero.is-swipe-commit.is-swipe-left::after { right: -3px; left: auto; animation: hero-swipe-accent-left .36s ease-out; }
  .hero.is-swipe-commit.is-swipe-right::after { animation: hero-swipe-accent-right .36s ease-out; }
  .hero-slide { display: block; background-image: none; background-color: black; transform: translate3d(0,0,0); backface-visibility: hidden; will-change: opacity, transform; transition: opacity .28s ease, visibility .36s ease, transform .36s cubic-bezier(.22,.78,.22,1); }
  .hero-slide::after { content: ""; position: absolute; z-index: 1; inset: 0 0 auto; width: 100%; aspect-ratio: 2 / 3; background: black; opacity: 0; pointer-events: none; }
  .hero-slide::before { content: ""; position: absolute; inset: 0 0 auto; width: 100%; aspect-ratio: 2 / 3; background: var(--hero-image) center top / contain no-repeat black; backface-visibility: hidden; transform: translateZ(0); }
  .hero-slide.is-active { opacity: calc(1 - var(--hero-swipe-progress)); transform: translate3d(var(--hero-shift-x),0,0) scale(var(--hero-scale)); transition-duration: .18s, .36s, .36s; }
  .hero-slide.is-active::after { opacity: var(--hero-dim); }
  .hero-slide.is-previous, .hero-slide.is-next { transform: translate3d(var(--hero-incoming-x),0,0); }
  .hero.is-dragging .hero-slide, .hero.is-dragging .hero-slide::after { transition: none; }
  .hero.is-swipe-left .hero-slide.is-next,
  .hero.is-swipe-right .hero-slide.is-previous { visibility: visible; opacity: var(--hero-swipe-progress); }
  .hero-slide-reanimal::before { background-image: image-set(url("/images/hero/optimized/mobile/reanimal.avif") type("image/avif"), url("/images/hero/optimized/mobile/reanimal.webp") type("image/webp")); }
  .hero-slide-gothic::before { background-image: image-set(url("/images/hero/optimized/mobile/gothic.avif") type("image/avif"), url("/images/hero/optimized/mobile/gothic.webp") type("image/webp")); }
  .hero-slide-tatsujin::before { background-image: image-set(url("/images/hero/optimized/mobile/tatsujin-extreme.avif") type("image/avif"), url("/images/hero/optimized/mobile/tatsujin-extreme.webp") type("image/webp")); }
  .hero-slide-expeditions-samurai::before { background-image: image-set(url("/images/hero/optimized/mobile/expeditions-samurai.avif") type("image/avif"), url("/images/hero/optimized/mobile/expeditions-samurai.webp") type("image/webp")); }
  .hero-slide-tatsujin::before, .hero-slide-expeditions-samurai::before, .hero-slide-tides-of-tomorrow::before { background-position: center top; }
  .hero-slide-tatsujin::before { background-position: center top; }
  .hero-slide-tides-of-tomorrow::before { background-image: image-set(url("/images/hero/optimized/mobile/tides-of-tomorrow.avif") type("image/avif"), url("/images/hero/optimized/mobile/tides-of-tomorrow.webp") type("image/webp")); }
  .hero-slide-reanimal .game-logo, .hero-slide-gothic .game-wordmark { display: none; }
  .hero-slide-tatsujin .game-wordmark, .hero-slide-expeditions-samurai .game-wordmark, .hero-slide-tides-of-tomorrow .game-wordmark { display: none; }
  .hero-slide-showcase::before { background-image: image-set(url("/images/hero/optimized/mobile/digital-showcase-2026.avif") type("image/avif"), url("/images/hero/optimized/mobile/digital-showcase-2026.webp") type("image/webp")); }
  .hero-content { position: absolute; z-index: 2; top: calc(150vw + 18px); right: 20px; left: 20px; width: auto; margin: 0; }
  .game-logo { height: 108px; margin-bottom: 4px; }
  .game-wordmark { margin-bottom: 18px; font-size: 56px; }
  .game-wordmark small { margin-top: 20px; }
  .hero-status { font-size: 19px; }
  .hero-summary { margin: 9px 0 16px; font-size: 12px; line-height: 1.45; }
  .hero-actions { flex-wrap: nowrap; }
  .hero-actions .button { flex: 0 0 180px; width: 180px; min-width: 180px; min-height: 46px; padding-inline: 10px; }
  .platforms { flex-wrap: nowrap; gap: 7px; margin-top: 16px; font-size: clamp(9px, 2.5vw, 10px); line-height: 1.35; letter-spacing: .01em; white-space: nowrap; }
  .carousel-controls { display: none; }
  .video-background, .video-toggle, .poc-badge { display: none; }
  .news-section, .game-strip { padding: 30px 20px; }
  .upcoming-section, .game-strip { position: relative; }
  .upcoming-section::after, .game-strip::after { content: ""; position: absolute; right: 20px; bottom: 0; left: 20px; height: 1px; background: var(--line); }
  .news-subheading { align-items: start; margin-top: 38px; }
  .news-subheading h3 { font-size: 24px; }
  .news-subheading > a { max-width: 110px; text-align: right; }
  .press-release-heading { margin-top: 40px; }
  .release-index-link { margin-top: 24px; }
  .headquarters-news { display: flex; }
  .headquarters-news-card { flex: 0 0 84%; }
  .section-title h1, .section-title h2 { font-size: clamp(36px, 11vw, 44px); line-height: 1.08; }
  .section-heading-row { display: block; }
  .section-intro { margin-top: 18px; font-size: 13px; line-height: 1.75; }
  .game-finder { display: block; margin-top: 24px; padding: 14px; }
  .platform-filter { flex-wrap: nowrap; align-items: stretch; gap: 7px; margin: 14px -14px -2px; padding: 2px 14px 6px; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: none; }
  .platform-filter::-webkit-scrollbar { display: none; }
  .platform-filter button { flex: 0 0 auto; min-height: 42px; white-space: nowrap; }
  .select-filters { grid-template-columns: 1fr 1fr; gap: 12px 8px; margin-top: 14px; padding-top: 14px; }
  .active-filters { margin-top: 12px; }
  .result-count { margin-top: 16px; }
  .result-toolbar button { min-height: 38px; }
  .game-grid { grid-template-columns: 1fr; }
  .game-card { display: block; min-height: 0; }
  .game-card-media { min-width: 0; }
  .game-card-art { width: 100%; height: auto; }
  .game-card-copy { min-height: 0; padding: 18px 16px; }
  .game-card-copy h3 { min-height: 0; font-size: 19px; line-height: 1.35; }
  .game-status-media { display: none; }
  .game-status-copy { display: inline-flex; }
  .game-platforms { gap: 4px; }
  .game-platforms-desktop { display: none; }
  .game-platforms-mobile { display: flex; margin: 0; padding: 9px 8px 10px; background: #e8e8e5; }
  .game-platforms small { padding: 4px 5px; font-size: 7px; }
  .game-sale-summary { padding: 7px 8px; }
  .game-sale-summary strong { font-size: 10px; }
  .game-sale-summary span { font-size: 8px; }
  .game-store-links-desktop { display: none; }
  .game-store-disclosure { display: block; margin-top: 8px; border-top: 1px solid var(--line); }
  .game-store-disclosure summary { display: flex; align-items: center; justify-content: space-between; min-height: 48px; font-size: 11px; font-weight: 1000; cursor: pointer; list-style: none; }
  .game-store-disclosure summary::-webkit-details-marker { display: none; }
  .game-store-disclosure summary span { color: var(--red); font-size: 18px; }
  .game-store-disclosure[open] summary span { transform: rotate(45deg); }
  .game-store-disclosure .game-store-links { margin: 0; padding: 0 0 12px; border: 0; }
  .game-primary-link { margin-top: 4px; }
  .game-results-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 48px; margin-top: 14px; padding: 10px 16px; border: 2px solid var(--black); background: white; font-size: 11px; font-weight: 1000; cursor: pointer; }
  .game-results-toggle span { color: var(--red); font-size: 16px; }
  .sales-section { min-height: 0; }
  .sales-content { padding: 30px 20px; }
  .store-links { grid-template-columns: 1fr; }
  .store-links :is(a, button) { border-right: 0; }
  .lead-news { grid-template-columns: 1fr; }
  .lead-news-art { min-height: 260px; }
  .lead-news-copy { padding: 30px 25px; }
  .lead-news h3 { font-size: 23px; }
  .release-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .release-grid a { min-height: 0; padding: 21px 48px 21px 20px; }
  .release-grid strong { font-size: 14px; line-height: 1.6; }
  .upcoming-section { padding: 30px 20px; }
  .upcoming-heading { display: block; }
  .upcoming-heading h2 { font-size: clamp(36px, 11vw, 44px); line-height: 1.08; white-space: nowrap; }
  .upcoming-lead, .news-lead { margin-top: 18px; font-size: 14px; line-height: 1.75; }
  .upcoming-swipe-hint { display: block; margin: 15px 0 0; color: var(--gray); font-size: 10px; font-weight: 900; text-align: right; }
  .upcoming-games { display: flex; gap: 14px; margin: 0 -20px 0 0; padding: 8px 20px 0 0; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .upcoming-games::-webkit-scrollbar { display: none; }
  .upcoming-card { flex: 0 0 84%; scroll-snap-align: start; }
  .upcoming-card > div { min-height: 180px; }
  .footer-top { grid-template-columns: 1fr; }
  .site-footer { padding: 30px 20px; }
  .support-section { padding: 30px 20px; }
  .support-section .section-title h2 { font-size: clamp(36px, 11vw, 44px); }
  .support-lead { margin-top: 18px; font-size: 14px; line-height: 1.75; }
  .support-primary { min-height: 88px; padding: 17px 18px; }
  .support-primary strong { font-size: 17px; }
  .official-accounts { margin-top: 30px; padding-top: 30px; }
  .official-accounts-heading { display: block; }
  .official-accounts-heading h3 { font-size: 27px; }
  .official-accounts-heading > span { display: block; margin-top: 12px; line-height: 1.6; }
  .official-account-grid { grid-template-columns: 1fr; }
  .official-account-card { min-height: 76px; padding: 14px 16px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
}

@keyframes hero-swipe-accent-right {
  0% { left: -3px; opacity: 0; }
  18% { opacity: .9; }
  80% { opacity: .65; }
  100% { left: 100%; opacity: 0; }
}

@keyframes hero-swipe-accent-left {
  0% { right: -3px; opacity: 0; }
  18% { opacity: .9; }
  80% { opacity: .65; }
  100% { right: 100%; opacity: 0; }
}

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