:root {
  color-scheme: dark;
  --hh-bg: #05090a;
  --hh-bg-2: #07120f;
  --hh-panel: #0c1412;
  --hh-panel-2: #111d19;
  --hh-panel-3: #17251f;
  --hh-ink: #f5ead0;
  --hh-muted: #b9aa86;
  --hh-gold: #e1b85b;
  --hh-gold-soft: rgba(225, 184, 91, .18);
  --hh-green: #87c95a;
  --hh-green-2: #3e9d72;
  --hh-line: rgba(225, 184, 91, .22);
  --hh-line-soft: rgba(245, 234, 208, .11);
  --hh-shadow: 0 28px 90px rgba(0, 0, 0, .38);
  --hh-serif: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  --hh-sans: "Noto Sans JP", system-ui, -apple-system, sans-serif;
  --hh-display: "Cormorant Garamond", "Noto Serif JP", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body.hunter-page {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  color: var(--hh-ink);
  background:
    radial-gradient(circle at 82% -10%, rgba(46, 113, 77, .28), transparent 36rem),
    radial-gradient(circle at -10% 42%, rgba(133, 102, 34, .12), transparent 34rem),
    var(--hh-bg);
  font-family: var(--hh-sans);
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: .025em;
}
body.hunter-page::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: .23;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

.hunter-page a { color: inherit; }
.hunter-page img { max-width: 100%; }
.skip-link {
  position: fixed;
  z-index: 999;
  top: -80px;
  left: 16px;
  padding: 10px 16px;
  color: #07120f !important;
  background: var(--hh-gold);
  border-radius: 0 0 8px 8px;
  transition: top .2s;
}
.skip-link:focus { top: 0; }

.reading-progress {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  pointer-events: none;
}
.reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--hh-green), var(--hh-gold));
  box-shadow: 0 0 14px rgba(135, 201, 90, .7);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(225, 184, 91, .14);
  background: rgba(5, 9, 10, .82);
  backdrop-filter: blur(16px) saturate(130%);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1280px, calc(100% - 48px));
  min-height: 68px;
  margin: 0 auto;
}
.anna-brand {
  display: inline-flex;
  gap: .34em;
  align-items: baseline;
  color: var(--hh-ink) !important;
  font-family: var(--hh-display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .16em;
  text-decoration: none;
}
.anna-brand span { color: var(--hh-gold); }
.site-nav { display: flex; align-items: center; gap: 29px; }
.site-nav a {
  position: relative;
  color: #dfd2b5;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-decoration: none;
}
.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--hh-gold);
  transform: scaleX(0);
  transition: transform .25s;
}
.site-nav a:hover::after,
.site-nav a:focus-visible::after { transform: scaleX(1); }
.site-nav__back {
  padding: 8px 13px;
  border: 1px solid rgba(225, 184, 91, .42);
  border-radius: 99px;
}
.menu-button { display: none; }

.breadcrumbs {
  display: flex;
  gap: 9px;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  margin: 22px auto 0;
  overflow: hidden;
  color: #998c70;
  font-size: 11px;
  letter-spacing: .06em;
  white-space: nowrap;
}
.breadcrumbs a { color: #cdbb92; text-decoration: none; }
.breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }

.page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .54fr);
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  min-height: 430px;
  margin: 26px auto 0;
  overflow: hidden;
  border: 1px solid rgba(225, 184, 91, .2);
  background:
    linear-gradient(100deg, rgba(6, 18, 15, .96) 0%, rgba(8, 24, 19, .92) 48%, rgba(15, 39, 29, .62) 100%),
    radial-gradient(circle at 84% 20%, rgba(135, 201, 90, .34), transparent 23rem);
  box-shadow: var(--hh-shadow);
}
.page-hero::before,
.page-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.page-hero::before {
  inset: 0;
  opacity: .3;
  background:
    repeating-linear-gradient(120deg, transparent 0 38px, rgba(225,184,91,.055) 39px 40px),
    linear-gradient(90deg, transparent 68%, rgba(225,184,91,.08));
}
.page-hero::after {
  right: -90px;
  bottom: -150px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(225, 184, 91, .18);
  border-radius: 50%;
  box-shadow: inset 0 0 0 38px rgba(225,184,91,.025), inset 0 0 0 39px rgba(225,184,91,.14);
}
.page-hero__noise {
  position: absolute;
  inset: 0;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}
