/*
Theme Name: Elijah Fire
Theme URI: https://elijahfireradio.com/
Author: Built for James Graybeal
Author URI: https://elijahfireradio.com/
Description: A bold, dark-and-fiery classic PHP theme purpose-built for the ElijahFireRadio Christian prophetic podcast. Treats each post as an episode, with a hero-featured latest episode on the homepage, a custom audio player, YouTube embeds, show notes, subscribe buttons and dedicated page templates.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elijah-fire
Tags: podcast, dark, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, right-sidebar
*/

/* ============================================================
   1. Design tokens
   ============================================================ */
:root {
    --ef-bg:            #0c0a09;   /* near-black charcoal */
    --ef-bg-soft:       #16110f;   /* panels / cards */
    --ef-bg-soft-2:     #1f1815;   /* hover / elevated */
    --ef-border:        #322822;
    --ef-text:          #f4ece4;   /* warm off-white */
    --ef-text-muted:    #b8a99c;
    --ef-text-dim:      #8a7a6d;
    --ef-fire:          #ff6a1a;   /* primary fire orange */
    --ef-fire-2:        #ff9436;   /* lighter flame */
    --ef-ember:         #c2410c;   /* deep ember */
    --ef-gold:          #f0b429;   /* gold accent */
    --ef-gold-soft:     #ffd66b;
    --ef-danger:        #ef4444;

    --ef-radius:        14px;
    --ef-radius-sm:     9px;
    --ef-radius-lg:     22px;
    --ef-maxw:          1160px;
    --ef-gap:           clamp(1.1rem, 2.4vw, 2rem);
    --ef-shadow:        0 10px 30px rgba(0,0,0,.45);
    --ef-shadow-fire:   0 8px 30px rgba(255,106,26,.28);

    --ef-font-head: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
    --ef-font-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
}

/* ============================================================
   2. Reset / base
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    background: var(--ef-bg);
    /* subtle ember glow at top */
    background-image:
        radial-gradient(1100px 520px at 50% -240px, rgba(255,106,26,.18), transparent 60%),
        radial-gradient(700px 380px at 90% -120px, rgba(240,180,41,.08), transparent 60%);
    background-attachment: fixed;
    color: var(--ef-text);
    font-family: var(--ef-font-body);
    font-size: 17px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--ef-fire-2); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--ef-gold-soft); }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--ef-font-head);
    font-weight: 800;
    line-height: 1.18;
    color: var(--ef-text);
    margin: 0 0 .6em;
    letter-spacing: -.01em;
}

p { margin: 0 0 1.1em; }

blockquote {
    margin: 1.6em 0;
    padding: .6em 1.4em;
    border-left: 4px solid var(--ef-fire);
    background: var(--ef-bg-soft);
    border-radius: 0 var(--ef-radius-sm) var(--ef-radius-sm) 0;
    color: var(--ef-text-muted);
    font-style: italic;
}

code, pre {
    font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
    background: var(--ef-bg-soft);
    border-radius: 6px;
}
code { padding: .15em .4em; font-size: .9em; }
pre { padding: 1em 1.2em; overflow: auto; border: 1px solid var(--ef-border); }

hr { border: 0; border-top: 1px solid var(--ef-border); margin: 2em 0; }

::selection { background: var(--ef-fire); color: #fff; }

/* ============================================================
   3. Layout helpers
   ============================================================ */
.ef-container { width: 100%; max-width: var(--ef-maxw); margin: 0 auto; padding: 0 clamp(1rem, 4vw, 2rem); }

.ef-skip-link {
    position: absolute; left: -9999px; top: 0; z-index: 999;
    background: var(--ef-fire); color: #fff; padding: .7em 1.2em; border-radius: 0 0 8px 0;
}
.ef-skip-link:focus { left: 0; }

.ef-site-main { padding: clamp(2rem, 5vw, 3.5rem) 0; }

.ef-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: clamp(1.6rem, 4vw, 3rem); }
.ef-layout--full { grid-template-columns: minmax(0,1fr); }
@media (max-width: 900px) { .ef-layout { grid-template-columns: 1fr; } }

