:root {
  --ink-950: #090d14;
  --ink-900: #111827;
  --ink-800: #182332;
  --ink-700: #2b3747;
  --ink-650: #374556;
  --gold-100: #f8efde;
  --gold-200: #edd8b0;
  --gold-300: #d7b77f;
  --gold-400: #b98f4b;
  --gold-500: #9b7438;
  --mist-100: #f7f3eb;
  --mist-200: #e6dfd1;
  --mist-300: #c7bdad;
  --sky-100: #d8e7f7;
  --sky-200: #9ab6d5;
  --sky-300: #6a87a7;
  --text: #16181d;
  --muted: #6e6760;
  --border-soft: rgba(158, 126, 77, 0.18);
  --border-strong: rgba(219, 188, 138, 0.38);
  --card: rgba(255, 249, 239, 0.78);
  --card-dark: rgba(14, 19, 29, 0.8);
  --radius-lg: 20px;
  --radius-xl: 30px;
  --shadow-soft: 0 22px 60px rgba(16, 18, 24, 0.12);
  --shadow-rich: 0 28px 90px rgba(4, 7, 13, 0.32);
  --font-sans: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  background: var(--ink-950);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

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

.lightbox-trigger {
  cursor: zoom-in;
}

.image-lightbox {
  width: min(92vw, 1400px);
  max-width: 92vw;
  padding: 0;
  border: 1px solid rgba(215, 183, 127, 0.18);
  border-radius: 24px;
  background: rgba(8, 12, 18, 0.98);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.52);
  overflow: hidden;
}

.image-lightbox::backdrop {
  background: rgba(5, 8, 12, 0.78);
  backdrop-filter: blur(8px);
}

.image-lightbox img {
  width: 100%;
  height: auto;
  max-height: 88vh;
  object-fit: contain;
  background: #06090d;
}

.image-lightbox-close {
  position: absolute;
  top: 0.8rem;
  right: 0.9rem;
  z-index: 2;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(9, 15, 24, 0.78);
  color: #f7f3eb;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.page {
  min-height: 100vh;
  color: var(--text);
}

.page-heir {
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 225, 172, 0.16), transparent 24%),
    radial-gradient(circle at 84% 14%, rgba(115, 154, 193, 0.16), transparent 24%),
    linear-gradient(180deg, #09111b 0px, #121825 420px, #1d1b20 900px, #f5ede1 1360px, #f8f3eb 100%);
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.brand-text-main {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.brand-text-sub {
  font-size: 0.78rem;
  color: var(--muted);
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(9, 15, 24, 0.72);
  border-bottom: 1px solid rgba(215, 183, 127, 0.12);
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.95rem 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  font-size: 0.96rem;
}

.nav-links a,
.brand-heir .brand-text-main,
.brand-heir-footer .brand-text-main {
  color: var(--mist-100);
}

.nav-links a:hover,
.nav-mobile a:hover {
  color: var(--gold-200);
}

.brand-heir .brand-text-sub,
.brand-heir-footer .brand-text-sub,
.nav-mobile a {
  color: var(--sky-200);
}

.brand-heir img,
.brand-heir-footer img {
  border-radius: 11px;
  box-shadow: 0 0 22px rgba(215, 183, 127, 0.28);
}

.nav-toggle {
  display: none;
  border: none;
  background: transparent;
  color: var(--mist-100);
  font-size: 1.45rem;
  cursor: pointer;
}

.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 0.9rem;
  padding: 0.75rem 0 1.15rem;
  font-size: 0.95rem;
}

.nav-mobile.open {
  display: flex;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 0.6rem;
}

.section-title {
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 0.55rem;
}

.section-title-grand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.section-subtitle {
  font-size: 0.96rem;
  color: var(--muted);
}

.section-subtitle-strong {
  max-width: 820px;
  line-height: 1.84;
}

.section-header-left {
  text-align: left;
  margin: 0 0 2.25rem;
  max-width: 860px;
}

.heir-hero {
  padding: 5rem 0 4.5rem;
  position: relative;
}

.heir-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 22%, rgba(212, 189, 144, 0.12), transparent 22%),
    linear-gradient(90deg, rgba(7, 12, 18, 0.12), rgba(7, 12, 18, 0.02));
  pointer-events: none;
}

