@font-face {
  font-family: "Cinzel Decorative";
  src: url("../fonts/cinzel-decorative-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --bg: #090503;
  --bg-soft: #130a07;
  --panel: rgba(24, 12, 8, .9);
  --panel-soft: rgba(34, 17, 11, .72);
  --line: rgba(255, 161, 75, .26);
  --line-soft: rgba(255, 223, 169, .13);
  --text: #fff2df;
  --muted: #d3b9a2;
  --dim: #a98c77;
  --gold: #ffd37f;
  --orange: #ff8338;
  --red: #bc3022;
  --green: #8fdd82;
  --blue: #8dc7e8;
  --shadow: rgba(0, 0, 0, .58);
  --container: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --display: "Cinzel Decorative", "Copperplate Gothic Bold", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: rgba(255, 131, 56, .86) rgba(15, 7, 4, .94);
  scrollbar-width: thin;
}

html.is-returning {
  scroll-behavior: auto;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--bg);
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  line-height: 1.5;
}

body::selection {
  color: #180a05;
  background: var(--gold);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

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

h1,
h2,
h3,
p,
ul,
ol,
dl {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 11px 15px;
  color: #160804;
  background: var(--gold);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  cursor: default;
  caret-color: transparent;
}

a,
button,
summary {
  cursor: pointer;
}

code {
  cursor: text;
  caret-color: auto;
}

.world-background,
.world-vignette {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.world-background {
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(7, 3, 2, .12), rgba(9, 5, 3, .88) 68%, #090503 100%),
    url("../background.webp") center top / cover no-repeat;
}

.world-background::before,
.world-background::after {
  content: "";
  position: absolute;
  inset: 0;
}

.world-background::before {
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 112, 33, .17), transparent 24%),
    linear-gradient(90deg, rgba(0, 0, 0, .8), transparent 48%, rgba(0, 0, 0, .45));
}

.world-background::after {
  opacity: .28;
  background-image:
    radial-gradient(circle, rgba(255, 223, 145, .72) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(255, 90, 31, .58) 0 1px, transparent 2px);
  background-size: 127px 193px, 211px 311px;
  background-position: 20px 80px, 90px 10px;
  animation: ember-drift 22s linear infinite;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.world-vignette {
  z-index: -2;
  box-shadow: inset 0 0 180px rgba(0, 0, 0, .7), inset 0 -180px 180px #090503;
}

@keyframes ember-drift {
  to { background-position: 50px -500px, 50px -670px; }
}

.topbar,
.hero,
.public-message,
.section,
.community-callout,
.site-footer {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 12px;
  z-index: 60;
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 12px;
  padding: 8px 11px 8px 14px;
  border: 1px solid var(--line-soft);
  background: linear-gradient(180deg, rgba(29, 14, 9, .95), rgba(10, 6, 4, .9));
  box-shadow: 0 18px 50px rgba(0, 0, 0, .44);
  backdrop-filter: blur(14px);
}

.topbar::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  opacity: .42;
}

.brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 11px;
}

.brand > img {
  width: 44px;
  height: 44px;
  padding: 4px;
  object-fit: contain;
  border: 1px solid rgba(255, 151, 68, .3);
  background: rgba(255, 112, 34, .07);
  filter: drop-shadow(0 0 10px rgba(255, 83, 27, .4));
}

.brand > span,
.site-footer div > span {
  display: grid;
}

.brand strong {
  color: #fff0cf;
  font-family: var(--serif);
  font-size: 1.08rem;
  letter-spacing: .02em;
}

.brand small,
.site-footer small {
  color: var(--dim);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-left: auto;
}

.main-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: #d9c1ad;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: #ffe4ad;
  border-color: rgba(255, 142, 57, .3);
  background: rgba(255, 125, 45, .08);
  outline: none;
}

.main-nav .nav-discord {
  margin-left: 7px;
  color: #fff0d2;
  border-color: rgba(255, 195, 108, .3);
  background: linear-gradient(180deg, rgba(156, 64, 31, .4), rgba(78, 25, 17, .3));
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 10px;
  color: var(--gold);
  border: 1px solid var(--line);
  background: rgba(255, 119, 36, .08);
}

.nav-toggle > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: currentColor;
}

.hero {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(350px, .78fr);
  align-items: center;
  gap: clamp(42px, 6vw, 82px);
  padding: 74px 0 80px;
}

.hero-copy {
  max-width: 730px;
}

.eyebrow,
.section-kicker,
.feature-label {
  color: var(--orange);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #ffe1ad;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(143, 221, 130, .7);
}

.hero-logo {
  width: min(410px, 82%);
  margin: 0 0 17px -10px;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .68));
}

h1 {
  margin-bottom: 21px;
  color: #fff3dc;
  font-family: var(--display);
  font-size: clamp(2.35rem, 4.7vw, 4.25rem);
  line-height: 1;
  letter-spacing: -.055em;
  text-shadow: 0 8px 30px rgba(0, 0, 0, .8);
}

