.land-main{position:relative;z-index:1}.land-hero{display:grid;grid-template-columns:1fr;grid-gap:clamp(28px,5vw,56px);gap:clamp(28px,5vw,56px);align-items:center;padding-block:clamp(20px,3.4vw,40px)}@media (min-width:920px){.land-hero{grid-template-columns:1.05fr .95fr}}.land-hero__copy{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(12px,1.6vw,18px)}.land-hero__mark{margin-block:clamp(0px,.4vw,6px)}.land-hero__mark .ds-mark70{font-size:clamp(56px,9.5vw,124px)}.land-hero__title{font-family:var(--font-display);font-weight:800;text-transform:none;font-size:clamp(34px,4.6vw,54px);line-height:1;letter-spacing:-.005em;color:var(--ink);max-width:18ch}.land-hero__sub{font-size:clamp(15px,1.4vw,18px);line-height:1.5;color:var(--ink-soft);max-width:42ch}.land-hero__cta{display:flex;align-items:center;gap:clamp(12px,1.5vw,18px);flex-wrap:wrap}.land-hero__pitch{width:100%;max-width:460px;margin-inline:auto}@media (max-width:919px){.land-hero__pitch{display:none}}.land-steps{padding-block:clamp(8px,2vw,16px)}.land-stats{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap;padding-block:clamp(20px,4vw,36px);font-family:var(--font-condensed);font-weight:700;font-size:var(--fs-small);letter-spacing:.04em;text-transform:uppercase;color:var(--ink-soft);text-align:center}.land-stats__num{font-family:var(--font-display);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"tnum";font-size:clamp(18px,2.4vw,24px);line-height:1;color:var(--ink);margin-right:.35em}.land-stats__item{display:inline-flex;align-items:baseline}.land-stats__dot{color:var(--ink-mute);margin-inline:clamp(8px,1.4vw,16px)}.land-stats__link{text-decoration:underline;text-underline-offset:2px}.land-stats__link,.land-stats__link:hover{color:var(--ink-soft)}@media (prefers-reduced-motion:no-preference){.land-hero__copy>*{animation:land-rise .62s cubic-bezier(.16,1,.3,1) both}.land-hero__copy>:first-child{animation-delay:.04s}.land-hero__copy>:nth-child(2){animation-delay:.1s}.land-hero__copy>:nth-child(3){animation-delay:.18s}.land-hero__copy>:nth-child(4){animation-delay:.26s}.land-hero__copy>:nth-child(5){animation-delay:.34s}.land-hero__copy>.land-hero__mark{animation:land-crest .8s cubic-bezier(.16,1,.3,1) .08s both}.land-hero__copy>.land-hero__mark .ds-mark70__plate:after{animation:land-sheen 1.1s ease-out .7s}.land-hero__pitch{animation:land-pop .8s cubic-bezier(.16,1,.3,1) .2s both}.land-steps{animation:land-rise .62s cubic-bezier(.16,1,.3,1) .4s both}.land-stats{animation:land-rise .62s cubic-bezier(.16,1,.3,1) .5s both}}@keyframes land-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes land-pop{0%{opacity:0;transform:translateY(22px) scale(.97)}to{opacity:1;transform:none}}@keyframes land-crest{0%{opacity:0;transform:translateY(12px) scale(.86) rotate(-3deg)}60%{opacity:1;transform:translateY(0) scale(1.04) rotate(1deg)}to{opacity:1;transform:none}}@keyframes land-sheen{0%{transform:translateX(-130%) skewX(-12deg);opacity:0}35%{opacity:1}to{transform:translateX(130%) skewX(-12deg);opacity:0}}