:root {
  --ky-black: #0a0a0a;
  --ky-ink: #f7f1eb;
  --ky-white: #ffffff;
  --ky-brass: #d19265;
  --ky-line: rgba(209, 146, 101, 0.78);
  --ky-white-line: rgba(255, 255, 255, 0.66);
  --ky-content: min(1087px, calc(100vw - 48px));
  --ky-nav-width: min(843px, calc(100vw - 32px));
  --ky-font: fort, sans-serif;
  color-scheme: dark;
  font-family: var(--ky-font);
}

* {
  box-sizing: border-box;
  font-family: inherit;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--ky-black);
}

body {
  margin: 0;
  min-height: 100%;
  background: var(--ky-black);
  color: var(--ky-ink);
  font-family: var(--ky-font);
  text-rendering: geometricPrecision;
}

img,
svg,
video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

::-moz-selection {
  color: var(--ky-black);
  background: var(--ky-brass);
}

::selection {
  color: var(--ky-black);
  background: var(--ky-brass);
}

.ky-page {
  position: relative;
  overflow: clip;
  background: var(--ky-black);
}

.container {
  width: var(--ky-content);
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: min(1240px, calc(100vw - 48px));
  margin-right: auto;
  margin-left: auto;
}

.container-narrow {
  width: min(546px, 100%);
}

.row {
  display: grid;
  gap: 48px;
}

.col {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin: 0;
  font-weight: 300;
  letter-spacing: 0;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 1;
}

.display-title {
  margin: 0;
  font-weight: 300;
  letter-spacing: 0;
  font-size: clamp(42px, 4.45vw, 64px);
  line-height: 0.8;
}

.section-rule {
  width: 100%;
  height: 2px;
  margin-bottom: 16px;
  background: var(--ky-line);
}

.btn {
  position: relative;
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 42px 0 16px;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--ky-white);
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}
.btn::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 19px;
  right: 8px;
  top: 10px;
  background: url("/media/kyveris/arrow.svg") center/contain no-repeat;
}

.btn-outline {
  border-color: var(--ky-white-line);
  background: rgba(10, 10, 10, 0.06);
}
.btn-outline:hover, .btn-outline:focus-visible {
  border-color: var(--ky-brass);
  color: var(--ky-brass);
  background: rgba(209, 146, 101, 0.08);
}

.navbar {
  position: fixed;
  z-index: 20;
  top: 36px;
  left: 50%;
  width: var(--ky-nav-width);
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 23px;
  transform: translateX(-50%);
}

.navbar-ky {
  background: rgba(10, 10, 10, 0.96);
  border-radius: 2px;
  backdrop-filter: blur(18px);
}

.navbar-brand {
  width: 84px;
  display: inline-flex;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 4vw, 38px);
}

.nav-link {
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: rgba(255, 255, 255, 0.86);
  transition: color 160ms ease;
}
.nav-link:hover, .nav-link:focus-visible, .nav-link.is-active {
  color: var(--ky-brass);
}

.person-question {
  position: relative;
  width: 100%;
  min-height: 803px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 53px;
  /*padding: 188px 57px 28px;*/
  isolation: isolate;
  overflow: hidden;
}
.person-question__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
  max-width: none;
  -o-object-position: center;
  object-position: center;
}
.person-question__content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.person-question__title {
  color: var(--ky-brass);
  font-size: clamp(72px, 8.9vw, 128px);
  font-weight: 300;
  line-height: 0.8;
  mix-blend-mode: color-dodge;
  white-space: nowrap;
}
.person-question__title span {
  display: block;
}
.person-question__speaker {
  position: relative;
  width: 165px;
  color: var(--ky-white);
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.person-question__speaker p {
  width: 129px;
  margin: 0 0 11px;
  color: var(--ky-brass);
  font-size: 20px;
  mix-blend-mode: screen;
}
.person-question__speaker strong {
  display: block;
  margin-bottom: 3px;
  font-weight: 500;
}
.person-question__speaker span {
  display: block;
  color: rgba(255, 255, 255, 0.88);
}

.section-mark {
  width: 157px;
  height: auto;
}
.section-mark--bottom {
  position: absolute;
  left: 50%;
  bottom: -76px;
  transform: translateX(-50%);
}

.industrial-section {
  position: relative;
  min-height: 932px;
  display: grid;
  place-items: center;
  background: #000;
  isolation: isolate;
  overflow: hidden;
}
.industrial-section__image, .industrial-section__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
  background: #000;
  -o-object-position: center center;
  object-position: center center;
  opacity: 0.9;
}
.industrial-section__shade {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 52%;
  background: linear-gradient(178deg, rgba(217, 217, 217, 0.1) 13%, #000 96%);
  mix-blend-mode: multiply;
}
.industrial-section h2 {
  position: relative;
  z-index: 2;
  width: min(683px, 100vw - 48px);
  color: var(--ky-white);
  text-align: center;
  text-shadow: #000 0px 0px 8px;
}

.about-section {
  position: relative;
  min-height: 912px;
  display: grid;
  align-items: center;
  background: #020202;
  color: #050505;
  overflow: hidden;
}
.about-section__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 116%;
  max-width: none;
  -o-object-position: center bottom;
  object-position: center bottom;
  background: #020202;
}
.about-section__copy {
  position: relative;
  z-index: 1;
  width: min(546px, 100vw - 48px);
  margin-left: max(24px, (100vw - var(--ky-content)) / 2);
  text-align: right;
  justify-self: start;
}
.about-section__copy p:last-child {
  width: min(458px, 100%);
  margin: 31px 0 0 auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}

