@font-face {
  font-family: "Be Vietnam Pro";
  src: url("/assets/fonts/BeVietnamPro-Medium-latin.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.home {
  --home-orange: #e94100;
  --home-brand-orange: #ff4e00;
  --home-lime: #d6dc45;
  --home-card: #f5f5f7;
  --home-radius: 19.311px;
  --home-design-width: 1507;
  --home-max: 1380px;
  --home-gutter: clamp(16px, 3.2vw, 48px);
  background-color: #fff;
}

.home-container {
  width: 100%;
  max-width: var(--home-max);
  margin-inline: auto;
  padding-inline: var(--home-gutter);
  box-sizing: border-box;
}

.home-hero {
  position: relative;
  height: min(59.19vw, 892px);
  min-height: 480px;
  overflow: clip;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 760px;
  padding-inline: var(--home-gutter);
  text-align: center;
  color: #fff;
}

.home-hero-title {
  margin: 0;
  font-family: "Graphik Web", sans-serif;
  font-weight: 500;
  font-size: clamp(34px, 5.61vw, 84.543px);
  line-height: 0.833;
  letter-spacing: -0.019em;
}

.home-hero-subtitle {
  margin: clamp(20px, 3.8vw, 57px) 0 0;
  font-family: "Graphik Web", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 2.65vw, 40px);
  line-height: 1;
  letter-spacing: -0.024em;
}

.home-band {
  background-color: var(--home-orange);
  padding-block: clamp(40px, 6vw, 90px) clamp(48px, 7vw, 105px);
}

.home-band-title {
  margin: 0 0 clamp(28px, 4vw, 59px);
  font-family: "Graphik Web", sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 2.28vw, 34.41px);
  line-height: normal;
  letter-spacing: -0.016em;
  color: #fff;
  text-align: center;
}

.home-band-title-tight {
  margin-block: clamp(40px, 6.3vw, 95px) clamp(28px, 4.7vw, 71px);
}

.home-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4.4vw, 67px);
}

.home-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--home-card);
  border-radius: var(--home-radius);
  overflow: clip;
}

.home-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(20px, 2.9vw, 44px);
}

.home-badge {
  align-self: flex-start;
  margin: 0;
  padding: 0 18px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border-radius: 31.194px;
  background-color: var(--home-orange);
  font-family: "Graphik Web", sans-serif;
  font-weight: 500;
  font-size: clamp(13px, 1.06vw, 16px);
  color: #fff;
}

.home-card-title {
  margin: clamp(18px, 2.5vw, 38px) 0 0;
  font-family: "Graphik Web", sans-serif;
  font-weight: 500;
  font-size: clamp(21px, 2.05vw, 30.883px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #000;
}

.home-card-text {
  margin-top: clamp(14px, 1.7vw, 26px);
}

.home-card-text p,
.home-runway-text p {
  margin: 0 0 1em;
  font-family: "Graphik Web", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.021em;
  color: #000;
}

.home-card-text p:last-child,
.home-runway-text p:last-child {
  margin-bottom: 0;
}

.home-card-footer {
  margin-top: auto;
  padding-top: clamp(16px, 2vw, 30px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.home-card-lead {
  margin: 0;
  max-width: 356px;
  font-family: "Graphik Web", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.021em;
  color: #000;
}

.home-card-cta {
  flex: 0 0 auto;
  text-align: center;
}

.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  cursor: pointer;
  font-family: "Graphik Web", sans-serif;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: filter 0.15s ease;
}

.home-button:hover {
  filter: brightness(0.94);
}

.home-button-small {
  min-width: 123.533px;
  min-height: 29.55px;
  padding: 6px 12px;
  border-radius: 3.315px;
  background-color: var(--home-lime);
  color: #000;
  font-size: 13.258px;
}

.home-button-lime {
  background-color: var(--home-lime);
  color: #000;
}

.home-button-orange {
  background-color: var(--home-brand-orange);
  color: #fff;
}

.home-button-large {
  min-height: 47px;
  padding: 10px clamp(18px, 2vw, 30px);
  border-radius: 5.272px;
  font-size: clamp(14px, 1.36vw, 20.56px);
  line-height: 1.282;
  text-transform: uppercase;
}

.home-card-media {
  position: relative;
  margin-top: auto;
  aspect-ratio: 655 / 357;
  overflow: clip;
}

.home-card-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.home-runway {
  position: relative;
  background-color: var(--home-card);
  border-radius: var(--home-radius);
  overflow: clip;
}

.home-marquee {
  background-color: var(--home-lime);
  overflow: hidden;
  height: clamp(40px, 3.85vw, 58px);
  display: flex;
  align-items: center;
}

.home-marquee-track {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.6vw, 24px);
  flex: 0 0 auto;
  animation: home-marquee 38s linear infinite;
  will-change: transform;
}

.home-marquee-item {
  flex: 0 0 auto;
  font-family: "Graphik Web", sans-serif;
  font-weight: 500;
  font-size: clamp(15px, 1.59vw, 24px);
  letter-spacing: -0.02em;
  color: #000;
  white-space: nowrap;
}

.home-marquee-dot {
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}

@keyframes home-marquee {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-marquee-track {
    animation: none;
  }
}

.home-runway-inner {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  align-items: start;
}

.home-runway-copy {
  padding: clamp(22px, 3.3vw, 50px) clamp(20px, 2.6vw, 40px) clamp(24px, 3vw, 45px) clamp(22px, 3.3vw, 50px);
}

.home-runway-text {
  margin-top: clamp(14px, 1.7vw, 26px);
}

.home-runway-text p {
  font-size: 15px;
}

.home-runway-emphasis {
  font-weight: 500 !important;
}

.home-runway-offer {
  margin: clamp(20px, 3.3vw, 50px) 0 clamp(12px, 1.4vw, 21px);
  font-family: "Graphik Web", sans-serif;
  font-weight: 500;
  font-size: clamp(15px, 1.28vw, 19.353px);
  color: #000;
}

.home-runway-button {
  width: 100%;
  max-width: 512px;
  min-height: 47px;
  padding: 10px 18px;
  border-radius: 5.184px;
  font-size: clamp(15px, 1.38vw, 20.738px);
}

.home-runway-media {
  position: relative;
  align-self: stretch;
  min-height: 100%;
  overflow: clip;
}

.home-runway-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
}

