@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&family=Merriweather:wght@300;400;700&display=swap');

:root {
  --text: #111;
  --muted: #5f5f5f;
  --line: #d7d7d2;
  --panel: #f5f5f2;
  --focus: #174ea6;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: 'Merriweather', serif;
  font-weight: 300;
  line-height: 1.75;
}

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

a {
  color: inherit;
  overflow-wrap: anywhere;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

main:focus {
  outline: none;
}

.container {
  width: min(88%, var(--max));
  margin: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  background: #fff;
  border: 2px solid #111;
  transform: translateY(-160%);
}

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

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0 18px;
  border-bottom: 1px solid var(--line);
}

.logo {
  flex: 0 0 auto;
  font-family: 'Dancing Script', cursive;
  font-size: clamp(2.7rem, 6vw, 4rem);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus,
.nav-links a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 5px;
}

main {
  padding: 48px 0;
}

.hero,
.section,
.project-header,
.project-statement {
  max-width: 930px;
  margin: 0 auto 44px;
}

.eyebrow {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  line-height: 1.25;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.7rem);
}

.lede {
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.callout {
  padding: 26px;
  background: var(--panel);
  border-left: 4px solid #222;
}

.link-row,
.project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #222;
  text-decoration: none;
}

.button:hover,
.button:focus-visible {
  background: #111;
  color: #fff;
}

.card-grid,
.columns,
.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.card {
  overflow: hidden;
  border: 1px solid var(--line);
}

.card-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.card-body {
  padding: 20px;
}

.card-meta {
  color: var(--muted);
  font-size: 0.83rem;
  text-transform: uppercase;
}

.article-list {
  border-top: 1px solid var(--line);
}

.article {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.article img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}

.project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gallery-item {
  margin: 0;
}

