:root {
  --ink: #2a2430;
  --cream: #f4efe4;
  --paper: #e6d7b0;
  --orange: #ff7b02;
  --orange-hover: #ff952e;
  --orange-active: #e06c00;
  --grey: #3a3a40;
  --grey-light: #4a4a52;
  --grey-dark: #1c1c20;
  --cel-fill: #2a2a30;
  --cel-well: #111114;
  --cel-hi: #ffb56a;
  --cel-shade: #1a1a1e;
  --cel-outline: #0a0a0c;
  --body-background: #141416;
  --header-grad: linear-gradient(#2a2a30, #16161a, #0e0e12);
  --btn-grad: linear-gradient(180deg, #ff9a3a, #ff7b02 45%, #e06c00);
  --btn-grad-hover: linear-gradient(180deg, #ffb056, #ff8a1a 45%, #ff7b02);
  --card: #1c1c22;
  --card-inner: #16161c;
  --chrome-text: #ffffff;
  --chrome-muted: #f4efe4;
  --surface: #16161c;
  --surface-hover: #2a2a30;
  --page-wash: radial-gradient(ellipse 90% 40% at 50% -10%, rgba(255, 123, 2, 0.18), transparent 55%),
    linear-gradient(#2a2a30 0%, #141416 30%, #0a0a0c 100%);
  --header-shadow: 0 2px 0 #0a0a0c, 0 8px 24px rgba(0, 0, 0, 0.45);
  --footer-grad: linear-gradient(#1a1a1e, #0e0e12);
  --paper-bg: #f4efe4;
  --banner-bg: #0e0e12;
  --tile-bg: #ffffff;
  --tile-border: #2e2e36;
  --tile-lip: #1a1a20;
  --font-ui: "Fredoka", "Nunito", "Segoe UI", sans-serif;
  --font-body: "Nunito", "Segoe UI", sans-serif;
}

html[data-theme="light"] {
  --body-background: #f3ece1;
  --header-grad: linear-gradient(#efe4d4, #e8d7bc, #deccaa);
  --card: #fff8f0;
  --card-inner: #ffffff;
  --chrome-text: #2a2430;
  --chrome-muted: #4a4650;
  --surface: #ffffff;
  --surface-hover: #fff1e4;
  --page-wash: radial-gradient(ellipse 90% 40% at 50% -10%, rgba(255, 123, 2, 0.14), transparent 55%),
    linear-gradient(#fff7ee 0%, #f4efe4 42%, #e8dfd2 100%);
  --header-shadow: 0 2px 0 #ff7b02, 0 8px 20px rgba(42, 36, 48, 0.12);
  --footer-grad: linear-gradient(#efe4d4, #e6d7b0);
  --cel-outline: #2a2430;
  --cel-well: #efe4d4;
  --cel-shade: #e6d7b0;
  --paper-bg: #ffffff;
  --banner-bg: #ddd3c4;
  --grey-dark: #2a2430;
  --tile-bg: #fff8f0;
  --tile-border: #2a2430;
  --tile-lip: #ff7b02;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--font-ui);
  font-size: 1rem;
  line-height: normal;
  color: var(--chrome-text);
  overflow-x: hidden;
  background: var(--body-background);
  background-image: var(--page-wash);
  background-attachment: fixed;
}

body {
  margin: 0;
  min-height: 100%;
  color: var(--chrome-muted);
  font-family: var(--font-ui);
  background: transparent;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.media,
.card-art,
.page-hero,
.banner-wrap,
.cta-band {
  overflow: hidden;
  isolation: isolate;
  position: relative;
}

.media img,
.card-art img,
.page-hero img,
.banner-wrap img,
.cta-band > img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

.header {
  background: var(--header-grad);
  position: relative;
  z-index: 20;
  box-shadow: var(--header-shadow);
}

.header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1124px;
  margin: 0 auto;
  width: 100%;
  min-height: 132px;
}

.logo {
  flex: 1 1;
  padding: 1rem;
  text-align: right;
}

.logo a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 210px;
  text-decoration: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
  filter: drop-shadow(0 0 8px rgba(255, 123, 2, 0.55));
}

html[data-theme="light"] .logo a,
html[data-theme="light"] .logo a:hover {
  filter: none;
}

.logo a:hover {
  filter: drop-shadow(0 0 10px rgba(255, 123, 2, 0.85));
}

.logo img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.logo-online {
  display: block;
  margin-top: -4px;
  color: var(--orange);
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.menu {
  flex: 3 1;
  text-align: center;
  align-self: center;
  padding-top: 0;
  margin-bottom: 35px;
  position: static;
}

.nav-links {
  position: relative;
  z-index: 30;
  padding: 0 0 1rem;
  margin: 0;
}

.nav-link {
  display: inline-block;
}

.nav-link > a,
.nav-link > button.linkish {
  color: var(--chrome-text);
  font-family: var(--font-ui);
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.15s;
  text-shadow: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin: 0 0.75rem;
}

.nav-link > a:hover,
.nav-link > button.linkish:hover {
  color: var(--orange);
}

.has-dropdown {
  position: relative;
}

.has-dropdown > a::after,
.has-dropdown > button.linkish::after {
  content: "▼";
  display: inline-block;
  margin-left: 5px;
  font-size: 0.7em;
  vertical-align: middle;
}

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--surface);
  min-width: 160px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
  border-radius: 4px;
  padding: 8px 0;
  z-index: 40;
  border: 1px solid var(--cel-outline);
}

.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown,
.has-dropdown.open .dropdown {
  display: block;
}

.dropdown a {
  display: block;
  padding: 8px 16px;
  color: var(--chrome-text);
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  text-shadow: none;
}

.dropdown a:hover {
  background: var(--surface-hover);
  color: var(--orange);
}

.announcements {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
  color: var(--chrome-text);
  z-index: 10;
  height: 1em;
  line-height: 1;
}

.announcements a {
  color: var(--chrome-text);
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

.announcements a:hover {
  color: var(--orange);
  text-decoration: underline;
}

.header-buttons {
  flex: 1 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border-radius: 999px;
  border: 1px solid var(--cel-outline);
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.theme-opt {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--chrome-text);
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  cursor: pointer;
  line-height: 1;
}

.theme-opt.is-on {
  background: var(--orange);
  color: #111114;
}

.play-btn {
  position: relative;
  border-radius: 17px;
  padding: 15px 2px;
  font-size: 22px;
  line-height: 24px;
  font-family: var(--font-ui);
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  width: 160px;
  background-image: var(--btn-grad);
  border: 1px solid #0a0a0c;
  z-index: 1;
  box-shadow:
    inset 0 1px 0 0 #ffb56a,
    0 1px 0 1.25px #8a3d00,
    0 3px 0 2px #0a0a0c;
  color: #fff;
}

.play-btn::before {
  content: "";
  border-radius: 17px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: var(--btn-grad-hover);
  opacity: 0;
  transition: opacity 0.15s;
  z-index: -1;
}

.play-btn:hover::before {
  opacity: 1;
}

.play-btn .play-text {
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0 auto;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #0a0a0c;
  paint-order: stroke fill;
}

.play-btn .play-outline {
  color: #fff;
  position: absolute;
  -webkit-text-stroke-width: 0;
  top: 0;
  left: 0;
  width: 100%;
}

.hamburger {
  display: none;
  cursor: pointer;
  padding: 10px;
  z-index: 40;
  background: none;
  border: 0;
}

.hamburger-icon {
  width: 30px;
  height: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger-icon span {
  display: block;
  height: 3px;
  width: 100%;
  background: var(--chrome-text);
  border-radius: 2px;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--surface);
  z-index: 50;
  width: 100%;
  border-bottom: 1px solid var(--cel-outline);
}

.mobile-menu.open {
  display: block;
}

.mobile-links {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mobile-links > a,
.mobile-about-header {
  color: var(--chrome-text);
  text-decoration: none;
  padding: 15px 0;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
  border-bottom: 1px solid var(--cel-shade);
  width: 100%;
  background: var(--surface);
  cursor: pointer;
}

.mobile-links > a:hover,
.mobile-about-header:hover {
  background: var(--surface-hover);
  color: var(--orange);
}

.mobile-about-header::after {
  content: "▼";
  display: inline-block;
  margin-left: 5px;
  font-size: 0.7em;
  vertical-align: middle;
}

.mobile-about-dropdown {
  display: none;
}

.mobile-about-dropdown.open {
  display: block;
}

.mobile-dropdown-item {
  padding: 15px 20px;
  background: var(--cel-well);
  color: var(--chrome-text);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
  display: block;
  border-bottom: 1px solid var(--cel-outline);
}

.mobile-dropdown-item:hover {
  background: var(--surface-hover);
  color: var(--orange);
}

.banner-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 420px;
  margin-bottom: 30px;
  background: var(--banner-bg);
  overflow: hidden;
  isolation: isolate;
}

.banner-wrap img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 42%;
  display: block;
}

.container {
  max-width: 1024px;
  flex: 1 1;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 95%;
  padding: 1.5rem;
}

.card-container {
  background: var(--card);
  border-radius: 15px;
  overflow: hidden;
  margin: 20px auto;
  max-width: 900px;
  padding: 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45), 0 3px 0 #ff7b02;
}

.card-row {
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.feature-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: var(--card-inner);
  padding: 15px;
  flex: 1 1 0;
  min-width: 0;
}

.feature-card:not(:last-child) {
  border-right: 1px solid hsla(0, 0%, 100%, 0.12);
}

html[data-theme="light"] .feature-card:not(:last-child) {
  border-right-color: rgba(42, 36, 48, 0.12);
}

.feature-card .card-art {
  width: 150px;
  aspect-ratio: 512 / 400;
  margin-bottom: 10px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 8px;
  flex-shrink: 0;
  background: var(--cel-well);
}

.feature-card .card-art img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}

.feature-card .card-copy {
  flex: 1 1;
  padding: 10px 8px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.feature-card h3 {
  font-size: 18px;
  text-align: center;
  margin: 0 0 8px;
  padding: 0;
  color: var(--chrome-text);
  font-weight: 700;
}

.feature-card .card-body {
  font-size: 13px;
  text-align: center;
  color: var(--chrome-muted);
  font-weight: 400;
  font-family: var(--font-body);
  margin-bottom: auto;
  line-height: 1.35;
}

.feature-card .card-btn {
  display: inline-block;
  background: var(--orange);
  color: #111114;
  border: 1px solid #0a0a0c;
  padding: 6px 12px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 600;
  box-shadow: 0 1px 0 #ffb56a inset, 0 2px 0 #0a0a0c;
}

.feature-card .card-btn:hover {
  background: var(--orange-hover);
  color: #111114;
  text-decoration: none;
}

.footer-wrap {
  position: relative;
  margin-top: auto;
  width: 100%;
  background: var(--footer-grad);
  z-index: 50;
  border-top: 3px solid #ff7b02;
}

.footer {
  font-size: 0.85rem;
  position: relative;
  min-height: 140px;
  width: 100%;
  color: var(--chrome-text);
}

.footer-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 18px 12px 22px;
  gap: 8px;
}

.footer .logo {
  text-align: center;
  width: 160px;
  padding: 0;
  flex: none;
}

.footer .logo a {
  width: 130px;
}

.footer-spacer {
  width: 160px;
  flex: none;
}

.footer-middle {
  flex: 3 1;
  max-width: 720px;
}

.footer-links {
  text-align: center;
  margin: 10px 0;
}

.footer-links a {
  color: var(--chrome-text);
  text-decoration: none;
  display: inline-block;
  padding: 0 8px 10px;
  font-size: 0.75rem;
  font-weight: 600;
}

.footer-links a:hover {
  color: var(--orange);
  text-decoration: underline;
}

.footer-links a:not(:last-child)::after {
  content: "|";
  color: var(--chrome-muted);
  margin-left: 16px;
  display: inline-block;
}

.disclaimer,
.copyright {
  text-align: center;
  font-size: 0.6rem;
  color: var(--chrome-muted);
  font-family: var(--font-body);
}

.disclaimer {
  margin-bottom: 4px;
}

.social {
  text-align: center;
  display: flex;
  align-items: center;
}

.social a {
  display: inline-flex;
  margin: 0 8px;
  color: var(--chrome-muted);
}

.social a:hover {
  color: var(--orange);
}

.social svg {
  width: 24px;
  height: 24px;
  display: block;
}

/* Inner pages */
.page-shell {
  max-width: 1024px;
  margin: 24px auto 60px;
  width: 95%;
  position: relative;
  z-index: 1;
}

.page-paper {
  background: var(--paper-bg);
  color: var(--ink);
  border-left: 1px solid #2e2e36;
  border-right: 1px solid #2e2e36;
  padding: 40px;
  margin-top: 36px;
  position: relative;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 12px 12px;
}

html[data-theme="light"] .page-paper {
  box-shadow: 0 12px 40px rgba(42, 36, 48, 0.12);
  border-top: 3px solid var(--orange);
  border-left-color: #d8cfc0;
  border-right-color: #d8cfc0;
}

.page-paper h1 {
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  color: var(--ink);
  margin: 0 0 20px;
}

.page-paper h2 {
  font-size: 22px;
  font-weight: 700;
  color: #3e3e46;
  text-align: left;
  margin: 30px 0 15px;
}

.page-paper h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--grey-dark);
  margin: 18px 0 8px;
}

.page-paper p,
.page-paper li {
  color: #4a4650;
  font-size: 16px;
  line-height: 1.6;
  font-family: var(--font-body);
}

.page-paper p {
  margin-bottom: 15px;
  max-width: 42rem;
  text-align: left;
}

.page-paper a {
  color: var(--orange-active);
  text-decoration: none;
  font-weight: 700;
}

.page-paper a:hover {
  color: var(--orange);
  text-decoration: underline;
}

.page-hero {
  width: 100%;
  aspect-ratio: 16 / 6;
  max-height: 360px;
  border-radius: 12px;
  overflow: hidden;
  isolation: isolate;
  margin: 12px 0 28px;
  background: var(--cel-well);
}

.page-hero img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  display: block;
}

.loc-grid,
.game-grid,
.feature-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1rem 0 1.5rem;
}

