:root {
  --ink: #050607;
  --ink-soft: #0b0d0f;
  --paper: #f4f2ec;
  --paper-soft: #d7d4cd;
  --muted: #92918c;
  --red: #ef0713;
  --line-light: rgba(244, 242, 236, .16);
  --line-dark: rgba(5, 6, 7, .2);
  --page-pad: clamp(1.25rem, 4.3vw, 5rem);
  --header-height: 5.5rem;
  --ease: cubic-bezier(.2, .78, .25, 1);
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

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

.skip-link {
  position: fixed;
  z-index: 300;
  top: 1rem;
  left: 1rem;
  padding: .7rem 1rem;
  color: var(--ink);
  background: var(--paper);
  transform: translateY(-160%);
  transition: transform .2s ease;
}

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

.dw-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: clamp(1.25rem, 4vw, 4.5rem);
  border-bottom: 1px solid transparent;
  transition: height .35s ease, background .35s ease, border-color .35s ease;
}

.dw-header.is-scrolled {
  height: var(--header-height);
  background: rgba(5, 6, 7, .9);
  border-color: var(--line-light);
  backdrop-filter: blur(18px);
}

.studio-link {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.studio-mark {
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  background: transparent;
  line-height: 0;
}

.studio-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dw-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.3rem, 2.6vw, 2.9rem);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dw-nav a {
  position: relative;
  padding-block: .55rem;
}

.dw-nav a::after {
  content: "";
  position: absolute;
  inset: auto 100% 0 0;
  height: 2px;
  background: var(--red);
  transition: right .3s var(--ease);
}

.dw-nav a:hover::after,
.dw-nav a:focus-visible::after { right: 0; }

.menu-toggle {
  position: relative;
  z-index: 3;
  display: none;
  padding: .7rem 0;
  color: var(--paper);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.menu-toggle i,
.menu-toggle i::before {
  display: block;
  width: 1.5rem;
  height: 1px;
  margin-left: .65rem;
  background: currentColor;
  content: "";
  transition: transform .25s ease;
}

.menu-toggle i::before { transform: translateY(-6px); margin: 0; }

.dw-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: calc(var(--header-height) + 5vh) var(--page-pad) clamp(6.5rem, 13vh, 10rem);
  isolation: isolate;
  overflow: hidden;
}

.hero-art,
.hero-veils,
.hero-grain { position: absolute; inset: 0; }

.hero-art { z-index: -3; overflow: hidden; }

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(.58) contrast(1.1) brightness(.72);
  animation: breathe 18s var(--ease) both;
}

.hero-veils {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 6, 7, .9) 0%, rgba(5, 6, 7, .45) 48%, rgba(5, 6, 7, .12) 78%),
    linear-gradient(0deg, rgba(5, 6, 7, .9) 0%, transparent 48%, rgba(5, 6, 7, .38) 100%);
}

.hero-grain {
  z-index: -1;
  opacity: .17;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
}