.gallery-item img,
.gallery-item video {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.gallery-item.full {
  grid-column: 1 / -1;
}

.gallery-item.full img {
  height: auto;
  min-height: 0;
}

.gallery-item figcaption {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.82rem;
}

.support-card {
  padding: 24px;
  background: var(--panel);
}

.timeline {
  padding-left: 1.3rem;
}

.footer {
  margin-top: 56px;
  padding: 14px;
  background: #e7e7e4;
  text-align: center;
  font-size: 0.88rem;
}

@media (max-width: 760px) {
  .container {
    width: min(92%, var(--max));
  }

  .header {
    flex-direction: column;
  }

  .nav-links {
    justify-content: center;
    gap: 8px 14px;
  }

  main {
    padding-top: 34px;
  }

  .card-grid,
  .columns,
  .support-grid,
  .gallery,
  .article {
    grid-template-columns: 1fr;
  }

  .article img {
    width: 100%;
    height: auto;
    max-height: 420px;
  }

  .gallery-item.full {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* Augmented Nature — immersive project experience */
.augmented-nature-page {
  --an-ink: #171914;
  --an-paper: #f1f0e7;
  --an-line: rgba(23, 25, 20, 0.22);
  --an-accent: #c9ff43;
  background: var(--an-paper);
}

.augmented-nature-page.an-modal-open {
  overflow: hidden;
}

.augmented-site-header .header {
  background: var(--an-paper);
}

.augmented-main {
  padding: 0;
  background: var(--an-paper);
  color: var(--an-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.35;
}

.augmented-main a {
  text-decoration: none;
}

.an-nav {
  min-height: 68px;
  padding: 0 2.2vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--an-line);
}

.an-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.an-brand span,
.an-nav-links,
.an-clock {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.an-brand span {
  font-weight: 500;
  letter-spacing: 0.04em;
}

.an-nav-links {
  display: flex;
  gap: 35px;
}

.an-nav-links a {
  padding: 10px 0;
  border-bottom: 1px solid transparent;
}

.an-nav-links a:hover,
.an-nav-links a:focus-visible {
  border-color: currentColor;
}

.an-clock {
  justify-self: end;
  font-variant-numeric: tabular-nums;
}

.an-hero {
  min-height: calc(100svh - 68px);
  padding: 28px 2.2vw 42px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  position: relative;
  overflow: hidden;
}

.an-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.07;
  background-image: radial-gradient(#111 1px, transparent 1px);
  background-size: 5px 5px;
  mix-blend-mode: multiply;
}

.an-hero-meta,
.an-section-head,
.an-eyebrow,
.an-closing-links {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.an-hero-meta,
.an-section-head,
.an-closing-links {
  display: flex;
  justify-content: space-between;
}

.an-hero-meta {
  position: relative;
  z-index: 3;
}

.an-hero-artwork {
  position: absolute;
  z-index: 1;
  width: min(45vw, 680px);
  height: min(74vh, 740px);
  object-fit: cover;
  right: 6.5vw;
  top: 7vh;
  box-shadow: 0 25px 80px rgba(31, 33, 26, 0.16);
  animation: an-hero-drift 9s ease-in-out infinite;
}

.an-hero h1 {
  margin: auto 0;
  position: relative;
  z-index: 2;
  font-size: clamp(4.6rem, 14.8vw, 14rem);
  line-height: 0.72;
  letter-spacing: -0.09em;
  font-weight: 800;
  mix-blend-mode: multiply;
}

.an-hero h1 span {
  display: block;
  margin-left: 12vw;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--an-ink);
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.an-hero-statement {
  position: relative;
  z-index: 2;
  justify-self: end;
  margin: 0 8vw 3vw 0;
  padding: 8px 10px;
  background: rgba(241, 240, 231, 0.85);
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.an-scroll-cue {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--an-line);
  padding-top: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.14em;
}

.an-scroll-cue i {
  font-style: normal;
  font-size: 1.5rem;
}

.an-works {
  background: #181a16;
  color: #efeee5;
  padding: 28px 2.2vw 12vh;
}

.an-section-head {
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.an-section-head h2 {
  margin: 0;
  font: inherit;
}

.an-work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5vw;
  padding-top: 1.5vw;
}

.an-work-card {
  margin: 0;
}

.an-work-card.is-featured {
  grid-column: 1 / -1;
}

.an-visual {
  display: block;
  width: 100%;
  height: 66vh;
  padding: 0;
  position: relative;
  overflow: hidden;
  border: 0;
  background: #0e100d;
  color: #fff;
  cursor: zoom-in;
}

.an-work-card.is-featured .an-visual {
  height: 88vh;
}

.an-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.5s;
}

.an-visual:hover img {
  transform: scale(1.018);
  filter: brightness(0.92);
}

.an-view-label {
  position: absolute;
  bottom: 17px;
  left: 17px;
  padding: 8px 10px;
  background: rgba(17, 20, 15, 0.76);
  color: #fff;
  font: 0.56rem monospace;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(6px);
  transition: 0.3s;
}

.an-visual:hover .an-view-label,
.an-visual:focus-visible .an-view-label {
  opacity: 1;
  transform: none;
}

.an-work-card figcaption {
  display: grid;
  grid-template-columns: 1fr 2fr auto;
  align-items: center;
  gap: 12px;
  padding: 15px 0 42px;
}

.an-work-card figcaption > span:first-child {
  font-size: 0.56rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.65;
}

.an-work-card h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2.5vw, 2.8rem);
  letter-spacing: -0.055em;
  font-weight: 500;
}

.an-open-mark {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.125rem;
}

.an-manifesto {
  min-height: 96vh;
  padding: 11vh 7vw 8vh;
  background: var(--an-accent);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.an-eyebrow {
  margin: 0;
}

.an-big-copy {
  margin: 10vh 0;
  max-width: 89vw;
  font-size: clamp(3rem, 7.4vw, 8.5rem);
  line-height: 0.92;
  letter-spacing: -0.075em;
}

.an-big-copy em {
  font-family: Georgia, serif;
  font-weight: 400;
}

.an-manifesto-foot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  width: 65%;
  margin-left: auto;
}

.an-manifesto-foot p {
  margin: 0;
  font-size: clamp(0.95rem, 1.2vw, 1.2rem);
  line-height: 1.5;
}

.an-process {
  padding: 28px 2.2vw 14vh;
}

.an-section-head.an-dark {
  border-bottom-color: var(--an-line);
}

.an-process-line {
  min-height: 42vh;
  display: grid;
  grid-template-columns: auto 1fr auto auto 1fr auto auto 1fr;
  align-items: center;
  gap: 2vw;
  border-bottom: 1px solid var(--an-line);
}

.an-process-line span {
  font: 0.625rem monospace;
}

.an-process-line strong {
  font-size: clamp(1.7rem, 3.4vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  font-weight: 500;
}

.an-process-line i {
  font-size: 1.75rem;
  font-style: normal;
}

.an-archive-note {
  width: min(620px, 100%);
  margin: 5vh 0 0 auto;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.45;
}

.an-closing {
  min-height: 92vh;
  position: relative;
  overflow: hidden;
  color: #f2f1e9;
  background: #171914;
  padding: 8vh 2.2vw 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
}

.an-closing > img {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  filter: saturate(0.75) contrast(1.1);
}

.an-closing::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 11, 9, 0.8), rgba(10, 11, 9, 0.08));
}

