:root{--ink:#181719;--muted:#62646a;--soft:#f6f2ed;--line:#ded8d1;--red:#a61116;--night:#171417;--panel:#fff}
    *{box-sizing:border-box}
    body{margin:0;background:var(--soft);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.58}

    .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}
    }

    .page{max-width:1180px;margin:0 auto;padding:58px 24px 86px}
    .breadcrumbs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px;color:#817975;font-size:14px}
    .breadcrumbs a{color:var(--red);font-weight:800;text-decoration:none}
    .layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.34fr);gap:24px;align-items:start}
    .hero,.article,.side-card{background:#fff;border:1px solid var(--line);border-radius:8px}
    .hero{padding:42px;margin-bottom:22px}
    .eyebrow{margin:0 0 14px;color:var(--red);font-size:13px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
    h1{margin:0;font-size:clamp(38px,5vw,64px);line-height:1.05;letter-spacing:0}
    .lead{max-width:760px;margin:20px 0 0;color:#505258;font-size:19px;line-height:1.55}
    .article{padding:38px}
    .article h2{margin:34px 0 10px;font-size:30px;line-height:1.18}
    .article h2:first-child{margin-top:0}
    .article p{margin:16px 0;color:#25262a;font-size:19px}
    .side{display:grid;gap:16px;position:sticky;top:92px}
    .side-card{padding:24px}
    .side-card h2,.side-card h3{margin:0;font-size:24px;line-height:1.15}
    .side-card p,.side-card li{color:var(--muted)}
    .side-card ul{margin:14px 0 0;padding-left:20px}
    .side-card a{display:inline-flex;margin-top:14px;color:var(--red);font-weight:900;text-decoration:none}
    .badge{display:inline-flex;align-items:center;margin-top:18px;padding:7px 10px;border-radius:999px;background:#f4ece7;color:var(--red);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
    @media (max-width:980px){.layout{grid-template-columns:minmax(0,1fr)}.article,.side{min-width:0}.side{position:static}}
    @media (max-width:680px){.page{padding:38px 18px 62px}.hero,.article,.side-card{padding:22px}h1{font-size:38px}.article h2,.side-card{overflow-wrap:anywhere}.article p{font-size:17px}}
