@font-face {
  font-family: "Boucherie";
  src: url("../fonts/boucherie-block.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif Local";
  src: url("../fonts/noto-serif.ttf") format("truetype");
  font-display: swap;
}

:root {
  --ink: #0a0c0b;
  --coal: #101412;
  --iron: #171d1a;
  --stone: #242924;
  --mist: #aeb3a8;
  --parchment: #ddd2b6;
  --bone: #f1ead7;
  --ore: #b88b45;
  --ore-bright: #e2bd73;
  --barrier: #68a2a2;
  --line: rgba(218, 194, 145, 0.24);
  --max: 1180px;
  --heading: "Boucherie", Georgia, serif;
  --body: "Noto Serif Local", Georgia, serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 15% 5%, rgba(104, 162, 162, 0.08), transparent 26rem),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.013) 0 1px, transparent 1px 5px),
    var(--ink);
  color: var(--parchment);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.72;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  z-index: 20;
  background:
    repeating-linear-gradient(17deg, rgba(255,255,255,.025) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(103deg, rgba(0,0,0,.05) 0 1px, transparent 1px 6px);
  mix-blend-mode: soft-light;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: .65rem 1rem;
  background: var(--bone);
  color: var(--ink);
}
.skip-link:focus { top: 1rem; }

.container { width: min(var(--max), calc(100% - 2.5rem)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 2.5rem)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(9, 12, 10, .9);
  backdrop-filter: blur(14px);
}

.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }

.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-mark {
  width: 41px;
  height: 41px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(226, 189, 115, .48);
  color: var(--ore-bright);
  font-family: var(--heading);
  font-size: 1.12rem;
  line-height: 1;
  transform: rotate(45deg);
  background: #111511;
  box-shadow: inset 0 0 0 3px #111511, inset 0 0 0 4px rgba(226, 189, 115, .12);
}
.brand-mark span { transform: rotate(-45deg); }
.brand-name { font-family: var(--heading); font-size: 1.22rem; letter-spacing: .075em; color: var(--bone); }
.brand-name small { display: block; margin-top: -.35rem; font-family: var(--body); color: var(--mist); font-size: .57rem; letter-spacing: .22em; text-transform: uppercase; }

.site-nav { display: flex; align-items: center; gap: .25rem; }
.site-nav a {
  padding: .6rem .78rem;
  color: #c4c3b8;
  font-size: .82rem;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease;
}
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: var(--ore-bright); background: rgba(184,139,69,.08); }
.site-nav .nav-cta { margin-left: .45rem; border: 1px solid rgba(226, 189, 115, .5); color: var(--ore-bright); }

.nav-toggle { display: none; border: 0; background: transparent; color: var(--bone); padding: .65rem; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 1px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(8,10,9,.96) 0%, rgba(8,10,9,.68) 48%, rgba(8,10,9,.88) 100%),
    linear-gradient(0deg, var(--ink) 0%, transparent 35%),
    url("../images/colony-bg.jpg") center 28% / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  width: 44rem;
  height: 44rem;
  right: -17rem;
  top: -20rem;
  border: 1px solid rgba(104,162,162,.32);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(104,162,162,.16), inset 0 0 80px rgba(104,162,162,.07);
  z-index: -1;
}

.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); padding-block: 6rem; }
.eyebrow { margin: 0 0 1.15rem; color: var(--ore-bright); font-size: .75rem; letter-spacing: .25em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 2.8rem; height: 1px; vertical-align: middle; margin-right: .8rem; background: currentColor; }

