:root {
  --blue: #0759c7;
  --blue-deep: #063f92;
  --navy: #06182c;
  --navy-2: #0b233d;
  --ink: #101923;
  --graphite: #47515c;
  --paper: #f5f7f8;
  --white: #ffffff;
  --line: #cbd2d8;
  --line-dark: rgba(255, 255, 255, 0.22);
  --amber: #f2b544;
  --error: #b42318;
  --display: "Helvetica Neue", "Arial Nova", Helvetica, Arial, sans-serif;
  --body: "Helvetica Neue", "Arial Nova", Helvetica, Arial, sans-serif;
  --max: 1440px;
  --header-h: 78px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button,
a,
summary,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: 12px;
  padding: 12px 16px;
  background: var(--white);
  color: var(--navy);
  transform: translateY(-150%);
}

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

.page-progress {
  position: fixed;
  z-index: 210;
  inset: 0 0 auto;
  height: 3px;
  background: transparent;
  pointer-events: none;
}

.page-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--amber);
  transform: scaleX(var(--page-progress, 0));
  transform-origin: left center;
}

.site-header {
  position: fixed;
  z-index: 200;
  inset: 0 0 auto;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0 36px;
  color: var(--white);
  border-bottom: 1px solid var(--line-dark);
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(6, 24, 44, 0.96);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.brand span {
  display: grid;
  line-height: 1.05;
}

.brand strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
  transform: scaleX(1.04);
  transform-origin: left center;
}

.brand small {
  margin-top: 4px;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  opacity: 0.68;
}

#primary-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-family: var(--display);
  font-size: 14px;
  font-weight: 500;
}

#primary-nav > a:not(.nav-cta) {
  position: relative;
  padding: 10px 0;
}

#primary-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 5px;
  height: 1px;
  background: currentColor;
  transition: right 220ms var(--ease);
}

#primary-nav > a:hover::after,
#primary-nav > a:focus-visible::after {
  right: 0;
}

.nav-phone {
  padding-left: 24px !important;
  border-left: 1px solid var(--line-dark);
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.15;
  cursor: pointer;
  transition: transform 220ms var(--ease), background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.nav-cta {
  min-height: 46px;
  padding: 12px 18px;
  background: var(--blue);
  color: var(--white);
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  color: currentColor;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 2px;
  margin: 6px auto;
  background: currentColor;
  transition: transform 200ms ease;
}

.world {
  position: relative;
  min-height: 800vh;
  background: var(--navy);
  color: var(--white);
}

.world-stage {
  position: sticky;
  z-index: 0;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: var(--navy);
}

#workforce-world,
.world-fallback,
.world-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#workforce-world {
  z-index: 2;
}

.world-stage.webgl-failed #workforce-world {
  display: none;
}

.world-fallback {
  z-index: 0;
  background: var(--navy);
}

.fallback-art {
  position: absolute;
  inset: 0 0 0 34%;
  overflow: hidden;
  perspective: 900px;
  opacity: 0.96;
}

.fallback-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--navy) 0%, rgba(6, 24, 44, 0.34) 28%, rgba(6, 24, 44, 0) 60%);
}

.fallback-routes {
  position: absolute;
  inset: 42% -12% auto 0;
  height: 38%;
  transform: rotateX(57deg) rotateZ(2deg);
  transform-origin: center;
}

