:root {
  --paper: #f1ede3;
  --paper-deep: #e7e0d3;
  --ink: #171715;
  --ink-soft: #4d4a45;
  --ash: #8c877e;
  --line: rgba(23, 23, 21, 0.22);
  --red: #8d2f27;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page: min(90vw, 1240px);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  background: var(--paper);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    repeating-linear-gradient(91deg, rgba(57, 49, 40, 0.012) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(2deg, transparent 0 7px, rgba(57, 49, 40, 0.01) 7px 8px),
    radial-gradient(circle at 12% 31%, rgba(72, 60, 47, 0.045) 0 1px, transparent 1.5px),
    radial-gradient(circle at 78% 64%, rgba(72, 60, 47, 0.035) 0 1px, transparent 1.5px);
  background-size: auto, auto, 13px 17px, 19px 23px;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

::selection { color: var(--paper); background: var(--red); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 9px 14px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus { transform: translateY(0); }

.grain {
  position: fixed;
  z-index: 999;
  inset: 0;
  opacity: 0.14;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 22% 31%, rgba(23, 23, 21, 0.22) 0 0.45px, transparent 0.75px),
    radial-gradient(circle at 71% 66%, rgba(23, 23, 21, 0.16) 0 0.35px, transparent 0.7px);
  background-size: 7px 9px, 11px 13px;
  mix-blend-mode: multiply;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 76px;
  padding: 0 4vw;
  color: rgba(23, 23, 21, 0.72);
  border-bottom: 1px solid transparent;
  transition: height 280ms ease, color 280ms ease, background-color 280ms ease, border-color 280ms ease;
}

.site-header.is-scrolled {
  height: 62px;
  color: var(--ink);
  border-color: rgba(23, 23, 21, 0.1);
  background: rgba(241, 237, 227, 0.92);
}

.wordmark {
  position: relative;
  z-index: 2;
  font-family: var(--serif);
  font-size: 1.05rem;
  letter-spacing: 0.26em;
}

.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 42px); }

.site-nav a,
.site-footer nav a {
  position: relative;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.17em;
}

.site-nav a::after,
.site-footer nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 1px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-footer nav a:hover::after,
.site-footer nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle { display: none; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(400px, 1.05fr);
  align-items: center;
  width: var(--page);
  min-height: 100svh;
  margin: 0 auto;
  padding: 110px 0 72px;
}

.hero-copy { position: relative; z-index: 2; padding: 4vh 0 2vh; }

.kicker {
  margin: 0 0 22px;
  color: var(--ash);
  font-size: 0.64rem;
  font-weight: 650;
  letter-spacing: 0.24em;
  line-height: 1.4;
}

.hero-kicker {
  opacity: 0;
  animation: quiet-in 800ms 120ms ease forwards;
}

.hero h1 {
  margin: 0 0 25px -0.07em;
  font-family: var(--serif);
  font-size: clamp(5rem, 10.5vw, 10.6rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.78;
  opacity: 0;
  animation: quiet-in 950ms 210ms ease forwards;
}

.hero-statement {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.25vw, 2.35rem);
  letter-spacing: 0.06em;
  line-height: 1.12;
  opacity: 0;
  animation: quiet-in 850ms 340ms ease forwards;
}

.hero-statement::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  margin: 0 13px 0 -47px;
  vertical-align: 0.35em;
  background: var(--red);
}