.heir-hero-stage {
  position: relative;
  min-height: 900px;
  border-radius: 36px;
  overflow: hidden;
  border: 1px solid rgba(215, 183, 127, 0.14);
  box-shadow: 0 32px 100px rgba(4, 7, 13, 0.34);
  background: #121923;
}

.heir-hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 12, 18, 0.88) 0%, rgba(7, 12, 18, 0.66) 28%, rgba(7, 12, 18, 0.18) 50%, rgba(7, 12, 18, 0.08) 100%),
    linear-gradient(180deg, rgba(7, 12, 18, 0.08) 0%, rgba(7, 12, 18, 0.18) 100%);
  z-index: 1;
  pointer-events: none;
}

.heir-copy-overlay,
.visual-note,
.hero-metrics-overlay {
  position: absolute;
  z-index: 2;
}

.heir-copy-overlay {
  top: 4.4rem;
  left: 3.2rem;
  max-width: 31rem;
}

.hero-eyebrow {
  display: inline-block;
  color: var(--gold-200);
  background: rgba(19, 26, 39, 0.54);
  border: 1px solid rgba(215, 183, 127, 0.18);
  padding: 0.2rem 0.4rem;
}

.hero-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.7rem, 6vw, 5.9rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  margin-bottom: 1rem;
  color: #fbf6ef;
  text-wrap: balance;
}

.hero-sub {
  font-size: 1.02rem;
  line-height: 1.72;
  color: #e2dbcf;
  max-width: 29rem;
}

.hero-ctas {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.cta {
  cursor: pointer;
  border: none;
  border-radius: 999px;
  padding: 0.88rem 1.35rem;
  font-size: 0.92rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  white-space: nowrap;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease,
    color 0.16s ease, border-color 0.16s ease;
  background: linear-gradient(135deg, #c59b56, #e4c58e);
  color: #18120b;
  box-shadow: 0 16px 40px rgba(150, 112, 49, 0.26);
}

.cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 44px rgba(150, 112, 49, 0.34);
}

.cta-ghost {
  background: transparent;
  color: #ece7df;
  border: 1px solid rgba(215, 183, 127, 0.28);
  box-shadow: none;
}

.cta-ghost:hover {
  border-color: rgba(237, 216, 176, 0.52);
  color: #fffaf4;
}

.hero-metrics {
  margin-top: 1.9rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.hero-metrics-overlay {
  left: 3.2rem;
  right: 3.2rem;
  bottom: 2.6rem;
  max-width: none;
}

.metric-card {
  background: linear-gradient(180deg, rgba(15, 21, 32, 0.76), rgba(11, 16, 24, 0.74));
  border: 1px solid rgba(215, 183, 127, 0.14);
  border-radius: 22px;
  padding: 1rem 1rem 1.1rem;
  min-height: 8.6rem;
  box-shadow: 0 18px 50px rgba(2, 8, 23, 0.28);
}

.metric-label {
  display: inline-block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold-200);
  margin-bottom: 0.55rem;
}

.metric-card strong {
  display: block;
  color: #fbf6ef;
  font-size: 1rem;
  margin-bottom: 0.42rem;
}

.metric-card p {
  color: #bfc6d0;
  font-size: 0.88rem;
  line-height: 1.58;
}

.art-shell {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(235, 214, 178, 0.28);
  box-shadow: var(--shadow-rich);
  background: rgba(10, 15, 24, 0.56);
}

.art-shell::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 32%;
  background: linear-gradient(180deg, transparent, rgba(11, 14, 20, 0.42));
  pointer-events: none;
}

.art-shell img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  display: block;
}

.art-shell-hero img {
  width: 100%;
  min-height: 900px;
  aspect-ratio: auto;
}

.art-card figcaption,
.mosaic-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1.1rem 1.05rem;
  background: linear-gradient(180deg, transparent, rgba(8, 11, 18, 0.84));
}

.art-card figcaption span,
.mosaic-card figcaption span {
  display: block;
  color: var(--gold-200);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.68rem;
  margin-bottom: 0.28rem;
}

