:root {
  color-scheme: light;
  --canvas: #f5efe6;
  --surface: #fffaf3;
  --ink: #171518;
  --muted: #615a5f;
  --cobalt: #1f5dca;
  --raspberry: #d62f55;
  --rule: #bdb3a8;
  --focus: #ffe04b;
  --gutter: clamp(1rem, 4vw, 4.5rem);
  --rail: 1240px;
  --header-height: 4.75rem;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--ink);
  font-size: clamp(1rem, 0.35vw + 0.92rem, 1.17rem);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body,
button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

a {
  color: inherit;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.08em;
}

a:hover {
  text-decoration-thickness: 0.14em;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  inset: 0 auto auto 0;
  padding: 0.75rem 1rem;
  background: var(--focus);
  color: var(--ink);
  transform: translateY(-120%);
}

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

.concept-bar {
  min-height: 2.45rem;
  display: grid;
  place-items: center;
  padding: 0.55rem var(--gutter);
  background: var(--focus);
  color: var(--ink);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.concept-bar p {
  margin: 0;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 2.45rem;
  left: 0;
  right: 0;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.75rem var(--gutter);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 0.22em;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 1vw + 0.9rem, 1.65rem);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.wordmark i {
  color: var(--focus);
  font-size: 0.8em;
  font-weight: 400;
}

.site-header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.85rem, 2.5vw, 2.5rem);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.site-header nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-header nav a:not(.nav-call):hover,
.site-header nav a:not(.nav-call):focus-visible {
  text-decoration: underline;
}

.nav-call {
  padding: 0.6rem 0.9rem;
  color: var(--ink);
  background: var(--focus);
  border: 1px solid var(--focus);
}

.nav-call span {
  margin-left: 0.45em;
}

.opening {
  position: relative;
  min-height: calc(92svh - 2.45rem);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #0c0b0d;
}

.opening-media,
.opening-scrim {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.opening-media {
  object-fit: cover;
  object-position: 50% 50%;
  filter: contrast(1.06);
}

.opening-scrim {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 8, 10, 0.82) 0%, rgba(9, 8, 10, 0.35) 52%, rgba(9, 8, 10, 0.48) 100%),
    linear-gradient(0deg, rgba(9, 8, 10, 0.74) 0%, transparent 58%);
}

.opening-content {
  width: min(var(--rail), calc(100% - (2 * var(--gutter))));
  margin: 0 auto;
  padding: calc(var(--header-height) + 3rem) 0 clamp(6.5rem, 10vw, 9rem);
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(17rem, 0.68fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: end;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

h1 {
  max-width: 8ch;
  font-size: clamp(5rem, 13vw, 12rem);
  text-shadow: 0 0.08em 0.45em rgba(0, 0, 0, 0.3);
}

h1 em,
h2 em {
  color: var(--focus);
  font-weight: 400;
}

.opening-copy {
  padding-bottom: 0.55rem;
  font-size: clamp(1.12rem, 0.9vw + 0.9rem, 1.55rem);
}

.opening-copy > p:first-child {
  max-width: 21ch;
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 2.4vw, 3rem);
  line-height: 1.04;
}

.opening-context {
  max-width: 32ch;
  margin: 0 0 1.7rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
}

.primary-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.78rem 0.9rem;
  border-bottom: 2px solid currentColor;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-link:hover span {
  transform: translate(0.16rem, -0.16rem);
}

.primary-link span {
  transition: transform 150ms ease;
}

.media-note {
  z-index: 4;
  margin: 0;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.35;
  text-transform: uppercase;
}

.authentic-note {
  position: absolute;
  right: var(--gutter);
  bottom: 1.05rem;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.72);
  text-align: right;
}

.ledger {
  width: min(var(--rail), calc(100% - (2 * var(--gutter))));
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.ledger-intro {
  display: grid;
  grid-template-columns: minmax(10rem, 0.55fr) minmax(0, 1.45fr);
  gap: 2rem;
  align-items: start;
  padding-bottom: clamp(3rem, 7vw, 6rem);
}

.section-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ledger h2,
.prep-intro h2 {
  max-width: 13ch;
  font-size: clamp(3rem, 6.7vw, 7.2rem);
  line-height: 0.94;
}

.ledger-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
}

.ledger-item {
  position: relative;
  min-height: 23rem;
  display: flex;
  flex-direction: column;
  grid-column: span 4;
  padding: clamp(1.35rem, 3vw, 2.6rem);
  background: var(--surface);
}

.ledger-item:nth-child(2) {
  background: var(--cobalt);
  color: #fff;
}

.ledger-number {
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  color: #fff;
  background: var(--raspberry);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
}

.ledger-item:nth-child(2) .ledger-number {
  color: var(--ink);
  background: var(--focus);
}

.ledger-item h3 {
  max-width: 13ch;
  margin: 4rem 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.6vw, 2.8rem);
  line-height: 1;
}

.ledger-item p {
  margin: 0 0 1.8rem;
  font-size: 0.97rem;
}

