:root {
  color-scheme: dark;
  --ink: #080607;
  --coal: #100c0e;
  --panel: #171013;
  --bone: #ece4d2;
  --muted: #b7afaa;
  --red: #9d1d28;
  --red-bright: #e8646b;
  --gold: #c8a76a;
  --line: rgba(236, 228, 210, .15);
  --gutter: clamp(1.25rem, 5.5vw, 6.5rem);
  --header-height: 5.5rem;
  font-size: 100%;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-offset, var(--header-height)) + 1.25rem); }
body { margin: 0; background: var(--ink); color: var(--bone); font-family: Inter, system-ui, sans-serif; font-size: 1rem; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
button, textarea { font: inherit; }
button { cursor: pointer; }
.motion-toggle:disabled { cursor: default; }
a, button { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
::selection { background: #70232c; color: #fff; }
main:focus { outline: none; }
h1, h2, h3, h4 { font-family: Cinzel, Georgia, serif; font-weight: 500; line-height: 1.16; text-wrap: balance; overflow-wrap: anywhere; }
h1, h2, h3, h4, p, blockquote { margin-top: 0; }
h2 { margin-bottom: 1.5rem; font-size: clamp(2rem, 3.5vw, 3.8rem); letter-spacing: -.035em; }
h2 em { color: var(--gold); font-style: normal; }
p { margin-bottom: 1.2rem; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .65rem 1rem; background: var(--bone); color: var(--ink); transform: translateY(-200%); }
.skip-link:focus { transform: none; }

/* The entrance */
.site-header { position: fixed; z-index: 40; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: var(--header-height); padding: 1rem var(--gutter); border-bottom: 1px solid var(--line); background: linear-gradient(#080607d9, #08060780); }
.site-header.is-scrolled, .site-header.menu-open { background: rgba(8, 6, 7, .96); border-color: rgba(200, 167, 106, .25); }
@supports (backdrop-filter: blur(12px)) {
  .site-header.is-scrolled, .site-header.menu-open { background: rgba(8, 6, 7, .87); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
}
.brand { display: inline-flex; flex-shrink: 0; align-items: center; gap: 1rem; }
.brand-mark { display: grid; flex: 0 0 2.4rem; width: 2.4rem; height: 2.4rem; place-items: center; transform: rotate(45deg); border: 1px solid rgba(200, 167, 106, .7); color: var(--gold); }
.brand-mark > span { transform: rotate(-45deg); font: 500 1.65rem/1 Cinzel, Georgia, serif; }
.brand-name { font: 600 .875rem/1.45 Cinzel, Georgia, serif; letter-spacing: .11em; text-transform: uppercase; }
.brand-name > span { display: block; }
#navigation { display: flex; align-items: center; gap: clamp(1rem, 2.3vw, 2.5rem); font-size: .875rem; }
#navigation > a { position: relative; display: inline-flex; align-items: center; min-height: 2.75rem; white-space: nowrap; color: var(--muted); }
#navigation > a:hover, #navigation > a.is-active { color: var(--bone); }
#navigation .nav-join { color: var(--bone); border: 1px solid rgba(200, 167, 106, .45); padding: .5rem 1rem; }
.menu-button { display: none; align-items: center; justify-content: center; gap: .8rem; min-height: 2.75rem; padding: .5rem .75rem; border: 1px solid var(--line); background: transparent; color: var(--bone); font-size: .875rem; }
.menu-icon { position: relative; display: block; width: 1.05rem; height: .8rem; }
.menu-icon::before, .menu-icon::after { content: ''; position: absolute; inset: 2px 0 auto; height: 1px; background: currentColor; }
.menu-icon::after { top: auto; bottom: 2px; }
.menu-button[aria-expanded='true'] .menu-icon::before { top: 50%; transform: rotate(45deg); }
.menu-button[aria-expanded='true'] .menu-icon::after { top: 50%; bottom: auto; transform: rotate(-45deg); }
.hero { position: relative; isolation: isolate; display: flex; align-items: center; min-height: 48rem; min-height: max(48rem, 100svh); padding: calc(var(--header-height) + 5rem) var(--gutter) 10rem; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; z-index: -2; inset: 0; pointer-events: none; }
.hero-image { background: #050405 url('sanctuary-hero.png') center / cover no-repeat; transform: scale(1.055); }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(4,3,4,.82), rgba(5,4,5,.6) 36%, rgba(5,4,5,.08) 72%), linear-gradient(0deg, var(--ink), rgba(8,6,7,.45) 15%, transparent 42%); }
.hero-content { width: min(100%, 45rem); }
.eyebrow { display: flex; align-items: center; gap: .875rem; margin-bottom: 1.5rem; color: var(--gold); font-size: .75rem; line-height: 1.5; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; }
.hero .eyebrow::before { content: ''; flex: 0 0 2.5rem; height: 1px; background: var(--gold); }
.section-index { padding-right: .875rem; border-right: 1px solid rgba(200,167,106,.35); font-variant-numeric: tabular-nums; }
h1 { margin-bottom: 1.7rem; font-size: clamp(3rem, 6.9vw, 6.6rem); line-height: 1.03; letter-spacing: -.055em; text-shadow: 0 4px 36px #0008; }
h1 em { color: var(--gold); font-style: normal; }
.hero-oath { font: 500 clamp(1rem, 1.45vw, 1.2rem)/1.65 Cinzel, Georgia, serif; color: #eee4d8; }
.hero-intro { max-width: 34rem; margin: 1.3rem 0 0; color: #c7bfba; line-height: 1.8; text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 1.25rem; min-height: 3.25rem; padding: .875rem 1.4rem; border: 1px solid transparent; font: 500 .875rem/1.4 Inter, system-ui, sans-serif; }
.button > span { font-size: 1.25rem; line-height: 1; }
.primary { background: var(--red); border-color: #b3323d; color: #fff; }
.primary:hover { background: #b72835; }
.secondary { background: rgba(8,6,7,.35); border-color: rgba(236,228,210,.35); color: var(--bone); }
.secondary:hover { background: rgba(236,228,210,.07); border-color: var(--gold); }
.hero-bottom { position: absolute; inset: auto var(--gutter) 0; display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 1.6rem 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; letter-spacing: .07em; }
.hero-bottom > p { margin: 0; }
.hero-bottom > p > span { margin: 0 1rem; color: var(--gold); }
.scroll-cue { display: flex; align-items: center; gap: .8rem; min-height: 2.75rem; white-space: nowrap; }
.scroll-cue > span { position: relative; width: 1px; height: 2rem; background: var(--gold); }

/* A consistent reading rhythm */
.section { padding: clamp(4.5rem, 8vw, 8rem) var(--gutter); }
.manifesto { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(2rem, 8vw, 9rem); align-items: center; max-width: 100rem; margin-inline: auto; }
.manifesto-copy { max-width: 43rem; }
.manifesto-copy > p:not(.eyebrow) { color: var(--muted); }
.manifesto blockquote { margin: 2rem 0 0; padding: .5rem 0 .5rem 1.5rem; border-left: 1px solid var(--gold); color: var(--bone); font: 500 clamp(1.1rem, 1.5vw, 1.3rem)/1.7 Cinzel, Georgia, serif; }
.sigil { text-align: center; }
.sigil-ring { position: relative; display: grid; place-items: center; width: min(100%, 19rem); aspect-ratio: 1; margin: 0 auto 2.5rem; border: 1px solid rgba(200,167,106,.2); border-radius: 50%; background: radial-gradient(circle, #54151b24, transparent 70%); }
.sigil-ring::before, .sigil-ring::after { content: ''; position: absolute; inset: 14.5%; border: 1px solid rgba(200,167,106,.4); transform: rotate(45deg); }
.sigil-ring::after { inset: 28%; border-color: rgba(212,59,70,.5); transform: rotate(0); }
.sigil-ring > span { color: var(--gold); font: 500 5rem/1 Cinzel, Georgia, serif; }
.sigil-motto { margin-bottom: .5rem; font: 500 1rem/1.5 Cinzel, Georgia, serif; }
.sigil-caption { margin: 0; color: var(--muted); font-size: .875rem; }

/* The chronicle: one reading column, five chapters */
.lore { position: relative; display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; border-block: 1px solid var(--line); background: linear-gradient(135deg, #151013, #0c090b 65%); }
.lore-heading { position: sticky; top: calc(var(--header-height) + 2rem); max-width: 31rem; }
.lore-heading > p:not(.eyebrow) { color: var(--muted); }
.chapter-nav { display: grid; gap: .25rem; margin-top: 2rem; border-top: 1px solid var(--line); padding-top: 1.5rem; }
.chapter-nav > a { position: relative; display: flex; align-items: center; gap: 1rem; min-height: 2.75rem; padding: .4rem .65rem; border-left: 2px solid transparent; color: var(--muted); font-size: .875rem; }
.chapter-nav > a > span { min-width: 1.7rem; color: var(--gold); font: 500 .75rem Cinzel, Georgia, serif; }
.chapter-nav > a:hover, .chapter-nav > a.is-active { color: var(--bone); border-left-color: var(--gold); background: rgba(200,167,106,.05); }
.lore-timeline { position: relative; min-width: 0; }
.lore-timeline::before, .lore-timeline::after { content: ''; position: absolute; top: 1.25rem; bottom: 2rem; left: 1.25rem; width: 1px; pointer-events: none; background: var(--line); }
.lore-timeline::after { background: linear-gradient(var(--red-bright), var(--gold)); transform-origin: top; transform: scaleY(var(--lore-progress, 0)); }
.lore-chapter { position: relative; z-index: 1; display: grid; grid-template-columns: 2.5rem minmax(0, 1fr); gap: clamp(1rem, 2.5vw, 2.5rem); padding-bottom: 3.5rem; scroll-margin-top: 1rem; }
.chapter-mark > span { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border: 1px solid rgba(200,167,106,.45); border-radius: 50%; background: #110d10; color: var(--gold); font: 500 .75rem/1 Cinzel, Georgia, serif; }
.chapter-copy { padding: .25rem 0 2.5rem; border-bottom: 1px solid var(--line); }
.chapter-kicker { margin-bottom: .75rem; color: var(--gold); font-size: .75rem; font-weight: 500; line-height: 1.5; letter-spacing: .14em; text-transform: uppercase; }
.chapter-copy h3 { font-size: clamp(1.5rem, 2.15vw, 2.3rem); letter-spacing: -.025em; margin-bottom: 1.2rem; }
.chapter-copy > p:not(.chapter-kicker) { color: var(--muted); font-size: 1rem; line-height: 1.85; max-width: 65ch; text-wrap: pretty; }
.chapter-copy > :last-child { margin-bottom: 0; }
.lore-chapter.finale { padding-bottom: 0; }
.finale .chapter-copy { border-bottom: 0; padding-bottom: 0; }
.chapter-copy blockquote { margin: 2rem 0 0; padding: 1.5rem; border: 1px solid rgba(200,167,106,.25); background: linear-gradient(130deg, #47141d40, transparent); color: var(--bone); font: 500 clamp(1rem, 1.5vw, 1.3rem)/1.8 Cinzel, Georgia, serif; }
.chapter-copy blockquote strong { color: var(--gold); font-weight: 500; }

/* The people behind the banner */
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); align-items: end; gap: 3rem; margin-bottom: 3rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 26rem; margin-bottom: .5rem; color: var(--muted); }
.pillars { background: var(--ink); }
.pillar-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.pillar-grid article { position: relative; isolation: isolate; overflow: hidden; padding: clamp(1.5rem, 3vw, 3rem); border: 1px solid var(--line); background: linear-gradient(145deg, #181014, #0f0b0d); }
.roman { display: inline-block; margin-bottom: 3rem; color: var(--gold); font: 500 2rem/1 Cinzel, Georgia, serif; }
.pillar-grid h3 { margin-bottom: 1rem; font-size: clamp(1.5rem, 2.3vw, 2rem); }
.pillar-grid p { margin-bottom: 0; color: var(--muted); }
.shadows { padding-top: 2rem; }
.member-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.member { position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; gap: 1.5rem; padding: clamp(1.3rem, 2.5vw, 2.5rem); border: 1px solid var(--line); background: #100c0e; }
.member.featured { border-color: rgba(200,167,106,.38); background: linear-gradient(110deg, rgba(157,29,40,.14), #100c0e); }
.member > div:last-child { min-width: 0; }
.avatar { display: grid; place-items: center; flex: 0 0 4.3rem; aspect-ratio: 1; border: 1px solid rgba(200,167,106,.35); border-radius: 50%; color: var(--gold); font: 500 1rem Cinzel, Georgia, serif; }
.member .rank { color: var(--gold); font-size: .75rem; line-height: 1.5; letter-spacing: .07em; text-transform: uppercase; margin-bottom: .5rem; }
.member h3, .member h4 { margin-bottom: .6rem; font-size: clamp(1.3rem, 2vw, 1.65rem); overflow-wrap: anywhere; }
.member p { color: var(--muted); margin-bottom: 0; font-size: 1rem; }
.roster-note { color: var(--muted); font-size: .875rem; max-width: 60rem; margin: 1.8rem auto 0; text-align: center; }

/* The same Discord ticket path, made easier to follow */
.recruit { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(2.5rem, 8vw, 8rem); border-top: 1px solid var(--line); background: radial-gradient(ellipse at 0 60%, #6c192228, transparent 60%), #100a0d; }
.recruit-heading > p:not(.eyebrow) { color: var(--muted); max-width: 40rem; }
.recruit-heading .recruit-note { margin-top: 2rem; margin-bottom: 0; font-size: .875rem; }
.steps { list-style: none; margin: 0 0 2rem; padding: 0; }
.steps li { display: grid; grid-template-columns: 2rem minmax(0, 1fr); gap: 1.2rem; align-items: baseline; padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
.steps li:first-child { padding-top: 0; }
.steps li > span { color: var(--gold); font: 500 .875rem Cinzel, Georgia, serif; }
.steps p { margin: 0; font-size: 1rem; color: var(--muted); }
.steps strong { font-weight: 500; color: var(--bone); }
.recruit-process .button { width: 100%; }
.recruit-process .button + .button { margin-top: .75rem; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.5rem; padding: 2.5rem var(--gutter); border-top: 1px solid var(--line); }
footer > p { margin: 0; font-size: .75rem; color: var(--muted); }
.back-to-top { justify-self: end; display: flex; align-items: center; gap: 1rem; min-height: 2.75rem; font-size: .875rem; }
.back-to-top > span { color: var(--gold); }
footer .copyright { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid var(--line); }

@media (min-width: 1700px) {
  :root { --gutter: max(6.5rem, calc((100vw - 94rem) / 2)); }
}
@media (max-width: 1050px) {
  :root { --header-height: 5rem; }
  .site-header { gap: 1rem; }
  #navigation { gap: 1rem; }
  .lore { gap: 3rem; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
  .lore-heading { position: static; }
  .chapter-nav > a { min-height: 3rem; }
}
@media (max-width: 960px) {
  .site-header { flex-wrap: wrap; }
  .site-header.nav-enhanced .menu-button { display: flex; }
  #navigation { flex-basis: 100%; flex-wrap: wrap; padding: .5rem 0; }
  .nav-enhanced #navigation { position: absolute; inset: 100% 0 auto; flex-direction: column; align-items: stretch; gap: .25rem; margin: 0; padding: 1rem var(--gutter) 1.5rem; border-bottom: 1px solid var(--line); background: #0c090bf7; max-height: calc(100svh - var(--header-height)); overflow-y: auto; visibility: hidden; opacity: 0; pointer-events: none; }
  .nav-enhanced #navigation.open { visibility: visible; opacity: 1; pointer-events: auto; }
  #navigation > a { min-height: 3rem; }
  #navigation .nav-join { justify-content: center; margin-top: .5rem; }
  .lore { grid-template-columns: 1fr; gap: 3.5rem; }
  .lore-heading { max-width: 45rem; }
  .chapter-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lore-timeline { max-width: 48rem; width: 100%; }
  .pillar-grid { gap: .75rem; }
  .recruit { gap: 3rem; }
}
@media (max-width: 800px) {
  .hero-image { background-position: 80% center; }
  .manifesto { gap: 2rem; }
  .sigil-ring { width: min(100%, 14rem); }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .section-heading > p { max-width: 40rem; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-grid article { display: grid; grid-template-columns: 3rem minmax(0, 1fr); column-gap: 1.5rem; }
  .roman { grid-row: 1 / 3; margin: .2rem 0 0; font-size: 1.75rem; }
  .pillar-grid h3 { margin-bottom: .75rem; }
  .pillar-grid p { grid-column: 2; }
  .member-list { grid-template-columns: 1fr; }
  .recruit { grid-template-columns: 1fr; }
  .recruit-process { max-width: 42rem; width: 100%; }
  footer { grid-template-columns: 1fr auto; }
  footer > p:not(.copyright) { grid-row: 2; grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  :root { --header-height: 4.75rem; }
  body { line-height: 1.75; }
  .brand { gap: .8rem; }
  .brand-mark { flex-basis: 2rem; width: 2rem; height: 2rem; }
  .brand-name { font-size: .75rem; letter-spacing: .075em; }
  .hero { align-items: flex-end; min-height: 100svh; padding-top: clamp(17rem, 42svh, 25rem); padding-bottom: 8.5rem; }
  .hero-shade { background: linear-gradient(0deg, var(--ink), rgba(8,6,7,.9) 30%, rgba(8,6,7,.63) 56%, rgba(8,6,7,.12) 83%, rgba(8,6,7,.2)); }
  .hero .eyebrow { font-size: .75rem; margin-bottom: 1.1rem; }
  h1 { font-size: clamp(2.65rem, 10.8vw, 4.1rem); margin-bottom: 1.25rem; }
  .hero-oath { font-size: 1rem; }
  .hero-intro { line-height: 1.75; }
  .hero-actions { gap: .75rem; margin-top: 1.6rem; }
  .hero-actions .button { flex: 1 1 100%; }
  .hero-bottom { flex-direction: column; gap: .25rem; align-items: flex-start; padding: 1rem 0; letter-spacing: .025em; font-size: .75rem; }
  .hero-bottom > p { max-width: 100%; }
  .hero-bottom > p > span { margin-inline: .4rem; }
  .scroll-cue { min-height: 2rem; gap: .6rem; }
  .scroll-cue > span { height: 1.25rem; }
  .manifesto { grid-template-columns: 1fr; gap: 3rem; }
  .sigil-ring { width: 11rem; margin-bottom: 1.5rem; }
  .sigil-ring > span { font-size: 3.5rem; }
  .chapter-nav { grid-template-columns: 1fr; gap: 0; padding-top: 1rem; }
  .lore-chapter { gap: 1rem; grid-template-columns: 2rem minmax(0, 1fr); padding-bottom: 2.5rem; }
  .chapter-mark > span { width: 2rem; height: 2rem; }
  .lore-timeline::before, .lore-timeline::after { left: 1rem; top: 1rem; }
  .chapter-copy { padding-top: .15rem; padding-bottom: 2rem; }
  .chapter-copy h3 { font-size: 1.5rem; }
  .chapter-copy blockquote { padding: 1rem; }
  .member { gap: 1rem; }
  .avatar { flex-basis: 3.5rem; font-size: .875rem; }
  .eyebrow { letter-spacing: .1em; }
  footer { gap: 1rem; }
}
@media (max-height: 760px) and (min-width: 961px) {
  .lore-heading { position: static; }
}
/* Member biographies supplied by the Legion. */
.member-list { align-items: start; }
.member { display: block; }
.member-identity { display: flex; align-items: center; gap: 1.25rem; }
.member-identity > div:last-child { min-width: 0; }
.member .avatar { flex: 0 0 6.5rem; width: 6.5rem; height: 6.5rem; overflow: hidden; background: #0a0809; }
.member .avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.member .member-excerpt { margin-top: 1.5rem; line-height: 1.8; }
.member-story { margin-top: 1.1rem; border-top: 1px solid var(--line); }
.member-story summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 2.75rem; padding-top: .65rem; list-style: none; cursor: pointer; color: var(--gold); font-size: .875rem; }
.member-story summary::-webkit-details-marker { display: none; }
.member-story summary > span { font-size: 1.5rem; line-height: 1; }
.member-story[open] summary > span { transform: rotate(45deg); }
.member-biography { padding-top: .85rem; }
.member-biography p { margin-bottom: 1rem; line-height: 1.8; }
.member-biography p:last-child { margin-bottom: 0; }
.member-groups { display: grid; gap: clamp(2.5rem, 5vw, 4.5rem); }
.rank-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.25rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.rank-heading h3 { margin: 0; color: var(--gold); font-size: clamp(1.15rem, 2.4vw, 1.6rem); }
.rank-heading > span { flex-shrink: 0; color: var(--muted); font-size: .75rem; letter-spacing: .06em; }
.rank-group-hades .member-list { grid-template-columns: 1fr; }
.rank-group-hades .member { max-width: 100%; }
.rank-group-hades .member-excerpt, .rank-group-hades .member-biography { max-width: 78ch; }
@media (min-width: 801px) { .rank-group-commandants .member-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px) { .rank-heading { align-items: flex-start; } .rank-heading > span { padding-top: .3rem; } }
@media (min-width: 1280px) {
  .member-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .member { padding: 1.5rem; }
  .member .avatar { flex-basis: 5.5rem; width: 5.5rem; height: 5.5rem; }
}
@media (max-width: 400px) {
  .member .avatar { flex-basis: 5.25rem; width: 5.25rem; height: 5.25rem; }
  .member-identity { gap: 1rem; }
}
@media print {
  .site-header, .hero-image, .hero-shade, .hero-bottom, .hero-actions, .chapter-nav, .sigil, .scroll-progress, .skip-link, .back-to-top { display: none !important; }
  body { background: white; color: black; }
  .hero, .section { display: block; min-height: 0; padding: 1rem; background: white; }
  .hero-content { width: 100%; }
  .hero-content *, .section *, footer * { color: black !important; text-shadow: none; }
  .lore-heading { position: static; }
  .lore-timeline::before, .lore-timeline::after { display: none; }
  .chapter-mark > span { background: white; }
  .lore-chapter, .member, .pillar-grid article { break-inside: avoid; }
}
