:root {
  --white-color: #ffffff;
  --brand-red-color: #a67c52;
  --brand-red-deep: #6f4e37;
  --primary-color: #f3c98b;
  --section-bg-color: #f7f1eb;
  --dark-color: #111111;
  --grey-color: #fdfbf8;
  --text-secondary-white-color: rgba(255, 255, 255, 0.92);
  --title-color: #2e241d;
  --p-color: #6d6157;
  --surface-border: rgba(166, 124, 82, 0.16);
  --surface-shadow: 0 24px 60px rgba(17, 17, 17, 0.08);
  --hero-overlay: linear-gradient(180deg, rgba(12, 10, 8, 0.22) 0%, rgba(12, 10, 8, 0.8) 100%);
  --body-font-family: "Noto Sans JP", system-ui, sans-serif;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --font-weight-black: 900;
}

html {
  font-size: 14px;
  min-height: 100%;
  position: relative;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  background:
    radial-gradient(circle at top right, rgba(166, 124, 82, 0.12), transparent 20%),
    linear-gradient(180deg, #fff8f3 0%, #ffffff 18%, #f9f4ee 100%);
  color: var(--title-color);
  font-family: var(--body-font-family);
  margin-bottom: 0;
  min-height: 100vh;
}

body.home-page {
  background:
    radial-gradient(circle at top right, rgba(166, 124, 82, 0.12), transparent 24%),
    linear-gradient(180deg, #fff8f3 0%, #ffffff 16%, #f8f2eb 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  font-weight: var(--font-weight-bold);
  line-height: 1.15;
}

h1,
h2 {
  font-weight: var(--font-weight-black);
}

h1 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

h3 {
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
}

p {
  color: var(--p-color);
  font-size: 1rem;
  font-weight: var(--font-weight-light);
  letter-spacing: 0.01em;
  line-height: 1.8;
}

a,
button {
  touch-action: manipulation;
  transition: all 0.3s ease;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--brand-red-color);
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus,
.form-select:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.85), 0 0 0 0.25rem rgba(166, 124, 82, 0.3);
}

.text-secondary-white-color {
  color: var(--text-secondary-white-color);
}

.section-padding {
  padding-bottom: 7rem;
  padding-top: 7rem;
}

.section-kicker {
  color: var(--brand-red-color);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.18em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.section-heading {
  margin: 0 auto 3rem;
  max-width: 760px;
}

.section-heading p {
  margin: 1rem auto 0;
}

.page-shell {
  min-height: 60vh;
}

.game-admin-thumb {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  height: 72px;
  object-fit: cover;
  width: 128px;
}

.game-admin-preview {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  max-width: 320px;
  object-fit: cover;
  width: 100%;
}

.contact-page {
  background: #fbfaf8;
}

.contact-hero {
  background:
    linear-gradient(rgba(16, 16, 16, 0.58), rgba(16, 16, 16, 0.74)),
    url("/assets/spineowl-template/videos/hero-poster.jpg") center / cover;
  color: var(--white-color);
  padding: 6rem 0 5rem;
}

.contact-hero-grid {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.contact-hero h1 {
  color: var(--white-color);
  max-width: 780px;
}

.contact-hero p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  max-width: 680px;
}

.contact-info-panel,
.contact-form-module,
.contact-side section,
.contact-thank-you-panel,
.contact-admin-panel {
  background: var(--white-color);
  border: 1px solid var(--surface-border);
  border-radius: 8px;
  box-shadow: var(--surface-shadow);
}

.contact-info-panel {
  padding: 1.5rem;
}

.contact-info-panel h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.contact-info-panel dt {
  color: var(--brand-red-color);
  font-size: 0.78rem;
  font-weight: var(--font-weight-black);
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-info-panel dd {
  color: var(--dark-color);
  margin-bottom: 1rem;
}

.game-landing-hero {
  align-items: end;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.88), rgba(8, 8, 8, 0.42) 54%, rgba(8, 8, 8, 0.78)),
    var(--game-hero-image) center / cover;
  color: var(--white-color);
  display: flex;
  min-height: min(820px, 92vh);
  padding: 10rem 0 5rem;
  position: relative;
}

.game-landing-hero::after {
  background: linear-gradient(180deg, transparent, rgba(8, 8, 8, 0.86));
  bottom: 0;
  content: "";
  height: 30%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.game-landing-hero .container {
  position: relative;
  z-index: 1;
}

.game-landing-hero-content {
  max-width: 760px;
}

.game-landing-hero h1,
.game-landing-hero h2 {
  color: var(--white-color);
}

.game-landing-hero h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 1.25rem;
}

.game-landing-hero p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
  max-width: 700px;
}

.game-landing-logo {
  display: block;
  margin: 0 0 1.5rem;
  max-height: 180px;
  max-width: min(520px, 100%);
  object-fit: contain;
}

.game-landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.game-trailer-section {
  background: #101010;
}

.game-trailer-section h2,
.game-trailer-section .section-kicker {
  color: var(--white-color);
}