.hero-description {
  max-width: 420px;
  margin: 28px 0 32px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 1.02rem;
  font-style: italic;
  opacity: 0;
  animation: quiet-in 850ms 440ms ease forwards;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  opacity: 0;
  animation: quiet-in 850ms 520ms ease forwards;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  font-size: 0.69rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  cursor: pointer;
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.button:hover,
.button:focus-visible { color: var(--paper); border-color: var(--red); background: var(--red); transform: translateY(-2px); }
.button-solid { color: var(--paper); background: var(--ink); }
.button-quiet { border-color: var(--line); }

.hero-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(77vh, 760px);
  opacity: 0;
  transform: translateY(28px);
  animation: figure-in 1.15s 260ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

.hero-art img {
  position: relative;
  z-index: 1;
  width: min(100%, 670px);
  height: min(72vh, 720px);
  object-fit: contain;
  mix-blend-mode: multiply;
}

.hero-moon {
  position: absolute;
  width: min(39vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(141, 47, 39, 0.1);
  border-radius: 50%;
  background: rgba(141, 47, 39, 0.035);
  transform: translate(2%, -7%);
}

.ink-sign {
  position: absolute;
  z-index: 2;
  right: 8%;
  bottom: 11%;
  color: rgba(141, 47, 39, 0.48);
  font-family: var(--serif);
  font-size: 1rem;
}

.hero-margin-note {
  position: absolute;
  top: 49%;
  right: -38px;
  margin: 0;
  color: var(--ash);
  font-family: var(--serif);
  font-size: 0.68rem;
  font-style: italic;
  letter-spacing: 0.08em;
  line-height: 1.5;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right top;
}

.scroll-cue {
  position: absolute;
  bottom: 25px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--ash);
  font-size: 0.55rem;
  font-weight: 650;
  letter-spacing: 0.2em;
}

.scroll-cue i { display: block; width: 52px; height: 1px; overflow: hidden; background: var(--line); }
.scroll-cue i::after { content: ""; display: block; width: 21px; height: 1px; background: var(--red); animation: road-cue 2.6s ease-in-out infinite; }

.road-phrase {
  overflow: hidden;
  padding: 16px 0 15px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  white-space: nowrap;
}

.phrase-track { display: flex; width: max-content; will-change: transform; animation: phrase-move 110s linear infinite; }
.phrase-group { display: flex; flex: none; align-items: center; gap: 4.5em; padding-right: 4.5em; }
.phrase-track span { flex: none; font-family: var(--serif); font-size: 0.75rem; letter-spacing: 0.23em; }

.section { position: relative; width: var(--page); margin: 0 auto; padding: clamp(110px, 13vw, 190px) 0; }
.section-heading h2,
.road-intro h2,
.archive-heading h2,
.token-heading h2,
.final h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 7.3vw, 7.5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.section-heading { display: grid; grid-template-columns: 1fr 3fr; align-items: end; margin-bottom: clamp(75px, 9vw, 130px); }
.section-heading .kicker { margin: 0 0 4px; }

.lore::before,
.archive::before,
.token::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(28vw, 350px);
  height: 1px;
  background: var(--line);
  transform: translateX(-50%);
}

.lore-layout {
  display: grid;
  grid-template-columns: minmax(110px, 0.55fr) minmax(260px, 1.05fr) minmax(330px, 1.4fr);
  grid-template-areas:
    "aside opening image"
    "aside body image";
  column-gap: clamp(40px, 6vw, 90px);
  align-items: start;
}

.lore-opening { grid-area: opening; }
.lore-opening p { margin: 0; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3.2rem); line-height: 1.16; }
.drop-cap { float: left; margin: 0.06em 0.12em -0.1em 0; color: var(--red); font-size: 3.25em; line-height: 0.8; }

.lore-aside { grid-area: aside; display: flex; flex-direction: column; gap: 36px; padding-top: 11px; color: var(--ash); font-size: 0.58rem; font-weight: 650; letter-spacing: 0.21em; }
.lore-aside span { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.lore-aside span::before { content: ""; width: 15px; height: 1px; background: var(--red); }

.lore-body { grid-area: body; padding-top: 42px; }
.lore-body p { margin: 0 0 25px; color: var(--ink-soft); }
.lore-body blockquote { margin: 39px 0; padding: 17px 0 17px 22px; border-left: 1px solid var(--red); font-family: var(--serif); font-size: clamp(1.25rem, 1.7vw, 1.7rem); font-style: italic; line-height: 1.35; }

.lore-image { grid-area: image; position: relative; margin: -45px 0 0; }
.lore-image::before { content: ""; position: absolute; inset: -11px 11px 11px -11px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); pointer-events: none; }
.lore-image img { width: 100%; height: auto; object-fit: contain; mix-blend-mode: multiply; }

.journey { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(70px, 10vw, 155px); padding-top: clamp(130px, 16vw, 230px); }
.journey::after { content: ""; position: absolute; z-index: -1; inset: 8% -6vw 4%; background: linear-gradient(90deg, transparent, rgba(46, 42, 37, 0.025), transparent); transform: skewY(-2deg); }
.road-intro { position: sticky; top: 125px; align-self: start; }
.road-intro p:last-child { max-width: 400px; margin: 38px 0 0; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.15rem, 1.7vw, 1.55rem); font-style: italic; }

