.land-main{position:relative;z-index:1}.land-hero{display:grid;grid-template-columns:1fr;grid-gap:clamp(20px,4vw,48px);gap:clamp(20px,4vw,48px);align-items:center;padding-block:clamp(16px,3vw,36px)}@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(14px,1.8vw,20px)}.land-hero__title{font-family:var(--font-display);font-weight:800;text-transform:none;font-size:clamp(32px,4.6vw,52px);line-height:1.04;letter-spacing:-.005em;color:var(--ink);max-width:20ch}.land-hero__score{color:var(--pop);white-space:nowrap}.land-hero__sub{font-size:clamp(15px,1.4vw,18px);line-height:1.5;color:var(--ink-soft);max-width:40ch}.land-hero__beats{display:flex;flex-wrap:wrap;gap:4px 16px;margin:0;padding:0;list-style:none}.land-hero__beats li{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-condensed);font-weight:700;font-size:var(--fs-small);letter-spacing:.03em;text-transform:uppercase;color:var(--ink-mute)}.land-hero__beat-ico{font-size:1.05em;line-height:1}.land-hero__cta{display:flex;flex-direction:column;align-items:stretch;gap:10px;width:100%;max-width:360px}.land-hero__cta-friends,.land-hero__cta-primary{width:100%;justify-content:center}.land-hero__modeslink{align-self:center;margin-top:2px;font-family:var(--font-condensed);font-weight:700;font-size:var(--fs-small);letter-spacing:.03em;text-transform:uppercase;text-decoration:underline;text-underline-offset:3px;color:var(--ink-mute)}.land-hero__modeslink:hover{color:var(--ink-soft)}.land-hero__pitch{width:100%;max-width:440px;margin-inline:auto}@media (max-width:919px){.land-hero__pitch{max-width:min(330px,80vw)}}@media (max-width:560px){.land-hero{gap:16px;padding-block:12px 4px}.land-hero__copy{gap:12px;align-items:flex-start}.land-hero__title{font-size:clamp(28px,7.8vw,36px);max-width:none}.land-hero__cta{gap:10px;max-width:none}}.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:.12s}.land-hero__copy>:nth-child(3){animation-delay:.2s}.land-hero__copy>:nth-child(4){animation-delay:.28s}.land-hero__pitch{animation:land-pop .8s cubic-bezier(.16,1,.3,1) .2s both}.land-stats{animation:land-rise .62s cubic-bezier(.16,1,.3,1) .4s 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}}