/* Scapegoat Strength — Twenty Twenty-Five redesign */
:root { --ss-red:#a92836; --ss-ink:#1c1d20; --ss-soft:#f7f4f3; }
body { color:var(--ss-ink); }
header.wp-block-template-part .wp-block-group.alignwide { display:grid; grid-template-columns:100px minmax(0,1fr); align-items:center; column-gap:1.25rem; row-gap:.5rem; padding-top:.75rem!important; padding-bottom:.75rem!important; }
header.wp-block-template-part .wp-block-site-logo img { width:100px; height:auto; max-height:90px; object-fit:contain; }
header.wp-block-template-part .wp-block-site-title { font:800 clamp(1.5rem,2.4vw,2.15rem)/1.1 Arial,sans-serif; letter-spacing:-.03em; }
header.wp-block-template-part .wp-block-site-title a { color:var(--ss-ink); text-decoration:none; }
header.wp-block-template-part .wp-block-group.alignwide > .wp-block-group { grid-column:1/-1; justify-content:center; }
header .wp-block-navigation__container { justify-content:center; gap:.25rem 1.15rem; }
header .wp-block-navigation-item__content { font:700 .9rem/1.35 Arial,sans-serif; color:var(--ss-ink); }
header .wp-block-navigation-item__content:hover { color:var(--ss-red); }
.home main { margin-top:0!important; }
.home main > .wp-block-group { padding-top:1.6rem!important; }
.home .wp-block-post-title { max-width:1000px; text-align:center; font:800 clamp(2rem,3.4vw,3rem)/1.15 Arial,sans-serif; letter-spacing:-.035em; margin:0 auto 1.2rem; }
.home .wp-block-post-content > figure:first-child { width:100%; max-width:950px!important; margin:0 auto 1.3rem; }
.home .wp-block-post-content > figure:first-child img { width:100%; height:auto; border-radius:18px; display:block; }
.home .wp-block-post-content > p:nth-child(2) { max-width:850px; margin:0 auto 1.8rem; font:600 clamp(1.05rem,1.65vw,1.35rem)/1.5 Arial,sans-serif; color:#50555c; }
.home .wp-block-post-content > h4:nth-child(3) { text-align:center; font:800 clamp(1.65rem,2.5vw,2.1rem)/1.25 Arial,sans-serif; margin:0 auto .3rem; }
.home .wp-block-post-content > h4:nth-child(3) a { color:var(--ss-red); text-decoration:none; }
.home .wp-block-post-content > h4:nth-child(3) strong:last-child { display:block; font:700 .95rem/1.5 Arial,sans-serif; letter-spacing:.08em; text-transform:uppercase; color:#52565c; }
.home .wp-block-post-content > p:nth-child(4) { margin:.1rem auto 2.8rem; font:600 1rem/1.5 Arial,sans-serif; }
.home .wp-block-post-content > p:nth-child(n+5):nth-child(-n+8) { max-width:850px; margin:1.1rem auto; padding:1.5rem 1.8rem; background:var(--ss-soft); border-left:4px solid var(--ss-red); border-radius:0 12px 12px 0; font:400 1.05rem/1.7 Arial,sans-serif; }
.home .wp-block-post-content > h4:nth-child(9), .home .wp-block-post-content > h4:nth-child(12) { text-align:center; font:800 clamp(1.6rem,2.5vw,2.2rem)/1.2 Arial,sans-serif; margin:3.5rem auto 1.5rem; padding-top:1.5rem; border-top:1px solid #e9e4e4; }
.home .wp-block-post-content > p:nth-child(13) { max-width:850px; margin:auto; padding:1.6rem; background:var(--ss-soft); border-radius:12px; font:400 1rem/1.7 Arial,sans-serif; }
@media(max-width:700px){ header.wp-block-template-part .wp-block-group.alignwide { grid-template-columns:70px 1fr; column-gap:.8rem; } header.wp-block-template-part .wp-block-site-logo img { width:70px; max-height:72px; } header.wp-block-template-part .wp-block-site-title { font-size:1.45rem; } header.wp-block-template-part .wp-block-group.alignwide > .wp-block-group { grid-column:2; justify-content:flex-start; } .home main > .wp-block-group { padding-top:1rem!important; } .home .wp-block-post-content > p:nth-child(n+5):nth-child(-n+8) { padding:1.1rem; } }
