/* Lumen — static export. Midnight Indigo palette. */
:root{
  --background:#0a0a1a;
  --foreground:#f5f5fa;
  --ink:#141432;
  --ink-soft:#1e1e5a;
  --card:#16162e;
  --primary:#4f46e5;
  --primary-foreground:#ffffff;
  --secondary:#1d1d3a;
  --muted-foreground:#9a9ab5;
  --border:rgba(255,255,255,0.10);
  --border-soft:rgba(255,255,255,0.06);
  --radius:0.75rem;
  --font-display:"Space Grotesk",system-ui,sans-serif;
  --font-sans:"DM Sans",system-ui,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
html{font-family:var(--font-sans);background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;scroll-behavior:smooth}
body{min-height:100vh;line-height:1.5}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4,h5{font-family:var(--font-display);letter-spacing:-0.02em;margin:0;font-weight:700;line-height:1.05}
p{margin:0}
ul{margin:0;padding:0;list-style:none}

.container{max-width:80rem;margin:0 auto;padding:0 1.5rem}
@media(min-width:1024px){.container{padding:0 2.5rem}}
.text-balance{text-wrap:balance}
.muted{color:var(--muted-foreground)}
.small{font-size:0.875rem}
.lead{font-size:1.125rem;line-height:1.6;color:var(--muted-foreground);max-width:28rem}

.display-xl{font-size:clamp(3rem,8vw,8rem);line-height:0.95}
.display-lg{font-size:clamp(2.25rem,5vw,3.75rem);line-height:1.1}
.display-md{font-size:clamp(1.875rem,3.5vw,3rem);line-height:1.15}
.display-sm{font-size:1.5rem;line-height:1.3}
.display-xs{font-size:1.125rem;line-height:1.3}

.eyebrow{display:flex;align-items:center;gap:0.75rem;font-size:0.75rem;letter-spacing:0.25em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:1rem}
.eyebrow .rule{display:inline-block;width:2.5rem;height:1px;background:var(--primary)}

.tag{font-size:0.75rem;letter-spacing:0.25em;text-transform:uppercase;color:var(--primary)}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;padding:0.75rem 1.5rem;border-radius:9999px;font-size:0.875rem;font-weight:500;border:1px solid transparent;cursor:pointer;transition:opacity .2s,background .2s,color .2s;font-family:inherit}
.btn-sm{padding:0.5rem 1rem}
.btn-block{width:100%;margin-top:2.5rem}
.btn-primary{background:var(--primary);color:var(--primary-foreground)}
.btn-primary:hover{opacity:.9}
.btn-ghost{background:transparent;color:var(--foreground);border-color:var(--border)}
.btn-ghost:hover{background:var(--secondary)}

/* Header */
.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border-soft);background:rgba(10,10,26,0.7);backdrop-filter:blur(16px)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem}
@media(min-width:1024px){.header-inner{padding:1rem 2.5rem}}
.logo{display:flex;align-items:center;gap:0.5rem;font-family:var(--font-display);font-weight:700;font-size:1.125rem;letter-spacing:-0.02em}
.dot{display:inline-block;width:0.625rem;height:0.625rem;border-radius:9999px;background:var(--primary);box-shadow:0 0 20px var(--primary)}
.nav{display:none;gap:2rem;font-size:0.875rem;color:var(--muted-foreground)}
.nav a:hover{color:var(--foreground)}
@media(min-width:768px){.nav{display:flex}}

/* Hero */
.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--border-soft)}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.6}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(10,10,26,.4),rgba(10,10,26,.6),var(--background))}
.hero-inner{position:relative;padding:6rem 1.5rem 8rem}
@media(min-width:1024px){.hero-inner{padding:8rem 2.5rem 11rem}}
.hero-grid{display:grid;gap:3rem;align-items:end}
@media(min-width:1024px){.hero-grid{grid-template-columns:2fr 1fr}}
.display-xl em{font-style:normal;color:var(--primary)}
.hero-actions{display:flex;flex-wrap:wrap;gap:0.75rem;margin-top:2rem}

/* Marquee */
.marquee{border-bottom:1px solid var(--border-soft);padding:2rem 0}
.marquee-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.75rem 2.5rem;color:var(--muted-foreground);font-size:0.875rem}
.marquee-label{font-size:0.75rem;letter-spacing:0.25em;text-transform:uppercase}
.marquee-item{font-family:var(--font-display);font-weight:500;color:rgba(245,245,250,0.8)}

/* Section */
.section{padding:6rem 0;border-bottom:1px solid var(--border-soft)}
@media(min-width:1024px){.section{padding:8rem 0}}
.section-ink{background:var(--ink)}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:4rem;flex-wrap:wrap}
.muted-link{color:var(--muted-foreground);font-size:0.875rem;display:none}
.muted-link:hover{color:var(--foreground)}
@media(min-width:640px){.muted-link{display:inline}}