.art-card figcaption strong,
.mosaic-card figcaption strong,
.art-card figcaption {
  color: #f8f3eb;
  font-size: 0.94rem;
}

.visual-note {
  width: 18.5rem;
  min-height: 8.6rem;
  background: rgba(12, 17, 26, 0.86);
  border: 1px solid rgba(215, 183, 127, 0.22);
  border-radius: 20px;
  padding: 1rem 1.05rem;
  box-shadow: 0 18px 50px rgba(2, 8, 23, 0.4);
}

.visual-note span {
  display: block;
  color: var(--gold-200);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.visual-note strong {
  color: #f6efe5;
  font-size: 0.94rem;
  line-height: 1.48;
}

.hero-metrics-overlay .visual-note {
  position: relative;
  inset: auto;
  width: auto;
  min-height: 8.6rem;
}

.heir-section {
  padding: 5.2rem 0;
  color: var(--text);
}

.heir-section-ivory {
  background:
    linear-gradient(180deg, rgba(249, 244, 236, 0.96), rgba(248, 241, 231, 0.98)),
    linear-gradient(90deg, rgba(200, 178, 140, 0.08), transparent 40%);
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  gap: 2rem;
  align-items: stretch;
}

.story-copy .section-eyebrow,
.heir-section-ivory .section-eyebrow,
.heir-section-gallery .section-eyebrow,
.heir-section-chapters .section-eyebrow,
.heir-section-status .section-eyebrow {
  color: var(--gold-500);
}

.story-points {
  display: grid;
  gap: 1rem;
  margin-top: 1.8rem;
}

.story-point {
  background: rgba(255, 250, 242, 0.8);
  border: 1px solid var(--border-soft);
  border-radius: 22px;
  padding: 1.25rem 1.2rem;
  box-shadow: var(--shadow-soft);
}

.story-point h3 {
  font-size: 1.06rem;
  margin-bottom: 0.45rem;
}

.story-point p {
  color: #5f5a53;
  line-height: 1.74;
}

.story-visual-stack {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
  min-height: 100%;
}

.art-card {
  min-height: 100%;
}

.story-visual-stack .art-card {
  height: 100%;
}

.art-card-small {
  transform: none;
}

.story-visual-stack .art-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.story-visual-stack .art-card-large {
  grid-column: span 7;
  grid-row: span 2;
}

.story-visual-stack .art-card-small {
  grid-column: span 5;
}

.story-visual-stack .art-card-small-lower {
  align-self: end;
}

.heir-section-gallery {
  background:
    radial-gradient(circle at 14% 8%, rgba(220, 193, 147, 0.13), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(98, 129, 170, 0.13), transparent 22%),
    linear-gradient(180deg, #171219, #121821 38%, #17131a 100%);
  color: #f6f0e8;
}

.heir-section-gallery .section-subtitle,
.heir-section-gallery .section-title {
  color: #f6f0e8;
}

.section-header-gallery {
  margin-bottom: 2.4rem;
}

.era-stack {
  display: grid;
  gap: 1.4rem;
}

.era-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 1.15rem;
  padding: 1.15rem;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(12, 16, 24, 0.78), rgba(9, 13, 20, 0.86));
  border: 1px solid rgba(215, 183, 127, 0.14);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.22);
}

.era-band-reverse {
  grid-template-columns: minmax(0, 1.06fr) minmax(280px, 0.94fr);
}

.era-band-reverse .era-band-copy {
  order: 2;
}

.era-band-reverse .era-band-visuals {
  order: 1;
}

.era-band-finale {
  background:
    radial-gradient(circle at 72% 12%, rgba(215, 183, 127, 0.11), transparent 20%),
    linear-gradient(180deg, rgba(12, 16, 24, 0.82), rgba(9, 13, 20, 0.92));
}

