@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/BarlowCondensed-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --night: #070709;
  --ink: #f3eadc;
  --mute: #9c9183;
  --amber: #e6b25c;
  --amber-dim: rgba(230, 178, 92, 0.55);
  --display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --sans: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html {
  background: var(--night);
  scroll-behavior: smooth;
}
body {
  background: var(--night);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; height: auto; }
button { font: inherit; color: inherit; }
a { color: var(--amber); text-underline-offset: 0.2em; }
a:hover { color: #f3d49a; }

.skip {
  position: absolute;
  left: 12px;
  top: 8px;
  z-index: 20;
  padding: 0.4rem 0.7rem;
  background: var(--night);
  color: var(--ink);
  transform: translateY(-140%);
}
.skip:focus { transform: none; }

/* —— Phone story chapters —— */
.story-home { scroll-snap-type: y mandatory; }

.chapter {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}

.bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg--ship img { object-position: 50% 48%; }
.bg--bay img { object-position: 50% 40%; }
.bg--film img { object-position: 50% 40%; }

.shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7,7,9,0.55) 0%, rgba(7,7,9,0.12) 28%, rgba(7,7,9,0.2) 48%, rgba(7,7,9,0.88) 78%, #070709 100%);
}
.shade--open {
  background:
    linear-gradient(90deg, rgba(7,7,9,0.78) 0%, rgba(7,7,9,0.52) 46%, rgba(7,7,9,0.28) 100%),
    linear-gradient(180deg, rgba(7,7,9,0.58) 0%, rgba(7,7,9,0.32) 36%, rgba(7,7,9,0.55) 68%, #070709 100%);
}
.shade--after {
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(230,178,92,0.08), transparent 50%),
    linear-gradient(180deg, #0a0a0d 0%, #070709 100%);
}

.grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.18;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.55'/></svg>");
}

.stage {
  position: relative;
  z-index: 3;
  width: min(430px, 100%);
  margin-inline: auto;
  padding: calc(22px + env(safe-area-inset-top)) 22px calc(26px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100svh;
  min-height: 100dvh;
}

.wordmark {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  align-self: flex-start;
}
.wordmark span { color: var(--amber); }

.kicker {
  margin: 0 0 0.15rem;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--amber);
}

.giant {
  margin: 0 0 0.55rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(4.6rem, 22vw, 6.4rem);
  line-height: 0.82;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.ask {
  margin: 0 0 1.1rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.55rem, 7.2vw, 2rem);
  line-height: 0.95;
  letter-spacing: 0.01em;
  max-width: 14ch;
}
.quote {
  margin: 0;
  max-width: 34em;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #d8cbb8;
}
.fact {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.7rem, 8vw, 2.25rem);
  line-height: 0.95;
  letter-spacing: 0.01em;
}

.grow { flex: 1; }

#open .stage.splash {
  justify-content: center;
  width: min(36rem, 100%);
  padding-top: calc(92px + env(safe-area-inset-top));
  padding-bottom: calc(72px + env(safe-area-inset-bottom));
}
#open .splash-title {
  font-size: clamp(4.8rem, 18vw, 8rem);
  max-width: none;
  color: #f7efe3;
  text-shadow: 0 2px 22px rgba(0,0,0,0.85), 0 1px 2px rgba(0,0,0,0.9);
}
#open .splash-title em {
  font-style: normal;
  color: #f0c57a;
  text-shadow: 0 2px 22px rgba(0,0,0,0.85), 0 1px 2px rgba(0,0,0,0.9);
}
#open .kicker {
  color: #f0c57a;
  text-shadow: 0 1px 12px rgba(0,0,0,0.85);
}
.splash-line {
  margin: 0.35rem 0 0;
  max-width: 22em;
  font-size: 1.02rem;
  line-height: 1.45;
  color: #f3eadc;
  text-shadow: 0 1px 14px rgba(0,0,0,0.88), 0 1px 2px rgba(0,0,0,0.8);
}
.splash-doors {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem 1.6rem;
  margin: 1.55rem 0 0;
}
#open .splash-doors .more {
  color: #f7efe3;
  border-bottom-color: #f0c57a;
  text-shadow: 0 1px 12px rgba(0,0,0,0.85);
}
#open .splash-doors .more:hover { color: #f0c57a; }
#open .cue {
  position: absolute;
  left: 50%;
  bottom: calc(18px + env(safe-area-inset-bottom));
  transform: translateX(-50%);
  color: #e8ddd0;
  text-shadow: 0 1px 10px rgba(0,0,0,0.9);
}
#open .cue svg path { stroke: #e8ddd0; }


