:root {
  color-scheme: dark;
  interpolate-size: allow-keywords;
  --bg: #061426;
  --hero-bg: #061426;
  --section-bg: #061426;
  --bg-elevated: #0a1a30;
  --ink: #f8fbff;
  --text: #f3f7fb;
  --muted: rgba(243, 247, 251, 0.66);
  --quiet: rgba(243, 247, 251, 0.46);
  --line: rgba(185, 211, 239, 0.12);
  --line-strong: rgba(185, 211, 239, 0.22);
  --wine: #741820;
  --ember: #c22530;
  --steel: #234c7c;
  --gold: #b9d3ef;
  --band-white-0: #ffffff;
  --band-white-1: #f7fafc;
  --band-white-2: #ffffff;
  --band-white-3: #e8eef5;
  --band-main-0: #741820;
  --band-main-1: #b51f2a;
  --band-main-2: #d6333d;
  --band-main-3: #8b1a22;
  --band-soft-0: #65131a;
  --band-soft-1: #8f1b24;
  --band-soft-2: #b8242f;
  --band-soft-3: #741820;
  --font-display: "Instrument Sans", Arial, sans-serif;
  --font-text: "Instrument Sans", Arial, sans-serif;
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.78);
  --text-soft: rgba(255, 255, 255, 0.58);
  --type-strong: rgba(238, 244, 250, 0.94);
  --type-main: rgba(226, 236, 247, 0.76);
  --type-muted: rgba(226, 236, 247, 0.62);
  --type-quiet: rgba(226, 236, 247, 0.46);
  --surface-ink: #061426;
  --accent-purple: #c22530;
  --page-width: 1240px;
  --page-gutter: clamp(20px, 4vw, 56px);
  --header-height: 64px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--bg);
  color: var(--text-primary);
  font-family: var(--font-text);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 90;
  background:
    radial-gradient(ellipse 58% 42% at 50% 8%, rgba(185, 211, 239, 0.04), rgba(185, 211, 239, 0) 62%),
    rgba(1, 7, 14, 0.28);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.46s ease;
}

body.has-nav-panel-open::before {
  opacity: 1;
}

button,
a,
input,
textarea,
select {
  font: inherit;
}

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

button {
  border: 0;
  cursor: pointer;
}

.page-shell {
  min-height: 100svh;
  overflow: hidden;
  background:
    linear-gradient(180deg, #061426 0%, #07172a 38%, #061426 66%, #05111f 100%);
}

.hero-stage {
  position: relative;
  z-index: 1;
  min-height: clamp(620px, 82svh, 760px);
  background: transparent;
  overflow: visible;
  isolation: isolate;
  perspective: 1200px;
}

.page-shell > section,
.site-footer {
  transition:
    opacity 0.46s ease,
    filter 0.52s ease,
    transform 0.64s cubic-bezier(0.19, 1, 0.22, 1);
}

body.has-nav-panel-open .page-shell > section,
body.has-nav-panel-open .site-footer {
  opacity: 0.68;
  filter: blur(0.8px) saturate(0.86) brightness(0.82);
  transform: scale(0.997);
  transform-origin: 50% 18%;
  pointer-events: none;
}

.hero-stage::after {
  content: none;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: clamp(120px, 18svh, 190px);
  background: linear-gradient(
    180deg,
    rgba(6, 20, 38, 0),
    rgba(6, 20, 38, 0.72) 58%,
    var(--section-bg) 100%
  );
  pointer-events: none;
}

.journey-background {
  position: absolute;
  inset: 0 0 clamp(-560px, -42svh, -360px);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 68%, rgba(0, 0, 0, 0.72) 80%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 68%, rgba(0, 0, 0, 0.72) 80%, transparent 100%);
}

.journey-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 16, 30, 0.2), rgba(5, 16, 30, 0) 36%, rgba(5, 16, 30, 0) 100%),
    linear-gradient(90deg, rgba(5, 16, 30, 0.62), rgba(5, 16, 30, 0) 32%, rgba(5, 16, 30, 0.24));
  pointer-events: none;
}

.journey-background::before {
  content: none;
}

.base-field,
.ambient-field {
  position: absolute;
  inset: 0;
}

.base-field {
  background:
    radial-gradient(ellipse at 64% 42%, rgba(22, 48, 82, 0.36) 0%, rgba(6, 20, 38, 0) 47%),
    radial-gradient(ellipse at 44% 70%, rgba(194, 37, 48, 0.04) 0%, rgba(194, 37, 48, 0) 37%),
    radial-gradient(ellipse at 36% 24%, rgba(185, 211, 239, 0.035) 0%, rgba(185, 211, 239, 0) 34%),
    linear-gradient(135deg, rgba(4, 16, 30, 0.58) 0%, rgba(6, 20, 38, 0.28) 54%, rgba(6, 20, 38, 0) 100%);
}

.base-field::before {
  content: none;
}

.ambient-field {
  display: none;
}

.ambient-field::before,
.ambient-field::after {
  content: none;
}

.ambient-field::before {
  background:
    repeating-linear-gradient(
      116deg,
      transparent 0 118px,
      rgba(185, 211, 239, 0.045) 119px,
      transparent 121px
    );
  opacity: 0.36;
}

.ambient-field::after {
  background:
    linear-gradient(90deg, rgba(5, 16, 30, 0.92) 0%, rgba(5, 16, 30, 0) 40%, rgba(5, 16, 30, 0.42) 100%),
    linear-gradient(180deg, rgba(5, 16, 30, 0.72) 0%, rgba(5, 16, 30, 0) 40%, rgba(5, 16, 30, 0.84) 100%);
}

.journey-lines {
  position: absolute;
  top: clamp(380px, 39svh, 455px);
  left: -12vw;
  width: 142vw;
  height: clamp(320px, 38svh, 410px);
  overflow: visible;
  opacity: 1;
  shape-rendering: geometricPrecision;
  transform: translate3d(0, 0, -60px);
}

.journey-lines stop {
  transition: stop-color 1.18s cubic-bezier(0.19, 1, 0.22, 1);
}

.journey-motion {
  transform-box: fill-box;
  transform-origin: 58% 76%;
  will-change: transform;
  animation: band-breathe 14s ease-in-out 5.6s infinite;
}

.journey-path {
  --line-opacity: 1;
  --draw-duration: 4.8s;
  --draw-delay: 0s;
  --drift-duration: 9.5s;
  --entry-scale: 0.98;
  --entry-y: 18px;
  --drift-x: 0px;
  --drift-y: 0px;
  --drift-rotate: 0deg;
  fill: none;
  stroke-width: clamp(17px, 1.42vw, 25px);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-opacity: var(--line-opacity);
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.2));
  transform-box: fill-box;
  transform-origin: 58% 72%;
  will-change: transform;
  animation:
    band-entry var(--draw-duration) cubic-bezier(0.22, 1, 0.36, 1) var(--draw-delay) forwards,
    band-draw var(--draw-duration) cubic-bezier(0.72, 0, 0.2, 1) var(--draw-delay) forwards,
    rope-drift var(--drift-duration) ease-in-out 5.35s infinite;
}

.path-white-main {
  --line-opacity: 0.94;
  --drift-x: 18px;
  --drift-y: -8px;
  --drift-rotate: -0.045deg;
  --entry-scale: 0.97;
  --entry-y: 18px;
  --draw-duration: 4.7s;
  --drift-duration: 12.8s;
  stroke: url(#band-white-main);
}

.path-brand-main {
  --line-opacity: 0.9;
  --drift-x: 20px;
  --drift-y: -7px;
  --drift-rotate: -0.04deg;
  --entry-scale: 0.972;
  --entry-y: 16px;
  --draw-duration: 5s;
  --draw-delay: 0.08s;
  --drift-duration: 13.4s;
  stroke: url(#band-brand-main);
}

.path-brand-soft {
  --line-opacity: 0.68;
  --drift-x: 16px;
  --drift-y: -6px;
  --drift-rotate: -0.034deg;
  --entry-scale: 0.98;
  --entry-y: 14px;
  --draw-duration: 5.25s;
  --draw-delay: 0.16s;
  --drift-duration: 14.2s;
  stroke: url(#band-brand-soft);
}

.site-header {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: calc(var(--header-height) + 12px);
  align-items: center;
  justify-content: space-between;
  gap: clamp(22px, 3vw, 56px);
  margin: 0;
  padding: 0 max(var(--page-gutter), calc((100vw - var(--page-width)) / 2 + var(--page-gutter)));
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(4, 14, 27, 0.38), rgba(4, 14, 27, 0.18) 58%, rgba(4, 14, 27, 0));
  box-shadow: none;
  backdrop-filter: blur(0) saturate(1);
  -webkit-backdrop-filter: blur(0) saturate(1);
  transition:
    background 0.42s ease,
    box-shadow 0.42s ease,
    backdrop-filter 0.42s ease;
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 34px;
  background: linear-gradient(180deg, rgba(3, 13, 25, 0.12), rgba(3, 13, 25, 0));
  opacity: 0;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.34) 54%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.34) 54%, transparent 100%);
  pointer-events: none;
  transition: opacity 0.42s ease;
}

body.has-scrolled .site-header {
  background:
    linear-gradient(180deg, rgba(3, 13, 25, 0.78), rgba(3, 13, 25, 0.46) 58%, rgba(3, 13, 25, 0));
  box-shadow: none;
  backdrop-filter: blur(10px) saturate(1.02);
  -webkit-backdrop-filter: blur(10px) saturate(1.02);
}

body.has-scrolled .site-header::after {
  opacity: 0.42;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
}

@media (min-width: 981px) {
  .brand {
    transform: translateX(calc(-1 * var(--page-gutter)));
  }
}

.brand-mark {
  position: relative;
  display: grid;
  width: 18px;
  height: 21px;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.72;
  filter: none;
  image-rendering: auto;
  mix-blend-mode: normal;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy span {
  display: none;
}

.brand-copy strong {
  color: rgba(243, 247, 251, 0.58);
  font-family: var(--font-text);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}

.mobile-nav-toggle,
.mobile-nav-direct,
.orientation-lock {
  display: none;
}

.main-nav .mobile-nav-direct {
  display: none;
}

.main-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.35vw, 38px);
  color: rgba(243, 247, 251, 0.58);
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.main-nav::before {
  content: none;
  position: absolute;
  left: -22px;
  right: -22px;
  top: 50%;
  height: 38px;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(185, 211, 239, 0.045), rgba(185, 211, 239, 0) 72%),
    linear-gradient(90deg, rgba(185, 211, 239, 0), rgba(185, 211, 239, 0.025) 22%, rgba(185, 211, 239, 0.038) 50%, rgba(185, 211, 239, 0.02) 78%, rgba(185, 211, 239, 0));
  opacity: 0.86;
  pointer-events: none;
  transform: translateY(-50%);
}

.main-nav a,
.nav-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 18px 0;
  color: rgba(243, 247, 251, 0.62);
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  text-transform: inherit;
  white-space: nowrap;
  text-shadow: 0 0 0 rgba(248, 251, 255, 0);
  transition:
    opacity 0.42s ease,
    color 0.42s ease,
    text-shadow 0.48s ease,
    transform 0.48s cubic-bezier(0.19, 1, 0.22, 1);
}

.main-nav a:focus,
.nav-trigger:focus {
  outline: none;
}

.main-nav a:focus-visible,
.nav-trigger:focus-visible {
  color: rgba(248, 251, 255, 0.92);
  outline: none;
}

.main-nav a:hover,
.nav-dropdown.is-open .nav-trigger,
.contact-dropdown.is-open .nav-trigger {
  color: rgba(248, 251, 255, 0.96);
  text-shadow: 0 0 14px rgba(185, 211, 239, 0.16);
}

.main-nav a::before,
.nav-trigger::before {
  content: none;
  position: absolute;
  left: -13px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(185, 211, 239, 0.84);
  box-shadow: 0 0 12px rgba(185, 211, 239, 0.22);
  opacity: 0;
  transform: translate3d(0, -50%, 0) scale(0.5);
  transition:
    opacity 0.38s ease,
    transform 0.46s cubic-bezier(0.19, 1, 0.22, 1);
}

