/* FT Homepage Hero — component layer */

.ft-home-hero {
  isolation: isolate;
  overflow: hidden;
}

.ft-home-hero .section-content {
  z-index: 2;
  width: 100%;
}

.ft-home-hero-inner {
  position: relative;
  z-index: 3;
  width: min(100%, 1320px);
  margin-inline: auto;
  padding: clamp(88px, 10vw, 148px) clamp(20px, 4vw, 52px) clamp(46px, 6vw, 88px);
}

.ft-home-hero-copy {
  position: relative;
  z-index: 4;
  max-width: 1120px;
}

.ft-home-hero .ft-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(18px, 2.4vw, 34px);
}

.ft-home-hero .ft-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: .9;
}

.ft-home-title {
  text-wrap: balance;
}

.ft-home-title .ft-title-line {
  display: block;
}

.ft-home-title .ft-title-line:last-child {
  padding-left: clamp(0px, 7vw, 110px);
}

.ft-home-lead {
  text-wrap: pretty;
}

.ft-home-actions .button {
  margin: 0;
}

.ft-hero-mark {
  position: absolute;
  top: 50%;
  right: clamp(-140px, -6vw, -42px);
  z-index: 1;
  transform: translateY(-49%) rotate(-4deg);
  transform-origin: center;
  font-size: clamp(18rem, 39vw, 43rem);
  font-weight: 800;
  line-height: .74;
  letter-spacing: -.13em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .085);
  text-stroke: 1px rgba(255, 255, 255, .085);
  opacity: .9;
  pointer-events: none;
  user-select: none;
  animation: ft-hero-mark-breathe 9s ease-in-out infinite alternate;
}

.ft-hero-mark::after {
  content: "FT";
  position: absolute;
  inset: 0;
  color: rgba(255, 255, 255, .022);
  -webkit-text-stroke: 0;
  text-stroke: 0;
  filter: blur(.2px);
}

.ft-hero-orbit {
  position: absolute;
  right: clamp(40px, 10vw, 170px);
  top: clamp(90px, 14vh, 180px);
  width: clamp(160px, 24vw, 360px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  pointer-events: none;
}

.ft-hero-orbit::before,
.ft-hero-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.ft-hero-orbit::before {
  inset: 18%;
  border: 1px solid rgba(255,90,95,.18);
}

.ft-hero-orbit::after {
  width: 8px;
  height: 8px;
  top: 8%;
  left: 50%;
  background: var(--ft-coral);
  box-shadow: 0 0 26px rgba(255,90,95,.72);
  animation: ft-orbit-pulse 3.8s ease-in-out infinite;
}

.ft-home-hero-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: clamp(56px, 9vw, 112px);
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.46);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ft-home-kicker {
  position: relative;
  z-index: 4;
}

.ft-home-kicker-item {
  transition: background .28s ease, transform .28s ease;
}

.ft-home-kicker-item:hover {
  background: rgba(24,38,58,.96);
}

.ft-home-kicker-item strong::after {
  content: "↗";
  display: inline-block;
  margin-left: 8px;
  color: var(--ft-coral);
  font-size: .85em;
  opacity: 0;
  transform: translate(-4px, 4px);
  transition: opacity .2s ease, transform .2s ease;
}

.ft-home-kicker-item:hover strong::after {
  opacity: 1;
  transform: translate(0, 0);
}

.ft-js [data-ft-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1);
}

.ft-js [data-ft-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ft-js [data-ft-reveal="delay-1"] {
  transition-delay: .08s;
}

.ft-js [data-ft-reveal="delay-2"] {
  transition-delay: .16s;
}

.ft-js [data-ft-reveal="delay-3"] {
  transition-delay: .24s;
}

@keyframes ft-hero-mark-breathe {
  from {
    transform: translateY(-49%) rotate(-4deg) scale(1);
    opacity: .72;
  }
  to {
    transform: translateY(-51%) rotate(-2.5deg) scale(1.025);
    opacity: 1;
  }
}

@keyframes ft-orbit-pulse {
  0%, 100% {
    transform: scale(.82);
    opacity: .45;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
}

@media (max-width: 849px) {
  .ft-home-hero-inner {
    padding-top: 94px;
  }

  .ft-home-title .ft-title-line:last-child {
    padding-left: 0;
  }

  .ft-hero-mark {
    top: 39%;
    right: -26vw;
    font-size: clamp(15rem, 71vw, 27rem);
    opacity: .62;
  }

  .ft-hero-orbit {
    top: 90px;
    right: -70px;
    width: 220px;
  }

  .ft-home-hero-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 549px) {
  .ft-home-hero {
    min-height: auto;
  }

  .ft-home-hero-inner {
    padding-top: 82px;
    padding-bottom: 34px;
  }

  .ft-home-title {
    font-size: clamp(3.15rem, 16vw, 5.5rem);
    line-height: .9;
  }

  .ft-home-lead {
    max-width: 92%;
  }

  .ft-home-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ft-home-actions .button {
    width: 100%;
    justify-content: center;
  }

  .ft-home-kicker {
    grid-template-columns: 1fr;
  }

  .ft-home-kicker > * {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ft-hero-mark,
  .ft-hero-orbit::after {
    animation: none !important;
  }

  .ft-js [data-ft-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
