@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("assets/fonts/newsreader-latin-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Newsreader";
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url("assets/fonts/newsreader-latin-italic.woff2") format("woff2");
}

:root {
  --ink: #171411;
  --charcoal: #302b27;
  --bone: #f4ecdc;
  --paper: #dfd1bb;
  --sand: #cbb89f;
  --walnut: #806047;
  --orange: #c96035;
  --orange-dark: #9f4323;
  --line-dark: rgba(23, 20, 17, 0.22);
  --line-light: rgba(244, 236, 220, 0.3);
  --typeface: "Newsreader", serif;
  --siren-type-display: clamp(2.75rem, 7vw, 8.25rem);
  --siren-type-heading: clamp(1.5rem, 3.2vw, 4.4rem);
  --siren-type-body: 1.125rem;
  --siren-type-label: 0.75rem;
  --pad: clamp(1.2rem, 4.2vw, 4.8rem);
  --header-h: 5.1rem;
}

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

html {
  min-width: 0;
  background: var(--ink);
  color: var(--ink);
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: clip;
  background: var(--ink);
  font-family: var(--typeface);
  font-size: var(--siren-type-body);
  -webkit-font-smoothing: antialiased;
}

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

button,
a {
  color: inherit;
  font: inherit;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

button {
  border: 0;
}

::selection {
  color: var(--bone);
  background: var(--orange);
}

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

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 300;
  transform: translateY(-180%);
  padding: 0.75rem 1rem;
  color: var(--ink);
  background: var(--bone);
  transition: transform 180ms ease;
}

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

.media-status {
  position: fixed;
  top: calc(var(--header-h) + 1rem);
  right: var(--pad);
  bottom: auto;
  z-index: 120;
  display: grid;
  grid-template-columns: auto minmax(5rem, 8vw) 2.6rem;
  align-items: center;
  gap: 0.7rem;
  color: var(--bone);
  font-size: var(--siren-type-label);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: opacity 400ms ease, visibility 400ms ease;
}

.media-status.is-gone {
  visibility: hidden;
  opacity: 0;
}

.media-status__track {
  height: 1px;
  overflow: hidden;
  background: rgba(244, 236, 220, 0.28);
}

.media-status__track i {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0.03);
  transform-origin: left;
  background: var(--orange);
}

