/*
 Theme Name:  Brandscast Child
 Template:    twentytwentyfour
 \g<1>1.5.0
*/
:root{ --brand:#2e5af4; --ink:#0b1020; --muted:#5c6478; --line:#e8ebf2; --surface:#f7f9fd; --radius:16px; }
body{ font-family:'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height:1.75; color:var(--ink); }
.wp-site-blocks > *:not(.alignfull){ margin-inline:auto; }
.is-layout-constrained{ max-width: var(--wp--style--global--content-size); margin-inline:auto; }
.alignwide{ max-width: var(--wp--style--global--wide-size); margin-inline:auto; }
.wp-site-blocks{ padding-inline:20px; }
a{ color:var(--brand); } a:hover{ text-decoration:underline; }
.wp-site-blocks header{ position:sticky; top:0; z-index:10; backdrop-filter:saturate(150%) blur(8px); background-color:rgba(255,255,255,.9); border-bottom:1px solid rgba(0,0,0,.06); }
.brandscast-cta .wp-block-button__link{ background:var(--brand); color:#fff; border-radius:999px; padding:.6rem 1rem; box-shadow:0 8px 20px rgba(47,90,244,.25); }
.brandscast-cta .wp-block-button__link:hover{ transform:translateY(-1px); box-shadow:0 12px 28px rgba(47,90,244,.3); }
.site-footer{ border-top:1px solid rgba(0,0,0,.06); background:#fff; color:var(--muted); }
.site-footer a{ color:inherit; } .site-footer a:hover{ color:var(--brand); }
.brand-post-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:0 10px 30px rgba(20,35,90,.06); transition:transform .15s ease, box-shadow .2s ease, border-color .2s ease; }
.brand-post-card:hover{ transform:translateY(-3px); box-shadow:0 16px 36px rgba(20,35,90,.12); border-color:#cfd5ff; }
.brand-post-card .wp-block-post-featured-image img{ aspect-ratio:16/9; object-fit:cover; width:100%; height:auto; display:block; }
.brand-post-card .inner{ padding:18px; }
.brand-post-meta{ color:var(--muted); font-size:.95rem; display:flex; gap:.5rem; flex-wrap:wrap; align-items:center; }
.brand-dot{ opacity:.6; }
.brand-featured-grid .wp-block-post-featured-image img{ aspect-ratio:16/9; object-fit:cover; border-radius:12px; }
.brand-featured-grid .wp-block-post-title{ margin:.4rem 0 .25rem; }
.brand-featured-grid .brand-post-meta{ margin-bottom:.25rem; }
.wp-block-query-pagination{ justify-content:center; gap:10px; }
.wp-block-query-pagination a, .wp-block-query-pagination span{ padding:.5rem .8rem; border:1px solid var(--line); border-radius:999px; }
.wp-block-query-pagination .current{ background:var(--brand); color:#fff; border-color:var(--brand); }
@media (min-width: 1200px){ .wp-site-blocks{ padding-inline:0; } }