.ledger-item > a {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scroll-scene {
  position: relative;
  min-height: 92svh;
  color: #fff;
  background: #151219;
}

.scroll-scene.is-enhanced {
  height: 300svh;
}

.scroll-stage {
  position: relative;
  min-height: 92svh;
  display: grid;
  overflow: hidden;
  isolation: isolate;
  background: #151219;
}

.is-enhanced .scroll-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 0;
}

.scroll-video,
.scroll-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.scroll-video {
  object-fit: cover;
  object-position: 56% 50%;
  background: #21191d;
}

.scroll-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(15, 12, 16, 0.84) 0%, rgba(15, 12, 16, 0.27) 61%, rgba(15, 12, 16, 0.48) 100%),
    linear-gradient(0deg, rgba(15, 12, 16, 0.72) 0%, transparent 52%);
}

.scene-copy {
  width: min(var(--rail), calc(100% - (2 * var(--gutter))));
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(17rem, 0.75fr);
  gap: clamp(2rem, 8vw, 9rem);
  align-items: end;
  padding: clamp(5rem, 9vw, 8rem) 0 clamp(7rem, 11vw, 9rem);
}

.scene-heading h2,
.contact h2 {
  margin-top: 1.4rem;
  font-size: clamp(4rem, 10vw, 10rem);
  text-shadow: 0 0.08em 0.42em rgba(0, 0, 0, 0.28);
}

.light-label {
  color: var(--focus);
}

.scene-panels {
  align-self: end;
}

.scene-panel {
  max-width: 29rem;
  padding: 1.4rem 1.5rem 1.55rem;
  color: var(--ink);
  background: rgba(255, 250, 243, 0.94);
  border-left: 0.5rem solid var(--raspberry);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.24);
}

.scene-panel[hidden] {
  display: none;
}

.scene-panel > span {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.scene-panel h3 {
  margin: 0.75rem 0 0.65rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  line-height: 1;
}

.scene-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.scene-progress {
  position: absolute;
  z-index: 5;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 4.4rem;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
}

.scene-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--focus);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.conceptual-note {
  position: absolute;
  right: var(--gutter);
  bottom: 1.35rem;
  max-width: min(42rem, calc(100% - (2 * var(--gutter))));
  color: rgba(255, 255, 255, 0.72);
  text-align: right;
}

.motion-card {
  position: absolute;
  z-index: 10;
  right: var(--gutter);
  top: clamp(1rem, 4vw, 3.5rem);
  max-width: 22rem;
  padding: 1rem;
  background: var(--focus);
  color: var(--ink);
  box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.25);
}

.motion-card[hidden] {
  display: none;
}

.motion-card p {
  margin: 0 0 0.7rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.motion-card button {
  min-height: 44px;
  padding: 0.65rem 0.8rem;
  border: 0;
  background: var(--ink);
  color: #fff;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.prep-section {
  width: min(var(--rail), calc(100% - (2 * var(--gutter))));
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 10rem) 0;
}

