:root {
  --ink: #060705;
  --ink-soft: #0c0e0b;
  --panel: rgba(12, 14, 11, .92);
  --panel-2: rgba(18, 20, 16, .88);
  --bone: #e7ddca;
  --bone-dim: #bcb09d;
  --muted: #928a7e;
  --line: rgba(225, 214, 193, .18);
  --toxic: #98cb1c;
  --toxic-bright: #b9ee35;
  --cyan: #31c5ee;
  --cyan-bright: #72e4ff;
  --amber: #e47318;
  --amber-bright: #ff9a2f;
  --red: #ad2b15;
  --shadow: 0 24px 70px rgba(0, 0, 0, .55);
  --max: 1380px;
  --header-h: 86px;
  --accent: var(--toxic);
  --accent-bright: var(--toxic-bright);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--bone);
  background:
    radial-gradient(circle at 12% 18%, rgba(144, 188, 30, .08), transparent 28%),
    radial-gradient(circle at 88% 42%, rgba(225, 94, 15, .08), transparent 30%),
    linear-gradient(180deg, #090a08 0%, #050604 100%);
  font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 999;
  left: 18px;
  top: -70px;
  padding: 12px 16px;
  color: #0a0b08;
  background: var(--toxic-bright);
  font-weight: 900;
  transition: top .2s ease;
}
.skip-link:focus { top: 18px; }

.page-noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .11;
  background-image:
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.035) 4px),
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.05) 0 1px, transparent 1.3px);
  background-size: auto, 7px 7px;
  mix-blend-mode: overlay;
}

.ember-field { position: fixed; inset: 0; z-index: 15; pointer-events: none; overflow: hidden; }
.ember {
  position: absolute;
  bottom: -12px;
  border-radius: 50%;
  background: #ff842b;
  box-shadow: 0 0 9px #ff5a16, 0 0 18px rgba(255,105,24,.4);
  opacity: 0;
  animation: ember-rise var(--duration) linear infinite;
  animation-delay: var(--delay);
}
@keyframes ember-rise {
  0% { transform: translate3d(0, 0, 0) scale(.6); opacity: 0; }
  9% { opacity: .65; }
  65% { opacity: .4; }
  100% { transform: translate3d(var(--drift), -108vh, 0) scale(1.6); opacity: 0; }
}

.section-shell { width: min(calc(100% - 42px), var(--max)); margin-inline: auto; }
.section-pad { padding-block: clamp(70px, 8vw, 120px); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-h);
  border-bottom: 1px solid rgba(224, 211, 189, .2);
  background: linear-gradient(180deg, rgba(7,8,6,.97), rgba(8,9,7,.9));
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 45px rgba(0,0,0,.35);
  transition: height .2s ease, background .2s ease;
}
.site-header.is-scrolled { background: rgba(5,6,5,.97); }
.header-shell {
  width: min(calc(100% - 32px), 1480px);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.site-brand {
  position: relative;
  align-self: stretch;
  min-width: 250px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 112px;
}
.site-brand picture {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 3px;
  width: 106px;
  height: 116px;
  overflow: hidden;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,.58));
}
.site-brand img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: .92rem; letter-spacing: .12em; }
.brand-copy small { margin-top: 6px; color: var(--toxic); font-weight: 900; font-size: .64rem; letter-spacing: .22em; }

.primary-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px, 2.7vw, 42px); }
.primary-nav > a {
  position: relative;
  padding-block: 30px;
  color: #b8ad9c;
  font-weight: 900;
  font-size: .82rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: color .2s ease;
}
.primary-nav > a:not(.discord-nav)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 20px;
  height: 2px;
  background: var(--toxic-bright);
  box-shadow: 0 0 14px rgba(165,224,37,.55);
  transition: right .22s ease;
}
.primary-nav > a:hover, .primary-nav > a.is-active { color: var(--bone); }
.primary-nav > a:hover::after, .primary-nav > a.is-active::after { right: 0; }
.discord-nav {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-left: 8px;
  padding: 12px 17px !important;
  border: 1px solid rgba(173,227,45,.54);
  color: #f0f5e3 !important;
  background: linear-gradient(135deg, rgba(112,151,14,.78), rgba(57,78,7,.82));
  box-shadow: inset 0 0 0 2px rgba(7,8,6,.5), 0 8px 24px rgba(91,130,7,.16);
  clip-path: polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px);
}
.discord-mark { display: inline-grid; place-items: center; font-size: 1.05rem; }