/* ============================================================
   4. Buttons / pills
   ============================================================ */
.ef-btn {
    display: inline-flex; align-items: center; gap: .5em;
    font-family: var(--ef-font-head); font-weight: 700; font-size: .95rem;
    padding: .72em 1.4em; border-radius: 999px; border: 1px solid transparent;
    cursor: pointer; transition: transform .12s ease, box-shadow .15s ease, background .15s ease;
    line-height: 1; white-space: nowrap;
}
.ef-btn--fire {
    background: linear-gradient(135deg, var(--ef-fire), var(--ef-ember));
    color: #fff; box-shadow: var(--ef-shadow-fire);
}
.ef-btn--fire:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 34px rgba(255,106,26,.45); }
.ef-btn--ghost { background: transparent; color: var(--ef-text); border-color: var(--ef-border); }
.ef-btn--ghost:hover { color: var(--ef-text); border-color: var(--ef-fire); background: var(--ef-bg-soft); }
.ef-btn--gold { background: linear-gradient(135deg, var(--ef-gold), #d99206); color: #2a1c00; }
.ef-btn--gold:hover { color: #2a1c00; transform: translateY(-2px); }

.ef-tag {
    display: inline-block; font-family: var(--ef-font-head); font-weight: 700;
    font-size: .68rem; letter-spacing: .12em; text-transform: uppercase;
    color: var(--ef-fire-2); background: rgba(255,106,26,.12);
    border: 1px solid rgba(255,106,26,.3); padding: .35em .8em; border-radius: 999px;
}

/* ============================================================
   5. Header
   ============================================================ */
.ef-topbar {
    background: #070605; border-bottom: 1px solid var(--ef-border);
    font-size: .85rem;
}
.ef-topbar .ef-container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 42px; }
.ef-topbar-socials { display: flex; gap: .35rem; list-style: none; margin: 0; padding: 0; }
.ef-topbar-socials a {
    display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%;
    color: var(--ef-text-muted); transition: all .15s ease;
}
.ef-topbar-socials a:hover { color: #fff; background: var(--ef-fire); }
.ef-topbar-socials svg { width: 16px; height: 16px; fill: currentColor; }
.ef-topbar-tagline { color: var(--ef-text-dim); font-style: italic; }
@media (max-width: 600px){ .ef-topbar-tagline { display:none; } }

.ef-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(12,10,9,.82);
    backdrop-filter: saturate(140%) blur(12px);
    -webkit-backdrop-filter: saturate(140%) blur(12px);
    border-bottom: 1px solid var(--ef-border);
}
.ef-header .ef-container { display: flex; align-items: center; gap: 1.2rem; min-height: 78px; }

.ef-brand { display: flex; align-items: center; gap: .8rem; margin-right: auto; }
.ef-brand img { max-height: 52px; width: auto; }
.ef-brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.ef-brand-title { font-family: var(--ef-font-head); font-weight: 800; font-size: 1.15rem; color: var(--ef-text); }
.ef-brand-title a { color: inherit; }
.ef-brand-tag { font-size: .72rem; color: var(--ef-fire-2); letter-spacing: .04em; }

.ef-nav { display: flex; align-items: center; gap: .3rem; }
.ef-nav ul { display: flex; gap: .2rem; list-style: none; margin: 0; padding: 0; }
.ef-nav a {
    display: block; padding: .55em .9em; border-radius: 8px;
    color: var(--ef-text); font-family: var(--ef-font-head); font-weight: 600; font-size: .95rem;
}
.ef-nav a:hover, .ef-nav .current-menu-item > a { color: var(--ef-fire-2); background: var(--ef-bg-soft); }
.ef-nav .sub-menu {
    position: absolute; flex-direction: column; min-width: 200px; background: var(--ef-bg-soft);
    border: 1px solid var(--ef-border); border-radius: var(--ef-radius-sm); padding: .4rem;
    box-shadow: var(--ef-shadow); display: none; z-index: 50;
}
.ef-nav li { position: relative; }
.ef-nav li:hover > .sub-menu { display: flex; }

.ef-header-cta { display: flex; align-items: center; gap: .6rem; }
@media (max-width: 1020px){ .ef-header-cta .ef-btn--ghost { display:none; } }

/* mobile nav */
.ef-menu-toggle {
    display: none; background: var(--ef-bg-soft); border: 1px solid var(--ef-border);
    color: var(--ef-text); width: 44px; height: 44px; border-radius: 10px; cursor: pointer;
    align-items: center; justify-content: center;
}
.ef-menu-toggle svg { width: 22px; height: 22px; fill: currentColor; }

@media (max-width: 860px){
    .ef-menu-toggle { display: inline-flex; }
    .ef-nav {
        position: fixed; inset: 78px 0 auto 0; flex-direction: column; align-items: stretch;
        background: var(--ef-bg); border-bottom: 1px solid var(--ef-border);
        padding: 1rem clamp(1rem,4vw,2rem) 1.4rem; gap: .2rem;
        transform: translateY(-130%); transition: transform .28s ease; box-shadow: var(--ef-shadow);
    }
    .ef-nav.is-open { transform: translateY(0); }
    .ef-nav ul { flex-direction: column; }
    .ef-nav a { padding: .8em 1em; }
    .ef-nav .sub-menu { position: static; display: flex; border: 0; box-shadow: none; padding-left: 1rem; background: transparent; }
}

/* ============================================================
   6. Page hero / titles
   ============================================================ */
.ef-pagehead { padding: clamp(2.2rem, 6vw, 4rem) 0 1rem; text-align: center; }
.ef-pagehead h1 { font-size: clamp(2rem, 5vw, 3rem); }
.ef-pagehead p { color: var(--ef-text-muted); max-width: 640px; margin: 0 auto; }
.ef-breadcrumbs { font-size: .82rem; color: var(--ef-text-dim); margin-bottom: 1rem; }
.ef-breadcrumbs a { color: var(--ef-text-muted); }
.ef-breadcrumbs span { color: var(--ef-fire-2); }

/* ============================================================
   7. Homepage hero (latest episode)
   ============================================================ */
.ef-hero {
    margin: clamp(1.6rem,4vw,2.6rem) 0 clamp(2rem,5vw,3rem);
    background: linear-gradient(135deg, var(--ef-bg-soft) 0%, #1a1310 100%);
    border: 1px solid var(--ef-border); border-radius: var(--ef-radius-lg);
    overflow: hidden; box-shadow: var(--ef-shadow); position: relative;
}
.ef-hero::before {
    content:""; position:absolute; inset:0; pointer-events:none;
    background: radial-gradient(600px 300px at 85% 0%, rgba(255,106,26,.16), transparent 70%);
}
.ef-hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; }
@media (max-width: 820px){ .ef-hero-grid { grid-template-columns: 1fr; } }
.ef-hero-media { position: relative; min-height: 100%; background:#000; }
.ef-hero-media img { width: 100%; height: 100%; object-fit: cover; min-height: 280px; }
.ef-hero-badge {
    position: absolute; top: 1rem; left: 1rem; z-index: 2;
    background: linear-gradient(135deg, var(--ef-fire), var(--ef-ember)); color: #fff;
    font-family: var(--ef-font-head); font-weight: 800; font-size: .72rem; letter-spacing: .12em;
    text-transform: uppercase; padding: .45em 1em; border-radius: 999px; box-shadow: var(--ef-shadow-fire);
}
.ef-hero-body { padding: clamp(1.5rem, 3.5vw, 2.6rem); display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 1; }
.ef-hero-body .ef-tag { align-self: flex-start; margin-bottom: 1rem; }
.ef-hero-title { font-size: clamp(1.6rem, 3.4vw, 2.4rem); margin-bottom: .6rem; }
.ef-hero-title a { color: var(--ef-text); }
.ef-hero-title a:hover { color: var(--ef-fire-2); }
.ef-hero-meta { color: var(--ef-text-dim); font-size: .85rem; margin-bottom: 1rem; display:flex; gap:1rem; flex-wrap:wrap; }
.ef-hero-excerpt { color: var(--ef-text-muted); margin-bottom: 1.5rem; }
.ef-hero-actions { display: flex; gap: .7rem; flex-wrap: wrap; }

/* ============================================================
   8. Section heading
   ============================================================ */
.ef-section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: clamp(1.2rem, 3vw, 1.8rem); }
.ef-section-head h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); position: relative; padding-left: 1rem; }
.ef-section-head h2::before { content:""; position:absolute; left:0; top:.1em; bottom:.1em; width:5px; border-radius:3px; background: linear-gradient(var(--ef-fire), var(--ef-gold)); }
.ef-section-head a { font-family: var(--ef-font-head); font-weight:700; font-size:.9rem; }

