:root {
  --bg: #d9f4ee;
  --paper: #fffaf3;
  --ink: #14213d;
  --muted: #3d5360;
  --line: #9ad9cf;
  --accent: #ee4266;
  --accent-dark: #c92c4e;
  --teal: #0d9488;
  --mango: #ffb703;
  --grape: #5c4d7d;
  --on-dark: #e9fff8;
  --dark: #073b4c;
  --radius: 24px;
  --radius-sm: 14px;
  --header-h: 76px;
  --font-display: "Trebuchet MS", "Avenir Next", "Segoe UI", sans-serif;
  --font-body: "Segoe UI", "Helvetica Neue", system-ui, sans-serif;
  --shadow: 0 14px 32px rgba(7, 59, 76, 0.14);
}

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

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 183, 3, 0.38), transparent 26%),
    radial-gradient(circle at 92% 8%, rgba(238, 66, 102, 0.18), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(13, 148, 136, 0.16), transparent 30%),
    var(--bg);
}

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

a {
  color: var(--accent);
  text-underline-offset: 3px;
}

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

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

body.age-open {
  overflow: hidden;
}

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 243, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(7, 59, 76, 0.08);
}

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

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 650;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--mango);
}

.nav-toggle {
  display: none;
  border: 0;
  background: var(--mango);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  padding: 8px 16px;
  border-radius: 999px;
  cursor: pointer;
}

.site-nav ul {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a {
  display: inline-block;
  text-decoration: none;
  color: var(--ink);
  font-weight: 800;
  padding: 8px 14px;
  border-radius: 999px;
}

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

.hero {
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 183, 3, 0.32), transparent 28%),
    linear-gradient(160deg, #073b4c 0%, #0a5c5a 58%, #126b63 100%);
  color: var(--on-dark);
  padding: 48px 0 52px;
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
}

.hero a:not(.btn) {
  color: var(--on-dark);
}

.hero-split {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 36px;
  align-items: center;
}

.hero-copy h1 {
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 5vw, 3.6rem);
  line-height: 1.05;
  font-weight: 650;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  max-width: 13ch;
}

.standfirst {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 183, 3, 0.22);
  color: #ffe7a3;
  font-size: 0.92rem;
  font-weight: 800;
}

.lead {
  font-size: 1.14rem;
  margin: 0 0 18px;
  max-width: 42ch;
}

.warning {
  margin: 0 0 16px;
  font-weight: 700;
  line-height: 1.45;
}

.hero-warning {
  margin: 0 0 16px;
  padding: 14px 16px;
  background: rgba(255, 250, 243, 0.12);
  border: 2px solid rgba(255, 183, 3, 0.55);
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.45;
  color: #fff8e7;
  max-width: 46ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-art {
  margin: 0;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 6px solid rgba(255, 250, 243, 0.18);
  background: #0a4a4f;
}

.hero-art img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}

.play-side img,
.play-split img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 220px;
  background: var(--dark);
  border-radius: var(--radius);
}

.warn-strip {
  background: var(--mango);
  color: var(--ink);
  padding: 18px 0;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.45;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}

.warn-strip p {
  margin: 0;
  max-width: 92ch;
}

.section {
  padding: 52px 0;
}

.section-alt {
  background: rgba(255, 250, 243, 0.55);
  border-radius: 36px;
  margin: 0 16px;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: end;
  margin-bottom: 22px;
}

.section h2,
.page-hero h1,
.prose h1 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.4vw, 2.5rem);
  line-height: 1.15;
  font-weight: 650;
  margin: 0 0 8px;
}

.muted {
  color: var(--muted);
  margin: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 20px;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: #fff8f4;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  box-shadow: 0 6px 0 var(--accent-dark);
}

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

.btn-ghost {
  background: var(--paper);
  color: var(--ink);
  border: 2px solid var(--ink);
  box-shadow: 0 6px 0 var(--ink);
}

.btn-ghost:hover {
  background: var(--ink);
  color: var(--on-dark);
  border-color: var(--ink);
}