h1 em {
  color: var(--gold);
  font-weight: inherit;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 0;
  color: #dec6b1;
  font-size: 1.04rem;
  line-height: 1.75;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .7);
}

.hero-actions,
.community-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  color: #fff5e1;
  font-size: .73rem;
  font-weight: 950;
  letter-spacing: .045em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 208, 127, .32);
  transition: transform .18s ease, filter .18s ease, border-color .18s ease;
}

.button img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
  outline: 2px solid transparent;
}

.button-primary {
  background: linear-gradient(180deg, #ffb765, #fa7131 45%, #aa271d);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .38), 0 0 30px rgba(255, 91, 27, .2);
}

.button-quiet {
  background: linear-gradient(180deg, rgba(58, 33, 21, .94), rgba(18, 10, 7, .94));
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  min-width: 138px;
  display: grid;
  gap: 1px;
  padding: 10px 13px;
  border-left: 2px solid rgba(255, 128, 48, .66);
  background: rgba(10, 5, 3, .44);
}

.hero-facts strong {
  color: #ffe1a6;
  font-family: var(--serif);
  font-size: 1rem;
}

.hero-facts span {
  color: var(--dim);
  font-size: .72rem;
}

.world-card {
  position: relative;
  padding: 16px;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(43, 21, 13, .95), rgba(10, 6, 4, .96));
  box-shadow: 0 32px 90px rgba(0, 0, 0, .54), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.world-card::before {
  content: "";
  position: absolute;
  inset: 6px;
  pointer-events: none;
  border: 1px solid rgba(255, 218, 148, .07);
}

.world-card-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 7px 5px 16px;
}

.world-card-head p {
  margin-bottom: 3px;
  color: var(--dim);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.world-card-head h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.5rem;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid var(--line-soft);
  background: rgba(0, 0, 0, .23);
}

.live-pill i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dim);
}

.live-pill.is-online { color: #c9f2c2; border-color: rgba(143, 221, 130, .28); }
.live-pill.is-online i { background: var(--green); box-shadow: 0 0 14px rgba(143, 221, 130, .7); }
.live-pill.is-offline { color: #ffb6a7; border-color: rgba(255, 101, 73, .3); }
.live-pill.is-offline i { background: #ff6549; }
.live-pill.is-loading i { animation: pulse 1.3s ease-in-out infinite; }

@keyframes pulse { 50% { opacity: .35; } }

.world-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 139, 56, .25);
  background: #080403;
}

.world-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 52px rgba(0, 0, 0, .52);
  pointer-events: none;
}

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

.world-visual > span {
  position: absolute;
  z-index: 2;
  right: 8px;
  bottom: 8px;
  padding: 6px 8px;
  color: #e9d2bb;
  font-size: .66rem;
  background: rgba(5, 3, 2, .82);
  border: 1px solid rgba(255, 255, 255, .08);
}

.world-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 12px 0 0;
  border: 1px solid var(--line-soft);
}

.world-stats div {
  display: grid;
  gap: 2px;
  padding: 12px;
  text-align: center;
}

.world-stats div + div {
  border-left: 1px solid var(--line-soft);
}

.world-stats dt {
  color: var(--dim);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.world-stats dd {
  margin: 0;
  color: #ffe1a5;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.world-update {
  margin: 12px 0 0;
  color: var(--dim);
  font-size: .69rem;
  text-align: center;
}

.text-button {
  display: block;
  margin: 9px auto 0;
  padding: 4px 7px;
  color: var(--gold);
  font-size: .68rem;
  font-weight: 800;
  border: 0;
  border-bottom: 1px solid rgba(255, 211, 127, .28);
  background: transparent;
  cursor: pointer;
}

.text-button:hover,
.text-button:focus-visible {
  color: #fff2d1;
  outline: none;
  border-color: currentColor;
}

.public-message {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 172, 81, .28);
  background: linear-gradient(90deg, rgba(117, 47, 23, .5), rgba(19, 10, 7, .86));
}

.public-message[hidden] { display: none; }
.public-message img { width: 40px; height: 40px; object-fit: contain; }
.public-message strong { color: #ffe0a3; font-size: .76rem; text-transform: uppercase; }
.public-message p { margin: 2px 0 0; color: var(--muted); font-size: .82rem; }

.section {
  padding: 96px 0;
  scroll-margin-top: 86px;
}

.section + .section {
  border-top: 1px solid var(--line-soft);
}

.section-heading {
  max-width: 790px;
  margin-bottom: 38px;
}

.section-heading-row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.section-kicker {
  margin-bottom: 10px;
}

.section-heading h2,
.community-callout h2 {
  margin-bottom: 16px;
  color: #fff0d4;
  font-family: var(--display);
  font-size: clamp(2.05rem, 4.1vw, 3.35rem);
  line-height: .99;
  letter-spacing: -.035em;
}

.section-heading > p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.75;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: rgba(9, 5, 3, .54);
}

.pillar {
  position: relative;
  min-height: 250px;
  padding: 25px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(38, 19, 12, .62), rgba(12, 7, 5, .74));
}