.era-band-finale-column {
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.era-band-copy {
  align-self: center;
  padding: 0.55rem 0.3rem 0.55rem 0.2rem;
}

.era-kicker {
  display: inline-block;
  margin-bottom: 0.6rem;
  color: var(--gold-200);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.era-band-copy h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 0.8rem;
  color: #f7f2ea;
  text-wrap: balance;
}

.era-band-copy p {
  color: #cfc8bd;
  line-height: 1.84;
  max-width: 34rem;
}

.era-band-copy-finale {
  padding: 0.15rem 0.2rem 0.35rem;
  max-width: 58rem;
}

.era-band-copy-finale p {
  max-width: 50rem;
}

.era-band-visuals {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.era-band-visuals-quad .stage-card,
.era-band-visuals-quad .stage-card-quad {
  grid-column: span 6;
}

.era-band-visuals-quad .stage-card img,
.era-band-visuals-quad .stage-card-quad img {
  aspect-ratio: 16 / 11;
}

.era-band-visuals-balanced .stage-card {
  grid-column: span 6;
}

.era-band-visuals-balanced .stage-card img {
  aspect-ratio: 16 / 11;
}

.era-band-visuals-finale-balanced .stage-card {
  grid-column: span 4;
}

.era-band-visuals-finale-balanced .stage-card img {
  aspect-ratio: 16 / 12;
}

.era-band-visuals-finale-balanced .stage-card-finale {
  grid-column: span 4;
}

.era-band-visuals-finale-balanced .stage-card-finale img {
  aspect-ratio: 16 / 12;
}

.stage-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(215, 183, 127, 0.16);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  background: rgba(7, 10, 16, 0.6);
  grid-column: span 4;
}

.stage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 270px;
}

.stage-card-wide {
  grid-column: span 6;
}

.stage-card-wide img {
  aspect-ratio: 16 / 10;
}

.stage-card-panorama {
  grid-column: span 6;
}

.stage-card-panorama img {
  aspect-ratio: 16 / 9;
}

.stage-card-finale {
  grid-column: span 12;
}

.stage-card-finale img {
  aspect-ratio: 16 / 7;
}

.stage-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1.1rem 1.05rem;
  background: linear-gradient(180deg, transparent, rgba(8, 11, 18, 0.9));
}

.stage-card figcaption span {
  display: block;
  color: var(--gold-200);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.68rem;
  margin-bottom: 0.28rem;
}

.stage-card figcaption strong {
  color: #f8f3eb;
  font-size: 0.94rem;
  line-height: 1.48;
}

.heir-section-nocturne {
  background:
    radial-gradient(circle at 80% 14%, rgba(215, 183, 127, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(10, 14, 21, 0.98), rgba(12, 17, 27, 0.98));
  color: #f5efe7;
}

.heir-section-nocturne .section-eyebrow,
.heir-section-nocturne .pillar-index {
  color: var(--gold-200);
}

.heir-section-nocturne .section-title,
.heir-section-nocturne .section-subtitle {
  color: #f5efe7;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pillar-card {
  background: rgba(18, 24, 35, 0.88);
  border: 1px solid rgba(215, 183, 127, 0.16);
  border-radius: 24px;
  padding: 1.4rem;
  min-height: 230px;
}

.pillar-index {
  display: inline-block;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

.pillar-card h3 {
  margin-bottom: 0.65rem;
  font-size: 1.12rem;
  color: #f7f1e8;
}

.pillar-card p {
  color: #c5c9d1;
  line-height: 1.74;
}

.heir-section-chapters {
  background:
    linear-gradient(180deg, rgba(248, 243, 235, 0.98), rgba(246, 240, 230, 0.98)),
    radial-gradient(circle at 85% 15%, rgba(215, 183, 127, 0.12), transparent 24%);
}

.chapter-grid {
  display: grid;
  gap: 1rem;
}

.chapter-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 249, 240, 0.84);
  border: 1px solid rgba(185, 143, 75, 0.14);
  box-shadow: var(--shadow-soft);
}

.chapter-copy {
  padding: 1.5rem 1.45rem;
  align-self: center;
}

.timeline-era {
  display: inline-block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold-500);
  margin-bottom: 0.6rem;
}

.chapter-copy h3 {
  font-size: 1.28rem;
  margin-bottom: 0.55rem;
  line-height: 1.2;
}

.chapter-copy p {
  color: #5d564f;
  line-height: 1.76;
}

.chapter-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 290px;
}

.ambition-panel {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1.2rem;
  border-radius: 28px;
  padding: 1.45rem;
}