.platform-section {
  position: relative;
  min-height: 730px;
  padding: 0 24px;
  background: var(--ky-black);
  text-align: center;
  isolation: isolate;
  overflow: hidden;
}
.platform-section__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
  opacity: 0.65;
  max-width: none;
  -o-object-position: center center;
  object-position: center center;
}
.platform-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(10, 10, 10, 0.02);
}
.platform-section__inner {
  position: absolute;
  inset: 0 24px;
  width: auto;
  max-width: none;
  margin: 0;
}
.platform-section .eyebrow,
.platform-section h2,
.platform-section p {
  color: var(--ky-white);
  mix-blend-mode: screen;
}
.platform-section .eyebrow {
  position: absolute;
  top: 78px;
  left: 50%;
  width: min(546px, 100vw - 48px);
  margin: 0;
  transform: translateX(-50%);
}
.platform-section h2 {
  position: absolute;
  top: 110px;
  left: 50%;
  width: min(417px, 100vw - 48px);
  transform: translateX(-50%);
}
.platform-section p:last-child {
  position: absolute;
  top: 546px;
  left: 50%;
  width: min(458px, 100vw - 48px);
  margin: 0;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}

.sandbox-section {
  position: relative;
  min-height: 839px;
  overflow: hidden;
  isolation: isolate;
}
.sandbox-section__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
  width: 115%;
  max-width: none;
  -o-object-position: center bottom;
  object-position: center bottom;
}
.sandbox-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(10, 10, 10, 0.42), rgba(10, 10, 10, 0.08) 42%, rgba(10, 10, 10, 0.38));
}
.sandbox-section__content {
  padding: 141px 0 96px;
  display: grid;
  grid-template-columns: minmax(0, 501px) minmax(308px, 1fr);
  gap: 74px;
  color: var(--ky-white);
}
.sandbox-section__copy {
  align-self: start;
  mix-blend-mode: screen;
}
.sandbox-section__copy p:last-child {
  width: min(458px, 100%);
  margin: 100px 0 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  position: absolute;
  bottom: 10%;
}

.integration-stack {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 36px;
  mix-blend-mode: screen;
}
.integration-stack span {
  display: block;
  color: var(--ky-white);
  font-size: clamp(82px, 9vw, 128px);
  font-weight: 300;
  line-height: 0.8;
}
.integration-stack span:first-child {
  font-size: clamp(64px, 6.7vw, 96px);
  position: relative;
}
.integration-stack__underline {
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 2px;
  background: var(--ky-brass);
  width: 100%;
  will-change: transform;
}
.integration-stack p {
  width: 308px;
  margin: -22px 0 28px;
  color: var(--ky-white);
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

.movement-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ky-white);
  background: var(--ky-black);
  overflow: hidden;
}
.movement-section__inner {
  position: relative;
  min-height: 830px;
}
.movement-section__copy {
  position: absolute;
  top: 320px;
  left: 0;
  z-index: 1;
  width: min(501px, 100%);
  mix-blend-mode: screen;
}
.movement-section__copy .eyebrow {
  margin-bottom: 9px;
  font-size: 20px;
}
.movement-section__copy h2 {
  font-size: 32px;
  line-height: 1;
}

