.hero{position: relative;min-height: 100svh;display: grid;align-items: center;isolation: isolate;padding-top: clamp(6rem,14vh,11rem);padding-bottom: clamp(3rem,10vh,6rem);overflow: hidden;text-align: center;}.hero__inner{position: relative;z-index: 1;max-width: 48rem;margin-inline: auto;display: flex;flex-direction: column;align-items: center;}.hero__halo{position: absolute;z-index: -1;top: 14%;left: 50%;width: min(78vw,760px);aspect-ratio: 1;transform: translateX(-50%);opacity: 0.5;pointer-events: none;color: var(--grace);}.hero__halo svg{width: 100%;height: auto;overflow: visible;}.hero__eyebrow{margin-bottom: 1.4rem;}.hero__title{font-size: var(--step-4);font-weight: 300;line-height: 1.04;margin-block: 0.5rem 0;color: var(--bone);}.hero__title em{font-style: italic;font-weight: 300;color: var(--grace);}.hero__lede{max-width: 46ch;margin-block: 1.6rem 2.4rem;color: var(--bone-dim);font-family: var(--font-display);font-weight: 300;font-size: var(--step-1);line-height: 1.55;}.hero__cta{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 0.9rem;}.hero__trust{margin-top: 2.2rem;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;gap: 0.5rem 1.1rem;font-size: var(--step--1);letter-spacing: 0.12em;text-transform: uppercase;color: var(--bone-faint);}.hero__trust b{color: var(--grace);font-weight: 600;}.hero__trust .dot{width: 3px;height: 3px;border-radius: 50%;background: var(--veil);}.hero__scroll{position: absolute;bottom: 2rem;left: 50%;transform: translateX(-50%);z-index: 1;display: flex;align-items: center;gap: 0.7rem;font-size: 0.66rem;letter-spacing: 0.3em;text-transform: uppercase;color: var(--bone-faint);}.hero__scroll-line{width: 1px;height: 34px;background: linear-gradient(var(--grace),transparent);transform-origin: top;}@media (prefers-reduced-motion: no-preference){.hero__scroll-line{animation: drip 2.4s ease-in-out infinite;}@keyframes drip{0%,100%{transform: scaleY(0.4);opacity: 0.4;}50%{transform: scaleY(1);opacity: 1;}}}@media (max-width: 30rem){.hero__cta{width: 100%;flex-direction: column;align-items: stretch;}.hero__halo{opacity: 0.4;}}@media (max-width: 30rem),(max-height: 45rem){.hero__scroll{display: none;}}