.hero{padding-top:clamp(1rem,3vw,2rem);scroll-margin-top:6rem;background-color:rgb(var(--rgb-surface));color:rgb(var(--rgb-fg));font-family:var(--font-body);position:relative;overflow:hidden}.hero::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(55% 45% at 88% -2%,rgb(var(--rgb-gold) / .12) 0,transparent 60%),radial-gradient(120% 80% at 50% -10%,rgb(var(--rgb-brand) / .1) 0,rgb(var(--rgb-brand) / .04) 35%,transparent 70%)}.hero>*{position:relative;z-index:1}.hero .font-display,.hero-modal .font-display{font-family:var(--font-display)}.hero a,.hero-modal a{text-decoration:none}.hero h1{font-family:var(--font-display);font-size:clamp(36px, 7vw, 88px);line-height:1.02;letter-spacing:-.02em;color:rgb(var(--rgb-brand-dk));font-weight:600}.hero h1 .accent{color:rgb(var(--rgb-accent-text));font-style:italic}.hero :focus-visible,.hero-modal :focus-visible{outline:2px solid rgb(var(--rgb-brand));outline-offset:2px;border-radius:6px}#hero-featured-img{transition:opacity 180ms ease;will-change:opacity}#hero-featured-img.is-swapping{opacity:0}[data-hero-thumb] img{transition:transform 220ms ease}[data-hero-thumb]:hover img{transform:scale(1.06)}[data-hero-thumb][aria-current=true]{outline:2px solid rgb(var(--rgb-gold));outline-offset:2px}.hero-heart{position:absolute;top:.65rem;right:.65rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;background:rgb(255 255 255 / .92);box-shadow:0 4px 12px rgb(0 0 0 / .18);font-size:.95rem;line-height:1}.hero-heart[hidden]{display:none}.hero-heart--male{color:#2f7ff0}.hero-heart--female{color:#ec4f9c}#hero-modal-heart{left:.65rem;right:auto}.hero-img-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgb(var(--rgb-surface-2)),rgb(var(--rgb-brand) / .08));color:rgb(var(--rgb-brand) / .5)}.hero-thumbs{scrollbar-width:thin;scrollbar-color:rgb(var(--rgb-border)) transparent;-webkit-overflow-scrolling:touch}.hero-thumbs::-webkit-scrollbar{height:6px}.hero-thumbs::-webkit-scrollbar-track{background:0 0}.hero-thumbs::-webkit-scrollbar-thumb{background:rgb(var(--rgb-border));border-radius:9999px}.hero-thumb{width:4.25rem}@media (min-width:640px){.hero-thumb{width:5rem}}@media (max-width:767px){.hero{display:none}}[data-anim=fade-up]{opacity:0;transform:translateY(18px);transition:opacity .6s cubic-bezier(.2,.65,.3,1),transform .6s cubic-bezier(.2,.65,.3,1)}[data-anim=fade-up].is-visible{opacity:1;transform:none}body.hero-modal-open{overflow:hidden}.hero-modal[hidden]{display:none}@media (prefers-reduced-motion:reduce){#hero-featured-img,[data-anim=fade-up],[data-hero-thumb] img{transition:none!important}[data-anim=fade-up]{opacity:1!important;transform:none!important}#hero-featured-img.is-swapping{opacity:1!important}}