.hero{isolation:isolate;--hero-bg-opacity:.4;width:100%;position:relative;overflow:hidden}:where(.dark) .hero{--hero-bg-opacity:.22}.hero-inner{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:clamp(.75rem,2.2vh,1.75rem);padding:clamp(1rem,3vh,2rem) 1rem;display:flex;position:relative}@media (width>=768px){.hero-inner{min-height:calc(100svh - var(--hero-header-h,3.75rem))}}.hero-bg{z-index:0;pointer-events:none;position:absolute;inset:0}.hero-bg img{object-fit:cover;filter:blur(64px);width:100%;height:100%;opacity:var(--hero-bg-opacity);transition:opacity .5s;display:block;transform:scale(1.25)}.hero-veil{background:linear-gradient(to bottom, var(--color-page) 0%, color-mix(in oklab, var(--color-page) 45%, transparent) 45%, var(--color-page) 100%);position:absolute;inset:0}.hero-stage-wrap{width:100%;position:relative}.hero-stage{--hero-card-h:clamp(190px, 30vh, 260px);width:100%;height:var(--hero-card-h);perspective:1400px;opacity:0;position:relative}@media (width>=640px){.hero-stage{--hero-card-h:clamp(220px, 36vh, 320px)}}@media (width>=1024px){.hero-stage{--hero-card-h:clamp(240px, 42vh, 400px)}}.hero-card{cursor:pointer;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform, opacity;display:block;position:absolute;top:50%;left:50%}.hero-card img{height:var(--hero-card-h);aspect-ratio:2/3;object-fit:cover;border-radius:.75rem;width:auto;display:block;box-shadow:0 25px 50px -12px #0009}.hero-arrow{z-index:2;border:1px solid var(--color-line);background:color-mix(in oklab, var(--color-surface) 80%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);width:2.5rem;height:2.5rem;color:var(--color-muted);cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;transition:background-color .2s,color .2s,border-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow:hover{background:var(--color-surface-hover);border-color:var(--color-line-strong);color:var(--color-heading)}.hero-arrow svg{width:1rem;height:1rem}.hero-arrow--prev{left:clamp(.5rem,4vw,5rem)}.hero-arrow--next{right:clamp(.5rem,4vw,5rem)}.hero-info{text-align:center;width:100%;max-width:46rem}.hero-chips{flex-wrap:wrap;justify-content:center;gap:.375rem;min-height:1.5rem;display:flex}.hero-chip{border:1px solid color-mix(in oklab, var(--color-line) 60%, transparent);background:color-mix(in oklab, var(--color-surface) 60%, transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--color-muted);border-radius:.375rem;padding:.125rem .5rem;font-size:.75rem;line-height:1.25rem}.hero-title{color:var(--color-heading);margin-top:.375rem;font-size:clamp(1.5rem,3.2vw,2.25rem);font-weight:700;line-height:1.15}.hero-author{color:var(--color-muted);margin-top:.25rem;font-size:.875rem}.hero-author-label{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.hero-author-name{color:var(--color-content);margin-left:.25rem;font-weight:500}.hero-desc{color:var(--color-content);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:3.1em;margin-top:.5rem;font-size:.9375rem;line-height:1.55;display:-webkit-box;overflow:hidden}.hero-stats{color:var(--color-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem 1rem;margin-top:.5rem;font-size:.875rem;display:flex}.hero-rating{align-items:center;gap:.25rem;display:inline-flex}.hero-star{width:1rem;height:1rem;color:var(--color-brand-yellow)}.hero-rating-value{color:var(--color-heading);font-weight:600}.hero-status{background:var(--color-surface-hover);border-radius:.25rem;padding:.125rem .5rem;font-size:.75rem}.hero-cta{background:var(--color-accent);color:var(--color-on-accent);box-shadow:0 10px 15px -3px color-mix(in oklab, var(--color-accent) 30%, transparent);border-radius:.5rem;align-items:center;gap:.5rem;margin-top:.875rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:opacity .2s;display:inline-flex}.hero-cta:hover{opacity:.95}.hero-cta svg{width:1rem;height:1rem;transition:transform .2s}.hero-cta:hover svg{transform:translate(2px)}.hero-dots{justify-content:center;align-items:center;gap:.5rem;display:flex}.hero-dot{background:var(--color-muted);opacity:.35;cursor:pointer;border:0;border-radius:9999px;width:8px;height:8px;padding:0;transition:width .25s,opacity .25s,background-color .25s}.hero-dot[data-active=true]{background:var(--color-accent);opacity:1;width:24px}@media (prefers-reduced-motion:reduce){.hero-stage{opacity:1}.hero-arrow,.hero-dot,.hero-cta,.hero-cta svg,.hero-bg img{transition:none}}