.ambition-panel-imperial {
  background: linear-gradient(135deg, rgba(214, 184, 134, 0.16), rgba(255, 251, 244, 0.7));
  border: 1px solid rgba(185, 143, 75, 0.16);
}

.ambition-panel h3 {
  font-size: 1.22rem;
  margin-bottom: 0.55rem;
}

.ambition-panel p,
.ambition-list li {
  color: #5b5550;
  line-height: 1.72;
}

.ambition-list {
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.ambition-list li {
  background: rgba(255, 250, 244, 0.72);
  border-radius: 14px;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(185, 143, 75, 0.1);
}

.heir-section-status {
  background:
    linear-gradient(180deg, rgba(246, 239, 229, 0.94), rgba(241, 232, 219, 0.98));
}

.status-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 1.7rem;
  align-items: start;
}

.status-copy {
  color: #5a544d;
  line-height: 1.84;
  font-size: 1rem;
}

.status-card {
  background: linear-gradient(180deg, #17141b, #10151f);
  color: #f3ece4;
  border: 1px solid rgba(215, 183, 127, 0.16);
  border-radius: 26px;
  padding: 1.45rem;
  box-shadow: 0 22px 70px rgba(6, 8, 12, 0.24);
}

.status-chip {
  display: inline-block;
  background: rgba(215, 183, 127, 0.14);
  color: var(--gold-200);
  border: 1px solid rgba(215, 183, 127, 0.24);
  border-radius: 999px;
  padding: 0.32rem 0.72rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.92rem;
}

.status-card h3 {
  margin-bottom: 0.8rem;
}

.status-card ul {
  list-style: none;
  display: grid;
  gap: 0.58rem;
  margin-bottom: 1.1rem;
}

.status-card li {
  color: #d6d3cc;
  line-height: 1.58;
}

.footer {
  background: #0a0f16;
  border-top: 1px solid rgba(215, 183, 127, 0.12);
  color: #9ea8b7;
  padding: 2.25rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
}

.footer-title {
  color: #f6efe5;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.footer a:hover {
  color: var(--gold-200);
}

@media (max-width: 1080px) {
  .story-grid,
  .status-grid,
  .ambition-panel,
  .chapter-card,
  .era-band,
  .era-band-reverse {
    grid-template-columns: 1fr;
  }

  .era-band-reverse .era-band-copy,
  .era-band-reverse .era-band-visuals {
    order: initial;
  }

  .heir-hero-stage {
    min-height: 0;
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
  }

  .heir-hero-stage::before {
    background:
      linear-gradient(180deg, rgba(7, 12, 18, 0.32) 0%, rgba(7, 12, 18, 0.16) 100%);
  }

  .heir-copy-overlay,
  .visual-note,
  .hero-metrics-overlay {
    position: relative;
    inset: auto;
    max-width: none;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .heir-copy-overlay {
    padding: 0;
  }

  .hero-metrics-overlay {
    max-width: none;
  }

  .art-shell-hero {
    order: -1;
  }

  .art-shell-hero img {
    min-height: 640px;
  }

  .story-visual-stack {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    align-items: stretch;
  }

  .stage-card,
  .stage-card-wide,
  .stage-card-panorama,
  .stage-card-finale {
    grid-column: span 6;
  }
}

@media (max-width: 820px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }

  .hero-metrics,
  .pillar-grid,
  .story-visual-stack,
  .era-band-visuals {
    grid-template-columns: 1fr;
  }

  .story-visual-stack {
    grid-template-rows: auto;
  }

  .story-visual-stack .art-card-large,
  .story-visual-stack .art-card-small {
    grid-column: span 1;
    grid-row: auto;
  }

  .stage-card,
  .stage-card-wide,
  .stage-card-panorama,
  .stage-card-finale {
    grid-column: span 1;
  }

  .chapter-card img,
  .stage-card img {
    min-height: 240px;
  }

  .stage-card-finale img {
    aspect-ratio: 4 / 5;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 1rem;
  }

  .heir-hero {
    padding-top: 3.3rem;
  }

  .heir-hero-stage {
    padding: 1rem;
    border-radius: 28px;
  }

  .hero-title {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .art-shell-hero img {
    min-height: 480px;
  }

  .era-band {
    padding: 0.95rem;
    border-radius: 28px;
  }
}
