:root {
  --ink: #080808;
  --ink-2: #121212;
  --paper: #f3f2ed;
  --paper-2: #deddd6;
  --muted: #a7a7a0;
  --line: rgba(255, 255, 255, 0.16);
  --line-dark: rgba(8, 8, 8, 0.2);
  --red: #d42136;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --header-height: 78px;
  --crop-scale: 1.08;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.dialog-open { overflow: hidden; }
button, a { color: inherit; }
button { font: inherit; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
img { display: block; max-width: 100%; }
a { text-decoration: none; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-160%); background: var(--paper); color: var(--ink); padding: 0.65rem 1rem; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-height); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 0 3vw; border-bottom: 1px solid transparent; transition: background 220ms ease, border-color 220ms ease; }
.site-header.scrolled { border-color: var(--line); background: rgba(8, 8, 8, 0.92); backdrop-filter: blur(15px); }
.header-brand { display: flex; align-items: center; gap: 0.8rem; width: fit-content; }
.header-name { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.19em; }
.logo-window { position: relative; display: block; overflow: hidden; flex: 0 0 auto; background: var(--ink); }
.logo-window img { width: 100%; height: 100%; max-width: none; object-fit: cover; filter: invert(1); transform: scale(1.62); transform-origin: 50% 52%; }
.logo-window-small { width: 38px; height: 38px; }
.primary-nav { display: flex; gap: clamp(1.25rem, 2.7vw, 3rem); }
.primary-nav a, .quiet-button, .language-switch button { border: 0; background: transparent; color: rgba(255, 255, 255, 0.7); font-size: 0.72rem; font-weight: 650; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; transition: color 160ms ease; }
.primary-nav a:hover, .quiet-button:hover, .language-switch button:hover, .language-switch button[aria-pressed="true"] { color: #fff; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 1.5rem; }
.language-switch { display: flex; align-items: center; gap: 0.36rem; color: #666; }
.language-switch button { padding: 0; }

.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; overflow: hidden; background: var(--ink); }
.hero-art, .hero-shade { position: absolute; inset: 0; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); filter: grayscale(1) contrast(1.15) brightness(0.52); }
.hero-shade { background: linear-gradient(90deg, rgba(8,8,8,.98) 0%, rgba(8,8,8,.73) 49%, rgba(8,8,8,.45) 100%), linear-gradient(0deg, rgba(8,8,8,.75), transparent 50%); }
.hero-layout { position: relative; z-index: 1; width: min(1380px, 94vw); margin: auto; padding: calc(var(--header-height) + 3.5rem) 0 7.5rem; display: flex; align-items: center; justify-content: flex-end; }
.hero-copy { width: min(790px, 100%); }
.eyebrow, .section-kicker, .act-label, .reading-type { margin: 0 0 1.25rem; font-size: 0.69rem; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; }
.eyebrow, .ritual .section-kicker, .archive .section-kicker, .random-portal .section-kicker { color: #bcbcb7; }
.hero h1 { margin: 0; max-width: 800px; font-family: var(--serif); font-size: clamp(3.4rem, 7.6vw, 8.4rem); font-weight: 400; line-height: 0.91; letter-spacing: -0.055em; }
.hero-description { max-width: 620px; margin: 2rem 0 0; color: #d2d2cd; font-size: clamp(1rem, 1.35vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2.4rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.42); padding: 0.9rem 1.2rem; background: transparent; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; transition: background 180ms ease, color 180ms ease, border-color 180ms ease; }
.button-primary, .button-light { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.button:hover { border-color: var(--red); background: var(--red); color: #fff; }
.hero-flightline { position: absolute; z-index: 2; inset: auto 3vw 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.hero-flightline span { display: flex; align-items: baseline; gap: 0.65rem; padding: 1.3rem 0; }
.hero-flightline span + span { padding-left: 2rem; border-left: 1px solid var(--line); }
.hero-flightline b { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.hero-flightline i { color: var(--muted); font-size: 0.69rem; font-style: normal; letter-spacing: 0.12em; text-transform: uppercase; }

.origin { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr); align-items: center; gap: clamp(3rem, 8vw, 9rem); padding: clamp(7rem, 11vw, 12rem) 6vw; background: var(--paper); color: var(--ink); }
.origin-visual { min-width: 0; }
.origin-copy { max-width: 640px; }
.origin h2, .journey-intro h2, .atlas h2, .archive h2, .random-portal h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 6.8vw, 7.2rem); font-weight: 400; line-height: 0.95; letter-spacing: -0.045em; }
.origin-copy > p:not(.section-kicker) { max-width: 580px; margin: 1.5rem 0 0; color: #363633; font-size: 1.02rem; }
.origin blockquote { margin: 2.8rem 0 0; padding-left: 1.5rem; border-left: 3px solid var(--red); font-family: var(--serif); font-size: clamp(1.4rem, 2.5vw, 2.3rem); line-height: 1.16; }
.image-coordinate, .image-number { display: block; margin-top: 0.9rem; font-size: 0.66rem; letter-spacing: 0.13em; text-transform: uppercase; }
.image-number { color: var(--muted); }

/* Reversible display crop: the original artwork files are never modified. */
.art-crop, .art-thumb, .dialog-art-crop { display: block; overflow: hidden; border: 0; padding: 0; background: #171717; }
.art-crop { width: 100%; cursor: zoom-in; }
.art-crop img, .art-thumb img, .dialog-art-crop img { width: 100%; height: auto; max-width: none; transform: scale(var(--crop-scale)); transform-origin: center; transition: transform 500ms cubic-bezier(.2,.65,.2,1), filter 280ms ease; }
.art-crop:hover img, .art-card:hover .art-thumb img { transform: scale(1.115); }

.ritual { padding: clamp(7rem, 11vw, 12rem) 6vw; background: var(--ink); }
.ritual-heading { display: grid; grid-template-columns: .7fr 1fr; gap: 2rem; align-items: end; max-width: 1380px; margin: 0 auto 5rem; }
.ritual-heading .section-kicker { grid-column: 1 / -1; margin: 0; }
.ritual-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 9vw, 10rem); font-weight: 400; line-height: .82; letter-spacing: -.06em; }
.ritual-heading > p:last-child { max-width: 470px; margin: 0; color: #aaa; font-size: 1.12rem; }
.ritual-layout { max-width: 1380px; margin: auto; display: grid; grid-template-columns: minmax(340px, .82fr) minmax(420px, 1.18fr); gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.ritual-art { position: sticky; top: calc(var(--header-height) + 2rem); }
.ritual-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.ritual-steps li { display: grid; grid-template-columns: 4.5rem 1fr; align-items: baseline; gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); opacity: .48; transform: translateX(10px); transition: opacity 500ms ease, transform 500ms ease; }
.ritual-steps li.visible { opacity: 1; transform: none; }
.ritual-steps span { color: #777; font-family: var(--serif); font-size: .85rem; }
.ritual-steps p { margin: 0; font-family: var(--serif); font-size: clamp(1.45rem, 2.35vw, 2.65rem); line-height: 1.08; }

.journey { padding: clamp(7rem, 11vw, 12rem) 5vw; background: var(--ink-2); }
.journey-intro { max-width: 1300px; margin: 0 auto 6rem; }
.journey-intro > p:last-child { max-width: 560px; margin: 1.8rem 0 0 auto; color: #aaa; font-size: 1.1rem; }
.journey-layout { max-width: 1380px; margin: auto; display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: clamp(3rem, 7vw, 8rem); }
.chapter-index { position: sticky; top: calc(var(--header-height) + 3rem); height: fit-content; display: grid; grid-template-columns: 2px 1fr; gap: 1.4rem; }
.chapter-progress { background: #333; min-height: 290px; }
.chapter-progress span { display: block; width: 100%; height: 20%; background: var(--red); transition: height 350ms ease; }
.chapter-index ol { margin: 0; padding: 0; list-style: none; }
.chapter-index li + li { margin-top: 1.2rem; }
.chapter-index a { display: grid; grid-template-columns: 2.2rem 1fr; gap: .5rem; align-items: baseline; color: #686868; transition: color 180ms ease; }
.chapter-index a.active, .chapter-index a:hover { color: #fff; }
.chapter-index span { font-size: .63rem; }
.chapter-index b { font-size: .71rem; letter-spacing: .11em; text-transform: uppercase; }
.chapter { min-height: 78vh; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(290px, .82fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); padding: 2rem 0 9rem; }
.chapter.reverse .chapter-image { order: 2; }
.chapter.reverse .chapter-text { order: 1; }
.chapter-text { max-width: 490px; }
.act-label { color: #818181; }
.chapter-text h3 { margin: 0; font-family: var(--serif); font-size: clamp(2.9rem, 5.2vw, 5.8rem); font-weight: 400; line-height: .95; letter-spacing: -.04em; }
.chapter-text > p:not(.act-label) { margin: 1.5rem 0 0; color: #b7b7b1; font-size: 1.05rem; }
.text-link { display: inline-flex; align-items: center; gap: .7rem; margin-top: 1.6rem; border: 0; border-bottom: 1px solid #777; padding: 0 0 .3rem; background: transparent; font-size: .69rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.text-link:hover { border-color: var(--red); color: var(--red); }

.atlas { padding: clamp(7rem, 11vw, 12rem) 4vw; background: var(--paper); color: var(--ink); }
.atlas-head { max-width: 1380px; margin: auto; display: grid; grid-template-columns: 1fr .72fr; gap: 3rem; align-items: end; }
.atlas-head > p { max-width: 520px; margin: 0 0 .65rem; color: #494945; font-size: 1.02rem; }
.atlas-mode { max-width: 1380px; margin: 4.5rem auto 1.5rem; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line-dark); }
.atlas-mode button { min-height: 95px; border: 0; background: transparent; color: var(--ink); text-align: left; padding: 1.3rem 1.5rem; cursor: pointer; }
.atlas-mode button + button { border-left: 1px solid var(--line-dark); }
.atlas-mode button[aria-pressed="true"] { background: var(--ink); color: var(--paper); }
.atlas-mode span { display: block; font-family: var(--serif); font-size: 1.7rem; }
.atlas-mode small { color: inherit; opacity: .58; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.filter-row { max-width: 1380px; margin: 0 auto 2.5rem; display: flex; flex-wrap: wrap; gap: .55rem; }
.filter-button { border: 1px solid var(--line-dark); border-radius: 99px; padding: .55rem .95rem; background: transparent; color: var(--ink); font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.filter-button[aria-pressed="true"], .filter-button:hover { border-color: var(--red); background: var(--red); color: #fff; }
.art-grid { max-width: 1380px; margin: auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 3rem 1.15rem; }
.art-card { min-width: 0; }
.art-card button { width: 100%; border: 0; padding: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.art-thumb { width: 100%; aspect-ratio: 4 / 5; }
.art-thumb img { height: 100%; object-fit: cover; }
.art-card-copy { padding-top: .9rem; }
.art-card-top { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; }
.art-card h3 { margin: 0; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.art-card-id { color: #73736e; font-size: .65rem; letter-spacing: .1em; }
.art-card p { margin: .28rem 0 0; color: #5e5e59; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

.archive { padding: clamp(7rem, 11vw, 12rem) 5vw; background: var(--ink); }
.archive-head { max-width: 1100px; margin: 0 auto 5rem; }
.archive-head > p:last-child { max-width: 550px; margin: 1.8rem 0 0 auto; color: #aaa; }
.timeline { max-width: 1380px; margin: 0 auto 9rem; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; border-top: 1px solid var(--line); }
.timeline li { min-height: 200px; padding: 1.3rem 1.2rem 1rem 0; border-right: 1px solid var(--line); }
.timeline li + li { padding-left: 1.2rem; }
.timeline time { font-family: var(--serif); font-size: 2.3rem; }
.timeline p { margin: 2.3rem 0 0; color: #aaa; font-size: .88rem; }
.press-feature { max-width: 1380px; margin: 0 auto 9rem; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: clamp(3rem, 7vw, 8rem); }
.press-image { overflow: hidden; border: 1px solid #292929; background: #fff; }
.press-image img { width: 100%; transition: transform 500ms ease; }
.press-image:hover img { transform: scale(1.025); }
.press-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5.5rem); font-weight: 400; line-height: .95; letter-spacing: -.04em; }
.press-copy blockquote { margin: 2rem 0; padding-left: 1.3rem; border-left: 3px solid var(--red); font-family: var(--serif); font-size: clamp(1.4rem, 2.25vw, 2.2rem); line-height: 1.18; }
.press-copy > p:not(.section-kicker) { color: #aaa; }
.critical-readings { max-width: 1380px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.critical-readings article { display: grid; grid-template-columns: 3rem 1fr; gap: 1.5rem; padding: 3rem 3rem 3rem 0; }
.critical-readings article + article { padding-left: 3rem; border-left: 1px solid var(--line); }
.critical-readings article > span { color: #666; font-family: var(--serif); }
.critical-readings h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.3vw, 3.7rem); font-weight: 400; line-height: 1; }
.critical-readings p:last-child { max-width: 520px; margin: 1.3rem 0 0; color: #aaa; }

.random-portal { position: relative; min-height: 78vh; display: grid; place-items: center; overflow: hidden; text-align: center; }
.random-art, .random-portal-shade { position: absolute; inset: 0; }
.random-art img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); filter: grayscale(1) contrast(1.1); }
.random-portal-shade { background: rgba(8,8,8,.72); }
.random-portal-copy { position: relative; z-index: 1; max-width: 900px; padding: 7rem 5vw; }
.random-portal-copy p:not(.section-kicker) { max-width: 480px; margin: 1.5rem auto 2rem; color: #c3c3bd; }

.site-footer { min-height: 170px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2.5rem 3vw; border-top: 1px solid var(--line); }
.site-footer p { margin: 0; color: #888; font-family: var(--serif); font-size: 1.05rem; text-align: center; }
.site-footer > a:last-child { justify-self: end; color: #aaa; font-size: .69rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.floating-random { position: fixed; z-index: 80; right: 1.5rem; bottom: 1.5rem; display: flex; align-items: center; gap: .6rem; border: 1px solid rgba(255,255,255,.24); border-radius: 99px; padding: .75rem 1rem; background: rgba(8,8,8,.84); color: #fff; backdrop-filter: blur(12px); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.floating-random:hover { border-color: var(--red); background: var(--red); }

.art-dialog { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; border: 0; padding: 0; background: rgba(8,8,8,.98); color: var(--paper); }
.art-dialog::backdrop { background: #080808; }
.dialog-shell { min-height: 100%; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr); }
.dialog-close { position: fixed; z-index: 3; top: 1.3rem; right: 1.5rem; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: rgba(8,8,8,.72); color: #fff; font-size: 1.9rem; line-height: 1; cursor: pointer; }
.dialog-image-wrap { position: relative; min-height: 100vh; display: grid; place-items: center; padding: 5vh 5vw; border-right: 1px solid var(--line); }
.dialog-art-crop { width: fit-content; max-width: min(100%, 1000px); max-height: 88vh; }
.dialog-art-crop img { width: auto; max-width: 100%; max-height: 88vh; object-fit: contain; }
.dialog-nav { position: absolute; top: 50%; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: rgba(8,8,8,.62); color: #fff; cursor: pointer; }
.dialog-nav:hover { background: var(--red); border-color: var(--red); }
.dialog-prev { left: 1.4rem; }
.dialog-next { right: 1.4rem; }
.dialog-info { align-self: center; padding: 6rem clamp(2rem, 4vw, 5rem); }
.dialog-id { margin: 0 0 1rem; color: #888; font-size: .69rem; letter-spacing: .15em; }
.dialog-info h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 5.5vw, 6.5rem); font-weight: 400; line-height: .92; letter-spacing: -.05em; }
.dialog-note { margin: 1.4rem 0 0; color: #aaa; font-family: var(--serif); font-size: 1.15rem; }
.dialog-info dl { margin: 2.3rem 0 0; display: grid; grid-template-columns: auto 1fr; gap: .65rem 1.4rem; }
.dialog-info dt { color: #777; font-size: .64rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.dialog-info dd { margin: 0; color: #d0d0ca; font-size: .83rem; }
.dialog-provenance { margin-top: 2rem; padding: 1.2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dialog-provenance span { color: #777; font-size: .64rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.dialog-provenance p { margin: .5rem 0 0; color: #c7c7c1; font-size: .83rem; }
.dialog-tags { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.7rem; }
.dialog-tags span { border: 1px solid var(--line); border-radius: 99px; padding: .35rem .65rem; color: #aaa; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .primary-nav { display: none; }
  .journey-layout { grid-template-columns: 190px minmax(0,1fr); gap: 3rem; }
  .chapter { grid-template-columns: 1fr 1fr; }
  .art-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .press-feature { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  :root { --header-height: 68px; }
  .site-header { padding: 0 1rem; }
  .header-name, .random-header { display: none; }
  .header-actions { gap: .75rem; }
  .logo-window-small { width: 34px; height: 34px; }
  .hero-layout { width: 88vw; justify-content: flex-start; padding-top: calc(var(--header-height) + 2.5rem); }
  .hero h1 { font-size: clamp(3.25rem, 14vw, 6.4rem); }
  .hero-flightline { inset-inline: 1rem; }
  .hero-flightline span { display: block; }
  .hero-flightline span + span { padding-left: 1rem; }
  .hero-flightline b, .hero-flightline i { display: block; }
  .origin { grid-template-columns: 1fr; }
  .origin-copy { max-width: none; }
  .ritual-heading { grid-template-columns: 1fr; }
  .ritual-heading .section-kicker { grid-column: auto; }
  .ritual-layout { grid-template-columns: 1fr; }
  .ritual-art { position: static; }
  .journey-layout { display: block; }
  .chapter-index { display: none; }
  .chapter { min-height: auto; grid-template-columns: 1fr; padding-bottom: 8rem; }
  .chapter.reverse .chapter-image, .chapter.reverse .chapter-text { order: initial; }
  .chapter-text { max-width: 620px; }
  .atlas-head { grid-template-columns: 1fr; }
  .atlas-head > p { margin: 0; }
  .art-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .timeline { grid-template-columns: 1fr 1fr; border-left: 1px solid var(--line); }
  .timeline li { min-height: 170px; padding-left: 1.2rem; border-bottom: 1px solid var(--line); }
  .timeline p { margin-top: 1rem; }
  .press-feature { grid-template-columns: 1fr; }
  .critical-readings { grid-template-columns: 1fr; }
  .critical-readings article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .dialog-shell { display: block; }
  .dialog-image-wrap { min-height: 62vh; padding: 4rem 3.5rem 2rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .dialog-art-crop, .dialog-art-crop img { max-height: 52vh; }
  .dialog-info { padding: 3rem 1.5rem 5rem; }
  .site-footer { grid-template-columns: 1fr; justify-items: start; }
  .site-footer p { text-align: left; }
  .site-footer > a:last-child { justify-self: start; }
}

@media (max-width: 520px) {
  .hero-layout { padding-bottom: 9.5rem; }
  .hero-flightline span { padding-block: .9rem; }
  .hero-flightline b { font-size: 1.05rem; }
  .hero-flightline i { font-size: .57rem; }
  .origin, .ritual, .journey, .atlas, .archive { padding-inline: 1.15rem; }
  .origin h2, .journey-intro h2, .atlas h2, .archive h2, .random-portal h2 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  .ritual-heading { margin-bottom: 3rem; }
  .ritual-steps li { grid-template-columns: 3rem 1fr; }
  .atlas-mode { grid-template-columns: 1fr; }
  .atlas-mode button + button { border-left: 0; border-top: 1px solid var(--line-dark); }
  .art-grid { grid-template-columns: 1fr; gap: 2.6rem; }
  .timeline { grid-template-columns: 1fr; margin-bottom: 6rem; }
  .timeline li { min-height: auto; }
  .critical-readings article { grid-template-columns: 2rem 1fr; padding: 2.3rem 0; }
  .press-feature { margin-bottom: 6rem; }
  .floating-random { right: 1rem; bottom: 1rem; }
  .floating-random span:last-child { display: none; }
  .dialog-nav { top: auto; bottom: 1rem; }
}

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