/* Theme 1 — Editorial Magazine. Scoped entirely under .theme-editorial so it
   never leaks into the rest of the site (tools pages, admin, other themes). */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800;900&family=Source+Sans+3:wght@400;500;600;700&display=swap');

.theme-editorial{--ed-ink:#1a1a2e;--ed-accent:#e63946;--ed-muted:#6b6b78;--ed-line:#e8e8ee;--ed-paper:#fdfdfb;font-family:'Source Sans 3',-apple-system,sans-serif;color:var(--ed-ink);background:var(--ed-paper);}
[data-theme="dark"] .theme-editorial{--ed-ink:#f0f0f5;--ed-muted:#a0a0b0;--ed-line:#2a2a38;--ed-paper:#14141c;}
.theme-editorial *{box-sizing:border-box;}
.theme-editorial h1,.theme-editorial h2,.theme-editorial h3{font-family:'Playfair Display',Georgia,serif;color:var(--ed-ink);line-height:1.15;}
.theme-editorial a{color:inherit;text-decoration:none;}
.theme-editorial .ed-wrap{max-width:1180px;margin:0 auto;padding:0 20px 60px;}

/* Category strip acting as this theme's own section nav */
.theme-editorial .ed-topbar{display:flex;gap:6px;overflow-x:auto;padding:16px 0;border-bottom:3px solid var(--ed-ink);margin-bottom:28px;}
.theme-editorial .ed-topbar a{white-space:nowrap;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:6px 14px;border:1px solid var(--ed-line);border-radius:2px;}
.theme-editorial .ed-topbar a.active,.theme-editorial .ed-topbar a:hover{background:var(--ed-ink);color:var(--ed-paper);border-color:var(--ed-ink);}

/* Featured hero story */
.theme-editorial .ed-featured{display:grid;grid-template-columns:1.4fr 1fr;gap:36px;margin-bottom:48px;padding-bottom:40px;border-bottom:1px solid var(--ed-line);align-items:center;}
.theme-editorial .ed-featured img{width:100%;aspect-ratio:16/11;object-fit:cover;border-radius:2px;}
.theme-editorial .ed-eyebrow{color:var(--ed-accent);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;display:block;}
.theme-editorial .ed-featured h2{font-size:clamp(28px,4vw,46px);font-weight:900;margin-bottom:14px;}
.theme-editorial .ed-featured p{color:var(--ed-muted);font-size:16px;line-height:1.7;margin-bottom:14px;}
.theme-editorial .ed-meta{font-size:12.5px;color:var(--ed-muted);text-transform:uppercase;letter-spacing:.04em;}

/* Main 2-col layout: grid of stories + trending sidebar */
.theme-editorial .ed-layout{display:grid;grid-template-columns:2.2fr 1fr;gap:44px;align-items:start;}
.theme-editorial .ed-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px 28px;}
.theme-editorial .ed-card{border-bottom:1px solid var(--ed-line);padding-bottom:24px;}
.theme-editorial .ed-card img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:2px;margin-bottom:12px;}
.theme-editorial .ed-card h3{font-size:19px;font-weight:800;margin-bottom:8px;}
.theme-editorial .ed-card p{color:var(--ed-muted);font-size:13.5px;line-height:1.6;}

.theme-editorial .ed-side{position:sticky;top:90px;}
.theme-editorial .ed-side h4{font-family:'Playfair Display',serif;font-size:13px;text-transform:uppercase;letter-spacing:.1em;border-bottom:3px solid var(--ed-ink);padding-bottom:10px;margin-bottom:16px;}
.theme-editorial .ed-trend{display:flex;gap:14px;align-items:flex-start;padding:14px 0;border-bottom:1px solid var(--ed-line);}
.theme-editorial .ed-trend .num{font-family:'Playfair Display',serif;font-size:30px;font-weight:900;color:var(--ed-line);line-height:1;}
[data-theme="dark"] .theme-editorial .ed-trend .num{color:var(--ed-line);}
.theme-editorial .ed-trend h5{font-size:14px;font-weight:700;line-height:1.35;}
.theme-editorial .ed-cat-list a{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--ed-line);font-size:13.5px;font-weight:600;}
.theme-editorial .ed-cat-list span{color:var(--ed-muted);font-weight:400;}

@media(max-width:860px){
  .theme-editorial .ed-featured{grid-template-columns:1fr;}
  .theme-editorial .ed-layout{grid-template-columns:1fr;}
  .theme-editorial .ed-grid{grid-template-columns:1fr;}
  .theme-editorial .ed-side{position:static;margin-top:20px;}
}

/* Article page */
.theme-editorial .ed-article-head{max-width:820px;margin:0 auto 30px;text-align:center;}
.theme-editorial .ed-article-head h1{font-size:clamp(28px,5vw,48px);font-weight:900;margin:12px 0 18px;}
.theme-editorial .ed-hero-img{width:100%;max-height:520px;object-fit:cover;border-radius:2px;margin-bottom:40px;}
.theme-editorial .ed-article-body{display:grid;grid-template-columns:2.3fr 1fr;gap:44px;align-items:start;}
.theme-editorial .ed-content{font-size:18px;line-height:1.85;}
.theme-editorial .ed-content p:first-of-type::first-letter{font-family:'Playfair Display',serif;font-size:64px;font-weight:900;float:left;line-height:.8;margin:8px 10px 0 0;color:var(--ed-accent);}
.theme-editorial .ed-content h2{font-size:26px;margin:36px 0 14px;}
.theme-editorial .ed-content h3{font-size:20px;margin:26px 0 10px;}
.theme-editorial .ed-content img{width:100%;border-radius:2px;margin:20px 0;}
.theme-editorial .ed-content a{color:var(--ed-accent);text-decoration:underline;}
.theme-editorial .ed-aside-box{border:1px solid var(--ed-line);border-radius:2px;padding:18px;margin-bottom:22px;}
.theme-editorial .ed-share{display:flex;gap:8px;flex-wrap:wrap;}
.theme-editorial .ed-share a{border:1px solid var(--ed-line);padding:7px 12px;border-radius:2px;font-size:12px;font-weight:700;}
.theme-editorial .ed-related{margin-top:56px;border-top:3px solid var(--ed-ink);padding-top:28px;}
@media(max-width:860px){.theme-editorial .ed-article-body{grid-template-columns:1fr;}}