.hero-copy { position: relative; z-index: 1; max-width: 74rem; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin: 0 0 clamp(1.5rem, 3vh, 2.5rem);
  color: var(--paper-soft);
  font-size: clamp(.62rem, .8vw, .75rem);
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow span { width: .55rem; height: .55rem; background: var(--red); }

.dw-hero h1 {
  max-width: 67rem;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(6rem, 15.2vw, 13.5rem);
  font-weight: 400;
  line-height: .63;
  letter-spacing: -.09em;
  text-transform: uppercase;
}

.title-line { display: block; overflow: hidden; padding: .08em .08em .12em 0; }
.title-line > span { display: block; transform: translateY(115%); animation: titleRise 1.15s .18s var(--ease) forwards; }
.title-line--offset { padding-left: clamp(2.5rem, 12vw, 12rem); }
.title-line--offset > span { animation-delay: .3s; }

.hero-tagline {
  margin: clamp(1.6rem, 4vh, 3rem) 0 0 clamp(2.5rem, 12vw, 12rem);
  color: var(--paper-soft);
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  letter-spacing: .04em;
}

.hero-meta {
  position: absolute;
  right: var(--page-pad);
  bottom: clamp(2rem, 4vw, 4.5rem);
  display: grid;
  gap: .4rem;
  min-width: 13.5rem;
  padding-top: .9rem;
  border-top: 1px solid rgba(244, 242, 236, .45);
  color: var(--paper-soft);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.scroll-cue {
  position: absolute;
  left: var(--page-pad);
  bottom: 2rem;
  display: flex;
  align-items: center;
  gap: .8rem;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.scroll-cue i { position: relative; width: 3.5rem; height: 1px; background: rgba(244, 242, 236, .55); }
.scroll-cue i::after { content: ""; position: absolute; right: 0; bottom: 0; width: .4rem; height: .4rem; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); }

.section { padding: clamp(5.5rem, 10vw, 10rem) var(--page-pad); }

.story,
.development { color: var(--ink); background: var(--paper); }

.section-index {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(4rem, 9vw, 8rem);
  color: #5d5c58;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.section-index span { color: var(--ink); }
.section-index::after { content: ""; height: 1px; flex: 1; background: var(--line-dark); }
.section-index--light { color: var(--muted); }
.section-index--light span { color: var(--paper); }
.section-index--light::after { background: var(--line-light); }

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(20rem, .7fr);
  gap: clamp(3rem, 10vw, 10rem);
  align-items: end;
}

.section-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.6rem, 7.8vw, 8rem);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.065em;
}

.story-copy {
  max-width: 34rem;
  font-size: clamp(1.08rem, 1.45vw, 1.4rem);
}

.story-copy p { margin: 0 0 1.5rem; }
.story-copy .story-whisper { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid var(--line-dark); color: #60605c; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.intro { background: var(--ink-soft); }

.intro-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 3rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.overline {
  margin: 0 0 .8rem;
  color: var(--muted);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.intro-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 8vw, 8rem);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.065em;
}

.intro-heading > p {
  max-width: 20rem;
  margin: 0 0 .75rem;
  color: var(--paper-soft);
  font-size: .9rem;
}

.film-frame { margin: 0; }
.film-frame video { width: 100%; aspect-ratio: 16 / 9; background: #000; object-fit: cover; }
.film-frame figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: .9rem;
  color: var(--muted);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.gallery {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}

.gallery-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, .65fr);
  gap: clamp(3rem, 9vw, 9rem);
  align-items: end;
  margin-bottom: clamp(3.5rem, 7vw, 6.5rem);
}

.gallery-intro {
  max-width: 34rem;
  color: var(--paper-soft);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
}

.gallery-intro > p { margin: 0 0 2.2rem; }

.capture-spec {
  margin: 0;
  border-top: 1px solid var(--line-light);
}

.capture-spec div {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 1rem;
  padding: .8rem 0;
  border-bottom: 1px solid var(--line-light);
}