.loc-grid.do-grid {
  grid-template-columns: repeat(2, 1fr);
}

.loc-card,
.game-card,
.mascot-card {
  background: var(--tile-bg);
  border: 2px solid var(--tile-border);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: block;
  box-shadow: 0 3px 0 var(--tile-lip);
}

.loc-card:hover,
.game-card:hover {
  transform: translateY(-2px);
}

.loc-card > .media,
.game-card > .media,
.mascot-card > .media {
  height: 140px;
  background: var(--cel-well);
}

.loc-card img,
.game-card img,
.mascot-card img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}

.loc-card h3,
.game-card h3,
.mascot-card h3 {
  margin: 10px 12px 4px;
  text-align: center;
}

.loc-card p,
.game-card p,
.mascot-card p {
  max-width: none;
  margin: 0 12px 14px;
  font-size: 14px;
  text-align: center;
}

.join-wrap {
  position: relative;
  margin: 8px 0 24px;
  padding: 22px 10px;
  border-radius: 12px;
  overflow: hidden;
}

.join-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/loc-town.jpg") center / cover no-repeat;
  opacity: 0.12;
  pointer-events: none;
}

.join-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.join-tile {
  background: var(--tile-bg);
  border: 2px solid var(--tile-border);
  box-shadow: 0 3px 0 var(--orange);
  border-radius: 12px;
  padding: 22px 14px 18px;
  text-align: center;
}