h1, h2, h3 { margin-top: 0; color: var(--bone); font-family: var(--heading); font-weight: 400; line-height: .98; letter-spacing: .025em; }
h1 { max-width: 800px; margin-bottom: 1.45rem; font-size: clamp(3.3rem, 7vw, 6.9rem); text-wrap: balance; }
h2 { font-size: clamp(2.5rem, 5vw, 4.7rem); }
h3 { font-size: 1.65rem; line-height: 1.1; }
.hero h1 em { color: var(--ore-bright); font-style: normal; }
.hero-copy { max-width: 660px; margin: 0 0 2rem; color: #c6c4b9; font-size: clamp(1rem, 1.4vw, 1.16rem); }

.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: .85rem; }
.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: .78rem 1.25rem;
  border: 1px solid rgba(226,189,115,.48);
  background: linear-gradient(180deg, #c99b54, #90652f);
  color: #100d08;
  font-family: var(--body);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: inset 0 1px rgba(255,255,255,.22), 0 8px 28px rgba(0,0,0,.25);
  transition: transform .2s, filter .2s, border-color .2s;
}
.btn:hover, .btn:focus-visible { transform: translateY(-2px); filter: brightness(1.12); }
.btn-secondary { background: rgba(12,15,13,.7); color: var(--parchment); border-color: rgba(221,210,182,.28); }
.btn-disabled { opacity: .48; cursor: not-allowed; filter: grayscale(.7); }

.hero-visual { position: relative; padding: 1rem 0; }
.logo-shroud {
  position: relative;
  overflow: hidden;
  background: #77736c;
  box-shadow: 0 24px 80px rgba(0,0,0,.5);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, black 11%, black 89%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, black 11%, black 89%, transparent 100%);
}
.logo-shroud img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.logo-shroud::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 80px 35px rgba(13,15,13,.64); }
.status-seal {
  position: absolute;
  right: .2rem;
  bottom: -.8rem;
  width: 128px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(226,189,115,.55);
  border-radius: 50%;
  background: #111511;
  color: var(--ore-bright);
  text-align: center;
  font-size: .65rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 5px #111511, inset 0 0 0 6px rgba(226,189,115,.2), 0 12px 36px rgba(0,0,0,.5);
}

