:root {
  --ink: #17211b;
  --muted: #5f6c63;
  --paper: #fffaf0;
  --surface: #f2ead8;
  --stone: #6f776f;
  --deep: #1f2b28;
  --moss: #4f8f55;
  --leaf: #88b65e;
  --gold: #e6b84c;
  --clay: #ba7651;
  --water: #4da1a9;
  --crystal: #7d6ee8;
  --line: rgba(23, 33, 27, .16);
  --shadow: 0 18px 45px rgba(31, 43, 40, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fffaf0 0%, #efe3cb 100%);
}
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(16px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 240, .92);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 1.18rem;
  text-decoration: none;
}
.brand-mark,
.block-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  background:
    linear-gradient(#6aa957 0 50%, #8b613f 50%),
    linear-gradient(90deg, rgba(255,255,255,.18) 0 25%, transparent 25% 50%, rgba(0,0,0,.08) 50% 75%, transparent 75%);
  box-shadow: inset 0 -4px rgba(0,0,0,.12), 0 3px 0 rgba(23, 33, 27, .2);
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .92rem;
}
.site-nav a {
  padding: 9px 10px;
  border-radius: 6px;
  text-decoration: none;
  color: #314239;
}
.site-nav a:hover,
.site-nav a.active { background: rgba(79, 143, 85, .16); color: #16351f; }
.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: 670px;
  display: grid;
  align-items: center;
  padding: clamp(48px, 8vw, 96px) clamp(18px, 5vw, 70px);
  overflow: hidden;
  color: #fffaf0;
  background: #1d2927;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(22, 27, 24, .82) 0%, rgba(22, 27, 24, .52) 42%, rgba(22, 27, 24, .12) 100%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 640px;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: .78rem;
}
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; font-size: clamp(3.1rem, 8vw, 7rem); line-height: .88; letter-spacing: 0; }
h2 { font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; margin-bottom: 16px; }
h3 { margin-bottom: 10px; }
p { line-height: 1.7; }
.hero-copy p:not(.eyebrow) { font-size: clamp(1.06rem, 2vw, 1.28rem); max-width: 620px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  border: 0;
  border-radius: 6px;
  padding: 13px 18px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
}
.button.primary { background: var(--gold); color: #241b0a; box-shadow: 0 5px 0 #9d6f20; }
.button.secondary { background: rgba(255, 250, 240, .14); color: #fffaf0; border: 1px solid rgba(255,255,255,.36); }
.button.small { min-height: 38px; padding: 9px 12px; }

.hero-art {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, #526c75 0 40%, #2b3430 40% 100%);
}
.hero-art span { position: absolute; display: block; }
.sun { right: 11%; top: 11%; width: 82px; height: 82px; background: var(--gold); box-shadow: 0 0 42px rgba(230, 184, 76, .55); }
.mountain { bottom: 25%; width: 42%; height: 42%; background: #64715f; clip-path: polygon(0 100%, 48% 0, 100% 100%); }
.mountain.one { right: 0; }
.mountain.two { right: 27%; background: #55635a; transform: scale(.82); }
.cave { right: 8%; bottom: 0; width: 66%; height: 48%; background: #202625; border-radius: 48% 48% 0 0; box-shadow: inset 0 38px #141a19; }
.waterfall { right: 31%; bottom: 0; width: 7%; height: 50%; background: linear-gradient(90deg, #72d3dc, #327d8b); opacity: .9; }
.bridge { right: 18%; bottom: 28%; width: 32%; height: 20px; background: #8b613f; box-shadow: 0 14px 0 #59402e, 55px 28px 0 #59402e, 145px 28px 0 #59402e; }
.house { bottom: 31%; width: 82px; height: 62px; background: #9b6d45; box-shadow: inset 0 -16px rgba(0,0,0,.16); }
.house::before { content: ""; position: absolute; left: -10px; right: -10px; top: -28px; height: 28px; background: #674733; clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.h1 { right: 52%; }
.h2 { right: 12%; bottom: 38%; transform: scale(.85); }
.crystal { width: 28px; height: 64px; background: var(--crystal); clip-path: polygon(50% 0, 100% 35%, 78% 100%, 22% 100%, 0 35%); box-shadow: 0 0 22px rgba(125,110,232,.7); }
.c1 { right: 24%; bottom: 16%; }
.c2 { right: 44%; bottom: 10%; transform: scale(.72); }

.server-panel {
  position: absolute;
  z-index: 3;
  right: clamp(18px, 5vw, 70px);
  bottom: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  max-width: 430px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 8px;
  background: rgba(20, 26, 25, .72);
  backdrop-filter: blur(10px);
}
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #65d46e; box-shadow: 0 0 16px #65d46e; }

.section,
.split-section,
.page {
  padding: clamp(42px, 7vw, 88px) clamp(18px, 5vw, 70px);
}
.section-heading { max-width: 700px; margin-bottom: 28px; }
.feature-grid,
.support-grid,
.gallery-grid,
.rules-list,
.event-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.feature-card,
.support-grid article,
.rules-list article,
.event-list article,
.join-card,
.contact-card,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 250, 240, .72);
  box-shadow: 0 9px 25px rgba(31, 43, 40, .08);
}
.block-icon { margin-bottom: 18px; }
.block-icon.lantern { background: linear-gradient(#503c2a 0 28%, var(--gold) 28% 74%, #503c2a 74%); }
.block-icon.diamond { background: linear-gradient(135deg, #9ff3ee, #4da1a9 52%, #2e6167); }
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  background: var(--deep);
  color: #fffaf0;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.stat-grid div {
  padding: 20px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
}
.stat-grid strong { display: block; font-size: clamp(2rem, 5vw, 4rem); line-height: 1; color: var(--gold); }
.stat-grid span { color: #d9e0d0; }

.page { max-width: 1180px; margin: 0 auto; width: 100%; }
.page-hero { margin-bottom: 34px; padding: 46px; border-radius: 8px; background: var(--deep); color: #fffaf0; overflow: hidden; }
.page-hero.compact h1,
.world-hero h1 { font-size: clamp(2.8rem, 7vw, 5.8rem); }
.world-hero { background: linear-gradient(135deg, #20312d, #4f8f55 50%, #ba7651); }
.join-layout,
.contact-layout,
.map-band {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
  align-items: start;
}
.ip-box {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-radius: 6px;
  background: #1f2b28;
  color: #fffaf0;
}
code { font-size: 1rem; white-space: nowrap; }
.steps {
  margin: 0;
  display: grid;
  gap: 14px;
  padding-left: 22px;
}
.steps li {
  padding: 18px;
  border-left: 5px solid var(--moss);
  background: rgba(255, 250, 240, .7);
}
.steps strong,
.steps span { display: block; }
.map-art {
  min-height: 360px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 48%, rgba(77,161,169,.75) 48% 54%, transparent 54%),
    linear-gradient(135deg, #79a462 0 30%, #c29b62 30% 48%, #6d786f 48% 72%, #324d46 72%);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.map-art span {
  position: absolute;
  padding: 8px 10px;
  border-radius: 6px;
  background: rgba(255,250,240,.86);
  font-weight: 800;
}
.map-art span:nth-child(1) { left: 11%; top: 18%; }
.map-art span:nth-child(2) { right: 9%; top: 34%; }
.map-art span:nth-child(3) { left: 18%; bottom: 22%; }
.map-art span:nth-child(4) { right: 13%; bottom: 14%; }
.event-list article time { color: var(--clay); font-weight: 900; }
.gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.shot {
  min-height: 250px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: #44534c;
  box-shadow: var(--shadow);
}
.shot::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0 55%, rgba(0,0,0,.38) 55%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 24px, transparent 24px 48px);
}
.shot span { position: absolute; left: 18px; bottom: 16px; color: #fffaf0; font-size: 1.4rem; font-weight: 900; }
.cave-shot { background: linear-gradient(135deg, #28302e, #775d47 55%, #e6b84c); }
.bridge-shot { background: linear-gradient(135deg, #4da1a9, #8b613f 55%, #88b65e); }
.town-shot { background: linear-gradient(135deg, #88b65e, #c99f65 50%, #503c2a); }
.mine-shot { background: linear-gradient(135deg, #222827, #6f776f 48%, #4da1a9); }
.market-shot { background: linear-gradient(135deg, #ba7651, #e6b84c 44%, #4f8f55); }
.crystal-shot { background: linear-gradient(135deg, #252b34, #7d6ee8 50%, #4da1a9); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 0; }
.faq-list summary { cursor: pointer; padding: 18px 20px; font-weight: 900; }
.faq-list p { padding: 0 20px 20px; margin: 0; }
.contact-form {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255,250,240,.72);
  border: 1px solid var(--line);
}
label { display: grid; gap: 8px; font-weight: 800; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 13px;
  font: inherit;
  background: #fffdf7;
  color: var(--ink);
}
.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 24px clamp(18px, 5vw, 70px);
  color: #dfe7d7;
  background: #17211b;
}


.rules-page .page-hero {
  background:
    linear-gradient(135deg, rgba(31, 43, 40, .96), rgba(79, 143, 85, .7)),
    linear-gradient(90deg, #1f2b28, #4f8f55);
}
.rules-intro {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  align-items: start;
  margin-bottom: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, .76);
  box-shadow: 0 9px 25px rgba(31, 43, 40, .08);
}
.rules-intro ul,
.detailed-rules ul {
  margin: 0;
  padding-left: 20px;
}
.rules-intro li,
.detailed-rules li {
  margin: 8px 0;
  line-height: 1.55;
}
.detailed-rules {
  grid-template-columns: 1fr;
  counter-reset: rules;
}
.detailed-rules article {
  position: relative;
  padding-left: 78px;
}
.rule-number {
  position: absolute;
  left: 22px;
  top: 22px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--deep);
  color: var(--gold);
  font-weight: 900;
}
.detailed-rules h2 {
  font-size: clamp(1.35rem, 2vw, 2rem);
  margin-bottom: 10px;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
  list-style: none;
}
.tag-list li {
  margin: 0;
  padding: 8px 10px;
  border-radius: 6px;
  background: rgba(79, 143, 85, .14);
  border: 1px solid rgba(79, 143, 85, .24);
  font-weight: 800;
}



.status-hero {
  background:
    linear-gradient(135deg, rgba(31, 43, 40, .96), rgba(77, 161, 169, .68)),
    linear-gradient(90deg, #1f2b28, #4da1a9);
}
.status-summary {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  margin-bottom: 18px;
}
.status-banner,
.status-note,
.status-grid article,
.status-details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, .76);
  box-shadow: 0 9px 25px rgba(31, 43, 40, .08);
}
.status-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
}
.status-banner .status-dot {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}
.status-banner strong,
.status-note p,
.status-grid strong {
  display: block;
  font-weight: 900;
}
.status-banner strong {
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  line-height: 1;
}
.status-banner span:not(.status-dot),
.status-grid span {
  color: var(--muted);
}
.status-banner.is-offline .status-dot {
  background: #ba514f;
  box-shadow: 0 0 16px rgba(186, 81, 79, .75);
}
.status-note {
  padding: 24px;
}
.status-note h2 {
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.status-note p {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  color: var(--deep);
}
.status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.status-grid article {
  padding: 22px;
}
.status-grid strong {
  margin-top: 8px;
  font-size: clamp(1.4rem, 2.6vw, 2.3rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}
.status-details {
  margin-top: 18px;
  padding: 24px;
}
.status-details h2 {
  font-size: clamp(1.35rem, 2vw, 2rem);
}
@media (max-width: 900px) {
  .status-summary,
  .status-grid {
    grid-template-columns: 1fr;
  }
}

/* Rules page list layout */
.rules-page .rules-intro {
  border-width: 0 0 0 5px;
  border-style: solid;
  border-color: var(--moss);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 6px 0 6px 24px;
}
.rules-page .detailed-rules {
  display: block;
  border-top: 1px solid var(--line);
}
.rules-page .detailed-rules article {
  position: relative;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 30px 0 30px 66px;
}
.rules-page .rule-number {
  left: 0;
  top: 30px;
  border-radius: 4px;
}
.rules-page .detailed-rules h2 {
  margin-bottom: 12px;
}
.rules-page .detailed-rules p {
  max-width: 820px;
}
.rules-page .detailed-rules ul {
  max-width: 900px;
}
.rules-page .tag-list {
  display: block;
  list-style: disc;
  padding-left: 20px;
}
.rules-page .tag-list li {
  margin: 8px 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-weight: 400;
}
@media (max-width: 900px) {
  .rules-page .detailed-rules article {
    padding: 74px 0 26px;
  }
  .rules-page .rule-number {
    left: 0;
    top: 24px;
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #fffaf0;
    font-weight: 800;
  }
  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 64px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fffaf0;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .feature-grid,
  .support-grid,
  .rules-list,
  .event-list,
  .gallery-grid,
  .rules-intro,
  .split-section,
  .join-layout,
  .contact-layout,
  .map-band { grid-template-columns: 1fr; }
  .hero { min-height: 720px; align-items: end; }
  .server-panel { left: 18px; right: 18px; }
  .page-hero { padding: 30px 22px; }
  .detailed-rules article { padding-left: 22px; padding-top: 74px; }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 14px; }
  .hero { padding-inline: 18px; }
  .hero-actions .button { width: 100%; }
  .ip-box { align-items: stretch; flex-direction: column; }
  .stat-grid { grid-template-columns: 1fr; }
}


/* Compact page rhythm */
body {
  font-size: 15px;
}
p {
  line-height: 1.5;
  margin-bottom: 10px;
}
.site-header {
  padding-block: 9px;
}
.brand {
  font-size: 1.05rem;
}
.brand-mark,
.block-icon {
  width: 24px;
  height: 24px;
}
.site-nav {
  font-size: .86rem;
}
.site-nav a {
  padding: 7px 8px;
}
.section,
.split-section,
.page {
  padding: clamp(24px, 4vw, 42px) clamp(16px, 4vw, 52px);
}
.page {
  max-width: 1100px;
}
.page-hero {
  margin-bottom: 18px;
  padding: clamp(22px, 3vw, 32px);
}
.page-hero.compact h1,
.world-hero h1 {
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  margin-bottom: 10px;
  line-height: .95;
}
.page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
}
h2 {
  font-size: clamp(1.35rem, 2.4vw, 2.1rem);
  margin-bottom: 10px;
}
h3 {
  margin-bottom: 6px;
}
.feature-card,
.support-grid article,
.rules-list article,
.event-list article,
.join-card,
.contact-card,
.faq-list details {
  padding: 16px;
}
.site-footer {
  padding-block: 14px;
  font-size: .86rem;
}
.join-layout,
.contact-layout,
.map-band,
.status-summary {
  gap: 14px;
}
.steps {
  gap: 8px;
}
.steps li {
  padding: 12px 14px;
}
.map-art {
  min-height: 240px;
}
.gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.shot {
  min-height: 150px;
}
.shot span {
  font-size: 1.05rem;
}
.contact-form {
  gap: 10px;
  padding: 16px;
}
input,
select,
textarea {
  padding: 9px 10px;
}
textarea {
  min-height: 120px;
}
.status-page {
  max-width: 1040px;
}
.status-page .page-hero {
  padding: 22px 26px;
}
.status-page .page-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}
.status-summary {
  margin-bottom: 12px;
}
.status-banner,
.status-note,
.status-grid article,
.status-details {
  box-shadow: none;
}
.status-banner,
.status-note {
  padding: 16px;
}
.status-banner strong {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}
.status-note h2 {
  font-size: .78rem;
  margin-bottom: 5px;
}
.status-note p {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}
.status-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.status-grid article {
  padding: 13px;
}
.status-grid span {
  font-size: .78rem;
  text-transform: uppercase;
}
.status-grid strong {
  margin-top: 5px;
  font-size: clamp(1rem, 1.7vw, 1.35rem);
}
.status-details {
  margin-top: 12px;
  padding: 14px 16px;
}
.status-details h2 {
  font-size: 1.2rem;
  margin-bottom: 4px;
}
.status-details p {
  margin-bottom: 0;
}
.rules-page {
  max-width: 1120px;
}
.rules-page .page-hero {
  padding: 30px;
}
.rules-page .detailed-rules article {
  padding-top: 22px;
  padding-bottom: 22px;
}
.rules-page .rule-number {
  top: 22px;
}
@media (max-width: 900px) {
  body {
    font-size: 14px;
  }
  .gallery-grid,
  .status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .status-summary {
    grid-template-columns: 1fr 1fr;
  }
  .page-hero {
    padding: 22px 18px;
  }
}
@media (max-width: 560px) {
  .gallery-grid,
  .status-grid,
  .status-summary {
    grid-template-columns: 1fr;
  }
  .shot {
    min-height: 130px;
  }
}


/* Consistent inner-page hero geometry */
.page,
.status-page,
.rules-page {
  max-width: 1100px;
}
.page > .page-hero {
  width: 100%;
  height: 154px;
  min-height: 154px;
  margin: 0 0 18px;
  padding: 22px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page > .page-hero.compact h1,
.page > .world-hero h1,
.status-page .page-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: .95;
  margin-bottom: 8px;
}
.page > .page-hero .eyebrow {
  margin-bottom: 7px;
}
.page > .page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  line-height: 1.45;
}
.status-page .page-hero,
.rules-page .page-hero {
  padding: 22px 26px;
}
@media (max-width: 560px) {
  .page > .page-hero {
    height: auto;
    min-height: 142px;
    padding: 20px 18px;
  }
}


/* Stable page frame: prevents left/right shifts between pages */
html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}
.page,
.status-page,
.rules-page {
  width: min(1100px, calc(100% - 104px));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.page > .page-hero {
  width: 100%;
  height: 154px;
  min-height: 154px;
  margin: 0 0 18px;
  padding: 22px 26px;
}
.page > .page-hero h1 {
  display: block;
  width: 100%;
  max-width: none;
  text-align: left;
}
.page > .page-hero .eyebrow,
.page > .page-hero p {
  width: 100%;
}
@media (max-width: 900px) {
  .page,
  .status-page,
  .rules-page {
    width: min(100% - 32px, 1100px);
  }
}
@media (max-width: 560px) {
  .page > .page-hero {
    height: auto;
    min-height: 142px;
  }
}

.map-band {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.worldimage {
  width: 250px;
  height: auto;
  display: block;
}

.map-band div {
  width: 100%;
}


.gallery-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.gallery-grid article {
  position: relative;
  width: 400px;
  overflow: hidden;
}

.gallery-grid article img {
  width: 400px;
  height: auto;
  display: block;
}

.gallery-grid article span {
  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  padding: 2px 4px;
  font-size: 10px;
  line-height: 1.1;

  color: white;
  font-weight: bold;
  text-align: center;
  background: rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
}

.background{
  width: 750px;
  height: auto;
}