:root {
  --ink: #071b18;
  --ink-2: #061b18;
  --panel: #102b24;
  --card: #17382e;
  --gold: #d8b879;
  --gold-2: #e0c189;
  --gold-deep: #8e7042;
  --paper: #f2f0e8;
  --paper-2: #e6eadc;
  --sage: #d9e2d5;
  --mist: #53665d;
  --line: rgba(217, 193, 142, 0.18);
  --serif: Georgia, "Songti SC", "STSong", "SimSun", "Noto Serif SC", serif;
  --sans: "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  --mono: "Cascadia Mono", Consolas, "PingFang SC", "Microsoft YaHei", monospace;
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: #122c26;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.75;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
.nav-toggle:focus-visible + .nav-toggle-label {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.shell {
  width: min(100% - 88px, 1240px);
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -80px;
  z-index: 40;
  padding: 12px 18px;
  background: var(--gold);
  color: var(--ink);
}

.skip-link:focus {
  top: 12px;
}

.utility {
  background: var(--ink-2);
  color: #b2c2b0;
  border-bottom: 1px solid #294838;
}

.utility-inner {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #061b18;
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
  color: #f1f1e8;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  object-fit: cover;
  flex: none;
}

.brand-name {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.brand-name sup {
  font-family: var(--sans);
  font-size: 9px;
  margin-left: 2px;
}

.brand-name small {
  display: block;
  margin-top: 8px;
  color: #b9bba8;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.nav-wrap {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.nav-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-toggle-label {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid #866d48;
  color: #e1c382;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.label-close {
  display: none;
}

.nav-toggle:checked + .nav-toggle-label .label-open {
  display: none;
}

.nav-toggle:checked + .nav-toggle-label .label-close {
  display: inline;
}

.site-nav {
  display: flex;
  gap: 18px;
}

.site-nav a {
  padding: 29px 0;
  border-bottom: 2px solid transparent;
  color: #cbd3c9;
  font-size: 14px;
}

.site-nav a[aria-current="page"],
.site-nav a:hover {
  border-bottom-color: #d9bc80;
  color: #e5c88e;
}

.header-link {
  border: 1px solid #866d48;
  padding: 11px 14px;
  color: #e1c382;
  font-size: 14px;
  white-space: nowrap;
}

.header-link:hover {
  color: #ecd19a;
  border-color: #d8b879;
}

.header-link span {
  margin-left: 10px;
}

.hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #122b24;
  color: #f1f1e8;
}

.hero-scene,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-scene {
  background:
    radial-gradient(ellipse at 82% 58%, rgba(216, 184, 121, 0.2), transparent 26%),
    repeating-linear-gradient(90deg, transparent 0 54px, rgba(216, 184, 121, 0.05) 54px 55px),
    linear-gradient(155deg, #0c2822 0%, #1c4a3b 48%, #0d2c25 100%);
}

.hero-scene::after {
  content: "";
  position: absolute;
  right: -6%;
  bottom: -28%;
  width: 58%;
  height: 86%;
  border: 1px solid rgba(216, 184, 121, 0.38);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 22px rgba(12, 48, 38, 0.45),
    inset 0 0 0 23px rgba(216, 184, 121, 0.22);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 23, 20, 0.96) 0%, rgba(3, 23, 20, 0.78) 36%, rgba(3, 23, 20, 0.22) 78%),
    linear-gradient(0deg, rgba(3, 21, 17, 0.5), transparent 42%);
}

.hero-inner {
  position: relative;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 92px;
}

.eyebrow,
.overline,
.section-kicker,
.card-label,
.card-status,
.hero-foot {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 0;
  color: #ddc994;
}

.eyebrow-rule {
  width: 29px;
  height: 1px;
  background: #ddc994;
}

.hero h1,
.inner-hero h1 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.22;
}

.hero h1 {
  margin: 26px 0;
  font-size: clamp(48px, 5.6vw, 78px);
}

.hero h1 em,
.inner-hero h1 em {
  font-style: normal;
  color: #e0c189;
}