.main-nav a:hover::before,
.main-nav a:focus-visible::before,
.nav-dropdown.is-open .nav-trigger::before,
.contact-dropdown.is-open .nav-trigger::before {
  opacity: 1;
  transform: translate3d(0, -50%, 0) scale(1);
}

.main-nav a::after,
.nav-trigger::after {
  content: none;
}

.nav-trigger {
  padding: 18px 0;
  background: transparent;
}

.nav-plus {
  display: inline-flex;
  width: 14px;
  flex: 0 0 14px;
  align-items: center;
  justify-content: center;
  color: rgba(214, 51, 61, 0.98);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 14px rgba(194, 37, 48, 0.24);
  transform: translateY(-0.04em);
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-panel {
  position: fixed;
  z-index: 130;
  top: calc(var(--header-height) + 28px);
  right: auto;
  left: 50%;
  display: grid;
  width: min(var(--page-width), calc(100vw - (var(--page-gutter) * 2)));
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 64px;
  padding: 56px 60px 58px;
  border: 1px solid rgba(185, 211, 239, 0.09);
  border-radius: 8px;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(194, 37, 48, 0.055), rgba(194, 37, 48, 0) 34%),
    radial-gradient(ellipse at 84% 18%, rgba(185, 211, 239, 0.028), rgba(185, 211, 239, 0) 44%),
    linear-gradient(135deg, rgba(5, 17, 32, 0.992) 0%, rgba(6, 20, 38, 0.998) 58%, rgba(3, 13, 25, 0.998) 100%);
  box-shadow:
    0 1px 0 rgba(248, 251, 255, 0.055),
    0 32px 82px rgba(0, 0, 0, 0.42),
    0 70px 150px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(248, 251, 255, 0.045),
    inset 0 -1px 0 rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(22px) saturate(1.04);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  filter: blur(10px);
  transform: translate3d(-50%, 16px, 0) scale(0.975);
  transform-origin: 50% 0;
  color: rgba(243, 247, 251, 0.72);
  font-family: var(--font-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  transition:
    visibility 0s linear 0.46s,
    filter 0.52s ease,
    opacity 0.42s ease,
    transform 0.72s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav-panel::before {
  content: "";
  position: absolute;
  right: 250px;
  bottom: 100%;
  width: 80px;
  height: 76px;
}

.nav-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(194, 37, 48, 0.035), rgba(248, 251, 255, 0) 18% 82%, rgba(185, 211, 239, 0.018)),
    linear-gradient(180deg, rgba(248, 251, 255, 0.018), rgba(248, 251, 255, 0) 48%);
  box-shadow:
    inset 0 0 0 1px rgba(248, 251, 255, 0.035),
    inset 0 18px 48px rgba(248, 251, 255, 0.018);
  pointer-events: none;
}

.nav-dropdown.is-open .nav-panel {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  filter: blur(0);
  transform: translate3d(-50%, 0, 0) scale(1);
  transition:
    visibility 0s linear 0s,
    filter 0.54s ease,
    opacity 0.44s ease,
    transform 0.76s cubic-bezier(0.19, 1, 0.22, 1);
}

#ueber-uns.is-sequence-active .nav-panel-intro,
#ueber-uns.is-sequence-active .nav-panel-links a,
#ueber-uns.is-sequence-active .nav-engagement-card {
  animation-name: menu-part-flash;
  animation-duration: 0.95s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: both;
}

#ueber-uns.is-sequence-active .nav-panel-intro {
  animation-delay: 0.34s;
}

#ueber-uns.is-sequence-active .nav-panel-links a:nth-child(1) {
  animation-delay: 0.5s;
}

#ueber-uns.is-sequence-active .nav-panel-links a:nth-child(2) {
  animation-delay: 0.62s;
}

#ueber-uns.is-sequence-active .nav-engagement-card:nth-child(1) {
  animation-delay: 0.78s;
}

#ueber-uns.is-sequence-active .nav-engagement-card:nth-child(2) {
  animation-delay: 0.94s;
}

.nav-panel-intro {
  display: grid;
  align-content: start;
  gap: 22px;
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition:
    opacity 0.72s ease 0.12s,
    transform 0.86s cubic-bezier(0.19, 1, 0.22, 1) 0.12s;
}

.nav-dropdown.is-open .nav-panel-intro {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.nav-panel-intro > span {
  display: block;
  color: rgba(248, 251, 255, 0.88);
  font-family: var(--font-text);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
}

.nav-panel-intro p {
  max-width: 27ch;
  margin: 0;
  color: rgba(243, 247, 251, 0.62);
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

.nav-panel-links {
  display: grid;
  gap: 20px;
  margin-top: 22px;
}

.nav-panel-links a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  color: rgba(243, 247, 251, 0.74);
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.nav-panel-links span {
  display: inline-flex;
  width: 1.12em;
  height: 1.12em;
  align-items: center;
  justify-content: center;
  flex: 0 0 1em;
  color: rgba(214, 51, 61, 0.98);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 14px rgba(194, 37, 48, 0.24);
  transform: translateY(-0.04em);
}

.nav-panel-links a:hover {
  color: #ffffff;
  transform: none;
}

.nav-engagement-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition:
    opacity 0.78s ease 0.18s,
    transform 0.96s cubic-bezier(0.19, 1, 0.22, 1) 0.18s;
}

.nav-dropdown.is-open .nav-engagement-grid {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.main-nav .nav-panel .nav-engagement-card {
  display: grid;
  min-width: 0;
  padding: 0;
  color: rgba(248, 251, 255, 0.82);
  gap: 0;
  isolation: isolate;
  white-space: normal;
}

.main-nav .nav-panel .nav-engagement-card:focus {
  outline: none;
}

.main-nav .nav-panel .nav-engagement-card:focus-visible .engagement-image {
  box-shadow:
    inset 0 0 0 1px rgba(185, 211, 239, 0.22),
    inset 0 -44px 70px rgba(3, 12, 22, 0.52),
    0 18px 42px rgba(0, 0, 0, 0.24);
}

.main-nav .nav-panel .nav-engagement-card:hover {
  color: #ffffff;
  transform: none;
}

.engagement-image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 36% 20%, rgba(248, 251, 255, 0.04), rgba(248, 251, 255, 0) 34%),
    rgba(5, 16, 30, 0.92);
  box-shadow:
    inset 0 0 0 1px rgba(248, 251, 255, 0.08),
    inset 0 -26px 46px rgba(3, 12, 22, 0.18),
    0 18px 42px rgba(0, 0, 0, 0.22);
  transform: translateZ(0);
}

.engagement-image::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 2;
  border-radius: inherit;
  background:
    linear-gradient(110deg, rgba(248, 251, 255, 0.055), rgba(248, 251, 255, 0) 36%),
    radial-gradient(circle at 74% 18%, rgba(185, 211, 239, 0.055), rgba(185, 211, 239, 0) 38%);
  mix-blend-mode: screen;
  opacity: 0.2;
  pointer-events: none;
  transition: opacity 0.72s ease;
}

.engagement-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(3, 12, 22, 0.1) 0%, rgba(3, 12, 22, 0.18) 54%, rgba(3, 12, 22, 0.3) 100%),
    linear-gradient(90deg, rgba(3, 12, 22, 0.12), rgba(3, 12, 22, 0.04) 46%, rgba(3, 12, 22, 0.14));
  pointer-events: none;
  transition: opacity 0.72s ease;
}

.nav-engagement-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.86) contrast(1.04) brightness(0.82);
  transition:
    filter 0.78s ease,
    transform 0.95s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav-engagement-card:first-child img {
  transform: scale(1.34);
  object-position: 48% 48%;
}

.nav-engagement-card:nth-child(2) img {
  transform: scale(1.3);
  object-position: 50% 22%;
}

.nav-engagement-card:hover img {
  filter: saturate(1.02) contrast(1.06) brightness(1.02);
  transform: scale(1.39);
}

.nav-engagement-card:nth-child(2):hover img {
  filter: saturate(1.02) contrast(1.06) brightness(1.02);
  transform: scale(1.35);
}

.nav-engagement-card:hover .engagement-image::before {
  opacity: 0.28;
}

.nav-engagement-card:hover .engagement-image::after {
  opacity: 0.35;
}