.home-era {
  background-color: #fff;
  padding-block: clamp(40px, 7.4vw, 112px) clamp(30px, 5vw, 75px);
  overflow: clip;
}

.home-era-title {
  margin: 0;
  font-family: "Be Vietnam Pro", "Graphik Web", sans-serif;
  font-weight: 500;
  font-size: clamp(40px, 10.28vw, 155px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #000;
  text-align: center;
}

.home-era-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.16em;
  white-space: nowrap;
}

.home-mission {
  background-color: #fff;
  padding-block: clamp(24px, 3.6vw, 55px) clamp(48px, 7.4vw, 112px);
}

.home-mission-inner {
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
  padding-inline: var(--home-gutter);
  box-sizing: border-box;
  text-align: center;
}

.home-mission-title {
  margin: 0;
  font-family: "Graphik Web", sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 2.28vw, 34.41px);
  line-height: 1.088;
  letter-spacing: -0.034em;
  color: #000;
}

.home-mission-accent {
  color: var(--home-orange);
}

.home-mission-stop {
  color: var(--home-lime);
}

.home-mission-text {
  margin-top: clamp(20px, 2.5vw, 38px);
}

.home-mission-text p {
  margin: 0 0 1.125em;
  font-family: "Graphik Web", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.59vw, 24px);
  line-height: 1.125;
  letter-spacing: -0.049em;
  color: #000;
}

.home-mission-text p:last-child {
  margin-bottom: 0;
}

.home-mission-text a {
  color: inherit;
  text-decoration: underline;
}

.home-mission-cta {
  margin-top: clamp(24px, 3.3vw, 50px);
}

.home-listen {
  min-height: 36px;
  padding: 8px 20px 8px 14px;
  border-radius: 4.038px;
  font-size: clamp(13px, 1.05vw, 15.748px);
  line-height: 1.282;
  gap: 12px;
}

.home-listen-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}

.home-listen-icon svg {
  width: 13.5px;
  height: 15.6px;
  display: block;
}

.home-principles {
  position: relative;
  overflow: clip;
  padding-block: clamp(44px, 5.7vw, 86px) clamp(48px, 6.6vw, 100px);
}

.home-principles-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.home-principles-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--home-max);
  margin-inline: auto;
  padding-inline: var(--home-gutter);
  box-sizing: border-box;
}

.home-principles-title {
  margin: 0;
  font-family: "Graphik Web", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 2.28vw, 34.41px);
  line-height: 1.2;
  letter-spacing: -0.014em;
  color: #fff;
  text-align: center;
}

.home-principles-label {
  margin: clamp(30px, 4.6vw, 70px) 0 clamp(24px, 4.1vw, 62px);
  font-family: "Graphik Web", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 1.79vw, 27px);
  letter-spacing: -0.021em;
  color: #fff;
  text-align: center;
}

.home-principles-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.9vw, 29px);
}

.home-principle {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: clamp(14px, 1.26vw, 19px);
  border-radius: var(--home-radius);
  background-color: var(--home-brand-orange);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

.home-principle h3 {
  margin: 0;
  font-family: "Graphik Web", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.28vw, 19.31px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: #fff;
}

.home-principle p {
  margin: auto 0 0;
  padding-top: clamp(16px, 2vw, 30px);
  font-family: "Graphik Web", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: -0.021em;
  color: #fff;
}

.home-curious {
  background-color: #fff;
  padding-block: clamp(48px, 7vw, 106px) clamp(40px, 6vw, 90px);
}

.home-curious-title {
  margin: 0 0 clamp(28px, 4.4vw, 66px);
  font-family: "Graphik Web", sans-serif;
  font-weight: 500;
  font-size: clamp(34px, 3.58vw, 54px);
  line-height: 0.944;
  letter-spacing: -0.04em;
  color: #000;
  text-align: center;
}

.home-curious-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.5vw, 22px);
}

@media (max-width: 1100px) {
  .home-principles-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-principle {
    min-height: 0;
  }

  .home-principle p {
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .home-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-card-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-card-cta {
    text-align: left;
  }

  .home-runway-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-runway-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .home-runway-media > img {
    position: relative;
    object-position: center;
  }

  .home-runway-button {
    max-width: none;
  }
}

@media (max-width: 700px) {
  .home-principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-era-line {
    gap: 0.1em;
  }

  .home-curious-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .home-button-large {
    width: 100%;
  }
}

@media (max-width: 480px) {

  .home-principles-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