.road-map { position: relative; display: grid; gap: 0; padding: 55px 0 35px 62px; }
.road-line { position: absolute; top: 0; bottom: 0; left: 12px; width: 13px; overflow: hidden; }
.road-line::before { content: ""; position: absolute; top: 0; bottom: 0; left: 6px; width: 1px; background: rgba(23, 23, 21, 0.15); transform: rotate(0.3deg); }
.road-line span { position: absolute; top: 0; bottom: 0; left: 5px; width: 2px; background: linear-gradient(var(--red), var(--ink) 22%, var(--ink) 82%, transparent); transform: scaleY(0); transform-origin: top; transition: transform 2.8s cubic-bezier(0.2, 0.65, 0.25, 1); }
.road-map.is-drawing .road-line span { transform: scaleY(1); }

.road-stop { position: relative; min-height: 185px; padding: 13px 0 60px; border-top: 1px solid var(--line); }
.road-stop::before { content: ""; position: absolute; top: -4px; left: -50px; width: 7px; height: 7px; border: 1px solid var(--red); background: var(--paper); transform: rotate(45deg); }
.road-stop:nth-of-type(even) { margin-left: 12%; }
.road-stop h3 { margin: 0 0 11px; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 400; letter-spacing: 0.04em; line-height: 1; }
.road-stop p { margin: 0; color: var(--ink-soft); font-family: var(--serif); font-style: italic; }

.archive { padding-bottom: clamp(120px, 16vw, 220px); }
.archive-heading { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-areas: "kicker note" "title note"; align-items: end; margin-bottom: clamp(80px, 10vw, 145px); }
.archive-heading .kicker { grid-area: kicker; }
.archive-heading h2 { grid-area: title; max-width: 780px; }
.archive-heading > p:last-child { grid-area: note; max-width: 280px; margin: 0 0 6px auto; color: var(--ink-soft); font-family: var(--serif); font-style: italic; }

.gallery { display: grid; grid-template-columns: repeat(12, 1fr); align-items: start; gap: clamp(28px, 4.5vw, 70px) clamp(20px, 3.2vw, 50px); }
.gallery-piece { position: relative; display: block; margin: 0; padding: 10px; border: 0; background: rgba(250, 247, 239, 0.42); cursor: zoom-in; transition: opacity 280ms ease, transform 300ms ease; }
.gallery-piece::after { content: ""; position: absolute; inset: 5px -5px -5px 5px; z-index: -1; border: 1px solid rgba(23, 23, 21, 0.12); }
.gallery-piece img { width: 100%; height: auto; object-fit: contain; mix-blend-mode: multiply; transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.gallery-piece:hover img,
.gallery-piece:focus-visible img { transform: scale(1.025); }
.gallery:has(.gallery-piece:hover) .gallery-piece:not(:hover) { opacity: 0.62; }
.gallery-piece:focus-visible { outline: 1px solid var(--red); outline-offset: 6px; }
.piece-a { grid-column: 1 / span 5; }
.piece-b { grid-column: 8 / span 4; margin-top: 10vw; }
.piece-c { grid-column: 2 / span 4; margin-top: -2vw; }
.piece-d { grid-column: 7 / span 6; margin-top: 7vw; }
.piece-e { grid-column: 1 / span 5; margin-top: 4vw; }
.piece-f { grid-column: 8 / span 4; margin-top: -2vw; }

.quote-break {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: min(76vw, 770px);
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.quote-background { position: absolute; inset: 10% 2%; width: 96%; height: 80%; object-fit: contain; opacity: 0.15; mix-blend-mode: multiply; }
.quote-break::before { content: ""; position: absolute; width: min(78vw, 1030px); height: min(40vw, 460px); border: 1px solid rgba(141, 47, 39, 0.12); border-radius: 50%; }
.quote-copy { position: relative; z-index: 1; text-align: center; }
.quote-copy p { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 7vw, 7rem); letter-spacing: -0.035em; line-height: 0.9; }
.quote-copy span { display: block; margin-top: 35px; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.05rem, 1.8vw, 1.5rem); font-style: italic; }

.token { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(70px, 10vw, 165px); }
.token-heading h2 { font-size: clamp(5rem, 10vw, 10rem); }
.token-sheet { align-self: end; }
.token-sheet dl { margin: 0 0 34px; border-top: 1px solid var(--ink); }
.token-sheet dl > div { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 20px; align-items: baseline; padding: 20px 0 18px; border-bottom: 1px solid var(--line); }
.token-sheet dt { color: var(--ash); font-size: 0.61rem; font-weight: 650; letter-spacing: 0.19em; }
.token-sheet dd { margin: 0; font-family: var(--serif); font-size: clamp(1.05rem, 1.5vw, 1.3rem); letter-spacing: 0.04em; overflow-wrap: anywhere; }
.token-sheet .status { display: flex; align-items: center; gap: 10px; }
.copy-button { min-width: 145px; }
.token-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.token-note { position: absolute; bottom: 80px; left: 0; margin: 0; color: var(--ash); font-family: var(--serif); font-size: 0.8rem; font-style: italic; }

