
    :root{--ink:#171719;--muted:#62646b;--line:#ded8d1;--soft:#f5f2ef;--red:#a61116;--dark:#171417;--panel:#fff}
    *{box-sizing:border-box}
    body{margin:0;background:#fbfaf8;color:var(--ink);font-family:Manrope,Inter,Arial,sans-serif;line-height:1.55}
    a{color:inherit}

    .shell-topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line,#ded8d1)}
    .shell-topbar__inner{max-width:1180px;margin:0 auto;min-height:72px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
    .shell-brand{display:inline-flex;align-items:center;gap:9px;color:var(--ink,#171719);font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:15px;text-decoration:none;white-space:nowrap}
    .shell-brand::before{content:"";display:block;width:22px;height:22px;background:linear-gradient(135deg,var(--red,#a61116) 0 49%,transparent 50%),#171417;border-radius:4px}
    .shell-nav{display:flex;align-items:center;gap:18px;min-width:0;color:#4d4e52;font-size:14px}
    .shell-nav a{display:inline-flex;align-items:center;color:inherit;text-decoration:none;white-space:nowrap}
    .shell-nav a[aria-current="page"]{color:var(--red,#a61116);font-weight:800}
    .shell-action{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 13px;border-radius:6px;background:var(--red,#a61116);color:#fff!important;font-weight:800}
    .shell-footer{background:#161417;color:#fff;padding:52px 24px}
    .shell-footer__inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.25fr repeat(4,minmax(0,1fr));gap:32px}
    .shell-footer__brand strong{display:block;font-size:18px;text-transform:uppercase;letter-spacing:.08em}
    .shell-footer__brand p,.shell-footer__cta p{margin:12px 0 0;color:#cfc8c5;font-size:14px;line-height:1.55}
    .shell-footer h3{margin:0 0 12px;color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.08em}
    .shell-footer a{display:block;color:#d9d4d0;text-decoration:none;font-size:14px;line-height:1.35;margin-bottom:9px}
    .shell-footer a:hover{color:#fff}
    .shell-footer__cta a{display:inline-flex;margin-top:14px;margin-bottom:0;padding:10px 13px;border-radius:6px;background:var(--red,#a61116);color:#fff;font-weight:800}
    @media (max-width:920px){
      .shell-topbar{position:static}
      .shell-topbar__inner{min-height:0;padding:16px 18px;align-items:flex-start;flex-direction:column}
      .shell-nav{width:100%;flex-wrap:wrap;gap:12px}
      .shell-action{width:100%;max-width:320px}
      .shell-footer__inner{grid-template-columns:1fr;gap:24px}
    }

    main{max-width:1120px;margin:0 auto;padding:52px 24px 84px}
    .crumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:34px;color:var(--muted);font-size:14px}
    .crumbs a{color:var(--red);text-decoration:none}
    .hero{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px;align-items:end;margin-bottom:38px}
    .eyebrow{margin:0 0 12px;color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:13px}
    h1{margin:0;font-size:clamp(40px,6vw,76px);line-height:1;letter-spacing:0}
    .lead{max-width:780px;margin:22px 0 0;color:#44464c;font-size:20px}
    .facts{border-left:4px solid var(--red);background:#fff;padding:20px;display:grid;gap:12px}
    .facts div{display:grid;gap:2px}
    .facts dt{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.07em}
    .facts dd{margin:0;color:#171719;font-weight:750}
    .review{margin:0 0 26px;border:1px solid #e5c7c7;background:#fff5f5;color:#7c1115;border-radius:8px;padding:16px}
    .content{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:30px}
    .prose{display:grid;gap:28px}
    .block{border:1px solid var(--line);border-radius:8px;background:#fff;padding:24px}
    .block h2{margin:0 0 14px;font-size:30px;line-height:1.1}
    .block p{margin:0;color:#44464c}
    .block ul{margin:0;padding-left:20px;color:#333}
    .block li+li{margin-top:8px}
    .side{display:grid;gap:14px;align-content:start}
    .side-card{border:1px solid var(--line);border-radius:8px;background:var(--soft);padding:18px}
    .side-card h2{margin:0 0 12px;font-size:18px}
    .speaker{display:grid;gap:3px}
    .speaker+.speaker{margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}
    .speaker strong{color:var(--red)}
    .speaker span{color:#4f5156;font-size:14px}
    .topics{display:flex;flex-wrap:wrap;gap:7px}
    .topics span{border:1px solid var(--line);border-radius:999px;padding:6px 9px;background:#fff;color:#4b4d52;font-size:12px}
    .button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:6px;background:var(--red);color:#fff;text-decoration:none;font-weight:850}
    .generated{margin-top:34px;color:var(--muted);font-size:13px}
    @media(max-width:900px){main{padding:34px 16px 64px}.hero,.content{grid-template-columns:minmax(0,1fr)}.hero>*,.content>*{min-width:0}.hero h1{overflow-wrap:anywhere}.facts{order:-1}}