.fallback-routes span {
  position: absolute;
  left: 0;
  right: 0;
  height: 22px;
  border: 1px solid #74a8ef;
  border-radius: 999px;
  background: linear-gradient(#2d87fb 0%, #0759c7 42%, #043d8d 100%);
  box-shadow: 0 14px 18px rgba(0, 0, 0, 0.35), inset 0 3px 3px rgba(255, 255, 255, 0.34);
}

.fallback-routes span:nth-child(1) { top: 0; }
.fallback-routes span:nth-child(2) { top: 30%; }
.fallback-routes span:nth-child(3) { top: 60%; }
.fallback-routes span:nth-child(4) { top: 90%; }

.fallback-gate {
  position: absolute;
  z-index: 3;
  left: 40%;
  top: 23%;
  width: 260px;
  aspect-ratio: 1;
  border: 28px solid #cbd6df;
  border-radius: 50%;
  box-shadow: 22px 28px 34px rgba(0, 0, 0, 0.38), inset 9px 6px 8px rgba(255, 255, 255, 0.3);
  transform: rotateY(56deg) rotateZ(-4deg);
}

.fallback-gate span {
  position: absolute;
  inset: 24px;
  border: 13px solid #1476eb;
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(20, 118, 235, 0.62);
}

.fallback-cubes i {
  position: absolute;
  z-index: 2;
  width: 38px;
  aspect-ratio: 1;
  background: #e7edf2;
  border: 1px solid #ffffff;
  box-shadow: 9px 12px 15px rgba(0, 0, 0, 0.36), inset -8px -8px 10px rgba(83, 105, 125, 0.25);
  transform: rotate(18deg) skew(-4deg);
}

.fallback-cubes i:nth-child(1) { left: 3%; top: 26%; }
.fallback-cubes i:nth-child(2) { left: 11%; top: 36%; width: 54px; transform: rotate(-12deg); }
.fallback-cubes i:nth-child(3) { left: 19%; top: 22%; width: 44px; }
.fallback-cubes i:nth-child(4) { left: 27%; top: 41%; width: 60px; transform: rotate(32deg); }
.fallback-cubes i:nth-child(5) { left: 7%; top: 51%; width: 32px; transform: rotate(-28deg); }
.fallback-cubes i:nth-child(6) { left: 24%; top: 58%; width: 42px; }
.fallback-cubes i:nth-child(7) { left: 34%; top: 31%; width: 34px; transform: rotate(-8deg); }
.fallback-cubes i:nth-child(8) { left: 16%; top: 65%; width: 29px; transform: rotate(41deg); }

.fallback-ready {
  position: absolute;
  z-index: 2;
  right: 8%;
  top: 48%;
  display: grid;
  grid-template-columns: repeat(3, 36px);
  gap: 42px 34px;
  transform: rotateX(48deg) rotateZ(1deg);
}

.fallback-ready i {
  position: relative;
  width: 20px;
  height: 62px;
  border-radius: 12px 12px 4px 4px;
  background: #1470e5;
  box-shadow: 9px 12px 15px rgba(0, 0, 0, 0.36);
}

.fallback-ready i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -19px;
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #e6edf3;
  transform: translateX(-50%);
}

.world-grid {
  z-index: 3;
  opacity: 0.15;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M0 80V0H80' fill='none' stroke='%23a8c9ec' stroke-width='.45'/%3E%3C/svg%3E");
  mask-image: linear-gradient(to bottom, transparent, #000 32%, #000);
}

.world-stage::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 -160px 150px rgba(6, 24, 44, 0.5), inset 0 140px 100px rgba(6, 24, 44, 0.35);
}

.scene-label {
  position: absolute;
  z-index: 5;
  margin: 0;
  padding: 7px 10px;
  border-left: 2px solid var(--amber);
  background: rgba(6, 24, 44, 0.74);
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  opacity: var(--label-opacity, 0);
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms var(--ease);
}

.world-stage[data-active-scene="1"] .scene-label-require,
.world-stage[data-active-scene="2"] .scene-label-match,
.world-stage[data-active-scene="3"] .scene-label-ready,
.world-stage[data-active-scene="5"] .scene-label-signal,
.world-stage[data-active-scene="6"] .scene-label-archive,
.world-stage[data-active-scene="7"] .scene-label-archive {
  --label-opacity: 1;
  transform: translateY(0);
}

.scene-label-require { left: 53%; top: 31%; }
.scene-label-match { left: 61%; top: 39%; }
.scene-label-ready { right: 14%; top: 29%; }
.scene-label-signal { right: 14%; top: 23%; }
.scene-label-archive { left: 50%; top: 20%; }

.world-stage[data-active-scene="5"]::after,
.world-stage[data-active-scene="6"]::after,
.world-stage[data-active-scene="7"]::after {
  box-shadow: inset 0 -120px 120px rgba(226, 232, 238, 0.34), inset 0 120px 90px rgba(255, 255, 255, 0.16);
}

.world-stage[data-active-scene="5"] .world-grid,
.world-stage[data-active-scene="6"] .world-grid,
.world-stage[data-active-scene="7"] .world-grid {
  opacity: 0.07;
}

.world-chapters {
  position: relative;
  z-index: 10;
  margin-top: -100vh;
  margin-top: -100svh;
}

.chapter {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 40px) 6vw 48px;
}

.chapter-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.hero-chapter {
  align-items: flex-end;
  min-height: 100vh;
  min-height: 100svh;
  padding-bottom: 42px;
}

.hero-copy {
  position: relative;
  padding-bottom: 92px;
}

.eyebrow,
.scene-index {
  margin: 0 0 18px;
  color: var(--blue);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}