.game-trailer-frame {
  aspect-ratio: 16 / 9;
  background: #000000;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.game-trailer-frame video,
.game-trailer-frame iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.game-screenshots-section {
  background: #ffffff;
}

.game-screenshot-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.game-screenshot-tile {
  aspect-ratio: 16 / 9;
  background: #121212;
  border: 0;
  border-radius: 8px;
  cursor: zoom-in;
  overflow: hidden;
  padding: 0;
}

.game-screenshot-tile img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.game-screenshot-tile:hover img,
.game-screenshot-tile:focus-visible img {
  transform: scale(1.05);
}

.game-download-band,
.game-community-panel {
  align-items: center;
  background: #1b1713;
  border-radius: 8px;
  color: var(--white-color);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 2rem;
}

.game-download-band h2,
.game-community-panel h2 {
  color: var(--white-color);
  margin-bottom: 0;
}

.game-community-panel p {
  color: rgba(255, 255, 255, 0.78);
  margin: 1rem 0 0;
  max-width: 620px;
}

.game-download-links,
.game-community-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: flex-end;
}

.game-download-link {
  align-items: center;
  background: var(--white-color);
  border-radius: 8px;
  color: var(--dark-color);
  display: inline-flex;
  font-weight: var(--font-weight-bold);
  gap: 0.6rem;
  min-height: 52px;
  padding: 0.9rem 1.1rem;
}

.game-download-link:hover,
.game-download-link:focus {
  background: var(--primary-color);
  color: var(--dark-color);
}

.game-lightbox {
  align-items: center;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 2rem;
  position: fixed;
  z-index: 4000;
}

.game-lightbox[hidden] {
  display: none;
}

.game-lightbox img {
  border-radius: 8px;
  max-height: 86vh;
  max-width: 92vw;
  object-fit: contain;
}

.game-lightbox-close {
  align-items: center;
  background: var(--white-color);
  border: 0;
  border-radius: 50%;
  color: var(--dark-color);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  position: fixed;
  right: 1.25rem;
  top: 1.25rem;
  width: 44px;
}

.game-lightbox-open {
  overflow: hidden;
}

.sc-game-hero {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.34)),
    var(--sc-game-hero) center / cover;
  display: flex;
  min-height: 640px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.sc-game-hero-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  inset: 0;
  position: absolute;
}

.sc-game-hero .container {
  position: relative;
  z-index: 1;
}