/* ============================================================
   9. Episode cards (preview grid)
   ============================================================ */
.ef-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: var(--ef-gap); }

.ef-card {
    display: flex; flex-direction: column; background: var(--ef-bg-soft);
    border: 1px solid var(--ef-border); border-radius: var(--ef-radius); overflow: hidden;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.ef-card:hover { transform: translateY(-5px); border-color: rgba(255,106,26,.5); box-shadow: var(--ef-shadow); }
.ef-card-thumb { position: relative; aspect-ratio: 16/9; background:#000; overflow: hidden; }
.ef-card-thumb img { width:100%; height:100%; object-fit: cover; transition: transform .4s ease; }
.ef-card:hover .ef-card-thumb img { transform: scale(1.06); }
.ef-card-thumb--placeholder { display:grid; place-items:center; background: linear-gradient(135deg,#1a1310,#2a1c12); }
.ef-card-thumb--placeholder svg { width:64px; height:64px; fill: rgba(255,106,26,.35); }
.ef-card-play {
    position:absolute; inset:0; margin:auto; width:58px; height:58px; border-radius:50%;
    background: rgba(12,10,9,.6); backdrop-filter: blur(4px); display:grid; place-items:center;
    opacity:0; transition: opacity .2s ease; border:2px solid rgba(255,255,255,.8);
}
.ef-card:hover .ef-card-play { opacity:1; }
.ef-card-play svg { width:24px; height:24px; fill:#fff; margin-left:3px; }
.ef-card-body { padding: 1.1rem 1.2rem 1.3rem; display:flex; flex-direction:column; flex:1; }
.ef-card-meta { display:flex; gap:.8rem; align-items:center; font-size:.76rem; color: var(--ef-text-dim); margin-bottom:.6rem; flex-wrap:wrap; }
.ef-card-title { font-size: 1.15rem; margin-bottom:.55rem; line-height:1.25; }
.ef-card-title a { color: var(--ef-text); }
.ef-card-title a:hover { color: var(--ef-fire-2); }
.ef-card-excerpt { color: var(--ef-text-muted); font-size:.92rem; margin-bottom:1rem; }
.ef-card-foot { margin-top:auto; display:flex; align-items:center; justify-content:space-between; }
.ef-card-link { font-family: var(--ef-font-head); font-weight:700; font-size:.85rem; color: var(--ef-fire-2); display:inline-flex; align-items:center; gap:.35em; }
.ef-card-link:hover { gap:.6em; }

/* list variant */
.ef-list .ef-card { flex-direction: row; }
.ef-list .ef-card-thumb { width: 240px; flex-shrink:0; aspect-ratio: auto; }
@media (max-width:600px){ .ef-list .ef-card { flex-direction:column; } .ef-list .ef-card-thumb{ width:100%; aspect-ratio:16/9; } }

/* ============================================================
   10. Audio player (custom)
   ============================================================ */
.ef-player {
    background: linear-gradient(135deg, #1a1310, #241813);
    border: 1px solid var(--ef-border); border-radius: var(--ef-radius);
    padding: 1.1rem 1.2rem; margin: 0 0 1.8rem; box-shadow: var(--ef-shadow);
}
.ef-player-top { display:flex; align-items:center; gap:1rem; margin-bottom:.9rem; }
.ef-player-play {
    flex-shrink:0; width:56px; height:56px; border-radius:50%; border:0; cursor:pointer;
    background: linear-gradient(135deg, var(--ef-fire), var(--ef-ember)); color:#fff;
    display:grid; place-items:center; box-shadow: var(--ef-shadow-fire); transition: transform .12s ease;
}
.ef-player-play:hover { transform: scale(1.06); }
.ef-player-play svg { width:24px; height:24px; fill:#fff; }
.ef-player-info { min-width:0; }
.ef-player-label { font-family: var(--ef-font-head); font-weight:800; font-size:.7rem; letter-spacing:.14em; text-transform:uppercase; color: var(--ef-fire-2); }
.ef-player-title { font-family: var(--ef-font-head); font-weight:700; font-size:1rem; color: var(--ef-text); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.ef-player-progress { display:flex; align-items:center; gap:.7rem; }
.ef-player-time { font-variant-numeric: tabular-nums; font-size:.8rem; color: var(--ef-text-dim); min-width:42px; text-align:center; }
.ef-player-bar { flex:1; height:8px; border-radius:999px; background: var(--ef-bg-soft-2); cursor:pointer; position:relative; overflow:hidden; }
.ef-player-fill { position:absolute; inset:0 100% 0 0; background: linear-gradient(90deg, var(--ef-ember), var(--ef-gold)); border-radius:999px; }
.ef-player-controls { display:flex; align-items:center; gap:.6rem; margin-top:.9rem; flex-wrap:wrap; }
.ef-player-ctrl { background: var(--ef-bg-soft); border:1px solid var(--ef-border); color: var(--ef-text-muted); border-radius:8px; padding:.4em .7em; font-size:.8rem; cursor:pointer; font-family:var(--ef-font-head); font-weight:600; transition: all .15s ease; display:inline-flex; align-items:center; gap:.35em; }
.ef-player-ctrl:hover { color: var(--ef-text); border-color: var(--ef-fire); }
.ef-player-ctrl svg { width:15px; height:15px; fill:currentColor; }
.ef-player-rate { margin-left:auto; }
.ef-player-download { color: var(--ef-text-dim); }

/* ============================================================
   11. Single episode
   ============================================================ */
.ef-article { background: var(--ef-bg-soft); border: 1px solid var(--ef-border); border-radius: var(--ef-radius-lg); padding: clamp(1.4rem, 4vw, 2.8rem); }
.ef-article-head { margin-bottom: 1.6rem; }
.ef-article-title { font-size: clamp(1.8rem, 4vw, 2.7rem); margin: .4rem 0 .8rem; }
.ef-article-meta { display:flex; align-items:center; gap:1rem; color: var(--ef-text-dim); font-size:.88rem; flex-wrap:wrap; }
.ef-article-meta .avatar, .ef-article-meta img { width:34px; height:34px; border-radius:50%; }
.ef-article-meta-author { display:flex; align-items:center; gap:.5rem; }
.ef-article-cover { border-radius: var(--ef-radius); overflow:hidden; margin: 1.4rem 0 1.8rem; border:1px solid var(--ef-border); }
.ef-embed { position: relative; padding-top: 56.25%; border-radius: var(--ef-radius); overflow:hidden; margin: 0 0 1.8rem; border:1px solid var(--ef-border); background:#000; }
.ef-embed iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }

.ef-content { font-size: 1.06rem; }
.ef-content h2 { font-size: 1.6rem; margin-top: 1.8em; }
.ef-content h3 { font-size: 1.3rem; margin-top: 1.6em; }
.ef-content ul, .ef-content ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.ef-content li { margin-bottom: .45em; }
.ef-content img { border-radius: var(--ef-radius-sm); margin: 1.4em 0; }
.ef-content a { text-decoration: underline; text-underline-offset: 3px; }

.ef-share { display:flex; align-items:center; gap:.6rem; flex-wrap:wrap; margin: 2rem 0; padding-top: 1.4rem; border-top: 1px solid var(--ef-border); }
.ef-share-label { font-family: var(--ef-font-head); font-weight:700; font-size:.85rem; color: var(--ef-text-muted); margin-right:.3rem; }
.ef-share a { width:40px; height:40px; border-radius:50%; display:grid; place-items:center; background: var(--ef-bg-soft-2); border:1px solid var(--ef-border); color: var(--ef-text-muted); transition: all .15s ease; }
.ef-share a:hover { color:#fff; background: var(--ef-fire); border-color: var(--ef-fire); transform: translateY(-2px); }
.ef-share svg { width:18px; height:18px; fill: currentColor; }

.ef-postnav { display:grid; grid-template-columns:1fr 1fr; gap:1rem; margin: 2rem 0; }
@media (max-width:600px){ .ef-postnav{ grid-template-columns:1fr; } }
.ef-postnav a { display:block; padding:1.1rem 1.3rem; background: var(--ef-bg-soft); border:1px solid var(--ef-border); border-radius: var(--ef-radius); transition: all .15s ease; }
.ef-postnav a:hover { border-color: var(--ef-fire); }
.ef-postnav .ef-pn-label { font-size:.72rem; letter-spacing:.1em; text-transform:uppercase; color: var(--ef-text-dim); }
.ef-postnav .ef-pn-title { font-family: var(--ef-font-head); font-weight:700; color: var(--ef-text); display:block; margin-top:.3rem; }
.ef-postnav .ef-pn--next { text-align:right; }

.ef-author-box { display:flex; gap:1.2rem; align-items:flex-start; background: var(--ef-bg-soft); border:1px solid var(--ef-border); border-left:4px solid var(--ef-fire); border-radius: var(--ef-radius); padding: 1.4rem 1.6rem; margin: 2rem 0; }
.ef-author-box img { width:72px; height:72px; border-radius:50%; flex-shrink:0; }
.ef-author-box h3 { margin:0 0 .3rem; font-size:1.15rem; }
.ef-author-box p { color: var(--ef-text-muted); margin:0; font-size:.94rem; }

/* ============================================================
   12. Sidebar / widgets
   ============================================================ */
.ef-sidebar { display:flex; flex-direction:column; gap: var(--ef-gap); }
.ef-widget { background: var(--ef-bg-soft); border:1px solid var(--ef-border); border-radius: var(--ef-radius); padding: 1.3rem 1.4rem; }
.ef-widget-title, .ef-widget .widget-title, .ef-widget h2, .ef-widget h3 { font-family: var(--ef-font-head); font-size:1.05rem; margin:0 0 1rem; padding-bottom:.7rem; border-bottom:1px solid var(--ef-border); position:relative; }
.ef-widget-title::after, .ef-widget .widget-title::after { content:""; position:absolute; left:0; bottom:-1px; width:46px; height:2px; background: var(--ef-fire); }
.ef-widget ul { list-style:none; margin:0; padding:0; }
.ef-widget li { padding:.45em 0; border-bottom:1px dashed var(--ef-border); }
.ef-widget li:last-child { border-bottom:0; }
.ef-widget a { color: var(--ef-text-muted); }
.ef-widget a:hover { color: var(--ef-fire-2); }

.ef-subscribe-card { text-align:center; background: linear-gradient(135deg, #1f1410, #2a1810); border:1px solid rgba(255,106,26,.3); }
.ef-subscribe-card p { color: var(--ef-text-muted); font-size:.92rem; }
.ef-platforms { display:flex; flex-direction:column; gap:.5rem; margin-top:1rem; }
.ef-platform { display:flex; align-items:center; gap:.7rem; padding:.6em .9em; background: var(--ef-bg); border:1px solid var(--ef-border); border-radius:10px; color: var(--ef-text); font-family: var(--ef-font-head); font-weight:600; font-size:.9rem; transition: all .15s ease; }
.ef-platform:hover { color: var(--ef-text); border-color: var(--ef-fire); transform: translateX(3px); }
.ef-platform img { width:22px; height:22px; }
.ef-platform .ef-platform-icon { width:24px; height:24px; flex-shrink:0; }
.ef-platform > svg:not(.ef-platform-icon) { width:22px; height:22px; flex-shrink:0; fill: var(--ef-fire-2); }

/* ============================================================
   13. Pagination
   ============================================================ */
.ef-pagination { display:flex; justify-content:center; gap:.4rem; margin: clamp(2rem,5vw,3rem) 0 0; flex-wrap:wrap; }
.ef-pagination .page-numbers {
    display:grid; place-items:center; min-width:44px; height:44px; padding:0 .6rem;
    background: var(--ef-bg-soft); border:1px solid var(--ef-border); border-radius:10px;
    color: var(--ef-text-muted); font-family: var(--ef-font-head); font-weight:700;
}
.ef-pagination .page-numbers:hover { border-color: var(--ef-fire); color: var(--ef-text); }
.ef-pagination .page-numbers.current { background: linear-gradient(135deg, var(--ef-fire), var(--ef-ember)); color:#fff; border-color:transparent; }
.ef-pagination .dots { background:transparent; border-color:transparent; }

/* ============================================================
   14. Comments
   ============================================================ */
.ef-comments { margin-top: 2.5rem; }
.ef-comments-title { font-size:1.4rem; margin-bottom:1.4rem; }
.ef-commentlist { list-style:none; margin:0; padding:0; }
.ef-commentlist li { margin-bottom:1.2rem; }
.ef-commentlist .children { list-style:none; margin:1.2rem 0 0 1.4rem; padding-left:1rem; border-left:2px solid var(--ef-border); }
.ef-comment-body { background: var(--ef-bg-soft); border:1px solid var(--ef-border); border-radius: var(--ef-radius); padding:1.1rem 1.3rem; }
.ef-comment-meta { display:flex; align-items:center; gap:.6rem; margin-bottom:.6rem; font-size:.85rem; color: var(--ef-text-dim); }
.ef-comment-meta img { width:38px; height:38px; border-radius:50%; }
.ef-comment-author { font-family: var(--ef-font-head); font-weight:700; color: var(--ef-text); }
.comment-respond, .ef-comment-form { background: var(--ef-bg-soft); border:1px solid var(--ef-border); border-radius: var(--ef-radius); padding:1.4rem 1.6rem; margin-top:1.6rem; }
.comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url], .comment-form textarea,
.ef-form input, .ef-form textarea {
    width:100%; background: var(--ef-bg); border:1px solid var(--ef-border); border-radius:10px;
    color: var(--ef-text); padding:.7em .9em; font-family: var(--ef-font-body); font-size:.95rem; margin-bottom:1rem;
}
.comment-form textarea { min-height:130px; }
.comment-form input:focus, .comment-form textarea:focus, .ef-form input:focus { outline:none; border-color: var(--ef-fire); box-shadow:0 0 0 3px rgba(255,106,26,.15); }
.comment-form .submit, .form-submit input {
    background: linear-gradient(135deg, var(--ef-fire), var(--ef-ember)); color:#fff; border:0;
    padding:.75em 1.6em; border-radius:999px; font-family: var(--ef-font-head); font-weight:700; cursor:pointer;
}

/* ============================================================
   15. Landing / call-to-action blocks
   ============================================================ */
.ef-cta-banner {
    margin: clamp(2rem,5vw,3.5rem) 0; text-align:center;
    background: linear-gradient(135deg, var(--ef-ember), #7c1d05);
    border-radius: var(--ef-radius-lg); padding: clamp(2rem,5vw,3.2rem); position:relative; overflow:hidden;
}
.ef-cta-banner::before { content:""; position:absolute; inset:0; background: radial-gradient(500px 250px at 50% 0, rgba(255,212,107,.25), transparent 70%); }
.ef-cta-banner h2 { font-size: clamp(1.6rem,4vw,2.4rem); position:relative; }
.ef-cta-banner p { color: rgba(255,255,255,.85); max-width:560px; margin:0 auto 1.5rem; position:relative; }
.ef-cta-actions { display:flex; gap:.8rem; justify-content:center; flex-wrap:wrap; position:relative; }
.ef-cta-banner .ef-btn--fire { background:#fff; color: var(--ef-ember); }
.ef-cta-banner .ef-btn--ghost { border-color: rgba(255,255,255,.5); color:#fff; }

/* ============================================================
   16. Footer
   ============================================================ */
.ef-footer { background:#070605; border-top:1px solid var(--ef-border); margin-top: clamp(2.5rem,6vw,4rem); }
.ef-footer-top { display:grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(1.5rem,4vw,3rem); padding: clamp(2.2rem,5vw,3.4rem) 0; }
@media (max-width:780px){ .ef-footer-top { grid-template-columns:1fr; } }
.ef-footer h4 { font-size:.78rem; letter-spacing:.14em; text-transform:uppercase; color: var(--ef-fire-2); margin-bottom:1rem; }
.ef-footer-about img { max-height:54px; margin-bottom:1rem; }
.ef-footer-about p { color: var(--ef-text-muted); font-size:.92rem; }
.ef-footer ul { list-style:none; margin:0; padding:0; }
.ef-footer li { margin-bottom:.55em; }
.ef-footer a { color: var(--ef-text-muted); font-size:.94rem; }
.ef-footer a:hover { color: var(--ef-fire-2); }
.ef-footer-socials { display:flex; gap:.5rem; margin-top:1rem; }
.ef-footer-socials a { width:38px; height:38px; border-radius:50%; display:grid; place-items:center; background: var(--ef-bg-soft); border:1px solid var(--ef-border); }
.ef-footer-socials a:hover { background: var(--ef-fire); color:#fff; }
.ef-footer-socials svg { width:18px; height:18px; fill: currentColor; }
.ef-footer-bottom { border-top:1px solid var(--ef-border); padding:1.3rem 0; text-align:center; color: var(--ef-text-dim); font-size:.85rem; }
.ef-footer-bottom a { color: var(--ef-text-muted); }

/* ============================================================
   17. Misc / accessibility / WP
   ============================================================ */
.screen-reader-text { position:absolute !important; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; padding:0; margin:-1px; }
.aligncenter { margin-left:auto; margin-right:auto; }
.alignleft { float:left; margin:.4em 1.4em 1em 0; }
.alignright { float:right; margin:.4em 0 1em 1.4em; }
.wp-caption { max-width:100%; }
.wp-caption-text { font-size:.85rem; color: var(--ef-text-dim); text-align:center; margin-top:.4em; }
.sticky .ef-card { border-color: rgba(240,180,41,.5); }

.ef-empty { text-align:center; padding: clamp(2.5rem,6vw,4rem) 1rem; }
.ef-empty svg { width:80px; height:80px; fill: rgba(255,106,26,.3); margin:0 auto 1rem; }
.ef-empty h2 { font-size:1.6rem; }
.ef-empty p { color: var(--ef-text-muted); }

@media (prefers-reduced-motion: reduce) {
    * { animation:none !important; transition:none !important; scroll-behavior:auto !important; }
}
