.subpage-body {
  --about-depth-0: #061426;
  --about-depth-1: #07182b;
  --about-depth-2: #051323;
  --about-depth-3: #04101d;
  --about-depth-line: rgba(158, 164, 160, 0.13);
  --about-section-line: rgba(158, 164, 160, 0.15);
  background: #061426;
}

.subpage-shell {
  overflow: hidden;
  background:
    linear-gradient(180deg, #061426 0%, #07172a 42%, #061426 72%, #051323 100%);
}

.subpage-content {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-width));
  margin: 0 auto;
}

.about-hero {
  position: relative;
  min-height: clamp(680px, 74svh, 820px);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse 68% 44% at 54% 74%, rgba(35, 76, 124, 0.16) 0%, rgba(35, 76, 124, 0) 62%),
    linear-gradient(180deg, var(--about-depth-0) 0%, #07182b 68%, #081b31 100%);
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: clamp(120px, 10svh, 168px);
  background:
    linear-gradient(180deg, rgba(8, 27, 49, 0) 0%, rgba(8, 27, 49, 0.82) 72%, #081b31 100%);
  pointer-events: none;
}

.about-hero-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  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(180, 73, 65, 0.04) 0%, rgba(180, 73, 65, 0) 37%),
    radial-gradient(ellipse at 36% 24%, rgba(158, 164, 160, 0.035) 0%, rgba(158, 164, 160, 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%);
}

.about-ribbons {
  position: absolute;
  right: max(-24px, 2.1vw);
  bottom: -166px;
  width: min(54vw, 760px);
  height: min(78svh, 690px);
  overflow: visible;
  opacity: 1;
  shape-rendering: geometricPrecision;
  transform: translate3d(0, 0, -40px);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 58%, rgba(0, 0, 0, 0.42) 76%, transparent 92%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 58%, rgba(0, 0, 0, 0.42) 76%, transparent 92%);
}

.about-band-group {
  transform-box: fill-box;
  transform-origin: 58% 74%;
  animation: about-band-breathe 14s ease-in-out 5.8s infinite;
}

.about-band {
  --line-opacity: 1;
  --draw-duration: 4.8s;
  --draw-delay: 0s;
  --drift-duration: 9.5s;
  --entry-scale: 0.98;
  --entry-y: 18px;
  --drift-x: 12px;
  --drift-y: -8px;
  --drift-rotate: -0.035deg;
  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%;
  animation:
    about-band-entry var(--draw-duration) cubic-bezier(0.22, 1, 0.36, 1) var(--draw-delay) forwards,
    about-band-draw var(--draw-duration) cubic-bezier(0.72, 0, 0.2, 1) var(--draw-delay) forwards,
    about-band-drift var(--drift-duration) ease-in-out 5.35s infinite;
}