.engagement-title {
  display: block;
  margin-top: 18px;
  color: rgba(248, 251, 255, 0.9);
  font-family: var(--font-text);
  font-size: clamp(16px, 1.05vw, 18px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
  word-spacing: normal;
  white-space: nowrap;
}

.engagement-text {
  display: block;
  min-height: 0;
  margin-top: 10px;
  color: rgba(243, 247, 251, 0.62);
  font-family: var(--font-text);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0;
}

.engagement-button {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(248, 251, 255, 0.78);
  font-family: var(--font-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  transition:
    color 0.2s ease;
}

.engagement-button::before {
  content: "+";
  display: inline-grid;
  width: 1.12em;
  height: 1.12em;
  place-items: center;
  flex: 0 0 auto;
  color: rgba(214, 51, 61, 0.98);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 14px rgba(194, 37, 48, 0.22);
  transform: translateY(-0.04em);
  transition:
    color 0.42s ease,
    transform 0.48s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav-engagement-card:hover .engagement-button {
  color: rgba(248, 251, 255, 0.9);
}

.nav-engagement-card:hover .engagement-button::before {
  color: rgba(214, 51, 61, 1);
  transform: translateY(-0.04em) rotate(45deg);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-width));
  min-height: clamp(780px, 88svh, 930px);
  margin: 0 auto;
  padding: clamp(200px, 22svh, 270px) 0 clamp(170px, 16svh, 220px);
}

.hero-copy {
  position: relative;
  max-width: 72rem;
  padding: 0;
  transform: translateZ(90px);
  transition:
    opacity 0.46s ease,
    filter 0.52s ease,
    transform 0.64s cubic-bezier(0.19, 1, 0.22, 1);
}

.hero-copy::before {
  content: none;
}

.hero-kicker {
  margin: 0 0 1.4rem;
  color: var(--type-muted);
  font-family: var(--font-text);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: none;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  animation: hero-copy-in 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.16s forwards;
}

.hero-copy h1 {
  display: block;
  max-width: 78rem;
  margin: 0 0 2.1rem;
  color: var(--type-strong);
  font-family: var(--font-display);
  font-feature-settings: "ss04" 1, "liga" 1;
  font-size: clamp(5.1rem, 3.9vw, 6.35rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: none;
  text-transform: none;
}

.headline-line {
  display: block;
  padding: 0 0 0.2em;
  margin-bottom: -0.18em;
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  overflow: visible;
  clip-path: none;
  animation: headline-line-in 0.86s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  will-change: opacity, transform;
}

.headline-line:nth-child(1) {
  animation-delay: 0.18s;
}

.headline-line:nth-child(2) {
  animation-delay: 0.34s;
}

.headline-line:nth-child(3) {
  animation-delay: 0.5s;
}

.hero-copy h1 .accent {
  color: var(--ember);
  font: inherit;
  font-family: inherit;
  font-feature-settings: "ss04" 1, "liga" 1;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.headline-comma {
  color: var(--type-strong);
}

.hero-copy > p:not(.hero-kicker) {
  max-width: 68rem;
  margin: 0;
  color: var(--type-main);
  font-family: var(--font-text);
  font-size: 1.72rem;
  font-weight: 400;
  line-height: 2.48rem;
  letter-spacing: 0;
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  animation: hero-copy-in 0.82s cubic-bezier(0.22, 1, 0.36, 1) 0.72s forwards;
  will-change: opacity, transform;
}

.services-section {
  position: relative;
  z-index: 3;
  scroll-margin-top: calc(var(--header-height) + 8px);
  margin-top: clamp(-42px, -3svh, -18px);
  padding: clamp(104px, 8svh, 136px) var(--page-gutter) clamp(24px, 3vw, 42px);
  background: transparent;
  overflow: visible;
}

.scroll-reveal {
  opacity: 0;
  filter: none;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 0.9s ease,
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.scroll-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.services-section::before {
  content: none;
  position: absolute;
  top: clamp(-210px, -14vw, -150px);
  right: 0;
  left: 0;
  z-index: 0;
  height: clamp(360px, 26vw, 500px);
  background:
    radial-gradient(ellipse 74% 56% at 50% 42%, rgba(12, 31, 54, 0.26), rgba(6, 20, 38, 0.085) 58%, rgba(6, 20, 38, 0) 86%),
    linear-gradient(
      180deg,
      rgba(6, 20, 38, 0) 0%,
      rgba(6, 20, 38, 0.32) 30%,
      #061426 56%,
      rgba(6, 20, 38, 0.28) 76%,
      rgba(6, 20, 38, 0) 100%
    );
  pointer-events: none;
}

.services-section::after {
  content: none;
  position: absolute;
  right: 0;
  bottom: clamp(-250px, -15vw, -170px);
  left: 0;
  z-index: 3;
  height: clamp(250px, 16vw, 360px);
  background: none;
  pointer-events: none;
}

.stats-grid {
  position: relative;
  z-index: 4;
  display: grid;
  width: min(100%, calc(var(--page-width) + 72px));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 48px);
  align-items: start;
  margin: 0 auto;
  padding: clamp(30px, 2.8vw, 42px) 0 clamp(18px, 1.8vw, 24px);
  border-top: 0;
  background: none;
  backdrop-filter: none;
}

.stat-item {
  position: relative;
  min-width: 0;
  padding: 0;
  display: grid;
  justify-items: center;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 0.75s ease,
    transform 0.86s cubic-bezier(0.22, 1, 0.36, 1);
}

.stats-section.is-visible .stat-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stats-section.is-visible .stat-item:nth-child(1) {
  transition-delay: 0.06s;
}

.stats-section.is-visible .stat-item:nth-child(2) {
  transition-delay: 0.14s;
}

.stats-section.is-visible .stat-item:nth-child(3) {
  transition-delay: 0.22s;
}

.stats-section.is-visible .stat-item:nth-child(4) {
  transition-delay: 0.3s;
}

.stat-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: calc((clamp(20px, 2.8vw, 44px) * -0.5) - 1px);
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(248, 251, 255, 0),
    rgba(248, 251, 255, 0.04) 46%,
    rgba(248, 251, 255, 0)
  );
}

.stat-value {
  display: flex;
  min-height: 34px;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  margin: 0;
  color: rgba(248, 251, 255, 0.92);
  font-family: var(--font-display);
  font-feature-settings: "ss04" 1, "liga" 1;
  line-height: 0.92;
  letter-spacing: 0;
  white-space: nowrap;
}

.stat-prefix {
  color: rgba(248, 251, 255, 0.52);
  font-family: var(--font-display);
  font-size: clamp(17px, 1.2vw, 22px);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  transform: translateY(-0.18em);
}

.stat-number {
  font-size: clamp(28px, 2.2vw, 38px);
}

.stat-like {
  display: inline-block;
  width: clamp(20px, 1.34vw, 24px);
  height: clamp(20px, 1.34vw, 24px);
  margin-left: 7px;
  background: rgba(248, 251, 255, 0.72);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.15 10.1v10.15H4.95c-.98 0-1.8-.82-1.8-1.8v-6.55c0-.98.82-1.8 1.8-1.8h3.2Zm1.85 9.95c-.56 0-1-.44-1-1v-8.4c0-.27.1-.52.29-.72l4.66-5.48c.34-.39.83-.62 1.35-.62.98 0 1.7.9 1.5 1.86l-.87 4.18h3.38c1.6 0 2.76 1.51 2.35 3.06l-1.36 5.08c-.31 1.2-1.39 2.04-2.62 2.04H10Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.15 10.1v10.15H4.95c-.98 0-1.8-.82-1.8-1.8v-6.55c0-.98.82-1.8 1.8-1.8h3.2Zm1.85 9.95c-.56 0-1-.44-1-1v-8.4c0-.27.1-.52.29-.72l4.66-5.48c.34-.39.83-.62 1.35-.62.98 0 1.7.9 1.5 1.86l-.87 4.18h3.38c1.6 0 2.76 1.51 2.35 3.06l-1.36 5.08c-.31 1.2-1.39 2.04-2.62 2.04H10Z'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: 0.82;
  transform: translateY(-0.05em);
}

.stat-item p {
  max-width: 260px;
  margin: 10px auto 0;
  color: rgba(243, 247, 251, 0.5);
  font-family: var(--font-text);
  font-size: clamp(12px, 0.85vw, 14px);
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.training-section {
  position: relative;
  z-index: 2;
  scroll-margin-top: calc(var(--header-height) + 18px);
  margin-top: 0;
  padding: clamp(132px, 9.5vw, 174px) var(--page-gutter) clamp(138px, 11vw, 190px);
  background: transparent;
  overflow: visible;
  isolation: isolate;
}

.training-section.scroll-reveal {
  transform: translate3d(0, 34px, 0);
}

.training-section.scroll-reveal.is-visible,
.montage-section.scroll-reveal.is-visible,
.site-footer.scroll-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

body.has-nav-panel-open .page-shell > section,
body.has-nav-panel-open .site-footer,
body.has-nav-panel-open .training-section.scroll-reveal.is-visible,
body.has-nav-panel-open .montage-section.scroll-reveal.is-visible,
body.has-nav-panel-open .site-footer.scroll-reveal.is-visible {
  opacity: 0.68;
  filter: blur(0.8px) saturate(0.86) brightness(0.82);
  transform: scale(0.997);
  transform-origin: 50% 18%;
  pointer-events: none;
}

.training-section::before {
  content: "";
  position: absolute;
  inset: clamp(-120px, -8vw, -74px) 0 clamp(-150px, -10vw, -96px);
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(6, 20, 38, 0), rgba(7, 22, 40, 0.42) 26%, rgba(6, 20, 38, 0.54) 58%, rgba(6, 20, 38, 0) 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 13%, #000 30%, #000 76%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 13%, #000 30%, #000 76%, transparent 100%);
  pointer-events: none;
}

.training-section::after {
  content: "";
  position: absolute;
  top: clamp(30px, 3vw, 52px);
  right: max(var(--page-gutter), calc((100vw - var(--page-width)) / 2));
  left: max(var(--page-gutter), calc((100vw - var(--page-width)) / 2));
  z-index: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(185, 211, 239, 0), rgba(185, 211, 239, 0.12) 50%, rgba(185, 211, 239, 0));
  opacity: 0.7;
  pointer-events: none;
}

.section-contact-float {
  position: relative;
  z-index: 8;
  display: inline-flex;
  width: fit-content;
  gap: 12px;
  align-items: center;
  min-height: 28px;
  margin-top: clamp(10px, 1vw, 16px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(226, 236, 247, 0.78);
  font: inherit;
  font-size: 1.42rem;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  box-shadow: none;
  backdrop-filter: none;
  transition:
    color 0.34s ease,
    transform 0.34s cubic-bezier(0.19, 1, 0.22, 1);
}

.section-contact-float span:first-child {
  color: rgba(214, 51, 61, 0.98);
  font-size: 1.72rem;
  line-height: 0.8;
  transition: color 0.34s ease;
}

.section-contact-float:hover,
.section-contact-float:focus-visible {
  color: rgba(243, 247, 251, 0.86);
  transform: none;
}

.section-contact-float:hover span:first-child,
.section-contact-float:focus-visible span:first-child {
  color: rgba(214, 51, 61, 1);
}

.training-lab {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.38fr) minmax(0, 1.12fr);
  gap: clamp(72px, 7vw, 116px);
  align-items: start;
  width: min(100%, var(--page-width));
  margin: 0 auto;
  isolation: isolate;
}

.training-lab::before {
  content: none;
}

.training-lab::after {
  content: none;
}

.training-intro {
  position: relative;
  z-index: 3;
  display: grid;
  row-gap: 16px;
  max-width: 40rem;
  min-height: auto;
  margin: 0;
  padding-top: clamp(16px, 2vw, 28px);
  text-align: left;
}

.section-eyebrow {
  margin: 0;
  color: rgba(243, 247, 251, 0.62);
  font-family: var(--font-text);
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

.training-intro > .section-eyebrow,
.montage-header > .section-eyebrow {
  margin-bottom: 0;
}

.training-intro h2 {
  margin: 0;
  color: var(--type-strong);
  font-family: var(--font-display);
  font-size: clamp(3.7rem, 2.7vw, 4.55rem);
  font-weight: 500;
  line-height: 1.09;
  letter-spacing: 0;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.training-intro h2 span {
  display: block;
}

.training-intro .accent {
  display: block;
  color: var(--ember);
}

.training-section.is-visible .training-intro h2 {
  animation: training-headline-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.training-intro > p:not(.section-eyebrow) {
  max-width: 38ch;
  margin: 0;
  color: var(--type-main);
  font-family: var(--font-text);
  font-size: clamp(1.5rem, 1.1vw, 1.82rem);
  line-height: 1.55;
  letter-spacing: 0;
}

.course-rule {
  display: block;
  margin: 0 0 10px;
  color: rgba(243, 247, 251, 0.56);
  font-family: var(--font-text);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.course-river {
  position: relative;
  display: grid;
  gap: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  perspective: 1200px;
}

.course-river::before,
.course-river::after {
  content: none;
}

.course-scene {
  position: relative;
  display: block;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  interpolate-size: allow-keywords;
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  overflow: visible;
  transition:
    border-color 0.52s ease,
    transform 0.64s cubic-bezier(0.19, 1, 0.22, 1);
}

.course-scene:last-child {
  border-bottom: 0;
}

.course-scene:hover,
.course-scene[open] {
  border-color: transparent;
}

.course-scene:hover {
  transform: translate3d(0, -2px, 0);
}

.course-scene::before {
  content: none;
}

.course-scene::details-content {
  block-size: 0;
  opacity: 0;
  overflow: clip;
  transition:
    block-size 0.64s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.36s ease,
    content-visibility 0.64s allow-discrete;
}

.course-scene[open]::details-content {
  block-size: auto;
  opacity: 1;
}

.course-scene::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(248, 251, 255, 0), rgba(248, 251, 255, 0.16), rgba(185, 211, 239, 0.1), rgba(248, 251, 255, 0));
  opacity: 0;
  transform: scaleX(0.86);
  transition:
    opacity 0.34s ease,
    transform 0.54s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.course-scene[open]::after {
  opacity: 1;
  transform: scaleX(1);
}

.training-section.is-visible .course-scene {
  animation: training-item-in 0.82s ease forwards;
}

.training-section.is-visible .course-scene:nth-child(1) {
  animation-delay: 0.12s;
}

.training-section.is-visible .course-scene:nth-child(2) {
  animation-delay: 0.22s;
}

.training-section.is-visible .course-scene:nth-child(3) {
  animation-delay: 0.32s;
}

.training-section.is-visible .course-scene:nth-child(4) {
  animation-delay: 0.42s;
}

.training-section.is-visible .course-scene:nth-child(5) {
  animation-delay: 0.52s;
}

.course-scene summary {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(22px, 3vw, 42px);
  align-items: center;
  min-height: clamp(74px, 5vw, 92px);
  padding: clamp(18px, 1.65vw, 24px) 0;
  list-style: none;
  cursor: pointer;
}

.course-scene summary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(185, 211, 239, 0.03), rgba(185, 211, 239, 0.14), rgba(185, 211, 239, 0.075), rgba(185, 211, 239, 0.025));
  opacity: 0.78;
  transform: scaleX(0.96);
  transform-origin: center;
  transition:
    opacity 0.36s ease,
    transform 0.54s cubic-bezier(0.22, 1, 0.36, 1);
}

.course-scene:hover summary::before,
.course-scene[open] summary::before {
  opacity: 1;
  transform: scaleX(1);
}

.course-scene summary:focus,
.course-scene summary:focus-visible {
  outline: none;
}

.course-scene summary::-webkit-details-marker {
  display: none;
}

.course-number {
  display: none;
}

.course-title {
  display: block;
  max-width: 34ch;
  margin: 0;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(2.05rem, 1.45vw, 2.45rem);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0;
}

.course-toggle {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0.48;
  transition:
    opacity 0.48s ease,
    transform 0.62s cubic-bezier(0.19, 1, 0.22, 1);
}

.course-toggle::before,
.course-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  border-radius: 99px;
  background: rgba(248, 251, 255, 0.62);
  transform-origin: center;
  transition:
    opacity 0.42s ease,
    transform 0.58s cubic-bezier(0.19, 1, 0.22, 1);
}

.course-toggle::before {
  transform: translate(-50%, -50%);
}

.course-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.course-scene[open] .course-toggle::before {
  transform: translate(-50%, -50%);
}

.course-scene[open] .course-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.2);
}