.join-tile strong {
  display: block;
  font-size: 2rem;
  line-height: 1.1;
  color: var(--orange);
  font-family: var(--font-ui);
}

.join-tile span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #4a4650;
  font-family: var(--font-body);
}

.cta-band {
  position: relative;
  border-radius: 12px;
  min-height: 200px;
  overflow: hidden;
  margin: 24px 0 8px;
  display: flex;
  align-items: center;
}

.cta-band > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 42%;
}

.cta-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 12, 0.55);
}

.cta-band-inner {
  position: relative;
  z-index: 1;
  padding: 32px 28px;
  width: 100%;
}

.page-paper .cta-band-inner h2 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 28px;
}

.page-paper .cta-band-inner p {
  color: #f4efe4;
  max-width: 42rem;
  margin: 0 0 16px;
}

.cta-band .cta-row {
  margin: 0;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin: 16px 0;
}

.paper-btn {
  display: inline-block;
  background: var(--btn-grad);
  color: #fff !important;
  border: 1px solid #0a0a0c;
  padding: 10px 18px;
  border-radius: 16px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 #ffb56a, 0 2px 0 #0a0a0c;
}

.paper-btn:hover {
  background: var(--btn-grad-hover);
  color: #fff !important;
}

.paper-btn.alt {
  background: #111114;
  color: var(--cream) !important;
  box-shadow: 0 2px 0 var(--orange);
}