.about-band-white {
  --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(#about-band-white-main);
}

.about-band-red {
  --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(#about-band-brand-main);
}

.about-band-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(#about-band-brand-soft);
}

.about-hero-content {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: start;
  min-height: clamp(680px, 74svh, 820px);
  padding-top: clamp(168px, 18svh, 230px);
  padding-bottom: clamp(118px, 12svh, 164px);
}

.about-hero h1 {
  max-width: 112rem;
  margin: 0 0 2.2rem;
  color: var(--type-strong);
  font-family: var(--font-display);
  font-size: clamp(4.75rem, 3.45vw, 5.75rem);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0;
}

.section-lead h2 {
  max-width: 66rem;
  margin: 0 0 2.1rem;
  color: var(--type-strong);
  font-family: var(--font-display);
  font-size: clamp(3.9rem, 2.7vw, 4.85rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.about-hero .section-eyebrow,
.section-lead .section-eyebrow {
  display: block;
  margin: 0 0 1.4rem;
  color: var(--type-muted);
  font-family: var(--font-text);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: none;
}

.about-hero h1 span,
.section-lead h2 span {
  display: block;
}

.about-hero .section-eyebrow {
  opacity: 1;
  transform: none;
  animation: none;
}

.about-hero h1 .accent {
  display: inline;
  color: var(--ember);
  font: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.about-hero h1 .headline-comma {
  display: inline;
  color: var(--type-strong);
}

.about-hero .headline-line {
  padding: 0 0 0.12em;
  margin-bottom: -0.1em;
  opacity: 1;
  transform: none;
  overflow: visible;
  clip-path: none;
  animation: none;
}

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

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

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

.about-hero-subtitle {
  max-width: 68rem;
  margin: 0;
  color: var(--type-main);
  font-family: var(--font-gallery-label);
  font-size: 1.62rem;
  font-weight: 400;
  line-height: 2.42rem;
  text-shadow: none;
  -webkit-text-stroke: 0;
  paint-order: normal;
  filter: none;
  opacity: 1;
  transform: none;
  animation: none;
}

.about-principles,
.about-section,
.jobs-section {
  position: relative;
  z-index: 4;
  isolation: isolate;
}

.about-principles > .subpage-content,
.about-section > .subpage-content,
.jobs-section > .subpage-content {
  position: relative;
  z-index: 2;
}

.about-principles {
  position: relative;
  margin-top: -1px;
  padding: clamp(82px, 6vw, 112px) 0 clamp(52px, 4vw, 76px);
  overflow: visible;
  border-top: 0;
  background: transparent;
}

.about-principles::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  height: 1px;
  background:
    linear-gradient(90deg, rgba(158, 164, 160, 0) 0%, var(--about-section-line) 12%, var(--about-section-line) 88%, rgba(158, 164, 160, 0) 100%);
  pointer-events: none;
}

.about-principles::after {
  content: none;
}

.about-principles-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  z-index: 2;
  width: min(calc(100% - (var(--page-gutter) * 2)), 1040px);
  gap: 0;
  align-items: stretch;
  margin: 0 auto;
  padding: clamp(26px, 2vw, 34px) 0 clamp(28px, 2.15vw, 38px);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.about-principles-row::before {
  content: none;
}

.about-principle {
  position: relative;
  display: grid;
  min-height: clamp(104px, 6.6vw, 128px);
  align-content: start;
  gap: clamp(13px, 0.9vw, 17px);
  padding: clamp(6px, 0.8vw, 10px) clamp(24px, 2.3vw, 40px) 0;
  border-left: 0;
}

.about-principle:first-child {
  padding-left: clamp(18px, 1.6vw, 26px);
  border-left: 0;
}

.about-principle + .about-principle {
  border-left: 0;
  padding-left: clamp(24px, 2.3vw, 40px);
}

.about-principle + .about-principle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: clamp(72px, 6vw, 116px);
  background: linear-gradient(180deg, rgba(214, 214, 214, 0) 0%, rgba(214, 214, 214, 0.18) 24%, rgba(214, 214, 214, 0.18) 76%, rgba(214, 214, 214, 0) 100%);
  transform: translateY(-50%);
  pointer-events: none;
}

.about-principle::after {
  content: none;
}

.about-principle strong {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  color: rgba(214, 214, 214, 0.84);
  font-family: var(--font-display, inherit);
  font-size: clamp(1.46rem, 0.9vw, 1.72rem);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0;
  text-shadow: none;
  -webkit-text-stroke: 0;
  paint-order: normal;
  filter: none;
}

.principle-icon {
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: rgba(196, 88, 72, 0.86);
  background: currentColor;
  opacity: 0.8;
  transform: none;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.principle-icon--target {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.2'/%3E%3Ccircle cx='12' cy='12' r='3.2'/%3E%3Cpath d='M12 2.8v2.6M12 18.6v2.6M2.8 12h2.6M18.6 12h2.6'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8.2'/%3E%3Ccircle cx='12' cy='12' r='3.2'/%3E%3Cpath d='M12 2.8v2.6M12 18.6v2.6M2.8 12h2.6M18.6 12h2.6'/%3E%3C/g%3E%3C/svg%3E");
}

.principle-icon--process {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='7' r='2.2'/%3E%3Ccircle cx='18' cy='7' r='2.2'/%3E%3Ccircle cx='12' cy='17' r='2.2'/%3E%3Cpath d='M8.2 7h7.6M7.5 8.8 10.7 15.2M16.5 8.8 13.3 15.2'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='7' r='2.2'/%3E%3Ccircle cx='18' cy='7' r='2.2'/%3E%3Ccircle cx='12' cy='17' r='2.2'/%3E%3Cpath d='M8.2 7h7.6M7.5 8.8 10.7 15.2M16.5 8.8 13.3 15.2'/%3E%3C/g%3E%3C/svg%3E");
}

.principle-icon--assurance {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.2 19 6v5.3c0 4.1-2.7 7.7-7 9.5-4.3-1.8-7-5.4-7-9.5V6l7-2.8Z'/%3E%3Cpath d='m8.7 12.2 2.1 2.1 4.6-5'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.2 19 6v5.3c0 4.1-2.7 7.7-7 9.5-4.3-1.8-7-5.4-7-9.5V6l7-2.8Z'/%3E%3Cpath d='m8.7 12.2 2.1 2.1 4.6-5'/%3E%3C/g%3E%3C/svg%3E");
}

.about-principle span {
  max-width: 34ch;
  color: rgba(214, 214, 214, 0.58);
  font-family: var(--font-gallery-label);
  font-size: clamp(1.26rem, 0.76vw, 1.46rem);
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0;
  text-shadow: none;
  -webkit-text-stroke: 0;
  paint-order: normal;
  filter: none;
}

.about-principle .principle-icon {
  max-width: none;
  color: rgba(196, 88, 72, 0.78);
}

.about-principle:last-child {
  padding-right: clamp(18px, 1.6vw, 26px);
}

.about-section {
  overflow: visible;
  border-top: 0;
  margin-top: 0;
  padding: clamp(54px, 4.4vw, 78px) 0 clamp(92px, 7vw, 128px);
  background: transparent;
}

.about-section::before {
  content: none;
}

.about-section::after {
  content: none;
}

.jobs-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  height: 1px;
  background:
    linear-gradient(90deg, rgba(158, 164, 160, 0) 0%, var(--about-section-line) 12%, var(--about-section-line) 88%, rgba(158, 164, 160, 0) 100%);
  pointer-events: none;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(52px, 5.4vw, 96px);
  align-items: end;
}

.section-lead {
  display: grid;
  gap: clamp(10px, 0.85vw, 16px);
}

.about-section .section-lead {
  gap: clamp(6px, 0.5vw, 10px);
}

.section-lead h2 {
  max-width: 10ch;
  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.08;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: none;
  -webkit-text-stroke: 0;
  paint-order: normal;
  filter: none;
}

.section-lead h2 span {
  display: block;
  text-shadow: none;
  -webkit-text-stroke: 0;
  paint-order: normal;
  filter: none;
}

.about-section .section-lead h2 span:first-child,
.jobs-section .section-lead h2 span:first-child {
  color: var(--ember);
}

.section-lead > p:not(.section-eyebrow) {
  max-width: 38ch;
  margin: 0;
  color: rgba(214, 214, 214, 0.58);
  font-family: var(--font-text);
  font-size: clamp(1.42rem, 0.96vw, 1.68rem);
  font-weight: 400;
  line-height: 1.62;
  text-wrap: pretty;
}

.about-copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 1.8vw, 30px);
  max-width: min(100%, 48ch);
  padding-top: 0;
}

.copy-large {
  grid-column: auto;
  max-width: 43ch;
  margin: 0;
  color: rgba(214, 214, 214, 0.74);
  font-family: var(--font-gallery-label);
  font-size: clamp(1.56rem, 0.96vw, 1.76rem);
  font-weight: 400;
  line-height: 1.62;
  text-wrap: pretty;
}

.about-profile {
  justify-self: start;
  align-self: end;
  gap: clamp(22px, 1.8vw, 30px);
  max-width: 48ch;
  padding: clamp(24px, 2vw, 34px) 0 clamp(7px, 0.8vw, 12px);
  border-top: 0;
}

.about-profile,
.about-profile * {
  opacity: 1;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  paint-order: normal !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  mix-blend-mode: normal !important;
  font-synthesis: none;
}

.about-profile p:not(.copy-large) {
  max-width: 43ch;
  margin: 0;
  color: rgba(214, 214, 214, 0.56);
  font-family: var(--font-gallery-label);
  font-size: clamp(1.46rem, 0.9vw, 1.62rem);
  font-weight: 400;
  line-height: 1.62;
  text-wrap: pretty;
}

.about-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(6, minmax(0, 1fr));
  gap: clamp(6px, 0.56vw, 10px);
  aspect-ratio: 16 / 7.2;
  margin-top: clamp(50px, 5.4vw, 82px);
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

@media (min-width: 981px) and (max-width: 1440px) {
  .about-gallery {
    width: min(100%, 1088px);
    margin-right: auto;
    margin-left: auto;
    aspect-ratio: 16 / 6.4;
  }
}

.about-gallery-item {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
}

.about-gallery-item--vehicle {
  grid-area: 1 / 1 / 3 / 4;
}

.about-gallery-item--mast {
  grid-area: 3 / 1 / 5 / 4;
}

.about-gallery-item--freimessen {
  grid-area: 5 / 1 / 7 / 4;
}

.about-gallery-item--person {
  grid-area: 1 / 4 / 4 / 7;
}

.about-gallery-item--confined {
  grid-area: 1 / 7 / 4 / 10;
}

.about-gallery-item--psaga {
  display: block;
  grid-area: 4 / 4 / 7 / 7;
}

.about-gallery-item--player {
  grid-area: 1 / 10 / 4 / 13;
}

.about-gallery-item--fire {
  grid-area: 4 / 7 / 7 / 13;
}

.about-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.08) brightness(0.82);
  transform: scale(1.018);
  transition:
    filter 0.52s ease,
    transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.about-gallery-item--vehicle img {
  object-position: 58% 57%;
  filter: saturate(0.8) contrast(1.08) brightness(0.84);
}

