.blog-post-page{
    background:#fff;
    color:#111;
    overflow:hidden;
  }
  
  .post-hero{
    background:
      radial-gradient(circle at 82% 18%,rgba(230,9,16,.20),transparent 34%),
      linear-gradient(135deg,#050505 0%,#101010 58%,#210002 100%);
    color:#fff;
    position:relative;
    overflow:hidden;
    padding:56px 24px;
  }
  
  .post-hero:before{
    content:"";
    position:absolute;
    inset:0;
    background:
      linear-gradient(90deg,rgba(255,255,255,.032) 1px,transparent 1px),
      linear-gradient(180deg,rgba(255,255,255,.022) 1px,transparent 1px);
    background-size:54px 54px;
    opacity:.24;
    pointer-events:none;
  }
  
  .post-hero-inner{
    max-width:var(--max);
    margin:0 auto;
    display:grid;
    grid-template-columns:.58fr .42fr;
    gap:44px;
    align-items:center;
    position:relative;
  }
  
  .post-hero-copy{
    padding:28px 0;
    position:relative;
    z-index:2;
  }
  
  .back-link{
    display:inline-flex;
    margin-bottom:26px;
    color:#d7d7d7;
    font-size:.9rem;
    text-decoration:none;
    font-weight:700;
  }
  
  .back-link:hover{
    color:#fff;
  }
  
  .eyebrow{
    display:block;
    font-family:Montserrat,Arial,sans-serif;
    color:var(--accent);
    font-size:.76rem;
    font-weight:900;
    letter-spacing:.055em;
    text-transform:uppercase;
    margin-bottom:12px;
  }
  
  .post-hero h1{
    font-family:Montserrat,Arial,sans-serif;
    font-size:clamp(2.65rem,4.4vw,4.85rem);
    line-height:.92;
    letter-spacing:-.058em;
    text-transform:uppercase;
    margin:0 0 20px;
    color:#fff;
    max-width:820px;
  }
  
  .post-hero p{
    color:#e1e1e1;
    font-size:1.06rem;
    line-height:1.56;
    max-width:620px;
    margin:0 0 28px;
  }
  
  .post-meta{
    display:flex;
    align-items:center;
    gap:14px;
    border-top:2px solid var(--accent);
    padding-top:18px;
    max-width:420px;
  }
  
  .author-avatar{
    width:46px;
    height:46px;
    border-radius:50%;
    overflow:hidden;
    flex-shrink:0;
    background:#1a1a1a;
    border:2px solid rgba(255,255,255,.18);
  }
  
  .author-avatar.large{
    width:72px;
    height:72px;
    border:2px solid rgba(255,255,255,.14);
    margin-bottom:16px;
  }
  
  .author-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }
  
  .post-meta strong{
    display:block;
    color:#fff;
    font-family:Montserrat,Arial,sans-serif;
    font-size:.92rem;
    text-transform:uppercase;
  }
  
  .post-meta span{
    display:block;
    color:#cfcfcf;
    font-size:.9rem;
    margin-top:3px;
  }
  
  .post-hero-visual{
    position:relative;
    height:460px;
    overflow:hidden;
    border-radius:22px;
    background:#111;
    box-shadow:0 24px 60px rgba(0,0,0,.25);
  }
  
  .post-hero-visual img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center right;
    display:block;
    opacity:.95;
  }
  
  .post-body-section{
    background:#fff;
    padding:50px 24px 82px;
  }
  
  .post-body-inner{
    max-width:var(--max);
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,760px) 330px;
    gap:74px;
    align-items:start;
  }
  
  .post-content{
    font-size:1.06rem;
    line-height:1.72;
    color:#171717;
  }
  
  .post-content p{
    margin:0 0 24px;
  }
  
  .post-content a{
    color:var(--accent);
    text-decoration:underline;
    text-decoration-thickness:1.5px;
    text-underline-offset:3px;
    font-weight:700;
    transition:color .18s ease, text-decoration-color .18s ease;
  }
  
  .post-content a:hover{
    color:#b8070f;
    text-decoration-color:#b8070f;
  }
  
  .post-content a:visited{
    color:#c20b13;
  }
  
  .post-content .lead{
    font-size:1.17rem;
    line-height:1.62;
    color:#111;
    position:relative;
    padding-left:74px;
  }
  
  .post-content .lead:first-letter{
    font-family:Montserrat,Arial,sans-serif;
    font-size:4.8rem;
    line-height:.8;
    float:left;
    color:var(--accent);
    font-weight:900;
    margin:9px 10px 0 -74px;
  }
  
  .post-content h2{
    font-family:Montserrat,Arial,sans-serif;
    font-size:clamp(1.8rem,3vw,2.8rem);
    line-height:1;
    letter-spacing:-.045em;
    text-transform:uppercase;
    margin:46px 0 18px;
    color:#111;
  }
  
  .post-content strong{
    font-weight:900;
    color:#111;
  }
  
  .post-content em{
    color:#333;
  }
  
  .post-content blockquote{
    position:relative;
    margin:44px 0;
    padding:34px 34px 28px 72px;
    border-left:6px solid var(--accent);
    background:linear-gradient(180deg,#fafafa 0%,#f4f4f4 100%);
    border-radius:14px;
    overflow:hidden;
  }
  
  .post-content blockquote:before{
    content:"“";
    position:absolute;
    left:22px;
    top:8px;
    font-family:Georgia,"Times New Roman",serif;
    font-size:5.2rem;
    line-height:1;
    color:rgba(230,9,16,.22);
    font-weight:900;
  }
  
  .post-content blockquote p{
    font-family:Montserrat,Arial,sans-serif;
    font-size:1.32rem;
    line-height:1.3;
    letter-spacing:-.03em;
    font-weight:800;
    color:#111;
    margin:0 0 14px;
  }
  
  .post-content blockquote cite{
    display:block;
    color:#555;
    font-style:normal;
    font-weight:900;
    font-size:.88rem;
    text-transform:uppercase;
    letter-spacing:.02em;
  }
  
  .post-inline-image{
    margin:34px 0;
    border-radius:16px;
    overflow:hidden;
    background:#111;
    box-shadow:0 18px 42px rgba(0,0,0,.12);
  }
  
  .post-inline-image img{
    width:100%;
    height:auto;
    display:block;
  }
  
  .post-promo-cta{
    margin:46px 0;
    background:
      radial-gradient(circle at 84% 18%,rgba(230,9,16,.28),transparent 32%),
      linear-gradient(135deg,#050505 0%,#101010 58%,#250002 100%);
    color:#fff;
    border-radius:20px;
    padding:34px;
    display:grid;
    grid-template-columns:1fr auto;
    gap:24px;
    align-items:center;
  }
  
  .post-promo-cta h2{
    font-family:Montserrat,Arial,sans-serif;
    font-size:clamp(1.7rem,3vw,2.8rem);
    line-height:1;
    letter-spacing:-.045em;
    text-transform:uppercase;
    color:#fff;
    margin:0 0 12px;
  }
  
  .post-promo-cta p{
    color:#dcdcdc;
    margin:0;
  }
  
  .post-promo-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:0 22px;
    border-radius:8px;
    background:#fff;
    color:#111 !important;
    text-decoration:none !important;
    font-family:Montserrat,Arial,sans-serif;
    font-size:.8rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.03em;
    transition:.18s ease;
    white-space:nowrap;
  }
  
  .post-promo-button:hover{
    background:var(--accent);
    color:#fff !important;
  }
  
  .post-footer-note{
    margin-top:42px;
    padding:24px 28px;
    background:#111;
    color:#fff;
    border-radius:16px;
    display:grid;
    gap:8px;
  }
  
  .post-footer-note strong{
    font-family:Montserrat,Arial,sans-serif;
    color:#fff;
    text-transform:uppercase;
    font-size:.88rem;
  }
  
  .post-footer-note span{
    color:#dcdcdc;
  }
  
  .bottom-cta{
    margin-top:36px;
    padding:30px 30px 32px;
    border-radius:18px;
    background:#f7f7f7;
    border:1px solid #e5e5e5;
  }
  
  .bottom-cta h2{
    margin-top:0;
    margin-bottom:12px;
  }
  
  .bottom-cta p{
    margin:0 0 22px;
    color:#444;
  }
  
  .bottom-cta-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
  }
  
  .bottom-cta-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:0 20px;
    border-radius:8px;
    text-decoration:none !important;
    font-family:Montserrat,Arial,sans-serif;
    font-size:.8rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.03em;
    transition:.18s ease;
  }
  
  .bottom-cta-button.primary{
    background:var(--accent);
    color:#fff !important;
  }
  
  .bottom-cta-button.primary:hover{
    background:#ba0810;
    color:#fff !important;
  }
  
  .bottom-cta-button.secondary{
    border:1px solid #111;
    color:#111 !important;
    background:#fff;
  }
  
  .bottom-cta-button.secondary:hover{
    background:#111;
    color:#fff !important;
  }
  
  .post-sidebar{
    position:sticky;
    top:110px;
    display:grid;
    gap:18px;
  }
  
  .author-card,
  .share-card,
  .sidebar-card{
    background:#fff;
    border:1px solid #e2e2e2;
    border-radius:18px;
    padding:22px;
    box-shadow:0 10px 24px rgba(0,0,0,.04);
  }
  
  .author-card{
    background:
      radial-gradient(circle at 86% 16%,rgba(230,9,16,.18),transparent 34%),
      linear-gradient(135deg,#050505 0%,#111 58%,#260002 100%);
    color:#fff;
    border-color:#111;
  }
  
  .author-card-top{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
  }
  
  .author-card strong{
    display:block;
    font-family:Montserrat,Arial,sans-serif;
    font-size:1.35rem;
    line-height:1;
    text-transform:uppercase;
    letter-spacing:-.04em;
    margin-bottom:10px;
    color:#fff;
  }
  
  .author-card p{
    color:#d8d8d8;
    margin:0;
    font-size:.95rem;
    line-height:1.5;
  }
  
  .sidebar-card.dark{
    background:#111;
    color:#fff;
    border-color:#111;
  }
  
  .sidebar-title{
    display:block;
    font-family:Montserrat,Arial,sans-serif;
    font-size:.82rem;
    font-weight:900;
    text-transform:uppercase;
    color:#111;
    margin-bottom:14px;
  }
  
  .author-card .sidebar-title,
  .sidebar-card.dark .sidebar-title{
    color:#fff;
  }
  
  .share-buttons{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
  }
  
  .share-buttons a{
    width:42px;
    height:42px;
    border-radius:50%;
    border:1px solid #dedede;
    color:#111;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family:Montserrat,Arial,sans-serif;
    font-weight:900;
    transition:.18s ease;
  }
  
  .share-buttons a:hover{
    background:#111;
    color:#fff;
    border-color:#111;
  }
  
  .quick-facts{
    display:grid;
    gap:14px;
  }
  
  .quick-facts div{
    border-bottom:1px solid #ededed;
    padding-bottom:14px;
  }
  
  .quick-facts div:last-child{
    border-bottom:0;
    padding-bottom:0;
  }
  
  .quick-facts strong{
    display:block;
    font-family:Montserrat,Arial,sans-serif;
    font-size:.76rem;
    color:var(--accent);
    text-transform:uppercase;
    margin-bottom:4px;
  }
  
  .quick-facts span{
    display:block;
    color:#333;
    line-height:1.42;
  }
  
  .topic-list{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
  }
  
  .topic-list span{
    display:inline-flex;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.14);
    color:#fff;
    border-radius:999px;
    padding:8px 10px;
    font-family:Montserrat,Arial,sans-serif;
    font-size:.68rem;
    font-weight:900;
    text-transform:uppercase;
  }
  
  .sidebar-cta-card{
    background:#f8f8f8;
    border-left:6px solid var(--accent);
  }
  
  .sidebar-cta-card p{
    color:#555;
    font-size:.95rem;
    line-height:1.45;
    margin:0 0 14px;
  }
  
  .sidebar-cta-card a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    border-radius:8px;
    background:#111;
    color:#fff;
    text-decoration:none;
    font-family:Montserrat,Arial,sans-serif;
    font-size:.76rem;
    font-weight:900;
    text-transform:uppercase;
    transition:.18s ease;
  }
  
  .sidebar-cta-card a:hover{
    background:var(--accent);
    color:#fff;
  }
  
  .view-all-blog{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    border:1px solid var(--accent);
    border-radius:7px;
    color:var(--accent);
    text-decoration:none;
    font-family:Montserrat,Arial,sans-serif;
    font-size:.8rem;
    font-weight:900;
    text-transform:uppercase;
    transition:.18s ease;
  }
  
  .view-all-blog:hover{
    background:var(--accent);
    color:#fff;
  }
  
  .sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
  }
  
  @media(max-width:1100px){
    .post-hero-inner{
      grid-template-columns:1fr;
    }
  
    .post-hero-copy{
      padding-bottom:10px;
    }
  
    .post-hero-visual{
      height:380px;
    }
  
    .post-body-inner{
      grid-template-columns:1fr;
      gap:42px;
    }
  
    .post-sidebar{
      position:relative;
      top:auto;
      grid-template-columns:repeat(2,1fr);
    }
  
    .author-card,
    .view-all-blog{
      grid-column:1 / -1;
    }
  }
  
  @media(max-width:760px){
    .post-hero{
      padding:50px 22px;
    }
  
    .post-hero h1{
      font-size:clamp(2.65rem,11vw,4.4rem);
    }
  
    .post-hero-visual{
      height:280px;
      border-radius:18px;
    }
  
    .post-body-section{
      padding:42px 22px 62px;
    }
  
    .post-content .lead{
      padding-left:0;
    }
  
    .post-content .lead:first-letter{
      float:none;
      font-size:inherit;
      line-height:inherit;
      margin:0;
      color:inherit;
      font-family:inherit;
      font-weight:inherit;
    }
  
    .post-content blockquote{
      padding:24px;
    }
  
    .post-content blockquote p{
      font-size:1.15rem;
    }
  
    .post-sidebar{
      grid-template-columns:1fr;
    }
  
    .author-card,
    .view-all-blog{
      grid-column:auto;
    }
  
    .post-promo-cta{
      grid-template-columns:1fr;
    }
  
    .post-promo-button{
      width:100%;
    }
  
    .bottom-cta-actions{
      flex-direction:column;
    }
  
    .bottom-cta-button{
      width:100%;
    }
  }
  
  @media(max-width:520px){
    .post-hero-copy{
      padding-top:10px;
    }
  
    .post-meta{
      align-items:flex-start;
    }
  
    .share-buttons a{
      width:38px;
      height:38px;
    }
  
    .post-content{
      font-size:1rem;
    }
  
    .post-inline-image,
    .post-footer-note,
    .post-promo-cta,
    .bottom-cta{
      border-radius:14px;
    }
  
    .post-promo-cta,
    .bottom-cta{
      padding:26px;
    }
  }