.capture-spec dt,
.capture-spec dd {
  margin: 0;
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.capture-spec dt { color: var(--muted); }
.capture-spec dd { color: var(--paper); }

.gallery-feature,
.gallery-card {
  position: relative;
  display: block;
  padding: 0;
  color: inherit;
  background: #000;
  border: 0;
  overflow: hidden;
}

.gallery-feature-shell { position: relative; }
.gallery-feature { width: 100%; cursor: zoom-in; }
.gallery-card { cursor: pointer; }
.gallery-feature img,
.gallery-card img { width: 100%; height: auto; }

.gallery-feature img {
  transition: transform .9s var(--ease), opacity .4s ease;
}

.gallery-feature:hover img,
.gallery-feature:focus-visible img { transform: scale(1.012); }

.gallery-shot-meta {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem 1.2rem;
  color: var(--paper-soft);
  background: rgba(5, 6, 7, .84);
  border-top: 1px solid var(--line-light);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.gallery-shot-meta i { color: var(--red); font-style: normal; }

.gallery-feature-controls {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(.65rem, 1.6vw, 1.4rem);
  pointer-events: none;
}

.gallery-feature-controls button {
  display: grid;
  place-items: center;
  width: clamp(2.8rem, 4vw, 3.8rem);
  height: clamp(2.8rem, 4vw, 3.8rem);
  color: var(--paper);
  background: rgba(5, 6, 7, .72);
  border: 1px solid rgba(244, 242, 236, .42);
  font-size: 1.1rem;
  cursor: pointer;
  pointer-events: auto;
  backdrop-filter: blur(10px);
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.gallery-rail-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: clamp(2rem, 4vw, 3rem) 0 .8rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line-light);
}

.gallery-rail-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.gallery-scroll-controls { display: flex; gap: .5rem; }
.gallery-scroll-controls button,
.gallery-viewer button {
  display: grid;
  place-items: center;
  color: var(--paper);
  background: transparent;
  border: 1px solid var(--line-light);
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.gallery-scroll-controls button { width: 2.8rem; height: 2.8rem; font-size: 1rem; }
.gallery-scroll-controls button:hover,
.gallery-feature-controls button:hover,
.gallery-viewer button:hover { color: var(--ink); background: var(--paper); border-color: var(--paper); }

.gallery-rail {
  display: flex;
  gap: clamp(.55rem, .9vw, .85rem);
  padding-bottom: 1.25rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--red) rgba(244, 242, 236, .12);
  scrollbar-width: thin;
}

.gallery-card {
  flex: 0 0 clamp(8rem, 13vw, 12rem);
  scroll-snap-align: start;
}

.gallery-card img {
  opacity: .56;
  transition: opacity .25s ease, transform .5s var(--ease);
}

.gallery-card:hover img,
.gallery-card:focus-visible img,
.gallery-card.is-active img { opacity: 1; }

.gallery-card.is-active { box-shadow: inset 0 0 0 2px var(--red); }
.gallery-card.is-active::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--red);
  pointer-events: none;
}