.about-gallery-item--mast img {
  object-position: 58% 48%;
  filter: saturate(0.78) contrast(1.1) brightness(0.78);
}

.about-gallery-item--freimessen img {
  object-position: 54% 50%;
  filter: saturate(0.88) contrast(1.08) brightness(0.84);
}

.about-gallery-item--person img {
  object-position: 50% 28%;
  filter: saturate(0.72) contrast(1.08) brightness(0.86);
}

.about-gallery-item--confined img {
  object-position: 58% 48%;
  filter: saturate(0.84) contrast(1.1) brightness(0.76);
}

.about-gallery-item--psaga img {
  object-position: 48% 50%;
  filter: saturate(0.8) contrast(1.08) brightness(0.84);
}

.about-gallery-item--player img {
  object-position: 52% 38%;
  filter: saturate(0.78) contrast(1.07) brightness(0.82);
}

.about-gallery-item--fire img {
  object-position: 50% 48%;
  filter: saturate(0.8) contrast(1.08) brightness(0.86);
}

.about-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 20, 38, 0), rgba(6, 20, 38, 0.16)),
    radial-gradient(ellipse at 50% 0%, rgba(238, 239, 237, 0.045), rgba(238, 239, 237, 0) 54%);
  pointer-events: none;
}

.about-gallery-item:hover img {
  filter: saturate(0.92) contrast(1.08) brightness(0.96);
  transform: scale(1.04);
}