.hero-copy {
  max-width: 560px;
  margin-bottom: 28px;
  color: #e2e6dc;
  font-size: 17px;
  line-height: 1.95;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}

.hero-action {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  padding: 16px 22px;
  background: #d7b778;
  color: #10231e;
  font-weight: 700;
  font-size: 15px;
  transition: background 0.2s, transform 0.2s;
}

.hero-action:hover {
  background: #ecd19a;
  transform: translateY(-2px);
}

.hero-secondary {
  color: #ecdec2;
  border-bottom: 1px solid #b6a97f;
  padding-bottom: 4px;
  font-size: 14px;
}

.hero-foot {
  width: 100%;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 26px;
  border-bottom: 1px solid rgba(229, 229, 205, 0.32);
  color: #d4cfbc;
}

.status-section {
  background: var(--paper-2);
  color: #1c3d2d;
  border-bottom: 1px solid #c7d0bd;
}

.status-grid {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.status-grid strong {
  font-size: 15px;
  white-space: nowrap;
}

.status-grid p {
  margin: 0;
  color: #526553;
  font-size: 14px;
  line-height: 1.6;
}

.status-grid a {
  margin-left: auto;
  color: #246246;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.section-pad {
  padding: 104px 0;
}

.intro {
  background: var(--paper);
  color: #122c26;
}

.intro-grid,
.method-grid,
.about-grid {
  display: grid;
  grid-template-columns: 28% 1fr;
  gap: 6%;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 12px;
  color: var(--gold-deep);
  white-space: nowrap;
}

.section-kicker .line {
  width: 75px;
  height: 1px;
  background: #bdad8e;
}

.overline {
  margin-bottom: 18px;
  color: #a17b43;
}

.intro h2,
.method h2,
.about-band h2,
.section-head h2,
.prose h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.section-copy,
.about-grid p,
.prose p,
.prose li {
  font-size: 17px;
  line-height: 1.95;
  color: var(--mist);
}

.section-copy {
  max-width: 690px;
}

.inline-link {
  display: inline-block;
  margin-top: 26px;
  padding-bottom: 5px;
  border-bottom: 1px solid #719273;
  color: #256244;
  font-size: 15px;
  font-weight: 700;
}

.band-dark {
  background: #0d2721;
  color: #f1f1e8;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.section-head h2,
.band-dark .section-head h2 {
  margin-bottom: 0;
}

.section-head > p {
  max-width: 340px;
  margin-bottom: 6px;
  color: #b1c1b5;
  font-size: 16px;
  line-height: 1.7;
}

.card-grid,
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.feature-card {
  min-height: 340px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #3e594b;
  background: linear-gradient(145deg, #17382e, #102b24);
  color: #f1f1e8;
  transition: transform 0.2s, border-color 0.2s;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: #ba9f69;
}

.card-top {
  display: flex;
  justify-content: space-between;
  color: #cbb77f;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.card-label {
  margin: 28px 0 10px;
  color: #bdaa7b;
}

.feature-card h3,
.feature-card h4 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
}

.feature-card p {
  max-width: 320px;
  margin: 0;
  color: #c2cec3;
  font-size: 15px;
  line-height: 1.8;
}

.card-status {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid #425e50;
  color: #d6c699;
  letter-spacing: 0.08em;
}

.guide {
  background: #e5ebe0;
  color: #1c392a;
}

.guide .section-head > p,
.reading .section-head > p {
  color: #5c7160;
}

.guide .shell > p {
  max-width: 760px;
  margin: 0;
  color: #3d5346;
  font-size: 16px;
  line-height: 1.85;
}

.guide-grid article,
.pipeline li {
  background: #f7f8f2;
  border-top: 3px solid #b69c6b;
  padding: 26px;
}

.guide-grid span,
.pipeline-index {
  font-family: var(--serif);
  font-size: 24px;
  color: #ad9059;
}

.guide-grid h3,
.guide-grid h4,
.pipeline h3,
.pipeline h4,
.prose h3,
.prose h4 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 24px;
  margin: 22px 0 12px;
}

.guide-grid p,
.pipeline p {
  margin: 0;
  color: #56695b;
  font-size: 15px;
  line-height: 1.85;
}

.method {
  background: #e8e9df;
  color: #132d25;
}

.method h2 {
  margin-bottom: 36px;
}

.method-list {
  border-top: 1px solid #bbcab9;
}

.method-list > div {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 8px;
  padding: 20px 0;
  border-bottom: 1px solid #bbcab9;
}

.method-list span {
  color: #a38650;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.method-list h3,
.method-list h4 {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

.method-list p {
  margin: 0;
  color: #5d7061;
  font-size: 15px;
  line-height: 1.75;
}

.reading {
  background: #e8ebe2;
}

.reading-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 16px;
}

.reading-lead {
  min-height: 340px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #173b2d;
  color: #eaf2e7;
}

.reading-lead > span,
.reading-side span {
  color: #e1c58c;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.reading-lead h3,
.reading-lead h4 {
  margin: 36px 0 14px;
  font-family: var(--serif);
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 500;
  line-height: 1.45;
}

.reading-lead p {
  color: #c8d8c7;
  font-size: 15px;
  line-height: 1.85;
}

.reading-lead a {
  margin-top: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #b49c6a;
  color: #e3c98f;
  font-size: 14px;
}

.reading-side {
  display: grid;
  gap: 16px;
}

.reading-side article {
  padding: 26px;
  background: #f8f9f3;
  border-left: 3px solid #b69c6b;
}

.reading-side h3,
.reading-side h4 {
  margin: 16px 0 8px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

.reading-side p {
  margin: 0;
  color: #607365;
  font-size: 14px;
  line-height: 1.8;
}

.about-band {
  background: var(--sage);
  color: #17362a;
}

.about-grid p {
  max-width: 640px;
}

.about-action {
  display: inline-block;
  margin-top: 8px;
  padding: 14px 20px;
  border: 1px solid #426a4b;
  color: #1a5031;
  font-size: 15px;
  font-weight: 700;
}

.about-action:hover {
  background: #c9d9c4;
}

.site-footer {
  background: var(--ink-2);
  border-top: 4px solid #af8d52;
  color: #d8e4d6;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.15fr;
  gap: 32px;
  padding: 58px 0 42px;
}

.footer-brand strong {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 700;
}

.footer-brand strong sup {
  font-family: var(--sans);
  font-size: 10px;
}

.footer-brand > span {
  display: block;
  margin: 8px 0 18px;
  color: #e2c688;
  font-size: 13px;
}

.footer-brand p,
.footer-column a,
.footer-column span {
  color: #adbfad;
  font-size: 14px;
  line-height: 1.8;
}

.footer-brand p {
  max-width: 340px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-label {
  margin: 2px 0 8px;
  color: #f1f1e8;
  font-size: 16px;
  font-weight: 600;
}

.footer-column a:hover {
  color: #e6cb91;
}

.footer-friends {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 20px 0;
  border-top: 1px solid #2b4a3b;
  border-bottom: 1px solid #2b4a3b;
}

.footer-friends strong {
  flex: none;
  color: #e4c686;
  font-size: 14px;
  line-height: 1.8;
}

.friend-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 22px;
}

.friend-list a {
  color: #d7c49a;
  font-size: 14px;
  line-height: 1.8;
}

.friend-list a:hover {
  color: #f1e2bf;
}

.footer-bottom {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 64px;
  color: #97ac9b;
  font-size: 12px;
}

.footer-bottom a {
  margin-left: auto;
  color: #e2c687;
}

.inner-hero {
  padding: 36px 0 64px;
  background: linear-gradient(110deg, #09261f, #194537);
  color: #edf3e9;
  border-bottom: 4px solid #b7965e;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 42px;
  color: #b8c8ba;
  font-size: 13px;
}

.breadcrumbs a:hover {
  color: #e5c88e;
}

.inner-hero .overline {
  color: #e1c386;
}

.inner-hero h1 {
  margin: 12px 0 18px;
  font-size: clamp(40px, 5vw, 64px);
}

.inner-hero .lead {
  max-width: 720px;
  margin: 0;
  color: #ccd9cb;
  font-size: 16px;
  line-height: 1.9;
}

.inner-hero .hero-actions {
  margin-top: 28px;
}

.prose h2 {
  margin: 48px 0 16px;
  color: #122c26;
}

.prose h2:first-child {
  margin-top: 0;
}

.sitemap-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sitemap-list a {
  display: block;
  padding: 22px 24px;
  background: #f7f8f2;
  border-top: 3px solid #b69c6b;
  color: inherit;
}

.sitemap-list a:hover {
  background: #fff;
}

.sitemap-list strong,
.sitemap-list h3 {
  display: block;
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  color: #122c26;
}

.sitemap-list code {
  color: #a17b43;
  font-size: 13px;
}

.sitemap-list p {
  margin: 8px 0 0;
  color: #56695b;
  font-size: 15px;
  line-height: 1.8;
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  position: relative;
  max-width: 42rem;
  margin: 0 0 16px;
  padding-left: 52px;
  counter-increment: step;
}

.steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 2px;
  color: #a38650;
  font-family: var(--serif);
}

.table-scroll {
  overflow-x: auto;
  max-width: 100%;
}

.data-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
}

.data-table th,
.data-table td {
  padding: 14px 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dae5d9;
}

.data-table th {
  background: #e8efe7;
  color: #365641;
  font-size: 13px;
  font-weight: 600;
}

.data-table caption {
  caption-side: bottom;
  padding-top: 10px;
  color: var(--mist);
  text-align: left;
  font-size: 14px;
}

.note {
  max-width: 42rem;
  margin-top: 18px;
  padding-left: 14px;
  border-left: 3px solid #b69c6b;
  color: var(--mist);
}

.pipeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pipeline li {
  background: #f7f8f2;
}

.pipeline-index {
  display: block;
}

.field-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.field-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: #173b2d;
  color: #eaf1e6;
}

.field-list code {
  color: #e0c189;
  font-family: var(--mono);
}

.swatch-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.swatch {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 118px;
  padding: 14px;
}

.swatch span {
  font-family: var(--serif);
  font-size: 18px;
}

.swatch code {
  margin-top: 4px;
  font-family: var(--mono);
  font-size: 12px;
}

.swatch-ink { background: #071b18; color: #f1f1e8; }
.swatch-gold { background: #d8b879; color: #10231e; }
.swatch-paper { background: #f2f0e8; color: #122c26; border: 1px solid #d5d0c2; }
.swatch-turf { background: #1a4638; color: #f1f1e8; }
.swatch-sage { background: #d9e2d5; color: #17362a; }

.specimen {
  margin-top: 16px;
  padding: 22px 22px 8px;
  background: #fff;
  border: 1px solid #d7e0d3;
}

.specimen-serif {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.3;
}

.specimen-serif em {
  font-style: normal;
  color: #a17b43;
}

.specimen-sans {
  margin: 0 0 10px;
}

.specimen-mono {
  margin: 0 0 16px;
  color: #1a4638;
  font-family: var(--mono);
}

.related {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid #c7d0bd;
}

.related h2 {
  font-size: 32px;
}

.related ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.related li + li {
  margin-top: 8px;
}

.related a {
  color: #256244;
  border-bottom: 1px solid #719273;
}

.empty-result {
  margin-top: 22px;
  padding: 32px 24px;
  text-align: center;
  background: #f5f8f3;
  border: 1px dashed #aec4ad;
}

.empty-result h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 22px;
}

.empty-result p {
  max-width: 560px;
  margin: 0 auto;
}

.card-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.venue-grid,
.stat-grid,
.legend-grid {
  display: grid;
  gap: 14px;
}

.venue-grid,
.legend-grid {
  grid-template-columns: repeat(4, 1fr);
}

.stat-grid {
  grid-template-columns: repeat(3, 1fr);
}

.stat-card,
.venue-card,
.legend-card {
  padding: 22px;
  background: #fff;
  border-top: 3px solid #b69c6b;
}

.stat-card span,
.venue-card span,
.legend-card span {
  color: #a17b43;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.band-dark h3,
.guide h3,
.reading h3,
.method h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.35;
  margin: 0 0 18px;
}

.stat-card strong,
.stat-card h3,
.venue-card h3,
.venue-card h4,
.legend-card h3,
.legend-card h4 {
  display: block;
  margin: 12px 0 8px;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
}

.stat-card strong + h3 {
  margin-top: 0;
  font-size: 22px;
}

.stat-card p,
.venue-card p,
.legend-card p {
  margin: 0;
  color: #53665d;
  font-size: 15px;
  line-height: 1.8;
}

.chart-panel {
  padding: 22px 18px 12px;
  background: #fff;
  border: 1px solid #d7e0d3;
}

.trend-svg {
  width: 100%;
  height: auto;
}

.trend-axis {
  stroke: #c7d0bd;
  stroke-width: 1;
}

.trend-line {
  fill: none;
  stroke: #1a4638;
  stroke-width: 2.5;
}

.trend-dot {
  fill: #d8b879;
  stroke: #173b2d;
  stroke-width: 1;
}

.chart-caption {
  margin: 8px 0 0;
  color: #53665d;
  font-size: 14px;
}

.disclaimer {
  padding: 28px;
  background: #173b2d;
  color: #eaf2e7;
  border-top: 3px solid #d8b879;
}

.disclaimer h2,
.disclaimer h3,
.disclaimer h4 {
  color: #f1f1e8;
}

.prose .disclaimer h3 {
  margin: 0 0 16px;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 500;
  color: #f1f1e8;
}

.disclaimer p,
.disclaimer li {
  color: #c8d8c7;
}

.disclaimer ul {
  margin: 0;
  padding-left: 1.2rem;
}

.disclaimer li + li {
  margin-top: 8px;
}

@media (min-width: 1041px) {
  .nav-toggle {
    display: none;
  }
}

@media (max-width: 1040px) {
  .nav-toggle-label {
    display: inline-flex;
  }

  .header-link {
    display: none;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    padding: 6px 22px 14px;
    background: #061b18;
    border-bottom: 1px solid rgba(217, 193, 142, 0.3);
  }

  .nav-toggle:checked ~ .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(241, 241, 232, 0.08);
  }

  .card-grid-4,
  .venue-grid,
  .legend-grid,
  .stat-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1050px) {
  .footer-main {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .footer-column:last-child {
    grid-column: 2 / 4;
  }

  .pipeline,
  .swatch-grid,
  .card-grid-4,
  .venue-grid,
  .legend-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  .shell {
    width: min(100% - 40px, 1240px);
  }

  .site-header {
    position: sticky;
  }

  .intro-grid,
  .method-grid,
  .about-grid,
  .reading-grid,
  .card-grid,
  .guide-grid,
  .card-grid-4,
  .venue-grid,
  .legend-grid,
  .stat-grid {
    grid-template-columns: 1fr;
  }

  .section-head,
  .status-grid,
  .footer-bottom,
  .footer-friends {
    align-items: flex-start;
    flex-direction: column;
  }

  .status-grid {
    padding: 18px 0;
    gap: 8px;
  }

  .status-grid a,
  .footer-bottom a {
    margin-left: 0;
  }

  .hero,
  .hero-inner {
    min-height: 560px;
  }

  .hero-inner {
    padding-top: 72px;
  }

  .section-pad {
    padding: 72px 0;
  }

  .feature-card {
    min-height: 0;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand,
  .footer-column:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .utility-inner span:last-child {
    display: none;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .brand-name {
    font-size: 18px;
  }

  .hero h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .hero-action {
    gap: 18px;
  }

  .field-list,
  .pipeline,
  .swatch-grid {
    grid-template-columns: 1fr;
  }

  .footer-main,
  .method-list > div {
    grid-template-columns: 1fr;
  }

  .hero-foot {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-action,
  .feature-card {
    transition: none;
  }

  .hero-action:hover,
  .feature-card:hover {
    transform: none;
  }
}