.film {
  position: relative;
  margin-top: auto;
  margin-bottom: 1.15rem;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #111;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.45);
}
.film img.thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
}
.film iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.film video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #111;
  object-fit: contain;
}
.play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.play-ring {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1.5px solid var(--amber);
  background: rgba(7,7,9,0.42);
  display: grid;
  place-items: center;
  transition: transform 0.2s ease, background 0.2s ease;
}
.play:hover .play-ring,
.play:focus-visible .play-ring {
  transform: scale(1.06);
  background: rgba(7,7,9,0.62);
}
.play-ring svg { display: block; margin-left: 3px; }
.film-title {
  position: absolute;
  left: 12px;
  bottom: 10px;
  margin: 0;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f3eadc;
  text-shadow: 0 1px 8px rgba(0,0,0,0.7);
  pointer-events: none;
}
.hook {
  margin: 0 0 1.15rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.45rem, 6.8vw, 1.95rem);
  line-height: 0.98;
  letter-spacing: 0.005em;
  max-width: 18ch;
}
.cue {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  color: var(--mute);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  align-self: center;
  text-decoration: none;
}
.cue svg { display: block; opacity: 0.8; }

#leave .stage,
#cross .stage,
#arrive .stage { justify-content: flex-end; }

#after.chapter {
  overflow: visible;
  min-height: 100svh;
  scroll-snap-stop: normal;
}
#after .stage {
  justify-content: flex-start;
  min-height: auto;
  padding-top: calc(36px + env(safe-area-inset-top));
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
}

/* —— Reading slabs between title cards —— */
.read {
  position: relative;
  z-index: 3;
  background: var(--night);
  scroll-snap-align: start;
  border-top: 1px solid rgba(230,178,92,0.16);
}
.read-inner {
  width: min(40rem, calc(100% - 44px));
  margin: 0 auto;
  padding: 2.2rem 0 2.6rem;
}
.read-inner h2 {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.read-inner p {
  margin: 0 0 0.95rem;
  color: #e6d8c4;
  font-size: 0.98rem;
  line-height: 1.55;
}
.read-inner p:last-child { margin-bottom: 0; }
.read-inner em { font-style: italic; }

.sig {
  width: min(100%, 280px);
  height: auto;
  margin: 0.4rem 0 0.55rem;
  filter: invert(1) sepia(0.25) hue-rotate(5deg) brightness(1.15);
  opacity: 0.92;
}
.stone {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  object-position: 50% 28%;
  filter: grayscale(0.2) contrast(1.05);
  margin: 0.3rem 0 0.5rem;
}
.cap {
  margin: 0 0 1.2rem;
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--mute);
}

.more {
  display: inline-block;
  margin-top: 0.4rem;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 1px solid var(--amber);
  padding-bottom: 0.1rem;
}
.more:hover { color: var(--amber); }

