:root{--bg: #f3f3f1;--surface: #ffffff;--surface-muted: #e7e8eb;--text: #141518;--text-soft: #555b63;--border: #c5c9cf;--box-border: #8a2cff;--box-border-soft: rgba(138, 44, 255, .55);--black: #0c0c0d;--charcoal: #1b1c1f;--accent: #8a2cff;--accent-soft: rgba(138, 44, 255, .14);--accent-light: #d6b6ff;--accent-ink: #34105a;--focus: #ffdd33;--max: 1180px;--radius: 22px;--shadow: 0 16px 40px rgba(12, 12, 13, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,[tabindex="-1"]:focus-visible{outline:3px solid var(--focus);outline-offset:3px}#root{min-height:100vh}.site-shell{min-height:100vh;display:flex;flex-direction:column}.skip-link{position:absolute;left:1rem;top:-3rem;z-index:1000;padding:.8rem 1rem;border-radius:0 0 12px 12px;background:#fff;color:var(--accent-ink);border:2px solid var(--accent);font-weight:700}.skip-link:focus{top:0}.site-header{background:var(--black);color:#fff;border-bottom:2px solid rgba(138,44,255,.9)}.site-header__inner,.site-footer__inner,.hero,.page-wrap,.content-band,.section-heading,.page-hero,.copy-grid{width:min(calc(100% - 2rem),var(--max));margin:0 auto}.site-header__inner{display:flex;gap:1.5rem;align-items:center;justify-content:space-between;padding:.9rem 0}.site-brand{display:flex;flex-direction:column;gap:.15rem}.site-brand__row{display:inline-flex;align-items:center;gap:.65rem}.site-brand__title{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.3rem;font-weight:700;color:var(--accent-light)}.site-brand__tag{font-size:.72rem;color:#ffffffc7;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.site-nav,.site-footer__nav{display:flex;gap:.55rem;flex-wrap:wrap}.site-nav{justify-content:flex-end}.site-nav__link,.site-footer__link{color:#ffffffeb;font-size:.92rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.65rem .9rem;border-radius:12px;border:1px solid transparent;white-space:nowrap}.site-nav__link:hover,.site-footer__link:hover,.text-link:hover{color:#fff;background:#8a2cff2e;border-color:#d6b6ff47}.site-nav__link.is-active,.site-footer__link.is-active,.site-brand--active .site-brand__title,.site-footer__title.is-active,.site-footer__title,.site-footer__title span{color:var(--accent-light)}.site-nav__link.is-active,.site-footer__link.is-active{color:var(--accent-ink);background:var(--accent-light);border-color:#d6b6fff0;box-shadow:none}.site-main{flex:1}.hero,.page-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,220px);gap:1.4rem;align-items:stretch;padding:1.8rem 0 1.6rem}.hero__copy,.featured-card,.post-card,.section-card,.page-hero>div:first-child,.copy-grid>div,.closing-note{background:var(--surface);border:4px solid var(--box-border);border-radius:var(--radius);box-shadow:var(--shadow)}.hero__copy,.page-hero>div:first-child{padding:1.35rem}.hero{width:min(calc(100% - 2rem),920px)}.eyebrow{display:inline-block;margin-bottom:.9rem;color:var(--accent-ink);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:800}h1,h2,h3{margin:0 0 .8rem;font-family:Georgia,Times New Roman,serif;line-height:1.12}h1{font-size:clamp(2.15rem,4vw,3.8rem)}.page-hero--post h1{font-size:clamp(1.08rem,1.4vw,1.38rem);line-height:1.08;text-wrap:balance;max-width:17ch}.page-hero--post .lead{font-size:.9rem;max-width:40ch}h2{font-size:clamp(1.5rem,3vw,2.4rem)}h3{font-size:1.28rem}p{margin:0 0 1rem;color:var(--text-soft)}.hero__tagline{color:var(--text);font-size:1.02rem;font-weight:700}.hero__intro,.lead{font-size:1rem;max-width:60ch}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.35rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 1.1rem;border-radius:999px;border:2px solid var(--box-border);font-weight:700}.button--primary{background:var(--black);color:#fff;border-color:var(--black)}.button--primary:hover{background:var(--accent);border-color:var(--accent)}.button--ghost{background:transparent;color:var(--text)}.button--ghost:hover{background:var(--accent-soft);border-color:var(--accent);color:var(--accent-ink)}.text-link{display:inline-block;margin-top:.5rem;font-weight:700;color:var(--black)}.image-placeholder{min-height:220px;background:linear-gradient(135deg,rgba(109,90,134,.16),transparent 40%),linear-gradient(180deg,#3a3d42,#151618);border-radius:var(--radius);padding:14px;border:4px solid var(--box-border);box-shadow:var(--shadow)}.image-placeholder--tall{min-height:220px}.image-placeholder--compact{min-height:180px;box-shadow:none;border-width:0;padding:14px}.image-placeholder__frame{width:100%;height:100%;border:4px solid rgba(214,182,255,.95);border-radius:calc(var(--radius) - 8px);display:flex;flex-direction:column;justify-content:flex-end;padding:1.2rem;color:#fff;background:linear-gradient(to top,#000000bd,#0000002e)}.image-placeholder__label{font-family:Georgia,Times New Roman,serif;font-size:1.3rem;margin-bottom:.35rem}.image-placeholder__detail{color:#fffffff5;margin:0;max-width:34ch}.content-band{padding:1rem 0 3rem}.content-band--muted{background:#ececeb}.content-band--closing{padding-bottom:4rem}.section-heading{margin-bottom:1.5rem}.featured-grid,.post-grid,.section-grid,.copy-grid{display:grid;gap:1.5rem}.featured-grid{grid-template-columns:minmax(150px,190px) minmax(0,1fr);align-items:stretch;width:min(100%,720px);margin:0 auto}.post-grid,.section-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.copy-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:3rem}.featured-card,.section-card{padding:1.15rem}.post-card{overflow:hidden;padding:12px}.post-card__media{border:4px solid var(--box-border);border-radius:calc(var(--radius) - 10px);box-shadow:inset 0 0 0 1px var(--box-border-soft);overflow:hidden;background:var(--surface-muted)}.post-card__image{display:block;width:100%;height:172px;object-fit:cover}.post-card__body{padding:1.25rem .35rem .3rem}.post-pill{border:2px solid var(--box-border);display:inline-flex;align-items:center;min-height:30px;padding:0 .75rem;border-radius:999px;background:#efe2ff;color:var(--accent-ink);font-size:.78rem;font-weight:800;letter-spacing:.03em;margin-bottom:.9rem}.post-card__meta{font-size:.88rem;color:var(--text-soft)}.closing-note{background:var(--charcoal);color:#fff;padding:1.25rem 1.45rem}.closing-note .eyebrow{color:var(--accent-light)}.closing-note h2{color:#fff;margin-bottom:0}.closing-note p{color:#ffffffdb}.plain-list{padding-left:1.1rem;margin:0;color:var(--text-soft)}.site-footer{margin-top:3rem;background:var(--black);color:#fff;border-top:2px solid rgba(138,44,255,.9)}.site-footer__inner{display:flex;gap:2rem;justify-content:space-between;padding:2rem 0}.site-footer__title{color:var(--accent-light);font-family:Georgia,Times New Roman,serif;font-size:1.1rem;margin-bottom:.3rem}.site-footer__copy{color:#ffffffd1;max-width:48ch}.smiley-mark{position:relative;display:inline-block;border-radius:999px;background:var(--accent);border:2px solid white;box-shadow:0 0 0 2px #8a2cff61;flex:0 0 auto}.smiley-mark__eye{position:absolute;width:20%;height:20%;top:28%}.smiley-mark__eye:before,.smiley-mark__eye:after{content:"";position:absolute;left:45%;top:-10%;width:2px;height:100%;background:#fff;border-radius:999px;transform-origin:center}.smiley-mark__eye:before{transform:rotate(45deg)}.smiley-mark__eye:after{transform:rotate(-45deg)}.smiley-mark__eye--left{left:24%}.smiley-mark__eye--right{right:24%}.smiley-mark__smile{position:absolute;left:25%;right:25%;bottom:22%;height:24%;border-bottom:3px solid white;border-radius:0 0 999px 999px}.feature-image{min-height:180px;border-radius:var(--radius);overflow:hidden;border:4px solid var(--box-border);box-shadow:var(--shadow);background:var(--surface-muted)}.feature-image--tall{min-height:200px;max-width:220px;justify-self:end}.feature-image__img{display:block;width:100%;height:100%;object-fit:cover}.page-hero--post{width:min(calc(100% - 2rem),820px);grid-template-columns:minmax(0,1fr) minmax(180px,220px);align-items:stretch;gap:1rem;padding:1.1rem 0 1rem}.page-hero--post>div:first-child{padding:1rem 1.1rem}.page-hero--post .eyebrow{margin-bottom:.6rem}.page-hero--post .hero__actions{margin-top:1rem;gap:.7rem}.page-hero--post .button{min-height:40px;padding:0 .95rem;font-size:.88rem}.page-hero--post .feature-image{aspect-ratio:1 / 1;min-height:0;width:100%;max-width:220px;justify-self:end}.page-hero--post .feature-image__img{object-position:center center}.post-card--empty{grid-column:1 / -1}.post-page__meta{font-size:.88rem;font-weight:700;color:var(--text)}.post-article{width:min(calc(100% - 2rem),760px);margin:0 auto 4rem;background:var(--surface);border:4px solid var(--box-border);border-radius:var(--radius);box-shadow:var(--shadow);padding:2.2rem}.post-article p,.post-article li,.post-article figcaption{font-size:1.05rem}.post-article p{color:var(--text-soft)}.post-article a{color:var(--black);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.14em}.post-article .button{text-decoration:none}.post-links .button--primary{color:#fff;background:var(--black);border-color:var(--box-border)}.post-links .button--primary:hover{color:#fff;background:var(--accent);border-color:var(--accent)}.post-links .button--ghost{color:var(--text);background:transparent}.post-links .button--ghost:hover{color:var(--accent-ink);background:var(--accent-soft);border-color:var(--accent)}.post-article em{font-style:italic}.post-figure{margin:2rem 0}.post-figure img{display:block;width:100%;border-radius:18px;border:4px solid var(--box-border)}.post-figure figcaption{margin-top:.7rem;color:var(--text-soft);font-size:.95rem}.post-links{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.about-page{padding-bottom:2rem}.about-hero{grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr)}.about-note,.about-card,.about-closing{background:var(--surface);border:4px solid var(--box-border);border-radius:var(--radius);box-shadow:var(--shadow)}.about-note,.about-card{padding:1.35rem}.about-note h2,.about-closing h2{margin-bottom:.7rem}.about-grid{display:grid;gap:1.5rem;margin-bottom:1.5rem}.about-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.about-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.about-card p:last-child,.about-note p:last-child,.about-closing p:last-child{margin-bottom:0}.about-band{padding-top:.5rem}.about-closing{padding:1.4rem 1.5rem}.site-footer__nav{align-content:flex-start}.feature-image--section{min-height:220px}.feature-image--section .feature-image__img{object-position:center center}@media (max-width: 1080px){.post-grid,.section-grid,.about-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.site-header__inner,.site-footer__inner,.hero,.page-hero,.featured-grid,.copy-grid,.about-grid--two,.about-grid--three{grid-template-columns:1fr;display:grid}.hero,.content-band--featured{width:min(calc(100% - 2rem),var(--max))}.feature-image--tall{max-width:none;justify-self:stretch}.site-header__inner,.site-footer__inner{display:flex;flex-direction:column;align-items:flex-start}.post-grid,.section-grid{grid-template-columns:1fr}h1{font-size:2.6rem}}.content-band--section-art{padding-top:0}.section-art-wrap{width:min(100%,760px);margin:0 auto}.feature-image--section-secondary{min-height:260px}.feature-image--section-secondary .feature-image__img{object-fit:contain;background:#f7f5f0}.playlist-hero{width:min(calc(100% - 2rem),920px);margin:0 auto;padding:1.8rem 0 1rem;text-align:center}.playlist-hero h1{margin-bottom:1.2rem}.rotating-gallery{width:min(100%,780px);margin:0 auto}.rotating-gallery__frame{background:var(--surface);border:4px solid var(--box-border);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px}.rotating-gallery__image{display:block;width:100%;height:420px;object-fit:contain;border-radius:calc(var(--radius) - 10px);background:#f7f5f0}.rotating-gallery__dots{display:flex;justify-content:center;gap:.45rem;margin-top:.9rem}.rotating-gallery__dot{width:10px;height:10px;border-radius:999px;background:#8a2cff47;border:1px solid rgba(138,44,255,.6)}.rotating-gallery__dot.is-active{background:var(--accent)}.feature-image--playlist-single{width:min(100%,780px);min-height:420px;margin:0 auto}.feature-image--playlist-single .feature-image__img{object-fit:contain;background:#f7f5f0}@media (max-width: 820px){.rotating-gallery__image,.feature-image--playlist-single{height:320px;min-height:320px}}.hero{grid-template-columns:minmax(0,1fr) minmax(240px,280px)}.feature-image--home-skull{width:min(100%,280px);max-width:280px;min-height:auto;aspect-ratio:1 / 1;justify-self:end;background:#f7f5f0}.feature-image--home-skull .feature-image__img{object-fit:cover;object-position:center;padding:0;background:#f7f5f0}@media (max-width: 820px){.hero{grid-template-columns:1fr}.feature-image--home-skull{width:min(100%,320px);max-width:320px;justify-self:center}}