.job-list {
  display: grid;
  border-top: 1px solid rgba(158, 164, 160, 0.13);
}

.job-item strong {
  margin: 0;
  color: var(--type-main);
  font-family: var(--font-display);
  font-size: clamp(2.02rem, 1.38vw, 2.42rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.jobs-section {
  overflow: visible;
  isolation: isolate;
  border-top: 0;
  padding: clamp(112px, 8vw, 148px) 0 clamp(106px, 7.2vw, 142px);
  background: transparent;
}

.jobs-section .section-lead h2 {
  max-width: 13ch;
  color: var(--type-strong);
  font-family: var(--font-display);
  font-size: clamp(3.45rem, 2.45vw, 4.25rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
  margin-bottom: clamp(8px, 0.8vw, 14px);
}

.jobs-section .section-lead > p:not(.section-eyebrow) {
  max-width: 38ch;
  color: rgba(214, 214, 214, 0.56);
  font-family: var(--font-gallery-label);
  font-size: clamp(1.42rem, 0.96vw, 1.68rem);
  font-weight: 400;
  line-height: 1.62;
  text-wrap: pretty;
}

.jobs-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.38fr) minmax(520px, 0.62fr);
  gap: clamp(74px, 8.8vw, 128px);
  align-items: start;
}

.job-item {
  position: relative;
  border-bottom: 1px solid rgba(158, 164, 160, 0.11);
  transition:
    border-color 0.48s ease,
    opacity 0.52s ease,
    transform 0.66s cubic-bezier(0.19, 1, 0.22, 1);
}

.job-item:not([open]) .job-detail {
  display: none;
}

.job-item summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  min-height: clamp(74px, 5vw, 90px);
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
  padding: clamp(21px, 1.9vw, 28px) 0;
  color: var(--type-main);
  cursor: pointer;
  list-style: none;
  outline: none;
}

