/*
Theme Name: Planethustlers Custom
Theme URI: https://planethustlers.com
Author: Kate
Description: Custom editorial dark theme for Planethustlers.
Version: 1.2.0
Text Domain: planethustlers-custom
*/

:root {
  --bg: #0a0d12;
  --bg-soft: #11161f;
  --card: #131925;
  --card-2: #171f2d;
  --line: rgba(255,255,255,0.08);
  --text: #f3f7ff;
  --muted: #9fabc4;
  --accent: #5eead4;
  --accent-2: #60a5fa;
  --accent-3: #f59e0b;
  --max: 1220px;
  --article: 820px;
  --radius: 24px;
  --shadow: 0 18px 50px rgba(0,0,0,.22);
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,sans-serif;background:radial-gradient(circle at top left, rgba(96,165,250,.11), transparent 25%),radial-gradient(circle at top right, rgba(94,234,212,.08), transparent 24%),linear-gradient(180deg,#0a0d12,#0e131b 55%,#101620);color:var(--text);line-height:1.7}
a{color:inherit;text-decoration:none} a:hover{color:var(--accent)} img{max-width:100%;display:block}
.container{width:min(calc(100% - 32px),var(--max));margin:0 auto}
.site-header{padding:22px 0;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(10,13,18,.78);backdrop-filter:blur(16px);z-index:20}
.header-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}.brand{display:block}.brand-mark{display:block;font-size:12px;color:var(--muted);font-weight:600;letter-spacing:.16em;text-transform:uppercase;margin-bottom:3px}.brand-name{display:block;font-weight:800;font-size:28px;letter-spacing:-.04em;font-family:Inter,system-ui,sans-serif}.brand-tag{display:block;color:var(--muted);font-size:13px;margin-top:3px}.main-nav{display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:14px}
.hero{padding:34px 0 20px}.hero-topbar{display:flex;justify-content:space-between;align-items:center;gap:18px;color:var(--muted);font-size:12px;letter-spacing:.22em;text-transform:uppercase;margin-bottom:18px}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}
.card{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));border:1px solid var(--line);border-radius:var(--radius);padding:22px;overflow:hidden;box-shadow:var(--shadow);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}.card:hover{transform:translateY(-4px);border-color:rgba(94,234,212,.22);box-shadow:0 24px 64px rgba(0,0,0,.28)}
.feature-card{padding:0;min-height:560px;display:flex;flex-direction:column;justify-content:flex-end;position:relative}.feature-image{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.02);transition:transform .6s ease}.feature-card:hover .feature-image{transform:scale(1.06)}.feature-image::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,9,14,.08),rgba(7,9,14,.7) 55%,rgba(7,9,14,.95))}.feature-body{position:relative;z-index:1;padding:42px}
.kicker,.cat-pill,.tag-pill{display:inline-flex;width:fit-content;padding:8px 12px;border-radius:999px;font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;border:1px solid rgba(255,255,255,.1)}.kicker{background:rgba(96,165,250,.12);color:#a5d8ff}.cat-pill{background:rgba(94,234,212,.12);color:#99f6e4}.tag-pill{background:rgba(245,158,11,.12);color:#fcd34d}
.feature-card h1,.feature-card h2,.article-head h1,.archive-head h1{font-size:clamp(44px,6vw,76px);line-height:.95;letter-spacing:-.05em;margin:16px 0 14px}.feature-card h1,.feature-card h2{max-width:10ch}.feature-card p{color:#d9e5f5;max-width:58ch;font-size:18px}
.meta{display:flex;gap:12px;flex-wrap:wrap;color:#c3cde2;font-size:13px}.meta span{background:rgba(255,255,255,.05);padding:6px 10px;border-radius:999px}
.side-stack,.signal-list,.story-list{display:grid;gap:16px}.mini-card h3,.signal-card h3,.post-card h3{font-size:24px;line-height:1.12;letter-spacing:-.03em;margin:12px 0 10px}
.thumb{aspect-ratio:16/10;border-radius:18px;overflow:hidden;margin:-22px -22px 18px;background:#10141d}.thumb img{width:100%;height:100%;object-fit:cover}.thumb-cover{aspect-ratio:16/8;border-radius:26px;overflow:hidden;margin:0 0 24px;border:1px solid var(--line)}.thumb-cover img{width:100%;height:100%;object-fit:cover}
.side-card{display:grid;grid-template-columns:120px 1fr;gap:14px;align-items:center}.side-card .thumb{margin:0;aspect-ratio:1/1;border-radius:16px}
.section{padding:22px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:16px}.section-head h2{margin:0;font-size:12px;letter-spacing:.24em;text-transform:uppercase;color:var(--muted)}.section-head p{margin:8px 0 0;color:var(--muted)}
.media-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:20px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.grid .card{min-height:260px}.split{display:grid;grid-template-columns:1fr 320px;gap:20px}.dual{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.scoreboard{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}.score{padding:18px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.025)}.score strong{display:block;font-size:26px;letter-spacing:-.03em}.score span{color:var(--muted);font-size:13px}
.ticker{margin-top:20px;padding:14px 18px;border:1px solid var(--line);border-radius:999px;color:var(--muted);overflow:hidden;white-space:nowrap;background:rgba(255,255,255,.02)}
.news-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.news-strip .card{min-height:unset}
.article{padding:54px 0}.article-wrap{width:min(calc(100% - 32px),var(--article));margin:0 auto}.article-head .article-dek{font-size:21px;color:#d9e1f1;line-height:1.5;margin-bottom:18px}.article-content{font-size:19px;color:#e3e9f7}.article-content h2{font-size:34px;line-height:1.08;letter-spacing:-.03em;margin:1.45em 0 .55em}.article-content p{margin:0 0 1.2em}.after-article{padding:0 0 54px}.after-article-grid,.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.archive-head{padding:52px 0 20px}.archive-head p{color:var(--muted);max-width:70ch}
.site-footer{padding:40px 0 56px;color:var(--muted)}.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:18px}
@media (max-width:1000px){.hero-grid,.media-grid,.split,.post-grid,.dual,.after-article-grid,.news-strip,.scoreboard{grid-template-columns:1fr}}
@media (max-width:720px){.header-inner{flex-direction:column;align-items:flex-start}.feature-body,.card{padding:20px}.thumb{margin:-20px -20px 16px}.side-card{grid-template-columns:1fr}.feature-card h1,.feature-card h2,.article-head h1,.archive-head h1{font-size:42px}.article-content{font-size:18px}.hero-topbar{flex-direction:column;align-items:flex-start}}
