/* styles.css 1.5.2 — local woff2, subscribe, overlays */
@font-face {
  font-family: "Oswald";
  src: url("/fonts/oswald-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Oswald";
  src: url("/fonts/oswald-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #121010;
  --bg-raise: #1a1414;
  --bg-card: #1c1616;
  --ink: #efe6e2;
  --muted: #c8b8b2;
  --line: #3a2a2a;
  --accent: #c8102e;
  --accent-hover: #e01a3a;
  --accent-ink: #fff8f6;
  --focus: #ff6b7a;
  --header-h: 4.25rem;
  --space: 1.25rem;
  --max: 72rem;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;
  --font-display: "Oswald", "Arial Narrow", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  min-height: 100vh;
}

body.is-locked {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--accent-ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--accent-hover);
}

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 0.75rem;
  top: -4rem;
  z-index: 100;
  background: var(--accent);
  color: var(--accent-ink);
  padding: 0.5rem 0.85rem;
  font-weight: 600;
}

.skip-link:focus {
  top: 0.75rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.stars svg.is-empty {
  fill: #3a2a2a;
}

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.section {
  padding: 3.5rem 0;
}

.section--tight {
  padding: 2.5rem 0;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: 0.02em;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.section-lead {
  margin: 0 0 1.75rem;
  color: var(--muted);
  max-width: 40rem;
}

.page-hero {
  position: relative;
  padding: 6.5rem 0 2.5rem;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.page-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__media::after,
.page-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(18 16 16 / 0.58);
  pointer-events: none;
}

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

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 3.25rem);
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  letter-spacing: 0.02em;
}

.page-hero p {
  margin: 0;
  color: var(--muted);
  max-width: 40rem;
}

.prose {
  max-width: 46rem;
}

.prose h2 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 2rem 0 0.6rem;
}

.prose p,
.prose li {
  color: var(--ink);
}

.prose a {
  color: var(--focus);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #100e0e;
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 1rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.logo img {
  width: 2rem;
  height: 2rem;
  object-fit: cover;
}

.nav-desktop {
  display: none;
}

.nav-desktop ul {
  display: flex;
  gap: 1.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-desktop a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.nav-desktop a[aria-current="page"],
.nav-desktop a:hover {
  color: var(--accent-hover);
}

.menu-toggle {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  background: var(--bg-raise);
  color: var(--ink);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 1.15rem;
  height: 2px;
  background: var(--ink);
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
}

.mobile-nav.is-open {
  pointer-events: auto;
}

.mobile-nav__overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0.62);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.mobile-nav.is-open .mobile-nav__overlay {
  opacity: 1;
}

.mobile-nav__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(20rem, 88vw);
  height: 100%;
  background: #160f0f;
  border-left: 1px solid var(--line);
  padding: 1.25rem;
  transform: translateX(100%);
  opacity: 0.6;
  transition:
    transform 0.28s ease,
    opacity 0.28s ease;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.mobile-nav.is-open .mobile-nav__panel {
  transform: translateX(0);
  opacity: 1;
}

.mobile-nav__close {
  align-self: flex-end;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 1.25rem;
  cursor: pointer;
}

.mobile-nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.mobile-nav nav a {
  display: block;
  padding: 0.7rem 0.2rem;
  color: var(--ink);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 1.35rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.55rem 1.15rem;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  color: var(--accent-ink);
  background: var(--accent);
}

.btn:hover {
  background: var(--accent-hover);
  color: var(--accent-ink);
}

.btn--ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}

.btn--ghost:hover {
  border-color: var(--accent);
  color: var(--accent-ink);
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 3rem 0 4rem;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 38rem;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 8vw, 4.1rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  margin: 0 0 1rem;
}

.hero p {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 1.1rem;
}

.features-grid,
.games-grid,
.feedback-grid,
.benefits-list {
  display: grid;
  gap: 1rem;
}

.feature-card,
.game-card,
.feedback-card,
.benefit-item {
  background: var(--bg-card);
  border: 1px solid var(--line);
  padding: 1.15rem;
}

.game-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.feature-card h3,
.game-card h3,
.benefit-item h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  margin: 0.7rem 0 0.4rem;
}

.feature-card p,
.benefit-item p {
  margin: 0;
  color: var(--muted);
}

.game-card p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.feature-card svg,
.benefit-item svg {
  width: 1.75rem;
  height: 1.75rem;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.8;
}

.game-card__image-wrapper {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  margin: -1.15rem -1.15rem 1rem;
  border-bottom: 1px solid var(--line);
}

.game-card__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-card .btn {
  margin-top: auto;
}

.featured-play {
  padding-top: 2.5rem;
}

.iframe-wrapper {
  aspect-ratio: 1140 / 735;
  width: 100%;
  overflow: hidden;
  background: #0a0808;
  border: 1px solid var(--line);
}

.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  margin-bottom: 16px;
  opacity: 0;
  transition: opacity 0.3s;
}

.iframe-wrapper iframe.is-ready {
  opacity: 1;
}

.live-feed {
  margin-top: 1rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-raise);
}

.live-feed__label {
  padding: 0.55rem 0.85rem 0;
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
  color: var(--muted);
}

.live-feed__window {
  overflow: hidden;
  padding: 0.7rem 0 0.85rem;
}

.live-feed__track {
  display: flex;
  gap: 2rem;
  width: max-content;
  animation: ticker 48s linear infinite;
}

.live-feed__item {
  white-space: nowrap;
  color: var(--ink);
  font-size: 0.95rem;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

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

.leaderboard__media {
  position: absolute;
  inset: -20% 0;
  z-index: 0;
  opacity: 0.5;
}

.leaderboard__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}