.job-item summary:focus,
.job-item summary:focus-visible {
  outline: none;
}

.job-item summary::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(158, 164, 160, 0.025), rgba(158, 164, 160, 0.13), rgba(158, 164, 160, 0.07), rgba(158, 164, 160, 0.02));
  opacity: 0.62;
  transform: scaleX(0.96);
  transform-origin: center;
  transition:
    opacity 0.38s ease,
    transform 0.56s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

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

.job-item summary::-webkit-details-marker {
  display: none;
}

.job-item summary::after {
  content: "";
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  min-width: 34px;
  box-sizing: border-box;
  justify-self: end;
  align-self: center;
  place-items: center;
  border: 1px solid rgba(214, 214, 214, 0.28);
  border-radius: 999px;
  background: rgba(214, 214, 214, 0.015);
  background-image:
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-position: center;
  background-size: 14px 2px, 2px 14px;
  background-repeat: no-repeat;
  color: rgba(214, 214, 214, 0.68);
  font-size: 0;
  font-weight: 500;
  line-height: 0;
  box-shadow: none;
  transition:
    border-color 0.46s ease,
    background 0.46s ease,
    color 0.46s ease;
  transform: none;
}

.job-item:hover summary::after,
.job-item summary:focus-visible::after {
  border-color: rgba(214, 214, 214, 0.42);
  background-color: rgba(214, 214, 214, 0.035);
  color: rgba(214, 214, 214, 0.84);
}

.job-item[open]:not(.is-closing) summary::after {
  border-color: rgba(180, 73, 65, 0.46);
  background-color: rgba(180, 73, 65, 0.06);
  background-size: 14px 2px, 0 0;
  color: rgba(214, 214, 214, 0.78);
  transform: none;
}

.job-item.is-closing summary::after {
  transform: none;
}

.job-item summary span {
  display: block;
  min-width: 0;
  transition:
    opacity 0.48s ease,
    transform 0.58s cubic-bezier(0.19, 1, 0.22, 1);
}

.job-item small {
  display: block;
  margin-bottom: 8px;
  color: rgba(214, 214, 214, 0.5);
  font-family: var(--font-display);
  font-size: clamp(1.18rem, 0.76vw, 1.34rem);
  font-weight: 500;
  line-height: 1.15;
}