.prep-intro {
  display: grid;
  grid-template-columns: 0.48fr 1.05fr 0.72fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.prep-intro h2 {
  max-width: 10ch;
}

.prep-intro > p:last-child {
  max-width: 33rem;
  margin: 0;
  color: var(--muted);
}

.prep-card {
  position: relative;
  min-height: clamp(33rem, 67vw, 52rem);
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
}

.prep-card > img {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 50%;
}

.prep-overlay {
  position: absolute;
  inset: auto 0 0;
  min-height: 58%;
  padding: clamp(1.4rem, 4vw, 3.5rem);
  display: grid;
  grid-template-columns: 0.5fr 1fr 0.7fr;
  gap: clamp(1.2rem, 3vw, 3rem);
  align-items: end;
  color: #fff;
  background: linear-gradient(0deg, rgba(16, 14, 18, 0.98) 0%, rgba(16, 14, 18, 0.82) 68%, rgba(16, 14, 18, 0.25) 100%);
}

.js .prep-overlay {
  transition: transform 280ms cubic-bezier(0.2, 0.75, 0.2, 1), background-color 180ms ease;
}

.js .prep-card:not(:hover):not(:focus-within) .prep-overlay {
  transform: translateY(calc(100% - 5.2rem));
}

.overlay-kicker {
  align-self: start;
  margin: 0;
  color: var(--focus);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.prep-overlay ol {
  margin: 0;
  padding-left: 1.3rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.7vw, 2.8rem);
  line-height: 1.04;
}

.prep-overlay li + li {
  margin-top: 0.62rem;
}

.prep-overlay .primary-link {
  align-self: start;
  justify-self: end;
}

.overlay-credit {
  grid-column: 2 / -1;
  max-width: 50rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.contact {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  padding: clamp(5rem, 10vw, 9rem) var(--gutter);
  background: var(--cobalt);
  color: #fff;
}

.contact-heading {
  max-width: 54rem;
}

.contact-details {
  max-width: 34rem;
  padding-bottom: 0.7rem;
}

.contact-phone {
  margin: 0 0 1.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.2vw, 4.8rem);
  line-height: 1;
}

.contact-details > p:not(.contact-phone) {
  max-width: 38rem;
}

.fact-note {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-top: 2rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

footer {
  display: grid;
  grid-template-columns: 0.7fr 1.15fr 1.15fr;
  gap: clamp(1.5rem, 5vw, 5rem);
  padding: clamp(3rem, 6vw, 5rem) var(--gutter);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
}

footer p {
  margin: 0;
}

.footer-mark {
  align-self: start;
  color: #fff;
}

@media (max-width: 900px) {
  .opening-content,
  .scene-copy,
  .contact {
    grid-template-columns: 1fr;
  }

  .opening-content {
    gap: 2rem;
  }

  .opening-copy {
    max-width: 31rem;
  }

  .ledger-intro {
    grid-template-columns: 1fr;
  }

  .ledger-item {
    grid-column: span 12;
    min-height: 19rem;
  }

  .prep-intro {
    grid-template-columns: 1fr;
  }

  .prep-overlay {
    grid-template-columns: 1fr;
  }

  .prep-overlay .primary-link {
    justify-self: start;
  }

  .overlay-credit {
    grid-column: 1;
  }

  footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-mark {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  :root {
    --header-height: 4.2rem;
  }

  .concept-bar {
    min-height: 3.15rem;
    font-size: 0.62rem;
  }

  .site-header {
    top: 3.15rem;
    gap: 0.5rem;
    padding-inline: 0.75rem;
  }

  .wordmark {
    font-size: 1rem;
  }

  .site-header nav {
    gap: 0.35rem;
    font-size: 0.58rem;
    letter-spacing: 0.03em;
  }

  .site-header nav a:not(.nav-call) {
    padding: 0.25rem;
  }

  .nav-call {
    padding: 0.45rem 0.55rem;
  }

  .nav-call span {
    display: none;
  }

  .opening {
    min-height: calc(96svh - 3.15rem);
  }

  .opening-media {
    object-position: 60% 50%;
  }

  .opening-scrim {
    background:
      linear-gradient(90deg, rgba(9, 8, 10, 0.78) 0%, rgba(9, 8, 10, 0.22) 88%),
      linear-gradient(0deg, rgba(9, 8, 10, 0.86) 0%, rgba(9, 8, 10, 0.18) 78%);
  }

  .opening-content {
    padding-bottom: 7.4rem;
  }

  h1 {
    font-size: clamp(4.3rem, 24vw, 7.25rem);
  }

  .opening-copy > p:first-child {
    font-size: 1.75rem;
  }

  .authentic-note {
    left: var(--gutter);
    right: var(--gutter);
    max-width: none;
    text-align: left;
  }

  .ledger,
  .prep-section {
    width: calc(100% - (2 * var(--gutter)));
  }

  .ledger h2,
  .prep-intro h2 {
    font-size: clamp(2.9rem, 15vw, 4.8rem);
  }

  .scroll-scene.is-enhanced {
    height: 260svh;
  }

  .scene-copy {
    width: calc(100% - (2 * var(--gutter)));
    align-content: end;
    gap: 1.4rem;
    padding-top: 6.5rem;
    padding-bottom: 7.2rem;
  }

  .scene-heading h2,
  .contact h2 {
    font-size: clamp(3.75rem, 20vw, 6.8rem);
  }

  .scroll-video {
    object-position: 62% 50%;
  }

  .scene-panel {
    padding: 1rem 1rem 1.1rem;
    border-left-width: 0.34rem;
  }

  .scene-panel h3 {
    font-size: 1.55rem;
  }

  .scene-panel p {
    font-size: 0.82rem;
  }

  .conceptual-note {
    left: var(--gutter);
    right: var(--gutter);
    bottom: 1rem;
    max-width: none;
    text-align: left;
  }

  .scene-progress {
    bottom: 4.15rem;
  }

  .motion-card {
    left: var(--gutter);
    right: var(--gutter);
    top: 0.9rem;
    max-width: none;
  }

  .prep-card {
    min-height: 42rem;
  }

  .prep-card > img {
    object-position: 56% 50%;
  }

  .prep-overlay {
    min-height: 72%;
    padding: 1.2rem;
  }

  .js .prep-card:not(:hover):not(:focus-within) .prep-overlay {
    transform: translateY(calc(100% - 4.7rem));
  }

  .prep-overlay ol {
    font-size: 1.42rem;
  }

  .contact {
    padding-inline: var(--gutter);
  }

  footer {
    grid-template-columns: 1fr;
  }

  .footer-mark {
    grid-column: 1;
  }
}

.js .prep-card[data-overlay-state="touch-persistent"] .prep-overlay {
  transform: none !important;
}

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

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

  .js .prep-card .prep-overlay {
    transform: none;
  }
}

@media print {
  .scroll-scene,
  .scroll-stage {
    min-height: 40rem;
    height: auto;
  }

  .motion-card,
  .scene-progress {
    display: none !important;
  }
}
