body:has(.company-page[data-company-page]),
.company-page[data-company-page] {
  --company-accent: #13ae67;
  --company-bg: #071017;
  --company-deep: #071218;
  --company-surface: #0d1821;
  --company-ink: #eef5f2;
  --company-light: #eef5f2;
  --company-light-ink: #071017;
  --company-muted: #a9bcc0;
  --company-muted-dark: #53636c;
  --company-line: rgb(238 245 242 / 14%);
  --company-content: 96rem;
  --company-gutter: clamp(1rem, 4vw, 4.5rem);
  --company-inline: max(var(--company-gutter), calc((100% - var(--company-content)) / 2));
  color: var(--company-ink);
  background: var(--company-bg);
}

body:has(.company-page[data-company-page]) {
  --brand-blue: #13ae67;
  --brand-green: #13ae67;
  --link: #13ae67;
  --header-height: 68px;
  color-scheme: dark;
}

body:has(.company-page[data-company-page]) .site-header,
body:has(.company-page[data-company-page]) .site-header.header--transparent,
body:has(.company-page[data-company-page]) .site-header.header--dark {
  height: var(--header-height);
  color: var(--company-ink);
  border-bottom: 1px solid rgb(238 245 242 / 10%);
  background: rgb(7 16 23 / 90%);
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  backdrop-filter: blur(18px) saturate(120%);
}

body:has(.company-page[data-company-page]) .site-header.header--scrolled,
body:has(.company-page[data-company-page]) .site-header.header--menu-open {
  background: rgb(7 16 23 / 98%);
}

body:has(.company-page[data-company-page]) .header__inner {
  width: min(100%, var(--company-content));
  padding-inline: var(--company-gutter);
}

body:has(.company-page[data-company-page]) .header__logo {
  display: flex;
  width: 10rem;
  height: 2.65rem;
}

body:has(.company-page[data-company-page]) .header__logo-img--reverse {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none !important;
}

body:has(.company-page[data-company-page]) .header__nav,
body:has(.company-page[data-company-page]) .header__menu-link,
body:has(.company-page[data-company-page]) .header__menu-trigger {
  color: var(--company-ink);
}

body:has(.company-page[data-company-page]) .site-shell__main {
  background: var(--company-bg);
}

.company-page[data-company-page] {
  overflow-x: clip;
}

.company-page[data-company-page] :where(h1, h2, p, figure, ol) {
  margin: 0;
}

.company-page[data-company-page] :where(img, video, svg) {
  display: block;
  max-width: 100%;
}

.company-page[data-company-page] .company-section__inner,
.company-page[data-company-page] .company-hero__inner {
  width: min(calc(100% - (2 * var(--company-gutter))), var(--company-content));
  margin-inline: auto;
}

.company-page[data-company-page] h2 {
  max-width: 22ch;
  color: var(--company-ink);
  font-size: clamp(1.75rem, 2.4vw, 2.5rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.company-page[data-company-page] p {
  color: var(--company-muted);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.72;
}

.company-page[data-company-page] .company-hero {
  position: relative;
  display: grid;
  min-height: 100dvh;
  isolation: isolate;
  background: var(--company-bg);
}

.company-page[data-company-page] .company-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgb(7 16 23 / 90%) 0%, rgb(7 16 23 / 48%) 30%, rgb(7 16 23 / 7%) 56%, transparent 100%),
    linear-gradient(0deg, rgb(7 16 23 / 44%) 0%, transparent 32%);
}

.company-page[data-company-page] .company-hero__media {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--company-surface);
}

.company-page[data-company-page] .company-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.company-page[data-company-page] .company-hero__inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  min-height: 100%;
  padding-top: calc(var(--header-height) + clamp(1.5rem, 3vw, 3rem));
  padding-bottom: clamp(2rem, 4vw, 4rem);
}

.company-page[data-company-page] .company-hero__content {
  grid-column: 1 / span 5;
  display: grid;
  justify-items: start;
  gap: 1.45rem;
  max-width: 36rem;
}