.media-status__count {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  height: var(--header-h);
  padding-inline: var(--pad);
  color: var(--bone);
  transform: translateY(0);
  border-bottom: 1px solid transparent;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.site-header.is-hidden {
  transform: translateY(calc(-100% - 1px));
  pointer-events: none;
}

.site-header.is-hidden:focus-within {
  transform: translateY(0);
  pointer-events: auto;
}

.site-header::before {
  display: none;
}

.site-header.on-light {
  color: var(--ink);
  background-color: rgba(244, 236, 220, 0.94);
  border-bottom-color: rgba(23, 20, 17, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.site-header.on-conversation {
  background-color: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.brand {
  --logo-muted: var(--sand);
  --logo-middle: var(--bone);
  --logo-signal: var(--orange);
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 2.75rem;
  text-decoration: none;
}

.brand svg {
  width: 12.5rem;
  height: auto;
  overflow: visible;
}

.site-header.on-light .brand {
  --logo-muted: var(--walnut);
  --logo-middle: rgba(23, 20, 17, 0.24);
  --logo-signal: var(--orange);
}

.site-header.on-conversation .brand {
  --logo-muted: rgba(23, 20, 17, 0.62);
  --logo-middle: rgba(23, 20, 17, 0.38);
  --logo-signal: var(--ink);
}

.animated-logo {
  display: block;
  text-transform: none;
}

.animated-logo__line--upper {
  stroke: var(--logo-muted);
}

.animated-logo__line--middle {
  stroke: var(--logo-middle);
}

.animated-logo__line--lower {
  stroke: var(--logo-signal);
}

.animated-logo__dot,
.animated-logo__word {
  fill: var(--logo-signal);
}

.animated-logo__word {
  font-family: var(--typeface);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.animated-logo__subword {
  fill: var(--logo-muted);
  font-family: var(--typeface);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 4px;
}

.animated-logo.is-animating .animated-logo__line--upper {
  stroke-dasharray: 52;
  stroke-dashoffset: 52;
  animation: logo-line-draw 360ms 180ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.animated-logo.is-animating .animated-logo__line--lower {
  stroke-dasharray: 52;
  stroke-dashoffset: 52;
  animation: logo-line-draw 360ms 850ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.animated-logo.is-animating .animated-logo__line--middle {
  stroke-dasharray: 128;
  stroke-dashoffset: 128;
  animation: logo-line-draw 1200ms 1550ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes logo-line-draw {
  to { stroke-dashoffset: 0; }
}

.chapter-readout {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 17rem;
  font-size: var(--siren-type-label);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.chapter-readout__count {
  color: var(--orange);
  font-variant-numeric: tabular-nums;
}

.chapter-readout__line {
  width: 3.6rem;
  height: 1px;
  overflow: hidden;
  background: currentColor;
  opacity: 0.45;
}

.chapter-readout__line i {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--orange);
}

.header-action {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 2.7rem;
  padding: 0.6rem 0.85rem;
  color: var(--bone);
  background: var(--ink);
  border: 1px solid currentColor;
  font-size: var(--siren-type-label);
  font-weight: 600;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, opacity 180ms ease, visibility 180ms ease;
}

.header-action i {
  color: var(--orange);
  font-style: normal;
}

.header-action__short {
  display: none;
}

.header-action:hover {
  color: var(--ink);
  background: var(--orange);
}

.header-action:hover i {
  color: var(--ink);
}

.site-header.on-conversation .header-action {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

main {
  overflow: visible;
}

.scroll-film {
  position: relative;
  height: 800vh;
  height: 800svh;
  min-height: 300rem;
  color: var(--bone);
  background: var(--ink);
}

.film-stage {
  --beat-veil: 1;
  --handoff-opacity: 0;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 38rem;
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
}

.film-stage::after {
  position: absolute;
  inset: 0;
  z-index: 60;
  background: linear-gradient(to bottom, rgba(244, 236, 220, 0) 0%, var(--bone) 96%);
  content: "";
  opacity: var(--handoff-opacity);
  pointer-events: none;
  will-change: opacity;
}

.film-media,
.scroll-video,
.film-fallback,
.film-fallback__frame,
.film-fallback__frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.scroll-video,
.film-fallback__frame img {
  max-width: none;
  object-fit: cover;
  object-position: var(--film-focus-x, 50%) var(--film-focus-y, 50%);
}

.scroll-video {
  /* Crop the pale border baked into the footage within the existing stage. */
  transform: scale(1.12);
  transform-origin: center;
  z-index: 2;
  opacity: 0;
  background: var(--ink);
  transition: opacity 350ms ease;
}

.film-fallback {
  z-index: 1;
  opacity: 1;
  transition: opacity 500ms ease;
}

.film-fallback__frame {
  opacity: 0;
  transition: opacity 420ms ease;
}

.film-fallback__frame.is-current {
  opacity: 1;
}

.film-stage.is-video-ready .scroll-video {
  opacity: 1;
}

.film-stage.is-video-ready .film-fallback {
  opacity: 0;
}

.film-stage.is-fallback .scroll-video {
  display: none;
}

.film-veil,
.film-grain {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.film-veil--left {
  background: linear-gradient(90deg, rgba(16, 13, 11, 0.9) 0%, rgba(16, 13, 11, 0.7) 29%, rgba(16, 13, 11, 0.2) 55%, transparent 72%);
  opacity: calc(0.12 + (var(--beat-veil) * 0.88));
}

.film-veil--right {
  background: linear-gradient(270deg, rgba(16, 13, 11, 0.91) 0%, rgba(16, 13, 11, 0.72) 29%, rgba(16, 13, 11, 0.2) 55%, transparent 72%);
  opacity: 0.12;
}

.film-stage[data-copy-side="right"] .film-veil--left {
  opacity: 0.12;
}

.film-stage[data-copy-side="right"] .film-veil--right {
  opacity: calc(0.12 + (var(--beat-veil) * 0.88));
}

.film-veil--edge {
  z-index: 7;
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0.52), transparent 18%),
    linear-gradient(0deg, rgba(8, 7, 6, 0.62), transparent 22%);
}

.film-grain {
  z-index: 8;
  opacity: 0.17;
  mix-blend-mode: soft-light;
  background-image:
    repeating-radial-gradient(circle at 21% 42%, rgba(255, 255, 255, 0.22) 0 0.5px, transparent 0.7px 3px),
    repeating-radial-gradient(circle at 71% 62%, rgba(0, 0, 0, 0.22) 0 0.45px, transparent 0.7px 4px);
  background-size: 7px 7px, 9px 9px;
}

.film-guides {
  position: absolute;
  inset: var(--header-h) var(--pad) 2rem;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  pointer-events: none;
  mix-blend-mode: difference;
}

.film-guides span {
  border-left: 1px solid rgba(244, 236, 220, 0.21);
}

.film-guides span:last-child {
  border-right: 1px solid rgba(244, 236, 220, 0.21);
}

.film-copy-layer {
  position: absolute;
  inset: 0;
  z-index: 30;
}

.film-beat {
  --beat-y: 0px;
  position: absolute;
  top: 68%;
  width: min(43rem, calc(52vw - var(--pad)));
  max-width: 47rem;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, calc(-50% + var(--beat-y)), 0);
  will-change: transform, opacity;
}

.film-beat:first-child {
  opacity: 1;
}

.film-beat.is-current {
  pointer-events: auto;
}

.film-beat--left {
  left: calc(var(--pad) + clamp(0rem, 2vw, 1.8rem));
}

.film-beat--right {
  right: calc(var(--pad) + clamp(0rem, 2vw, 1.8rem));
}

.film-beat h1,
.film-beat h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--bone);
  font-family: var(--typeface);
  font-size: var(--siren-type-heading);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.91;
  white-space: nowrap;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.28);
}

.film-beat h1 {
  max-width: 13ch;
}

.film-beat h1 em {
  color: var(--orange);
  font-style: normal;
}

.film-beat__editorial-lockup {
  --editorial-lockup-width: 10.2em;
  --editorial-rule-width: 100%;
  --hero-resolution-width: clamp(6.8rem, 14.6vw, 20rem);
  width: min(var(--editorial-lockup-width), 100%);
  max-width: 100%;
  font-size: var(--siren-type-heading);
}

.film-beat--editorial-judgment .film-beat__editorial-lockup {
  --editorial-lockup-width: 9.5em;
  --editorial-rule-width: 93.6%;
  --hero-resolution-width: clamp(7.45rem, 15.95vw, 21.9rem);
}

.film-beat--editorial-build .film-beat__editorial-lockup {
  --editorial-lockup-width: 6.25em;
  --editorial-rule-width: 91.6%;
  --hero-resolution-width: clamp(9.65rem, 20.6vw, 28.3rem);
}

@media (max-width: 500px) {
  .film-beat--editorial-judgment .film-beat__editorial-lockup {
    --editorial-rule-width: 87%;
  }

  .film-beat--editorial-build .film-beat__editorial-lockup {
    --editorial-rule-width: 97.7%;
  }
}

.film-beat--editorial h1,
.film-beat--editorial h2 {
  width: 100%;
  max-width: none;
}

.film-beat--editorial h1 span,
.film-beat--editorial h2 span {
  display: block;
}

.film-beat--editorial h1 span:last-child,
.film-beat--editorial h2 span:last-child {
  width: min(var(--hero-resolution-width), 100%);
  margin-left: auto;
  text-align: right;
}

.film-beat--editorial-judgment h2 span,
.film-beat--editorial-judgment h2 span:last-child {
  width: 100%;
  text-align: right;
}

.film-beat--editorial h1 em,
.film-beat--editorial h2 em {
  color: inherit;
  font-style: italic;
}

.film-beat--editorial .film-beat__body {
  width: min(30rem, calc(100vw - var(--pad) - var(--pad)));
  max-width: none;
  margin: 2.35rem 0 0 0.25rem;
  color: var(--paper);
}

.film-beat--editorial .film-beat__body::before {
  display: block;
  width: min(100%, var(--editorial-rule-width));
  height: 1px;
  margin-bottom: 0.9rem;
  background: var(--orange);
  content: "";
  opacity: 0.88;
}

.eyebrow,
.section-index,
.dialog__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  margin: 0 0 1.1rem;
  font-size: var(--siren-type-label);
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before,
.section-index::before,
.dialog__eyebrow::before {
  flex: 0 0 auto;
  width: 1.8rem;
  height: 1px;
  content: "";
  background: var(--orange);
}

.film-beat__body {
  max-width: 38rem;
  margin: 1.45rem 0 0;
  color: rgba(244, 236, 220, 0.9);
  font-size: var(--siren-type-body);
  line-height: 1.6;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
}

.film-beat__body strong {
  color: var(--bone);
  font-weight: 600;
}

.film-beat__signals {
  display: flex;
  gap: 1.2rem;
  margin: 1.6rem 0 0;
  color: var(--bone);
  font-size: var(--siren-type-label);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.film-beat__signals span {
  padding-top: 0.5rem;
  border-top: 1px solid var(--orange);
}

.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.2rem;
  min-height: 3.35rem;
  padding: 0.82rem 1rem;
  color: var(--ink);
  background: var(--orange);
  border: 1px solid var(--orange);
  font-size: var(--siren-type-label);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.primary-action:hover {
  color: var(--bone);
  background: var(--orange-dark);
}

.film-action {
  margin-top: 1.6rem;
}

.film-progress {
  position: absolute;
  right: var(--pad);
  bottom: 1.55rem;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: rgba(244, 236, 220, 0.68);
  font-size: var(--siren-type-label);
  font-weight: 600;
  letter-spacing: 0.1em;
  font-variant-numeric: tabular-nums;
}

.film-progress__rail {
  width: clamp(5rem, 8vw, 8.5rem);
  height: 1px;
  overflow: hidden;
  background: rgba(244, 236, 220, 0.28);
}

.film-progress__rail i {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--orange);
}

.scroll-cue {
  position: absolute;
  bottom: 1.4rem;
  left: var(--pad);
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  color: rgba(244, 236, 220, 0.72);
  font-size: var(--siren-type-label);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: opacity 100ms linear;
}

.scroll-cue i {
  position: relative;
  width: 3.5rem;
  height: 1px;
  overflow: hidden;
  background: rgba(244, 236, 220, 0.35);
}

.scroll-cue i::after {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--orange);
  animation: cue-line 1.8s ease-in-out infinite;
}

@keyframes cue-line {
  from { transform: translateX(-105%); }
  to { transform: translateX(105%); }
}

.reduced-story {
  display: none;
  color: var(--ink);
  background: var(--bone);
}

.reduced-beat {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(22rem, 0.75fr);
  min-height: 88vh;
  min-height: 88svh;
  border-bottom: 1px solid var(--line-dark);
}

.reduced-beat:nth-child(even) img {
  order: 2;
}

.reduced-beat img {
  width: 100%;
  height: 100%;
  min-height: 34rem;
  object-fit: cover;
}

.reduced-beat__copy {
  align-self: center;
  padding: clamp(6rem, 10vw, 10rem) var(--pad);
}

.reduced-beat h1,
.reduced-beat h2 {
  margin: 0;
  font-family: var(--typeface);
  font-size: var(--siren-type-heading);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.94;
}

.reduced-beat p:not(.eyebrow) {
  max-width: 34rem;
  margin: 1.5rem 0 0;
  font-size: var(--siren-type-body);
  line-height: 1.65;
}

.after-film {
  position: relative;
  z-index: 5;
}

.surface {
  position: relative;
  padding: clamp(7rem, 11vw, 11.5rem) var(--pad);
}

.surface--light {
  color: var(--ink);
  background: var(--bone);
}

.surface--dark {
  color: var(--bone);
  background: var(--ink);
}

.section-index {
  margin-bottom: 1.4rem;
  color: currentColor;
}

.engagements {
  --engagement-title-size: clamp(2.75rem, 5vw, 5.25rem);
  --engagement-item-size: clamp(1.5rem, 2.7vw, 2.75rem);
  --engagement-intro-gap: clamp(2.75rem, 4vw, 3.75rem);
  --engagement-row-gap: clamp(1.5rem, 2.2vw, 2rem);
  --engagement-column-gap: clamp(2.5rem, 4vw, 4rem);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(28rem, 0.75fr);
  align-content: start;
  column-gap: clamp(5rem, 8vw, 8rem);
  min-height: 0;
  padding-block: clamp(5rem, 6.5vw, 7rem) clamp(6.5rem, 8vw, 8.5rem);
  border-bottom: 1px solid var(--line-dark);
}

.engagements__lead {
  grid-column: 1;
}

.engagements__lead h2 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--typeface);
  font-size: var(--engagement-title-size);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

.engagements__context {
  grid-column: 2;
  align-self: start;
  padding-top: 1.8rem;
}

.engagements__context p {
  margin: 0 0 1.1rem;
  color: rgba(23, 20, 17, 0.78);
  font-size: var(--siren-type-body);
  line-height: 1.65;
}

.engagement-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: var(--engagement-intro-gap) 0 0;
}

.engagement-row {
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(25rem, 1.2fr) minmax(11rem, 0.45fr);
  align-items: start;
  gap: var(--engagement-column-gap);
  padding-block: 0.55rem;
}

.engagement-row dt,
.engagement-row dd {
  margin: 0;
}

.engagement-row dt {
  font-family: var(--typeface);
  font-size: var(--engagement-item-size);
  letter-spacing: -0.035em;
}

.engagement-row__description {
  justify-self: start;
  max-width: 42ch;
  color: rgba(23, 20, 17, 0.78);
  font-size: var(--siren-type-body);
  line-height: 1.45;
}

.engagement-row__price {
  justify-self: end;
  color: var(--orange-dark);
  font-size: var(--engagement-item-size);
  font-feature-settings: "onum" 1, "pnum" 1;
  font-variant-numeric: oldstyle-nums proportional-nums;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.82;
  text-align: right;
  white-space: nowrap;
}

.price-sign {
  position: relative;
  top: -0.06em;
  display: inline-block;
  margin-right: 0.04em;
  color: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: 0;
}

.price-from {
  display: inline-block;
  margin-right: 0.45em;
  color: var(--ink);
  font-size: var(--siren-type-body);
  font-weight: 500;
  letter-spacing: 0;
}

/* ---- The swap: photo slides out left, "Who you'll work with" slides in ---- */

.swap {
  position: relative;
  height: 240vh;
  height: 240svh;
}

.swap__track {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}

.held-still {
  position: relative;
  min-height: clamp(26rem, 43.5vw, 63rem);
  overflow: hidden;
  color: var(--bone);
  background: var(--ink);
}

.held-still img {
  width: 100%;
  height: clamp(26rem, 43.5vw, 63rem);
  max-width: none;
  object-fit: cover;
  object-position: 50% 18%;
}

/* Both panels sit on top of each other inside the pinned track. These rules
   come after .held-still and .proof so they win on source order. */
.swap__panel {
  position: absolute;
  inset: 0;
  min-height: 0;
  will-change: transform;
}

.swap__panel--still {
  transform: translate3d(calc(var(--swap, 0) * -100%), 0, 0);
}

.swap__panel--proof {
  transform: translate3d(calc((1 - var(--swap, 0)) * 100%), 0, 0);
}

.swap__panel--still img {
  height: 100%;
  object-position: 50% 34%;
}

/* While the panel is pinned it can only be as tall as the window, so its
   spacing and type are capped against viewport height as well as width.
   Scoped to exactly the range where the swap runs, so a short landscape phone
   keeps normal type instead of shrinking it to fit a pin that never happens. */
@media (min-width: 801px) and (min-height: 720px) {
  .swap__panel--proof {
    height: 100%;
    padding-block: clamp(2rem, 4.4vh, 7rem);
    overflow: hidden;
    align-content: center;
  }

  .swap__panel--proof > .section-index {
    margin-bottom: min(0.9rem, 1.4vh);
  }

  .swap__panel--proof .proof__story h2 {
    font-size: min(var(--siren-type-heading), 6.4vh);
  }

  .swap__panel--proof .proof__story h2 + p {
    margin-top: min(2.5rem, 3.4vh);
  }

  .swap__panel--proof .proof__story p {
    margin-top: min(1.25rem, 1.9vh);
    font-size: min(var(--siren-type-body), 2.15vh);
    line-height: 1.62;
  }

  .swap__panel--proof .proof__image img {
    aspect-ratio: 3 / 2;
  }

  .swap__panel--proof .proof__quote {
    margin-top: min(1.6rem, 2.2vh);
    padding-top: min(1.4rem, 1.9vh);
  }

  .swap__panel--proof .proof__quote blockquote {
    font-size: min(var(--siren-type-body), 2.05vh);
    line-height: 1.5;
  }
}

.held-still__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: clamp(2.5rem, 4vw, 4rem) var(--pad);
  padding-right: calc(var(--pad) + 6vw);
  background: linear-gradient(to top, rgba(23, 20, 17, 0.92) 0%, rgba(23, 20, 17, 0.62) 35%, rgba(23, 20, 17, 0) 72%);
}