.job-item strong {
  display: block;
  min-width: 0;
  color: rgba(214, 214, 214, 0.78);
  font-family: var(--font-display);
  font-size: clamp(2.05rem, 1.44vw, 2.52rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.job-item[open] strong {
  color: rgba(214, 214, 214, 0.84);
}

.job-list:has(.job-item[open]) .job-item:not([open]) {
  opacity: 1;
}

.job-list:has(.job-item[open]) .job-item:not([open]) summary span {
  opacity: 0.62;
  transform: none;
}

.job-list:has(.job-item[open]) .job-item:not([open]) summary:hover span,
.job-list:has(.job-item[open]) .job-item:not([open]) summary:focus-within span {
  opacity: 0.88;
  transform: none;
}

.job-item summary,
.job-item summary span,
.job-item small,
.job-item strong,
.job-detail,
.job-detail p,
.job-detail li {
  text-shadow: none;
  -webkit-text-stroke: 0;
  paint-order: normal;
  filter: none;
}

.job-detail {
  display: grid;
  gap: clamp(24px, 3vw, 34px);
  padding: 2px 0 54px;
  animation: about-detail-in 0.62s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.job-item.is-enhanced .job-detail {
  display: grid;
  box-sizing: border-box;
  height: 0;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transform-origin: top;
  animation: none;
  transition: none;
  contain: layout paint;
  will-change: height, opacity;
}

.job-item.is-enhanced:not([open]) .job-detail {
  display: grid;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.job-item.is-enhanced[open] .job-detail {
  height: auto;
  opacity: 1;
}

.job-item.is-enhanced.is-closing .job-detail {
  opacity: 0;
}

.job-detail-top {
  display: grid;
  grid-template-columns: minmax(320px, 0.58fr) minmax(260px, 0.42fr);
  gap: clamp(32px, 4.2vw, 58px);
  align-items: start;
}

.job-detail-copy {
  display: grid;
  gap: 0;
}

.job-detail-copy > p {
  max-width: 42ch;
  margin: 0;
  color: rgba(214, 214, 214, 0.58);
  font-family: var(--font-gallery-label);
  font-size: clamp(1.42rem, 0.86vw, 1.58rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-shadow: none;
  -webkit-text-stroke: 0;
  paint-order: normal;
  filter: none;
}

.job-facts {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}

.job-facts p {
  display: grid;
  grid-template-columns: minmax(136px, 0.27fr) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 44px);
  margin: 0;
  padding: 16px 0 18px;
  border-top: 1px solid rgba(158, 164, 160, 0.09);
  color: rgba(214, 214, 214, 0.56);
  font-size: clamp(1.24rem, 0.82vw, 1.42rem);
  font-weight: 400;
  line-height: 1.55;
}

.job-facts strong {
  display: block;
  margin: 0;
  color: rgba(214, 214, 214, 0.78);
  font-size: clamp(1.2rem, 0.8vw, 1.38rem);
  font-weight: 500;
  line-height: 1;
}

.job-detail :is(a, button) {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  justify-self: start;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--reference-grey);
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.34s ease;
}

.job-detail :is(a, button)::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: var(--link-plus-color);
  background:
    linear-gradient(currentColor, currentColor) center / 14px 2px no-repeat,
    linear-gradient(currentColor, currentColor) center / 2px 14px no-repeat;
  transform: none;
}

.job-detail :is(a, button):hover,
.job-detail :is(a, button):focus-visible {
  color: var(--white-link-hover);
}

.job-detail :is(a, button):hover::before,
.job-detail :is(a, button):focus-visible::before {
  color: var(--link-plus-color-hover);
}

.job-visual {
  position: relative;
  aspect-ratio: 16 / 9;
  align-self: start;
  margin: 2px 0 0;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  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.065),
    inset 0 -24px 38px rgba(3, 12, 22, 0.16),
    0 16px 36px rgba(0, 0, 0, 0.18);
  transform: translateZ(0);
}

.job-visual::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(158, 164, 160, 0.055), rgba(158, 164, 160, 0) 38%);
  mix-blend-mode: normal;
  opacity: 0.2;
  pointer-events: none;
  transition: opacity 0.72s ease;
}

.job-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(3, 12, 22, 0.08) 0%, rgba(3, 12, 22, 0.16) 54%, rgba(3, 12, 22, 0.26) 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;
}

.job-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04) brightness(0.84);
  transform: scale(1.02);
  transition:
    filter 0.78s ease,
    transform 0.95s cubic-bezier(0.19, 1, 0.22, 1);
}

.job-visual--monteure img {
  object-position: 54% 44%;
}

.job-visual--trainer img {
  object-position: 50% 46%;
}

.job-visual--initiativ img {
  object-position: 50% 50%;
}

.job-visual:hover img {
  filter: saturate(0.98) contrast(1.05) brightness(0.96);
  transform: scale(1.036);
}

.job-visual:hover::before {
  opacity: 0.28;
}

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

@keyframes about-band-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 about-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 about-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 about-detail-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.text-reveal {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0s),
    transform 0.72s 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);
  will-change: auto;
}