.menu-toggle {
  display: none;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 46px;
  height: 46px;
  color: var(--bone);
  background: transparent;
  border: 1px solid var(--line);
}
.menu-toggle span { width: 21px; height: 2px; margin: 2px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero-carousel {
  position: relative;
  min-height: 820px;
  height: min(92vh, 960px);
  margin-top: var(--header-h);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #050604;
}
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.025);
  transition: opacity .8s ease, visibility .8s ease, transform 7.5s ease;
}
.hero-slide.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.hero-picture { position: absolute; inset: 0; }
.hero-picture img { width: 100%; height: 100%; object-fit: cover; }
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,5,4,.95) 0%, rgba(4,5,4,.76) 38%, rgba(4,5,4,.2) 72%, rgba(4,5,4,.4) 100%),
    linear-gradient(180deg, rgba(0,0,0,.28), transparent 22%, transparent 68%, rgba(0,0,0,.8));
}
.hero-slide[data-theme="ark"] .hero-shade { background: linear-gradient(90deg, rgba(2,8,12,.96), rgba(2,8,12,.7) 42%, rgba(2,8,12,.16) 78%, rgba(2,8,12,.35)), linear-gradient(180deg, rgba(0,0,0,.28), transparent 22%, transparent 68%, rgba(0,0,0,.84)); }
.hero-slide[data-theme="ats"] .hero-shade { background: linear-gradient(90deg, rgba(8,5,2,.96), rgba(8,5,2,.76) 40%, rgba(8,5,2,.12) 76%, rgba(8,5,2,.18)), linear-gradient(180deg, rgba(0,0,0,.24), transparent 22%, transparent 67%, rgba(0,0,0,.82)); }
.hero-shell {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 80px), var(--max));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.hero-copy { width: min(800px, 62vw); padding-top: 30px; opacity: 0; transform: translateY(12px); transition: none; }
.hero-slide.is-active .hero-copy { opacity: 1; transform: translateY(0); transition: opacity .38s ease .22s, transform .45s ease .22s; }
.hero-kicker, .eyebrow {
  margin: 0 0 16px;
  color: var(--accent-bright);
  font-weight: 1000;
  font-size: .76rem;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.hero-kicker::before, .eyebrow::before { content: ""; display: inline-block; width: 42px; height: 2px; margin: 0 12px 3px 0; background: currentColor; box-shadow: 0 0 14px currentColor; }
.hero-slide[data-theme="scum"] { --accent: var(--toxic); --accent-bright: var(--toxic-bright); }
.hero-slide[data-theme="ark"] { --accent: var(--cyan); --accent-bright: var(--cyan-bright); }
.hero-slide[data-theme="ats"] { --accent: var(--amber); --accent-bright: var(--amber-bright); }
.hero-copy h1 {
  margin: 0;
  display: grid;
  line-height: .88;
  text-transform: uppercase;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.65));
}
.hero-copy h1 span {
  color: var(--bone);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(4.6rem, 8.2vw, 9.1rem);
  letter-spacing: .015em;
  -webkit-text-stroke: 1px rgba(255,255,255,.11);
  text-shadow: 0 3px 0 #6a5e4c, 0 7px 0 #29241e, 0 12px 26px rgba(0,0,0,.7);
}
.hero-copy h1 em {
  margin-top: 14px;
  color: var(--accent-bright);
  font-family: Impact, "Arial Black", sans-serif;
  font-style: italic;
  font-size: clamp(2.5rem, 5.3vw, 5.5rem);
  letter-spacing: .055em;
  text-shadow: 0 4px 0 color-mix(in srgb, var(--accent) 48%, black), 0 0 28px color-mix(in srgb, var(--accent) 30%, transparent);
}
.hero-tagline { margin: 24px 0 0; color: #d8cfbf; font-weight: 900; font-size: clamp(.86rem, 1.2vw, 1.05rem); letter-spacing: .13em; text-transform: uppercase; }
.slide-summary { max-width: 650px; margin: 15px 0 0; color: #beb5a7; font-size: clamp(1.03rem, 1.5vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 13px 22px;
  border: 1px solid transparent;
  font-weight: 1000;
  font-size: .84rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  clip-path: polygon(9px 0,100% 0,100% calc(100% - 9px),calc(100% - 9px) 100%,0 100%,0 9px);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-3px); }