.leaderboard .container {
  position: relative;
  z-index: 1;
}

.player-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.player {
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  gap: 0.75rem;
  align-items: center;
  background: rgb(18 16 16 / 0.86);
  border: 1px solid var(--line);
  padding: 0.75rem;
}

.player img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
}

.player__name {
  margin: 0 0 0.4rem;
  font-weight: 600;
}

.player__score {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.progress {
  height: 0.45rem;
  background: #2a2020;
  overflow: hidden;
}

.progress__bar {
  height: 100%;
  width: 0;
  background: var(--accent);
  transition: width 1.1s ease;
}

.stars {
  display: flex;
  gap: 0.15rem;
  margin-bottom: 0.65rem;
}

.stars svg {
  width: 1rem;
  height: 1rem;
  fill: var(--accent);
}

.feedback-card blockquote {
  margin: 0 0 1rem;
  color: var(--ink);
}

.feedback-author {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.feedback-author img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: cover;
}

.feedback-author p {
  margin: 0;
  font-weight: 600;
  color: var(--ink);
}

.disclaimer {
  background: var(--bg-raise);
  border-block: 1px solid var(--line);
}

.disclaimer a {
  color: var(--focus);
}

.site-footer {
  background: #0d0b0b;
  border-top: 1px solid var(--line);
  padding: 2.5rem 0 6.5rem;
}

.footer-grid {
  display: grid;
  gap: 1.75rem;
}

.site-footer h2 {
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.7rem;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.site-footer a {
  color: var(--muted);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--ink);
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 1.75rem 0 1rem;
  align-items: center;
}

.footer-badges a {
  display: block;
}

.footer-badges img,
.footer-badges svg:not(.svg-icon) {
  height: 2.75rem;
  width: auto;
  display: block;
}

.footer-legal {
  display: grid;
  gap: 0.45rem;
}

.footer-legal-name {
  margin: 0;
  font-weight: 600;
  color: var(--ink);
}

.footer-address,
.office-address {
  font-style: normal;
  color: var(--muted);
  line-height: 1.5;
}

.footer-address {
  margin: 0;
}

.office-address p {
  margin: 0 0 0.65rem;
}

.map-embed {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  background: #0a0808;
  border: 1px solid var(--line);
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.copyright {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgb(0 0 0 / 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease;
}

.modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.modal-overlay--age {
  z-index: 80;
}

.modal {
  width: min(32rem, 100%);
  background: #161111;
  border: 1px solid var(--line);
  padding: 1.5rem;
  transform: translateY(0.6rem);
  transition: transform 0.28s ease;
}

.modal-overlay.is-open .modal {
  transform: translateY(0);
}

.modal h2 {
  font-family: var(--font-display);
  text-transform: uppercase;
  margin: 0 0 0.7rem;
  font-size: 1.55rem;
}

.modal p {
  margin: 0 0 1.25rem;
  color: var(--muted);
}

.modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: #160f0f;
  border-top: 1px solid var(--line);
  padding: 1rem 0;
  transform: translateY(110%);
  opacity: 0;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.cookie-banner.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.cookie-banner.is-hiding {
  transform: translateY(110%);
  opacity: 0;
}

.cookie-banner__inner {
  display: grid;
  gap: 0.85rem;
}

.cookie-banner p {
  margin: 0;
  color: var(--ink);
}

.cookie-banner a {
  color: var(--focus);
}

.cookie-banner__actions {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.form {
  display: grid;
  gap: 0.9rem;
  max-width: 36rem;
}

.form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 600;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line);
  background: #100e0e;
  color: var(--ink);
  font: inherit;
}

.form textarea {
  min-height: 8rem;
  resize: vertical;
}

.form-note {
  margin-top: 1.25rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.form-note a {
  color: var(--focus);
}

.subscribe {
  border-top: 1px solid var(--line);
}

.subscribe-form__row {
  display: grid;
  gap: 0.6rem;
}

.faq-list {
  display: grid;
  gap: 0.55rem;
}

.faq-item {
  border: 1px solid var(--line);
  background: var(--bg-card);
}

.faq-item button {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  color: var(--ink);
  font: inherit;
  font-weight: 600;
  padding: 0.95rem 1rem;
  cursor: pointer;
}

.faq-item__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
}

.faq-item__panel p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--muted);
}

.faq-item.is-open .faq-item__panel {
  max-height: 16rem;
}

@media (min-width: 640px) {
  .features-grid,
  .feedback-grid,
  .benefits-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .games-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .cookie-banner__inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .subscribe-form__row {
    grid-template-columns: 1fr auto;
    align-items: stretch;
  }
}

@media (min-width: 900px) {
  .nav-desktop {
    display: block;
  }

  .menu-toggle {
    display: none;
  }

  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .games-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .feedback-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1100px) {
  .games-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* --- aliases / leftovers from the Aug pass. @sarah 22.08 don't delete until we finish the rename --- */
.main-header {
  /* same as .site-header, both used */
}
.dmt-topbar {
  min-height: var(--header-h);
}
.hero-section,
.hero-baner {
  position: relative;
}
.app-btn,
.card-btn {
  min-height: 48px;
}
.ui-dialog {
}
.gameGrid {
  display: grid;
  gap: 1rem;
}
.secton-dark {
  background: var(--bg-raise);
}
.pricin-card,
.card-fix-2026 {
  background: var(--bg-card);
  border: 1px solid var(--line);
  padding: 1.15rem;
}
.footerCol h2 {
  margin-top: 0;
}

.mw-note {
  color: var(--muted);
  font-size: 0.9rem;
}
.cmz-strip {
  letter-spacing: 0.04em;
}