/* Magazine */
.mag-grid{display:grid;gap:2rem}
@media(min-width:1024px){.mag-grid{grid-template-columns:7fr 5fr}}
.mag-feature-media{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:1rem;background:var(--ink)}
.mag-feature-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.mag-feature:hover .mag-feature-media img{transform:scale(1.03)}
.mag-feature-fade{position:absolute;inset:0;background:linear-gradient(to top,var(--background),rgba(10,10,26,.2),transparent)}
.mag-feature-text{position:absolute;left:0;right:0;bottom:0;padding:2rem}
@media(min-width:1024px){.mag-feature-text{padding:3rem}}
.mag-feature-text h3{margin-top:1rem}
.mag-feature-text p{margin-top:0.75rem;max-width:32rem}

.mag-side{display:flex;flex-direction:column;gap:2rem}
.mag-card{overflow:hidden;border-radius:1rem;border:1px solid var(--border);background:var(--card)}
.mag-card-media{aspect-ratio:16/10;overflow:hidden}
.mag-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.mag-card:hover .mag-card-media img{transform:scale(1.03)}
.mag-card-body{padding:1.5rem}
@media(min-width:1024px){.mag-card-body{padding:2rem}}
.mag-card-body h3{margin-top:0.75rem}

.mag-row{display:flex;gap:1.25rem;overflow:hidden;border-radius:1rem;border:1px solid var(--border);background:var(--card);padding:1.25rem}
.mag-row-media{flex:0 0 8rem;height:8rem;border-radius:0.75rem;overflow:hidden}
.mag-row-media img{width:100%;height:100%;object-fit:cover}
.mag-row-body{display:flex;flex-direction:column;justify-content:center}
.mag-row-body h3{margin-top:0.5rem}
.mag-row-body p{margin-top:0.25rem}

/* Manifesto */
.manifesto-grid{display:grid;gap:3rem}
@media(min-width:1024px){.manifesto-grid{grid-template-columns:1fr 2fr}}
.manifesto-sub{margin-top:1.5rem}
.manifesto-list{border-top:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft)}
.manifesto-list li{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;padding:2rem 0;border-bottom:1px solid var(--border-soft)}
.manifesto-list li:last-child{border-bottom:none}
@media(min-width:1024px){.manifesto-list li{grid-template-columns:80px 1fr 1fr;gap:3rem}}
.manifesto-list .num{font-family:var(--font-display);font-size:1.5rem;color:var(--primary)}
.manifesto-list h3{font-size:1.5rem}
@media(min-width:1024px){.manifesto-list h3{font-size:1.875rem}}
.manifesto-list p{grid-column:span 2;color:var(--muted-foreground)}
@media(min-width:1024px){.manifesto-list p{grid-column:auto}}

/* Pricing */
.pricing-head{max-width:40rem;margin-bottom:4rem}
.pricing-grid{display:grid;gap:1.5rem}
@media(min-width:768px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}
.tier{position:relative;display:flex;flex-direction:column;border-radius:1rem;border:1px solid var(--border);background:var(--card);padding:2rem;transition:border-color .2s}
.tier h3{font-size:1.5rem}
.tier-featured{border-color:var(--primary);background:linear-gradient(to bottom,rgba(79,70,229,.15),var(--card));box-shadow:0 0 60px -20px var(--primary)}
.badge{position:absolute;top:-0.75rem;left:2rem;background:var(--primary);color:var(--primary-foreground);font-size:0.75rem;font-weight:500;padding:0.25rem 0.75rem;border-radius:9999px}
.tier-price{display:flex;align-items:baseline;gap:0.5rem;margin-top:1.5rem}
.price{font-family:var(--font-display);font-size:3rem;font-weight:700}
.tier-features{margin-top:2rem;display:flex;flex-direction:column;gap:0.75rem;font-size:0.875rem}
.tier-features li{display:flex;gap:0.5rem;color:rgba(245,245,250,0.9)}
.bullet{color:var(--primary)}

/* CTA */
.cta{position:relative;overflow:hidden;padding:6rem 0}
@media(min-width:1024px){.cta{padding:8rem 0}}
.cta-glow{position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at top,rgba(79,70,229,.25),transparent 60%)}
.cta-inner{max-width:48rem;text-align:center;padding:0 1.5rem}
@media(min-width:1024px){.cta-inner{padding:0 2.5rem}}
.cta-inner .lead{margin:1.5rem auto 0;max-width:none}
.cta-form{margin-top:2.5rem;display:flex;flex-direction:column;gap:0.75rem;align-items:center;justify-content:center}
@media(min-width:640px){.cta-form{flex-direction:row}}
.cta-form input{width:100%;max-width:24rem;border-radius:9999px;border:1px solid var(--border);background:var(--card);padding:0.75rem 1.25rem;font-size:0.875rem;color:var(--foreground);outline:none;font-family:inherit}
.cta-form input:focus{border-color:var(--primary)}

/* Footer */
.site-footer{border-top:1px solid var(--border-soft);background:var(--ink);padding:3rem 0}
.footer-inner{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1.5rem;font-size:0.875rem;color:var(--muted-foreground)}
@media(min-width:640px){.footer-inner{flex-direction:row;align-items:center}}
.footer-links{display:flex;flex-wrap:wrap;gap:1.5rem}
.footer-links a:hover{color:var(--foreground)}