.world .eyebrow,
.world .scene-index {
  color: #73adff;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: var(--display);
  font-weight: 500;
  line-height: 1.02;
  text-wrap: balance;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: 76px;
  font-weight: 500;
  line-height: 1;
}

.hero-intro {
  max-width: 640px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.hero-actions,
.pathway-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.button-primary {
  background: var(--blue);
  color: var(--white);
}

.button-primary:hover {
  background: #176ddd;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 12px 0;
  border-bottom: 1px solid currentColor;
  font-family: var(--display);
  font-weight: 600;
}

.text-link span,
.button span {
  transition: transform 220ms var(--ease);
}

.text-link:hover span,
.button:hover span {
  transform: translate(3px, -2px);
}

.hero-facts {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  width: min(690px, 52%);
  border-top: 1px solid var(--line-dark);
}

.hero-facts p {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 17px 18px;
  border-left: 1px solid var(--line-dark);
}

.hero-facts strong {
  font-family: var(--display);
  font-size: 13px;
  font-weight: 600;
}

.hero-facts span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
}

.scroll-cue {
  position: absolute;
  left: 6vw;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.scroll-cue i {
  width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, 0.65);
  transform-origin: top;
  animation: cue 1.8s ease-in-out infinite;
}

@keyframes cue {
  0%, 100% { transform: scaleY(0.25); opacity: 0.4; }
  50% { transform: scaleY(1); opacity: 1; }
}

.chapter-copy {
  max-width: 510px;
  margin-left: 0;
  padding: 34px 0 34px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.32);
  text-shadow: 0 2px 30px rgba(6, 24, 44, 0.85);
}

.chapter-copy-right {
  margin-left: auto;
  margin-right: 0;
}

.chapter-copy h2 {
  margin-bottom: 20px;
  font-size: 48px;
}

.chapter-copy > p:not(.eyebrow):not(.scene-index) {
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
}

.chapter-light {
  color: var(--ink);
}

.chapter-light .chapter-copy {
  border-left-color: rgba(16, 25, 35, 0.32);
  text-shadow: 0 2px 30px rgba(255, 255, 255, 0.92);
}

.chapter-light .chapter-copy > p:not(.eyebrow):not(.scene-index) {
  color: rgba(16, 25, 35, 0.76);
}

.chapter-light .eyebrow,
.chapter-light .scene-index {
  color: var(--blue-deep) !important;
}

.signal-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid rgba(16, 25, 35, 0.28);
  border-bottom: 1px solid rgba(16, 25, 35, 0.28);
}

.signal-steps span {
  padding: 12px 8px;
  border-right: 1px solid rgba(16, 25, 35, 0.18);
  color: var(--blue-deep);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.signal-steps span:last-child {
  border-right: 0;
}

.archive-chapter .chapter-copy {
  position: relative;
  isolation: isolate;
}

.archive-chapter .chapter-copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -24px -70px -24px -24px;
  background: linear-gradient(90deg, rgba(231, 235, 238, 0.97) 0%, rgba(231, 235, 238, 0.88) 72%, rgba(231, 235, 238, 0) 100%);
  pointer-events: none;
}

.archive-chapter .chapter-copy-right::before {
  inset: -24px -24px -24px -70px;
  background: linear-gradient(270deg, rgba(231, 235, 238, 0.97) 0%, rgba(231, 235, 238, 0.88) 72%, rgba(231, 235, 238, 0) 100%);
}

.scene-index {
  color: var(--amber) !important;
  margin-bottom: 32px;
}

.signal-list {
  display: grid;
  gap: 0;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-dark);
}

.signal-list li {
  position: relative;
  padding: 11px 10px 11px 24px;
  border-bottom: 1px solid var(--line-dark);
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--display);
  font-size: 14px;
}

.signal-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 6px;
  height: 6px;
  background: var(--amber);
  transform: translateY(-50%);
}

.section-heading,
.service-grid,
.industries,
.licence-band-inner,
.request-section,
.candidate-section,
.faq,
.site-footer {
  width: min(100% - 72px, var(--max));
  margin-inline: auto;
}

.service-band {
  position: relative;
  z-index: 20;
  padding: 130px 0 110px;
  background: var(--white);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 70px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -36px;
}

.section-heading h2,
.industries h2,
.pathway h2,
.request-section h2,
.candidate-section h2,
.faq h2 {
  margin-bottom: 0;
  font-size: 54px;
}