.sc-game-hero h1 {
  color: var(--white-color);
  font-size: clamp(3.6rem, 8vw, 7.25rem);
  letter-spacing: 0;
  margin: 0;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.sc-game-intro {
  background: var(--white-color);
  padding: 5.25rem 0;
}

.sc-game-intro-grid {
  align-items: center;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
}

.sc-game-device {
  text-align: center;
}

.sc-game-device img {
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
  max-height: 520px;
  object-fit: cover;
  width: min(100%, 420px);
}

.sc-game-copy h2,
.sc-latest-section h2,
.sc-careers-content h2 {
  color: #111111;
  font-size: clamp(2.3rem, 4vw, 4rem);
  letter-spacing: 0;
  margin-bottom: 1.25rem;
}

.sc-game-copy p,
.sc-latest-section p {
  color: #343434;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.75;
}

.sc-store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.sc-store-badges a {
  align-items: center;
  background: #000000;
  border-radius: 8px;
  color: var(--white-color);
  display: inline-flex;
  gap: 0.75rem;
  min-height: 58px;
  min-width: 180px;
  padding: 0.65rem 1rem;
}

.sc-store-badges i {
  font-size: 1.75rem;
}

.sc-store-badges span {
  display: grid;
  font-size: 1.05rem;
  font-weight: var(--font-weight-black);
  line-height: 1.05;
}

.sc-store-badges small {
  font-size: 0.68rem;
  font-weight: var(--font-weight-normal);
  opacity: 0.86;
}

.sc-screenshots-section {
  background: #fbfbfb;
  overflow: hidden;
  padding: 3.6rem 0 1.4rem;
  position: relative;
}

.sc-screenshots-bg-mark {
  border: 26px solid rgba(239, 78, 48, 0.08);
  border-radius: 50%;
  height: 390px;
  pointer-events: none;
  position: absolute;
  width: 390px;
}

.sc-screenshots-bg-mark::before,
.sc-screenshots-bg-mark::after {
  background: rgba(239, 78, 48, 0.08);
  content: "";
  position: absolute;
}

.sc-screenshots-bg-mark-left {
  left: 19%;
  top: -170px;
  transform: rotate(-25deg);
}

.sc-screenshots-bg-mark-left::before {
  border-radius: 28px;
  height: 120px;
  left: 52px;
  top: 80px;
  width: 32px;
}

.sc-screenshots-bg-mark-left::after {
  border-radius: 28px;
  height: 160px;
  left: 136px;
  top: 126px;
  transform: rotate(-16deg);
  width: 30px;
}

.sc-screenshots-bg-mark-right {
  right: -70px;
  top: -55px;
}

.sc-screenshots-bg-mark-right::before {
  clip-path: polygon(50% 0, 61% 32%, 100% 28%, 70% 52%, 84% 92%, 50% 68%, 16% 92%, 30% 52%, 0 28%, 39% 32%);
  height: 230px;
  left: 60px;
  top: 66px;
  width: 230px;
}

.sc-screenshots-bg-mark-right::after {
  display: none;
}

.sc-screenshots-heading {
  margin: 0 auto 5.2rem;
  max-width: 760px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.sc-screenshots-heading span {
  color: #111111;
  display: block;
  font-size: 0.9rem;
  font-weight: var(--font-weight-black);
  letter-spacing: 0;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
}

.sc-screenshots-heading h2 {
  color: #000000;
  font-size: clamp(2.15rem, 3.6vw, 3.45rem);
  letter-spacing: 0;
  margin: 0;
}

.sc-screenshots-carousel {
  align-items: center;
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(290px, 0.76fr) minmax(460px, 1.04fr) minmax(290px, 0.76fr);
  margin-left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: min(2240px, 124vw);
}

.sc-screenshot-card {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.sc-screenshot-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sc-screenshot-card-side {
  opacity: 0.42;
}

.sc-screenshot-arrow {
  align-items: center;
  background: #ef5a3c;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-size: 1.7rem;
  height: 58px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  z-index: 2;
}

.sc-screenshot-arrow-left {
  left: calc(50% - 365px);
}

.sc-screenshot-arrow-right {
  right: calc(50% - 365px);
}

.sc-support-section {
  background: #ffffff;
  padding: 5.25rem 0;
}

.sc-support-grid {
  display: grid;
  gap: 2.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sc-support-card {
  border-radius: 22px;
  min-height: 600px;
  overflow: hidden;
  padding: 4.25rem 3.25rem;
  position: relative;
}

.sc-support-card-help {
  background: #edfffb;
}

.sc-support-card-press {
  background: #f3f3f6;
}

.sc-support-card-content {
  position: relative;
  z-index: 1;
}

.sc-support-card h2 {
  color: #000000;
  font-size: clamp(1.8rem, 2.6vw, 2.45rem);
  letter-spacing: 0;
  margin-bottom: 3.5rem;
}

.sc-support-card h2 span {
  color: #ef4e30;
}

.sc-outline-button {
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-radius: 999px;
  color: #000000;
  display: inline-flex;
  font-weight: var(--font-weight-black);
  justify-content: center;
  min-height: 64px;
  min-width: 200px;
  padding: 0.9rem 2rem;
}

.sc-outline-button:hover,
.sc-outline-button:focus {
  background: #000000;
  color: #ffffff;
}

.sc-support-card img {
  bottom: -2px;
  max-height: 370px;
  max-width: 66%;
  object-fit: contain;
  position: absolute;
  right: 0;
}

.sc-latest-section {
  background: var(--white-color);
  padding: 5.5rem 0;
}

.sc-latest-grid {
  align-items: center;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
}

.sc-latest-section h3 {
  color: #111111;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  margin: 2rem 0 1rem;
  text-transform: uppercase;
}

.sc-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.sc-social-row a {
  align-items: center;
  background: #111111;
  border-radius: 50%;
  color: var(--white-color);
  display: inline-flex;
  font-size: 1.2rem;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.sc-latest-art img {
  display: block;
  max-height: 520px;
  object-fit: contain;
  width: 100%;
}

.sc-video-section {
  background: #ffffff;
  padding: 5rem 0 4rem;
}

.sc-video-shell {
  background: #ffffff;
  border-radius: 0 0 22px 22px;
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
  padding: 0 12px 2.7rem;
  position: relative;
}

.sc-video-track {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  transition: transform 0.35s ease;
  transform: translateX(0);
  width: calc(150% + 24px);
}

.sc-video-shell[data-page="1"] .sc-video-track {
  transform: translateX(calc(-33.333% - 8px));
}

.sc-video-slide {
  min-width: 0;
}

.sc-video-card {
  background: #f0f0f0;
  border-radius: 8px;
  color: #111111;
  display: block;
  overflow: hidden;
  position: relative;
}

.sc-video-media {
  aspect-ratio: 16 / 9;
  display: block;
  position: relative;
}

.sc-video-media img {
  aspect-ratio: 16 / 9;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sc-video-play {
  align-items: center;
  background: rgba(0, 0, 0, 0.52);
  border: 4px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  display: inline-flex;
  font-size: 2.15rem;
  height: 88px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
}

.sc-video-play i {
  margin-left: 0.18rem;
}

.sc-video-card strong {
  display: block;
  font-size: 1.15rem;
  font-weight: var(--font-weight-black);
  min-height: 74px;
  padding: 1.35rem 1.5rem;
}

.sc-video-arrow {
  align-items: center;
  background: rgba(18, 95, 177, 0.9);
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-size: 2rem;
  height: 74px;
  justify-content: center;
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  width: 74px;
  z-index: 2;
}

.sc-video-arrow-left {
  left: 14px;
}

.sc-video-arrow-right {
  right: 14px;
}

.sc-video-dots {
  bottom: 0.85rem;
  display: flex;
  gap: 10px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
}

.sc-video-dots button {
  background: #ffffff;
  border: 2px solid #666666;
  border-radius: 50%;
  height: 24px;
  padding: 0;
  width: 24px;
}

.sc-video-dots button.is-active {
  background: #1f7eea;
  border-color: #1f7eea;
}

.sc-careers-cta {
  background: #1f7eea;
  color: var(--white-color);
  padding: 4.75rem 0;
  text-align: center;
}

.sc-careers-content h2 {
  color: var(--white-color);
}

.sc-careers-content .site-btn {
  background: var(--white-color);
  border-color: var(--white-color);
  color: #111111;
  margin-top: 1rem;
}

.contact-layout {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  padding: 4rem 0;
}

.contact-form-module {
  padding: 2rem;
}

.contact-stepper {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.contact-step-dot {
  align-items: center;
  background: #f1f1f1;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  color: var(--dark-color);
  display: inline-flex;
  font-weight: var(--font-weight-black);
  height: 2.4rem;
  justify-content: center;
  width: 2.4rem;
}

.contact-step-dot.is-active {
  background: var(--brand-red-color);
  border-color: var(--brand-red-color);
  color: var(--white-color);
}

.contact-step {
  display: none;
}

.contact-step.is-active {
  display: block;
}

.contact-step h2 {
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
}

.contact-form-actions {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.contact-form-trap {
  left: -9999px;
  opacity: 0;
  position: absolute;
  top: 0;
}

.contact-side {
  display: grid;
  gap: 1rem;
}

.contact-side section {
  padding: 1.5rem;
}

.contact-side ul {
  color: var(--p-color);
  line-height: 1.8;
  margin-bottom: 0;
  padding-left: 1.2rem;
}

.contact-thank-you {
  background:
    linear-gradient(rgba(16, 16, 16, 0.62), rgba(16, 16, 16, 0.74)),
    url("/assets/spineowl-template/videos/hero-poster.jpg") center / cover;
  min-height: 62vh;
  padding: 7rem 0;
}

.contact-thank-you-panel {
  max-width: 720px;
  padding: 2.4rem;
}

.contact-admin-panel {
  padding: 1.5rem;
}

.contact-admin-panel h3 {
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.contact-detail-list {
  display: grid;
  gap: 0.9rem 1rem;
  grid-template-columns: 150px minmax(0, 1fr);
  margin-bottom: 0;
}

.contact-detail-list dt {
  color: var(--p-color);
  font-weight: var(--font-weight-bold);
}

.contact-detail-list dd {
  margin-bottom: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.white-space-preline {
  white-space: pre-line;
}

.header-nav-shell {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.app-navbar {
  backdrop-filter: blur(18px);
  min-height: 6.75rem;
  padding-bottom: 0.65rem;
  padding-top: 0.65rem;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.app-navbar > .container {
  align-items: center;
}

.header-nav-shell .navbar.bg-light {
  background: rgba(219, 31, 38, 0.96) !important;
}

.header-nav-shell.is-scrolled .navbar.bg-light {
  background: rgba(219, 31, 38, 0.99) !important;
  box-shadow: 0 20px 40px rgba(78, 7, 10, 0.28) !important;
}

.navbar-brand {
  align-items: center;
  color: var(--white-color);
  display: inline-flex;
  gap: 0.9rem;
  margin-right: 1.5rem;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--white-color);
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-copy strong {
  color: var(--white-color);
  font-size: 1.35rem;
  font-weight: var(--font-weight-black);
  line-height: 1;
}

.brand-copy small {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  margin-top: 0.35rem;
  text-transform: uppercase;
}

.site-logo {
  border-radius: 16px;
  display: block;
  height: 3.75rem;
  object-fit: contain;
  width: 3.75rem;
}

.navbar-collapse {
  align-items: center;
  justify-content: flex-end;
}

.navbar-nav {
  align-items: center;
  gap: 0.2rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.navbar-nav .nav-link {
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: var(--font-weight-bold);
  min-height: 3rem;
  position: relative;
}

.navbar-nav .nav-link::after {
  display: none;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: var(--white-color);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link:focus::after {
  opacity: 1;
  transform: translateY(0);
}

.games-nav-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  line-height: 1.5;
}

.games-nav-toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 4px;
}

.nav-item-games.is-open .nav-link {
  color: var(--white-color);
}

.nav-item-games.is-open .nav-link::after {
  opacity: 1;
  transform: translateY(0);
}

.games-menu-panel {
  background: var(--white-color);
  box-shadow: 0 24px 54px rgba(61, 6, 8, 0.2);
  color: var(--dark-color);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  visibility: hidden;
}

.games-menu-panel.is-open {
  max-height: 760px;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.games-menu-shell {
  padding: 1.1rem 0 1.35rem;
}

.games-menu-all-link {
  align-items: center;
  color: #b21d22;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: var(--font-weight-black);
  gap: 0.55rem;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.games-menu-all-link:hover {
  color: #7f1115;
}

.games-menu-grid {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 0.75rem;
  scroll-behavior: smooth;
  scrollbar-color: rgba(178, 29, 34, 0.65) rgba(178, 29, 34, 0.12);
  scrollbar-width: thin;
  width: 100%;
}

.games-menu-grid::-webkit-scrollbar {
  height: 8px;
}

.games-menu-grid::-webkit-scrollbar-track {
  background: rgba(178, 29, 34, 0.1);
  border-radius: 999px;
}

.games-menu-grid::-webkit-scrollbar-thumb {
  background: rgba(178, 29, 34, 0.6);
  border-radius: 999px;
}

.games-menu-card {
  background: #fff;
  border: 1px solid rgba(219, 31, 38, 0.16);
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(17, 17, 17, 0.08);
  color: var(--dark-color);
  display: block;
  flex: 0 0 19.5rem;
  overflow: hidden;
  transform: translateY(0);
}

.games-menu-card:hover,
.games-menu-card:focus {
  box-shadow: 0 20px 42px rgba(17, 17, 17, 0.12);
  color: var(--dark-color);
  transform: translateY(-4px);
}

.games-menu-card-media {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, rgba(219, 31, 38, 0.12), rgba(17, 17, 17, 0.08));
  display: block;
  overflow: hidden;
}

.games-menu-card-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  width: 100%;
}

.games-menu-card:hover .games-menu-card-media img,
.games-menu-card:focus .games-menu-card-media img {
  transform: scale(1.04);
}

.games-menu-card-body {
  display: block;
  padding: 1rem;
}

.games-menu-card-body .panel-tag {
  margin-bottom: 0.45rem;
}

.games-menu-card-name {
  color: var(--dark-color);
  display: block;
  font-size: 1.02rem;
  font-weight: var(--font-weight-black);
  line-height: 1.25;
}

.games-menu-card-copy {
  color: var(--p-color);
  display: block;
  font-size: 0.88rem;
  line-height: 1.55;
  margin-top: 0.5rem;
}

.navbar-toggler {
  border: 0;
  box-shadow: none;
  height: 2rem;
  padding: 0;
  width: 2rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .navbar-toggler-icon,
.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
  background: var(--white-color);
  border-radius: 999px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.25s ease;
  width: 100%;
}

.navbar-toggler .navbar-toggler-icon {
  position: relative;
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -0.5rem;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 0.5rem;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.site-nav-actions {
  align-items: center;
  display: flex;
  gap: 0.9rem;
  margin-left: 1.2rem;
}

.site-cart-link,
.site-user-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: var(--white-color);
  display: inline-flex;
  gap: 0.6rem;
  min-height: 2.95rem;
  padding: 0.5rem 1rem;
}

.site-cart-link:hover,
.site-user-toggle:hover,
.site-user-toggle:focus {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white-color);
}

.site-user-toggle {
  appearance: none;
  font-size: 0.95rem;
  font-weight: var(--font-weight-bold);
}

.site-cart-icon {
  align-items: center;
  display: inline-flex;
  font-size: 1rem;
  justify-content: center;
}

.site-cart-badge {
  align-items: center;
  background: var(--primary-color);
  border-radius: 999px;
  color: var(--dark-color);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: var(--font-weight-black);
  height: 1.45rem;
  justify-content: center;
  min-width: 1.45rem;
  padding: 0 0.35rem;
}

.site-auth-buttons {
  align-items: center;
  display: flex;
  gap: 0.65rem;
}

.app-navbar .site-btn-primary {
  background: var(--white-color);
  border-color: var(--white-color);
  color: #b21d22;
  min-height: 2.95rem;
}

.app-navbar .site-btn-primary:hover {
  background: #fff1f2;
  border-color: #fff1f2;
  color: #8f161b;
}

.app-navbar .site-btn-ghost {
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white-color);
  min-height: 2.95rem;
}

.app-navbar .site-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.52);
  color: var(--white-color);
}

.site-btn {
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: var(--font-weight-bold);
  min-height: 3rem;
  padding: 0.75rem 1.3rem;
}

.site-btn-primary {
  background: var(--brand-red-color);
  border: 1px solid var(--brand-red-color);
  color: var(--white-color);
}

.site-btn-primary:hover {
  background: var(--brand-red-deep);
  border-color: var(--brand-red-deep);
  color: var(--white-color);
}

.site-btn-ghost {
  background: transparent;
  border: 1px solid rgba(17, 17, 17, 0.14);
  color: var(--dark-color);
}

.site-btn-ghost:hover {
  background: rgba(166, 124, 82, 0.08);
  border-color: rgba(166, 124, 82, 0.35);
  color: var(--brand-red-deep);
}

.site-btn-ghost-light {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: var(--white-color);
}

.site-btn-ghost-light:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.54);
  color: var(--white-color);
}

.site-btn-dark {
  background: var(--dark-color);
  border: 1px solid var(--dark-color);
  color: var(--white-color);
}

.site-btn-dark:hover {
  background: #262626;
  border-color: #262626;
  color: var(--white-color);
}

.site-btn-accent {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--dark-color);
}

.site-btn-accent:hover {
  background: #e0b470;
  border-color: #e0b470;
  color: var(--dark-color);
}

.app-dropdown {
  border: 1px solid var(--surface-border);
  border-radius: 1rem;
  box-shadow: var(--surface-shadow);
  padding: 0.75rem;
}

.app-dropdown .dropdown-item {
  border-radius: 0.7rem;
  padding: 0.7rem 0.9rem;
}

.app-dropdown .dropdown-item:hover,
.app-dropdown .dropdown-item:focus {
  background: rgba(166, 124, 82, 0.08);
  color: var(--brand-red-deep);
}

.hero {
  overflow: hidden;
  position: relative;
}

.home-hero {
  min-height: calc(100vh - 5.3rem);
}

.videoWrapper {
  height: 100%;
  min-height: calc(100vh - 5.3rem);
  position: relative;
  width: 100%;
  z-index: 0;
}

.custom-video {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.overlay {
  background: var(--hero-overlay);
  inset: 0;
  position: absolute;
}

.heroText {
  inset: 0;
  margin: auto;
  max-width: 940px;
  padding: 8rem 1.25rem 4rem;
  position: absolute;
  text-align: center;
  z-index: 1;
}

.heroText .section-kicker {
  color: rgba(255, 255, 255, 0.78);
}

.heroText h1 {
  color: var(--white-color);
}

.hero-copy {
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin: 0 auto;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.hero-metric-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 3rem auto 0;
  max-width: 760px;
}

.hero-metric-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
}

.hero-metric-value {
  color: var(--white-color);
  font-size: 1.75rem;
  font-weight: var(--font-weight-black);
}

.hero-metric-label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  margin-top: 0.35rem;
}

.overview-section {
  background: var(--grey-color);
}

.overview-copy {
  margin-bottom: 1rem;
}

.feature-panel {
  background: var(--white-color);
  border: 1px solid var(--surface-border);
  border-radius: 1.5rem;
  box-shadow: var(--surface-shadow);
  height: 100%;
  padding: 1.8rem;
}

.feature-panel h4 {
  font-size: 1.2rem;
  margin-bottom: 0.85rem;
}

.feature-panel p {
  font-size: 0.96rem;
  margin-bottom: 0;
}

.panel-tag {
  color: var(--brand-red-color);
  display: inline-block;
  font-size: 0.74rem;
  font-weight: var(--font-weight-black);
  letter-spacing: 0.14em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.popular-games-section {
  background: #f8f8f8;
  color: var(--dark-color);
}

.popular-games-head {
  align-items: flex-end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2.35rem;
}

.popular-games-head h2 {
  color: var(--dark-color);
  font-size: clamp(2.35rem, 4.5vw, 5rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
  margin: 0;
  max-width: 46rem;
}

.popular-games-head p {
  color: var(--p-color);
  line-height: 1.7;
  margin: 0;
  max-width: 25rem;
}

.popular-games-stack {
  display: grid;
  gap: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 88rem;
}

.popular-games-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.popular-game-card {
  background: #111315;
  border-radius: 1.55rem;
  box-shadow: 0 26px 60px rgba(20, 20, 24, 0.12);
  color: var(--white-color);
  display: block;
  min-height: 24rem;
  overflow: hidden;
  position: relative;
  transform: translateY(0);
  transition: box-shadow 0.28s ease, transform 0.28s ease;
}

.popular-game-card::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.35) 42%, rgba(0, 0, 0, 0.08) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.36) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.popular-game-card:hover {
  box-shadow: 0 34px 80px rgba(20, 20, 24, 0.2);
  color: var(--white-color);
  transform: translateY(-0.25rem);
}

.popular-game-card--featured {
  min-height: 33rem;
}

.popular-game-card--compact {
  min-height: 25rem;
}

.popular-game-media {
  display: block;
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.popular-game-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  opacity: 0.94;
  transition: transform 0.45s ease;
  width: 100%;
}

.popular-game-card:hover .popular-game-media img {
  transform: scale(1.04);
}

.popular-game-body {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  height: 100%;
  justify-content: flex-start;
  max-width: 34rem;
  min-height: inherit;
  padding: 3rem;
  position: relative;
  z-index: 2;
}

.popular-game-card .panel-tag {
  color: rgba(255, 255, 255, 0.82);
}

.popular-game-title {
  color: var(--white-color);
  font-size: clamp(1.8rem, 3.1vw, 3.3rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.popular-game-card--compact .popular-game-title {
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
}

.popular-game-copy {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
  max-width: 28rem;
}

.popular-game-card--compact .popular-game-copy {
  max-width: 23rem;
}

.popular-game-link {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  color: var(--white-color);
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: var(--font-weight-bold);
  gap: 0.5rem;
  justify-content: center;
  margin-top: auto;
  min-height: 3.65rem;
  padding: 0.8rem 2.15rem;
  width: fit-content;
}

.popular-game-link i {
  font-size: 1rem;
}

.empty-state-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 2rem;
}

.empty-state-panel h3 {
  color: var(--white-color);
}

.featured-shop-section {
  background: var(--white-color);
}

.store-card {
  background: var(--white-color);
  border: 1px solid var(--surface-border);
  border-radius: 1.7rem;
  box-shadow: var(--surface-shadow);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.store-card-media {
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(243, 201, 139, 0.3), transparent 32%),
    linear-gradient(180deg, #f9f4ee 0%, #fffdfb 100%);
  display: flex;
  justify-content: center;
  min-height: 18rem;
  overflow: hidden;
  padding: 1.5rem;
}

.store-card-media img {
  display: block;
  height: 14rem;
  object-fit: contain;
  transition: transform 0.45s ease;
  width: 100%;
}

.store-card:hover .store-card-media img {
  transform: scale(1.05);
}

.store-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1.5rem 1.5rem 1rem;
}

.store-card-title {
  font-size: 1.28rem;
  margin: 0;
}

.store-card-copy {
  font-size: 0.95rem;
  margin: 0;
}

.store-card-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.store-card-meta strong {
  color: var(--brand-red-deep);
  font-size: 1.05rem;
}

.store-card-meta span {
  color: var(--p-color);
  font-size: 0.9rem;
}

.store-card-footer {
  display: flex;
  gap: 0.75rem;
  padding: 0 1.5rem 1.5rem;
}

.store-card-footer .site-btn {
  flex: 1;
  justify-content: center;
}

.home-cta-banner {
  align-items: center;
  background: linear-gradient(135deg, #181411 0%, #7f5a3d 48%, #b58a5b 100%);
  border-radius: 2rem;
  box-shadow: 0 30px 60px rgba(17, 17, 17, 0.16);
  color: var(--white-color);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  padding: 2.5rem;
}

.home-cta-banner h2,
.home-cta-banner p {
  color: var(--white-color);
}

.home-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
}

.site-main-footer {
  background: #12100e;
  margin-top: 3rem;
  padding-bottom: 2rem;
  padding-top: 4rem;
}

.footer-brand {
  align-items: center;
  display: inline-flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.footer-brand .brand-copy strong,
.footer-brand .brand-copy small {
  color: var(--white-color);
}

.footer-copy {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
  max-width: 26rem;
}

.footer-location {
  align-items: center;
  color: var(--white-color);
  display: flex;
  font-size: 1.25rem;
  font-weight: var(--font-weight-black);
  gap: 0.75rem;
  line-height: 1.35;
  margin-bottom: 1.25rem;
}

.footer-location i {
  color: var(--white-color);
  font-size: 1.55rem;
  flex: 0 0 auto;
}

.footer-heading {
  color: var(--white-color);
  font-size: 1rem;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.footer-links,
.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li + li,
.footer-contact-list li + li {
  margin-top: 0.8rem;
}

.footer-links a,
.footer-contact-list span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
}

.footer-links a:hover {
  color: var(--white-color);
}

.footer-contact-list li {
  align-items: flex-start;
  display: flex;
  gap: 0.75rem;
}

.footer-contact-list i {
  color: var(--primary-color);
  font-size: 1rem;
  margin-top: 0.15rem;
}

.footer-socials {
  display: flex;
  gap: 0.85rem;
}

.footer-socials a {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: var(--white-color);
  display: inline-flex;
  height: 2.7rem;
  justify-content: center;
  width: 2.7rem;
}

.footer-socials a:hover {
  background: rgba(255, 255, 255, 0.16);
  color: var(--white-color);
}

.site-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 2.75rem;
  padding-top: 1.4rem;
}

.site-footer-bottom p,
.footer-back-link {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
  margin: 0;
}

.footer-back-link:hover {
  color: var(--white-color);
}

.btn-warning {
  background: linear-gradient(135deg, var(--brand-red-color), #c49a6c);
  border: none;
  color: var(--white-color);
}

.btn-warning:hover {
  background: linear-gradient(135deg, var(--brand-red-deep), var(--brand-red-color));
  color: var(--white-color);
}

#checkout-form {
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: auto;
  max-width: 600px;
  padding: 20px;
}

#checkout-form .form-label {
  color: #333;
  font-weight: bold;
}

#checkout-form .form-control,
#checkout-form .form-select {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 12px 16px;
  transition: border-color 0.3s, box-shadow 0.3s;
  width: 100%;
}

#checkout-form .form-control:focus,
#checkout-form .form-select:focus {
  border-color: #4caf50;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
}

#checkout-form .text-warning {
  color: #ff9800;
  font-size: 0.9rem;
}

#checkout-form .btn-outline-light {
  background-color: #4caf50;
  border-radius: 6px;
  color: white;
  padding: 12px 20px;
  transition: background-color 0.3s ease;
}