.company-page[data-company-page] .company-hero h1 {
  font-size: clamp(2.25rem, 3.2vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.company-page[data-company-page] .company-hero__content > p {
  max-width: 28rem;
  color: var(--company-ink);
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.65;
}

.company-page[data-company-page] .company-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 3.45rem;
  padding: 0.78rem 1.38rem;
  border: 2px solid var(--company-accent);
  border-radius: 999px;
  background: transparent;
  color: var(--company-ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.company-page[data-company-page] .company-button span {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 0.7;
}

.company-page[data-company-page] .company-button:hover {
  background: var(--company-accent);
  color: var(--company-bg);
  transform: translateX(0.2rem);
}

.company-page[data-company-page] .company-button:active {
  transform: translateY(1px);
}

.company-page[data-company-page] :is(.company-button, .company-film__video, .company-film__video a):focus-visible {
  outline: 3px solid var(--company-accent);
  outline-offset: 4px;
}

.company-page[data-company-page] .company-position {
  display: grid;
  min-height: 100dvh;
  border-bottom: 1px solid rgb(7 16 23 / 14%);
  background: var(--company-light);
  color-scheme: light;
}

.company-page[data-company-page] .company-position__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  align-content: center;
  gap: clamp(1.75rem, 4vh, 2.75rem);
  padding-block: max(calc(var(--header-height) + 1.5rem), 5rem) clamp(3rem, 5vh, 4rem);
}

.company-page[data-company-page] .company-position h2 {
  max-width: 62rem;
  color: var(--company-light-ink);
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  letter-spacing: -0.04em;
  line-height: 1.35;
  text-align: center;
}

.company-page[data-company-page] .company-film {
  width: min(82vw, 72rem, calc((100dvh - 17rem) * 16 / 9));
  scroll-margin-top: calc(var(--header-height) + 1rem);
}

.company-page[data-company-page] .company-film__video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border: 1px solid rgb(7 16 23 / 16%);
  background: #050b10;
  box-shadow: 0 2.5rem 5rem rgb(7 18 24 / 16%);
}

.company-page[data-company-page] .company-film__video a {
  color: var(--company-accent);
}

.company-page[data-company-page] .company-position .company-film__video:focus-visible {
  outline-color: var(--company-light-ink);
  box-shadow: 0 0 0 7px var(--company-accent);
}

.company-page[data-company-page] .company-history {
  position: relative;
  isolation: isolate;
  display: grid;
  box-sizing: border-box;
  height: 100dvh;
  min-height: 100dvh;
  padding-block: clamp(2.5rem, 4vh, 3.75rem);
  background: #0a141b;
  color-scheme: dark;
}

.company-page[data-company-page] .company-history__backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.72;
}

.company-page[data-company-page] .company-history::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(7 16 23 / 78%) 0%, rgb(7 16 23 / 22%) 43%, rgb(7 16 23 / 68%) 100%),
    linear-gradient(90deg, rgb(7 16 23 / 56%) 0%, transparent 42%, rgb(7 16 23 / 14%) 100%);
  content: "";
  pointer-events: none;
}

.company-page[data-company-page] .company-history__inner {
  position: relative;
  z-index: 2;
  align-self: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-inline: 0;
}

.company-page[data-company-page] .company-history__stage {
  position: relative;
  height: 100%;
  min-height: 0;
  margin-top: 0;
}

