/* AI Briefing Theme — vintage-newsroom design (Honest Abe) */

/* ---- news-flash ticker ---- */
.abp-ticker{background:#161209;color:#e8ddc2;font-family:-apple-system,Segoe UI,Roboto,sans-serif;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;text-align:center;padding:.45rem .75rem;border-bottom:2px solid #c39a3b}
.abp-ticker .flash{color:#e05545;font-weight:800}
.abp-ticker .line{color:#7ec894;font-weight:700}
.abp-ticker .star{color:#c39a3b}

/* ---- masthead ---- */
.site-header{border-bottom:none;background:transparent}
.abp-masthead{text-align:center;padding:1.4rem 1rem .9rem}
.abp-masthead .wp-block-site-title{margin:0}
.abp-masthead .wp-block-site-title a{font-family:Georgia,serif;font-weight:900;font-size:clamp(1.9rem,5vw,3rem);letter-spacing:.06em;text-transform:uppercase;text-decoration:none;color:#241c12}
.abp-mast-stars{color:#c39a3b;font-size:1.2rem;letter-spacing:.4em;margin:.1rem 0}
.abp-masthead-tag{font-family:Georgia,serif;font-style:italic;color:#6d6250;margin:.25rem 0 0;font-size:.95rem}
.abp-plaque{display:inline-block;background:#241c12;color:#c39a3b;border:2px solid #c39a3b;border-radius:4px;padding:.3rem 1.4rem;font-weight:800;letter-spacing:.25em;text-transform:uppercase;font-size:.72rem;margin-top:.6rem}
.abp-nav-rule{border-top:3px double #241c12;border-bottom:1px solid #241c12;padding:.4rem 0;margin-top:.9rem}
.abp-nav-rule .wp-block-navigation{justify-content:center}
.abp-nav-rule .wp-block-navigation a{text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;font-weight:700}
.abp-nav-rule .wp-block-navigation a:hover{color:#a4342c}

/* ---- story cards: newsprint clippings ---- */
.abp-eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;color:#a4342c;font-weight:800}
.abp-eyebrow a{color:#a4342c!important;text-decoration:none}
.abp-card{background:#faf4e4;border:1px solid #c8b98e;outline:3px double #c8b98e;outline-offset:-7px;padding:1rem 1rem 1.2rem;box-shadow:2px 3px 0 rgba(36,28,18,.12)}
.abp-card .wp-block-post-title{font-size:1.22rem;line-height:1.25;margin:.4rem 0}
.abp-card .wp-block-post-title a{text-decoration:none}
.abp-card .wp-block-post-title a:hover{color:#a4342c}
.abp-card .wp-block-post-excerpt__excerpt{font-size:.93rem;color:#4a4133}
.abp-card img{border:1px solid #c8b98e;aspect-ratio:16/10;object-fit:cover;width:100%;filter:sepia(.12)}
.abp-hero .wp-block-post-title{font-size:clamp(1.8rem,4.5vw,2.9rem);line-height:1.1}
.abp-hero .wp-block-post-title a{text-decoration:none}
.abp-hero img{border:1px solid #c8b98e;outline:3px double #c8b98e;outline-offset:-8px;aspect-ratio:16/9;object-fit:cover;width:100%;filter:sepia(.12)}

/* ---- section rails ---- */
.abp-rail-head{display:flex;align-items:baseline;justify-content:space-between;border-top:3px double #241c12;border-bottom:1px solid #241c12;margin:2.2rem 0 1.2rem;padding:.35rem .2rem}
.abp-rail-head h2{margin:0;font-size:1.15rem;text-transform:uppercase;letter-spacing:.12em}
.abp-rail-head h2::before{content:"★ ";color:#c39a3b}
.abp-rail-head a{font-size:.82rem;text-decoration:none;text-transform:uppercase;letter-spacing:.06em;font-weight:700}

/* ---- CTA plaque ---- */
.abp-cta{background:#241c12;color:#f2e8d3;border:3px double #c39a3b;border-radius:6px;padding:2.2rem 2rem;text-align:center;box-shadow:3px 4px 0 rgba(36,28,18,.25)}
.abp-cta h2,.abp-cta h3{color:#c39a3b;text-transform:uppercase;letter-spacing:.1em;margin-top:0}
.abp-cta p{color:#e8ddc2}
.abp-cta::before{content:"★ ★ ★";display:block;color:#c39a3b;letter-spacing:.6em;margin-bottom:.5rem;font-size:.8rem}

/* ---- article page ---- */
.single .wp-block-post-title{font-size:clamp(1.9rem,4.8vw,2.9rem);line-height:1.12;border-bottom:3px double #241c12;padding-bottom:.6rem}
.wp-block-post-date{color:#6d6250;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em}
.single .wp-block-post-featured-image img{border:1px solid #c8b98e;filter:sepia(.08)}

@media(max-width:640px){.abp-card .wp-block-post-title{font-size:1.05rem}}
.abp-masthead .wp-block-site-logo{display:flex;justify-content:center;margin:0 auto .3rem}
.abp-masthead .wp-block-site-logo img{width:190px;height:auto}

/* hero: collapse empty media column; text takes full width */
.abp-hero .abp-hero-media:not(:has(img)){display:none}
.abp-hero .wp-block-columns{align-items:center}