.an-closing > p {
  margin: 0;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.an-closing > a {
  align-self: flex-start;
  font-size: clamp(3.2rem, 8.5vw, 9.5rem);
  line-height: 0.9;
  letter-spacing: -0.075em;
  border-bottom: 2px solid currentColor;
  padding-bottom: 10px;
}

.an-closing > a span {
  display: inline-block;
  transition: transform 0.3s;
}

.an-closing > a:hover span {
  transform: translate(15px, -15px);
}

.an-closing-links {
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  padding-top: 16px;
}

.augmented-site-footer .footer {
  margin-top: 0;
}

.an-overlay[hidden] {
  display: none;
}

.an-overlay {
  position: fixed;
  z-index: 100;
  inset: 0;
  padding: 2.5vw;
  display: grid;
  place-items: center;
  background: rgba(9, 10, 8, 0.94);
  backdrop-filter: blur(12px);
  animation: an-appear 0.25s ease-out;
}

.an-overlay-panel {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  color: #f2f1e9;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 18px;
}

.an-close {
  position: absolute;
  z-index: 2;
  right: 0;
  top: -12px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
}

.an-overlay-meta {
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
  font: 0.56rem monospace;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.an-overlay-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 0;
  max-height: 100%;
  object-fit: contain;
}

.an-overlay-caption {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.an-overlay-caption h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5.5vw, 6rem);
  line-height: 0.85;
  letter-spacing: -0.07em;
  font-weight: 500;
}

.an-overlay-caption p {
  margin: 0;
  font-size: 0.625rem;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: right;
}

@keyframes an-appear {
  from { opacity: 0; transform: scale(0.99); }
}

@keyframes an-hero-drift {
  50% { transform: translateY(-10px) rotate(0.4deg); }
}