#checkout-form .btn-outline-light:hover {
  background-color: #45a049;
  cursor: pointer;
}

#checkout-form .row p {
  font-size: 1.1rem;
  margin: 5px 0;
}

#checkout-form .text-end {
  color: #333;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background: rgba(219, 31, 38, 0.98);
    border-radius: 1.4rem;
    margin-top: 1rem;
    padding: 1.1rem;
  }

  .navbar-nav {
    align-items: flex-start;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .games-nav-toggle {
    text-align: left;
    width: 100%;
  }

  .games-menu-panel {
    background: rgba(255, 255, 255, 0.98);
  }

  .games-menu-card {
    flex-basis: 18rem;
  }

  .site-nav-actions {
    align-items: stretch;
    flex-direction: column;
    margin-left: 0;
    margin-top: 1rem;
  }

  .site-auth-buttons {
    flex-direction: column;
  }

  .home-hero,
  .videoWrapper {
    min-height: 45rem;
  }

  .heroText {
    padding-top: 6.75rem;
  }

  .section-padding {
    padding-bottom: 5.5rem;
    padding-top: 5.5rem;
  }

  .popular-games-head,
  .home-cta-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-cta-banner {
    grid-template-columns: 1fr;
  }

  .popular-game-card--featured {
    min-height: 30rem;
  }

  .home-cta-actions {
    justify-content: flex-start;
  }

  .contact-hero-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .game-screenshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .game-download-band,
  .game-community-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .game-download-links,
  .game-community-actions {
    justify-content: flex-start;
  }

  .sc-game-hero {
    min-height: 520px;
  }

  .sc-game-intro-grid,
  .sc-latest-grid {
    gap: 2.75rem;
    grid-template-columns: 1fr;
  }

  .sc-support-grid {
    grid-template-columns: 1fr;
  }

  .sc-support-card {
    min-height: 520px;
  }

  .sc-screenshots-heading {
    margin-bottom: 4rem;
  }

  .sc-screenshots-carousel {
    gap: 24px;
    grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1fr) minmax(260px, 0.8fr);
    width: 170vw;
  }

  .sc-screenshot-arrow-left {
    left: calc(50% - 300px);
  }

  .sc-screenshot-arrow-right {
    right: calc(50% - 300px);
  }

  .sc-video-track {
    width: calc(200% + 24px);
  }

  .sc-video-arrow {
    height: 58px;
    width: 58px;
  }
}