.signal-bar { border-bottom: 1px solid var(--line); background: #101411; }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.signal-item { min-height: 88px; display: flex; align-items: center; gap: .85rem; padding: 1rem 1.35rem; border-left: 1px solid var(--line); }
.signal-item:last-child { border-right: 1px solid var(--line); }
.signal-icon { color: var(--barrier); font-family: var(--heading); font-size: 1.65rem; }
.signal-item strong { display: block; color: var(--bone); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.signal-item span:last-child { color: var(--mist); font-size: .76rem; }

.section { padding-block: clamp(5rem, 9vw, 8.5rem); }
.section-dark { background: linear-gradient(180deg, #0d100e, #121713); border-block: 1px solid var(--line); }
.section-heading { max-width: 740px; margin-bottom: 3rem; }
.section-heading p:not(.eyebrow) { color: var(--mist); font-size: 1.02rem; }
.section-heading h2 { margin-bottom: 1.2rem; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.feature-card { min-height: 280px; padding: 2rem 1.65rem; background: #111512; }
.feature-number { display: block; margin-bottom: 2.2rem; color: var(--ore); font-family: var(--heading); font-size: 1.1rem; }
.feature-card p { color: var(--mist); font-size: .9rem; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(2.5rem, 7vw, 7rem); }
.rune-panel { min-height: 470px; position: relative; display: grid; place-items: center; border: 1px solid var(--line); background: radial-gradient(circle, rgba(104,162,162,.13), transparent 48%), #0d110e; overflow: hidden; }
.rune-panel::before, .rune-panel::after { content: ""; position: absolute; width: 260px; aspect-ratio: 1; border: 1px solid rgba(104,162,162,.28); transform: rotate(45deg); }
.rune-panel::after { width: 185px; border-color: rgba(226,189,115,.28); }
.rune-mark { z-index: 1; color: var(--bone); font-family: var(--heading); font-size: 7rem; line-height: 1; text-shadow: 0 0 32px rgba(104,162,162,.42); }
.split-copy h2 { margin-bottom: 1.35rem; }
.split-copy p { color: var(--mist); }
.text-link { display: inline-flex; align-items: center; gap: .6rem; margin-top: .9rem; color: var(--ore-bright); font-size: .78rem; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.text-link::after { content: "→"; transition: transform .2s; }
.text-link:hover::after { transform: translateX(5px); }

.store-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.store-card { position: relative; min-height: 470px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid var(--line); background: #151915; text-decoration: none; isolation: isolate; }
.store-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .5s ease; }
.store-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(7,9,8,.98) 0%, rgba(7,9,8,.85) 28%, rgba(7,9,8,.1) 68%); }
.store-card:hover img { transform: scale(1.035); }
.store-info { padding: 2rem; }
.store-tag { color: var(--ore-bright); font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; }
.store-info h3 { margin: .35rem 0 .5rem; font-size: 2rem; }
.store-info p { margin: 0; color: #b9b9af; font-size: .88rem; }

.notice { margin-top: 2rem; padding: 1.1rem 1.3rem; border-left: 2px solid var(--ore); background: rgba(184,139,69,.07); color: var(--mist); font-size: .84rem; }

.page-hero { position: relative; overflow: hidden; padding-block: clamp(5.5rem, 10vw, 9.5rem); border-bottom: 1px solid var(--line); background: linear-gradient(90deg, rgba(8,10,9,.97), rgba(8,10,9,.7)), url("../images/colony-bg.jpg") center 32% / cover; }
.page-hero::after { content: attr(data-mark); position: absolute; right: 6vw; top: 50%; transform: translateY(-50%); color: rgba(226,189,115,.055); font-family: var(--heading); font-size: clamp(9rem, 24vw, 24rem); line-height: 1; pointer-events: none; }
.page-hero h1 { margin-bottom: 1rem; font-size: clamp(3.7rem, 8vw, 7.5rem); }
.page-hero p:last-child { max-width: 680px; color: #c5c4b8; font-size: 1.08rem; }

.download-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.download-card { min-height: 410px; display: flex; flex-direction: column; padding: 2rem; border: 1px solid var(--line); background: linear-gradient(145deg, #171c18, #0e110f); }
.platform { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 3rem; color: var(--ore-bright); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; }
.platform-symbol { font-family: var(--heading); font-size: 2rem; }
.download-card h2 { margin-bottom: .65rem; font-size: 2.1rem; }
.download-card p { margin-top: 0; color: var(--mist); font-size: .9rem; }
.specs { padding: 0; margin: 1rem 0 2rem; list-style: none; color: #bcbdb3; font-size: .78rem; }
.specs li { padding: .45rem 0; border-bottom: 1px solid rgba(221,210,182,.08); }
.download-card .btn { margin-top: auto; width: 100%; }

.steps { counter-reset: steps; display: grid; gap: 0; border-top: 1px solid var(--line); }
.step { counter-increment: steps; display: grid; grid-template-columns: 82px 1fr; gap: 1.25rem; padding: 1.65rem 0; border-bottom: 1px solid var(--line); }
.step::before { content: "0" counter(steps); color: var(--ore); font-family: var(--heading); font-size: 1.45rem; }
.step h3 { margin-bottom: .35rem; font-size: 1.35rem; }
.step p { margin: 0; color: var(--mist); font-size: .88rem; }

.prose { color: #c0bfb4; }
.prose h2 { margin: 3.5rem 0 1rem; font-size: 2.6rem; }
.prose h2:first-child { margin-top: 0; }
.prose strong { color: var(--bone); }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 2.5rem; }
.principle { padding: 1.6rem; border-top: 1px solid var(--ore); background: #111512; }
.principle h3 { font-size: 1.35rem; }
.principle p { color: var(--mist); font-size: .86rem; }

.timeline { margin-top: 2.5rem; border-left: 1px solid var(--line); }
.milestone { position: relative; padding: 0 0 2.7rem 2rem; }
.milestone::before { content: ""; position: absolute; left: -5px; top: .25rem; width: 9px; height: 9px; transform: rotate(45deg); background: var(--ore); }
.milestone:last-child { padding-bottom: 0; }
.milestone small { color: var(--ore-bright); letter-spacing: .16em; text-transform: uppercase; }
.milestone h3 { margin: .35rem 0; }
.milestone p { margin: 0; color: var(--mist); }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.5rem 3.5rem 1.5rem 0; color: var(--bone); font-family: var(--heading); font-size: 1.35rem; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .4rem; top: 50%; transform: translateY(-50%); color: var(--ore-bright); font-family: var(--body); font-size: 1.3rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { max-width: 750px; padding: 0 0 1.6rem; color: var(--mist); }

.cta-band { padding-block: 4.5rem; border-block: 1px solid var(--line); background: radial-gradient(circle at 20% 50%, rgba(104,162,162,.11), transparent 30%), #121713; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-inner h2 { margin: 0 0 .6rem; font-size: clamp(2.2rem, 4vw, 3.5rem); }
.cta-inner p { margin: 0; color: var(--mist); }

.site-footer { padding-block: 4rem 2rem; background: #080a09; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; }
.footer-brand p { max-width: 420px; color: #858b83; font-size: .78rem; }
.footer-col h3 { margin-bottom: 1rem; color: var(--ore-bright); font-family: var(--body); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.footer-col a { display: block; width: fit-content; margin: .45rem 0; color: #aaa9a0; font-size: .83rem; text-decoration: none; }
.footer-col a:hover { color: var(--bone); }
.legal-notice { margin-top: 2.75rem; padding: 1.35rem 1.5rem; border: 1px solid rgba(221,210,182,.08); background: rgba(255,255,255,.012); color: #6f746e; font-size: .66rem; line-height: 1.75; }
.legal-notice p { margin: 0; }
.legal-notice p + p { margin-top: .45rem; }
.legal-notice strong { color: #9b8a69; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(221,210,182,.09); color: #676b66; font-size: .68rem; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 76px; display: none; flex-direction: column; align-items: stretch; padding: 1rem 1.25rem 1.5rem; border-bottom: 1px solid var(--line); background: #0b0e0c; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .85rem 1rem; }
  .site-nav .nav-cta { margin: .4rem 0 0; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 620px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .rune-panel { min-height: 330px; }
  .download-grid, .principles { grid-template-columns: 1fr; }
  .download-card { min-height: auto; }
}

@media (max-width: 700px) {
  .container, .narrow { width: min(100% - 1.4rem, var(--max)); }
  .brand-name small { display: none; }
  .hero { min-height: auto; }
  .hero-grid { padding-block: 4.5rem; }
  .hero-visual { margin-top: 1rem; }
  .status-seal { width: 98px; right: 0; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-item, .signal-item:last-child { border: 0; border-bottom: 1px solid var(--line); }
  .feature-grid, .store-grid { grid-template-columns: 1fr; }
  .store-card { min-height: 390px; }
  .cta-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .page-hero::after { opacity: .5; }
}

/* Server browser --------------------------------------------------------- */
.server-directory {
  background: radial-gradient(circle at 50% 0, rgba(104, 162, 162, .07), transparent 34rem);
}

.server-summary {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 1.25rem;
  border: 1px solid var(--line);
  background: rgba(14, 18, 15, .86);
}

.server-summary > div {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-height: 72px;
  padding: 1rem 1.35rem;
  border-right: 1px solid rgba(218, 194, 145, .12);
  color: #9da299;
  font-size: .76rem;
}

.server-summary > div:last-of-type {
  border-right: 0;
}

.server-summary .bi {
  color: var(--ore-bright);
  font-size: 1rem;
}

.server-summary strong {
  color: var(--bone);
}

.master-seal {
  position: absolute;
  right: 1rem;
  top: -12px;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .22rem .58rem;
  border: 1px solid rgba(130, 170, 130, .46);
  background: #111511;
  color: #9fc59f;
  font-size: .58rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.master-seal::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #82aa82;
  box-shadow: 0 0 8px rgba(130, 170, 130, .7);
}

.master-seal.is-stale {
  border-color: rgba(226, 189, 115, .46);
  color: var(--ore-bright);
}

.master-seal.is-stale::before {
  background: var(--ore-bright);
  box-shadow: 0 0 8px rgba(226, 189, 115, .7);
}

.server-tools {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 190px 190px auto;
  gap: .7rem;
  margin-bottom: 1.25rem;
}

.server-tools label {
  position: relative;
  display: block;
}

.server-tools input,
.server-tools select,
.server-refresh {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(218, 194, 145, .2);
  border-radius: 0;
  outline: 0;
  background: #111512;
  color: var(--parchment);
  font: inherit;
  font-size: .76rem;
}

.server-tools input:focus,
.server-tools select:focus {
  border-color: rgba(226, 189, 115, .62);
  box-shadow: 0 0 0 2px rgba(184, 139, 69, .1);
}

.server-tools select {
  padding: 0 2.4rem 0 1rem;
  cursor: pointer;
}

.server-search .bi {
  position: absolute;
  left: 1rem;
  top: 50%;
  z-index: 1;
  color: #8e6a36;
  transform: translateY(-50%);
}

.server-tools .server-search input {
  padding: 0 1rem 0 2.75rem;
}

.server-refresh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding-inline: 1.15rem;
  color: var(--parchment);
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.server-refresh:hover:not(:disabled),
.server-refresh:focus-visible {
  border-color: rgba(226, 189, 115, .52);
  background: #171b16;
  color: var(--ore-bright);
}

.server-refresh:disabled {
  color: #686d67;
  cursor: wait;
}

.server-refresh.is-loading .bi,
.server-empty.is-loading .bi {
  animation: server-spin .9s linear infinite;
}

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

.server-list {
  display: grid;
  gap: .8rem;
}

.server-list[aria-busy="true"] {
  opacity: .72;
}

.server-entry[hidden],
.server-empty[hidden] {
  display: none;
}

.server-entry {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, .9fr) minmax(480px, 1.8fr) minmax(210px, .75fr);
  align-items: center;
  gap: 1.5rem;
  min-height: 142px;
  padding: 1.35rem 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(218, 194, 145, .2);
  background: linear-gradient(105deg, rgba(22, 29, 24, .95), rgba(11, 14, 12, .96));
  box-shadow: inset 3px 0 0 rgba(104, 162, 162, .32), 0 12px 32px rgba(0, 0, 0, .12);
}

.server-entry::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .012), transparent);
}

.server-entry.featured {
  border-color: rgba(226, 189, 115, .4);
  box-shadow: inset 3px 0 0 var(--ore), 0 14px 38px rgba(0, 0, 0, .18);
}

.server-entry.is-offline {
  opacity: .62;
  box-shadow: inset 3px 0 0 #5e625d;
}

.server-identity {
  min-width: 0;
}

.server-identity h2 {
  margin: .55rem 0 .18rem;
  overflow: hidden;
  color: var(--bone);
  font-size: 1.55rem;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.server-identity p {
  margin: 0;
  overflow: hidden;
  color: #858b83;
  font-size: .68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.server-identity p .bi {
  margin-right: .32rem;
  color: #9b7a43;
}

.server-state {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #9fa59c;
  font-size: .58rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.server-state > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #777;
  box-shadow: 0 0 8px currentColor;
}

.server-state.online {
  color: #82aa82;
}

.server-state.online > span {
  background: #82aa82;
}

.server-state.offline {
  color: #8d7772;
}

.server-state.offline > span {
  background: #8d7772;
}

.server-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(75px, 1fr));
  gap: .7rem;
  margin: 0;
}

.server-stats div {
  min-width: 0;
  padding-left: .85rem;
  border-left: 1px solid rgba(218, 194, 145, .12);
}

.server-stats dt {
  margin-bottom: .18rem;
  color: #666c66;
  font-size: .55rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.server-stats dd {
  margin: 0;
  overflow: hidden;
  color: #bdbaad;
  font-size: .72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.server-stats dd strong {
  color: var(--ore-bright);
}

.server-connect {
  display: grid;
  justify-items: end;
  gap: .65rem;
}

.server-connect code {
  max-width: 100%;
  overflow: hidden;
  color: #6f756e;
  font-size: .62rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn.btn-small {
  min-width: 145px;
  padding: .7rem 1rem;
  font-size: .66rem;
}

.server-copy-address.is-copied {
  border-color: rgba(130, 170, 130, .55);
  color: #c5ddc5;
}

.btn:disabled {
  opacity: .5;
  cursor: not-allowed;
  filter: grayscale(.4);
}

.server-empty {
  padding: 5rem 1rem;
  border: 1px solid var(--line);
  color: #7f857d;
  text-align: center;
}

.server-empty.is-loading {
  color: #939991;
}

.server-empty .bi {
  color: var(--ore);
  font-size: 2rem;
}

.server-empty h2 {
  margin: 1rem 0 .25rem;
  color: var(--bone);
}

.server-empty p {
  margin: 0;
}

.server-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  margin: 1.5rem 0 0;
  color: #70756f;
  font-size: .67rem;
}

.server-disclaimer .bi {
  margin-top: .15rem;
  color: #9b7a43;
}

@media (max-width: 1100px) {
  .server-entry {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .server-connect {
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-items: stretch;
  }
}

@media (max-width: 800px) {
  .server-summary {
    grid-template-columns: 1fr;
  }

  .server-summary > div {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid rgba(218, 194, 145, .12);
  }

  .server-summary > div:last-of-type {
    border-bottom: 0;
  }

  .server-tools {
    grid-template-columns: 1fr 1fr;
  }

  .server-search {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .server-tools {
    grid-template-columns: 1fr;
  }

  .server-search {
    grid-column: auto;
  }

  .server-entry {
    padding: 1.2rem 1rem;
  }

  .server-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .server-stats div:nth-child(5) {
    grid-column: 1 / -1;
  }

  .server-connect {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .server-connect .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Refined Gothic interface */
.site-header {
  background: rgba(7, 9, 8, .96);
  border-bottom-color: rgba(197, 160, 93, .28);
}

.nav-wrap { min-height: 70px; }

.brand {
  width: 188px;
  height: 52px;
  overflow: visible;
  flex: 0 0 auto;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: contrast(1.04) brightness(.98);
}

.site-nav a { font-size: .74rem; }
.site-nav .nav-cta { background: rgba(184, 139, 69, .09); }

.site-header .brand {
  width: 232px;
  gap: .65rem;
}

.site-header .brand-logo {
  width: 178px;
  height: 46px;
  flex: 0 0 auto;
}

.site-header .brand::after {
  content: "ALPHA";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .3rem .5rem .26rem;
  border: 1px solid rgba(226, 189, 115, .46);
  background: linear-gradient(180deg, rgba(137, 98, 47, .78), rgba(72, 49, 24, .88));
  color: #f0d394;
  font-family: var(--body);
  font-size: .5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .14em;
  text-shadow: 0 1px 2px #000;
  box-shadow: inset 0 1px rgba(255,255,255,.09), 0 3px 12px rgba(0,0,0,.34);
  clip-path: polygon(5px 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
}

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

.cinematic-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #050706;
  border-bottom: 1px solid var(--line);
}

.hero-art {
  width: 100%;
  height: min(calc(100vh - 70px), 900px);
  min-height: 620px;
  object-fit: cover;
  object-position: center;
}

.cinematic-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(5,7,6,.98) 0%, rgba(5,7,6,.72) 34%, transparent 100%);
}

.hero-dock {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 1.4rem 0 1.6rem;
}

.hero-dock-inner {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto auto;
  align-items: center;
  gap: 2rem;
}

.hero-dock p {
  max-width: 560px;
  margin: 0;
  color: #cac7ba;
  font-size: .92rem;
}

.build-status {
  min-width: 156px;
  color: #8e958c;
  font-size: .67rem;
  letter-spacing: .09em;
  line-height: 1.5;
  text-transform: uppercase;
}

.build-status span {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: .55rem;
  border-radius: 50%;
  background: #c59a52;
  box-shadow: 0 0 12px rgba(197,154,82,.7);
}

.build-status strong { display: block; color: var(--bone); font-size: .63rem; }

.project-strip { background: #0c0f0d; border-bottom: 1px solid var(--line); }
.project-facts { display: grid; grid-template-columns: repeat(3, 1fr); }
.project-facts > div { padding: 1.25rem 1.5rem; border-left: 1px solid var(--line); }
.project-facts > div:last-child { border-right: 1px solid var(--line); }
.project-facts small { display: block; margin-bottom: .18rem; color: #7f877f; font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.project-facts strong { color: #d7d0be; font-size: .79rem; font-weight: 400; letter-spacing: .04em; }
.project-facts .free-fact strong { font-size: .86rem; }
.project-facts .free-fact b { color: var(--ore-bright); font-weight: 400; }

.field-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 9vw, 9rem);
  align-items: start;
}

.field-intro { position: sticky; top: 118px; }
.field-intro h2 { max-width: 540px; margin-bottom: 1.35rem; }
.field-intro > p:last-child { max-width: 530px; color: var(--mist); }
.field-list { border-top: 1px solid rgba(218,194,145,.34); }
.field-list article { padding: 2rem 0 2.2rem; border-bottom: 1px solid var(--line); }
.field-list h3 { margin-bottom: .55rem; font-size: clamp(1.55rem, 2.4vw, 2.15rem); }
.field-list p { max-width: 580px; margin: 0; color: var(--mist); font-size: .9rem; }

.server-landscape {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  border-block: 1px solid var(--line);
  background: url("../images/colony-bg.jpg") center 32% / cover no-repeat;
  isolation: isolate;
}

.server-landscape::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(6,8,7,.14) 0%, rgba(6,8,7,.48) 43%, rgba(6,8,7,.96) 100%);
}

.server-landscape-inner { display: flex; justify-content: flex-end; }
.server-brief {
  width: min(520px, 100%);
  padding: clamp(2rem, 4vw, 3.4rem);
  border: 1px solid rgba(218,194,145,.28);
  background: rgba(9,12,10,.91);
  box-shadow: 0 30px 80px rgba(0,0,0,.42);
  backdrop-filter: blur(8px);
}
.server-brief h2 { margin-bottom: 2rem; font-size: clamp(2.4rem, 4vw, 4rem); }
.build-line { display: flex; justify-content: space-between; gap: 1.5rem; padding: .85rem 0; border-bottom: 1px solid var(--line); color: #9da098; font-size: .76rem; }
.build-line strong { color: var(--bone); font-weight: 400; }

.store-card { min-height: 430px; }
.store-info { padding: 1.65rem 1.8rem; }
.store-info h3 { font-size: 1.75rem; }

.page-hero { padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.page-hero::after { display: none; }

.download-grid { grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--line); }
.download-card {
  min-height: auto;
  display: grid;
  grid-template-columns: 180px minmax(180px, .55fr) 1fr 220px;
  align-items: center;
  gap: 2rem;
  padding: 1.55rem 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
}
.download-card .platform { margin: 0; }
.download-card .platform {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: .8rem;
}
.platform-logo {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214,180,112,.27);
  background: linear-gradient(145deg, rgba(214,180,112,.08), rgba(255,255,255,.015));
  box-shadow: inset 0 0 28px rgba(0,0,0,.25);
}
.platform-logo img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.platform-logo.linux img { width: 53px; height: 57px; }
.download-card h2 { margin: 0; }
.download-card p { margin: 0; }
.download-card .specs { display: none; }
.download-card .btn { margin: 0; }

.principles { gap: 0; border-top: 1px solid var(--line); }
.principle { background: transparent; border-top: 0; border-right: 1px solid var(--line); }
.principle:last-child { border-right: 0; }

.footer-brand .brand { width: 245px; height: 68px; }

@media (max-width: 980px) {
  .site-nav { top: 70px; }
  .hero-dock-inner { grid-template-columns: 1fr auto; }
  .hero-dock-inner > p { grid-column: 1 / -1; }
  .field-layout { grid-template-columns: 1fr; gap: 3rem; }
  .field-intro { position: static; }
  .download-card { grid-template-columns: 140px 1fr 190px; }
  .download-card p { display: none; }
}

@media (max-width: 700px) {
  .brand { width: 148px; height: 44px; }
  .site-header .brand { width: 188px; gap: .45rem; }
  .site-header .brand-logo { width: 145px; height: 40px; }
  .site-header .brand::after { padding: .27rem .4rem .23rem; font-size: .44rem; }
  .cinematic-hero { min-height: 0; }
  .hero-art { height: auto; min-height: 0; aspect-ratio: 1.91 / 1; object-fit: contain; }
  .cinematic-hero::after { display: none; }
  .hero-dock { position: static; padding: 1.5rem 0 1.8rem; background: #080b09; }
  .hero-dock-inner { display: flex; flex-direction: column; align-items: flex-start; gap: 1.2rem; }
  .project-facts { grid-template-columns: 1fr; }
  .project-facts > div, .project-facts > div:last-child { padding-inline: .25rem; border: 0; border-bottom: 1px solid var(--line); }
  .server-landscape { min-height: 540px; align-items: end; padding-block: 3rem; }
  .server-landscape::before { background: linear-gradient(0deg, rgba(6,8,7,.98), rgba(6,8,7,.3)); }
  .server-brief { padding: 1.6rem; }
  .download-card { grid-template-columns: 1fr; gap: .8rem; padding: 1.5rem 0; }
  .download-card .platform { justify-content: flex-start; }
  .download-card .platform { flex-direction: row; align-items: center; }
  .platform-logo { width: 58px; height: 58px; }
  .platform-logo img { width: 36px; height: 36px; }
  .platform-logo.linux img { width: 42px; height: 45px; }
  .download-card p { display: block; }
  .principles { grid-template-columns: 1fr; }
  .principle { border-right: 0; border-bottom: 1px solid var(--line); }
}
/* Gothic icon language --------------------------------------------------- */
.site-nav a {
  display: inline-flex;
  align-items: center;
  gap: .44rem;
}

.site-nav a .bi {
  color: #b88b45;
  font-size: .82rem;
  opacity: .86;
  filter: drop-shadow(0 1px 2px #000);
}

.site-nav a:hover .bi,
.site-nav a[aria-current="page"] .bi {
  color: var(--ore-bright);
  opacity: 1;
}

.project-facts > div {
  position: relative;
  padding-left: 3.75rem;
}

.fact-icon {
  position: absolute;
  left: 1.35rem;
  top: 50%;
  color: rgba(226, 189, 115, .68);
  font-size: 1.35rem;
  transform: translateY(-50%);
  filter: drop-shadow(0 2px 4px #000);
}

.field-list article {
  position: relative;
  padding-left: 5.25rem;
}

.feature-glyph {
  position: absolute;
  left: .5rem;
  top: 2.15rem;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(226, 189, 115, .38);
  background: linear-gradient(145deg, rgba(184, 139, 69, .12), rgba(8, 10, 9, .7));
  color: var(--ore-bright);
  transform: rotate(45deg);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, .45), 0 5px 18px rgba(0, 0, 0, .24);
}

.feature-glyph .bi {
  display: inline-block;
  font-size: 1.15rem;
  transform: rotate(-45deg);
}

.build-line span {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
}

.build-line .bi {
  color: var(--ore);
  font-size: .95rem;
}

.btn .bi {
  font-size: 1rem;
}

.text-link .bi {
  color: var(--ore-bright);
  font-size: .9rem;
}

.store-tag .bi {
  margin-right: .28rem;
  font-size: .86rem;
}

.store-info h3 .bi {
  margin-left: .35rem;
  color: var(--ore-bright);
  font-size: .66em;
}

.download-card .btn {
  gap: .65rem;
}

.step h3 .bi,
.principle h3 .bi,
.milestone h3 .bi {
  margin-right: .68rem;
  color: var(--ore-bright);
  font-size: .8em;
  filter: drop-shadow(0 2px 3px #000);
}

.faq-list summary > .bi {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  margin-right: 1rem;
  border: 1px solid rgba(226, 189, 115, .26);
  color: var(--ore-bright);
  font-size: .88rem;
  transform: rotate(45deg);
}

.faq-list summary > .bi::before {
  transform: rotate(-45deg);
}

.footer-col a {
  display: flex;
  align-items: center;
  gap: .55rem;
}

.footer-col a .bi {
  color: #8e6a36;
  font-size: .78rem;
}

@media (max-width: 700px) {
  .project-facts > div,
  .project-facts > div:last-child {
    padding-left: 2.9rem;
  }

  .fact-icon {
    left: .45rem;
  }

  .field-list article {
    padding-left: 4.45rem;
  }

  .feature-glyph {
    left: .35rem;
    width: 38px;
    height: 38px;
  }

  .faq-list summary > .bi {
    width: 28px;
    height: 28px;
    margin-right: .75rem;
  }
}

@media (min-width: 981px) {
  .site-header .container {
    width: min(1280px, calc(100% - 2rem));
  }

  .site-header .brand {
    width: 210px;
  }

  .site-header .brand-logo {
    width: 158px;
  }

  .site-nav {
    gap: .05rem;
  }

  .site-nav a {
    padding: .58rem .56rem;
    font-size: .68rem;
    letter-spacing: .085em;
  }

  .site-nav .nav-cta {
    margin-left: .25rem;
  }
}
