:root{--bg-start:#6699cc;--bg-mid:#336699;--bg-end:#333366;--surface:#ffffff;--surface-muted:rgba(255, 255, 255, 0.12);--text:#102036;--text-inverse:#f7fbff;--text-soft:rgba(247, 251, 255, 0.74);--border:rgba(255, 255, 255, 0.18);--shadow:0 18px 45px rgba(8, 20, 40, 0.16);--shell:min(1200px, calc(100vw - 2rem))}*,*::before,*::after{box-sizing:border-box}html{min-height:100%;background:linear-gradient(323deg,var(--bg-start),var(--bg-mid),var(--bg-end))}body{margin:0;min-height:100vh;color:var(--text-inverse);font-family:roboto mono,monospace;font-size:1rem;line-height:1.55}a{color:inherit}img{display:block;max-width:100%;height:auto}main{padding-bottom:3rem}.site-shell,.section-shell{width:var(--shell);margin:0 auto}.site-header{padding:1.5rem 0 .75rem}.site-header .site-shell{display:flex;align-items:center;gap:1.5rem}.site-header .site-shell .site-mark{margin-right:auto}.site-mark{width:min(300px,70vw)}.site-nav,.social-nav{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.site-nav a,.social-nav a,.section-heading a,.button-link{text-decoration:none}.social-nav a{display:flex;align-items:center;color:#fff}.site-nav a:hover,.section-heading a:hover,.button-link:hover,.project-card a:hover h3,.feature-card a:hover,.writing-card a:hover{text-decoration:underline}.hero{padding:2rem 0 1rem}.hero h1,.section-header h1{margin:0;font-size:clamp(2.4rem,6vw,4.8rem);line-height:.95}.hero-copy,.section-intro{max-width:48rem;color:var(--text-soft)}.eyebrow,.meta{margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem}.section-band,.section-header,.single-shell{padding:1rem 0 0}.section-heading{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:end;margin-bottom:1rem}.section-heading h2,.feature-card h3,.project-card h3,.writing-card h2,.writing-card h3{margin:0}.feature-grid,.writing-list{display:grid;gap:1rem}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.feature-card,.writing-card,.empty-state,.merch-band,.single-shell,.project-card{border:1px solid var(--border);box-shadow:var(--shadow)}.feature-card,.writing-card,.empty-state,.merch-band,.single-shell{background:var(--surface-muted);backdrop-filter:blur(12px);border-radius:1rem;padding:1.1rem}.project-grid{column-count:5;column-gap:1.5rem}.project-card{break-inside:avoid;margin-bottom:1.5rem;border-radius:0;overflow:hidden;background:var(--surface)}.project-card a{display:block;color:var(--text);text-decoration:none}.project-card:hover{background:#f0f0f0}.card-copy{padding:1rem}.single-shell{margin-top:1rem}.single-image{margin:1.5rem 0}.rich-copy{color:var(--text-inverse)}.rich-copy a,.button-link{color:var(--text-inverse)}.button-link{display:inline-block;padding:.7rem 1rem;border:1px solid var(--border);border-radius:999px}.site-footer{padding:0 0 1.5rem;text-align:center;color:var(--text-soft)}@media(max-width:1100px){.project-grid{column-count:3}}@media(max-width:700px){.project-grid{column-count:2}}@media(max-width:560px){.site-header .site-shell{gap:.75rem}.hero{padding-top:1rem}.project-grid{column-count:1}}