.pillar + .pillar {
  border-left: 1px solid var(--line-soft);
}

.pillar > img {
  width: 56px;
  height: 56px;
  margin-bottom: 28px;
  object-fit: contain;
  filter: drop-shadow(0 7px 12px rgba(0, 0, 0, .42));
}

.pillar > span {
  position: absolute;
  top: 12px;
  right: 17px;
  color: rgba(255, 211, 127, .16);
  font-family: var(--serif);
  font-size: 3.4rem;
  font-weight: 800;
}

.pillar h3,
.feature-card h3,
.roadmap-item h3,
.journey-list h3,
.news-list h3,
.download-card h3 {
  margin-bottom: 9px;
  color: #ffe0a7;
  font-family: var(--serif);
  font-size: 1.25rem;
}

.pillar p,
.feature-card > p:not(.feature-label),
.roadmap-item p,
.journey-list p,
.news-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.65;
}

.feature-filters {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 6px;
  align-items: stretch;
}

.experience-section .section-heading-row > div:first-child {
  min-width: 0;
  flex: 1 1 auto;
}

.feature-filters button {
  min-height: 39px;
  padding: 0 13px;
  white-space: nowrap;
  color: var(--muted);
  font-size: .69rem;
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid var(--line-soft);
  background: rgba(18, 10, 7, .7);
  cursor: pointer;
}

.feature-filters button:hover,
.feature-filters button:focus-visible,
.feature-filters button.is-active {
  color: #fff0d0;
  border-color: rgba(255, 139, 56, .46);
  background: rgba(175, 65, 26, .3);
  outline: none;
}

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

.feature-card {
  min-height: 276px;
  padding: 23px;
  border: 1px solid var(--line-soft);
  background: linear-gradient(160deg, rgba(34, 17, 11, .84), rgba(10, 6, 4, .9));
  box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
  transition: opacity .2s ease, transform .2s ease, border-color .2s ease;
}

.feature-card:hover {
  border-color: rgba(255, 143, 59, .38);
  transform: translateY(-3px);
}

.feature-card.is-filtered-out {
  display: none;
}

.feature-card-large {
  grid-column: span 2;
  min-height: 350px;
  padding: 28px;
  background:
    radial-gradient(circle at 90% 6%, rgba(255, 119, 38, .12), transparent 35%),
    linear-gradient(155deg, rgba(46, 23, 14, .9), rgba(10, 6, 4, .93));
}

.feature-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 19px;
  border: 1px solid rgba(255, 160, 72, .22);
  background: rgba(255, 114, 30, .07);
}

.feature-icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.feature-label {
  margin-bottom: 6px;
}

.feature-card > p:not(.feature-label) {
  margin-bottom: 13px;
}

.feature-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  margin: 18px 0 0;
  padding: 17px 0 0;
  color: #d7c0ab;
  font-size: .78rem;
  list-style: none;
  border-top: 1px solid var(--line-soft);
}

.feature-card li::before {
  content: "◆";
  margin-right: 7px;
  color: var(--orange);
  font-size: .55rem;
}

.journey-section {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 60px;
}

.journey-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.journey-list li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  padding: 24px 8px;
  border-bottom: 1px solid var(--line-soft);
}

.journey-list li > span {
  color: var(--orange);
  font-family: var(--serif);
  font-size: 1.45rem;
}

.api-note {
  padding: 8px 11px;
  color: var(--dim);
  font-size: .68rem;
  font-weight: 800;
  border: 1px solid var(--line-soft);
  background: rgba(0, 0, 0, .2);
}

.news-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.news-layout.has-one-news {
  grid-template-columns: 1fr;
}

.news-featured,
.news-list article {
  border: 1px solid var(--line-soft);
  background: linear-gradient(155deg, rgba(40, 20, 13, .88), rgba(10, 6, 4, .91));
}

.news-featured {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 34px;
  background:
    linear-gradient(0deg, rgba(10, 5, 3, .98), rgba(17, 8, 5, .48)),
    var(--news-image, url("../dofus-emberia.webp")) center / cover no-repeat;
}

.news-featured > p {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 12px;
}

.news-featured > p span,
.news-card-meta span {
  color: var(--orange);
  font-size: .67rem;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.news-featured time {
  color: #c9b19d;
  font-size: .7rem;
}

.news-featured h3 {
  max-width: 650px;
  margin-bottom: 12px;
  color: #fff0d3;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.03;
}

.news-featured > div {
  max-width: 670px;
  color: #dbc3ae;
  font-size: .88rem;
  line-height: 1.7;
}

.news-list {
  display: contents;
}

.news-list article {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  overflow: hidden;
  background:
    linear-gradient(0deg, rgba(10, 5, 3, .97), rgba(30, 13, 7, .55)),
    var(--news-image, radial-gradient(circle at 82% 4%, rgba(255, 125, 42, .15), transparent 34%)) center / cover no-repeat;
}

.news-list article::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255, 184, 92, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 184, 92, .08) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(135deg, black, transparent 64%);
}

