@font-face {
  font-family: "IM Fell English";
  src: url("../media/fonts/im-fell-english-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IM Fell English";
  src: url("../media/fonts/im-fell-english-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../media/fonts/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
}

:root {
  --ink: #070706;
  --paper: #0d0d0c;
  --paper-soft: #12110f;
  --paper-warm: #17120d;
  --line: rgba(148, 125, 91, 0.22);
  --line-bright: rgba(201, 143, 54, 0.48);
  --text: #f2eee6;
  --muted: #aaa49a;
  --quiet: #77736d;
  --amber: #d69a36;
  --amber-light: #f0bd63;
  --red: #9e3826;
  --green: #657f45;
  --serif: "IM Fell English", "Crimson Text", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 32px 80px rgba(0, 0, 0, 0.72);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--ink); }

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(122, 50, 22, 0.08), transparent 28rem),
    var(--paper);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { background: #78350f; color: #fff; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 200;
  padding: .7rem 1rem;
  background: var(--amber);
  color: #111;
  font-weight: 700;
  transition: top .2s ease;
}
.skip-link:focus { top: 1rem; }

.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(55, 48, 39, .75);
  background: rgba(5, 5, 5, .9);
  backdrop-filter: blur(16px);
}

.nav-inner {
  width: min(1280px, calc(100% - 2rem));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  color: var(--amber);
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  text-decoration: none;
  white-space: nowrap;
}
.brand:hover { color: var(--amber-light); }

.nav-links { display: flex; align-items: center; gap: clamp(.9rem, 2vw, 1.65rem); }
.nav-links a {
  color: #aaaeb5;
  font-size: .72rem;
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--amber-light); }

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid #34302b;
  background: transparent;
  color: var(--text);
  cursor: pointer;
}
.menu-toggle svg { width: 21px; margin: auto; }

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 79% 42%, rgba(161, 106, 31, .16), transparent 25rem),
    radial-gradient(circle at 93% 68%, rgba(82, 113, 52, .13), transparent 24rem),
    linear-gradient(135deg, #050505 0%, #090806 55%, #0a0805 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

.hero-inner {
  position: relative;
  width: min(1240px, calc(100% - 2rem));
  min-height: 690px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(430px, .9fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: 4.5rem 0 4rem;
}
.hero-inner > * { min-width: 0; }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: 0 0 2.4rem;
  color: #7f8389;
  font-size: .66rem;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--amber-light); }

.eyebrow {
  margin: 0 0 1rem;
  color: var(--amber);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .32em;
  text-transform: uppercase;
}

h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.35rem, 6.2vw, 6.6rem);
  line-height: .96;
  letter-spacing: -.028em;
  text-wrap: balance;
}

.hero-deck {
  max-width: 700px;
  margin: 1.8rem 0 0;
  color: #d5d0c8;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  line-height: 1.48;
}