.final { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; min-height: 100svh; padding-top: 100px; padding-bottom: 100px; }
.final::before { content: ""; position: absolute; top: 14%; right: 9%; width: 1px; height: 62%; background: linear-gradient(transparent, var(--line), transparent); }
.final-art { display: grid; place-items: center; min-height: 70vh; }
.final-art img { width: min(44vw, 560px); height: min(70vh, 680px); object-fit: contain; mix-blend-mode: multiply; }
.final-copy { justify-self: center; position: relative; z-index: 1; }
.final h2 { margin-bottom: 34px; font-size: clamp(3.7rem, 7vw, 7.3rem); }
.final-copy > p:not(.kicker) { margin: 0 0 32px; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.1rem, 1.6vw, 1.45rem); font-style: italic; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; width: var(--page); margin: 0 auto; padding: 42px 0 45px; border-top: 1px solid var(--line); }
.footer-name { display: flex; align-items: baseline; gap: 18px; }
.footer-name a { font-family: var(--serif); font-size: 1.5rem; letter-spacing: 0.16em; }
.footer-name span { color: var(--ash); font-size: 0.58rem; letter-spacing: 0.18em; }
.site-footer nav { display: flex; gap: 26px; }
.site-footer > p { justify-self: end; margin: 0; color: var(--ash); font-family: var(--serif); font-size: 0.74rem; font-style: italic; }