.hero .btn-ghost {
  background: #fffdf8;
  color: #14213d;
  border-color: #fffdf8;
  box-shadow: 0 6px 0 #0a2f38;
}

.hero .btn-ghost:hover {
  background: var(--mango);
  color: #14213d;
  border-color: var(--mango);
}

.btn-gold,
.operator-band .btn-gold,
.hero .btn-gold,
.site-footer .btn-gold {
  background: var(--mango);
  color: #14213d;
  border: 2px solid #14213d;
  box-shadow: 0 5px 0 #14213d;
}

.btn-gold:hover,
.operator-band .btn-gold:hover,
.hero .btn-gold:hover {
  background: #ffe08a;
  color: #14213d;
}

.btn-teal {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 6px 0 #0b7a71;
}

.btn-teal:hover {
  background: #0b7a71;
  color: #fff;
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}

.home-catalog {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 16px;
}

.game-feature,
.game-tile {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  background: var(--dark);
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.game-feature img,
.game-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-feature img {
  aspect-ratio: 16 / 11;
  min-height: 360px;
}

.game-tile img {
  aspect-ratio: 16 / 10;
}

.game-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 18px;
  background: linear-gradient(transparent, rgba(7, 59, 76, 0.94));
  color: var(--on-dark);
}

.game-caption h3,
.game-caption strong {
  display: block;
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 650;
}

.game-caption p {
  margin: 0 0 8px;
  color: #d8f3ee;
  font-size: 0.98rem;
}

.game-caption span {
  display: inline-block;
  font-weight: 800;
  color: var(--ink);
  background: var(--mango);
  padding: 4px 12px;
  border-radius: 999px;
  text-decoration: none;
}

.home-stack {
  display: grid;
  gap: 16px;
}

.home-stack .game-tile img {
  aspect-ratio: 16 / 7;
  min-height: 118px;
}

.lobby {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 16px;
}

.lobby .game-tile:first-child {
  grid-row: 1 / span 2;
}

.lobby .game-tile:first-child img {
  min-height: 100%;
  aspect-ratio: auto;
  height: 100%;
}

.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.fact {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 18px 18px 16px;
  box-shadow: var(--shadow);
  min-height: 100%;
}

.fact b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin-bottom: 6px;
  color: var(--accent);
}

.fact p {
  margin: 0;
  color: var(--muted);
}

.limits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.limit-card {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
}

.limit-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 1.3rem;
}

.limit-card ul {
  margin: 0;
  padding-left: 1.15rem;
}

.limit-card li {
  margin: 0 0 8px;
}

.operator-band {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
  background: var(--dark);
  color: var(--on-dark);
  border-radius: 32px;
  padding: 28px;
}

.operator-band a:not(.btn) {
  color: var(--mango);
}

.operator-band h2 {
  color: #fff;
}

.help-band {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: var(--radius);
  background: var(--paper);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 28px;
  box-shadow: var(--shadow);
}

.help-band p {
  margin: 0;
  flex: 1 1 240px;
}

.help-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.help-links a {
  display: flex;
  align-items: center;
  min-height: 44px;
  background: #fff;
  padding: 8px 12px;
  border-radius: 16px;
}

.help-links img {
  height: 26px;
  width: auto;
}

.how-split {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  align-items: start;
}