.site-footer .text-reveal,
.site-footer .text-reveal.is-revealed {
  opacity: 1;
  transform: none;
  transition: none;
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .about-band-group,
  .about-band,
  .about-hero .section-eyebrow,
  .about-hero .headline-line,
  .about-hero-subtitle,
  .job-detail {
    animation: none;
  }

  .about-band,
  .about-hero .section-eyebrow,
  .about-hero-subtitle,
  .about-hero .headline-line {
    opacity: 1;
    transform: none;
  }

  .text-reveal,
  .text-reveal.is-revealed {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .about-band {
    stroke-dashoffset: 0;
  }

  .job-visual img {
    transition: none;
  }

}

@media (max-width: 1100px) {
  .about-ribbons {
    right: -170px;
    bottom: -154px;
    width: 560px;
    opacity: 0.42;
  }
}

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

  .about-hero-content {
    min-height: clamp(620px, 76svh, 760px);
    padding-top: clamp(142px, 16svh, 190px);
    padding-bottom: clamp(94px, 11svh, 132px);
  }

  .about-ribbons {
    right: -305px;
    bottom: -162px;
    width: 560px;
    opacity: 0.46;
  }

  .about-hero h1 {
    max-width: 100%;
    font-size: clamp(4.25rem, 5.2vw, 5.35rem);
    line-height: 1.03;
  }

  .about-hero-subtitle {
    max-width: 64rem;
    font-size: 1.58rem;
    line-height: 2.34rem;
  }

  .about-layout,
  .jobs-layout {
    grid-template-columns: 1fr;
    gap: 42px;
    align-items: start;
  }

  .about-principles {
    margin-top: -48px;
    padding-top: 78px;
    padding-bottom: 96px;
  }

  .about-section {
    padding-top: 78px;
    padding-bottom: 112px;
  }

  .jobs-section {
    padding-top: 116px;
    padding-bottom: 112px;
  }

  .about-principles-row {
    grid-template-columns: 1fr;
    gap: 0;
    width: min(calc(100% - (var(--page-gutter) * 2)), 680px);
    padding: 18px 0;
  }

  .about-principle {
    min-height: 0;
    padding: clamp(22px, 3vw, 28px) clamp(18px, 3vw, 28px);
    border-left: 0;
    border-bottom: 0;
  }

  .about-principle + .about-principle {
    border-left: 0;
    padding: 22px clamp(18px, 3vw, 28px);
  }

  .about-principle + .about-principle::before {
    content: none;
  }

  .about-principle:first-child,
  .about-principle:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .about-principle:last-child {
    border-bottom: 0;
  }

  .about-copy {
    padding-top: 0;
  }

  .about-profile {
    max-width: 48ch;
    padding-top: 0;
    border-top: 0;
  }

  .job-detail-top {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.46fr);
  }

  .job-visual {
    aspect-ratio: 3 / 2;
  }

  .about-gallery {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-template-rows: repeat(9, minmax(0, 1fr));
    aspect-ratio: 4 / 4.48;
  }

  .about-gallery-item--vehicle {
    grid-area: 4 / 1 / 7 / 5;
  }

  .about-gallery-item--mast {
    grid-area: 1 / 1 / 4 / 5;
  }

  .about-gallery-item--freimessen {
    grid-area: 7 / 1 / 10 / 4;
  }

  .about-gallery-item--person {
    grid-area: 1 / 5 / 5 / 7;
  }

  .about-gallery-item--confined {
    grid-area: 1 / 7 / 5 / 9;
  }

  .about-gallery-item--psaga {
    display: block;
    grid-area: 7 / 4 / 10 / 7;
  }

  .about-gallery-item--player {
    grid-area: 7 / 7 / 10 / 9;
  }

  .about-gallery-item--fire {
    grid-area: 5 / 5 / 7 / 9;
  }
}