.hero-meta {
  margin: 1.5rem 0 0;
  color: #777b82;
  font-size: .67rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-meta span { color: var(--amber); }

.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.2rem;
  border: 1px solid #524737;
  color: #e7e1d8;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); border-color: var(--amber); color: #fff; }
.button-primary { border-color: #a66c22; background: #8b531a; color: #fff; }
.button-primary:hover { background: #a46620; }
.button-quiet { background: rgba(0,0,0,.28); }
.button-green { border-color: #687a47; background: #39472b; }
.button-red { border-color: #823828; background: #5a251d; }

.cover-stage {
  position: relative;
  min-height: 570px;
  isolation: isolate;
}
.cover-stage::after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 7%;
  right: 2%;
  bottom: 3%;
  height: 34%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(218, 147, 48, .24), rgba(109, 50, 22, .1) 45%, transparent 70%);
  filter: blur(20px);
}
.hero-book {
  position: absolute;
  bottom: 2.5rem;
  width: 48%;
  height: auto;
  filter: drop-shadow(0 30px 34px rgba(0, 0, 0, .86));
  transform-origin: center bottom;
}
.hero-book-curse-one { left: 0; z-index: 1; transform: rotate(-7deg) translateY(1rem); filter: drop-shadow(0 28px 30px rgba(0,0,0,.9)) brightness(1.14) contrast(1.05); }
.hero-book-curse-two { right: -1%; z-index: 2; transform: rotate(7deg) translateY(.6rem); filter: drop-shadow(0 28px 30px rgba(0,0,0,.9)) brightness(1.12) saturate(1.22); }
.hero-book-muktesa { left: 27%; z-index: 3; width: 52%; transform: translateY(-1.1rem); filter: drop-shadow(0 34px 42px rgba(0,0,0,.92)) brightness(1.07) saturate(1.13); }
.cover-note {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  width: 225px;
  padding: .8rem 1rem;
  border: 1px solid var(--line-bright);
  background: rgba(8, 7, 5, .88);
  color: #bdb5a9;
  font-size: .67rem;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.page-section { padding: clamp(4.2rem, 8vw, 7.5rem) 1rem; }
.section-dark { background: #080807; border-block: 1px solid rgba(77, 66, 53, .38); }
.section-warm { background: linear-gradient(180deg, #120e0a, #0b0a08); border-block: 1px solid rgba(117, 78, 35, .28); }
.container { width: min(1180px, 100%); margin: 0 auto; }
.container-narrow { width: min(820px, 100%); margin: 0 auto; }
.section-head { max-width: 780px; margin-bottom: 2.7rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-title {
  margin: 0;
  font-size: clamp(2.45rem, 5vw, 4.6rem);
  line-height: 1.05;
  text-wrap: balance;
}
.section-intro { margin: 1rem 0 0; color: #bbb4aa; font-size: 1.05rem; line-height: 1.82; }
.fine-print { color: #7f7a73; font-size: .77rem; }

.quick-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.quick-card {
  min-height: 190px;
  padding: 1.45rem;
  background: #0c0c0b;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.quick-card:hover { z-index: 1; background: #14100c; transform: translateY(-3px); }
.quick-card-house { background: linear-gradient(145deg, #171008, #0d0c0a); }
.quick-label { margin: 0 0 .7rem; color: var(--amber); font-size: .62rem; letter-spacing: .19em; text-transform: uppercase; }
.quick-card h2, .quick-card h3 { margin: 0 0 .55rem; font-size: 1.48rem; line-height: 1.12; }
.quick-card p:last-child { margin: 0; color: #979188; font-size: .84rem; line-height: 1.6; }

.editor-note {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 2.3rem;
  padding: 2rem;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.24);
}
.editor-note h2 { margin: 0; font-size: 2rem; line-height: 1.15; }
.editor-note p { margin: 0; color: #aaa49b; }
.criteria { display: grid; grid-template-columns: repeat(5, 1fr); gap: .7rem; margin: 1.2rem 0 0; padding: 0; list-style: none; }
.criterion { padding: .9rem; border-top: 1px solid #5e482b; color: #969087; font-size: .76rem; }

.principle-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.principle { padding: clamp(1.4rem, 3vw, 2rem); background: #0b0b0a; }
.principle > span { color: #a8782c; font-family: var(--serif); font-size: 2rem; }
.principle h3 { margin: .35rem 0 .65rem; font-size: 1.75rem; line-height: 1.12; }
.principle p { margin: 0; color: #a49d94; font-size: .88rem; line-height: 1.78; }

.format-definitions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.format-definition { padding: clamp(1.5rem, 3vw, 2.3rem); background: #090909; }
.format-definition h3 { margin: .35rem 0 1rem; font-size: 1.75rem; line-height: 1.1; }
.format-definition p:last-child { margin: 0; color: #a9a299; font-size: .86rem; line-height: 1.8; }
.format-label { margin: 0; color: var(--amber); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; }
.reading-form { display: grid; grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 6vw, 5rem); margin-top: 1.5rem; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid #3b2d1d; background: radial-gradient(circle at 0 50%, rgba(139, 83, 26, .14), transparent 45%), #0b0907; }
.reading-form h3 { margin: .3rem 0 0; font-size: 2.3rem; line-height: 1.05; }
.reading-form-copy p { margin: 0 0 1rem; color: #b6afa6; }
.reading-form-copy p:last-child { margin-bottom: 0; }
.reading-form-copy a { color: var(--amber-light); text-decoration: underline; text-underline-offset: 3px; }

.feature {
  display: grid;
  grid-template-columns: minmax(310px, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6rem);
}
.feature-copy h2 { margin: 0 0 .5rem; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: 1; }
.feature-copy .subtitle { margin: 0 0 1.5rem; color: var(--amber-light); font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.feature-copy p { color: #beb7ae; }
.feature-copy strong { color: #eee9e1; }
.feature-art { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center; }
.feature-art::before {
  content: "";
  position: absolute;
  inset: 10% 6%;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(162, 98, 30, .26), transparent 66%);
  filter: blur(22px);
}
.feature-art.green::before { background: radial-gradient(circle, rgba(122, 156, 67, .3), rgba(166, 121, 34, .12) 45%, transparent 68%); }
.feature-art.red::before { background: radial-gradient(circle, rgba(164, 43, 27, .28), transparent 68%); }
.feature-cover { position: relative; z-index: 1; width: min(100%, 400px); height: auto; max-height: 570px; object-fit: contain; filter: drop-shadow(0 38px 40px rgba(0,0,0,.88)) brightness(1.1) contrast(1.03); }
.feature-art.green .feature-cover { filter: drop-shadow(0 38px 45px rgba(0,0,0,.9)) brightness(1.06) saturate(1.12); }
.feature-art.red .feature-cover { filter: drop-shadow(0 38px 45px rgba(0,0,0,.9)) brightness(1.09) saturate(1.2); }

.tags { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1.5rem 0; }
.tag { padding: .35rem .58rem; border: 1px solid #4b443a; color: #aaa39a; font-size: .61rem; letter-spacing: .12em; text-transform: uppercase; }
.tag-accent { border-color: #7f5426; color: var(--amber-light); }

.sample-section { margin-top: 4.5rem; }
.sample-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 1.4rem; }
.sample-heading h3 { margin: 0; font-size: 2.15rem; }
.sample-heading p { max-width: 520px; margin: 0; color: #8f8981; font-size: .83rem; }
.sample-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 1.4rem; max-width: 1080px; margin-inline: auto; }
.sample-figure { margin: 0; border: 1px solid #27231e; background: #050505; overflow: hidden; box-shadow: 0 24px 50px rgba(0, 0, 0, .42); }
.sample-figure-featured { grid-column: 1 / -1; width: min(100%, 700px); justify-self: center; }
.sample-page-trigger { position: relative; display: block; width: 100%; padding: 0; border: 0; background: #030303; color: #fff; cursor: zoom-in; }
.sample-page-trigger img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; transition: filter .25s ease; }
.sample-page-trigger > span { position: absolute; right: .8rem; bottom: .8rem; padding: .5rem .7rem; border: 1px solid rgba(240, 189, 99, .5); background: rgba(4, 4, 3, .88); color: var(--amber-light); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; opacity: 0; transform: translateY(4px); transition: opacity .25s ease, transform .25s ease; }
.sample-page-trigger:hover img { filter: brightness(.78); }
.sample-page-trigger:hover > span, .sample-page-trigger:focus-visible > span { opacity: 1; transform: translateY(0); }
.sample-figure figcaption { padding: .8rem; color: #918c84; font-size: .68rem; text-align: center; }
.sample-reader-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; margin-top: 1.5rem; }
.sample-lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 3.5rem 1rem 1rem; border: 0; background: rgba(3, 3, 3, .98); color: #fff; overflow: hidden; }
.sample-lightbox::backdrop { background: rgba(0, 0, 0, .94); }
.sample-lightbox[open] { display: flex; align-items: center; justify-content: center; }
.sample-lightbox img { display: block; width: auto; height: auto; max-width: 100%; max-height: calc(100vh - 4.5rem); object-fit: contain; }
.sample-lightbox-close { position: fixed; z-index: 2; top: .8rem; right: 1rem; padding: .55rem .8rem; border: 1px solid #5e4a2c; background: #0a0907; color: var(--amber-light); cursor: pointer; font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }

.review-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.3rem; }
.review {
  margin: 0;
  padding: 1.35rem;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.26);
}
.review p { margin: 0; color: #d3cdc4; font-family: var(--serif); font-size: 1.1rem; font-style: italic; line-height: 1.55; }
.review footer { margin-top: .8rem; color: #77726b; font-size: .61rem; letter-spacing: .12em; text-transform: uppercase; }

.series-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 4rem; }
.volume-card { display: grid; grid-template-columns: 150px 1fr; gap: 1.4rem; padding: 1.35rem; border: 1px solid var(--line); background: #0a0908; }
.volume-card img { width: 100%; height: auto; max-height: 250px; object-fit: contain; filter: brightness(1.11) drop-shadow(0 18px 22px #000); }
.volume-card h3 { margin: .35rem 0 .55rem; font-size: 1.7rem; line-height: 1.1; }
.volume-card p { margin: 0; color: #979087; font-size: .82rem; }
.volume-kicker { color: var(--amber); font-size: .59rem; letter-spacing: .16em; text-transform: uppercase; }

.dual-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.dual-feature-offset { margin-top: 5rem; }
.book-panel { padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid var(--line); background: rgba(0,0,0,.24); }
.book-panel h3 { margin: 0; font-size: 2.25rem; line-height: 1.08; }
.book-panel p { color: #a9a299; }
.book-panel-media { height: 390px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.3rem; }
.book-panel-media img { width: auto; height: auto; max-height: 100%; object-fit: contain; filter: brightness(1.08) drop-shadow(0 28px 30px #000); }
.book-panel-muktesa { background: radial-gradient(circle at 50% 35%, rgba(104, 139, 64, .18), transparent 45%), rgba(0,0,0,.24); }

.catalog-audit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.catalog-audit-card { padding: clamp(1.4rem, 3vw, 2rem); border: 1px solid var(--line); background: #0a0a09; }
.catalog-audit-card h3 { margin: .55rem 0 1.1rem; font-size: 1.75rem; line-height: 1.12; }
.catalog-audit-card ul { display: grid; gap: 1rem; margin: 0; padding-left: 1.1rem; color: #a7a097; font-size: .82rem; line-height: 1.72; }
.catalog-audit-card li::marker { color: #795425; }
.catalog-audit-card a { color: #e6d8c3; text-decoration-color: #765223; text-underline-offset: 3px; }
.catalog-released { border-color: rgba(214, 154, 54, .45); background: radial-gradient(circle at 0 0, rgba(139, 83, 26, .12), transparent 44%), #0a0a09; }
.status-chip { display: inline-block; margin: 0; padding: .28rem .48rem; border: 1px solid #745126; color: var(--amber-light); font-size: .56rem; letter-spacing: .13em; text-transform: uppercase; }
.status-future { border-color: #514b44; color: #aba39a; }
.status-adjacent { border-color: #42533b; color: #91aa79; }
.visual-entry-route { margin-top: 1.5rem; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid #3a2d1f; background: #090806; }
.visual-entry-route { display: grid; grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr); gap: clamp(2rem, 5vw, 4rem); }
.visual-entry-intro h3 { margin: .35rem 0 .8rem; font-size: 2.15rem; line-height: 1.05; }
.visual-entry-intro > p:last-child { margin: 0; color: #999187; font-size: .84rem; }
.visual-entry-options { display: grid; gap: .6rem; }
.visual-entry-options a { display: grid; grid-template-columns: 35px 1fr; column-gap: .8rem; padding: .9rem; border: 1px solid #2d2923; color: #eee8df; text-decoration: none; transition: border-color .25s ease, background .25s ease; }
.visual-entry-options a:hover { border-color: #7c5729; background: rgba(139, 83, 26, .08); }
.visual-entry-options span { grid-row: 1 / 3; color: var(--amber); font-family: var(--serif); font-size: 1.5rem; }
.visual-entry-options strong { font-family: var(--serif); font-size: 1.05rem; font-weight: 400; }
.visual-entry-options small { color: #827b73; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.catalog-reading-order { grid-column: 1 / -1; margin: 0; padding-top: 1rem; border-top: 1px solid #2a251e; color: #837c73; font-size: .74rem; text-align: center; }
.catalog-reading-order a { color: var(--amber-light); text-decoration: underline; text-underline-offset: 3px; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); box-shadow: var(--shadow); }
.comparison { width: 100%; min-width: 970px; border-collapse: collapse; background: #0a0a09; }
.comparison th, .comparison td { padding: 1rem; border-bottom: 1px solid #28241f; text-align: left; vertical-align: top; }
.comparison th { color: var(--amber); background: #0f0d0a; font-size: .61rem; letter-spacing: .13em; text-transform: uppercase; }
.comparison td { color: #a6a097; font-size: .78rem; }
.comparison td:first-child { width: 210px; color: #eee8df; font-family: var(--serif); font-size: 1.05rem; }
.comparison tr.house-row td { background: rgba(113, 70, 23, .085); }
.table-link { color: var(--amber-light); text-decoration: none; }
.table-link:hover { text-decoration: underline; text-underline-offset: 3px; }

.landmark-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.landmark {
  position: relative;
  min-height: 330px;
  padding: 1.55rem;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(23,19,14,.78), rgba(5,5,5,.65));
}
.landmark-number { color: rgba(214, 154, 54, .36); font-family: var(--serif); font-size: 2.5rem; line-height: 1; }
.landmark h3 { margin: .8rem 0 .3rem; font-size: 1.75rem; line-height: 1.1; }
.landmark .byline { margin: 0 0 .8rem; color: #79746d; font-size: .69rem; }
.landmark p { color: #a39c93; font-size: .85rem; line-height: 1.68; }
.publisher-link { position: absolute; left: 1.55rem; bottom: 1.35rem; color: #8f887e; font-size: .62rem; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.publisher-link:hover { color: var(--amber-light); }

.bridge-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.bridge { padding: 1.4rem; background: #0b0a09; }
.bridge p { margin: 0; color: #aaa39a; }
.bridge strong { color: #ece6dc; }
.bridge a { color: var(--amber-light); text-decoration: underline; text-underline-offset: 3px; }
.bridge a:hover { text-decoration: underline; text-underline-offset: 3px; }

.mood-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .9rem; }
.mood-card { padding: 1.2rem; border-left: 2px solid #684621; background: #0a0908; }
.mood-card h3 { margin: 0 0 .35rem; font-size: 1.32rem; }
.mood-card p { margin: 0; color: #918b83; font-size: .8rem; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  position: relative;
  padding: 1.25rem 3rem 1.25rem 0;
  color: #ece7df;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.28rem;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .6rem; color: var(--amber); font-family: var(--sans); }
.faq details[open] summary::after { content: "−"; }
.faq details div { padding: 0 2rem 1.3rem 0; color: #a8a198; }
.faq details p { margin: 0 0 .8rem; }
.faq a { color: var(--amber-light); }

.path-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.path-card { display: flex; flex-direction: column; min-height: 430px; padding: 1.2rem; border: 1px solid var(--line); background: #090908; text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.path-card:hover { transform: translateY(-5px); border-color: var(--line-bright); }
.path-card img { height: 230px; margin: 0 auto 1rem; object-fit: contain; filter: brightness(1.08) drop-shadow(0 20px 20px #000); }
.path-card h3 { margin: 0 0 .45rem; font-size: 1.55rem; line-height: 1.08; }
.path-card p { margin: 0; color: #8f8981; font-size: .79rem; }
.path-card span { margin-top: auto; padding-top: .9rem; color: var(--amber); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }

.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.related-link { padding: 1.2rem; border: 1px solid var(--line); color: #b9b2a8; text-decoration: none; }
.related-link:hover { border-color: var(--line-bright); color: var(--amber-light); }
.related-link strong { display: block; margin-bottom: .3rem; color: #eee7dd; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }

.site-footer { padding: 3.8rem 1rem; border-top: 1px solid var(--line); background: #050505; text-align: center; }
.site-footer h2 { margin: 0 0 1rem; color: var(--amber); font-size: 1.5rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 1.5rem; }
.footer-links a { color: #777b80; font-size: .65rem; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.footer-links a:hover { color: var(--amber-light); }

.mobile-book-cta {
  display: none;
  position: fixed;
  z-index: 90;
  left: .65rem;
  right: .65rem;
  bottom: .65rem;
  align-items: center;
  gap: .75rem;
  padding: .6rem .65rem;
  border: 1px solid var(--line-bright);
  background: rgba(8, 7, 5, .95);
  box-shadow: 0 14px 50px rgba(0,0,0,.8);
  backdrop-filter: blur(16px);
  transform: translateY(140%);
  transition: transform .3s ease;
}
.mobile-book-cta.is-visible { transform: translateY(0); }
.mobile-book-cta img { width: 38px; height: 56px; object-fit: contain; }
.mobile-book-cta-copy { min-width: 0; flex: 1; }
.mobile-book-cta-copy strong { display: block; font-family: var(--serif); font-weight: 400; }
.mobile-book-cta-copy span { display: block; color: #8d867d; font-size: .6rem; }
.mobile-book-cta a { padding: .6rem .7rem; background: #8b531a; color: #fff; font-size: .58rem; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.mobile-book-cta button { border: 0; background: transparent; color: #8d867d; cursor: pointer; font-size: 1.1rem; }

:focus-visible { outline: 2px solid var(--amber-light); outline-offset: 3px; }
[id] { scroll-margin-top: 96px; }

@media (max-width: 1050px) {
  .hero-inner { grid-template-columns: 1fr 430px; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .criteria { grid-template-columns: repeat(3, 1fr); }
  .landmark-grid { grid-template-columns: repeat(2, 1fr); }
  .path-grid { grid-template-columns: repeat(2, 1fr); }
  .volume-card { grid-template-columns: 115px 1fr; }
}

@media (max-width: 820px) {
  .nav-inner { min-height: 66px; flex-wrap: wrap; padding: .7rem 0; }
  .menu-toggle { display: block; }
  .nav-links { display: none; flex: 1 0 100%; flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 0; }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: .72rem 0; border-top: 1px solid #211f1b; text-align: center; }
  .hero-inner { min-height: 0; grid-template-columns: minmax(0, 1fr); padding-top: 3.2rem; }
  .hero-copy { text-align: center; }
  .breadcrumbs, .button-row { justify-content: center; }
  .hero-deck { margin-inline: auto; }
  .cover-stage { width: min(520px, 100%); min-height: 515px; margin: -1rem auto 0; }
  .cover-note { right: 50%; transform: translateX(50%); }
  .editor-note, .feature, .dual-feature { grid-template-columns: 1fr; }
  .format-definitions, .catalog-audit-grid { grid-template-columns: 1fr; }
  .reading-form, .visual-entry-route { grid-template-columns: 1fr; }
  .editor-note { gap: 1rem; }
  .feature-art { min-height: 450px; order: -1; }
  .feature-copy { text-align: center; }
  .feature-copy .button-row, .tags { justify-content: center; }
  .sample-grid { grid-template-columns: 1fr; max-width: 680px; }
  .sample-figure-featured { grid-column: auto; }
  .review-strip { grid-template-columns: 1fr; }
  .series-pair { grid-template-columns: 1fr; }
  .mood-grid { grid-template-columns: repeat(2, 1fr); }
  .related-grid { grid-template-columns: 1fr; }
  .mobile-book-cta { display: flex; }
}

@media (max-width: 560px) {
  .hero-inner { width: min(100% - 1.25rem, 1240px); gap: 1rem; padding-top: 2rem; }
  .breadcrumbs { display: none; }
  h1 { font-size: clamp(2.65rem, 12.8vw, 3.25rem); line-height: .98; }
  .hero-deck { margin-top: 1.15rem; font-size: 1.05rem; line-height: 1.42; }
  .hero-meta { margin-top: 1rem; }
  .button-row { margin-top: 1.25rem; }
  .cover-stage { width: 100%; min-height: 350px; margin-top: -.25rem; }
  .hero-book { bottom: 2.8rem; }
  .cover-note { width: 205px; font-size: .58rem; }
  .page-section { padding-inline: .75rem; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-card { min-height: 0; }
  .criteria { grid-template-columns: 1fr 1fr; }
  .principle-grid { grid-template-columns: 1fr; }
  .reading-form h3, .visual-entry-intro h3 { font-size: 1.9rem; }
  .criterion:last-child { grid-column: 1 / -1; }
  .sample-heading { display: block; }
  .sample-heading p { margin-top: .5rem; }
  .sample-page-trigger > span { opacity: 1; transform: none; }
  .volume-card { grid-template-columns: 90px 1fr; gap: .9rem; }
  .book-panel-media { height: 320px; }
  .landmark-grid, .bridge-list, .mood-grid, .path-grid { grid-template-columns: 1fr; }
  .landmark { min-height: 0; padding-bottom: 3.6rem; }
  .path-card { min-height: 0; }
  .button { width: 100%; }
}

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