.home{padding-top:var(--navbar-height);padding-bottom:5rem}.home-hero{border-bottom:1px solid var(--border);min-height:calc(80vh - var(--navbar-height));justify-content:center;align-items:center;padding:4rem 2rem 5rem;display:flex}.home-hero-inner{flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%;max-width:1100px;display:flex}.home-hero-eyebrow{color:var(--text-muted)}.home-hero-title{font-family:var(--font-body);letter-spacing:-.04em;text-transform:uppercase;margin:0;font-size:clamp(5rem,16vw,14rem);font-weight:700;line-height:.9}.home-hero-tagline{font-family:var(--font-display);color:var(--text-secondary);max-width:38ch;font-size:clamp(1.1rem,2vw,1.5rem);font-style:italic;line-height:1.5}.home-hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.home-cta{letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--accent);transition:background-color var(--transition), color var(--transition);align-items:center;padding:.85rem 1.5rem;font-size:.78rem;font-weight:600;display:inline-flex}.home-cta--primary{background-color:var(--accent);color:var(--bg)}.home-cta--primary:hover{background-color:var(--accent-hover)}.home-cta--ghost{color:var(--text);background-color:#0000}.home-cta--ghost:hover{background-color:var(--accent);color:var(--bg)}.home-section{max-width:1400px;margin:0 auto;padding:4rem 2rem 0}.home-section-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;margin-bottom:2rem;padding-bottom:1.25rem;display:flex}.home-section-link{letter-spacing:.08em;color:var(--text);transition:border-color var(--transition);border-bottom:1px solid #0000;font-size:.78rem;font-weight:600}.home-section-link:hover{border-bottom-color:var(--text)}.home-grid{border-top:1px solid var(--border);border-left:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:0;display:grid}.home-card{border-right:1px solid var(--border);border-bottom:1px solid var(--border);color:inherit;transition:background-color var(--transition);background:0 0;flex-direction:column;display:flex}.home-card:hover{background-color:var(--bg-secondary)}.home-card-img{background-color:var(--bg-secondary);aspect-ratio:4/5;position:relative;overflow:hidden}.home-card-img--blurred img{filter:blur(14px)}.home-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.home-card:hover .home-card-img img{transform:scale(1.04)}.home-card-meta{border-top:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:1rem;padding:1.25rem;display:flex}.home-card-title{font-family:var(--font-body);letter-spacing:.04em;color:var(--text);text-transform:uppercase;margin:0;font-size:.8rem;font-weight:600;line-height:1.3}.home-card-series{flex-shrink:0;font-size:.7rem}.home-about{padding-top:5rem}.home-about-grid{border-top:1px solid var(--border);grid-template-columns:360px 1fr;align-items:start;gap:4rem;padding-top:3rem;display:grid}.home-about-image-wrap{aspect-ratio:3/4;background-color:var(--bg-secondary);border-radius:2px;overflow:hidden}.home-about-image{object-fit:cover;width:100%;height:100%}.home-about-text{flex-direction:column;gap:1.25rem;padding-top:1rem;display:flex}.home-about-heading{font-family:var(--font-body);letter-spacing:-.02em;text-transform:uppercase;margin:0;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;line-height:1.1}.home-about-bio{color:var(--text-secondary);white-space:pre-line;font-size:1rem;line-height:1.8}@media (max-width:900px){.home-grid{grid-template-columns:repeat(2,1fr)}.home-about-grid{grid-template-columns:1fr;gap:2.5rem}.home-about-image-wrap{aspect-ratio:1;max-width:320px}}@media (max-width:640px){.home-hero{min-height:calc(70vh - var(--navbar-height));padding:3rem 1.25rem 4rem}.home-section{padding:3rem 1.25rem 0}.home-grid{grid-template-columns:1fr}.home-hero-title{font-size:clamp(3.5rem,18vw,7rem)}.home-hero-actions{width:100%}.home-cta{flex:1;justify-content:center}}