.challenge-wheel {
  position: absolute;
  top: 0;
  left: calc(50% + 3px);
  width: 543px;
  height: 830px;
  mix-blend-mode: screen;
}
.challenge-wheel__graphic {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.challenge-wheel__mark--white {
  fill: var(--ky-white);
}
.challenge-wheel__mark--brass {
  fill: var(--ky-brass);
}
.challenge-wheel text {
  fill: var(--ky-white);
  font-size: 32px;
  font-weight: 300;
  font-family: var(--ky-font);
  letter-spacing: 0;
  dominant-baseline: alphabetic;
}
.challenge-wheel__label--brass {
  fill: var(--ky-brass);
}

.team-section {
  min-height: 597px;
  margin-top: 98px;
  display: grid;
  grid-template-columns: minmax(420px, 610px) minmax(360px, 546px);
  gap: 84px;
  align-items: center;
  color: var(--ky-white);
}
.team-section__visual {
  position: relative;
  min-height: 559px;
  display: grid;
  place-items: center;
}
.team-section__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: screen;
}
.team-section__visual p {
  position: relative;
  width: min(683px, 100%);
  color: var(--ky-white);
  text-align: center;
  mix-blend-mode: difference;
}
.team-section__copy {
  align-self: center;
  mix-blend-mode: screen;
}
.team-section__copy h2 {
  width: min(425px, 100%);
}
.team-section__copy h2 span {
  color: var(--ky-brass);
}
.team-section__copy p:last-of-type {
  width: min(458px, 100%);
  margin: 14px 0 42px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}
.team-section .btn {
  width: 239px;
}

.news-section {
  position: relative;
  margin-top: 176px;
  padding-bottom: 92px;
  color: var(--ky-white);
}
.news-section .eyebrow,
.news-section h2,
.news-section .news-card {
  mix-blend-mode: screen;
}
.news-section__action {
  float: right;
  width: 195px;
  margin-top: 56px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px;
  margin-top: 102px;
}

.news-card {
  position: relative;
}
.news-card::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  width: 21px;
  height: 19px;
  background: url("/media/kyveris/news-arrow.svg") center/contain no-repeat;
}
.news-card time {
  display: block;
  margin-bottom: 26px;
  color: var(--ky-white);
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}
.news-card h3 {
  margin-bottom: 26px;
  font-size: 32px;
  line-height: 1;
}
.news-card p {
  width: min(317px, 100%);
  margin: 0;
  color: var(--ky-white);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}

.signup-section {
  display: grid;
  grid-template-columns: minmax(0, 401px) minmax(320px, 1fr);
  gap: 46px;
  padding-bottom: 260px;
  color: var(--ky-white);
}
.signup-section .section-rule {
  grid-column: 1/-1;
  margin-bottom: 0;
}
.signup-section .eyebrow,
.signup-section h2,
.signup-section p,
.signup-section .signup-form {
  mix-blend-mode: screen;
}
.signup-section p:last-child {
  margin: 38px 0 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}