.held-still__overlay p {
  max-width: 25ch;
  margin: 0;
  font-family: var(--typeface);
  font-size: var(--siren-type-heading);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
  text-align: right;
}

.held-still__overlay p span {
  display: block;
}

.held-still__verdict {
  margin-top: 0.4em;
  font-style: italic;
}

@media (min-width: 801px) {
  .held-still__overlay p {
    max-width: none;
  }

  .held-still__overlay p span {
    white-space: nowrap;
  }
}

.proof {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 var(--pad);
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}

.proof > .section-index {
  grid-column: 1 / -1;
}

.proof__visual {
  grid-column: 7 / -1;
  align-self: start;
}

.proof__image {
  margin: 0;
  overflow: hidden;
}

.proof__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 42% center;
}

.proof__story {
  grid-column: 1 / span 5;
  align-self: start;
}

.proof__story h2 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--typeface);
  font-size: var(--siren-type-heading);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.proof__story h2 em {
  color: inherit;
  font-style: italic;
  font-weight: inherit;
}

.proof__story p {
  max-width: 41rem;
  margin: 1.25rem 0 0;
  color: rgba(23, 20, 17, 0.78);
  font-size: var(--siren-type-body);
  line-height: 1.72;
}

.proof__story h2 + p {
  margin-top: 2.5rem;
}