.course-scene:hover .course-toggle,
.course-scene[open] .course-toggle {
  opacity: 0.86;
  transform: translateX(-4px);
}

.course-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.47fr) minmax(0, 0.53fr);
  gap: clamp(34px, 4.8vw, 74px);
  align-items: start;
  min-height: clamp(248px, 21vw, 320px);
  padding: 6px 0 clamp(38px, 4.2vw, 62px);
  animation: course-open 0.68s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.course-panel::before {
  content: none;
}

.course-scene[open] .course-panel::before {
  content: none;
}

.course-media {
  position: relative;
  display: block;
  height: clamp(250px, 21vw, 340px);
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  transform: translate3d(-18px, 18px, -80px) scale(0.985);
  mask-image: radial-gradient(ellipse at 44% 50%, #000 0 54%, rgba(0, 0, 0, 0.56) 72%, transparent 100%);
  transform-style: preserve-3d;
}

.course-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 20, 38, 0.76), rgba(6, 20, 38, 0.08) 43%, rgba(6, 20, 38, 0.82)),
    radial-gradient(circle at 26% 20%, rgba(248, 251, 255, 0.1), rgba(248, 251, 255, 0) 34%);
  pointer-events: none;
}

.course-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  filter: saturate(0.76) contrast(1.08) brightness(0.66);
  transform: scale(1.08);
  transition:
    filter 0.42s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.course-scene[open] .course-media img,
.course-scene:hover .course-media img {
  filter: saturate(0.86) contrast(1.1) brightness(0.76);
  transform: scale(1.12);
}

.media-psaga img {
  object-position: center 48%;
}

.media-rescue img {
  object-position: 56% 42%;
}

.media-room img {
  object-position: 36% 52%;
}

.media-measure img {
  object-position: 62% 50%;
}

.media-check img {
  object-position: 48% 44%;
}

.course-copy {
  display: grid;
  gap: clamp(16px, 2vw, 24px);
  align-content: start;
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  padding-top: clamp(14px, 2vw, 26px);
}

.course-lead {
  max-width: 32ch;
  margin: 0;
  color: rgba(243, 247, 251, 0.84);
  font-family: var(--font-display);
  font-size: clamp(1.95rem, 1.38vw, 2.35rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.course-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 32px);
  max-width: none;
  padding-top: 6px;
}

.course-detail-grid p,
.course-result {
  color: rgba(243, 247, 251, 0.66);
  font-family: var(--font-text);
  font-size: 1.26rem;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0;
}

.course-detail-grid p {
  margin: 0;
}

.course-result {
  grid-column: auto;
  max-width: 40ch;
  margin: 0;
  color: rgba(243, 247, 251, 0.82);
  padding-left: 18px;
  border-left: 2px solid rgba(185, 211, 239, 0.3);
}

.course-scene[open] .course-media {
  animation: course-media-in 0.78s cubic-bezier(0.22, 1, 0.36, 1) 0.08s forwards;
}

.course-scene[open] .course-copy {
  animation: course-copy-in 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.16s forwards;
}

.training-section {
  padding-top: clamp(132px, 9.5vw, 174px);
  padding-bottom: clamp(138px, 11vw, 190px);
  box-shadow: none;
}

.training-section::before {
  position: absolute;
  inset: clamp(-120px, -8vw, -74px) 0 clamp(-150px, -10vw, -96px);
  z-index: 0;
  height: auto;
  background:
    linear-gradient(180deg, rgba(6, 20, 38, 0), rgba(7, 22, 40, 0.42) 26%, rgba(6, 20, 38, 0.54) 58%, rgba(6, 20, 38, 0) 100%);
  opacity: 1;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 13%, #000 30%, #000 76%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 13%, #000 30%, #000 76%, transparent 100%);
  pointer-events: none;
}

.training-section::after {
  content: "";
  position: absolute;
  top: clamp(30px, 3vw, 52px);
  right: max(var(--page-gutter), calc((100vw - var(--page-width)) / 2));
  left: max(var(--page-gutter), calc((100vw - var(--page-width)) / 2));
  z-index: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(185, 211, 239, 0), rgba(185, 211, 239, 0.12) 50%, rgba(185, 211, 239, 0));
  opacity: 0.7;
  pointer-events: none;
}

.training-lab {
  grid-template-columns: minmax(360px, 0.38fr) minmax(0, 1.12fr);
  gap: clamp(72px, 7vw, 116px);
}

.training-intro {
  position: sticky;
  top: calc(var(--header-height) + 44px);
  padding-top: 4px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.training-intro::before,
.training-intro::after,
.montage-header::before,
.montage-header::after {
  content: none;
}

.training-intro h2 {
  max-width: 11ch;
  color: rgba(238, 244, 250, 0.88);
  font-size: clamp(3.9rem, 3vw, 5.15rem);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0;
}

.training-intro .accent {
  color: rgba(207, 48, 58, 0.8);
}

.training-intro > p:not(.section-eyebrow) {
  color: rgba(223, 232, 242, 0.56);
}

.montage-header > p:not(.section-eyebrow) {
  color: rgba(223, 232, 242, 0.56);
}

.training-window {
  position: relative;
  display: grid;
  gap: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
  overflow-anchor: none;
}

.training-window::before {
  content: none;
  position: absolute;
  inset: -22px -4vw;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 20, 38, 0), rgba(116, 24, 32, 0.045) 22%, rgba(35, 76, 124, 0.035) 58%, rgba(6, 20, 38, 0)),
    radial-gradient(ellipse 70% 42% at 54% 18%, rgba(116, 24, 32, 0.055), rgba(116, 24, 32, 0) 66%);
  opacity: 0.58;
  pointer-events: none;
}

.training-box {
  position: relative;
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(185, 211, 239, 0.095);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
  overflow-anchor: none;
  transition:
    border-color 0.46s ease,
    background 0.52s ease,
    transform 0.68s cubic-bezier(0.19, 1, 0.22, 1);
}

.training-box:first-of-type {
  margin-top: 0;
  border-top-color: rgba(185, 211, 239, 0.12);
}

.training-box:last-child {
  border-bottom: 1px solid rgba(185, 211, 239, 0.08);
}

.training-box[open] {
  border-color: rgba(185, 211, 239, 0.14);
  background: transparent;
  box-shadow: none;
  transform: none;
}

.training-box::before {
  content: none;
  position: absolute;
  inset: 0 -2.4vw;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 20, 38, 0), rgba(185, 211, 239, 0.026) 24%, rgba(30, 69, 112, 0.035) 58%, rgba(6, 20, 38, 0));
  opacity: 0;
  transform: scaleX(0.94);
  transform-origin: center;
  transition:
    opacity 0.58s ease,
    transform 0.78s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.training-box[open]::before,
.training-box:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.training-box::details-content {
  block-size: auto;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.9s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.52s ease,
    content-visibility 0.82s allow-discrete;
}

.training-box[open]::details-content {
  max-height: 860px;
  opacity: 1;
}

.training-box.is-enhanced::details-content,
.training-box.is-enhanced[open]::details-content {
  max-height: none;
  opacity: 1;
  overflow: visible;
  transition: none;
}

@supports not selector(::details-content) {
  .training-box:not([open]) .training-box-content {
    display: none;
  }

  .training-box[open] .training-box-content {
    display: grid;
  }
}

.training-box summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: clamp(18px, 2vw, 32px);
  align-items: center;
  min-height: clamp(74px, 5vw, 90px);
  padding: clamp(21px, 1.9vw, 28px) 0;
  color: rgba(248, 251, 255, 0.76);
  list-style: none;
  cursor: pointer;
}

.training-box summary::-webkit-details-marker {
  display: none;
}

.training-box summary::after {
  content: "+";
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(248, 251, 255, 0.18);
  border-radius: 999px;
  background: rgba(248, 251, 255, 0.015);
  color: rgba(248, 251, 255, 0.76);
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(248, 251, 255, 0.04);
  transition:
    border-color 0.46s ease,
    background 0.46s ease,
    color 0.46s ease,
    transform 0.62s cubic-bezier(0.19, 1, 0.22, 1);
}

.training-box[open] summary::after {
  border-color: rgba(214, 51, 61, 0.34);
  background: rgba(214, 51, 61, 0.055);
  color: rgba(226, 79, 88, 0.88);
  transform: rotate(45deg);
}

.training-title-group {
  display: block;
  min-width: 0;
}

.training-title-group span {
  display: block;
  margin-bottom: 8px;
  color: rgba(243, 247, 251, 0.46);
  font-size: clamp(1.18rem, 0.76vw, 1.34rem);
  font-weight: 500;
  line-height: 1.15;
}