.button-accent {
  color: #0b0d08;
  background: linear-gradient(135deg, var(--accent-bright), var(--accent));
  border-color: color-mix(in srgb, var(--accent-bright) 80%, white);
  box-shadow: 0 12px 34px color-mix(in srgb, var(--accent) 28%, transparent), inset 0 1px rgba(255,255,255,.42);
}
.button-accent span { font-size: 1.35rem; line-height: .5; }
.button-ghost { color: var(--bone); border-color: rgba(228,218,201,.36); background: rgba(8,9,7,.56); }
.button-ghost:hover { border-color: var(--accent-bright); background: rgba(8,9,7,.8); }

.carousel-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(230,218,196,.32);
  color: var(--bone);
  background: rgba(4,5,4,.72);
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}
.carousel-arrow:hover { color: var(--toxic-bright); border-color: var(--toxic); background: rgba(4,5,4,.92); transform: translateY(-50%) scale(1.06); }
.carousel-prev { left: 24px; }
.carousel-next { right: 24px; }
.carousel-dots {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 27px;
  display: flex;
  gap: 11px;
  transform: translateX(-50%);
}
.carousel-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.44);
  background: rgba(255,255,255,.36);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.carousel-dots button.is-active { transform: scale(1.25); background: var(--toxic-bright); box-shadow: 0 0 14px rgba(160,218,38,.7); }

.section-heading { max-width: 850px; margin-bottom: 46px; }
.section-heading h2, .community-copy h2, .discord-cta h2 {
  margin: 0;
  color: var(--bone);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: .94;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.section-heading > p:last-child { max-width: 720px; margin: 20px 0 0; color: var(--muted); font-size: 1.1rem; }
.worlds { position: relative; }
.worlds::before { content: ""; position: absolute; inset: 0 50% auto; width: 100vw; height: 1px; background: var(--line); transform: translateX(-50%); }
.world-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.world-card {
  --card-accent: var(--toxic);
  position: relative;
  min-width: 0;
  background: linear-gradient(145deg, rgba(20,22,17,.96), rgba(7,8,6,.98));
  border: 1px solid rgba(225,214,193,.2);
  box-shadow: 0 22px 55px rgba(0,0,0,.35);
  overflow: hidden;
  clip-path: polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.world-card::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--card-accent); box-shadow: 0 0 20px var(--card-accent); }