.how-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.how-list li {
  display: grid;
  grid-template-columns: 3.4rem 1fr;
  gap: 16px;
  padding: 18px 18px 16px;
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.how-list b {
  display: grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 650;
}

.how-list h3 {
  margin: 0 0 6px;
  font-size: 1.18rem;
  font-family: var(--font-display);
}

.how-list p {
  margin: 0;
  color: var(--muted);
}

.faq {
  columns: 2;
  column-gap: 20px;
}

.faq details {
  break-inside: avoid;
  padding: 14px 16px;
  margin-bottom: 12px;
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
  font-family: var(--font-display);
  font-size: 1.12rem;
}

.faq details p {
  margin: 8px 0 0;
  color: var(--muted);
}

.page-hero {
  padding: 36px 0 8px;
}

.page-hero .lead {
  max-width: 62ch;
}

.page-banner {
  padding: 36px 0 40px;
}

.page-banner .hero-copy h1 {
  max-width: 16ch;
}

.page-banner .hero-art img {
  aspect-ratio: 16 / 9;
  min-height: 220px;
}

.media-card {
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.media-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.media-body {
  padding: 22px;
}

.media-body h2 {
  margin-top: 0;
}

.about-grid,
.break-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

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

.about-grid .limit-card h3,
.break-grid .limit-card h3 {
  color: var(--accent);
}

.stack {
  display: grid;
  gap: 16px;
}

.help-band.compact,
.stack .help-band {
  margin-top: 0;
}

.prose {
  max-width: 72ch;
  overflow-wrap: break-word;
}

.prose h2 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  margin: 28px 0 10px;
}

.prose h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 22px 0 8px;
}

.prose p,
.prose li {
  margin: 0 0 12px;
}

.prose ul {
  padding-left: 1.2rem;
}

.panel {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: start;
}

.form-field {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.form-field span {
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  font: inherit;
  padding: 12px 14px;
  border: 2px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--ink);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.form-status {
  min-height: 1.4em;
  font-weight: 800;
  margin: 8px 0 0;
}

.play-split {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 22px;
  align-items: start;
}

.play-side .warning {
  margin: 0 0 16px;
  font-weight: 700;
}

.game-layout {
  display: grid;
  gap: 16px;
}

.game-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.balance {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  background: var(--paper);
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.balance b {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--teal);
}

.controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stage {
  position: relative;
  background: #111;
  overflow: hidden;
  min-height: 520px;
  border-radius: var(--radius);
}

.stage iframe {
  width: 100%;
  height: min(72vh, 740px);
  min-height: 520px;
  border: 0;
  background: #111;
}

.stage-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(7, 59, 76, 0.92);
  color: var(--on-dark);
}

.stage-overlay[hidden],
.age-modal[hidden],
.thanks-modal[hidden],
.notice[hidden],
[hidden] {
  display: none !important;
}

.stage-card {
  width: min(520px, 100%);
  background: var(--paper);
  color: var(--ink);
  padding: 24px;
  text-align: left;
  border-radius: var(--radius);
}

.stage-card h2,
.stage-card h3 {
  font-family: var(--font-display);
  margin: 0 0 10px;
}

.loader {
  width: 36px;
  height: 36px;
  border: 3px solid var(--line);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto 12px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.age-modal,
.thanks-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(7, 59, 76, 0.88);
  display: grid;
  place-items: center;
  padding: max(12px, env(safe-area-inset-top, 0px)) max(12px, env(safe-area-inset-right, 0px)) max(12px, env(safe-area-inset-bottom, 0px)) max(12px, env(safe-area-inset-left, 0px));
  overflow: auto;
}

.age-card {
  width: min(32rem, 100%);
  max-height: min(90dvh, 100%);
  overflow: auto;
  background: var(--paper);
  padding: clamp(16px, 4.2vw, 28px);
  border-radius: clamp(16px, 4vw, 28px);
  box-shadow: var(--shadow);
}

.age-card h2 {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 4.4vw, 1.7rem);
  line-height: 1.2;
  margin: 0 0 10px;
}

.age-card p {
  margin: 0 0 12px;
  overflow-wrap: anywhere;
}

.age-note {
  color: var(--muted);
  font-size: clamp(0.9rem, 3vw, 0.98rem);
}

.age-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.age-actions .btn {
  flex: 1 1 100%;
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  text-align: center;
  white-space: normal;
  line-height: 1.25;
  box-sizing: border-box;
}

.age-legal {
  margin: 28px 0 0;
  font-size: clamp(0.85rem, 2.8vw, 0.95rem);
  color: var(--muted);
}

.age-legal a {
  color: var(--accent);
}