.training-title-group strong {
  display: block;
  min-width: 0;
  color: rgba(228, 236, 246, 0.72);
  font-size: clamp(2.05rem, 1.44vw, 2.52rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.training-box[open] .training-title-group strong {
  color: rgba(238, 244, 250, 0.82);
}

.training-window:has(.training-box[open]) .training-box:not([open]) .training-title-group {
  opacity: 0.42;
  transform: translateX(-2px);
  transition:
    opacity 0.48s ease,
    transform 0.58s cubic-bezier(0.19, 1, 0.22, 1);
}

.training-window:has(.training-box[open]) .training-box:not([open]):hover .training-title-group,
.training-window:has(.training-box[open]) .training-box:not([open]):focus-within .training-title-group {
  opacity: 0.68;
  transform: none;
}

.training-box-content {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(300px, 420px);
  grid-template-rows: auto;
  gap: clamp(30px, 3.2vw, 48px) clamp(38px, 4.2vw, 68px);
  align-items: start;
  align-content: start;
  min-height: auto;
  padding: 0 0 clamp(44px, 4.6vw, 72px);
  animation: training-box-open 0.78s cubic-bezier(0.19, 1, 0.22, 1) both;
}

.training-box.is-enhanced .training-box-content {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  animation: none;
  transition: none;
  will-change: height, opacity, transform;
  contain: layout paint;
}

.training-box.is-enhanced[open] .training-box-content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.training-box.is-enhanced.is-closing .training-box-content {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.training-copy {
  grid-column: 1;
  display: grid;
  gap: clamp(24px, 2.2vw, 34px);
}

.training-copy > p {
  max-width: 42ch;
  margin: 0;
  color: rgba(223, 232, 242, 0.6);
  font-size: clamp(1.64rem, 1vw, 1.82rem);
  line-height: 1.5;
}

.training-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: clamp(18px, 1.8vw, 26px) clamp(24px, 2.6vw, 38px);
  max-width: 680px;
}

.training-facts p {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(185, 211, 239, 0.09);
  color: rgba(223, 232, 242, 0.54);
  font-size: clamp(1.24rem, 0.82vw, 1.42rem);
  line-height: 1.55;
}

.training-facts strong {
  display: block;
  margin-bottom: 10px;
  color: rgba(238, 244, 250, 0.72);
  font-size: clamp(1.2rem, 0.8vw, 1.38rem);
  font-weight: 600;
  line-height: 1;
}

.training-visual {
  grid-column: 2;
  grid-row: 1;
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10.6;
  min-height: 0;
  max-height: 268px;
  margin-top: 2px;
  overflow: hidden;
  border: 1px solid rgba(185, 211, 239, 0.1);
  border-radius: 18px;
  background: rgba(3, 13, 25, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(248, 251, 255, 0.08),
    0 20px 48px rgba(0, 0, 0, 0.2);
  filter: brightness(1);
  isolation: isolate;
  opacity: 0.78;
  transition:
    filter 0.55s ease,
    opacity 0.55s ease;
}

.training-visual:hover,
.training-box:hover .training-visual,
.training-box:focus-within .training-visual {
  filter: brightness(1.16);
  opacity: 1;
}

.training-visual::before,
.training-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.training-visual::before {
  background:
    linear-gradient(180deg, rgba(3, 13, 25, 0.2), rgba(3, 13, 25, 0.1) 46%, rgba(3, 13, 25, 0.36)),
    linear-gradient(90deg, rgba(6, 20, 38, 0.34), rgba(6, 20, 38, 0.08) 42%, rgba(116, 24, 32, 0.12));
  transition: background 0.55s ease, opacity 0.55s ease;
}

.training-visual::after {
  background: radial-gradient(ellipse 80% 70% at 54% 48%, rgba(185, 211, 239, 0.05), rgba(6, 20, 38, 0) 70%);
  mix-blend-mode: screen;
  opacity: 0.55;
  transition: opacity 0.55s ease;
}

.training-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(0.98) brightness(0.74);
  transform: scale(1.01);
  transition:
    filter 0.55s ease,
    transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}

.training-box:nth-of-type(1) .training-visual img {
  filter: saturate(0.82) contrast(1) brightness(0.8);
}

.training-box:nth-of-type(2) .training-visual img {
  filter: saturate(0.8) contrast(0.99) brightness(0.78);
}

.training-box:nth-of-type(3) .training-visual img {
  filter: saturate(0.76) contrast(1) brightness(0.82);
}

.training-box:nth-of-type(4) .training-visual img {
  filter: saturate(0.78) contrast(1.01) brightness(0.8);
}

.training-box:nth-of-type(5) .training-visual img {
  filter: saturate(0.8) contrast(1) brightness(0.81);
}

.training-visual:hover img,
.training-box:hover .training-visual img,
.training-box:focus-within .training-visual img {
  filter: saturate(0.94) contrast(1.03) brightness(1.03);
  transform: scale(1.025);
}

.training-visual:hover::before,
.training-box:hover .training-visual::before,
.training-box:focus-within .training-visual::before {
  background:
    linear-gradient(180deg, rgba(3, 13, 25, 0.04), rgba(3, 13, 25, 0) 46%, rgba(3, 13, 25, 0.1)),
    linear-gradient(90deg, rgba(6, 20, 38, 0.08), rgba(6, 20, 38, 0) 44%, rgba(116, 24, 32, 0.035));
}

.training-visual:hover::after,
.training-box:hover .training-visual::after,
.training-box:focus-within .training-visual::after {
  opacity: 0.82;
}

.training-box:nth-of-type(1) .training-visual:hover img,
.training-box:nth-of-type(1):hover .training-visual img,
.training-box:nth-of-type(1):focus-within .training-visual img {
  filter: saturate(0.96) contrast(1.03) brightness(1.04);
}

.training-box:nth-of-type(2) .training-visual:hover img,
.training-box:nth-of-type(2):hover .training-visual img,
.training-box:nth-of-type(2):focus-within .training-visual img {
  filter: saturate(0.94) contrast(1.02) brightness(1.02);
}

.training-box:nth-of-type(3) .training-visual:hover img,
.training-box:nth-of-type(3):hover .training-visual img,
.training-box:nth-of-type(3):focus-within .training-visual img {
  filter: saturate(0.9) contrast(1.02) brightness(1);
}

.training-box:nth-of-type(4) .training-visual:hover img,
.training-box:nth-of-type(4):hover .training-visual img,
.training-box:nth-of-type(4):focus-within .training-visual img {
  filter: saturate(0.92) contrast(1.03) brightness(1.01);
}

.training-box:nth-of-type(5) .training-visual:hover img,
.training-box:nth-of-type(5):hover .training-visual img,
.training-box:nth-of-type(5):focus-within .training-visual img {
  filter: saturate(0.94) contrast(1.03) brightness(1.02);
}

.montage-section {
  margin-top: 0;
  padding: clamp(130px, 9vw, 168px) 0 clamp(126px, 9vw, 170px);
  background: transparent;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.montage-section::before {
  content: "";
  position: absolute;
  inset: clamp(-150px, -10vw, -90px) 0 clamp(-170px, -11vw, -104px);
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(6, 20, 38, 0), rgba(5, 17, 32, 0.5) 28%, rgba(4, 15, 29, 0.62) 62%, rgba(6, 20, 38, 0) 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.74) 14%, #000 34%, #000 74%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.74) 14%, #000 34%, #000 74%, transparent 100%);
  pointer-events: none;
}

.montage-section::after {
  content: "";
  position: absolute;
  top: clamp(34px, 3vw, 56px);
  right: max(var(--page-gutter), calc((100vw - var(--page-width)) / 2));
  left: max(var(--page-gutter), calc((100vw - var(--page-width)) / 2));
  z-index: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(194, 37, 48, 0), rgba(194, 37, 48, 0.18) 18%, rgba(185, 211, 239, 0.1) 52%, rgba(194, 37, 48, 0));
  opacity: 0.62;
  pointer-events: none;
}

.montage-header {
  position: relative;
  z-index: 1;
  width: min(100% - (var(--page-gutter) * 2), var(--page-width));
  display: grid;
  grid-template-columns: minmax(0, 720px);
  row-gap: 16px;
  align-items: start;
  margin: 0 auto clamp(34px, 3.2vw, 48px);
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.montage-header h2 {
  max-width: 13ch;
  margin: 0;
  color: var(--type-strong);
  font-size: clamp(3.7rem, 2.7vw, 4.55rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
  grid-column: 1;
}

.montage-header h2 span {
  display: block;
}

.montage-header h2 span:first-child {
  color: var(--ember);
}

.montage-header > p:not(.section-eyebrow) {
  max-width: 34ch;
  margin: 0;
  padding-top: 0;
  color: rgba(223, 232, 242, 0.56);
  font-size: clamp(1.5rem, 1.1vw, 1.82rem);
  line-height: 1.55;
  grid-column: 1;
}

.montage-header .section-eyebrow {
  grid-column: 1 / -1;
}

.montage-gallery {
  position: relative;
  z-index: 1;
  width: 100%;
}

.montage-track {
  display: grid;
  grid-auto-columns: clamp(420px, 32vw, 610px);
  grid-auto-flow: column;
  gap: clamp(16px, 1.8vw, 24px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-padding-left: max(var(--page-gutter), calc((100vw - var(--page-width)) / 2));
  scroll-snap-type: x mandatory;
  padding: 0 max(var(--page-gutter), calc((100vw - var(--page-width)) / 2)) 24px;
  scrollbar-width: none;
}

.montage-track::-webkit-scrollbar {
  display: none;
}

.montage-card {
  position: relative;
  display: grid;
  aspect-ratio: 16 / 9.4;
  min-height: 0;
  border-radius: 20px;
  overflow: hidden;
  scroll-snap-align: start;
  background: #020812;
  cursor: pointer;
  isolation: isolate;
}

.montage-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(2, 8, 18, 0.58) 0%, rgba(2, 8, 18, 0.2) 34%, rgba(2, 8, 18, 0.44) 100%),
    linear-gradient(112deg, rgba(2, 8, 18, 0.62) 0%, rgba(2, 8, 18, 0.28) 38%, rgba(2, 8, 18, 0.08) 70%);
  pointer-events: none;
  transition: background 0.72s ease;
}

.montage-card:hover::before {
  background:
    linear-gradient(180deg, rgba(2, 8, 18, 0.5) 0%, rgba(2, 8, 18, 0.16) 34%, rgba(2, 8, 18, 0.38) 100%),
    linear-gradient(112deg, rgba(2, 8, 18, 0.56) 0%, rgba(2, 8, 18, 0.24) 38%, rgba(2, 8, 18, 0.06) 70%);
}

.montage-card:first-child::before {
  background:
    linear-gradient(180deg, rgba(2, 8, 18, 0.72) 0%, rgba(2, 8, 18, 0.18) 38%, rgba(2, 8, 18, 0.5) 100%),
    linear-gradient(112deg, rgba(2, 8, 18, 0.78) 0%, rgba(2, 8, 18, 0.44) 34%, rgba(2, 8, 18, 0.1) 72%);
}

.montage-card:first-child:hover::before {
  background:
    linear-gradient(180deg, rgba(2, 8, 18, 0.66) 0%, rgba(2, 8, 18, 0.16) 38%, rgba(2, 8, 18, 0.44) 100%),
    linear-gradient(112deg, rgba(2, 8, 18, 0.7) 0%, rgba(2, 8, 18, 0.38) 34%, rgba(2, 8, 18, 0.08) 72%);
}

.montage-card.is-open::before {
  background:
    linear-gradient(180deg, rgba(2, 8, 18, 0.72) 0%, rgba(2, 8, 18, 0.28) 38%, rgba(2, 8, 18, 0.76) 100%),
    linear-gradient(90deg, rgba(2, 8, 18, 0.58), rgba(2, 8, 18, 0.16) 54%, rgba(2, 8, 18, 0.54));
}

.montage-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04) brightness(1.02);
  transform: scale(1.006);
  transition:
    filter 0.72s ease,
    transform 0.98s cubic-bezier(0.19, 1, 0.22, 1);
}

.montage-card:hover img {
  filter: saturate(1.08) contrast(1.06) brightness(1.13);
  transform: scale(1.028);
}

.montage-card:nth-child(2):hover::before,
.montage-card:nth-last-child(2):hover::before {
  background:
    linear-gradient(180deg, rgba(2, 8, 18, 0.42) 0%, rgba(2, 8, 18, 0.18) 42%, rgba(2, 8, 18, 0.56) 100%),
    linear-gradient(90deg, rgba(2, 8, 18, 0.3), rgba(2, 8, 18, 0.1) 56%, rgba(2, 8, 18, 0.28));
}

.montage-card:nth-child(2):hover img,
.montage-card:nth-last-child(2):hover img {
  filter: saturate(0.98) contrast(1.02) brightness(0.9);
}

.montage-card-copy {
  position: relative;
  z-index: 2;
  align-self: start;
  padding: clamp(22px, 2.2vw, 34px);
}

.montage-card-copy p {
  margin: 0 0 10px;
  color: rgba(238, 244, 250, 0.78);
  font-size: clamp(1.08rem, 0.68vw, 1.22rem);
  font-weight: 650;
  line-height: 1.1;
}

.montage-card-copy h3 {
  max-width: 15ch;
  margin: 0;
  color: rgba(248, 251, 255, 0.94);
  font-size: clamp(1.92rem, 1.22vw, 2.36rem);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0;
}

.montage-card-toggle {
  position: absolute;
  right: clamp(18px, 1.9vw, 28px);
  bottom: clamp(18px, 1.9vw, 28px);
  z-index: 4;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(185, 211, 239, 0.13);
  border-radius: 999px;
  background: rgba(6, 20, 38, 0.34);
  color: rgba(248, 251, 255, 0.64);
  font: inherit;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(248, 251, 255, 0.08),
    0 10px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px) saturate(1.05);
  transition:
    border-color 0.24s ease,
    background 0.24s ease,
    color 0.24s ease,
    transform 0.24s ease;
}

.montage-card-toggle:hover,
.montage-card-toggle:focus-visible {
  border-color: rgba(185, 211, 239, 0.26);
  background: rgba(10, 26, 48, 0.64);
  color: rgba(248, 251, 255, 0.88);
  transform: scale(1.04);
}

.montage-card.is-open .montage-card-toggle {
  transform: rotate(45deg);
}

.montage-card-detail {
  position: absolute;
  right: clamp(26px, 3vw, 44px);
  bottom: clamp(78px, 5.8vw, 96px);
  left: clamp(26px, 3vw, 44px);
  z-index: 3;
  max-width: 54ch;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(248, 251, 255, 0.18);
  color: rgba(248, 251, 255, 0.82);
  font-size: clamp(1.28rem, 0.82vw, 1.5rem);
  line-height: 1.48;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition:
    opacity 0.52s ease,
    transform 0.68s cubic-bezier(0.19, 1, 0.22, 1);
}