.world-card:hover { transform: translateY(-8px); border-color: color-mix(in srgb, var(--card-accent) 68%, transparent); box-shadow: 0 30px 75px rgba(0,0,0,.5), 0 0 30px color-mix(in srgb, var(--card-accent) 12%, transparent); }
.world-ark { --card-accent: var(--cyan); }
.world-ats { --card-accent: var(--amber); }
.world-art { position: relative; display: block; height: 440px; overflow: hidden; border-bottom: 1px solid var(--line); }
.world-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(5,6,5,.88)); }
.world-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease, filter .4s ease; }
.world-card:hover .world-art img { transform: scale(1.045); filter: saturate(1.1) contrast(1.04); }
.world-number { position: absolute; z-index: 2; right: 18px; top: 16px; color: rgba(255,255,255,.66); font-weight: 1000; font-size: .72rem; letter-spacing: .18em; }
.world-content { padding: 28px 28px 30px; }
.world-label { margin: 0 0 7px; color: var(--card-accent); font-weight: 1000; font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; }
.world-content h3 { margin: 0; color: var(--bone); font-family: Impact, "Arial Black", sans-serif; font-size: clamp(2rem, 3vw, 3rem); line-height: .98; text-transform: uppercase; }
.world-content > p:not(.world-label) { min-height: 92px; margin: 18px 0 20px; color: var(--muted); }
.feature-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 25px; padding: 0; list-style: none; }
.feature-pills li { padding: 7px 9px; border: 1px solid color-mix(in srgb, var(--card-accent) 36%, transparent); color: #c8c0b3; background: color-mix(in srgb, var(--card-accent) 8%, transparent); font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.world-button { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 12px 17px; border: 1px solid color-mix(in srgb, var(--card-accent) 62%, transparent); color: var(--bone); background: color-mix(in srgb, var(--card-accent) 12%, transparent); font-weight: 1000; letter-spacing: .12em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.world-button:hover { color: #070806; background: var(--card-accent); }
.world-button span { font-size: 1.4rem; }

.community-section { padding-top: 16px; }
.community-panel {
  display: grid;
  grid-template-columns: 170px 1fr auto;
  align-items: center;
  gap: 34px;
  padding: 34px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(22,24,19,.95), rgba(7,8,6,.98));
  box-shadow: var(--shadow);
  clip-path: polygon(14px 0,100% 0,100% calc(100% - 14px),calc(100% - 14px) 100%,0 100%,0 14px);
}
.community-emblem { width: 160px; height: 160px; overflow: hidden; border: 1px solid rgba(224,212,191,.2); background: #080906; }
.community-emblem img { width: 100%; height: 100%; object-fit: cover; }
.community-copy h2 { font-size: clamp(2.6rem,4.3vw,4.8rem); }
.community-copy h2 em { color: var(--toxic); font-style: italic; }
.community-copy > p:last-child { margin: 16px 0 0; color: var(--muted); font-size: 1.05rem; }
.community-modes { display: grid; grid-template-columns: repeat(3,96px); gap: 14px; }
.community-modes span { display: grid; place-items: center; gap: 8px; color: var(--bone-dim); font-weight: 1000; font-size: .73rem; letter-spacing: .14em; text-transform: uppercase; }
.community-modes b { display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid currentColor; font-size: 2rem; background: rgba(255,255,255,.025); }
.mode-survive { color: var(--toxic) !important; }
.mode-tame { color: var(--cyan) !important; }
.mode-haul { color: var(--amber) !important; }

.discord-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid var(--line);
}
.discord-cta > div { max-width: 750px; }
.discord-cta h2 { font-size: clamp(3rem,5vw,5.3rem); }
.discord-cta p:last-child { margin: 15px 0 0; color: var(--muted); font-size: 1.08rem; }
.button-discord { min-width: 310px; min-height: 76px; color: #0b0c09; background: linear-gradient(135deg, var(--toxic-bright), #78a50e); border-color: #c8f05c; box-shadow: 0 18px 44px rgba(111,151,14,.22); }
.button-discord > span:last-child { display: grid; line-height: 1.05; }
.button-discord small { margin-bottom: 5px; opacity: .7; font-size: .58rem; letter-spacing: .16em; }

.site-footer { border-top: 1px solid var(--line); background: #050604; }
.footer-shell { min-height: 150px; display: grid; grid-template-columns: 1fr 1.5fr auto; align-items: center; gap: 34px; padding-block: 34px; }
.footer-shell > div { display: grid; }
.footer-shell strong { color: var(--bone); font-size: .82rem; letter-spacing: .12em; }
.footer-shell div span { margin-top: 7px; color: var(--toxic); font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.footer-shell p { margin: 0; color: #716b62; font-size: .76rem; }
.copyright { color: #777066; font-size: .75rem; white-space: nowrap; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  :root { --header-h: 76px; }
  .site-brand { min-width: 210px; padding-left: 86px; }
  .site-brand picture { width: 82px; height: 94px; }
  .brand-copy strong { font-size: .76rem; }
  .brand-copy small { font-size: .56rem; }
  .primary-nav { gap: 18px; }
  .primary-nav > a { font-size: .72rem; }
  .hero-carousel { min-height: 760px; }
  .hero-copy { width: min(720px,70vw); }
  .world-grid { grid-template-columns: 1fr; max-width: 850px; margin-inline: auto; }
  .world-card { display: grid; grid-template-columns: minmax(300px,.75fr) 1fr; }
  .world-art { height: 100%; min-height: 520px; border-bottom: 0; border-right: 1px solid var(--line); }
  .world-content { align-self: center; padding: 38px; }
  .world-content > p:not(.world-label) { min-height: 0; }
  .community-panel { grid-template-columns: 130px 1fr; }
  .community-emblem { width: 130px; height: 130px; }
  .community-modes { grid-column: 1 / -1; justify-content: center; }
}

@media (max-width: 840px) {
  .site-header { height: 72px; }
  :root { --header-h: 72px; }
  .header-shell { width: min(calc(100% - 24px),1480px); }
  .site-brand { min-width: 0; padding-left: 76px; }
  .site-brand picture { width: 72px; height: 82px; top: 1px; }
  .brand-copy { display: none; }
  .menu-toggle { display: flex; }
  .primary-nav {
    position: fixed;
    inset: var(--header-h) 0 auto;
    margin: 0;
    padding: 20px;
    display: grid;
    gap: 0;
    background: rgba(5,6,5,.98);
    border-bottom: 1px solid var(--line);
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    transition: transform .28s ease, opacity .28s ease, visibility .28s ease;
  }
  .primary-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .primary-nav > a { padding: 17px 8px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .primary-nav > a::after { display: none; }
  .discord-nav { margin: 15px 0 0 !important; justify-content: center; border-bottom: 0 !important; }
  .hero-carousel { height: 800px; min-height: 0; }
  .hero-shell { width: min(calc(100% - 48px),var(--max)); align-items: flex-end; padding-bottom: 100px; }
  .hero-copy { width: 100%; }
  .hero-copy h1 span { font-size: clamp(3.9rem,13vw,6rem); }
  .hero-copy h1 em { font-size: clamp(2.2rem,8vw,3.5rem); }
  .hero-shade, .hero-slide[data-theme="ark"] .hero-shade, .hero-slide[data-theme="ats"] .hero-shade { background: linear-gradient(180deg, rgba(3,4,3,.26), rgba(3,4,3,.32) 34%, rgba(3,4,3,.93) 72%, rgba(3,4,3,.98)); }
  .carousel-arrow { top: 46%; width: 44px; height: 44px; }
  .carousel-prev { left: 10px; }
  .carousel-next { right: 10px; }
  .world-card { display: block; }
  .world-art { height: 470px; min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .community-panel { grid-template-columns: 1fr; text-align: center; }
  .community-emblem { margin-inline: auto; }
  .community-copy .eyebrow::before { display: none; }
  .discord-cta { align-items: flex-start; flex-direction: column; }
  .button-discord { width: 100%; min-width: 0; }
  .footer-shell { grid-template-columns: 1fr; gap: 18px; text-align: center; }
}

@media (max-width: 560px) {
  .section-shell { width: min(calc(100% - 24px),var(--max)); }
  .section-pad { padding-block: 66px; }
  .hero-carousel { height: 760px; }
  .hero-shell { width: min(calc(100% - 30px),var(--max)); padding-bottom: 96px; }
  .hero-kicker { font-size: .64rem; letter-spacing: .15em; }
  .hero-kicker::before { width: 24px; }
  .hero-copy h1 span { font-size: clamp(3.1rem,16vw,4.8rem); line-height: .9; }
  .hero-copy h1 em { margin-top: 10px; font-size: clamp(1.65rem,8.5vw,2.55rem); letter-spacing: .035em; }
  .hero-tagline { font-size: .72rem; line-height: 1.6; }
  .slide-summary { font-size: .98rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .world-art { height: 410px; }
  .world-content { padding: 25px 22px 27px; }
  .world-content h3 { font-size: 2rem; }
  .community-panel { padding: 26px 20px; }
  .community-modes { grid-template-columns: repeat(3,1fr); width: 100%; }
  .community-modes b { width: 52px; height: 52px; }
  .community-modes span { font-size: .62rem; }
  .section-heading h2, .community-copy h2, .discord-cta h2 { font-size: clamp(2.7rem,13vw,4rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