@media (max-width: 720px) {
  .an-nav { grid-template-columns: 1fr auto; }
  .an-nav-links, .an-clock { display: none; }
  .an-hero { min-height: 92svh; padding-top: 20px; }
  .an-hero-meta span:last-child { display: none; }
  .an-hero-artwork { width: 77vw; height: 59vh; right: -9vw; top: 12vh; }
  .an-hero h1 { font-size: 16.8vw; line-height: 0.82; }
  .an-hero h1 span { margin-left: 3vw; }
  .an-hero-statement { justify-self: start; margin: 0 0 8vh; font-size: 0.9rem; }
  .an-work-grid { display: block; }
  .an-visual, .an-work-card.is-featured .an-visual { height: 70svh; }
  .an-work-card figcaption { grid-template-columns: 1fr auto; }
  .an-work-card figcaption > span:first-child { grid-column: 1 / -1; }
  .an-work-card h3 { font-size: 2rem; }
  .an-manifesto { min-height: auto; padding: 9vh 5vw; }
  .an-big-copy { margin: 12vh 0; font-size: 13vw; }
  .an-manifesto-foot { width: 100%; grid-template-columns: 1fr; margin: 0; }
  .an-process-line { min-height: auto; padding: 8vh 0; grid-template-columns: auto 1fr; gap: 4vh 18px; }
  .an-process-line i { display: none; }
  .an-closing { min-height: 76vh; }
  .an-closing > a { font-size: 14vw; }
  .an-closing-links { flex-wrap: wrap; }
  .an-overlay { padding: 14px; }
  .an-overlay-caption p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .an-hero-artwork { animation: none; }
  .an-overlay { animation: none; }
}

/* Augmented Nature — archive-led 2026 curatorial sequence */
.an-hero-stage {
  position: absolute;
  z-index: 1;
  width: min(45vw, 680px);
  height: 69vh;
  right: 7vw;
  top: 12vh;
  background: #11130f;
  box-shadow: 0 30px 70px rgba(10, 12, 9, 0.22);
  overflow: hidden;
}

.an-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 1.2s ease, transform 6s ease;
}

.an-hero-slide.is-active { opacity: 1; transform: scale(1); }
.an-hero-artwork { display: none; }

.an-hero-controls {
  position: absolute;
  z-index: 3;
  right: 7vw;
  bottom: 4.2vw;
  display: flex;
  gap: 9px;
}

.an-hero-dot {
  width: 38px;
  height: 12px;
  padding: 0;
  border: 0;
  border-bottom: 2px solid rgba(24, 26, 22, 0.28);
  background: transparent;
  cursor: pointer;
}

.an-hero-dot.is-active { border-bottom-color: var(--an-ink); }

.an-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #181a16;
  color: #efeee5;
  padding: 4.5vh 2.2vw;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.an-index p { margin: 0; display: grid; gap: 7px; padding-right: 2vw; }
.an-index strong { font-size: clamp(2.5rem, 5vw, 5.5rem); line-height: .85; font-weight: 500; letter-spacing: -.06em; }
.an-index span { font: .58rem monospace; text-transform: uppercase; letter-spacing: .12em; opacity: .7; }