.gallery-card > span {
  position: absolute;
  right: .75rem;
  bottom: .75rem;
  min-width: 2.2rem;
  padding: .45rem .55rem;
  color: var(--paper);
  background: rgba(5, 6, 7, .82);
  border: 1px solid var(--line-light);
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.gallery-viewer {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: clamp(1rem, 2vw, 2rem);
  color: var(--paper);
  background: rgba(5, 6, 7, .98);
  border: 0;
  overflow: hidden;
}

.gallery-viewer[open] {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 1rem;
}

.gallery-viewer::backdrop { background: #000; }
.gallery-viewer-bar { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.gallery-viewer-bar > span,
.gallery-viewer > p {
  margin: 0;
  color: var(--muted);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.gallery-viewer-bar form { margin: 0; }
.gallery-viewer-bar button { grid-auto-flow: column; gap: .65rem; min-width: 6.5rem; padding: .7rem 1rem; font: inherit; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gallery-viewer-bar button span { color: var(--red); font-size: 1.15rem; line-height: 1; }

.gallery-viewer-stage {
  min-height: 0;
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr) 3.25rem;
  gap: clamp(.6rem, 1.5vw, 1.5rem);
  align-items: center;
}

.gallery-viewer-stage > button { width: 3.25rem; height: 3.25rem; font-size: 1.15rem; }
.gallery-viewer-stage img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.gallery-viewer > p { text-align: center; }

.development-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(19rem, .55fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  margin-bottom: 0;
}

.development-heading > p {
  max-width: 30rem;
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.25rem);
}

.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.fact {
  min-height: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem var(--page-pad) 2rem clamp(1.25rem, 2.8vw, 3rem);
  border-right: 1px solid var(--line-light);
}

.fact:last-child { border-right: 0; }
.fact span { color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.fact strong { font-size: clamp(1rem, 1.45vw, 1.3rem); font-weight: 500; }

.closing {
  min-height: 85svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(6rem, 12vw, 12rem) var(--page-pad);
}

.closing h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 13vw, 13rem);
  font-weight: 400;
  line-height: .7;
  letter-spacing: -.085em;
  text-transform: uppercase;
}

.closing-links {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: clamp(4rem, 8vw, 8rem);
}

.closing-links a {
  min-width: 12rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem 1.2rem;
  border: 1px solid var(--line-light);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}

.closing-links a:hover { color: var(--ink); background: var(--paper); border-color: var(--paper); }

.dw-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.5rem var(--page-pad);
  border-top: 1px solid var(--line-light);
  color: var(--muted);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dw-footer p { margin: 0; }

.reveal {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}

.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes titleRise { to { transform: translateY(0); } }
@keyframes breathe { from { transform: scale(1.035); } to { transform: scale(1); } }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }

@media (max-width: 920px) {
  .menu-toggle { display: inline-flex; align-items: center; }

  body.menu-open .dw-header {
    height: var(--header-height);
    align-items: center;
    padding-top: 0;
    background: rgba(5, 6, 7, .96);
    border-color: var(--line-light);
    backdrop-filter: blur(18px);
  }

  .dw-nav {
    position: fixed;
    inset: calc(var(--header-height) + .65rem) var(--page-pad) auto;
    z-index: 2;
    display: grid;
    align-items: stretch;
    gap: 0;
    max-height: calc(100svh - var(--header-height) - 1.3rem);
    padding: .45rem 1.15rem;
    overflow-y: auto;
    color: var(--ink);
    background: var(--paper);
    border: 1px solid rgba(5, 6, 7, .18);
    box-shadow: 0 1.2rem 3.5rem rgba(0, 0, 0, .42);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-.65rem);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  }

  .dw-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .dw-nav a {
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(5, 6, 7, .16);
    font-family: Arial, Helvetica, sans-serif;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .dw-nav a:last-child { border-bottom: 0; }
  .dw-nav a::after { display: none; }
  .dw-nav a:hover,
  .dw-nav a:focus-visible { color: var(--red); }
  .menu-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i::before { transform: rotate(-90deg); }

  .hero-meta { display: none; }
  .story-layout,
  .gallery-heading,
  .development-heading { grid-template-columns: 1fr; }
  .story-copy { margin-left: auto; }
  .gallery-intro { margin-left: auto; }
  .gallery-card { flex-basis: clamp(7.5rem, 20vw, 10.5rem); }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
}

@media (max-width: 620px) {
  :root { --header-height: 4.75rem; }
  .dw-hero { min-height: 100svh; padding-bottom: 6.2rem; }
  .hero-art img { object-position: 63% center; }
  .hero-veils { background: linear-gradient(90deg, rgba(5, 6, 7, .75), rgba(5, 6, 7, .18)), linear-gradient(0deg, rgba(5, 6, 7, .95), transparent 60%, rgba(5, 6, 7, .4)); }
  .dw-hero h1 { font-size: clamp(4.5rem, 27vw, 8rem); line-height: .67; }
  .title-line--offset { padding-left: 1.6rem; }
  .hero-tagline { margin-left: 1.6rem; }
  .scroll-cue { bottom: 1.5rem; }
  .section-index { margin-bottom: 3.5rem; }
  .section-title { font-size: clamp(3.2rem, 15vw, 5.2rem); }
  .intro-heading { display: block; }
  .intro-heading > p { margin-top: 1.4rem; }
  .film-frame { margin-inline: calc(var(--page-pad) * -1); }
  .film-frame figcaption { padding-inline: var(--page-pad); }
  .gallery-feature-shell { width: auto; margin-inline: calc(var(--page-pad) * -1); }
  .gallery-shot-meta { padding-inline: var(--page-pad); }
  .gallery-rail { margin-right: calc(var(--page-pad) * -1); }
  .gallery-card { flex-basis: clamp(7rem, 32vw, 9.5rem); }
  .gallery-viewer { padding: .8rem; }
  .gallery-viewer-stage { grid-template-columns: 2.7rem minmax(0, 1fr) 2.7rem; gap: .35rem; }
  .gallery-viewer-stage > button { width: 2.7rem; height: 2.7rem; }
  .facts { grid-template-columns: 1fr; }
  .fact { min-height: 8rem; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .fact:last-child { border-bottom: 0; }
  .closing { min-height: 75svh; }
  .closing h2 { font-size: clamp(4rem, 23vw, 7rem); line-height: .76; }
  .closing-links { display: grid; }
  .closing-links a { min-width: 0; }
  .dw-footer { display: grid; }
}

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