.montage-card.is-open .montage-card-detail {
  opacity: 1;
  transform: none;
}

.montage-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  width: min(100% - (var(--page-gutter) * 2), var(--page-width));
  margin: clamp(14px, 1.6vw, 24px) auto 0;
}

.montage-arrow {
  position: relative;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(185, 211, 239, 0.13);
  border-radius: 999px;
  background: rgba(6, 20, 38, 0.2);
  color: rgba(243, 247, 251, 0.56);
  font: inherit;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  backdrop-filter: blur(8px) saturate(1.04);
  transition:
    border-color 0.24s ease,
    background 0.24s ease,
    transform 0.24s ease,
    color 0.24s ease;
}

.montage-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 14px;
  background: currentColor;
  mask: center / contain no-repeat;
  transform: translate(-50%, -50%);
}

.montage-arrow[data-gallery-direction="-1"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 5.5 9 12l6.5 6.5' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.montage-arrow[data-gallery-direction="1"]::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 5.5 15 12l-6.5 6.5' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.montage-arrow:hover,
.montage-arrow:focus-visible {
  border-color: rgba(185, 211, 239, 0.16);
  background: rgba(248, 251, 255, 0.045);
  color: rgba(243, 247, 251, 0.64);
  transform: translateY(-1px);
}

.montage-section.scroll-reveal .montage-card {
  opacity: 0;
  transform: translateY(24px);
}

.montage-section.is-visible .montage-card {
  animation: montage-card-in 0.74s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.montage-section.is-visible .montage-card:nth-child(2) {
  animation-delay: 0.06s;
}

.montage-section.is-visible .montage-card:nth-child(3) {
  animation-delay: 0.12s;
}

.montage-section.is-visible .montage-card:nth-child(4) {
  animation-delay: 0.18s;
}

.montage-section.is-visible .montage-card:nth-child(5) {
  animation-delay: 0.24s;
}

.montage-section.is-visible .montage-card:nth-child(6) {
  animation-delay: 0.3s;
}

.site-footer {
  position: relative;
  z-index: 1;
  margin-top: 0;
  background: transparent;
  padding: clamp(58px, 4.8vw, 82px) var(--page-gutter) clamp(38px, 3.8vw, 56px);
  isolation: isolate;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: clamp(-170px, -11vw, -104px) 0 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(6, 20, 38, 0), rgba(4, 14, 27, 0.54) 32%, rgba(3, 13, 25, 0.86) 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.68) 18%, #000 46%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.68) 18%, #000 46%, #000 100%);
  pointer-events: none;
}

.footer-shell {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, var(--page-width));
  grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1fr);
  gap: clamp(38px, 6vw, 96px);
  align-items: center;
  margin: 0 auto;
  padding: 0;
  border-top: 0;
}

.footer-brand {
  display: grid;
  gap: 18px;
  align-content: center;
}

.footer-mark {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  width: fit-content;
  color: rgba(228, 236, 246, 0.7);
  font-size: 1.38rem;
  font-weight: 600;
  line-height: 1;
}

.footer-mark img {
  width: 18px;
  height: 21px;
  object-fit: contain;
  opacity: 0.62;
}

.footer-meta {
  display: grid;
  justify-items: end;
  gap: 16px;
  align-content: center;
  width: min(100%, 560px);
  min-width: 0;
  justify-self: end;
}

.footer-copy {
  order: 2;
  display: grid;
  gap: 4px;
  margin: 0;
  max-width: 52ch;
  color: rgba(243, 247, 251, 0.34);
  font-size: clamp(0.98rem, 0.62vw, 1.1rem);
  line-height: 1.35;
  text-align: right;
}

.footer-copy a {
  color: inherit;
  text-decoration: none;
  transition: color 0.34s ease;
}

.footer-copy a:hover,
.footer-copy a:focus-visible {
  color: rgba(243, 247, 251, 0.58);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px 0;
  margin: 0;
  color: rgba(223, 232, 242, 0.42);
  font-size: clamp(1rem, 0.62vw, 1.12rem);
  line-height: 1.45;
}

.footer-links a,
.footer-links span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
}

.footer-links a::after,
.footer-links span::after {
  content: none;
}

.footer-links span::after {
  content: none;
}

.footer-links a {
  padding: 0 14px;
  transition:
    color 0.36s ease,
    transform 0.36s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer-links a:first-child {
  padding-left: 0;
}

.footer-links a + a {
  border-left: 1px solid rgba(185, 211, 239, 0.14);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: rgba(243, 247, 251, 0.78);
  transform: translateY(-1px);
}

.footer-social {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  justify-content: flex-end;
  padding-top: 0;
}

.footer-social a {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-items: center;
  border: 1px solid rgba(185, 211, 239, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.045), rgba(248, 251, 255, 0.012)),
    rgba(3, 13, 25, 0.18);
  color: rgba(243, 247, 251, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(248, 251, 255, 0.07),
    0 12px 28px rgba(0, 0, 0, 0.16);
  transition:
    border-color 0.42s ease,
    background 0.42s ease,
    color 0.42s ease,
    transform 0.48s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer-social a::after {
  content: none;
}

.footer-social a::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 0%, rgba(194, 37, 48, 0.18), rgba(194, 37, 48, 0) 62%);
  opacity: 0;
  transition:
    opacity 0.42s ease;
}

.footer-social img {
  position: relative;
  z-index: 1;
  display: block;
  width: 15px;
  height: 15px;
  opacity: 0.72;
  filter:
    drop-shadow(0 0 10px rgba(185, 211, 239, 0))
    saturate(0.9);
  transition:
    opacity 0.42s ease,
    filter 0.42s ease,
    transform 0.48s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer-social a:hover,
.footer-social a:focus-visible {
  border-color: rgba(194, 37, 48, 0.42);
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.065), rgba(248, 251, 255, 0.018)),
    rgba(116, 24, 32, 0.18);
  color: rgba(243, 247, 251, 0.92);
  transform: translateY(-2px);
}

.footer-social a:hover::before,
.footer-social a:focus-visible::before {
  opacity: 1;
}

.footer-social a:hover img,
.footer-social a:focus-visible img {
  opacity: 0.96;
  filter:
    drop-shadow(0 0 12px rgba(194, 37, 48, 0.24))
    saturate(1.05);
  transform: scale(1.04);
}

.contact-section {
  display: none;
}

.contact-shell {
  display: grid;
  width: min(100%, var(--page-width));
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 4vw, 56px);
  margin: 0 auto;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(248, 251, 255, 0.96);
  color: #0f172a;
}

.contact-copy {
  display: grid;
  align-content: start;
  gap: 16px;
}

.contact-copy span {
  color: var(--ember);
  font-family: var(--font-text);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}

.contact-copy h2 {
  margin: 0;
  color: #0f172a;
  font-family: var(--font-display);
  font-feature-settings: "ss04" 1, "liga" 1;
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: normal;
  line-height: 0.98;
  letter-spacing: 0;
}

.contact-copy p {
  max-width: 31ch;
  margin: 0;
  color: rgba(15, 23, 42, 0.62);
  font-family: var(--font-text);
  font-size: 15px;
  line-height: 1.52;
  letter-spacing: 0;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  position: relative;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(15, 23, 42, 0.68);
  font-family: var(--font-text);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
}