.an-chapter-nav {
  position: sticky;
  z-index: 8;
  top: 0;
  display: grid;
  grid-template-columns: 1fr repeat(4, auto);
  gap: 2vw;
  align-items: center;
  padding: 16px 2.2vw;
  background: rgba(240,239,230,.92);
  color: #181a16;
  border-bottom: 1px solid rgba(24,26,22,.25);
  backdrop-filter: blur(14px);
  font: .59rem monospace;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.an-chapter-nav a { padding: 5px 0; }
.an-chapter-nav b { margin-right: 6px; font-weight: 400; opacity: .5; }

.an-chapter {
  --chapter-bg: #181a16;
  --chapter-fg: #efeee5;
  --chapter-line: rgba(255,255,255,.25);
  padding: 9vh 2.2vw 13vh;
  background: var(--chapter-bg);
  color: var(--chapter-fg);
}

.an-theme-mineral { --chapter-bg: #d7d3c6; --chapter-fg: #171914; --chapter-line: rgba(23,25,20,.28); }
.an-theme-signal { --chapter-bg: #11140f; --chapter-fg: #eef0dc; }
.an-theme-red { --chapter-bg: #9f241b; --chapter-fg: #fff3e7; }

.an-chapter-head {
  display: grid;
  grid-template-columns: 1fr 5fr 2fr;
  align-items: end;
  gap: 2vw;
  padding-bottom: 7vh;
  border-bottom: 1px solid var(--chapter-line);
}

.an-chapter-head p { margin: 0; font: .62rem/1.5 monospace; text-transform: uppercase; letter-spacing: .1em; }
.an-chapter-head p:last-child { text-transform: none; letter-spacing: 0; font: clamp(.95rem, 1.2vw, 1.2rem)/1.4 Arial, sans-serif; }
.an-chapter-head h2 { margin: 0; font-size: clamp(3.8rem, 8vw, 9rem); line-height: .76; letter-spacing: -.075em; font-weight: 500; }

.an-chapter-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 5vh 2vw;
  padding-top: 7vh;
  align-items: start;
}

.an-layout-lead { grid-column: span 7; }
.an-layout-companion { grid-column: span 5; margin-top: 13vh; }
.an-layout-panorama { grid-column: 1 / -1; }
.an-shape-landscape.an-layout-panorama { width: 82%; margin-left: auto; margin-right: auto; }

.an-chapter .an-visual {
  height: auto;
  aspect-ratio: 1 / 1;
  background: rgba(10,11,9,.92);
}

.an-chapter .an-shape-portrait .an-visual { aspect-ratio: 4 / 5; }
.an-chapter .an-shape-landscape .an-visual { aspect-ratio: 16 / 8; }
.an-chapter .an-visual img { object-fit: contain; }
.an-chapter .an-work-card figcaption { border-top: 1px solid var(--chapter-line); }
.an-theme-mineral .an-open-mark { border-color: rgba(23,25,20,.35); }

.an-js .an-reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.an-js .an-reveal.is-visible { opacity: 1; transform: none; }

.an-overlay-panel { grid-template-columns: 72px minmax(0,1fr) 72px; }
.an-overlay-meta { grid-column: 1 / -1; }
.an-overlay-image { grid-column: 2; grid-row: 2; }
.an-overlay-step {
  grid-row: 2;
  align-self: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  color: #fff;
  background: rgba(0,0,0,.18);
  cursor: pointer;
  font-size: 1.25rem;
}
.an-overlay-prev { grid-column: 1; }
.an-overlay-next { grid-column: 3; justify-self: end; }
.an-overlay-caption { grid-column: 1 / -1; }
.an-overlay-provenance { max-width: 32ch; }

@media (max-width: 720px) {
  .an-hero-stage { width: 78vw; height: 58vh; right: -9vw; top: 12vh; }
  .an-hero-controls { right: 4vw; bottom: 11vh; }
  .an-index { grid-template-columns: 1fr 1fr; gap: 5vh 4vw; padding: 7vh 5vw; }
  .an-index strong { font-size: 14vw; }
  .an-chapter-nav { position: relative; grid-template-columns: 1fr 1fr; padding: 18px 5vw; gap: 14px; }
  .an-chapter-nav > span { grid-column: 1 / -1; padding-bottom: 7px; border-bottom: 1px solid rgba(24,26,22,.2); }
  .an-chapter { padding: 10vh 5vw; }
  .an-chapter-head { grid-template-columns: 1fr; gap: 4vh; padding-bottom: 6vh; }
  .an-chapter-head h2 { font-size: 18vw; line-height: .82; }
  .an-chapter-grid { display: block; padding-top: 4vh; }
  .an-layout-companion, .an-shape-landscape.an-layout-panorama { width: 100%; margin: 0; }
  .an-chapter .an-work-card { margin-bottom: 8vh; }
  .an-chapter .an-visual { max-height: 72svh; }
  .an-overlay-panel { grid-template-columns: 48px minmax(0,1fr) 48px; gap: 10px; }
  .an-overlay-step { width: 42px; height: 42px; }
  .an-overlay-caption h2 { font-size: 10vw; }
}

@media (prefers-reduced-motion: reduce) {
  .an-hero-slide, .an-reveal { transition: none !important; }
}