.site-foot {
  margin-top: 2rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(230,178,92,0.18);
  color: #6d665c;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.site-foot p { margin: 0 0 0.35rem; color: #6d665c; }
.site-foot a { color: #8a8174; text-decoration: none; }
.site-foot a:hover { color: var(--amber); }

/* Isolated screenshots */
html[data-shot] { scroll-snap-type: none; }
html[data-shot] body { overflow: hidden; }
html[data-shot] .chapter,
html[data-shot] .read { display: none; }
html[data-shot="open"] #open,
html[data-shot="leave"] #leave,
html[data-shot="cross"] #cross,
html[data-shot="arrive"] #arrive,
html[data-shot="after"] #after {
  display: flex;
  min-height: 100vh;
}

/* —— Full story page —— */
.story-page { font-size: 16px; line-height: 1.6; }
.story-bar {
  position: sticky;
  top: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  padding: 0.85rem 1.25rem;
  background: rgba(7,7,9,0.88);
  border-bottom: 1px solid rgba(230,178,92,0.16);
  backdrop-filter: blur(8px);
}
.after-copy {
  width: 100%;
  padding: 1.4rem 0 0;
}
.after-copy p {
  margin: 0 0 0.95rem;
  color: #e6d8c4;
  font-size: 0.98rem;
  line-height: 1.55;
}
.story-bar nav {
  display: flex;
  gap: 1.1rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.story-bar nav a {
  color: var(--mute);
  text-decoration: none;
}
.story-bar nav a:hover,
.story-bar nav a[aria-current="page"] { color: var(--ink); }

.story-hero {
  position: relative;
  min-height: min(64vh, 580px);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
}
.story-hero .bg,
.story-hero .shade,
.story-hero .grain { position: absolute; inset: 0; }
.story-hero .shade {
  background:
    linear-gradient(180deg, rgba(7,7,9,0.45) 0%, rgba(7,7,9,0.15) 36%, rgba(7,7,9,0.78) 78%, #070709 100%);
}
.story-hero-copy {
  position: relative;
  z-index: 3;
  width: min(44rem, calc(100% - 44px));
  margin: 0 auto 2.2rem;
}
.story-hero-copy h1 {
  margin: 0.2rem 0 0.7rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.4rem, 9vw, 4.4rem);
  line-height: 0.88;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.story-hero-copy .lede {
  margin: 0;
  max-width: 28em;
  color: #e6d8c4;
  font-size: 1.02rem;
}

.article {
  width: min(40rem, calc(100% - 44px));
  margin: 0 auto;
  padding: 0.4rem 0 3.5rem;
}
.article p {
  margin: 0 0 1.05rem;
  color: #e6d8c4;
  font-size: 1.02rem;
  line-height: 1.62;
}
.article h2 {
  margin: 2.2rem 0 0.85rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.6rem, 5vw, 2.1rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--ink);
}
.article em { font-style: italic; }
.article figure { margin: 1.4rem 0 1.6rem; }
.article .sig { margin-top: 0; }
.article .stone { max-height: 280px; }
.closer {
  margin-top: 1.6rem;
  font-style: italic;
  color: var(--mute) !important;
}

@media (max-width: 520px) {
  .story-bar { padding: 0.72rem 1rem; }
  .story-bar .wordmark { font-size: 1rem; letter-spacing: 0.12em; }
  .story-bar nav { gap: 0.65rem; font-size: 0.58rem; letter-spacing: 0.1em; }
}

@media (min-width: 760px) {
  .stage { width: min(520px, 100%); padding-left: 28px; padding-right: 28px; }
  .giant { font-size: 6.5rem; }
  .story-bar { padding-left: 2rem; padding-right: 2rem; }
  .story-hero { min-height: 62vh; }
  .article { padding-top: 0.6rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .story-home { scroll-snap-type: none; }
  .play-ring { transition: none; }
}

.story-page .story-bar { top: 0; }
.story-bar { flex-wrap: wrap; }
.story-bar nav { flex-wrap: wrap; justify-content: flex-end; row-gap: 0.35rem; }

.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}

/* —— Family, place, about pages —— */
.article .lede {
  color: #d8cbb8;
  font-size: 1.05rem;
}
.also {
  margin: 2rem 0 0;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(230,178,92,0.18);
}
.also p { margin: 0 0 0.45rem; }
.also a { margin-right: 1rem; }

.name-list {
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0;
}
.name-list li { margin: 0; }
.name-list a,
.name-list .plain {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(243,234,220,0.12);
  text-decoration: none;
  color: var(--ink);
}
.name-list a:hover { color: var(--amber); }
.name-list b {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.55rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 0.95;
}
.name-list i {
  font-style: normal;
  color: var(--mute);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  flex-shrink: 0;
}
.name-list .plain b { color: #8a8174; }

.gallery {
  display: grid;
  gap: 1.35rem;
  margin: 1.4rem 0 1.8rem;
}
.gallery figure { margin: 0; }
.gallery img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  object-position: 50% 30%;
}
.gallery .doc {
  max-height: none;
  object-fit: contain;
  background: #111114;
}
.gallery .cap { margin: 0.45rem 0 0; }

@media (min-width: 760px) {
  .gallery.two { grid-template-columns: 1fr 1fr; }
}

.tl {
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0;
}
.tl li {
  margin: 0;
  padding: 0.65rem 0 0.75rem 1rem;
  border-left: 1px solid rgba(230,178,92,0.35);
}
.tl strong {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--amber);
  font-size: 0.92rem;
}
.tl p { margin: 0.25rem 0 0; }

.pull {
  margin: 1.2rem 0 1.4rem;
  padding: 0 0 0 1rem;
  border-left: 2px solid var(--amber);
  color: #d8cbb8;
  font-style: italic;
}

.docs {
  display: grid;
  gap: 1rem;
  margin: 1.2rem 0 2rem;
}
.doc-card {
  display: block;
  padding: 1rem 1.05rem 1.05rem;
  border: 1px solid rgba(230,178,92,0.22);
  text-decoration: none;
  color: inherit;
}
.doc-card:hover { border-color: var(--amber); }
.doc-card b {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 0.3rem;
}
.doc-card span { color: var(--mute); font-size: 0.82rem; }

.letters-wrap { overflow-x: auto; margin: 1.2rem 0 2rem; }
.letters {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
  font-size: 0.78rem;
}
.letters th {
  text-align: left;
  color: var(--amber);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.62rem;
  padding: 0.45rem 0.5rem 0.55rem 0;
  border-bottom: 1px solid rgba(230,178,92,0.28);
}
.letters td {
  padding: 0.55rem 0.5rem 0.55rem 0;
  border-bottom: 1px solid rgba(243,234,220,0.1);
  color: #d8cbb8;
  vertical-align: top;
}
.letters a { color: var(--amber); }

.place-grid { list-style: none; margin: 0; padding: 0; }
.place-grid li {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(243,234,220,0.12);
}
.place-grid b {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.place-grid span { display: block; color: var(--mute); font-size: 0.78rem; margin-top: 0.15rem; }

.note {
  color: var(--mute) !important;
  font-size: 0.9rem !important;
}

@media (max-width: 640px) {
  .story-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }
  .story-bar nav { gap: 0.7rem; }
}

/* —— Site search —— */
.story-hero.search-hero { min-height: min(38vh, 300px); }
.search-form { margin: 0 0 0.7rem; }
.search-form label {
  display: block;
  margin: 0 0 0.45rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
}
.search-form input {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: rgba(7,7,9,0.55);
  border: 1.5px solid rgba(230,178,92,0.55);
  border-radius: 2px;
  padding: 0.95rem 1rem 0.9rem;
  color: var(--ink);
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.55rem;
  letter-spacing: 0.02em;
  line-height: 1;
  outline: none;
}
.search-form input::placeholder { color: #6e675d; }
.search-form input:focus { border-color: var(--amber); }
.search-status {
  margin: 0 0 0.85rem;
  color: var(--mute);
  font-size: 0.82rem;
}
.search-hits {
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0;
}
.search-hits li { margin: 0; }
.search-hits a {
  display: block;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(243,234,220,0.12);
  text-decoration: none;
  color: inherit;
}
.search-hits a:hover b { color: var(--amber); }
.search-hits i {
  display: block;
  font-style: normal;
  color: var(--amber);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
.search-hits b {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.45rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 0.95;
  color: var(--ink);
}
.search-hits span {
  display: block;
  margin-top: 0.3rem;
  color: var(--mute);
  font-size: 0.82rem;
  line-height: 1.4;
}

/* —— The wander —— */
.wander-rail {
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0;
  position: relative;
}
.wander-rail::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 14px;
  bottom: 18px;
  width: 1px;
  background: linear-gradient(180deg, rgba(230,178,92,0.2) 0%, var(--amber) 40%, var(--amber) 100%);
}
.wander-rail li { margin: 0; }
.wander-rail summary {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 0.55rem 0;
  cursor: pointer;
  list-style: none;
}
.wander-rail summary::-webkit-details-marker { display: none; }
.wander-rail summary::marker { content: ""; }
.wander-rail .dot {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  margin-top: 0.35rem;
}
.wander-rail .dot i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3a3530;
  box-shadow: 0 0 0 3px #070709;
  display: block;
}
.wander-rail details[open] .dot i {
  width: 12px;
  height: 12px;
  background: var(--amber);
  box-shadow: 0 0 0 4px #070709, 0 0 18px rgba(230,178,92,0.55);
}
.wander-rail b {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.55rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 0.95;
  color: var(--ink);
}
.wander-rail summary i {
  display: block;
  margin-top: 0.2rem;
  font-style: normal;
  color: var(--mute);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.wander-rail details[open] b { color: var(--ink); }
.wander-rail details[open] summary i { color: var(--amber); }
.wander-rail details p {
  margin: 0.15rem 0 0.35rem  calc(22px + 0.85rem);
  max-width: 28em;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #e6d8c4;
}
.wander-rail details p:last-child { margin-bottom: 0.85rem; }

/* —— Homepage doors —— */
.doors {
  display: grid;
  gap: 0.95rem;
  margin: 1.35rem 0 1.1rem;
}
.doors .more { margin-top: 0; }

/* Home: same links, a dark strip so they stay readable on the ship */
.story-home .story-bar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(7,7,9,0.88);
  border-bottom: 1px solid rgba(230,178,92,0.22);
  backdrop-filter: blur(8px);
}
.story-home .story-bar nav a {
  color: #e8ddd0;
}
.story-home .story-bar nav a:hover,
.story-home .story-bar nav a[aria-current="page"] {
  color: #f3eadc;
}