.section-heading > p:last-child {
  max-width: 520px;
  margin: 0;
  color: var(--graphite);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-item {
  min-width: 0;
  padding: 36px 34px 42px;
  border-right: 1px solid var(--line);
}

.service-item:first-child {
  border-left: 1px solid var(--line);
}

.service-item > span,
.industry-number {
  color: var(--blue);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 600;
}

.service-item h3 {
  margin: 46px 0 20px;
  font-size: 32px;
}

.service-item p {
  min-height: 112px;
  color: var(--graphite);
}

.service-item ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
  font-family: var(--display);
  font-size: 14px;
  font-weight: 500;
}

.service-item li {
  padding-left: 18px;
  position: relative;
}

.service-item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 1px;
  background: var(--blue);
}

.industries {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 9vw;
  padding-block: 130px;
}

.industries-copy {
  position: sticky;
  top: calc(var(--header-h) + 44px);
  align-self: start;
}

.industries-copy h2 {
  margin-bottom: 28px;
}

.industries-copy > p:not(.eyebrow) {
  max-width: 520px;
  color: var(--graphite);
}

.button-dark {
  margin-top: 20px;
  background: var(--navy);
  color: var(--white);
}

.button-dark:hover {
  background: var(--blue);
}

.industry-rail {
  border-top: 1px solid var(--ink);
}

.industry-row {
  display: grid;
  grid-template-columns: 52px minmax(190px, 0.75fr) minmax(220px, 1fr);
  gap: 22px;
  align-items: start;
  min-height: 168px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}

.industry-row h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.05;
}

.industry-row p {
  margin: 0;
  color: var(--graphite);
}

.archive-fallback {
  display: none;
}

.archive-open-trigger {
  margin-top: 18px;
  padding: 0 0 8px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--blue-deep);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.world.archive-can-open .chapter {
  cursor: zoom-in;
}

.world.archive-can-open .chapter-copy {
  cursor: default;
}

.world-stage.webgl-failed + .world-chapters .archive-fallback {
  width: min(82vw, 980px);
  display: flex;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0 0 12px;
  overflow-x: auto;
  list-style: none;
  scroll-snap-type: x mandatory;
}

.world-stage.webgl-failed + .world-chapters .archive-chapter .chapter-copy {
  max-width: min(100%, 1080px);
}

.archive-fallback li {
  flex: 0 0 220px;
  padding: 0;
  background: rgba(255, 255, 255, 0.92);
  scroll-snap-align: start;
}

.archive-fallback button {
  width: 100%;
  padding: 10px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: zoom-in;
}

.archive-fallback button:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 2px;
}

.archive-fallback img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  background: #d9dde1;
}

.archive-fallback p {
  margin: 10px 2px 2px;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.35;
}

.archive-fallback strong {
  display: block;
  margin-bottom: 3px;
  color: var(--blue-deep);
  font-size: 10px;
  text-transform: uppercase;
}

.archive-reader {
  width: min(92vw, 1040px);
  height: min(80vh, 740px);
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 4px;
  background: #f2f4f6;
  color: var(--ink);
  box-shadow: 0 30px 90px rgba(2, 13, 26, 0.38);
}

.archive-reader::backdrop {
  background: rgba(6, 24, 44, 0.48);
  backdrop-filter: blur(3px);
}

.archive-reader[open] {
  animation: archive-reader-in 260ms var(--ease) both;
}