.proof__quote {
  margin: 1.6rem 0 0;
  padding-top: 1.4rem;
  border-top: 1px solid var(--orange);
}

.proof__quote blockquote {
  max-width: 34rem;
  margin: 0;
  font-family: var(--typeface);
  font-size: var(--siren-type-body);
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.55;
}

.proof__quote figcaption {
  margin-top: 1rem;
  font-size: var(--siren-type-label);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.55;
  text-align: left;
  text-transform: none;
}

.proof__quote figcaption span {
  font-weight: 400;
  color: rgba(23, 20, 17, 0.64);
}

.surface--conversation {
  color: var(--ink);
  background-color: var(--orange);
  background-image:
    linear-gradient(rgba(201, 96, 53, 0.84), rgba(201, 96, 53, 0.9)),
    url("assets/scenes/07.webp");
  background-position: center;
  background-size: cover;
}

.conversation {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 var(--pad);
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}

.conversation__title {
  grid-column: 1 / span 7;
  align-self: center;
}

.conversation__title h2 {
  margin: 0;
  font-family: var(--typeface);
  font-size: var(--siren-type-display);
  font-weight: 400;
  letter-spacing: -0.066em;
  line-height: 0.84;
  white-space: nowrap;
}

.conversation__body {
  grid-column: 9 / -1;
  align-self: center;
}