.signup-form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 195px;
  align-items: end;
  gap: 30px;
  padding-top: 153px;
}
.signup-form label {
  position: absolute;
  left: 0;
  top: 153px;
  transform: translateY(20px);
  color: var(--ky-white);
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.signup-form input {
  width: 100%;
  height: 49px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 0;
  background: transparent;
  color: var(--ky-white);
  outline: none;
}
.signup-form input:focus {
  border-bottom-color: var(--ky-brass);
}

.marquee-section {
  width: 100%;
  margin: -76px 0 60px;
  overflow: hidden;
  color: var(--ky-brass);
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  mix-blend-mode: screen;
}
.marquee-section__row {
  width: 100%;
  margin-left: -132px;
  overflow: visible;
}
.marquee-section__row--offset {
  margin-top: 12px;
  margin-left: -32px;
}
.marquee-section__track, .marquee-section__group {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.marquee-section__track {
  will-change: transform;
}
.marquee-section__group {
  gap: 29px;
  padding-right: 29px;
}
.marquee-section span {
  white-space: nowrap;
  flex: 0 0 auto;
}

.site-footer {
  position: relative;
  width: min(920px, 100vw - 48px);
  min-height: 570px;
  display: grid;
  grid-template-columns: minmax(220px, 306px) 148px minmax(245px, 306px);
  gap: clamp(64px, 13.5vw, 194px);
  align-items: start;
  justify-content: center;
  padding: 155px 0 96px;
  color: var(--ky-white);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}
.site-footer address {
  margin: 0;
  font-style: normal;
}
.site-footer strong {
  display: block;
  font-weight: 500;
}
.site-footer__address span {
  display: block;
  margin-top: 24px;
}
.site-footer__brand {
  display: grid;
  justify-items: center;
  gap: 12px;
}
.site-footer__brand img {
  width: 144px;
}
.site-footer__brand small {
  font-size: 14px;
  font-weight: 300;
}
.site-footer__contact strong {
  margin-top: 18px;
}
.site-footer__contact strong:first-child {
  margin-top: 0;
}
.site-footer__contact a {
  display: block;
  margin-top: 18px;
}
.site-footer__social {
  position: absolute;
  left: 0;
  bottom: 96px;
  display: flex;
  gap: 8px;
}
.site-footer__social img {
  width: 40px;
  height: 40px;
}

@media (max-width: 1024px) {
  .sandbox-section__content,
  .team-section,
  .signup-section {
    grid-template-columns: 1fr;
  }
  .movement-section {
    min-height: 900px;
  }
  .movement-section__inner {
    min-height: 900px;
  }
  .movement-section__copy {
    top: 140px;
  }
  .challenge-wheel {
    top: 160px;
    left: 50%;
    transform: translateX(-50%) scale(0.86);
    transform-origin: top center;
  }
  .team-section {
    gap: 36px;
  }
  .signup-form {
    padding-top: 24px;
  }
  .signup-form label {
    top: 24px;
  }
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer__brand {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
@media (max-width: 760px) {
  :root {
    --ky-content: min(100vw - 32px, 620px);
  }
  .navbar {
    top: 16px;
    height: auto;
    min-height: 46px;
    align-items: flex-start;
    padding: 14px 16px;
  }
  .navbar-nav {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 10px 16px;
    justify-content: end;
    text-align: right;
  }
  .person-question {
    min-height: 720px;
    padding: 142px 32px 28px;
  }
  .person-question__title {
    font-size: clamp(56px, 17vw, 76px);
    white-space: normal;
  }
  .industrial-section,
  .about-section {
    min-height: 760px;
  }
  .about-section {
    align-items: end;
    padding-bottom: 72px;
    color: var(--ky-white);
  }
  .about-section__media {
    opacity: 0.7;
    -o-object-position: 58% center;
    object-position: 58% center;
  }
  .about-section__copy {
    margin: 0 auto;
    text-align: left;
  }
  .about-section__copy p:last-child {
    margin-left: 0;
  }
  .platform-section {
    min-height: 620px;
  }
  .platform-section .eyebrow {
    top: 72px;
  }
  .platform-section h2 {
    top: 104px;
  }
  .platform-section p:last-child {
    top: auto;
    bottom: 56px;
  }
  .sandbox-section__content {
    padding-top: 96px;
    gap: 52px;
  }
  .sandbox-section__copy p:last-child {
    margin-top: 48px;
  }
  .integration-stack {
    justify-items: end;
  }
  .integration-stack p {
    width: min(308px, 100%);
  }
  .movement-section {
    min-height: 920px;
  }
  .movement-section__inner {
    min-height: 920px;
  }
  .movement-section__copy {
    top: 104px;
  }
  .movement-section__copy h2 {
    font-size: clamp(27px, 8vw, 32px);
  }
  .challenge-wheel {
    top: 328px;
    transform: translateX(-50%) scale(0.62);
  }
  .team-section {
    width: var(--ky-content);
    min-height: auto;
    margin-top: 72px;
  }
  .team-section__visual {
    min-height: 390px;
  }
  .news-grid {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 64px;
  }
  .news-card p {
    width: 100%;
  }
  .news-section__action {
    float: none;
  }
  .signup-section {
    padding-bottom: 180px;
  }
  .signup-form {
    grid-template-columns: 1fr;
  }
  .signup-form button {
    width: 195px;
  }
  .marquee-section {
    margin-top: -72px;
  }
  .site-footer {
    width: var(--ky-content);
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 96px;
  }
  .site-footer__brand {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
  }
  .site-footer__social {
    position: static;
  }
}