@media (min-width: 992px) {
  .games-menu-panel {
    left: 0;
    max-height: none;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(-10px);
  }

  .games-menu-panel.is-open {
    transform: translateY(0);
  }
}

@media (max-width: 767.98px) {
  .hero-metric-grid {
    grid-template-columns: 1fr;
    max-width: 24rem;
  }

  .store-card-footer {
    flex-direction: column;
  }

  .popular-games-grid {
    grid-template-columns: 1fr;
  }

  .popular-game-card--featured,
  .popular-game-card--compact {
    min-height: 27rem;
  }

  .site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-form-module {
    padding: 1.25rem;
  }

  .contact-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-detail-list {
    grid-template-columns: 1fr;
  }

  .game-landing-hero {
    min-height: 42rem;
    padding: 8rem 0 4rem;
  }

  .game-landing-logo {
    max-height: 130px;
  }

  .game-screenshot-grid {
    grid-template-columns: 1fr;
  }

  .sc-game-intro,
  .sc-support-section,
  .sc-latest-section,
  .sc-video-section,
  .sc-careers-cta {
    padding: 3.75rem 0;
  }

  .sc-game-copy h2,
  .sc-support-card h2,
  .sc-latest-section h2,
  .sc-careers-content h2 {
    font-size: 2.35rem;
  }
}

