:root{
  --bg:#07080d;
  --surface:#11131b;
  --surface-2:#171a24;
  --ink:#fbfaf7;
  --muted:#c9ced8;
  --soft:#9299aa;
  --gold:#f4c95d;
  --gold-2:#a8792b;
  --teal:#35d3c8;
  --rose:#e43f6f;
  --line:rgba(244,201,93,.22);
  --glass:rgba(255,255,255,.065);
  --shadow:0 22px 70px rgba(0,0,0,.34);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,Segoe UI,Arial,sans-serif;background:linear-gradient(180deg,#07080d 0%,#0b0e15 42%,#07080d 100%);color:var(--ink);line-height:1.72;text-rendering:optimizeLegibility}
body:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(115deg,rgba(244,201,93,.08),transparent 22%,rgba(53,211,200,.06) 48%,transparent 68%,rgba(228,63,111,.055)),repeating-linear-gradient(90deg,rgba(255,255,255,.028) 0 1px,transparent 1px 78px);mask-image:linear-gradient(#000,transparent 82%)}
a{color:inherit}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;z-index:20;background:#fff;color:#111;padding:.6rem;border-radius:8px}.site-header{position:sticky;top:0;z-index:10;background:rgba(7,8,13,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(244,201,93,.18)}
.nav{max-width:1240px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:.9rem 1rem}.brand{font-weight:950;text-decoration:none;font-size:1.18rem;letter-spacing:.02em}.brand span{color:var(--gold)}.nav-links{display:flex;gap:.35rem;align-items:center}.nav-links a{text-decoration:none;color:var(--muted);font-size:.92rem;padding:.58rem .72rem;border-radius:8px}.nav-links a:hover{background:rgba(255,255,255,.07);color:#fff}.nav-cta,.button{border-radius:8px;padding:.78rem 1rem;font-weight:900}.nav-cta,.primary{background:linear-gradient(135deg,var(--gold),#fff0a9 52%,#d99b35);color:#fff!important;box-shadow:0 12px 26px rgba(244,201,93,.2)}.ghost{border:1px solid var(--line);text-decoration:none;background:rgba(255,255,255,.04)}.nav-toggle{display:none}
.hero{min-height:82vh;display:grid;grid-template-columns:1.06fr .94fr;gap:2rem;align-items:center;max-width:1240px;margin:auto;padding:5rem 1rem 3rem}.eyebrow{color:var(--teal);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem}.hero h1,.article h1{font-size:clamp(2.35rem,5vw,5.35rem);line-height:.98;margin:.35rem 0;letter-spacing:0}.hero h1{max-width:900px}.hero p,.lede{font-size:1.18rem;color:var(--muted)}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.35rem}.button{display:inline-block;text-decoration:none}.trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:0;margin:1.7rem 0 0;list-style:none}.trust li{padding:.82rem .9rem;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#eef2f7}.hero-art{min-height:460px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,rgba(244,201,93,.20),transparent 28%),linear-gradient(215deg,rgba(53,211,200,.16),transparent 42%),linear-gradient(145deg,#181b25,#211520 58%,#091b1e);box-shadow:var(--shadow);display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:2rem;position:relative;overflow:hidden}.hero-art:before{content:"";position:absolute;inset:24px;border:1px solid rgba(244,201,93,.38);border-radius:8px}.hero-art span{display:grid;place-items:center;border-radius:8px;background:rgba(7,8,13,.5);border:1px solid rgba(255,255,255,.12);font-size:2rem;font-weight:950;z-index:1}
section,.article{max-width:1040px;margin:auto;padding:3.4rem 1rem}.blog-listing{max-width:1240px}.ai-summary,.toc{max-width:1240px}.summary-grid,.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.blog-listing>.cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}.summary-grid p,.card,details,table{background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.12);border-radius:8px}.summary-grid p,.card{padding:1.1rem}.toc{display:flex;gap:.75rem;flex-wrap:wrap}.toc a{border:1px solid var(--line);border-radius:8px;padding:.62rem .86rem;text-decoration:none;color:var(--muted);background:rgba(255,255,255,.04)}h2{font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.12;margin:0 0 1rem;letter-spacing:0}h3{color:#fff;margin-top:1.5rem}p,li,td{color:var(--muted)}
.post-card{overflow:hidden;position:relative;padding:0;min-height:100%;display:flex;flex-direction:column;text-decoration:none;transition:transform .22s ease,border-color .22s ease,background .22s ease}.post-card:hover{transform:translateY(-6px);border-color:rgba(244,201,93,.55);background:linear-gradient(180deg,rgba(255,255,255,.095),rgba(255,255,255,.045))}.post-card img{width:100%;aspect-ratio:16/9;height:auto;display:block;object-fit:cover;border-bottom:1px solid rgba(244,201,93,.18);background:#10131b}.post-card span{display:inline-block;color:var(--teal);font-size:.78rem;font-weight:900;margin:1rem 1rem .35rem;text-transform:uppercase;letter-spacing:.08em}.post-card h2{font-size:1.32rem;line-height:1.15;margin:.1rem 1rem .55rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-card p{margin:0 1rem 1.1rem;font-size:.98rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.post-card:after{content:"Read guide";margin:auto 1rem 1rem;color:#111;background:linear-gradient(135deg,var(--gold),#fff0a9);font-weight:900;padding:.58rem .72rem;border-radius:8px;width:max-content}
.featured{margin:2rem 0}.featured img{width:100%;height:auto;display:block;border-radius:8px;border:1px solid var(--line);box-shadow:var(--shadow)}.featured figcaption{color:var(--soft);font-size:.92rem;margin-top:.6rem}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);text-align:left}th{color:#fff}.faq{display:grid;gap:.75rem}details{padding:1rem}summary{cursor:pointer;color:#fff;font-weight:800}.card:not(.post-card){text-decoration:none;transition:transform .2s,background .2s}.card:not(.post-card):hover{transform:translateY(-3px);background:rgba(255,255,255,.1)}.cta,.review{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(90deg,rgba(244,201,93,.06),transparent,rgba(53,211,200,.05))}.footer{max-width:1240px;margin:auto;padding:3rem 1rem;color:var(--muted);border-top:1px solid var(--line)}.footer div{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer a{display:inline-block;margin-right:1rem;color:#fff}.fine{font-size:.9rem}
@media (max-width:1100px){.blog-listing>.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{grid-template-columns:1fr}.hero-art{min-height:340px}}
@media (max-width:820px){.nav{align-items:flex-start}.nav-toggle{display:block;background:transparent;color:#fff;border:1px solid var(--line);border-radius:8px;padding:.5rem}.nav-links{display:none;position:absolute;left:0;right:0;top:58px;background:#07080d;padding:1rem;flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.hero{padding-top:2.5rem}.hero-art{min-height:280px}.summary-grid,.cards,.trust,.blog-listing>.cards{grid-template-columns:1fr}.hero h1,.article h1{font-size:2.45rem}.post-card h2{-webkit-line-clamp:3}}

/* Mobile friendliness pass */
@media (max-width:820px){
  body{line-height:1.62;overflow-x:hidden}
  .site-header{background:rgba(7,8,13,.94)}
  .nav{padding:.72rem 1rem;min-height:60px}
  .brand{font-size:1rem;max-width:58vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .nav-toggle{display:block;background:rgba(255,255,255,.06);color:#fff;border:1px solid var(--line);border-radius:8px;padding:.48rem .68rem;font-weight:850;min-width:64px}
  .nav-links{display:none;position:absolute;left:.75rem;right:.75rem;top:64px;background:rgba(11,14,21,.98);padding:.75rem;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:.25rem}
  .nav-links.open{display:flex}
  .nav-links a{display:block;width:100%;padding:.82rem .9rem;font-size:1rem;color:#eef2f7}
  .nav-cta{text-align:center;margin-top:.3rem}
  .hero{min-height:auto;display:block;padding:2.35rem 1rem 1.5rem}
  .eyebrow{font-size:.72rem;letter-spacing:.09em}
  .hero h1,.article h1{font-size:2.15rem;line-height:1.04;overflow-wrap:anywhere}
  .hero p,.lede{font-size:1.02rem;line-height:1.68}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:.75rem}
  .button{text-align:center;width:100%;padding:.9rem 1rem}
  .trust{grid-template-columns:1fr;gap:.55rem;margin-top:1.1rem}
  .trust li{padding:.75rem;font-size:.95rem}
  .hero-art{min-height:220px;margin-top:1.4rem;padding:1rem;gap:.65rem;grid-template-columns:1fr 1fr}
  .hero-art:before{inset:12px}
  .hero-art span{font-size:1.22rem;min-height:78px}
  section,.article{padding:2.2rem 1rem;max-width:100%}
  .blog-listing{padding-top:2rem}
  .summary-grid,.cards,.trust,.blog-listing>.cards{grid-template-columns:1fr;gap:.85rem}
  .summary-grid p,.card,details{padding:.9rem}
  .post-card{padding:0}
  .post-card img{aspect-ratio:16/10}
  .post-card span{font-size:.72rem;margin:.9rem .9rem .3rem}
  .post-card h2{font-size:1.2rem;margin:.1rem .9rem .5rem;-webkit-line-clamp:3}
  .post-card p{font-size:.95rem;margin:0 .9rem 1rem;-webkit-line-clamp:4}
  .post-card:after{margin:auto .9rem .9rem;width:calc(100% - 1.8rem);text-align:center}
  .featured{margin:1.25rem 0}
  .featured img{border-radius:8px}
  .toc{padding-top:1rem;gap:.5rem}
  .toc a{width:100%;padding:.75rem .85rem}
  h2{font-size:1.55rem;line-height:1.18;overflow-wrap:anywhere}
  h3{font-size:1.12rem;line-height:1.25}
  p,li,td{font-size:.98rem}
  .table-wrap{margin:0 -1rem;padding:0 1rem;overflow-x:auto;-webkit-overflow-scrolling:touch}
  table{min-width:680px;font-size:.95rem}
  th,td{padding:.8rem}
  details summary{line-height:1.35}
  .footer{padding:2rem 1rem}
  .footer div{display:block}
  .footer a{display:block;margin:.55rem 0}
}
@media (max-width:420px){
  .hero h1,.article h1{font-size:1.88rem}
  .hero-art{min-height:190px}
  .hero-art span{font-size:1rem;min-height:68px}
  .post-card h2{font-size:1.08rem}
}

/* Blog card fit polish */
.blog-listing>.cards{align-items:stretch}
.post-card{min-width:0;height:100%}
.post-card img{max-width:100%;min-height:0}
.post-card span,.post-card h2,.post-card p{min-width:0;overflow-wrap:anywhere;word-break:normal}
.blog-listing .post-card h2{font-size:clamp(1.02rem,1.15vw,1.22rem);line-height:1.2;min-height:2.9em;max-height:2.9em}
.blog-listing .post-card p{font-size:.94rem;line-height:1.55;min-height:5.85em;max-height:5.85em}
.blog-listing .post-card span{line-height:1.2;min-height:2.35em;max-height:2.35em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.blog-listing .post-card:after{display:block;box-sizing:border-box;max-width:calc(100% - 2rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media (max-width:820px){
  .blog-listing .post-card h2{min-height:auto;max-height:none}
  .blog-listing .post-card p{min-height:auto;max-height:none}
  .blog-listing .post-card span{min-height:auto;max-height:none}
}

/* Mobile header polish */
.mobile-actions{display:none}
.mobile-download{display:none}
@media (max-width:820px){
  .nav{align-items:center;gap:.65rem;background:linear-gradient(180deg,rgba(10,11,17,.96),rgba(10,11,17,.9));border:1px solid rgba(244,201,93,.12);border-radius:0;max-width:none}
  .brand{font-size:1.05rem;max-width:44vw;letter-spacing:0}
  .mobile-actions{display:flex;align-items:center;gap:.45rem;margin-left:auto}
  .mobile-download{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;background:linear-gradient(135deg,var(--gold),#fff0a9);border:1px solid rgba(255,255,255,.22);border-radius:8px;padding:.58rem .72rem;font-weight:950;font-size:.86rem;box-shadow:0 8px 22px rgba(244,201,93,.18)}
  .nav-toggle{display:inline-flex;align-items:center;justify-content:center;appearance:none;-webkit-appearance:none;background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(244,201,93,.42);outline:0;border-radius:8px;padding:.58rem .72rem;font-weight:950;min-width:0;box-shadow:none;line-height:1}
  .nav-toggle:focus,.nav-toggle:focus-visible{outline:2px solid rgba(53,211,200,.75);outline-offset:2px}
  .nav-toggle[aria-expanded="true"]{background:rgba(244,201,93,.16);border-color:var(--gold)}
  .nav>.nav-toggle{display:none}
  .nav-links{top:66px}
}
@media (max-width:390px){
  .mobile-download{padding:.54rem .58rem;font-size:.78rem}
  .nav-toggle{padding:.54rem .6rem;font-size:.84rem}
  .brand{max-width:38vw;font-size:.98rem}
}

/* Icon mobile menu */
@media (max-width:820px){
  .nav-toggle{width:42px;height:42px;padding:0;border-radius:8px;gap:4px;flex-direction:column}
  .nav-toggle span{display:block;width:18px;height:2px;background:#fff;border-radius:999px;transition:transform .18s ease,opacity .18s ease}
  .nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
  .nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .nav-links .nav-cta{display:none}
}
@media (max-width:390px){
  .nav-toggle{width:40px;height:40px;padding:0}
}

/* Fancy OG hero visual */
.hero-og{display:block;padding:1rem;min-height:auto;isolation:isolate}
.hero-og:before{inset:12px;z-index:1;pointer-events:none}
.hero-og:after{content:"";position:absolute;inset:auto 7% -10% 7%;height:34%;background:linear-gradient(90deg,rgba(244,201,93,.28),rgba(53,211,200,.22),rgba(228,63,111,.20));filter:blur(28px);z-index:0}
.hero-og img{position:relative;z-index:1;width:100%;height:auto;display:block;border-radius:8px;border:1px solid rgba(255,255,255,.14);box-shadow:0 24px 70px rgba(0,0,0,.42)}
.hero-badges{position:absolute;z-index:2;left:1.75rem;right:1.75rem;bottom:1.75rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}
.hero-badges span{min-height:0;font-size:.88rem;padding:.62rem .45rem;background:rgba(7,8,13,.72);backdrop-filter:blur(12px);border:1px solid rgba(244,201,93,.28);box-shadow:0 10px 30px rgba(0,0,0,.24)}
@media (max-width:820px){
  .hero-og{padding:.65rem;margin-top:1.25rem}
  .hero-badges{left:1rem;right:1rem;bottom:1rem;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}
  .hero-badges span{font-size:.78rem;padding:.5rem .4rem;min-height:38px}
}

/* Link underline cleanup */
a{text-decoration:none}
main a:not(.button):not(.card):not(.nav-cta):not(.mobile-download),.footer a{color:#f5d679;text-decoration:none;border-bottom:1px solid transparent;transition:color .18s ease,border-color .18s ease,background .18s ease}
main a:not(.button):not(.card):not(.nav-cta):not(.mobile-download):hover,.footer a:hover{color:#fff0a9;border-bottom-color:rgba(245,214,121,.55)}
main a:not(.button):not(.card):not(.nav-cta):not(.mobile-download):focus-visible,.footer a:focus-visible{outline:2px solid rgba(53,211,200,.75);outline-offset:3px;border-bottom-color:transparent}

/* Remove hover underlines completely */
main a:not(.button):not(.card):not(.nav-cta):not(.mobile-download),.footer a{border-bottom:0!important;text-decoration:none!important}
main a:not(.button):not(.card):not(.nav-cta):not(.mobile-download):hover,.footer a:hover{border-bottom:0!important;text-decoration:none!important;color:#fff0a9}

/* Related article thumbnails */
.related-card{overflow:hidden;padding:0;display:grid;grid-template-columns:160px 1fr;gap:0;align-items:stretch;min-height:150px}
.related-card img{width:100%;height:100%;object-fit:cover;display:block;border-right:1px solid rgba(244,201,93,.18)}
.related-card div{padding:1rem}
.related-card h3{margin:.15rem 0 .45rem;font-size:1.08rem;line-height:1.22}
.related-card p{margin:0;font-size:.96rem;line-height:1.55}
@media (max-width:820px){
  .related-card{grid-template-columns:1fr;min-height:0}
  .related-card img{aspect-ratio:16/9;height:auto;border-right:0;border-bottom:1px solid rgba(244,201,93,.18)}
}

/* Related thumbnail fit fix */
.related-card img{object-fit:contain!important;background:linear-gradient(135deg,#0b0e15,#171a24);padding:.35rem}
@media (min-width:821px){
  .related-card{grid-template-columns:220px 1fr}
  .related-card img{height:100%;max-height:190px}
}

/* Footer punctuation cleanup */
.fine span{display:inline-block;color:var(--muted)}
@media (max-width:820px){.fine span{display:block;margin-top:.55rem}}

/* ===== E-E-A-T trust components ===== */
.byline{margin:1.1rem 0 1.35rem;padding:.95rem 1.1rem;border-left:3px solid var(--gold);background:linear-gradient(90deg,rgba(244,201,93,.09),rgba(255,255,255,.02));border-radius:0 8px 8px 0}
.byline p{margin:.16rem 0;font-size:.94rem;line-height:1.55}
.byline-who{color:#eef2f7!important;font-weight:700}
.byline-who a{color:var(--gold);text-decoration:none;border-bottom:1px solid rgba(244,201,93,.4)}
.byline-who a:hover{border-bottom-color:var(--gold)}
.byline-role{font-weight:400;color:var(--soft)}
.byline-review{color:var(--soft)!important;font-size:.9rem!important}
.byline-review a{color:var(--teal);text-decoration:none}
.byline-dates{color:var(--soft)!important;font-size:.86rem!important;letter-spacing:.01em}

.disclosure{margin:1.15rem 0 1.6rem;padding:.9rem 1.1rem;border:1px solid rgba(228,63,111,.3);background:linear-gradient(180deg,rgba(228,63,111,.09),rgba(255,255,255,.025));border-radius:8px}
.disclosure p{margin:0;font-size:.92rem;line-height:1.62;color:#dfe4ec}
.disclosure strong{color:var(--rose)}
.disclosure a{color:var(--gold)}

.methodology{margin:1.6rem 0;padding:1.15rem 1.25rem;border:1px solid rgba(53,211,200,.28);background:linear-gradient(180deg,rgba(53,211,200,.075),rgba(255,255,255,.025));border-radius:8px}
.methodology h2{font-size:1.12rem!important;margin:0 0 .55rem;color:var(--teal);letter-spacing:.02em;text-transform:uppercase}
.methodology p{margin:0 0 .55rem;font-size:.95rem}
.methodology p:last-child{margin-bottom:0}
.methodology-meta{color:var(--soft)!important;font-size:.88rem!important}
.methodology a{color:var(--teal)}

.help-note{margin:1.9rem 0;padding:1rem 1.15rem;border:1px solid rgba(163,230,53,.26);background:rgba(163,230,53,.06);border-radius:8px}
.help-note p{margin:0;font-size:.93rem;color:#e4ebd8}
.help-note strong{color:#bef264}
.help-note a{color:#bef264}

.sources{max-width:1040px;margin:auto;padding:2rem 1rem}
.sources h2{font-size:1.35rem}
.sources ul{margin:0;padding-left:1.15rem;display:grid;gap:.5rem}
.sources li{font-size:.95rem}
.sources a{color:var(--teal);text-decoration:none;border-bottom:1px solid rgba(53,211,200,.32)}
.sources a:hover{border-bottom-color:var(--teal)}

.crumbs{font-size:.86rem;color:var(--soft);margin:0 0 .85rem;display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}
.crumbs a{color:var(--muted);text-decoration:none;border-bottom:1px solid transparent}
.crumbs a:hover{color:#fff;border-bottom-color:var(--line)}
.crumbs span[aria-hidden]{color:var(--gold-2)}
.crumbs [aria-current]{color:#eef2f7}

.quick-answer{border:1px solid var(--line);background:linear-gradient(180deg,rgba(244,201,93,.075),rgba(255,255,255,.025));border-radius:8px;padding:1.25rem 1.35rem!important;margin:1.6rem auto}
.quick-answer h2{font-size:1.25rem;margin-bottom:.5rem;color:var(--gold)}
.quick-answer p{margin:0;font-size:1.04rem;color:#e8edf5}

.person-card{border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));border-radius:8px;padding:1.1rem 1.2rem;margin:.9rem 0}
.person-card h3{margin:0 0 .12rem;font-size:1.16rem}
.person-role{color:var(--teal)!important;font-size:.9rem!important;margin:0 0 .5rem!important;font-weight:700;letter-spacing:.02em}
.person-card p:last-child{margin:0}

.toc h2{font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;color:var(--soft);width:100%;margin:0 0 .2rem}
.card-date{display:block;font-size:.8rem;color:var(--soft);margin:0 .9rem 1rem}
.more-link{text-align:center;margin-top:1.4rem}
.more-link a{color:var(--gold);text-decoration:none;border-bottom:1px solid rgba(244,201,93,.4);font-weight:700}
table caption{caption-side:top;text-align:left;color:var(--soft);font-size:.88rem;padding:0 0 .6rem}

@media (max-width:820px){
  .byline{padding:.8rem .9rem;margin:.9rem 0 1.1rem}
  .byline p{font-size:.89rem}
  .disclosure,.methodology,.help-note{padding:.85rem .9rem}
  .disclosure p,.methodology p,.help-note p{font-size:.88rem}
  .sources{padding:1.6rem 1rem}
  .quick-answer{padding:1rem!important}
  .quick-answer p{font-size:.98rem}
  .crumbs{font-size:.8rem}
  .person-card{padding:.9rem}
}

.person-note{color:var(--soft);font-size:.94rem;border-left:2px solid var(--line);padding-left:.9rem;margin:.9rem 0}

/* ===== Hero real-photo variant (used when CONFIG.hero.src is set) ===== */
.hero-photo{margin:0;padding:0;min-height:auto;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#0b0e15;box-shadow:var(--shadow);display:block;isolation:isolate}
.hero-photo img{display:block;width:100%;height:100%;max-height:520px;object-fit:cover;object-position:center;border-radius:8px}
.hero-photo:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(7,8,13,0) 38%,rgba(7,8,13,.34) 62%,rgba(7,8,13,.82) 100%);border:0;border-radius:8px}
.hero-photo .hero-badges{position:absolute;z-index:2;left:1.1rem;right:1.1rem;bottom:1.1rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin:0}
.hero-photo .hero-badges span{min-height:0;font-size:.86rem;padding:.6rem .45rem;background:rgba(7,8,13,.74);backdrop-filter:blur(12px);border:1px solid rgba(244,201,93,.3);border-radius:8px;display:grid;place-items:center;font-weight:900;color:#fff}
.hero-credit{position:absolute;z-index:3;top:.7rem;right:.8rem;margin:0;font-size:.72rem;color:rgba(255,255,255,.72);background:rgba(7,8,13,.6);backdrop-filter:blur(8px);padding:.24rem .5rem;border-radius:6px;letter-spacing:.01em}
.hero-credit a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.28)}
@media (max-width:1100px){.hero-photo img{max-height:400px}}
@media (max-width:820px){
  .hero-photo{margin-top:1.4rem}
  .hero-photo img{max-height:260px}
  .hero-photo .hero-badges{left:.7rem;right:.7rem;bottom:.7rem;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}
  .hero-photo .hero-badges span{font-size:.78rem;padding:.5rem .4rem;min-height:38px}
  .hero-credit{font-size:.66rem;top:.5rem;right:.5rem}
}

/* <picture> wrapper must not break the hero panel's layout */
.hero-og picture{display:block;position:relative;z-index:1}
.hero-og picture img{width:100%;height:auto;display:block;border-radius:8px;border:1px solid rgba(255,255,255,.14);box-shadow:0 24px 70px rgba(0,0,0,.42)}

/* Trust blocks rendered as direct children of <main> (the homepage does this)
   have no containing .article to inherit a max-width from, so they stretched
   edge-to-edge. Constrain them to the same 1040px content column as <section>,
   keeping a 1rem gutter on narrow screens. Blocks nested inside .article are
   unaffected — that container already bounds them.
   The page uses two column widths: 1240px for the hero / summary / TOC band,
   1040px for the article-body band. Each block matches whichever band it sits
   in, so its left edge lines up with the content above it. */
main > .disclosure,
main > .byline,
main > .methodology,
main > .toc{
  width:min(1240px, 100% - 2rem);
  margin-left:auto;
  margin-right:auto;
}
/* .toc is a <nav>, so it never matched the `section,.article` rule that supplies
   padding to its neighbours. Give it its own vertical rhythm — this applies both
   at top level and when nested inside .article on guide pages. */
.toc{padding:2.4rem 0 .8rem}
main > .help-note{
  width:min(1040px, 100% - 2rem);
  margin-left:auto;
  margin-right:auto;
}