@keyframes archive-reader-in {
  from { opacity: 0; transform: translateY(18px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.archive-reader-shell {
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

.archive-reader-toolbar {
  min-height: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  border-bottom: 1px solid #bfc7ce;
  background: var(--navy);
  color: var(--white);
}

.archive-reader-toolbar > p {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 2px;
  margin: 0;
  padding: 10px 18px;
}

.archive-reader-toolbar span {
  color: #7fb5ff;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.archive-reader-toolbar strong {
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.archive-reader-controls {
  display: flex;
  align-items: stretch;
}

.archive-reader-controls button,
.archive-reader-controls output {
  width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: var(--white);
  font: inherit;
}

.archive-reader-controls button {
  font-size: 20px;
  cursor: pointer;
}

.archive-reader-controls output {
  width: 52px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.archive-reader-controls button:hover,
.archive-reader-controls button:focus-visible {
  background: var(--blue);
  outline: none;
}

.archive-reader-controls button:disabled {
  color: rgba(255, 255, 255, 0.28);
  cursor: default;
}

.archive-reader-controls button:disabled:hover {
  background: transparent;
}

.archive-reader-close {
  background: rgba(255, 255, 255, 0.08) !important;
}

.archive-reader-body {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
}

.archive-reader-viewport {
  min-width: 0;
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  background: #dce1e5;
  scrollbar-color: var(--blue) #c8cfd5;
}

.archive-reader-viewport:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: -3px;
}

.archive-reader-viewport img {
  max-width: none;
  height: auto;
  display: block;
  margin: 20px auto;
  background: var(--white);
  box-shadow: 0 14px 40px rgba(17, 30, 43, 0.22);
  cursor: zoom-in;
  user-select: none;
}

.archive-reader-viewport img.is-zoomed {
  cursor: zoom-out;
}

.archive-reader-copy {
  padding: 34px 28px;
  overflow: auto;
  border-left: 1px solid #c5ccd2;
  background: #f7f8f9;
}

.archive-reader-copy h2 {
  margin: 14px 0 18px;
  font-size: 30px;
  line-height: 1.05;
}

.archive-reader-copy > p:not(.eyebrow) {
  color: var(--graphite);
  font-size: 14px;
  line-height: 1.55;
}

.archive-reader-copy .archive-reader-note {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #cbd1d6;
  font-size: 12px !important;
}

.archive-reader-open .mobile-staffing-cta {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.licence-band {
  position: relative;
  z-index: 20;
  background: #e8eaec;
  border-top: 1px solid #c7cdd2;
  border-bottom: 1px solid #c7cdd2;
}

.licence-band-inner {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-block: 24px;
}

.licence-band-inner p {
  margin: 0;
  color: var(--graphite);
  font-size: 13px;
}

.licence-band-inner p:first-child {
  display: grid;
  gap: 4px;
}

.licence-band-inner span {
  color: var(--blue-deep);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.licence-band-inner strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 23px;
  font-weight: 500;
}

.leadership {
  position: relative;
  z-index: 20;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.leadership-inner {
  width: min(100% - 72px, var(--max));
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 8vw;
  align-items: center;
  margin-inline: auto;
  padding-block: 120px;
}

.leadership-portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  background: #dfe5ea;
}

.leadership-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.leadership-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.leadership-copy {
  max-width: 720px;
}

.leadership-copy .eyebrow {
  color: #8ebdff;
}

.leadership-copy h2 {
  margin: 0 0 8px;
  font-size: 58px;
}

.leadership-role {
  margin: 0 0 38px;
  color: #8ebdff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.leadership-copy > p:not(.eyebrow):not(.leadership-role) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
}

.leadership-copy .leadership-intro {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 21px;
  line-height: 1.48;
}

.leadership-copy .text-link {
  margin-top: 18px;
}

.pathways {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.pathway {
  min-width: 0;
  min-height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 70px 6vw;
}

.pathway-employer {
  background: var(--blue);
  color: var(--white);
}

.pathway-candidate {
  background: var(--amber);
  color: var(--navy);
}

.pathway .eyebrow {
  color: currentColor;
  opacity: 0.72;
}

.pathway h2 {
  max-width: 600px;
  margin-bottom: 22px;
}

.pathway > p:not(.eyebrow) {
  max-width: 560px;
  margin: 0 0 26px;
}

.button-light {
  background: var(--white);
  color: var(--navy);
}

.light-link {
  color: var(--white);
}

.request-section {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(270px, 0.7fr) minmax(0, 1.3fr);
  gap: 8vw;
  padding-block: 130px;
}

.request-intro {
  align-self: start;
  position: sticky;
  top: calc(var(--header-h) + 44px);
}

.request-intro h2 {
  margin-bottom: 28px;
}

.request-intro > p:not(.eyebrow) {
  color: var(--graphite);
}

.contact-stack {
  display: grid;
  margin-top: 38px;
  border-top: 1px solid var(--line);
}

.contact-stack a {
  display: grid;
  gap: 4px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.contact-stack span {
  color: var(--graphite);
  font-size: 11px;
  text-transform: uppercase;
}

.contact-stack strong {
  font-family: var(--display);
  font-size: 19px;
  overflow-wrap: anywhere;
}

.intake-form {
  padding: 36px;
  border: 1px solid var(--line);
  background: var(--white);
}

.form-grid,
.candidate-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 20px;
}

.intake-form label,
.candidate-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.intake-form label > span,
.candidate-form label > span {
  font-family: var(--display);
  font-size: 12px;
  font-weight: 600;
}

.form-wide,
.candidate-wide {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  border: 1px solid #aeb7bf;
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
}

textarea {
  min-height: 130px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--blue);
  outline-offset: 1px;
  border-color: var(--blue);
}

.form-note {
  margin: 20px 0;
  color: var(--graphite);
  font-size: 12px;
}

.form-status {
  min-height: 1.5em;
  margin: 12px 0 0;
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 500;
}

.form-status.is-success {
  color: #166534;
}

.form-status.is-error {
  color: #b42318;
}

.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-consent {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px !important;
  color: var(--graphite);
  font-size: 12px;
  line-height: 1.55;
}

.form-consent input {
  width: 18px;
  min-width: 18px;
  min-height: 18px;
  margin-top: 1px;
  padding: 0;
  accent-color: var(--blue);
}

.form-consent > span {
  font-family: var(--body) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.form-consent a {
  color: var(--blue-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.candidate-form small {
  color: var(--graphite);
  font-size: 11px;
}

.intake-form button:disabled,
.candidate-form button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.candidate-section {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 8vw;
  padding-block: 105px;
  border-top: 1px solid var(--line);
}

.candidate-copy h2 {
  margin-bottom: 26px;
}

.candidate-copy p:not(.eyebrow) {
  color: var(--graphite);
}

.candidate-form {
  align-content: start;
}

.candidate-form .button {
  justify-self: start;
}

.faq {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 8vw;
  padding-block: 110px 130px;
  border-top: 1px solid var(--line);
}

.faq-heading {
  align-self: start;
  position: sticky;
  top: calc(var(--header-h) + 44px);
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 500;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  font-size: 22px;
  font-weight: 400;
  transition: transform 200ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 700px;
  margin: -4px 60px 26px 0;
  color: var(--graphite);
}

.site-footer {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px 8vw;
  padding-block: 82px 36px;
  color: var(--white);
}

.site-footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: calc((100vw - 100%) / -2);
  right: calc((100vw - 100%) / -2);
  background: var(--navy);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-brand img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

.footer-brand div {
  display: grid;
}

.footer-brand strong {
  font-family: var(--display);
  font-size: 25px;
}

.footer-brand span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.footer-statement {
  max-width: 560px;
  margin: 0;
  font-family: var(--display);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1;
}

.footer-contact {
  display: grid;
  gap: 10px;
  align-content: start;
  font-family: var(--display);
  font-size: 17px;
}

.footer-contact a:hover,
.footer-meta a:hover {
  color: var(--amber);
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  align-content: start;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.copyright {
  grid-column: 1 / -1;
  margin: 22px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--line-dark);
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
}

.mobile-staffing-cta {
  display: none;
}

.policy-page {
  background: var(--paper);
}

.policy-page .site-header {
  background: var(--navy);
}

.policy-page .site-header nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: var(--display);
  font-size: 14px;
  font-weight: 500;
}

.policy-page .phone-link {
  padding-left: 24px;
  border-left: 1px solid var(--line-dark);
}

.policy-shell {
  width: min(100% - 48px, 900px);
  margin: 0 auto;
  padding: 150px 0 100px;
}

.policy-shell > h1 {
  max-width: none;
  margin-bottom: 16px;
  color: var(--navy);
  font-size: 58px;
}

.policy-updated {
  margin-bottom: 58px;
  color: var(--graphite);
  font-size: 13px;
}

.policy-shell section {
  padding: 32px 0;
  border-top: 1px solid var(--line);
}

.policy-shell section h2 {
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 1.1;
}

.policy-shell section p {
  color: var(--graphite);
}

.policy-shell section a {
  color: var(--blue-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-page > .site-footer {
  display: block;
  width: 100%;
  padding: 34px max(24px, calc((100vw - 900px) / 2));
  background: var(--navy);
}

.policy-page > .site-footer::before {
  display: none;
}

.policy-page > .site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms ease, transform 800ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1200px) {
  .site-header {
    padding-inline: 24px;
  }

  #primary-nav {
    gap: 17px;
    font-size: 13px;
  }

  #primary-nav a:nth-child(4) {
    display: none;
  }

  h1 {
    font-size: 64px;
  }

  .chapter,
  .scroll-cue {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .hero-facts {
    width: 58%;
  }

  .industry-row {
    grid-template-columns: 44px minmax(170px, 0.7fr) minmax(200px, 1fr);
  }
}

@media (max-width: 980px) {
  :root {
    --header-h: 68px;
  }

  .site-header {
    height: var(--header-h);
  }

  .menu-toggle {
    display: block;
  }

  #primary-nav {
    position: fixed;
    inset: var(--header-h) 0 0;
    display: grid;
    align-content: start;
    gap: 0;
    padding: 28px 24px 100px;
    overflow: auto;
    background: var(--navy);
    color: var(--white);
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 300ms var(--ease), visibility 0s linear 300ms;
  }

  .menu-open #primary-nav {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }

  #primary-nav > a,
  #primary-nav a:nth-child(4) {
    display: block;
    padding: 18px 0;
    border-bottom: 1px solid var(--line-dark);
    font-size: 22px;
  }

  #primary-nav .nav-phone {
    padding-left: 0 !important;
    border-left: 0;
  }

  #primary-nav .nav-cta {
    margin-top: 24px;
    padding-inline: 18px;
    text-align: center;
    background: var(--blue);
    border-bottom: 0;
    font-size: 17px;
  }

  .menu-open .menu-toggle > span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-open .menu-toggle > span:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
  }

  .world {
    min-height: 760vh;
  }

  .hero-copy {
    padding-bottom: 150px;
  }

  .hero-facts {
    left: 0;
    right: auto;
    width: 100%;
  }

  .scroll-cue {
    display: none;
  }

  .section-heading,
  .request-section,
  .candidate-section,
  .faq {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .section-heading .eyebrow {
    margin-bottom: -12px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-item,
  .service-item:first-child {
    border-left: 1px solid var(--line);
  }

  .service-item p {
    min-height: 0;
  }

  .industries {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .industries-copy,
  .request-intro,
  .faq-heading {
    position: static;
  }

  .pathway {
    min-height: 480px;
  }

  .footer-statement {
    font-size: 28px;
  }

  .policy-page .site-header nav {
    display: none;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding-inline: 16px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 16px;
  }

  .chapter {
    padding: calc(var(--header-h) + 32px) 20px 32px;
  }

  .world {
    min-height: 800svh;
    background: var(--navy);
  }

  .fallback-art {
    inset: 0 -58% 0 -12%;
    opacity: 0.72;
    transform: scale(0.9);
  }

  .fallback-gate {
    left: 42%;
    top: 18%;
    width: 210px;
  }

  .world-stage {
    position: sticky;
    inset: auto;
    top: 0;
    width: 100%;
    height: 100svh;
  }

  .world-chapters {
    margin-top: -100svh;
  }

  .chapter {
    min-height: 100svh;
    align-items: center;
    padding-block: calc(var(--header-h) + 34px) 34px;
    background: transparent;
  }

  .chapter-light {
    background: transparent;
  }

  .hero-chapter {
    min-height: 100svh;
    align-items: flex-end;
    background: transparent;
    padding-bottom: 26px;
  }

  .hero-copy {
    padding-bottom: 168px;
  }

  h1 {
    font-size: 48px;
  }

  .hero-intro {
    max-width: 100%;
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .hero-facts p {
    padding: 9px 10px;
  }

  .hero-facts p:nth-child(3) {
    display: none;
  }

  .chapter-copy,
  .chapter-copy-right {
    max-width: 100%;
    margin: 0;
    padding: 24px 18px;
    border-left: 0;
    border-top: 1px solid var(--line-dark);
    background: linear-gradient(90deg, rgba(6, 24, 44, 0.94), rgba(6, 24, 44, 0.72) 84%, rgba(6, 24, 44, 0));
    text-shadow: 0 2px 24px rgba(6, 24, 44, 0.92);
  }

  .chapter-light .chapter-copy,
  .chapter-light .chapter-copy-right {
    border-top-color: rgba(16, 25, 35, 0.28);
    background: linear-gradient(90deg, rgba(231, 235, 238, 0.96), rgba(231, 235, 238, 0.84) 84%, rgba(231, 235, 238, 0));
    text-shadow: 0 2px 24px rgba(255, 255, 255, 0.96);
  }

  .archive-chapter .chapter-copy::before,
  .archive-chapter .chapter-copy-right::before {
    display: none;
  }

  .chapter-copy h2 {
    font-size: 40px;
  }

  .scene-label,
  .world-grid {
    display: none;
  }

  .section-heading,
  .service-grid,
  .industries,
  .licence-band-inner,
  .leadership-inner,
  .request-section,
  .candidate-section,
  .faq,
  .site-footer {
    width: min(100% - 36px, var(--max));
  }

  .service-band,
  .industries,
  .leadership-inner,
  .request-section,
  .candidate-section,
  .faq {
    padding-block: 84px;
  }

  .section-heading {
    gap: 28px;
    margin-bottom: 46px;
  }

  .section-heading h2,
  .industries h2,
  .pathway h2,
  .request-section h2,
  .candidate-section h2,
  .faq h2 {
    font-size: 40px;
  }

  .service-item {
    padding: 30px 24px 34px;
  }

  .service-item h3 {
    margin-top: 30px;
  }

  .industry-row {
    grid-template-columns: 38px 1fr;
    gap: 15px;
  }

  .industry-row p {
    grid-column: 2;
  }

  .signal-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signal-steps span:nth-child(2) {
    border-right: 0;
  }

  .licence-band-inner {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-block: 28px;
  }

  .leadership-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .leadership-portrait {
    width: min(100%, 560px);
  }

  .leadership-copy h2 {
    font-size: 42px;
  }

  .leadership-copy .leadership-intro {
    font-size: 18px;
  }

  .pathways {
    grid-template-columns: 1fr;
  }

  .pathway {
    min-height: 440px;
    padding: 58px 24px;
  }

  .form-grid,
  .candidate-form {
    grid-template-columns: 1fr;
  }

  .form-wide,
  .candidate-wide {
    grid-column: auto;
  }

  .intake-form {
    padding: 24px 18px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 100px;
  }

  .copyright {
    grid-column: auto;
  }

  .mobile-staffing-cta {
    position: fixed;
    z-index: 190;
    left: 12px;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    background: var(--blue);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: var(--display);
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(120%);
    transition: opacity 220ms ease, transform 260ms var(--ease), visibility 0s linear 260ms;
  }

  .has-scrolled .mobile-staffing-cta {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .form-area-visible .mobile-staffing-cta {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(120%);
    transition-delay: 0s, 0s, 220ms;
  }

  .archive-reader {
    width: calc(100vw - 24px);
    height: min(84vh, 720px);
  }

  .archive-reader-toolbar {
    min-height: 56px;
  }

  .archive-reader-toolbar > p {
    padding-inline: 12px 8px;
  }

  .archive-reader-toolbar strong {
    display: none;
  }

  .archive-reader-controls button {
    width: 36px;
    font-size: 18px;
  }

  .archive-reader-controls output {
    width: 42px;
    font-size: 10px;
  }

  .archive-reader-body {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .archive-reader-copy {
    max-height: 190px;
    padding: 20px 18px;
    border-top: 1px solid #c5ccd2;
    border-left: 0;
  }

  .archive-reader-copy h2 {
    margin: 8px 0 10px;
    font-size: 24px;
  }

  .archive-reader-copy .archive-reader-note {
    display: none;
  }

  .policy-shell {
    width: min(100% - 36px, 900px);
    padding-top: 118px;
  }

  .policy-shell > h1 {
    font-size: 42px;
  }
}

@media (max-width: 400px) {
  h1 {
    font-size: 42px;
  }

  .chapter-copy h2,
  .section-heading h2,
  .industries h2,
  .pathway h2,
  .request-section h2,
  .candidate-section h2,
  .faq h2 {
    font-size: 36px;
  }

  .brand small {
    display: none;
  }
}

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

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

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

  .world {
    min-height: auto;
  }

  .world-stage {
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    height: 100svh;
  }

  .world-chapters {
    margin-top: 0;
  }

  .chapter:not(.hero-chapter) {
    min-height: auto;
    background: var(--navy);
    padding-block: 90px;
  }

  .chapter-light:not(.hero-chapter) {
    background: #e7ebee;
  }

  .archive-fallback {
    width: min(100%, 980px);
    display: flex;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0 0 12px;
    overflow-x: auto;
    list-style: none;
    scroll-snap-type: x mandatory;
  }
}

/* Cloudflare Turnstile. The container stays hidden until app.js confirms a site
   key is configured, so an unconfigured site shows no empty gap. */
.turnstile-field {
  margin: 4px 0 8px;
  min-height: 65px;
}

/* Stop reserving our own space when no widget drew. A failed render still
   leaves Turnstile's wrapper div behind, which keeps roughly 72px of its own
   height, so this removes our contribution rather than the whole gap. Only
   reachable when Turnstile cannot load at all: an unauthorised hostname
   (error 110200, which is what localhost gives) or a blocked network. In that
   case the submit attempt returns a 403 whose message carries EO's phone
   number, so the visitor is told what to do regardless. */
.turnstile-field:empty,
.turnstile-field:not(:has(iframe)) {
  min-height: 0;
}

@media (max-width: 720px) {
  .turnstile-field {
    min-height: 0;
  }
}