.news-list article > * {
  position: relative;
  z-index: 1;
}

.news-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
}

.news-card-meta time {
  color: var(--dim);
  font-size: .67rem;
}

.news-read-button {
  width: fit-content;
  min-height: 39px;
  margin-top: 19px;
  padding: 0 14px;
  color: #fff0d0;
  font-size: .67rem;
  font-weight: 950;
  letter-spacing: .055em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 160, 69, .34);
  background: linear-gradient(180deg, rgba(155, 60, 25, .7), rgba(70, 24, 15, .72));
}

.news-read-button:hover,
.news-read-button:focus-visible {
  color: #fff8e7;
  border-color: rgba(255, 204, 113, .64);
  filter: brightness(1.12);
  outline: none;
}

body.news-modal-open {
  overflow: hidden;
}

.news-modal[hidden] {
  display: none;
}

.news-modal {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: grid;
  place-items: center;
  padding: 24px;
}

.news-modal__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(5, 2, 1, .86);
  backdrop-filter: blur(8px);
}

.news-modal__panel {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border: 1px solid rgba(255, 141, 53, .42);
  background:
    radial-gradient(circle at 84% 0, rgba(255, 118, 34, .13), transparent 28%),
    linear-gradient(155deg, #211008, #0b0604 60%);
  box-shadow: 0 35px 100px rgba(0, 0, 0, .75), inset 0 1px 0 rgba(255, 255, 255, .04);
  scrollbar-color: rgba(255, 131, 56, .86) rgba(15, 7, 4, .94);
}

.news-modal__close {
  position: sticky;
  top: 13px;
  z-index: 5;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  float: right;
  margin: 13px 13px -56px 0;
  color: #ffe6b4;
  font-size: 1.55rem;
  line-height: 1;
  border: 1px solid rgba(255, 158, 65, .38);
  background: rgba(29, 12, 7, .94);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .35);
}

.news-modal__close:hover,
.news-modal__close:focus-visible {
  color: #fff8e7;
  border-color: var(--gold);
  outline: none;
}

.news-modal__header {
  padding: 38px 72px 27px 38px;
  border-bottom: 1px solid var(--line-soft);
  background:
    linear-gradient(90deg, rgba(20, 7, 3, .96), rgba(20, 7, 3, .58)),
    var(--news-image, linear-gradient(90deg, rgba(111, 39, 18, .24), transparent)) center / cover no-repeat;
}

.news-modal__header > p {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 10px;
}