.page-hero__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 68px clamp(32px, 6vw, 82px);
}
.eyebrow {
  display: flex;
  gap: 11px;
  align-items: center;
  margin: 0 0 22px;
  color: var(--hh-gold);
  font-family: var(--hh-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .21em;
}
.eyebrow > span {
  display: inline-block;
  width: 34px;
  height: 1px;
  background: currentColor;
}
.page-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff4da;
  font-family: var(--hh-serif);
  font-size: clamp(2.25rem, 5vw, 4.9rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: .02em;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.page-hero h1 span { margin: 0 .06em; color: var(--hh-green); }
.page-hero h1 em {
  color: var(--hh-gold);
  font-family: var(--hh-display);
  font-size: .63em;
  font-style: normal;
  letter-spacing: .24em;
}
.page-hero__dek {
  max-width: 650px;
  margin: 24px 0 0;
  color: #cfc0a1;
  font-size: 15px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.page-hero__sigil {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 220px;
  height: 220px;
  margin: auto;
  border: 1px solid rgba(225,184,91,.36);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(225,184,91,.035), 0 0 80px rgba(74,143,91,.22);
}
.page-hero__sigil::before,
.page-hero__sigil::after {
  position: absolute;
  inset: 22px;
  content: "";
  border: 1px solid rgba(135,201,90,.25);
  transform: rotate(45deg);
}
.page-hero__sigil::after { inset: 48px; transform: rotate(22.5deg); }
.page-hero__sigil span {
  color: var(--hh-gold);
  font-family: var(--hh-display);
  font-size: 104px;
  line-height: 1;
}
.page-hero__portrait {
  position: relative;
  z-index: 2;
  align-self: end;
  height: min(430px, 46vw);
  min-height: 330px;
  padding: 22px 30px 0 0;
}
.page-hero__portrait::after {
  position: absolute;
  right: 7%;
  bottom: -2%;
  left: 1%;
  height: 20%;
  content: "";
  background: radial-gradient(ellipse, rgba(0,0,0,.6), transparent 68%);
  filter: blur(4px);
}
.page-hero__portrait img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 34px rgba(0,0,0,.45));
}
.portrait-orbit {
  position: absolute;
  top: 50%;
  left: 48%;
  width: min(300px, 34vw);
  height: min(300px, 34vw);
  border: 1px solid rgba(225,184,91,.3);
  border-radius: 50%;
  box-shadow: inset 0 0 54px rgba(135,201,90,.08), 0 0 70px rgba(135,201,90,.12);
  transform: translate(-50%, -50%);
}
.portrait-orbit::before,
.portrait-orbit::after {
  position: absolute;
  inset: 14%;
  content: "";
  border: 1px dashed rgba(135,201,90,.28);
  border-radius: 50%;
}
.portrait-orbit::after { inset: 29%; border-style: solid; }

.page-hero--home {
  min-height: 610px;
  background:
    linear-gradient(100deg, rgba(5,13,11,.98), rgba(7,24,18,.88) 55%, rgba(20,48,34,.55)),
    radial-gradient(circle at 78% 35%, rgba(135,201,90,.3), transparent 25rem);
}
.page-hero--home .page-hero__copy { padding-block: 90px; }
.page-hero--home .page-hero__sigil { width: 290px; height: 290px; }
.page-hero--home .page-hero__sigil span { font-size: 138px; }
.hero-cta {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  margin-top: 34px;
  padding: 12px 20px;
  color: #07120f !important;
  background: var(--hh-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
}
.hero-cta span { font-size: 17px; }

.page-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(220px, 280px);
  gap: 40px;
  align-items: start;
  width: min(1180px, calc(100% - 48px));
  margin: 48px auto 100px;
}
.page-layout--wide { display: block; }
.content-card { min-width: 0; }
.source-archive,
.character-directory,
.hub-section,
.hub-intro {
  margin-bottom: 38px;
  border: 1px solid var(--hh-line-soft);
  background: linear-gradient(145deg, rgba(14,24,21,.96), rgba(8,15,13,.98));
  box-shadow: 0 20px 55px rgba(0,0,0,.18);
}
.source-archive { padding: clamp(24px, 4vw, 52px); }
.section-heading { margin-bottom: 28px; }
.section-heading > p,
.toc > p,
.related > p,
.article-note > span {
  margin: 0 0 8px;
  color: var(--hh-gold);
  font-family: var(--hh-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
}
.section-heading h2 {
  margin: 0;
  color: #fff1d1;
  font-family: var(--hh-serif);
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  line-height: 1.35;
}

.article-source { min-width: 0; }
.article-source > section,
.article-source > div { min-width: 0; }
.article-source section + section { margin-top: 48px; }
.article-source h2,
.article-source h3,
.article-source h4 {
  color: #fff1d1;
  font-family: var(--hh-serif);
  line-height: 1.45;
  text-wrap: balance;
}
.article-source h3 {
  position: relative;
  margin: 48px 0 22px;
  padding: 0 0 13px 18px;
  border-bottom: 1px solid var(--hh-line);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
}
.article-source h3::before {
  position: absolute;
  top: .25em;
  bottom: .55em;
  left: 0;
  width: 3px;
  content: "";
  background: linear-gradient(var(--hh-green), var(--hh-gold));
}
.article-source h4 { margin: 32px 0 14px; font-size: 1.1rem; }
.article-source p { margin: 0 0 22px; color: #ddd0b5; }
.article-source a {
  color: #9bd68b;
  text-decoration-color: rgba(155,214,139,.45);
  text-underline-offset: .18em;
}
.article-source a:hover { color: #c8f0a7; }
.article-source img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 18px auto 8px;
  border-radius: 6px;
  background: #e8e5dc;
  box-shadow: 0 14px 40px rgba(0,0,0,.34);
}
.article-source p:has(> img) {
  padding: 18px;
  border: 1px solid rgba(225,184,91,.12);
  background: rgba(255,255,255,.025);
  text-align: center;
}
.article-source p:has(> img) span { font-size: 11px; }
.article-source table {
  width: 100%;
  margin: 24px 0 34px;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
  border: 1px solid rgba(225,184,91,.18);
  border-radius: 8px;
  color: #e6d9bd;
  background: rgba(3,9,7,.38);
  font-size: 13px;
  line-height: 1.65;
}
.table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}
.table-scroll:focus-visible { outline: 2px solid var(--hh-green); outline-offset: 3px; }
.table-scroll > table { margin-inline: 0; }
.article-source caption {
  padding: 12px 15px;
  color: var(--hh-gold);
  background: rgba(225,184,91,.08);
  font-family: var(--hh-serif);
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}
.article-source th,
.article-source td {
  min-width: 78px;
  padding: 11px 13px;
  border-right: 1px solid rgba(225,184,91,.11);
  border-bottom: 1px solid rgba(225,184,91,.11);
  vertical-align: top;
}
.article-source tr:last-child > * { border-bottom: 0; }
.article-source tr > *:last-child { border-right: 0; }
.article-source th {
  color: #f5e8c8;
  background: rgba(135,201,90,.095);
  font-weight: 600;
}
.article-source td img {
  min-width: 33px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: none;
}
.article-source dl { margin: 22px 0; }
.article-source dt { color: var(--hh-gold); font-weight: 700; }
.article-source dd { margin: 4px 0 18px; color: #d8cdb6; }
.legacy-accent { color: #a6df8a !important; font-weight: 600; }
.newicon {
  display: inline-block;
  margin-left: 5px;
  padding: 1px 7px;
  border-radius: 99px;
  color: #07120f;
  background: var(--hh-green);
  font-size: 9px;
  font-weight: 700;
}
.enlargement-source { overflow-x: auto; }
.source-figure--wide { min-width: min-content; margin: 0; }
.source-figure--wide img { max-width: none; }

.side-rail { position: sticky; top: 96px; display: grid; gap: 22px; min-width: 0; }
.toc,
.related {
  padding: 24px;
  border: 1px solid var(--hh-line-soft);
  background: rgba(12,20,18,.88);
  box-shadow: 0 16px 45px rgba(0,0,0,.16);
}
.toc ol,
.related ul { margin: 0; padding: 0; list-style: none; }
.toc li,
.related li { border-top: 1px solid rgba(245,234,208,.08); }
.toc li:first-child,
.related li:first-child { border-top: 0; }
.toc a,
.related a {
  display: block;
  padding: 10px 0;
  color: #c9baa0;
  font-size: 12px;
  line-height: 1.55;
  text-decoration: none;
  transition: color .2s, transform .2s;
}
.toc a:hover,
.toc a.is-active,
.related a:hover { color: var(--hh-green); transform: translateX(3px); }
.related h2 { margin: 0 0 12px; color: #f2e3c3; font-family: var(--hh-serif); font-size: 18px; }

.hub-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 60px;
  padding: clamp(30px, 5vw, 70px);
}
.hub-intro__lead {
  grid-row: span 2;
  margin: 0;
  color: #fff1d0;
  font-family: var(--hh-serif);
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 1.4;
}
.hub-intro__lead em { display: block; color: var(--hh-green); font-style: normal; }
.hub-intro > p:not(.hub-intro__lead) { margin: 0; color: #c8bba0; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); grid-column: 1 / -1; border-top: 1px solid var(--hh-line); }
.stats-row span { padding: 22px 12px 0; border-left: 1px solid var(--hh-line); color: #a99b7c; font-size: 11px; text-align: center; }
.stats-row span:first-child { border-left: 0; }
.stats-row strong { display: block; color: var(--hh-gold); font-family: var(--hh-display); font-size: 35px; line-height: 1.15; }
.hub-section,
.character-directory { padding: clamp(28px, 5vw, 62px); }
.hub-section--ink {
  background:
    linear-gradient(135deg, rgba(9,28,21,.98), rgba(5,12,10,.98)),
    var(--hh-panel);
}
.guide-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.guide-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(225,184,91,.15);
  background: rgba(255,255,255,.025);
  text-decoration: none;
  transition: transform .25s, border-color .25s, background .25s;
}
.guide-card:hover { transform: translateY(-4px); border-color: rgba(225,184,91,.55); background: rgba(225,184,91,.055); }
.guide-card__number { color: rgba(225,184,91,.35); font-family: var(--hh-display); font-size: 34px; line-height: 1; }
.guide-card strong { margin-top: 18px; color: #f5e6c5; font-family: var(--hh-serif); font-size: 17px; }
.guide-card small { margin-top: 8px; color: #9f9278; font-size: 11px; line-height: 1.65; }
.guide-card__arrow { position: absolute; right: 18px; bottom: 13px; color: var(--hh-green); }
.family-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; }
.family-card {
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(135,201,90,.18);
  background: linear-gradient(145deg, rgba(135,201,90,.07), rgba(255,255,255,.012));
  text-decoration: none;
  transition: border-color .2s, transform .2s;
}
.family-card:hover { border-color: var(--hh-green); transform: translateY(-3px); }
.family-card span { display: block; color: var(--hh-green); font-family: var(--hh-display); font-size: 10px; letter-spacing: .16em; }
.family-card strong { display: block; margin: 13px 0 6px; color: #f6e8c9; font-family: var(--hh-serif); font-size: 15px; }
.family-card small { color: #968a72; font-size: 10px; }

.character-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.character-card {
  display: flex;
  min-width: 0;
  min-height: 126px;
  overflow: hidden;
  border: 1px solid rgba(245,234,208,.1);
  background: rgba(255,255,255,.025);
  text-decoration: none;
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.character-card:hover { border-color: rgba(225,184,91,.55); transform: translateY(-3px); box-shadow: 0 14px 35px rgba(0,0,0,.22); }
.character-card__art {
  position: relative;
  flex: 0 0 42%;
  overflow: hidden;
  background: radial-gradient(circle at 50% 38%, rgba(135,201,90,.19), rgba(7,16,13,.8) 70%);
}
.character-card__art::after { position: absolute; right: 0; bottom: 0; left: 0; height: 30%; content: ""; background: linear-gradient(transparent, rgba(5,10,8,.55)); }
.character-card__art img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; transition: transform .3s; }
.character-card:hover img { transform: scale(1.045); }
.character-card__copy { display: flex; flex: 1; flex-direction: column; justify-content: center; min-width: 0; padding: 14px; }
.character-card__copy strong { overflow: hidden; color: #f7e8c8; font-family: var(--hh-serif); font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.character-card__copy small { display: -webkit-box; margin-top: 7px; overflow: hidden; color: #95896f; font-size: 9px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.succession-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--hh-line-soft); }
.succession-list a {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 18px 8px;
  border-right: 1px solid var(--hh-line-soft);
  border-bottom: 1px solid var(--hh-line-soft);
  color: #e7d9bc;
  font-family: var(--hh-serif);
  font-size: 14px;
  text-decoration: none;
}
.succession-list a:nth-child(even) { border-right: 0; }
.succession-list span { color: rgba(225,184,91,.52); font-family: var(--hh-display); }
.succession-list b { color: var(--hh-green); font-family: var(--hh-sans); font-weight: 400; transition: transform .2s; }
.succession-list a:hover b { transform: translateX(4px); }

.article-note {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  margin-top: 48px;
  padding: 20px 0;
  border-top: 1px solid var(--hh-line);
  border-bottom: 1px solid var(--hh-line-soft);
}
.article-note p { margin: 0; color: #8f846f; font-size: 11px; line-height: 1.8; }
.hunter-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
  padding: 56px max(24px, calc((100vw - 1180px) / 2));
  border-top: 1px solid var(--hh-line);
  background: #030706;
}
.hunter-footer p { margin: 12px 0 0; color: #7f7561; font-size: 11px; }
.hunter-footer nav { display: flex; gap: 22px; }
.hunter-footer nav a { color: #9b8f77; font-size: 10px; text-decoration: none; }
.hunter-footer small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.06); color: #665f52; font-size: 9px; }
.back-to-top {
  position: fixed;
  z-index: 70;
  right: 24px;
  bottom: 24px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(225,184,91,.45);
  border-radius: 50%;
  color: var(--hh-gold);
  background: rgba(6,14,11,.9);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s, transform .2s;
}
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }

@media (max-width: 1099px) {
  .page-layout { grid-template-columns: minmax(0, 1fr); }
  .side-rail { position: static; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .guide-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .family-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .character-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .article-source, .source-archive, .content-card { width: 100%; min-width: 0; }
}

@media (max-width: 800px) {
  html { scroll-padding-top: 74px; }
  .site-header__inner { width: calc(100% - 32px); min-height: 62px; }
  .menu-button {
    display: grid;
    grid-template-columns: 19px auto;
    gap: 3px 8px;
    align-items: center;
    padding: 7px 9px;
    border: 1px solid rgba(225,184,91,.28);
    color: #d7c7a6;
    background: transparent;
  }
  .menu-button span { grid-column: 1; display: block; width: 19px; height: 1px; background: currentColor; }
  .menu-button b { grid-column: 2; grid-row: 1 / span 3; font-size: 8px; letter-spacing: .12em; }
  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    background: rgba(5,10,8,.98);
    transition: max-height .3s;
  }
  .site-nav.is-open { max-height: 380px; border-bottom: 1px solid var(--hh-line); }
  .site-nav a { padding: 14px 24px; border-top: 1px solid rgba(255,255,255,.055); }
  .site-nav__back { border-radius: 0; }
  .breadcrumbs, .page-hero, .page-layout { width: calc(100% - 32px); }
  .page-hero { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .page-hero__copy { padding: 48px 28px 26px; }
  .page-hero__sigil { width: 150px; height: 150px; margin-bottom: 36px; }
  .page-hero__sigil span { font-size: 72px; }
  .page-hero__portrait { height: 310px; min-height: 0; padding: 0 30px; }
  .portrait-orbit { width: 230px; height: 230px; }
  .page-hero--home { min-height: 620px; }
  .page-hero--home .page-hero__copy { padding-block: 56px 30px; }
  .page-hero--home .page-hero__sigil { width: 190px; height: 190px; }
  .page-hero--home .page-hero__sigil span { font-size: 92px; }
  .hub-intro { grid-template-columns: 1fr; }
  .hub-intro__lead { grid-row: auto; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .stats-row span:nth-child(3) { border-left: 0; border-top: 1px solid var(--hh-line); }
  .stats-row span:nth-child(4) { border-top: 1px solid var(--hh-line); }
  .family-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .character-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .side-rail { grid-template-columns: 1fr; }
  .article-source { overflow-x: auto; }
  .article-source table { min-width: 540px; }
  .hunter-footer { grid-template-columns: 1fr; }
  .hunter-footer nav { flex-wrap: wrap; }
}

@media (max-width: 520px) {
  body.hunter-page { font-size: 15px; }
  .anna-brand { font-size: 18px; }
  .breadcrumbs { margin-top: 15px; }
  .page-hero { margin-top: 18px; }
  .page-hero h1 { font-size: clamp(2rem, 10vw, 3rem); }
  .page-hero__dek { font-size: 13px; }
  .page-hero__portrait { height: 275px; padding-inline: 16px; }
  .page-layout { margin-top: 26px; margin-bottom: 64px; }
  .source-archive, .hub-section, .character-directory, .hub-intro { border-right: 0; border-left: 0; }
  .source-archive { padding: 24px 16px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card { min-height: 150px; }
  .character-grid { grid-template-columns: 1fr; }
  .character-card { min-height: 116px; }
  .character-card__art { flex-basis: 38%; }
  .succession-list { grid-template-columns: 1fr; }
  .succession-list a { border-right: 0; }
  .article-note { grid-template-columns: 1fr; }
  .back-to-top { right: 14px; bottom: 14px; }
}

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