.contact-form label.has-error {
  color: rgba(214, 51, 61, 0.88);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: #0f172a;
  font-family: var(--font-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  outline: none;
  transition:
    border-color 0.42s ease,
    box-shadow 0.42s ease,
    background 0.42s ease;
}

.contact-form input {
  height: 48px;
  padding: 0 16px;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
  padding: 15px 16px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(35, 76, 124, 0.48);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(35, 76, 124, 0.1);
}

.contact-form input[aria-invalid="true"],
.contact-form textarea[aria-invalid="true"] {
  border-color: rgba(214, 51, 61, 0.62);
  box-shadow: 0 0 0 3px rgba(214, 51, 61, 0.08);
}

.field-error {
  display: block;
  margin-top: 2px;
  color: rgba(243, 247, 251, 0.68);
  font-family: var(--font-text);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
}

.field-error[hidden] {
  display: none;
}

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

.form-check {
  position: absolute;
  left: -9999px;
}

.contact-form button {
  justify-self: start;
  padding: 13px 26px 14px;
  border: 1.5px solid #101624;
  border-radius: 999px;
  background: #101624;
  color: #ffffff;
  font-family: var(--font-text);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  transition:
    background 0.42s ease,
    border-color 0.42s ease,
    transform 0.48s cubic-bezier(0.19, 1, 0.22, 1);
}

.contact-form button:hover {
  border-color: #234c7c;
  background: #234c7c;
  transform: translateY(-1px);
}

.contact-panel {
  position: absolute;
  top: calc(100% + 28px);
  right: 0;
  left: auto;
  width: min(640px, calc(100vw - 64px));
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 46px 50px 48px;
  transform: translate3d(0, 16px, 0) scale(0.975);
  transform-origin: 100% 0;
}

.contact-dropdown.is-open .contact-panel {
  transform: translate3d(0, 0, 0) scale(1);
}

.panel-close {
  position: absolute;
  top: 22px;
  right: 24px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: transparent;
  color: rgba(243, 247, 251, 0.58);
  font-family: var(--font-text);
  font-size: 22px;
  line-height: 1;
  transition:
    color 0.42s ease,
    background 0.42s ease;
}

.panel-close:hover {
  background: rgba(248, 251, 255, 0.065);
  color: #ffffff;
}

.contact-panel .contact-copy {
  gap: 0;
}

.contact-panel .contact-copy span {
  display: none;
}

.contact-panel .contact-copy h2 {
  max-width: 16ch;
  padding-right: 42px;
  margin: 0;
  color: rgba(248, 251, 255, 0.94);
  font-size: clamp(32px, 2.2vw, 38px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.contact-panel .contact-copy p {
  max-width: 40ch;
  color: rgba(243, 247, 251, 0.7);
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: normal;
}

.contact-panel .contact-form label {
  gap: 9px;
  color: rgba(243, 247, 251, 0.62);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

.contact-panel .contact-form input,
.contact-panel .contact-form textarea {
  border: 0;
  border-bottom: 1px solid rgba(248, 251, 255, 0.34);
  border-radius: 0;
  background: transparent;
  color: rgba(248, 251, 255, 0.92);
  font-size: 15px;
  letter-spacing: 0;
  box-shadow: 0 1px 0 rgba(6, 20, 38, 0.72);
}

.contact-panel .contact-form input::placeholder,
.contact-panel .contact-form textarea::placeholder {
  color: rgba(243, 247, 251, 0.28);
}

.contact-panel .contact-form input:focus,
.contact-panel .contact-form textarea:focus {
  border-color: rgba(248, 251, 255, 0.68);
  background: transparent;
  box-shadow: none;
}

.contact-panel .contact-form input[aria-invalid="true"],
.contact-panel .contact-form textarea[aria-invalid="true"] {
  border-color: rgba(214, 51, 61, 0.88);
  box-shadow: none;
}

.contact-panel .contact-form {
  gap: 24px 34px;
}

.contact-panel .contact-form input {
  height: 44px;
  padding-right: 0;
  padding-left: 0;
}

.contact-panel .contact-form textarea {
  min-height: 118px;
  padding-right: 0;
  padding-left: 0;
}

.contact-panel .contact-form button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 12px;
  margin-top: 2px;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(248, 251, 255, 0.66);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  transition: color 0.42s ease;
}

.contact-panel .contact-form button::before {
  content: "+";
  display: inline-flex;
  width: 1.12em;
  height: 1.12em;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.12em;
  color: rgba(214, 51, 61, 0.98);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 14px rgba(194, 37, 48, 0.24);
  transform: translateY(-0.04em);
}

.contact-panel .contact-form button:hover {
  border-color: transparent;
  background: transparent;
  color: rgba(248, 251, 255, 0.88);
  transform: none;
}

.contact-panel .contact-form button:hover::before {
  color: rgba(194, 37, 48, 1);
}

.contact-panel .field-error {
  margin-top: 1px;
  color: rgba(243, 247, 251, 0.48);
}

.contact-panel .form-submit-error {
  display: block;
  grid-column: 1 / -1;
  margin-top: -8px;
  color: rgba(243, 247, 251, 0.58);
  font-size: 15px;
  line-height: 1.45;
}

.contact-launch-stage {
  position: fixed;
  inset: 0;
  z-index: 220;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.24s ease;
}

.contact-launch-stage.is-active {
  opacity: 1;
}

.contact-launch-bird {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  will-change: transform, opacity, filter, left, top;
}

.contact-launch-bird {
  width: clamp(132px, 11vw, 172px);
  aspect-ratio: 1.42 / 1;
  filter: drop-shadow(0 16px 30px rgba(6, 20, 38, 0.3));
}

.contact-launch-bird img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.page-shell {
  position: relative;
  background:
    radial-gradient(ellipse 82% 42% at 52% 10%, rgba(22, 48, 82, 0.18), rgba(6, 20, 38, 0.05) 48%, rgba(6, 20, 38, 0) 78%),
    radial-gradient(ellipse 76% 54% at 34% 52%, rgba(35, 76, 124, 0.07), rgba(6, 20, 38, 0.018) 54%, rgba(6, 20, 38, 0) 86%),
    radial-gradient(ellipse 72% 46% at 82% 76%, rgba(116, 24, 32, 0.026), rgba(116, 24, 32, 0.006) 52%, rgba(6, 20, 38, 0) 82%),
    linear-gradient(180deg, #061426 0%, #061426 42%, #051323 72%, #040f1d 100%);
}

.services-section,
.training-section,
.montage-section,
.site-footer {
  background: transparent;
}

.services-section::before,
.services-section::after,
.training-section::after,
.montage-section::before,
.montage-section::after,
.site-footer::before {
  content: none;
}

.training-section::before {
  content: "";
  position: absolute;
  inset: clamp(-90px, -6vw, -54px) 0 clamp(-140px, -9vw, -86px);
  z-index: 0;
  height: auto;
  background:
    radial-gradient(ellipse 72% 46% at 52% 40%, rgba(35, 76, 124, 0.14), rgba(6, 20, 38, 0.04) 58%, rgba(6, 20, 38, 0) 86%),
    radial-gradient(ellipse 46% 32% at 20% 62%, rgba(116, 24, 32, 0.042), rgba(116, 24, 32, 0.01) 56%, rgba(6, 20, 38, 0) 84%),
    linear-gradient(180deg, rgba(6, 20, 38, 0), rgba(8, 24, 43, 0.28) 26%, rgba(7, 21, 39, 0.36) 54%, rgba(6, 20, 38, 0) 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.76) 18%, #000 40%, rgba(0, 0, 0, 0.76) 78%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.76) 18%, #000 40%, rgba(0, 0, 0, 0.76) 78%, transparent 100%);
  pointer-events: none;
}

.training-section {
  margin-top: 0;
  padding-top: clamp(170px, 12vw, 230px);
}

.montage-section {
  padding-top: clamp(82px, 6.2vw, 118px);
}

.site-footer {
  padding-top: clamp(118px, 8.5vw, 154px);
}

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

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

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

@keyframes band-entry {
  0% {
    transform: translate3d(0, var(--entry-y), 0) scaleY(var(--entry-scale)) rotate(0.02deg);
  }

  48% {
    transform: translate3d(0, calc(var(--entry-y) * -0.18), 0) scaleY(1.018) rotate(-0.035deg);
  }

  100% {
    transform: translate3d(0, 0, 0) scaleY(1) rotate(0deg);
  }
}

@keyframes rope-drift {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(var(--drift-x), var(--drift-y), 0) rotate(var(--drift-rotate));
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

@keyframes band-breathe {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(14px, -9px, 0) rotate(-0.035deg);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

@keyframes menu-part-flash {
  0% {
    filter: brightness(1);
    text-shadow: none;
  }

  34% {
    filter: brightness(1.32);
    text-shadow: 0 0 20px rgba(185, 211, 239, 0.18);
  }

  100% {
    filter: brightness(1);
    text-shadow: none;
  }
}

@keyframes hero-copy-in {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes headline-line-in {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes training-item-in {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes training-headline-in {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes course-open {
  from {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes course-media-in {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes course-copy-in {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes training-box-open {
  from {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes montage-card-in {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.text-reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 0.78s ease var(--reveal-delay, 0s),
    transform 0.92s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0s);
  will-change: opacity, transform;
}

.text-reveal.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 1500px) {
  :root {
    --page-width: 1180px;
    --page-gutter: 64px;
  }

  .hero-copy h1 {
    font-size: clamp(5.1rem, 3.65vw, 5.9rem);
    line-height: 1.02;
  }

  .hero-copy > p:not(.hero-kicker) {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .journey-lines {
    top: clamp(380px, 38svh, 455px);
    left: -9vw;
    width: 130vw;
    height: clamp(330px, 37svh, 420px);
  }
}

@media (max-width: 1180px) {
  :root {
    --page-gutter: clamp(22px, 3.6vw, 42px);
  }

  .hero-copy h1 {
    font-size: clamp(4.8rem, 4.7vw, 5.4rem);
    line-height: 1.03;
  }

  .hero-copy > p:not(.hero-kicker) {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

@media (max-width: 980px) {
  .hero-stage {
    min-height: clamp(620px, 76svh, 760px);
  }

  .site-header {
    width: 100%;
    height: 64px;
    min-height: 64px;
    align-items: center;
    padding-top: 0;
  }

  .main-nav {
    position: fixed;
    top: var(--header-height);
    right: 0;
    left: 0;
    z-index: 119;
    display: flex;
    width: 100%;
    gap: clamp(18px, 5vw, 30px);
    align-items: center;
    padding: 0 var(--page-gutter) 10px;
    overflow-x: auto;
    overflow-y: visible;
    color: rgba(243, 247, 251, 0.6);
    font-size: 13px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    background:
      linear-gradient(180deg, rgba(4, 14, 27, 0.2), rgba(4, 14, 27, 0));
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a,
  .nav-trigger {
    padding: 10px 0 12px;
  }

  .nav-panel,
  .contact-panel {
    position: fixed;
    top: calc(var(--header-height) + 46px);
    right: var(--page-gutter);
    left: var(--page-gutter);
    width: auto;
    max-height: calc(100svh - var(--header-height) - 70px);
    overflow: auto;
    transform: translate3d(0, 14px, 0) scale(0.985);
    transform-origin: 50% 0;
  }

  .nav-panel {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 30px 28px 32px;
  }

  .nav-dropdown.is-open .nav-panel,
  .contact-dropdown.is-open .contact-panel {
    transform: translate3d(0, 0, 0) scale(1);
  }

  .nav-engagement-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .nav-panel-intro p {
    max-width: 34ch;
  }

  .contact-panel {
    padding: 34px 28px 36px;
  }

  .contact-panel .contact-copy h2 {
    max-width: 15ch;
    font-size: clamp(28px, 8vw, 34px);
  }

  .contact-panel .contact-form {
    grid-template-columns: 1fr;
  }

  .hero-content {
    width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-width));
    min-height: clamp(700px, 82svh, 820px);
    padding: clamp(150px, 17svh, 200px) 0 clamp(124px, 12svh, 168px);
  }

  .hero-copy {
    max-width: 72rem;
    transform: none;
  }

  .hero-copy h1 {
    max-width: 72rem;
    font-size: clamp(3.9rem, 6vw, 4.55rem);
    line-height: 1.05;
  }

  .hero-copy > p:not(.hero-kicker) {
    max-width: 57.5rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .journey-lines {
    top: clamp(300px, 36svh, 360px);
    left: -24vw;
    width: 142vw;
    height: clamp(310px, 37svh, 380px);
  }

  .journey-path {
    stroke-dashoffset: 0;
    animation: rope-drift var(--drift-duration) ease-in-out 0s infinite;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 40px;
  }

  .services-section {
    margin-top: clamp(-152px, -12svh, -92px);
    padding-top: 14px;
  }

  .stat-item:nth-child(odd) {
    padding-left: 0;
  }

  .stat-item:nth-child(odd)::before {
    content: none;
  }

  .contact-shell {
    grid-template-columns: 1fr;
  }

  .training-lab {
    grid-template-columns: 1fr;
    gap: 38px;
    min-height: 0;
  }

  .training-intro {
    max-width: 52rem;
  }

  .training-intro h2 {
    font-size: clamp(3.9rem, 6vw, 5.4rem);
  }

  .course-river {
    width: 100%;
  }

  .course-river {
    max-width: 72rem;
  }

  .course-river {
    gap: 18px;
  }

  .course-scene summary {
    min-height: 112px;
    padding-left: clamp(24px, 4vw, 38px);
  }

  .course-title {
    font-size: clamp(2.8rem, 5vw, 4rem);
  }

  .course-panel {
    grid-template-columns: 1fr;
    padding-left: clamp(24px, 4vw, 38px);
    padding-right: clamp(24px, 4vw, 38px);
  }

  .course-media {
    height: clamp(190px, 34vw, 280px);
  }

  .course-lead {
    max-width: 22ch;
  }

  .course-result {
    grid-column: auto;
  }

  .course-detail-grid {
    grid-template-columns: 1fr 1fr;
  }

}

@media (max-width: 620px) {
  :root {
    --page-gutter: 18px;
    --header-height: 58px;
  }

  .site-header {
    width: 100%;
    height: var(--header-height);
  }

  .main-nav {
    flex-wrap: wrap;
    gap: 4px 12px;
    align-content: center;
    padding: 0 var(--page-gutter) 10px;
    overflow: visible;
    font-size: 12px;
    background:
      linear-gradient(180deg, rgba(4, 14, 27, 0.44), rgba(4, 14, 27, 0.18) 78%, rgba(4, 14, 27, 0));
  }

  .main-nav a,
  .nav-trigger {
    padding: 8px 0;
  }

  .nav-plus {
    width: 10px;
    flex-basis: 10px;
    font-size: 16px;
  }

  .nav-panel,
  .contact-panel {
    top: calc(var(--header-height) + 82px);
    max-height: calc(100svh - var(--header-height) - 104px);
  }

  .hero-stage {
    min-height: clamp(600px, 74svh, 680px);
  }

  .brand-mark {
    width: 17px;
    height: 20px;
    padding: 0;
  }

  .brand-copy strong {
    max-width: 156px;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
  }

  .journey-lines {
    top: clamp(282px, 35svh, 320px);
    left: -34vw;
    width: 164vw;
    height: clamp(172px, 25svh, 214px);
  }

  .hero-content {
    min-height: clamp(570px, 70svh, 640px);
    padding: clamp(114px, 15svh, 132px) 0 72px;
  }

  .hero-copy {
    max-width: 100%;
    transform: none;
  }

  .hero-copy h1 {
    max-width: 100%;
    margin-bottom: 1.8rem;
    font-size: clamp(3.35rem, 9.5vw, 3.72rem);
    line-height: 1.06;
  }

  .hero-copy > p:not(.hero-kicker) {
    max-width: min(30ch, 100%);
    margin-top: 0;
    font-size: 1.56rem;
    line-height: 2.18rem;
  }

  .services-section {
    margin-top: clamp(-132px, -14svh, -84px);
    padding-top: 8px;
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
    padding-top: 22px;
  }

  .stat-item,
  .stat-item:first-child {
    padding: 0;
  }

  .stat-item::before {
    content: none !important;
  }

  .stat-value {
    min-height: 34px;
  }

  .stat-number {
    font-size: clamp(2.75rem, 8vw, 3.35rem);
  }

  .stat-prefix {
    font-size: 1.45rem;
  }

  .stat-item p {
    max-width: 15ch;
    margin-top: 8px;
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .training-section {
    padding-top: 118px;
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }

  .training-lab {
    min-height: 0;
  }

  .training-lab::before {
    top: clamp(250px, 64vw, 330px);
    font-size: clamp(74px, 26vw, 130px);
  }

  .training-lab::after {
    content: none;
  }

  .training-intro {
    gap: 16px;
    padding-top: 38px;
    text-align: left;
  }

  .training-intro h2 {
    font-size: clamp(3.5rem, 10vw, 4.7rem);
    line-height: 1.02;
  }

  .training-intro > p:not(.section-eyebrow) {
    max-width: 36ch;
    font-size: 1.55rem;
    line-height: 1.55;
  }

  .course-river {
    gap: 14px;
    margin-top: 10px;
  }

  .course-scene::before {
    left: 18px;
    font-size: 1.5rem;
  }

  .course-scene summary {
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 16px;
    min-height: 104px;
    padding: 24px 18px;
  }

  .course-title {
    max-width: 18ch;
    font-size: clamp(2.35rem, 7vw, 3.25rem);
    line-height: 1.04;
  }

  .course-toggle {
    width: 42px;
    height: 42px;
  }

  .course-lead {
    max-width: 18ch;
    font-size: clamp(2.2rem, 6.8vw, 3.1rem);
    line-height: 1.05;
  }

  .course-panel {
    gap: 22px;
    padding: 0 18px 28px;
  }

  .course-media {
    height: clamp(170px, 50vw, 230px);
  }

  .course-detail-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .course-detail-grid p,
  .course-result {
    font-size: 1.42rem;
    line-height: 2.08rem;
  }

  .contact-section {
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }

  .contact-shell {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .contact-copy h2 {
    font-size: 3.4rem;
  }

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

  .footer-shell {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-meta {
    justify-items: start;
  }

  .footer-copy {
    text-align: left;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-social {
    justify-content: flex-start;
  }
}

@media (max-width: 743px) {
  body.is-mobile-nav-open::before {
    opacity: 1;
    background:
      radial-gradient(ellipse 72% 48% at 50% 100%, rgba(185, 211, 239, 0.055), rgba(185, 211, 239, 0) 68%),
      rgba(1, 7, 14, 0.58);
  }

  .site-header {
    z-index: 180;
    height: var(--header-height);
    min-height: var(--header-height);
    padding-right: var(--page-gutter);
    background:
      linear-gradient(180deg, rgba(3, 13, 25, 0.84), rgba(3, 13, 25, 0.52) 66%, rgba(3, 13, 25, 0));
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .mobile-nav-toggle {
    position: relative;
    z-index: 181;
    display: inline-flex;
    height: 38px;
    align-items: center;
    gap: 9px;
    margin-left: auto;
    padding: 0 0 0 10px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: rgba(243, 247, 251, 0.78);
    font-family: var(--font-text);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
  }

  .mobile-nav-icon {
    position: relative;
    display: grid;
    width: 22px;
    height: 12px;
    place-items: center;
  }

  .mobile-nav-icon span {
    position: absolute;
    left: 0;
    display: block;
    width: 22px;
    height: 1px;
    background: rgba(243, 247, 251, 0.86);
    transform-origin: 50% 50%;
    transition:
      transform 0.34s cubic-bezier(0.19, 1, 0.22, 1),
      opacity 0.28s ease;
  }

  .mobile-nav-icon span:first-child {
    transform: translateY(-4px);
  }

  .mobile-nav-icon span:last-child {
    transform: translateY(4px);
  }

  body.is-mobile-nav-open .mobile-nav-icon span:first-child {
    transform: rotate(42deg);
  }

  body.is-mobile-nav-open .mobile-nav-icon span:last-child {
    transform: rotate(-42deg);
  }

  .main-nav {
    position: fixed;
    top: auto;
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    left: max(12px, env(safe-area-inset-left));
    z-index: 170;
    display: flex;
    width: auto;
    max-height: calc(100svh - var(--header-height) - 30px);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 26px 18px 18px;
    border: 1px solid rgba(185, 211, 239, 0.105);
    border-radius: 22px;
    background:
      radial-gradient(ellipse at 22% 0%, rgba(194, 37, 48, 0.08), rgba(194, 37, 48, 0) 42%),
      linear-gradient(145deg, rgba(6, 20, 38, 0.988), rgba(3, 13, 25, 0.998));
    box-shadow:
      0 28px 90px rgba(0, 0, 0, 0.58),
      0 2px 0 rgba(248, 251, 255, 0.04) inset,
      0 -1px 0 rgba(0, 0, 0, 0.42) inset;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 22px, 0) scale(0.985);
    transform-origin: 50% 100%;
    transition:
      visibility 0s linear 0.32s,
      opacity 0.28s ease,
      transform 0.44s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-overflow-scrolling: touch;
  }

  .main-nav::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: 38px;
    height: 4px;
    border-radius: 999px;
    background: rgba(243, 247, 251, 0.22);
    transform: translateX(-50%);
  }

  .mobile-nav-direct {
    display: inline-flex;
  }

  .main-nav .mobile-nav-direct {
    display: inline-flex;
  }

  .main-nav > #ueber-uns {
    display: none;
  }

  body.is-mobile-nav-open .main-nav {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0s;
  }

  body.is-mobile-contact-open .main-nav {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0s;
  }

  body.is-mobile-contact-open .main-nav > a,
  body.is-mobile-contact-open .main-nav > #ueber-uns,
  body.is-mobile-contact-open .contact-dropdown > .nav-trigger {
    display: none;
  }

  .main-nav a,
  .nav-trigger {
    min-height: 52px;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px solid rgba(185, 211, 239, 0.075);
    color: rgba(243, 247, 251, 0.78);
    font-size: 15px;
    font-weight: 560;
    line-height: 1;
  }

  .main-nav a::after,
  .nav-trigger::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid rgba(243, 247, 251, 0.34);
    border-right: 1px solid rgba(243, 247, 251, 0.34);
    transform: rotate(45deg);
  }

  .main-nav a:hover,
  .main-nav a:focus-visible,
  .nav-trigger:hover,
  .nav-trigger:focus-visible {
    color: rgba(248, 251, 255, 0.96);
  }

  .main-nav > a:last-child,
  .main-nav > .nav-dropdown:last-child .nav-trigger {
    border-bottom-color: transparent;
  }

  .nav-trigger {
    display: flex;
  }

  .nav-plus {
    order: 2;
    width: 14px;
    flex-basis: 14px;
    font-size: 18px;
  }

  .nav-dropdown {
    display: block;
    width: 100%;
  }

  .nav-panel,
  .contact-panel {
    position: static;
    right: auto;
    left: auto;
    width: 100%;
    max-height: 0;
    margin: 0;
    padding: 0 18px;
    border-color: rgba(185, 211, 239, 0);
    overflow: hidden;
    filter: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: none;
    transition:
      max-height 0.48s cubic-bezier(0.19, 1, 0.22, 1),
      margin 0.34s ease,
      padding 0.34s ease,
      opacity 0.26s ease,
      visibility 0s linear 0.34s;
  }

  .nav-dropdown.is-open .nav-panel,
  .contact-dropdown.is-open .contact-panel {
    max-height: min(560px, calc(100svh - var(--header-height) - 130px));
    margin: 8px 0 14px;
    padding: 22px 18px 24px;
    overflow: auto;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition-delay: 0s;
  }

  .nav-panel {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .nav-panel-intro p {
    max-width: 29ch;
  }

  .nav-panel-links {
    gap: 10px;
  }

  .nav-panel-links a {
    min-height: 0;
    padding: 0;
    border-bottom: 0;
  }

  .nav-engagement-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-panel .contact-copy h2 {
    max-width: 14ch;
    font-size: clamp(27px, 9vw, 34px);
  }

  .contact-panel .contact-form {
    grid-template-columns: 1fr;
  }

  body.is-mobile-contact-open .contact-panel {
    max-height: min(650px, calc(100svh - var(--header-height) - 92px));
    margin: 0;
    padding: 28px 18px 22px;
    overflow: auto;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 743px) and (orientation: landscape) {
  .orientation-lock {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: grid;
    place-items: center;
    padding: 28px;
    background:
      radial-gradient(ellipse at 50% 0%, rgba(194, 37, 48, 0.12), rgba(194, 37, 48, 0) 42%),
      linear-gradient(145deg, rgba(3, 13, 25, 0.988), rgba(6, 20, 38, 0.995));
    color: rgba(243, 247, 251, 0.86);
    font-family: var(--font-text);
    font-size: clamp(18px, 4.8vw, 26px);
    font-weight: 600;
    line-height: 1.18;
    text-align: center;
  }

  .orientation-lock span {
    max-width: 18ch;
  }

  .page-shell {
    max-height: 100svh;
    overflow: hidden;
  }
}

@media (max-width: 420px) {
  .brand-copy strong {
    max-width: 124px;
  }

  .hero-copy h1 {
    font-size: 3.35rem;
    line-height: 3.6rem;
  }

  .hero-copy > p:not(.hero-kicker) {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

@media (max-width: 980px) {
  .training-intro {
    position: relative;
    top: auto;
  }

  .training-window {
    min-height: 0;
  }

  .training-box-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 26px;
    min-height: 0;
  }

  .training-copy {
    display: contents;
  }

  .training-box[open]::details-content {
    block-size: auto;
    max-height: 1080px;
  }

  .training-copy > p {
    grid-column: auto;
    grid-row: auto;
  }

  .training-visual {
    grid-column: 1;
    grid-row: 2;
    max-width: 430px;
    max-height: none;
  }

  .training-facts {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .montage-section {
    padding-top: 76px;
    padding-bottom: 118px;
  }

  .montage-header {
    grid-template-columns: 1fr;
    row-gap: 16px;
    margin-bottom: 34px;
  }

  .montage-header h2,
  .montage-header > p:not(.section-eyebrow) {
    grid-column: 1;
  }

  .montage-header h2 {
    max-width: 9.6ch;
    font-size: clamp(3.4rem, 9vw, 4.7rem);
  }

  .montage-header > p:not(.section-eyebrow) {
    max-width: 34ch;
    padding-top: 0;
  }

  .montage-track {
    grid-auto-columns: minmax(70vw, 1fr);
  }

  .montage-card {
    min-height: clamp(320px, 50vw, 430px);
  }
}

@media (max-width: 620px) {
  .training-window {
    padding: 0;
  }

  .training-box summary {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 12px;
    min-height: 72px;
    padding: 18px 16px;
  }

  .training-box-content {
    gap: 22px;
    padding: 0 16px 20px;
    min-height: 0;
  }

  .training-box[open]::details-content {
    block-size: auto;
    max-height: 1320px;
  }

  .training-facts {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .training-visual {
    width: min(100%, 360px);
    max-height: none;
  }

  .montage-section {
    padding-top: 76px;
    padding-bottom: 98px;
  }

  .montage-header {
    margin-bottom: 30px;
  }

  .montage-header > p:not(.section-eyebrow) {
    font-size: 1.5rem;
    line-height: 1.55;
    padding-top: 0;
  }

  .montage-track {
    grid-auto-columns: minmax(84vw, 1fr);
    gap: 16px;
    padding-bottom: 18px;
  }

  .montage-card {
    min-height: 360px;
    border-radius: 20px;
  }

  .montage-card-copy {
    padding: 24px;
  }

  .montage-card-copy h3 {
    font-size: clamp(2rem, 5.8vw, 2.55rem);
  }

  .montage-card-detail {
    right: 24px;
    bottom: 78px;
    left: 24px;
    font-size: 1.3rem;
  }

  .montage-controls {
    justify-content: flex-start;
  }

  .site-footer {
    padding-top: 46px;
    padding-bottom: 34px;
  }

  .footer-shell {
    gap: 20px;
    padding-top: 0;
  }

  .footer-links {
    display: grid;
    gap: 7px;
  }

  .footer-links a {
    padding: 0;
  }

  .footer-links a + a {
    border-left: 0;
  }

  .footer-links a::after,
  .footer-links span::after {
    content: none;
  }
}