@media (max-width: 575.98px) {
  .site-logo {
    height: 3.25rem;
    width: 3.25rem;
  }

  .brand-copy strong {
    font-size: 1.15rem;
  }

  .heroText {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .games-menu-card {
    flex-basis: 16rem;
  }

  .hero-actions,
  .home-cta-actions,
  .game-landing-actions,
  .game-community-actions {
    flex-direction: column;
  }

  .popular-games-head h2 {
    font-size: 2.75rem;
  }

  .popular-games-stack,
  .popular-games-grid {
    gap: 1.25rem;
  }

  .popular-game-body {
    padding: 2rem 1.25rem 1.25rem;
  }

  .hero-actions .site-btn,
  .home-cta-actions .site-btn,
  .site-auth-buttons .site-btn,
  .game-landing-actions .site-btn,
  .game-community-actions .site-btn,
  .game-download-link {
    width: 100%;
  }

  .game-download-band,
  .game-community-panel {
    padding: 1.35rem;
  }

  .sc-store-badges,
  .sc-store-badges a {
    width: 100%;
  }

  .sc-support-card {
    min-height: 460px;
    padding: 2.25rem 1.6rem;
  }

  .sc-screenshots-section {
    padding-top: 3rem;
  }

  .sc-screenshots-heading {
    margin-bottom: 2.75rem;
  }

  .sc-screenshots-bg-mark {
    opacity: 0.65;
  }

  .sc-screenshots-carousel {
    gap: 16px;
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0 1rem;
    transform: none;
    width: 100%;
  }

  .sc-screenshot-card-side {
    display: none;
  }

  .sc-screenshot-arrow {
    height: 48px;
    width: 48px;
  }

  .sc-screenshot-arrow-left {
    left: 1.5rem;
  }

  .sc-screenshot-arrow-right {
    right: 1.5rem;
  }

  .sc-support-card h2 {
    margin-bottom: 2rem;
  }

  .sc-support-card img {
    max-height: 260px;
    max-width: 78%;
  }

  .sc-outline-button {
    min-width: 170px;
  }

  .sc-video-shell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sc-video-track {
    grid-template-columns: repeat(3, minmax(82vw, 1fr));
    overflow: hidden;
    width: auto;
  }

  .sc-video-slide-next {
    display: none;
  }

  .sc-video-play {
    font-size: 1.55rem;
    height: 64px;
    width: 64px;
  }

  .sc-video-arrow {
    height: 48px;
    width: 48px;
  }

  #checkout-form .form-control,
  #checkout-form .form-select {
    padding: 10px;
  }

  #checkout-form .btn-outline-light {
    padding: 10px 15px;
  }
}
