.hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
  border-radius: 36px 100px 36px 36px;
  min-height: 650px;
  margin-top: 24px;
  padding: 54px 44px 65px;
  gap: 12px;
  grid-template-columns: 1.1fr 1fr;
  --pointer-x: 0px;
  --pointer-y: 0px;
}
.hero-copy {
  position: relative;
  z-index: 3;
}
.hero-mesh {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  border-radius: 36px 100px 36px 36px;
  background:
    linear-gradient(100deg, #f4f8f5f2 8%, #ecf4f6d2 46%, #e5f2f48c),
    url('/assets/cloud-sky.jpg') right center / cover;
}
.hero .hero-copy h1 {
  font-size: clamp(76px, 7.5vw, 108px);
  font-weight: 650;
  letter-spacing: -7px;
  line-height: 0.9;
  margin: 30px 0 34px;
}
.hero h1 .belong {
  display: inline-block;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.18em;
  letter-spacing: -8px;
  margin-left: 22px;
  color: #406f9b;
}
.hero .hero-description {
  font-size: 14px;
  line-height: 1.85;
  max-width: 390px;
  color: #415e76;
}
.hero .eyebrow {
  font-size: 10px;
  letter-spacing: 2.2px;
}
.hero .belong:after {
  display: none;
}
.hero-actions .button-primary {
  position: relative;
  overflow: hidden;
  min-height: 54px;
  padding-inline: 25px;
  box-shadow:
    0 7px 0 #dfc93b25,
    0 16px 30px #b4a2461a;
}
.hero-actions .button-primary:before {
  content: '';
  position: absolute;
  inset: -100% auto -100% -65%;
  width: 32%;
  background: linear-gradient(90deg, transparent, #fff8, transparent);
  transform: rotate(24deg);
  animation: action-light 7s ease-in-out infinite;
  pointer-events: none;
}
.hero-actions .button-primary:hover,
.hero-actions .button-primary:focus-visible {
  transform: translateY(-3px);
  box-shadow:
    0 10px 0 #dfc93b25,
    0 20px 35px #b4a24630;
}
.hero-presence {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  margin-top: 25px;
  color: #476c85;
  font-size: 11px;
}
.hero-presence .icon {
  width: 14px;
  height: 14px;
}
.signal-bars {
  display: flex;
  gap: 3px;
  align-items: center;
  height: 22px;
}
.signal-bars i {
  width: 3px;
  height: 7px;
  background: #649abd;
  border-radius: 3px;
}
.signal-bars i:nth-child(2) {
  height: 17px;
}
.signal-bars i:nth-child(3) {
  height: 12px;
}
.signal-bars i:nth-child(4) {
  height: 20px;
}
.hero-presence.is-live .signal-bars i {
  animation: signal-wave 1.4s ease-in-out infinite alternate;
}
.signal-bars i:nth-child(2) {
  animation-delay: -0.7s !important;
}
.signal-bars i:nth-child(3) {
  animation-delay: -0.2s !important;
}
.signal-bars i:nth-child(4) {
  animation-delay: -0.9s !important;
}
.hero-art {
  height: 470px;
  background: transparent;
  border-radius: 0;
  margin: 0;
  transform: translate(calc(var(--pointer-x) * -0.2), calc(var(--pointer-y) * -0.2));
  transition: transform 600ms ease-out;
}
.hero .art-sky {
  display: none;
}
.sky-postcard {
  position: absolute;
  width: 76%;
  max-width: 345px;
  left: 17%;
  top: 0;
  padding: 12px 12px 0;
  margin: 0;
  background: #ffffffed;
  border: 1px solid #fff;
  border-radius: 110px 110px 22px 22px;
  transform: rotate(7deg);
  box-shadow:
    8px 24px 50px #36567726,
    0 2px 4px #36567714;
  z-index: 2;
  animation: postcard-drift 10s ease-in-out infinite alternate;
}
.sky-postcard img {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 100px 100px 12px 12px;
}
.sky-postcard figcaption {
  display: flex;
  justify-content: space-between;
  padding: 16px 7px;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 18px;
  color: #47647b;
}
.hero .note-bottom {
  bottom: 8px;
  left: 3%;
  right: auto;
  border-radius: 22px;
  padding: 16px 20px 16px 12px;
  gap: 13px;
  background: #fffffff2;
  box-shadow: 0 12px 36px #4568861c;
  font-size: 13px;
  z-index: 5;
  rotate: -6deg;
}
.hero .note-bottom img {
  width: 64px;
  height: 64px;
  border-radius: 15px;
}
.hero .note-bottom small {
  font-size: 11px;
  margin-top: 6px;
}
.hero .note-bottom .icon {
  width: 17px;
  margin-left: 6px;
}
.hero .note-bottom:hover {
  rotate: -2deg;
}
@keyframes postcard-drift {
  to {
    transform: translateY(-10px) rotate(4deg);
  }
}
.motion-toggle {
  position: absolute;
  right: 24px;
  bottom: 10px;
  min-height: 44px;
  padding: 10px 0 10px 16px;
  font-size: 10px;
  color: #55758b;
  background: none;
  border: 0;
}
@media (min-width: 701px) and (max-width: 1000px) {
  .hero {
    padding: 45px 20px 60px;
    min-height: 560px;
  }
  .hero .hero-copy h1 {
    font-size: 76px;
    letter-spacing: -5px;
  }
  .hero h1 .belong {
    letter-spacing: -6px;
    margin-left: 12px;
  }
  .hero-art {
    height: 410px;
  }
  .sky-postcard {
    width: 83%;
    left: 12%;
  }
  .sky-postcard img {
    height: 270px;
  }
  .hero .note-bottom {
    font-size: 11px;
    left: -10%;
    padding: 10px;
  }
  .hero .note-bottom img {
    width: 50px;
    height: 50px;
  }
  .hero .note-bottom small {
    font-size: 10px;
  }
}
.hero[data-motion='paused'] *,
.hero[data-motion='paused'] *:before,
.hero[data-motion='paused'] *:after {
  animation-play-state: paused !important;
}
@keyframes signal-wave {
  to {
    transform: scaleY(0.35);
  }
}
@keyframes action-light {
  0%,
  72% {
    left: -65%;
  }
  100% {
    left: 140%;
  }
}
@media (max-width: 700px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 35px 14px 60px;
    gap: 8px;
    margin-top: 12px;
    border-radius: 25px 65px 25px 25px;
  }
  .hero-mesh {
    inset: 0;
    border-radius: 25px 65px 25px 25px;
  }
    .hero-presence {
    margin-top: 18px;
  }
  .hero .hero-copy h1 {
    font-size: clamp(68px, 19vw, 110px);
    letter-spacing: -5px;
    margin: 25px 0 27px;
  }
  .hero h1 .belong {
    letter-spacing: -6px;
    margin-left: 20px;
  }
  .hero .hero-description {
    font-size: 12px;
  }
  .hero-art {
    height: 395px;
    width: min(360px, 100%);
    margin: 10px auto 0;
  }
  .sky-postcard {
    width: 76%;
    top: 0;
  }
  .sky-postcard img {
    height: 235px;
  }
    .hero .note-bottom {
    bottom: 0;
    left: 0;
    font-size: 12px;
    padding: 12px;
  }
  .hero .note-bottom img {
    width: 54px;
    height: 54px;
  }
  .hero .note-bottom small {
    font-size: 10px;
  }
  .hero .hero-actions {
    gap: 14px;
  }
  .hero-actions .button-primary {
    padding-inline: 17px;
  }
  .hero .hero-actions .text-link {
    font-size: 11px;
  }
  .wide-only {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero *,
  .hero *:before,
  .hero *:after {
    animation: none !important;
    transition: none !important;
  }
  .hero-art {
    transform: none;
  }
}