.news-modal__header > p span {
  color: var(--orange);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.news-modal__header time,
.news-modal__header > span {
  color: var(--dim);
  font-size: .7rem;
}

.news-modal__header h2 {
  margin: 0 0 7px;
  color: #fff0d3;
  font-family: var(--display);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.1;
}

.news-rich-content {
  padding: 32px 38px 38px;
  color: #e8d4c2;
  font-size: .9rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.news-rich-content > *:first-child { margin-top: 0; }
.news-rich-content > *:last-child { margin-bottom: 0; }
.news-rich-content p { margin-bottom: 14px; }
.news-rich-content strong { color: #ffe0a4; }
.news-rich-content em { color: #f2cba8; }

.news-rich-content h1,
.news-rich-content h2,
.news-rich-content h3,
.news-rich-content h4,
.news-rich-content h5,
.news-rich-content h6 {
  margin: 22px 0 11px;
  color: #ffd797;
  font-family: var(--serif);
  line-height: 1.18;
  letter-spacing: -.015em;
  text-shadow: none;
}

.news-rich-content h1 { font-size: 1.85rem; }
.news-rich-content h2 { font-size: 1.32rem; }
.news-rich-content h3 { font-size: 1.15rem; }
.news-rich-content h4,
.news-rich-content h5,
.news-rich-content h6 { font-size: 1rem; }

.news-rich-content ul,
.news-rich-content ol {
  display: grid;
  gap: 6px;
  margin: 13px 0 17px;
  padding-left: 24px;
}

.news-rich-content li::marker { color: var(--orange); }
.news-rich-content a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.news-rich-content hr { margin: 25px 0; border: 0; border-top: 1px solid var(--line); }

.news-rich-content blockquote {
  margin: 18px 0;
  padding: 17px 19px;
  color: #f2d8bf;
  border-left: 4px solid var(--orange);
  background: rgba(255, 128, 42, .08);
}

.news-rich-content figure { margin: 20px 0; }
.news-rich-content img { width: auto; max-width: 100%; height: auto; margin-inline: auto; border: 1px solid var(--line); }
.news-rich-content figcaption { margin-top: 7px; color: var(--dim); font-size: .7rem; text-align: center; }

.news-rich-content table {
  width: 100%;
  margin: 19px 0;
  border-collapse: collapse;
  background: rgba(0, 0, 0, .2);
}

.news-rich-content th,
.news-rich-content td { padding: 9px 11px; border: 1px solid var(--line-soft); text-align: left; }
.news-rich-content th { color: #ffe0a4; background: rgba(255, 129, 43, .1); }

.news-rich-content pre,
.news-rich-content code {
  color: #ffe0b3;
  background: rgba(0, 0, 0, .34);
}

.news-rich-content pre { padding: 14px; overflow: auto; border: 1px solid var(--line-soft); }
.news-rich-content code { padding: 2px 5px; }

.news-rich-panel,
.news-rich-callout,
.news-rich-finale {
  margin: 17px 0;
  padding: 18px;
  border: 1px solid rgba(255, 145, 57, .3);
  background: rgba(255, 127, 40, .08);
}

.news-rich-callout {
  border-width: 0 0 0 5px;
  border-color: var(--gold);
  background: rgba(255, 255, 255, .055);
}

.news-rich-finale {
  text-align: center;
  border-color: rgba(255, 133, 47, .56);
  background: linear-gradient(135deg, rgba(80, 23, 13, .88), rgba(35, 11, 8, .9));
  box-shadow: inset 0 0 22px rgba(255, 106, 30, .07);
}

.news-rich-hero {
  margin-bottom: 22px;
  padding: 22px;
  text-align: center;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 50% 0, rgba(255, 131, 42, .14), transparent 68%);
}

.news-rich-badge {
  width: fit-content;
  display: inline-block;
  margin: 0 auto 8px;
  padding: 7px 14px;
  color: #260b06;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: var(--orange);
}

.news-modal__navigation {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 38px 28px;
  border-top: 1px solid var(--line-soft);
}

.news-modal__navigation button {
  min-height: 42px;
  padding: 0 14px;
  color: #f3d7bc;
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid var(--line-soft);
  background: rgba(255, 123, 39, .07);
}

.news-modal__navigation button:hover:not(:disabled),
.news-modal__navigation button:focus-visible:not(:disabled) {
  color: #fff0cf;
  border-color: rgba(255, 151, 61, .48);
  outline: none;
}

.news-modal__navigation button:disabled {
  opacity: .32;
  cursor: not-allowed;
}

.calendar-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(280px, .52fr);
  border: 1px solid var(--line);
  background: linear-gradient(155deg, rgba(37, 18, 11, .9), rgba(9, 5, 3, .95));
  box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
}

.calendar-main {
  min-width: 0;
  padding: 22px;
  border-right: 1px solid var(--line-soft);
}

.calendar-toolbar {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px auto;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
}

.calendar-toolbar h3 {
  margin: 0;
  padding-inline: 8px;
  color: #ffe5b3;
  font-family: var(--display);
  font-size: clamp(1.1rem, 2.2vw, 1.65rem);
  text-align: center;
}

.calendar-toolbar button {
  min-height: 42px;
  color: #ffe0a3;
  font-weight: 900;
  border: 1px solid var(--line-soft);
  background: rgba(255, 124, 40, .07);
  cursor: pointer;
}

.calendar-toolbar button:hover,
.calendar-toolbar button:focus-visible {
  color: #fff5df;
  border-color: rgba(255, 145, 59, .46);
  background: rgba(168, 58, 23, .3);
  outline: none;
}

.calendar-toolbar .calendar-today {
  padding-inline: 13px;
  font-size: .68rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.calendar-weekdays,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.calendar-weekdays {
  margin-bottom: 6px;
}

.calendar-weekdays span {
  padding: 7px 3px;
  color: var(--dim);
  font-size: .64rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.calendar-days {
  border-top: 1px solid var(--line-soft);
  border-left: 1px solid var(--line-soft);
}

.calendar-day {
  position: relative;
  min-width: 0;
  min-height: 94px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  padding: 9px;
  overflow: hidden;
  color: #ead3bd;
  text-align: left;
  border: 0;
  border-right: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: rgba(15, 8, 5, .58);
  cursor: pointer;
}

.calendar-day:hover,
.calendar-day:focus-visible {
  z-index: 2;
  background: rgba(73, 31, 17, .66);
  box-shadow: inset 0 0 0 1px rgba(255, 135, 50, .42);
  outline: none;
}

.calendar-day.is-outside {
  color: rgba(211, 185, 162, .34);
  background: rgba(7, 4, 3, .46);
}

.calendar-day.is-today::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(143, 221, 130, .7);
}

.calendar-day.is-selected {
  z-index: 1;
  color: #fff0d2;
  background: rgba(126, 48, 21, .64);
  box-shadow: inset 0 0 0 2px rgba(255, 143, 55, .58);
}

.calendar-day-number {
  color: inherit;
  font-family: var(--serif);
  font-size: .92rem;
  font-weight: 800;
}

.calendar-day-event {
  width: 100%;
  display: block;
  padding: 3px 5px;
  overflow: hidden;
  color: #f9d8b5;
  font-size: .57rem;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-left: 2px solid var(--orange);
  background: rgba(255, 122, 39, .12);
}

.calendar-day-event.is-pvp { border-color: #df5b4b; }
.calendar-day-event.is-pvm { border-color: var(--green); }
.calendar-day-event.is-maintenance { border-color: var(--gold); }
.calendar-day-event.is-communaute { border-color: var(--blue); }

.calendar-day-more {
  color: var(--dim);
  font-size: .56rem;
  font-weight: 800;
}

.calendar-agenda {
  min-width: 0;
  padding: 27px 24px;
  background:
    radial-gradient(circle at 90% 4%, rgba(255, 127, 42, .12), transparent 30%),
    rgba(12, 7, 5, .7);
}

.calendar-agenda > p {
  margin-bottom: 7px;
  color: var(--orange);
  font-size: .66rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.calendar-agenda > h3 {
  margin-bottom: 20px;
  color: #ffe3ae;
  font-family: var(--display);
  font-size: 1.22rem;
  line-height: 1.25;
}

.calendar-event-list {
  display: grid;
  gap: 9px;
}

.calendar-event {
  position: relative;
  padding: 15px 14px 14px 17px;
  border: 1px solid var(--line-soft);
  border-left: 3px solid var(--orange);
  background: rgba(29, 14, 9, .78);
}

.calendar-event.is-pvp { border-left-color: #df5b4b; }
.calendar-event.is-pvm { border-left-color: var(--green); }
.calendar-event.is-maintenance { border-left-color: var(--gold); }
.calendar-event.is-communaute { border-left-color: var(--blue); }

.calendar-event time {
  display: block;
  margin-bottom: 4px;
  color: var(--orange);
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.calendar-event h4 {
  margin: 0 0 5px;
  color: #ffe2af;
  font-family: var(--serif);
  font-size: .95rem;
}

.calendar-event p,
.calendar-empty {
  margin: 0;
  color: var(--muted);
  font-size: .74rem;
  line-height: 1.55;
}

.calendar-event small {
  display: block;
  margin-top: 8px;
  color: var(--dim);
  font-size: .62rem;
}

.calendar-empty {
  padding: 17px;
  text-align: center;
  border: 1px dashed var(--line-soft);
}

.calendar-readonly {
  display: block;
  margin-top: 20px;
  padding-top: 13px;
  color: var(--dim);
  font-size: .61rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-top: 1px solid var(--line-soft);
}

.roadmap-board {
  position: relative;
  max-width: 920px;
  margin-left: auto;
  padding-left: 34px;
}

.roadmap-board::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  width: 1px;
  background: linear-gradient(var(--green), var(--orange), rgba(255, 131, 56, .1));
}

.roadmap-item {
  position: relative;
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 25px;
  padding: 24px;
  border: 1px solid var(--line-soft);
  background: linear-gradient(90deg, rgba(38, 19, 12, .76), rgba(11, 6, 4, .84));
}

.roadmap-item + .roadmap-item {
  margin-top: 9px;
}

.roadmap-item::before {
  content: "";
  position: absolute;
  top: 31px;
  left: -33px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px #0c0604, 0 0 15px rgba(255, 131, 56, .45);
}

.roadmap-item.is-live::before { background: var(--green); }
.roadmap-item > span {
  color: var(--orange);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.roadmap-item.is-live > span { color: var(--green); }
.roadmap-item.is-progress > span { color: var(--gold); }

.help-layout {
  display: grid;
  grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
  gap: 18px;
  align-items: start;
}

.download-card {
  padding: 27px;
  border: 1px solid var(--line);
  background: linear-gradient(155deg, rgba(49, 24, 14, .92), rgba(11, 6, 4, .95));
  box-shadow: 0 25px 60px rgba(0, 0, 0, .34);
}

.download-card-head {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--line-soft);
}

.download-card-head img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.download-card-head p {
  margin-bottom: 3px;
  color: var(--orange);
  font-size: .67rem;
  font-weight: 950;
  text-transform: uppercase;
}

.download-card-head h3 { margin: 0; }

.download-card dl {
  margin: 17px 0;
}

.download-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.download-card dt { color: var(--dim); font-size: .76rem; }
.download-card dd { margin: 0; color: #f3dfca; font-size: .76rem; font-weight: 800; }
.download-card > .button { width: 100%; }

.checksum {
  margin-top: 17px;
  padding: 13px;
  border: 1px solid var(--line-soft);
  background: rgba(0, 0, 0, .25);
}

.checksum span {
  display: block;
  margin-bottom: 6px;
  color: var(--dim);
  font-size: .64rem;
  font-weight: 900;
  text-transform: uppercase;
}

.checksum code {
  display: block;
  overflow-wrap: anywhere;
  color: #e6cdb6;
  font-size: .64rem;
  line-height: 1.55;
}

.checksum button {
  margin-top: 8px;
  padding: 0;
  color: var(--gold);
  font-size: .67rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 211, 127, .24);
  background: transparent;
  cursor: pointer;
}

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

.faq-list details {
  border-bottom: 1px solid var(--line-soft);
  background: rgba(13, 7, 5, .52);
}

.faq-list summary {
  position: relative;
  padding: 19px 52px 19px 18px;
  color: #f6dfc8;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 15px;
  right: 18px;
  color: var(--orange);
  font-family: "Segoe UI", sans-serif;
  font-size: 1.35rem;
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list details[open] { background: rgba(37, 18, 11, .65); }
.faq-list p { margin: 0; padding: 0 52px 20px 18px; color: var(--muted); font-size: .83rem; line-height: 1.7; }

.community-callout {
  display: grid;
  grid-template-columns: 75px 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 70px;
  padding: 32px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 125, 43, .16), transparent 30%),
    linear-gradient(130deg, rgba(54, 27, 16, .93), rgba(11, 6, 4, .96));
  box-shadow: 0 30px 70px rgba(0, 0, 0, .34);
}

.community-callout > img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.community-callout p {
  margin-bottom: 5px;
  color: var(--orange);
  font-size: .7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.community-callout h2 {
  margin-bottom: 5px;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.community-callout span { color: var(--muted); font-size: .82rem; }
.community-actions { justify-content: flex-end; margin-top: 0; }

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 25px;
  align-items: center;
  padding: 25px 0 38px;
  color: var(--dim);
  font-size: .69rem;
  border-top: 1px solid var(--line-soft);
}

.site-footer > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.site-footer img { width: 35px; height: 35px; object-fit: contain; }
.site-footer strong { color: #e9d0b8; font-family: var(--serif); }
.site-footer p { max-width: 490px; margin: 0; }

.page-shell::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at calc(100% - 45px) calc(100% - 92px), rgba(255, 223, 134, .3), transparent 8%),
    radial-gradient(circle at calc(100% - 45px) calc(100% - 92px), rgba(255, 103, 30, .16), transparent 24%),
    linear-gradient(180deg, transparent 35%, rgba(255, 89, 24, .035));
}

.page-shell.is-returning::after {
  animation: return-veil .9s ease-in-out infinite alternate;
}

.back-to-top {
  position: fixed;
  right: max(12px, calc((100vw - var(--container)) / 2 - 84px));
  bottom: 10px;
  z-index: 90;
  width: 69px;
  height: 184px;
  display: block;
  opacity: .78;
  pointer-events: none;
  background: url("../backtotop.png") center 0 / 69px 440px no-repeat;
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, .58));
  transform-origin: 50% 100%;
  transition: opacity .25s ease, filter .25s ease;
}

.back-to-top::before,
.back-to-top::after {
  content: "";
  position: absolute;
  left: 50%;
  pointer-events: none;
  opacity: 0;
}

.back-to-top::before {
  bottom: 1px;
  width: 62px;
  height: 20px;
  border: 2px solid rgba(255, 204, 96, .8);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 126, 38, .82), inset 0 0 9px rgba(255, 221, 130, .5);
  transform: translateX(-50%) scale(.55);
}

.back-to-top::after {
  bottom: 16px;
  width: 16px;
  height: 150px;
  background: linear-gradient(to top, rgba(255, 227, 151, .78), rgba(255, 101, 28, .24) 46%, transparent);
  filter: blur(6px);
  transform: translateX(-50%) scaleY(.45);
  transform-origin: bottom;
}

.back-to-top.is-active {
  opacity: 1;
  pointer-events: auto;
  background-position: center -258px;
  filter: drop-shadow(0 12px 13px rgba(0, 0, 0, .64)) drop-shadow(0 0 8px rgba(255, 113, 31, .28));
  animation: backtop-float 2.8s ease-in-out infinite;
}

.back-to-top.is-active:hover,
.back-to-top.is-active:focus-visible {
  filter: drop-shadow(0 12px 13px rgba(0, 0, 0, .64)) drop-shadow(0 0 13px rgba(255, 185, 76, .72));
  outline: none;
}

.back-to-top.is-active:focus-visible {
  box-shadow: 0 0 0 2px var(--gold);
}

.back-to-top.is-travelling {
  pointer-events: none;
  background-position: center -258px;
  animation: backtop-ascend .62s ease-in-out infinite alternate;
}

.back-to-top.is-travelling::before {
  animation: return-ring .85s ease-out infinite;
}

.back-to-top.is-travelling::after {
  animation: return-trail .7s ease-in-out infinite alternate;
}

@keyframes backtop-float {
  0%, 100% { transform: translateY(0) rotate(-.5deg); }
  50% { transform: translateY(-5px) rotate(.5deg); }
}

@keyframes backtop-ascend {
  from { transform: translateY(1px) scale(1); }
  to { transform: translateY(-13px) scale(.96); }
}

@keyframes return-ring {
  0% { opacity: .9; transform: translateX(-50%) scale(.42); }
  100% { opacity: 0; transform: translateX(-50%) scale(1.35); }
}

@keyframes return-trail {
  from { opacity: .25; transform: translateX(-50%) scaleY(.45); }
  to { opacity: .82; transform: translateX(-50%) scaleY(1); }
}

@keyframes return-veil {
  from { opacity: .12; }
  to { opacity: .72; }
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s ease, transform .5s ease;
}

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

@media (max-width: 1040px) {
  .main-nav a { padding-inline: 8px; }
  .hero { grid-template-columns: 1fr 390px; gap: 35px; }
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .pillar:nth-child(3) { border-left: 0; border-top: 1px solid var(--line-soft); }
  .pillar:nth-child(4) { border-top: 1px solid var(--line-soft); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-section .section-heading-row { align-items: flex-start; flex-direction: column; }
  .feature-filters { width: 100%; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .community-callout { grid-template-columns: 65px 1fr; }
  .community-actions { grid-column: 2; justify-content: flex-start; }
  .site-footer { grid-template-columns: auto 1fr auto; }
  .site-footer > span { grid-column: 3; }
}

@media (max-width: 860px) {
  .topbar { flex-wrap: wrap; }
  .nav-toggle { display: block; }
  .main-nav {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 6px 0;
    border-top: 1px solid var(--line-soft);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { justify-content: center; }
  .main-nav .nav-discord { margin-left: 0; }
  .hero { min-height: 0; grid-template-columns: 1fr; padding-top: 70px; }
  .world-card { width: min(560px, 100%); }
  .journey-section { grid-template-columns: 1fr; gap: 10px; }
  .news-layout { grid-template-columns: 1fr; }
  .calendar-shell { grid-template-columns: 1fr; }
  .calendar-main { border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .help-layout { grid-template-columns: 1fr; }
  .download-card { max-width: 600px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { grid-column: 1 / -1; }
  .site-footer > span { grid-column: auto; }
}

@media (max-width: 640px) {
  .topbar,
  .hero,
  .public-message,
  .section,
  .community-callout,
  .site-footer { width: min(100% - 28px, var(--container)); }
  .topbar { top: 7px; margin-top: 7px; }
  .brand small { display: none; }
  .hero { padding: 58px 0 64px; }
  .hero-logo { width: min(330px, 90%); }
  h1 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
  .hero-lead { font-size: .92rem; }
  .hero-actions .button { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-facts li { min-width: 0; padding-inline: 9px; }
  .hero-facts strong { font-size: .82rem; }
  .hero-facts span { font-size: .62rem; }
  .world-card { padding: 11px; }
  .world-card-head { align-items: flex-start; }
  .world-stats div { padding: 9px 4px; }
  .section { padding: 70px 0; }
  .section-heading-row { align-items: flex-start; flex-direction: column; }
  .section-heading h2 { font-size: 2.08rem; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar + .pillar { border-left: 0; border-top: 1px solid var(--line-soft); }
  .feature-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-large { grid-column: span 1; }
  .feature-card ul { grid-template-columns: 1fr; }
  .journey-list li { grid-template-columns: 45px 1fr; gap: 10px; }
  .news-featured,
  .news-list article { min-height: 320px; padding: 24px; }
  .news-modal { padding: 8px; }
  .news-modal__panel { max-height: calc(100vh - 16px); }
  .news-modal__header { padding: 31px 56px 22px 20px; }
  .news-modal__header h2 { font-size: 1.55rem; }
  .news-rich-content { padding: 24px 19px 28px; }
  .news-rich-hero { padding: 17px 12px; }
  .news-rich-panel,
  .news-rich-callout,
  .news-rich-finale { padding: 14px; }
  .news-modal__navigation { padding: 17px 19px 22px; }
  .news-modal__navigation button { flex: 1 1 0; padding-inline: 8px; }
  .calendar-main { padding: 13px; }
  .calendar-toolbar { grid-template-columns: 38px minmax(0, 1fr) 38px; }
  .calendar-toolbar .calendar-today { grid-column: 1 / -1; }
  .calendar-day { min-height: 64px; padding: 6px; }
  .calendar-day-event { width: 7px; height: 7px; padding: 0; overflow: hidden; color: transparent; border: 0; border-radius: 50%; background: var(--orange); }
  .calendar-day-event.is-pvp { background: #df5b4b; }
  .calendar-day-event.is-pvm { background: var(--green); }
  .calendar-day-event.is-maintenance { background: var(--gold); }
  .calendar-day-event.is-communaute { background: var(--blue); }
  .calendar-day-more { display: none; }
  .calendar-agenda { padding: 22px 18px; }
  .roadmap-board { padding-left: 25px; }
  .roadmap-board::before { left: 5px; }
  .roadmap-item { grid-template-columns: 1fr; gap: 8px; padding: 19px; }
  .roadmap-item::before { left: -25px; }
  .download-card { padding: 20px; }
  .community-callout { grid-template-columns: 1fr; text-align: center; padding: 24px; }
  .community-callout > img { margin: auto; }
  .community-actions { grid-column: auto; justify-content: center; }
  .community-actions .button { width: 100%; }
  .back-to-top { right: 5px; bottom: 5px; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer > div { justify-content: center; }
  .site-footer p { grid-column: auto; }
}

@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; }
  .back-to-top,
  .back-to-top.is-active,
  .back-to-top.is-travelling,
  .page-shell.is-returning::after { animation: none !important; }
}
