:root{--bg:#080808;--bg2:#111;--fg:#f5f3ed;--muted:#9a9892;--line:rgba(245,243,237,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;background:var(--bg);color:var(--fg);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}
.site-header{position:fixed;inset:0 0 auto;height:76px;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,rgba(8,8,8,.82),rgba(8,8,8,0));backdrop-filter:blur(10px)}.brand-mini{font-weight:700;letter-spacing:.04em}.site-header nav{display:flex;gap:2rem;font-size:.8rem;color:#aaa}.site-header nav a:hover{color:var(--fg)}
.hero{position:relative;min-height:100svh;display:grid;place-items:center;overflow:hidden;background:#000}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(0,0,0,.08),rgba(0,0,0,.52) 76%)}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-logo{width:min(390px,64vw);height:auto;filter:drop-shadow(0 18px 40px rgba(0,0,0,.45));mix-blend-mode:screen}.sound-button{margin-top:1rem;border:1px solid rgba(245,243,237,.42);border-radius:999px;background:rgba(8,8,8,.45);color:var(--fg);padding:.72rem 1.05rem;font-size:.72rem;letter-spacing:.16em;cursor:pointer}.sound-button.active{background:var(--fg);color:#080808}.hero-tagline{margin:.9rem 0 0;font-size:.68rem;letter-spacing:.28em;color:rgba(245,243,237,.8)}.scroll-hint{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);font-size:.6rem;letter-spacing:.36em;color:rgba(245,243,237,.42)}
.section{padding:9rem 6vw;border-top:1px solid var(--line)}.section-inner{max-width:1180px;margin:auto}.sound-grid,.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:start}.eyebrow{margin:0 0 1.15rem;font-size:.67rem;letter-spacing:.3em;color:var(--muted)}h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.03em;font-size:clamp(3rem,7vw,6.7rem);line-height:1.03}.sound-copy,.about-copy{max-width:560px;font-size:1.04rem}.muted{color:#aaa8a2}.large{font-size:1.1rem}.player-card{margin-top:2.5rem;border:1px solid var(--line);border-radius:18px;padding:1rem 1.1rem;display:flex;align-items:center;gap:1.1rem;background:rgba(255,255,255,.025)}.player-card strong,.player-card span{display:block}.player-card span{margin-top:.2rem;font-size:.75rem;color:var(--muted)}.play-button{border:1px solid rgba(245,243,237,.5);background:transparent;color:var(--fg);border-radius:999px;padding:.72rem 1rem;letter-spacing:.15em;font-size:.7rem;cursor:pointer}.play-button.active{background:var(--fg);color:#080808}.music-section{min-height:60vh;display:grid;align-items:center}.contact-section{min-height:68vh;display:grid;align-items:center}.email{display:inline-block;margin-top:1.3rem;font:400 clamp(2rem,5vw,4.8rem)/1.05 Georgia,"Times New Roman",serif;border-bottom:1px solid rgba(245,243,237,.24);padding-bottom:.2rem}.site-footer{display:flex;justify-content:space-between;padding:1.3rem 6vw;border-top:1px solid var(--line);font-size:.7rem;color:#70706b}
@media(max-width:780px){.site-header{height:64px}.site-header nav{gap:1rem;font-size:.7rem}.hero-logo{width:min(330px,76vw)}.hero-tagline{font-size:.6rem;letter-spacing:.18em}.section{padding:6rem 6vw}.sound-grid,.about-grid{grid-template-columns:1fr;gap:2.5rem}.site-footer{flex-direction:column;gap:.35rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-video{display:none}}