@media (min-width: 640px) {
  .age-actions .btn {
    flex: 1 1 calc(50% - 5px);
    width: auto;
  }
}

html[data-age="confirmed"] .age-modal,
html[data-age="denied"] .age-modal {
  display: none !important;
}

html[data-age="denied"] [data-play-area],
html[data-age="denied"] .home-catalog,
html[data-age="denied"] .lobby,
html[data-age="denied"] .hero-actions a[href="/games"],
html[data-age="denied"] .section-head a[href="/games"] {
  display: none !important;
}

html[data-age="denied"] [data-blocked] {
  display: block !important;
}

.blocked {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
}

.site-footer {
  margin-top: 24px;
  background: var(--dark);
  color: var(--on-dark);
  padding: 44px 0 28px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.site-footer a:not(.btn) {
  color: #ffd56a;
}

.site-footer a:not(.btn):hover {
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 28px;
}

.footer-brand {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.footer-brand img {
  width: 44px;
  height: 44px;
  border-radius: 14px;
}

.footer-brand strong {
  font-family: var(--font-display);
  font-size: 1.4rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 10px 0 0;
}

.footer-warning {
  margin: 28px 0 0;
  padding: 16px 18px;
  background: rgba(255, 183, 3, 0.16);
  border-radius: var(--radius);
  font-weight: 800;
}

.footer-help {
  margin-top: 22px;
}

.footer-help .help-band {
  margin: 0;
  color: var(--ink);
}

.notice {
  position: sticky;
  bottom: 0;
  z-index: 40;
  background: var(--paper);
  color: var(--ink);
  padding: 12px 0;
  box-shadow: 0 -8px 24px rgba(7, 59, 76, 0.12);
}

.notice-inner {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.notice p {
  margin: 0;
  flex: 1 1 240px;
}

.prose table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--paper);
  font-size: 1rem;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.prose th,
.prose td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.prose th {
  background: var(--dark);
  color: var(--on-dark);
}

.table-wrap {
  overflow-x: auto;
  margin: 0 0 18px;
}

.storage-list {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
}

.storage-card {
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 16px 18px 14px;
}

.storage-card h3,
.prose .storage-card h3 {
  margin: 0 0 12px;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--dark);
  word-break: break-word;
}

.storage-card dl {
  margin: 0;
  display: grid;
  gap: 10px;
}

.storage-card dl div {
  display: grid;
  grid-template-columns: 7.2rem 1fr;
  gap: 10px 14px;
  align-items: start;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.storage-card dt {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--teal);
}

.storage-card dd {
  margin: 0;
  color: var(--ink);
}

@media (max-width: 560px) {
  .storage-card dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 1024px) {
  .hero-split,
  .home-catalog,
  .how-split,
  .contact-grid,
  .play-split,
  .footer-grid,
  .limits,
  .operator-band,
  .facts,
  .about-grid,
  .break-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lobby {
    grid-template-columns: 1fr 1fr;
  }

  .lobby .game-tile:first-child {
    grid-row: auto;
  }

  .faq {
    columns: 1;
  }
}

@media (max-width: 768px) {
  .wrap {
    width: min(1180px, calc(100% - 28px));
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    position: absolute;
    left: 12px;
    right: 12px;
    top: var(--header-h);
    background: var(--paper);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 12px;
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    gap: 6px;
  }

  .hero-split,
  .home-catalog,
  .how-split,
  .contact-grid,
  .play-split,
  .footer-grid,
  .lobby,
  .facts,
  .limits,
  .operator-band,
  .about-grid,
  .break-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    grid-template-columns: 1fr;
  }

  .stage,
  .stage iframe {
    min-height: 420px;
  }

  .section-alt {
    margin: 0 10px;
  }
}

@media (max-width: 390px) {
  body {
    font-size: 1rem;
  }

  .btn,
  .controls .btn {
    width: 100%;
  }

  .hero-actions .btn {
    width: auto;
    flex: 1 1 auto;
  }
}