.feature-block {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.25rem;
  background: var(--tile-bg);
  border: 2px solid var(--tile-border);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 3px 0 var(--tile-lip);
}

.feature-block > .media {
  height: 160px;
  border-radius: 8px;
  background: var(--cel-well);
}

.feature-block img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 16px;
  align-items: start;
  background: var(--tile-bg);
  border: 2px solid var(--tile-border);
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 3px 0 var(--tile-lip);
}

.news-item > .media {
  height: 120px;
  border-radius: 8px;
  background: var(--cel-well);
}

.news-item img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}

.news-item time {
  display: inline-block;
  background: var(--orange);
  color: #111114;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-ui);
}

.news-item ul {
  margin: 0 0 12px;
  padding-left: 1.15rem;
}

.news-item li {
  max-width: 42rem;
}

.status-ok {
  display: inline-block;
  background: #3d7a4a;
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .feature-card {
    flex-direction: row;
    align-items: center;
    height: auto;
    gap: 14px;
  }

  .feature-card:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
  }

  html[data-theme="light"] .feature-card:not(:last-child) {
    border-bottom-color: rgba(42, 36, 48, 0.12);
  }

  .card-row {
    flex-direction: column;
  }

  .feature-card .card-art {
    width: 128px;
    margin-bottom: 0;
  }

  .loc-grid,
  .loc-grid.do-grid,
  .game-grid,
  .join-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .header-inner {
    flex-direction: column;
    padding: 10px;
  }

  .logo {
    text-align: center;
    margin-bottom: 4px;
  }

  .menu {
    width: 100%;
    margin-bottom: 8px;
  }

  .announcements {
    display: none;
  }

  .header-buttons {
    justify-content: center;
    align-items: center;
    padding: 0 1rem 1rem;
  }
}

@media (max-width: 768px) {
  .hamburger {
    display: block;
    margin: 0 auto;
  }

  .nav-links {
    display: none;
  }

  .banner-wrap {
    height: 240px;
    margin-bottom: 20px;
  }

  .banner-wrap img {
    height: 100%;
  }

  .page-hero {
    aspect-ratio: 16 / 7;
    max-height: 240px;
  }

  .feature-block > .media,
  .news-item > .media {
    height: 180px;
  }

  .page-paper {
    padding: 22px 16px;
  }

  .page-paper h1 {
    font-size: 28px;
  }

  .page-paper p {
    max-width: 100%;
  }

  .feature-block,
  .split,
  .news-item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .footer-inner {
    flex-direction: column;
    row-gap: 15px;
  }

  .footer .logo,
  .footer-spacer {
    display: none;
  }

  .feature-card {
    flex-direction: column;
  }

  .feature-card .card-art {
    width: min(200px, 72%);
    margin-bottom: 10px;
  }
}
