body { font-family: "Manrope", sans-serif; background:#f7f4ef; color:#173044; }
.editorial-hero { position:relative; min-height:560px; display:flex; align-items:flex-end; overflow:hidden; padding:8rem 1.25rem 4.5rem; }
.editorial-hero > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.editorial-hero::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(6,23,34,.15),rgba(6,23,34,.9)); }
.editorial-hero__copy { position:relative; z-index:2; max-width:980px; margin:0 auto; color:#fff; text-align:center; }
.editorial-hero h1,.article-content h2,.article-content h3 { font-family:"Fraunces",serif; }
.editorial-hero h1 { font-size:clamp(2.4rem,6vw,5.2rem); line-height:1.02; margin:.8rem auto 1rem; }
.editorial-shell { max-width:1180px; margin:0 auto; padding:3.5rem 1.25rem 7rem; display:grid; grid-template-columns:minmax(0,2fr) minmax(280px,1fr); gap:2rem; }
.article-content,.editorial-card { min-width:0; background:#fff; border:1px solid #e4e9ea; border-radius:24px; box-shadow:0 16px 45px rgba(16,41,58,.07); }
.article-content { padding:clamp(1.3rem,4vw,3rem); }
.article-content p { color:#506474; line-height:1.85; margin:0 0 1.25rem; }
.article-content h2 { color:#10293a; font-size:clamp(1.75rem,3vw,2.35rem); line-height:1.15; margin:2.5rem 0 1rem; }
.article-content h3 { color:#25475b; font-size:1.3rem; margin:1.8rem 0 .65rem; }
.article-content ul,.article-content ol { color:#506474; line-height:1.75; margin:0 0 1.4rem; padding-left:1.3rem; }
.article-content li { margin-bottom:.55rem; }
.article-content a { color:#5b3a82; font-weight:800; text-decoration:underline; text-underline-offset:3px; }
.article-content table { width:100%; min-width:690px; border-collapse:collapse; font-size:.9rem; }
.article-content th { background:#2a1a40; color:#fff; text-align:left; padding:.8rem; }
.article-content td { border-bottom:1px solid #e5e7eb; padding:.85rem; vertical-align:top; color:#506474; }
.article-content tr:nth-child(even) td { background:#f9fafb; }
.editorial-kicker { display:inline-flex; align-items:center; gap:.4rem; padding:.45rem .8rem; border-radius:999px; background:#f4cf62; color:#3f2761; font-weight:800; font-size:.75rem; letter-spacing:.09em; text-transform:uppercase; }
.editorial-note { background:#f4effa; border-left:4px solid #5b3a82; border-radius:0 14px 14px 0; padding:1rem 1.2rem; margin:1.5rem 0; }
.editorial-note p { color:#3f2761; margin:0; }
.editorial-warning { background:#fff7df; border:1px solid #efd994; border-radius:16px; padding:1rem 1.2rem; margin:1.5rem 0; }
.editorial-warning p { color:#704f14; margin:0; }
.editorial-card { padding:1.35rem; position:sticky; top:86px; }
.editorial-card a.cta,.editorial-card button { display:flex; align-items:center; justify-content:center; gap:.5rem; width:100%; border:0; border-radius:14px; padding:.9rem 1rem; font-weight:800; text-decoration:none; }
.editorial-card a.cta { background:#5b3a82; color:#fff; }
.editorial-card button { background:#20c968; color:#fff; margin-top:.7rem; }
.faq-row { border-top:1px solid #e5e7eb; padding:1.15rem 0 0; margin-top:1.15rem; }
.faq-row h3 { margin:0 0 .45rem; font-family:"Manrope",sans-serif; font-size:1rem; }
.source-list { font-size:.82rem; }
.source-list li { margin-bottom:.45rem; }
@media(max-width:820px){
  .editorial-hero { min-height:520px; padding:7rem 1rem 3rem; }
  .editorial-hero h1 { font-size:2.45rem; }
  .editorial-shell { grid-template-columns:1fr; padding-top:1.5rem; }
  .editorial-card { position:static; }
  .article-content { overflow:hidden; }
  .article-content .overflow-x-auto { max-width:100%; overflow-x:auto; -webkit-overflow-scrolling:touch; }
}
