*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0d0d14;--surface: #151521;--surface-border: #2a2a3d;--text: #c8c8d4;--text-muted: #7a7a92;--accent: #8b7ec8;--accent-bright: #a594f9;--white: #e8e8f0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;background-image:url(/purplesmoke.jpeg);background-size:cover;background-position:center top;background-repeat:no-repeat;background-attachment:fixed}body:before{content:"";position:fixed;inset:0;background:#0d0d14d9;z-index:-1}.hero{text-align:center;padding:6rem 1.5rem 4rem;max-width:720px;margin:0 auto}.tagline{font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.hero h1{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:400;color:var(--white);margin-bottom:1.5rem;letter-spacing:-.01em}.subtitle{font-size:1.05rem;color:var(--text-muted);max-width:560px;margin:0 auto;line-height:1.7}.subtitle em{font-family:Playfair Display,Georgia,serif;color:var(--accent-bright);font-style:italic}.cards{display:grid;grid-template-columns:repeat(3,1fr);max-width:800px;margin:0 auto 4rem;border:1px solid var(--surface-border);border-radius:8px;overflow:hidden}.card{text-align:center;padding:2rem 1.5rem;border-right:1px solid var(--surface-border);transition:background .2s;cursor:pointer}.card:last-child{border-right:none}.card:hover{background:var(--surface)}.card-icon{font-size:1.25rem;color:var(--text-muted);display:block;margin-bottom:.75rem}.card h3{font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;color:var(--white);margin-bottom:.4rem}.card p{font-size:.8rem;color:var(--text-muted);line-height:1.5}.featured{max-width:800px;margin:0 auto 4rem;padding:0 1.5rem}.section-label{font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:var(--accent);margin-bottom:1.25rem;font-weight:600}.featured-card{display:flex;gap:1.75rem;padding:1.75rem;border:1px solid var(--surface-border);border-radius:10px;background:var(--surface);align-items:flex-start}.featured-cover{flex-shrink:0;width:110px}.featured-cover img{width:100%;height:auto;border-radius:4px;display:block}.featured-info h3{font-family:Playfair Display,Georgia,serif;font-size:1.4rem;font-weight:700;color:var(--white);margin-bottom:.3rem}.featured-genre{font-size:.8rem;color:var(--accent);margin-bottom:.75rem}.featured-blurb{font-size:.9rem;color:var(--text);line-height:1.65}.featured-blurb .emphasis{text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:3px;color:var(--white)}.blog{max-width:800px;margin:0 auto 4rem;padding:0 1.5rem}.blog-entry{display:flex;justify-content:space-between;align-items:baseline;padding:1.25rem 0;border-bottom:1px solid var(--surface-border);text-decoration:none;color:inherit;transition:opacity .2s}.blog-entry:hover{opacity:.8}.blog-text h3{font-size:1rem;font-weight:600;color:var(--white);margin-bottom:.25rem}.blog-text p{font-size:.8rem;color:var(--text-muted)}.blog-date{font-size:.8rem;color:var(--accent);white-space:nowrap;margin-left:2rem}.subscribe{text-align:center;padding:4rem 1.5rem 5rem;max-width:500px;margin:0 auto}.subscribe h2{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:500;color:var(--text);margin-bottom:1.5rem}.subscribe-form{display:flex;gap:.5rem;justify-content:center;margin-bottom:.75rem}.subscribe-form input{flex:1;max-width:300px;padding:.7rem 1rem;border:1px solid var(--surface-border);border-radius:6px;background:var(--surface);color:var(--white);font-size:.9rem;font-family:inherit;outline:none;transition:border-color .2s}.subscribe-form input::placeholder{color:var(--text-muted)}.subscribe-form input:focus{border-color:var(--accent)}.subscribe-form button{padding:.7rem 1.5rem;border:none;border-radius:6px;background:var(--accent);color:var(--white);font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s}.subscribe-form button:hover{background:var(--accent-bright)}.subscribe-note{font-size:.75rem;color:var(--accent);font-style:italic}@media(max-width:640px){.cards{grid-template-columns:1fr}.card{border-right:none;border-bottom:1px solid var(--surface-border)}.card:last-child{border-bottom:none}.featured-card{flex-direction:column;align-items:center;text-align:center}.featured-cover{width:140px}.blog-entry{flex-direction:column;gap:.25rem}.blog-date{margin-left:0}.subscribe-form{flex-direction:column;align-items:center}.subscribe-form input{max-width:100%;width:100%}}.blog-more{text-align:center;margin-top:1.5rem}.blog-more a{font-size:.85rem;color:var(--text-muted);text-decoration:none;transition:color .2s}.blog-more a:hover{color:var(--accent-bright)}.featured-card{text-decoration:none;color:inherit}