.lightbox {
  width: min(90vw, 920px);
  max-width: none;
  height: min(90vh, 920px);
  max-height: none;
  margin: auto;
  padding: 38px;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: var(--paper);
}
.lightbox::backdrop { background: rgba(18, 17, 15, 0.82); }
.lightbox img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.lightbox-close { position: absolute; z-index: 2; top: 9px; right: 12px; padding: 5px; border: 0; background: var(--paper); font-size: 0.58rem; font-weight: 650; letter-spacing: 0.16em; cursor: pointer; }
.lightbox-close span { color: var(--red); font-size: 1.1rem; vertical-align: -0.1em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 820ms ease, transform 820ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes quiet-in { to { opacity: 1; transform: translateY(0); } }
@keyframes figure-in { to { opacity: 1; transform: translateY(0); } }
@keyframes phrase-move { to { transform: translate3d(-50%, 0, 0); } }
@keyframes road-cue { 0% { transform: translateX(-100%); } 50%, 100% { transform: translateX(260%); } }

@media (max-width: 980px) {
  :root { --page: min(88vw, 760px); }
  .hero { grid-template-columns: 0.95fr 1.05fr; }
  .hero h1 { font-size: clamp(4.5rem, 12vw, 7rem); }
  .hero-art { min-height: 61vh; }
  .hero-art img { height: 59vh; }
  .hero-margin-note { display: none; }
  .hero-statement::before { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .lore-layout { grid-template-columns: 90px 1fr 1.1fr; column-gap: 35px; }
  .journey { gap: 55px; }
  .road-stop:nth-of-type(even) { margin-left: 6%; }
  .token { gap: 60px; }
  .site-footer { grid-template-columns: 1fr auto; row-gap: 25px; }
  .site-footer > p { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 760px) {
  :root { --page: calc(100vw - 40px); }
  html { scroll-padding-top: 68px; }
  .site-header { height: 66px; padding: 0 20px; }
  .site-header.is-scrolled { height: 58px; }
  .menu-toggle { position: relative; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 8px 0; border: 0; background: transparent; font-size: 0.6rem; font-weight: 650; letter-spacing: 0.17em; cursor: pointer; }
  .menu-mark { position: relative; display: block; width: 24px; height: 9px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; transition: transform 240ms ease, border-color 240ms ease; }
  .menu-mark::after { content: ""; position: absolute; top: 3px; left: 7px; width: 17px; height: 1px; background: currentColor; transition: transform 240ms ease; }
  .menu-toggle[aria-expanded="true"] .menu-mark { border-bottom-color: transparent; transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-mark::after { left: 0; width: 24px; transform: translateY(-4px) rotate(-90deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; padding: 80px 11vw; background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity 240ms ease, visibility 240ms ease, transform 240ms ease; }
  .site-nav::before { content: "NO DESTINATION\A ONLY THE ROAD"; white-space: pre; position: absolute; right: 9vw; bottom: 8vh; color: var(--ash); font-family: var(--serif); font-size: 0.75rem; font-style: italic; }
  .site-nav a { font-family: var(--serif); font-size: clamp(2rem, 9vw, 3.3rem); font-weight: 400; letter-spacing: 0.04em; line-height: 1; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }

  .hero { display: flex; flex-direction: column; justify-content: center; align-items: stretch; min-height: 100svh; padding: 92px 0 58px; }
  .hero-copy { z-index: 3; padding: 0; }
  .hero h1 { margin-bottom: 18px; font-size: clamp(4.9rem, 24vw, 7.1rem); }
  .hero-statement { font-size: clamp(1.35rem, 6vw, 1.75rem); }
  .hero-description { max-width: 310px; margin: 19px 0 24px; font-size: 0.94rem; }
  .hero-actions { gap: 8px; }
  .hero-actions .button { min-height: 43px; padding: 0 15px; font-size: 0.6rem; }
  .hero-art { position: absolute; z-index: 1; right: 0; bottom: 35px; width: 88vw; min-height: 55vh; opacity: 0.24; }
  .hero-art img { width: 100%; height: 55vh; }
  .hero-moon { width: 71vw; }
  .ink-sign { right: 18%; }
  .scroll-cue { display: none; }
  .road-phrase { padding: 13px 0 12px; }
  .section { padding: 105px 0; }
  .section-heading { margin-bottom: 64px; }

  .lore-layout { display: flex; flex-direction: column; }
  .lore-opening { order: 1; }
  .lore-aside { order: 2; flex-direction: row; flex-wrap: wrap; gap: 16px 24px; margin-top: 40px; }
  .lore-body { order: 3; padding-top: 36px; }
  .lore-body blockquote { margin: 30px 0; }
  .lore-image { order: 4; width: 85%; margin: 45px 0 0 auto; }

  .journey { display: block; padding-top: 120px; }
  .road-intro { position: static; }
  .road-intro p:last-child { margin-top: 26px; }
  .road-map { margin-top: 72px; padding-left: 46px; }
  .road-stop { min-height: 158px; }
  .road-stop::before { left: -34px; }
  .road-stop:nth-of-type(even) { margin-left: 0; }

  .archive-heading { display: block; margin-bottom: 70px; }
  .archive-heading h2 { max-width: 560px; }
  .archive-heading > p:last-child { max-width: 285px; margin: 28px 0 0; }
  .gallery { display: flex; flex-direction: column; gap: 54px; }
  .gallery-piece { width: 88%; margin: 0 !important; }
  .gallery-piece:nth-child(even) { align-self: flex-end; }
  .gallery:has(.gallery-piece:hover) .gallery-piece:not(:hover) { opacity: 1; }

  .quote-break { width: 100%; min-height: 68vh; padding-right: 20px; padding-left: 20px; }
  .quote-background { inset: 9% -42%; width: 184%; height: 82%; }
  .quote-break::before { width: 105vw; height: 60vw; }

  .token { display: block; }
  .token-sheet { margin-top: 62px; }
  .token-note { position: static; margin-top: 35px; }

  .final { grid-template-columns: 1fr; min-height: 960px; padding-top: 100px; padding-bottom: 100px; }
  .final::before { display: none; }
  .final-art { grid-row: 2; min-height: auto; margin: 45px 0 -25px; }
  .final-art img { width: min(92vw, 470px); height: 48vh; }
  .final-copy { grid-row: 1; justify-self: start; }

  .site-footer { grid-template-columns: 1fr; align-items: start; gap: 26px; }
  .site-footer nav { flex-wrap: wrap; }
  .site-footer > p { grid-column: auto; }
  .lightbox { width: 94vw; height: 82vh; padding: 28px 14px 14px; }
}

@media (max-width: 390px) {
  :root { --page: calc(100vw - 30px); }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-art { right: 0; }
  .section-heading h2, .road-intro h2, .archive-heading h2, .token-heading h2, .final h2 { font-size: clamp(3rem, 16vw, 4.3rem); }
  .token-heading h2 { font-size: 4.5rem; }
  .token-sheet dl > div { grid-template-columns: 0.8fr 1.2fr; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
  .phrase-track { animation: none; }
  .reveal { opacity: 1; transform: none; }
  .road-line span { transform: scaleY(1); }
}
