/* The diagonal field belongs to the hero; the supplied mark owns its motion. */
.hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
  display: flex;
  flex-direction: column;
  min-height: 810px;
  background: #101113;
}
.hero-plane {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--orange);
  clip-path: polygon(0 0, 64% 0, 55% 100%, 0 100%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 3;
  padding-top: 45px;
  padding-bottom: 48px;
  color: #171716;
  pointer-events: none;
}
.hero-inner a { pointer-events: auto; }
.hero-eyebrow {
  gap: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hero-index {
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid #17171666;
  font-size: 12px;
  letter-spacing: 0;
}
.hero h1 {
  max-width: 660px;
  margin: 28px 0 0;
  font: 500 clamp(38px, 3.7vw, 53px)/1.15 var(--sans);
  letter-spacing: -.055em;
}
.hero-premise, .hero-premise > span, .hero-result, .hero-result > span { display: block; }
.hero-result {
  margin-top: 24px;
  font: 700 clamp(88px, 8.5vw, 123px)/.88 var(--display);
  letter-spacing: -.01em;
  text-transform: uppercase;
}
.hero-copy {
  max-width: 455px;
  margin-top: 28px;
  font-size: 17px;
  line-height: 1.7;
  color: #35241f;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 25px;
}
.hero .button-orange { background: #171716; color: #f6f5f0; }
.hero .button-orange:hover { background: #343330; }
.hero .text-link { color: #171716; border-color: #17171688; font-weight: 650; }
.hero .text-link:hover { border-color: #171716; }
.hero a:focus-visible { outline-color: #171716; }
.hero-mark {
  position: absolute;
  z-index: 2;
  width: 66vw;
  max-width: 1120px;
  right: -8.5vw;
  top: 41%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 1;
}
.hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse 37% 67% at 86% 34%, #cbd8ec1c, transparent 72%);
  animation: atmosphere-drift 14s ease-in-out infinite alternate;
}
.hero-bottom {
  position: relative;
  z-index: 3;
  margin-top: auto;
  padding-block: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  border-top: 1px solid #17171655;
  font-size: 12px;
  letter-spacing: .4px;
  color: #35241f;
}
.hero-bottom i { margin-inline: 10px; font-style: normal; opacity: .65; }
.hero-bottom a { display: flex; gap: 35px; align-items: center; color: #c5cad2; font-size: 14px; letter-spacing: 0; }
.hero-bottom a:focus-visible { outline-color: var(--orange); }
.hero-bottom a > span { font-size: 24px; }

@media (min-width: 1700px) {
  .hero { min-height: 850px; }
  .hero-plane { clip-path: polygon(0 0, 61% 0, 54% 100%, 0 100%); }
  .hero-mark { right: calc((100vw - 1700px)/2 - 125px); }
}
@media (max-width: 1100px) {
  .hero { min-height: 770px; }
  .hero-inner { padding-top: 42px; }
  .hero h1 { font-size: 39px; }
  .hero-result { font-size: 94px; }
  .hero-copy { max-width: 390px; font-size: 16px; }
  .hero-actions { gap: 22px; flex-direction: column; align-items: flex-start; }
  .hero .text-link { min-height: 34px; padding: 3px 0; }
  .hero-mark { width: 71vw; right: -12vw; top: 42%; }
  .hero-plane { clip-path: polygon(0 0, 64% 0, 53% 100%, 0 100%); }
  .hero-bottom { font-size: 12px; gap: 20px; }
  .hero-bottom i { margin-inline: 5px; }
  .hero-bottom a { font-size: 13px; gap: 20px; max-width: 200px; }
}
@media (max-width: 900px) {
  .hero { min-height: 0; }
  .hero-plane { display: none; }
  .hero-inner {
    order: 1;
    width: 100%;
    padding: 40px 36px 70px;
    background: var(--orange);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  }
  .hero h1 { font-size: 43px; }
  .hero-result { font-size: 105px; margin-top: 20px; }
  .hero-copy { max-width: 490px; font-size: 17px; margin-top: 24px; }
  .hero-actions { flex-direction: row; align-items: center; gap: 27px; margin-top: 25px; }
  .hero .text-link { padding: 12px 0; min-height: 46px; }
  .hero-mark {
    order: 2;
    position: relative;
    width: 82%;
    max-width: 680px;
    align-self: flex-end;
    right: -10%;
    top: auto;
    bottom: auto;
    transform: none;
    margin-top: -90px;
    margin-bottom: -55px;
  }
  .hero-atmosphere { background: radial-gradient(ellipse 75% 37% at 73% 77%, #cbd8ec1a, transparent 70%); }
  .hero-bottom { order: 3; color: #c5cad2; border-color: #ffffff30; padding-block: 21px; flex-wrap: wrap; gap: 15px; }
  .hero-bottom a { max-width: none; font-size: 14px; gap: 25px; }
}
@media (max-width: 600px) {
  .hero-inner { padding: 31px 24px 70px; }
  .hero-eyebrow { gap: 13px; font-size: 12px; letter-spacing: .25px; }
  .hero-index { font-size: 12px; padding: 3px 6px; }
  .hero h1 { font-size: clamp(28px, 7.7vw, 44px); margin-top: 27px; letter-spacing: -.055em; }
  .hero-result { font-size: clamp(57px, 17vw, 99px); line-height: .9; margin-top: 22px; }
  .hero-copy { max-width: 425px; font-size: 16px; line-height: 1.65; margin-top: 24px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 24px; }
  .hero .button { min-height: 54px; font-size: 14px; padding: 15px 20px; }
  .hero .text-link { padding: 6px 0; min-height: 38px; font-size: 14px; }
  .hero-mark { width: 110%; right: -14%; margin-top: -71px; margin-bottom: -42px; }
  .hero-bottom { font-size: 12px; line-height: 1.8; }
  .hero-bottom > span { max-width: 320px; }
  .hero-bottom i { margin-inline: 4px; }
}
@media (max-width: 360px) {
  .hero-inner { padding-inline: 20px; }
  .hero-eyebrow { font-size: 11px; gap: 11px; }
  .hero-result { font-size: 57px; }
  .hero-bottom > span { max-width: 235px; }
}