.company-page[data-company-page] .company-history__route {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.company-page[data-company-page] .company-history__route--mobile {
  display: none;
}

.company-page[data-company-page] .company-history__route--desktop {
  right: auto;
  left: 50%;
  width: 100vw;
  max-width: none;
  transform: translateX(-50%);
}

.company-page[data-company-page] .company-history__trace {
  fill: none;
  stroke: rgb(238 245 242 / 38%);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.company-page[data-company-page] .company-history__markers {
  position: absolute;
  inset-block: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
}

.company-page[data-company-page] .company-history__marker,
.company-page[data-company-page] .company-history__milestones li {
  top: var(--history-node-y);
  left: var(--history-node-x);
}

.company-page[data-company-page] .company-history__marker {
  position: absolute;
  width: 14px;
  aspect-ratio: 1;
  box-sizing: border-box;
  border: 1.5px solid rgb(238 245 242 / 68%);
  border-radius: 50%;
  background: rgb(7 16 23 / 82%);
  box-shadow: inset 0 0 0 3.5px rgb(7 16 23 / 84%);
  transform: translate(-50%, -50%);
}

.company-page[data-company-page] .company-history__marker::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--company-accent);
  content: "";
  opacity: 0.82;
  transform: translate(-50%, -50%);
}

.company-page[data-company-page] .company-history__marker:nth-child(1),
.company-page[data-company-page] .company-history__milestones li:nth-child(1) {
  --history-node-x: 8.3333%;
  --history-node-y: 85.0645%;
}

.company-page[data-company-page] .company-history__marker:nth-child(2),
.company-page[data-company-page] .company-history__milestones li:nth-child(2) {
  --history-node-x: 25%;
  --history-node-y: 77.5484%;
}

.company-page[data-company-page] .company-history__marker:nth-child(3),
.company-page[data-company-page] .company-history__milestones li:nth-child(3) {
  --history-node-x: 37.5%;
  --history-node-y: 65.6935%;
}

.company-page[data-company-page] .company-history__marker:nth-child(4),
.company-page[data-company-page] .company-history__milestones li:nth-child(4) {
  --history-node-x: 50%;
  --history-node-y: 65.8065%;
}

.company-page[data-company-page] .company-history__marker:nth-child(5),
.company-page[data-company-page] .company-history__milestones li:nth-child(5) {
  --history-node-x: 75%;
  --history-node-y: 53.1935%;
}

.company-page[data-company-page] .company-history__marker:nth-child(6),
.company-page[data-company-page] .company-history__milestones li:nth-child(6) {
  --history-node-x: 91.6667%;
  --history-node-y: 36.4355%;
}

.company-page[data-company-page] .company-history__milestones {
  position: absolute;
  inset: 0;
  padding: 0;
  list-style: none;
}

.company-page[data-company-page] .company-history__milestones li {
  position: absolute;
  --history-label-gap: clamp(0.9rem, 1.15vw, 2.25rem);
  width: clamp(13rem, 15vw, 20rem);
  text-shadow: 0 2px 12px rgb(0 0 0 / 68%);
}

.company-page[data-company-page] .company-history__milestones li:nth-child(1) {
  transform: translate(-36%, calc(-100% - var(--history-label-gap)));
}

.company-page[data-company-page] .company-history__milestones li:nth-child(2) {
  transform: translate(-32%, var(--history-label-gap));
}

.company-page[data-company-page] .company-history__milestones li:nth-child(3) {
  transform: translate(-22%, calc(-100% - var(--history-label-gap)));
}

.company-page[data-company-page] .company-history__milestones li:nth-child(4) {
  transform: translate(-12%, var(--history-label-gap));
}

.company-page[data-company-page] .company-history__milestones li:nth-child(5) {
  transform: translate(-38%, calc(-100% - var(--history-label-gap)));
}

.company-page[data-company-page] .company-history__milestones li:nth-child(6) {
  transform: translate(-50%, calc(-100% - var(--history-label-gap)));
}