.conversation__body > p:first-child {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.conversation__meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 2rem 0;
  padding-block: 1rem;
  border-block: 1px solid rgba(23, 20, 17, 0.52);
  font-size: var(--siren-type-label);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.primary-action--dark {
  width: 100%;
  color: var(--bone);
  background: var(--ink);
  border-color: var(--ink);
}

.primary-action--dark:hover {
  color: var(--ink);
  background: var(--bone);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  min-height: 7rem;
  padding: 1.25rem var(--pad);
  color: var(--ink);
  background: var(--bone);
  border-top: 1px solid var(--line-dark);
}

.footer-brand-link {
  --logo-muted: var(--walnut);
  --logo-middle: rgba(23, 20, 17, 0.24);
  --logo-signal: var(--orange-dark);
  display: inline-flex;
  width: fit-content;
  line-height: 0;
  text-decoration: none;
}

.footer-brand-link svg {
  width: 10rem;
  height: auto;
}

.footer-center {
  justify-self: center;
  text-align: center;
}

.footer-positioning,
.footer-copyright {
  margin: 0;
}

.footer-positioning {
  font-size: var(--siren-type-body);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

.footer-copyright {
  margin-top: 0.35rem;
  color: var(--walnut);
  font-size: var(--siren-type-label);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.footer-back-to-top {
  justify-self: end;
  font-size: var(--siren-type-label);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

dialog {
  width: min(37rem, calc(100vw - 2rem));
  padding: 0;
  color: var(--ink);
  background: var(--bone);
  border: 1px solid var(--ink);
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.32);
}

dialog::backdrop {
  background: rgba(23, 20, 17, 0.78);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.dialog__inner {
  padding: clamp(2rem, 5vw, 4rem);
}

.dialog__inner h2 {
  margin: 0;
  font-family: var(--typeface);
  font-size: var(--siren-type-heading);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.dialog__inner > p:not(.dialog__eyebrow) {
  margin: 1.5rem 0;
  line-height: 1.65;
}

.dialog__close {
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  color: var(--bone);
  background: var(--ink);
  font-size: var(--siren-type-label);
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  cursor: pointer;
}

.js .reveal {
  opacity: 0;
  transform: translateY(2.4rem);
  transition: opacity 760ms ease, transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

@media (max-width: 1080px) {
  .chapter-readout {
    min-width: 12rem;
  }

  .chapter-readout__name {
    display: none;
  }

  .engagements,
  .proof,
  .conversation {
    gap: 0 2rem;
  }

  .engagements {
    grid-template-columns: minmax(0, 1fr) minmax(21rem, 0.9fr);
    column-gap: 3rem;
  }

  .engagements__context {
    grid-column: 2;
  }

  .engagement-row {
    grid-template-columns: minmax(14rem, 0.9fr) minmax(17rem, 1.15fr) minmax(9rem, 0.55fr);
    gap: 2rem;
  }

  .conversation__body {
    grid-column: 8 / -1;
  }

}

@media (max-width: 800px) {
  :root {
    --header-h: 4.5rem;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .chapter-readout {
    position: absolute;
    right: var(--pad);
    bottom: -1px;
    left: var(--pad);
    min-width: 0;
    pointer-events: none;
  }

  .chapter-readout__count,
  .chapter-readout__name {
    display: none;
  }

  .chapter-readout__line {
    width: 100%;
  }

  .header-action {
    min-height: 2.45rem;
    padding-inline: 0.72rem;
  }

  .header-action span {
    white-space: nowrap;
  }

  .media-status {
    top: calc(var(--header-h) + 0.8rem);
    right: var(--pad);
    bottom: auto;
    left: var(--pad);
    grid-template-columns: auto 1fr 2.4rem;
  }

  .scroll-film {
    height: 700vh;
    height: 700svh;
  }

  .film-guides {
    inset: var(--header-h) var(--pad) 1.2rem;
    grid-template-columns: 1fr 1fr;
  }

  .film-guides span:nth-child(2) {
    display: none;
  }

  .film-beat {
    top: auto;
    right: var(--pad);
    bottom: 4.6rem;
    left: var(--pad);
    width: auto;
    max-width: none;
    transform: translate3d(0, var(--beat-y), 0);
  }

  .film-beat h1,
  .film-beat h2 {
    max-width: 12ch;
    line-height: 0.91;
  }

  .film-beat__body {
    max-width: 34rem;
    margin-top: 1rem;
    line-height: 1.5;
  }

  .film-beat__signals {
    margin-top: 1.1rem;
  }

  .film-action {
    margin-top: 1.15rem;
  }

  .film-progress {
    right: var(--pad);
    bottom: 1.25rem;
  }

  .scroll-cue {
    bottom: 1.1rem;
  }

  .scroll-cue span:last-child {
    display: none;
  }

  .reduced-beat {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .reduced-beat:nth-child(even) img {
    order: 0;
  }

  .reduced-beat img {
    min-height: 54vw;
  }

  .reduced-beat__copy {
    padding: 4.5rem var(--pad);
  }

  .surface {
    padding: 7rem var(--pad);
  }

  .engagements,
  .proof,
  .conversation {
    display: block;
    min-height: 0;
  }

  .swap,
  .swap__track,
  .swap__panel {
    position: static;
    height: auto;
    overflow: visible;
    transform: none;
  }

  .swap__panel--still {
    min-height: clamp(26rem, 43.5vw, 63rem);
  }

  .swap__panel--still img {
    height: clamp(26rem, 43.5vw, 63rem);
    object-position: 100% 30%;
  }

  .engagements {
    padding-block: 4.5rem 6rem;
  }

  .conversation__title h2 {
    line-height: 0.86;
  }

  .engagements__context {
    max-width: 36rem;
    margin-top: 2.4rem;
    padding-top: 0;
  }

  .engagement-list {
    grid-template-rows: none;
    gap: var(--engagement-row-gap);
    margin-top: 2.75rem;
  }

  .engagement-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.45rem 1.5rem;
    padding-block: 0.45rem;
  }

  .engagement-row dt {
    grid-column: 1;
    grid-row: 1;
  }

  .engagement-row__description {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .engagement-row__price {
    grid-column: 2;
    grid-row: 1;
    max-width: none;
  }

  .proof > .section-index {
    margin-bottom: 4rem;
  }

  .proof__story {
    margin-top: 0;
  }

  .proof__visual {
    margin-top: 4rem;
  }

  .proof__image img {
    aspect-ratio: 4 / 3;
  }

  .conversation__body {
    max-width: 38rem;
    margin-top: 4rem;
  }

}

@media (orientation: portrait) and (max-aspect-ratio: 4/5) and (min-height: 560px) {
  .film-media {
    bottom: auto;
    height: 66%;
    overflow: hidden;
  }

  .film-veil--left,
  .film-veil--right {
    display: none;
  }

  .film-veil--edge {
    background: linear-gradient(180deg, rgba(8, 7, 6, 0.48), transparent 16%);
  }

  .film-copy-layer::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 38%;
    z-index: 0;
    background: linear-gradient(to bottom, transparent 0%, var(--ink) 11%, var(--ink) 100%);
    content: "";
  }

  .film-beat {
    top: 66%;
    right: var(--pad);
    bottom: 0;
    left: var(--pad);
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    max-width: none;
    padding-bottom: calc(0.5rem + env(safe-area-inset-bottom, 0px));
    transform: translate3d(0, var(--beat-y), 0);
  }

  .film-copy-layer .film-beat h1 {
    max-width: none;
    line-height: 0.96;
  }

  .film-copy-layer .film-beat h2 {
    max-width: none;
    line-height: 0.98;
  }

  .film-copy-layer .film-beat .eyebrow {
    margin-bottom: 0.75rem;
  }

  .film-copy-layer .film-beat__body {
    max-width: 38rem;
    margin-top: 0.75rem;
    line-height: 1.45;
  }

  .film-copy-layer .film-beat__signals {
    margin-top: 0.8rem;
  }

  .film-copy-layer .film-action {
    align-self: flex-start;
    min-height: 2.85rem;
    margin-top: 0.9rem;
  }

  .film-progress {
    display: none;
  }
}

@media (orientation: portrait) and (max-aspect-ratio: 4/5) and (min-width: 801px) {
  .film-beat {
    top: 66%;
  }
}

@media (orientation: portrait) and (max-height: 700px) and (min-height: 560px) {
  .film-media {
    height: 38%;
  }

  .film-copy-layer::before {
    height: 66%;
  }

  .film-beat {
    top: 38%;
  }

  .film-beat--final {
    transform: translate3d(0, calc(var(--beat-y) - 1rem), 0);
  }
}

@media (max-width: 500px) {
  .brand svg {
    width: 9.375rem;
  }

  .held-still__overlay p {
    line-height: 1.02;
  }

  .header-action {
    letter-spacing: 0.08em;
  }

  .header-action__long {
    display: none;
  }

  .header-action__short {
    display: inline;
  }

  .film-guides {
    display: none;
  }

  .film-beat__signals {
    gap: 0.7rem;
  }

  .engagement-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .engagement-row dt {
    grid-column: 1;
    grid-row: 1;
  }

  .engagement-row__price {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    max-width: none;
    text-align: left;
  }

  .engagement-row__description {
    grid-column: 1;
    grid-row: 3;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    gap: 0.85rem 1.5rem;
    min-height: 0;
    padding-block: 1.5rem;
  }

  .footer-brand-link svg {
    width: 10rem;
  }

  .footer-center {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    text-align: left;
  }

  .footer-back-to-top {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (max-width: 360px) {
  .brand svg {
    width: 8rem;
  }
}

@media (max-height: 660px) and (orientation: landscape) {
  .film-stage {
    min-height: 0;
  }

  .film-beat {
    top: 55%;
    width: min(31rem, calc(100vw - var(--pad) - var(--pad)));
  }

  .film-beat--editorial .film-beat__body {
    width: min(26rem, calc(100vw - var(--pad) - var(--pad)));
    margin-top: 1.25rem;
  }

  .film-beat__body {
    margin-top: 0.9rem;
    line-height: 1.45;
  }

  .eyebrow {
    margin-bottom: 0.7rem;
  }
}

/* Too short to pin a full-height panel. Stack instead of squeezing. */
@media (max-height: 719px) {
  .swap,
  .swap__track,
  .swap__panel {
    position: static;
    height: auto;
    overflow: visible;
    transform: none;
  }

  .swap__panel--still {
    min-height: clamp(26rem, 43.5vw, 63rem);
  }

  .swap__panel--still img {
    height: clamp(26rem, 43.5vw, 63rem);
    object-position: 100% 30%;
  }

  .swap__panel--proof {
    height: auto;
    padding-block: clamp(3.5rem, 7vw, 7rem);
    align-content: start;
  }
}

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

  .animated-logo__line {
    animation: none !important;
    stroke-dashoffset: 0 !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .scroll-film,
  .media-status {
    display: none;
  }

  .reduced-story {
    display: block;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }

  .swap,
  .swap__track,
  .swap__panel {
    position: static;
    height: auto;
    overflow: visible;
    transform: none;
  }

  .swap__panel--still {
    min-height: clamp(26rem, 43.5vw, 63rem);
  }

  .swap__panel--still img {
    height: clamp(26rem, 43.5vw, 63rem);
    object-position: 100% 30%;
  }

  .swap__panel--proof {
    height: auto;
    align-content: start;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 800px) {
  .reduced-beat {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .reduced-beat:nth-child(even) img {
    order: 0;
  }

  .reduced-beat img {
    min-height: 54vw;
  }

  .reduced-beat__copy {
    padding: 4.5rem var(--pad);
  }
}

@media print {
  .site-header,
  .media-status,
  .scroll-film,
  .site-footer a {
    display: none !important;
  }

  .reduced-story {
    display: block;
  }

  .surface,
  .reduced-beat {
    min-height: 0;
    break-inside: avoid;
  }
}

.no-js .media-status,
.no-js .scroll-film {
  display: none;
}

.no-js .reduced-story {
  display: block;
}

.no-js .site-header {
  color: var(--ink);
  background: rgba(244, 236, 220, 0.92);
  border-color: var(--line-dark);
}

.no-js .site-header::before {
  display: none;
}

.media-status,
.film-progress,
.chapter-readout,
.film-guides {
  display: none;
}