@media (max-width: 620px), (orientation: landscape) and (max-width: 932px) and (max-height: 520px) {
  .subpage-content,
  .about-principles-row {
    width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-width));
  }

  .about-hero {
    min-height: 540px;
  }

  .about-hero-content {
    min-height: 540px;
    padding-top: 112px;
    padding-bottom: 64px;
  }

  .about-ribbons {
    right: -238px;
    bottom: -34px;
    width: 520px;
    opacity: 0.26;
  }

  .about-hero h1 {
    max-width: 100%;
    font-size: clamp(3.35rem, 9.8vw, 3.95rem);
    line-height: 1.04;
    overflow-wrap: normal;
  }

  .section-lead h2 {
    max-width: 100%;
    font-size: clamp(3.25rem, 9.4vw, 3.78rem);
    line-height: 1.04;
    overflow-wrap: normal;
  }

  .jobs-section .section-lead h2 {
    margin-bottom: 12px;
  }

  .about-hero-subtitle,
  .copy-large,
  .section-lead > p {
    max-width: 100%;
    font-size: 1.42rem;
    line-height: 1.58;
  }

  .jobs-section .section-lead > p:not(.section-eyebrow) {
    max-width: 100%;
    font-size: 1.42rem;
    line-height: 1.58;
  }

  .about-section,
  .jobs-section {
    padding-top: 56px;
    padding-bottom: 84px;
  }

  .about-principles {
    margin-top: -22px;
    padding-top: 46px;
    padding-bottom: 34px;
  }

  .about-principles-row {
    grid-template-columns: 1fr;
    gap: 0;
    width: min(calc(100% - (var(--page-gutter) * 2)), 560px);
    padding: 12px 0;
  }

  .about-principle,
  .about-principle:first-child,
  .about-principle:last-child {
    min-height: 0;
    padding: 18px 0;
    border-left: 0;
    border-bottom: 0;
  }

  .about-principle + .about-principle {
    border-left: 0;
    padding-top: 22px;
  }

  .about-principle + .about-principle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: min(100%, 360px);
    height: 1px;
    background: linear-gradient(90deg, rgba(214, 214, 214, 0.16), rgba(214, 214, 214, 0.06), rgba(214, 214, 214, 0));
    transform: none;
    pointer-events: none;
  }

  .about-principle strong {
    font-size: 1.34rem;
    line-height: 1.22;
    gap: 10px;
  }

  .about-principle span {
    max-width: 34ch;
    font-size: 1.18rem;
    line-height: 1.5;
  }

  .principle-icon {
    width: 20px;
    height: 20px;
  }

  .about-principle:last-child {
    border-bottom: 0;
  }

  .about-layout,
  .jobs-layout {
    gap: 30px;
  }

  .about-section::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 50%;
    z-index: 1;
    width: min(calc(100% - (var(--page-gutter) * 2)), var(--page-width));
    height: 1px;
    background: linear-gradient(90deg, rgba(214, 214, 214, 0), rgba(214, 214, 214, 0.14), rgba(214, 214, 214, 0));
    transform: translateX(-50%);
    pointer-events: none;
  }

  .text-reveal {
    transform: translate3d(0, 20px, 0);
    transition-duration: 0.78s;
  }

  .about-copy {
    gap: 18px;
    max-width: 42ch;
  }

  .about-profile {
    padding-top: 0;
    border-top: 0;
  }

  .about-profile p:not(.copy-large) {
    max-width: 42ch;
    font-size: 1.32rem;
    line-height: 1.56;
  }

  .about-gallery {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: clamp(42px, 12vw, 48px);
    aspect-ratio: auto;
    gap: 2px;
    width: min(100%, 354px);
    margin: 40px auto 0;
    border-radius: 8px;
  }

  .about-gallery-item {
    grid-area: auto;
  }

  .about-gallery-item--person {
    grid-area: 1 / 1 / 5 / 4;
  }

  .about-gallery-item--confined {
    grid-area: 1 / 4 / 5 / 9;
  }

  .about-gallery-item--mast {
    grid-area: 5 / 1 / 7 / 4;
  }

  .about-gallery-item--vehicle {
    grid-area: 5 / 4 / 7 / 9;
  }

  .about-gallery-item--fire {
    grid-area: 7 / 4 / 9 / 9;
  }

  .about-gallery-item--player {
    grid-area: 7 / 1 / 9 / 4;
  }

  .about-gallery-item--freimessen {
    grid-area: 9 / 1 / 12 / 5;
  }

  .about-gallery-item--psaga {
    display: block;
    grid-area: 9 / 5 / 12 / 9;
  }

  .about-gallery-item--person img {
    object-position: 50% 16%;
  }

  .about-gallery-item--player img {
    object-position: 50% 18%;
  }

  .about-gallery-item--fire img {
    object-position: 50% 48%;
  }

  .about-gallery-item--vehicle img {
    object-position: 50% 54%;
  }

  .about-gallery-item--freimessen img {
    object-position: 52% 38%;
  }

  .about-gallery-item--psaga img {
    object-position: 50% 42%;
  }

  .job-item summary {
    min-height: 100px;
    padding: 26px 0;
  }

  .job-detail {
    gap: 24px;
  }

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

  .job-detail-copy > p {
    max-width: none;
  }

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

  .job-facts p {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0 20px;
  }

  .job-visual {
    aspect-ratio: 3 / 2;
  }
}

body .mobile-nav-icon span {
  display: block !important;
  transform-origin: 50% 50% !important;
}

body:not(.is-mobile-nav-open) .mobile-nav-icon span:first-child {
  transform: translate(-50%, -50%) translateY(-5px) !important;
}

body:not(.is-mobile-nav-open) .mobile-nav-icon span:last-child {
  transform: translate(-50%, -50%) translateY(5px) !important;
}

body.is-mobile-nav-open .mobile-nav-icon span:first-child {
  transform: translate(-50%, -50%) rotate(42deg) !important;
}

body.is-mobile-nav-open .mobile-nav-icon span:last-child {
  transform: translate(-50%, -50%) rotate(-42deg) !important;
}