.company-page[data-company-page] .company-history__milestones time {
  display: block;
  color: rgb(111 211 159 / 88%);
  font-size: clamp(1.5rem, 1.75vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
}

.company-page[data-company-page] .company-history__milestones p {
  margin-top: 0.45rem;
  color: rgb(238 245 242 / 78%);
  font-size: clamp(0.82rem, 0.72vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}

@media (min-width: 1920px) {
  .company-page[data-company-page] .company-history__milestones li {
    --history-label-gap: clamp(1.25rem, 1.25vw, 2.25rem);
  }
}

@media (min-width: 3200px) {
  .company-page[data-company-page] .company-history__milestones li {
    width: 20rem;
  }

  .company-page[data-company-page] .company-history__milestones time {
    font-size: 2.5rem;
  }

  .company-page[data-company-page] .company-history__milestones p {
    font-size: 1.125rem;
  }
}

.company-page[data-company-page] .company-consultation {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(24rem, 1.08fr);
  align-items: center;
  min-height: 100dvh;
  padding-block: clamp(7rem, 10vw, 10rem);
  padding-inline: var(--company-inline);
  color-scheme: light;
  background:
    linear-gradient(120deg, rgb(19 174 103 / 6%), transparent 42%),
    var(--company-light);
}

.company-page[data-company-page] .company-consultation__copy {
  z-index: 2;
  max-width: 43rem;
}

.company-page[data-company-page] .company-consultation h2 {
  max-width: none;
  color: var(--company-light-ink);
  white-space: nowrap;
}

.company-page[data-company-page] .company-consultation__copy > p {
  max-width: 34rem;
  margin-top: 1.6rem;
  color: var(--company-muted-dark);
}

.company-page[data-company-page] .company-consultation__copy .company-button {
  margin-top: 2rem;
  color: var(--company-light-ink);
}

.company-page[data-company-page] .company-consultation__mascot {
  z-index: 1;
  display: grid;
  min-width: 0;
  place-items: center;
}

.company-page[data-company-page] .company-consultation__mascot img {
  width: min(100%, 44rem);
  max-height: 72dvh;
  object-fit: contain;
  filter: drop-shadow(0 2.2rem 2.5rem rgb(16 27 34 / 14%));
}

.company-page[data-company-page] .company-consultation :is(a, button):focus-visible {
  outline-color: var(--company-accent);
  box-shadow: 0 0 0 8px var(--company-light-ink);
}

@media (max-width: 1100px) and (min-width: 768px) {
  .company-page[data-company-page] .company-position h2 {
    max-width: 52rem;
    font-size: clamp(1.45rem, 2.7vw, 1.9rem);
  }

  .company-page[data-company-page] .company-film {
    width: min(88vw, 60rem, calc((100dvh - 16rem) * 16 / 9));
  }

  .company-page[data-company-page] .company-consultation h2 {
    max-width: 18ch;
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .company-page[data-company-page] .company-hero {
    min-height: 100svh;
  }

  .company-page[data-company-page] .company-hero::after {
    background:
      linear-gradient(0deg, rgb(7 16 23 / 92%) 0%, rgb(7 16 23 / 62%) 24%, rgb(7 16 23 / 10%) 48%, transparent 64%);
  }

  .company-page[data-company-page] .company-hero__media img {
    object-position: 100% center;
  }

  .company-page[data-company-page] .company-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    align-items: end;
    padding-top: calc(var(--header-height) + 2rem);
    padding-bottom: 3.5rem;
  }

  .company-page[data-company-page] .company-hero__content {
    grid-column: 1;
    gap: 1.2rem;
    max-width: none;
  }

  .company-page[data-company-page] .company-hero h1 {
    font-size: clamp(2.25rem, 9vw, 2.5rem);
  }

  .company-page[data-company-page] .company-position {
    min-height: 100svh;
  }

  .company-page[data-company-page] .company-position__layout {
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    gap: clamp(1.75rem, 5vh, 2.5rem);
    padding-block: calc(var(--header-height) + 2rem) 3rem;
  }

  .company-page[data-company-page] .company-position h2 {
    max-width: 32rem;
    font-size: clamp(1.35rem, 6vw, 1.65rem);
    line-height: 1.42;
  }

  .company-page[data-company-page] .company-film {
    width: min(100%, calc((100svh - 20rem) * 16 / 9));
  }

  .company-page[data-company-page] .company-history {
    box-sizing: border-box;
    height: 100svh;
    min-height: 100svh;
    padding-block: clamp(2rem, 5vh, 3rem);
  }

  .company-page[data-company-page] .company-history__backdrop {
    object-position: 58% center;
    opacity: 0.58;
  }

  .company-page[data-company-page] .company-history::after {
    background:
      linear-gradient(180deg, rgb(7 16 23 / 76%) 0%, rgb(7 16 23 / 32%) 48%, rgb(7 16 23 / 78%) 100%),
      linear-gradient(90deg, rgb(7 16 23 / 48%) 0%, transparent 52%, rgb(7 16 23 / 40%) 100%);
  }

  .company-page[data-company-page] .company-history__stage {
    height: 100%;
    min-height: 0;
    margin-top: 0;
  }

  .company-page[data-company-page] .company-history__inner {
    width: min(calc(100% - (2 * var(--company-gutter))), var(--company-content));
    margin-inline: auto;
  }

  .company-page[data-company-page] .company-history__route--desktop {
    display: none;
  }

  .company-page[data-company-page] .company-history__route--mobile {
    display: block;
  }

  .company-page[data-company-page] .company-history__markers {
    left: 0;
    width: 100%;
    transform: none;
  }

  .company-page[data-company-page] .company-history__marker:nth-child(1),
  .company-page[data-company-page] .company-history__milestones li:nth-child(1) {
    --history-node-y: 11.5741%;
    --history-node-x: 48.9673%;
  }

  .company-page[data-company-page] .company-history__marker:nth-child(2),
  .company-page[data-company-page] .company-history__milestones li:nth-child(2) {
    --history-node-y: 27.7778%;
    --history-node-x: 45.3183%;
  }

  .company-page[data-company-page] .company-history__marker:nth-child(3),
  .company-page[data-company-page] .company-history__milestones li:nth-child(3) {
    --history-node-y: 43.9815%;
    --history-node-x: 52.6798%;
  }

  .company-page[data-company-page] .company-history__marker:nth-child(4),
  .company-page[data-company-page] .company-history__milestones li:nth-child(4) {
    --history-node-y: 60.1852%;
    --history-node-x: 52.0277%;
  }

  .company-page[data-company-page] .company-history__marker:nth-child(5),
  .company-page[data-company-page] .company-history__milestones li:nth-child(5) {
    --history-node-y: 76.3889%;
    --history-node-x: 45.7883%;
  }

  .company-page[data-company-page] .company-history__marker:nth-child(6),
  .company-page[data-company-page] .company-history__milestones li:nth-child(6) {
    --history-node-y: 92.1296%;
    --history-node-x: 51.5071%;
  }

  .company-page[data-company-page] .company-history__milestones li {
    width: calc(50% - 2.5rem);
  }

  .company-page[data-company-page] .company-history__milestones li:nth-child(odd) {
    right: auto;
    left: var(--history-node-x);
    text-align: right;
    transform: translate(calc(-100% - 1.5rem), -50%);
  }

  .company-page[data-company-page] .company-history__milestones li:nth-child(even) {
    right: auto;
    left: var(--history-node-x);
    text-align: left;
    transform: translate(2rem, -50%);
  }

  .company-page[data-company-page] .company-history__milestones time {
    font-size: 1.35rem;
  }

  .company-page[data-company-page] .company-history__milestones p {
    margin-top: 0.3rem;
    font-size: 0.78rem;
    line-height: 1.45;
    white-space: normal;
  }

  .company-page[data-company-page] .company-consultation {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(19rem, 44dvh);
    min-height: 100svh;
    gap: 2rem;
    padding-block: 6rem;
    padding-inline: var(--company-gutter);
  }

  .company-page[data-company-page] .company-consultation h2 {
    max-width: 15ch;
    font-size: clamp(1.75rem, 8vw, 2.35rem);
    white-space: normal;
  }

  .company-page[data-company-page] .company-consultation__mascot img {
    max-height: 44dvh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .company-page[data-company-page] .company-button {
    transition: none;
  }
}
