    /* ─── WHITE BUNNIE — ARTICLE INNER PAGE ───
       Accent swapped: Green → Blue (#1a6ed4)
       Navy:   #0F1F3D  (hero, footer, dark sections)
       Blue:   #1a6ed4  (accent — replaces green)
       Blue dk:#1358b0
       White:  #ffffff
       Off:    #f7f8fa
       Border: #e0e0e0
       Muted:  #6b7280
       Body:   #0D0D0D
    ──────────────────────────────────────────── */
    :root {
      --navy:#0F1F3D;
      --navy-mid:#1a3a6e;
      --navy-lt:#1e4d8c;
      --blue:#1a6ed4;
      --blue-dk:#1358b0;
      --blue-lt:#e8f0fb;
      --wht:#ffffff;
      --off:#f7f8fa;
      --bdr:#e0e0e0;
      --mut:#6b7280;
      --txt:#0D0D0D;
      --hdg:#0F1F3D;
      --body:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
      --head:'Sora','Inter',sans-serif;
    }

    *,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{font-family:var(--body);color:var(--txt);background:var(--wht);font-size:16px;line-height:1.6}
    img{max-width:100%;display:block}
    a{color:inherit;text-decoration:none}    

    /* ── ARTICLE HERO ── */
    .art-hero{
      background:linear-gradient(135deg,#0F1F3D 0%,#1a3a6e 55%,#1e4d8c 100%);
      padding:72px 24px 64px;
      position:relative;
      overflow:hidden;
    }
	.wpcf7 input[type="email"]{
	border: 0;
    direction: ltr;
    padding: 0px;
    height: 40px;
    border-radius: 8px;
	}
	input.sub-blog {
    height: 40px;
    padding: 0px!important;
    width: 92%!important;
    margin: 20px 0px 0px;
   }
    .art-hero::before{
      content:'';position:absolute;inset:0;
      background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
      pointer-events:none;
    }
    .art-hero::after{
      content:'';position:absolute;top:-100px;right:-100px;
      width:480px;height:480px;
      background:radial-gradient(circle,rgba(26,110,212,.2) 0%,transparent 65%);
      pointer-events:none;
    }
    .art-hero-in{max-width:1320px;margin:0 auto;position:relative;z-index:1}
    .art-cat-row{display:flex;align-items:center;gap:10px;margin-bottom:20px;flex-wrap:wrap}
    .art-cat{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:100px}
    .ac-seo{background:rgba(26,110,212,.2);color:#7ab3f0;border:1px solid rgba(26,110,212,.3)}
    .ac-ppc{background:rgba(120,80,255,.18);color:#b59aff;border:1px solid rgba(120,80,255,.3)}
    .ac-ai{background:rgba(255,180,50,.12);color:#ffc145;border:1px solid rgba(255,180,50,.25)}
    .art-edition{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.4)}
    .art-hero h1{
      font-family:var(--head);
      font-size:clamp(28px,4.5vw,52px);
      font-weight:800;
      color:#fff;
      line-height:1.1;
      letter-spacing:-.025em;
      margin-bottom:20px;
    }
    .art-hero h1 .hl{color:#7ab3f0}
    .art-lead{
      font-size:18px;
      font-weight:300;
      color:rgba(255,255,255,.65);
      line-height:1.72;
      max-width:720px;
      margin-bottom:36px;
    }
    .art-meta-bar{
      display:flex;flex-wrap:wrap;gap:24px;
      padding-top:24px;
      border-top:1px solid rgba(255,255,255,.1);
    }
	
blockquote{
    background: #eef3fb;
    border-left: 5px solid #1f6fff;
    padding: 38px 40px;
    border-radius: 0 18px 18px 0;
    margin: 40px 0;
}

blockquote h2{
    margin: 0 0 28px;
    font-size: 19px!important;
    line-height: 1.2;
    color: #0f1f3d;
    font-weight: 700;
    letter-spacing: -1px;
}

blockquote h2 span{
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1f6fff;
}

blockquote ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

blockquote ul li{
    position: relative;
    padding-left: 34px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #2a2a2a;
    line-height: 1.7;
}

blockquote ul li:last-child{
    margin-bottom: 0;
}

blockquote ul li::before{
    content: "→";
    position: absolute;
    left: 0;
    top: 1px;
    color: #1f6fff;
    font-size: 22px;
    font-weight: 700;
}

/* MOBILE */

@media(max-width:768px){

    blockquote{
        padding: 28px 22px;
        border-radius: 0 14px 14px 0;
    }

    blockquote h2{
        font-size: 19px;
    }

    blockquote ul li{
        font-size: 18px;
        line-height: 1.5;
        padding-left: 28px;
    }

}
    .am{display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(255,255,255,.45)}
	.am span {
    text-transform: capitalize;
    }
    .am strong{color:rgba(255,255,255,.8);font-weight:600}
    .am-avatar{
      width:32px;height:32px;border-radius:50%;
      background:linear-gradient(135deg,var(--blue),var(--navy-lt));
      display:grid;place-items:center;
      font-size:13px;font-weight:700;color:#fff;flex-shrink:0;
      border:1.5px solid rgba(255,255,255,.15);
    }
    .art-share-row{display:flex;gap:8px;margin-top:28px}
    .sh-btn{
      display:inline-flex;align-items:center;gap:6px;
      font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
      padding:7px 14px;border-radius:6px;cursor:pointer;transition:all .2s;
      border:1px solid rgba(255,255,255,.15);
      color:rgba(255,255,255,.6);
      background:rgba(255,255,255,.05);
    }
    .sh-btn:hover{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.3)}
    .sh-btn.primary{background:var(--blue);border-color:var(--blue);color:#fff}
    .sh-btn.primary:hover{background:var(--blue-dk)}

    /* ── READING PROGRESS BAR ── */
    #prog-bar{
      position:fixed;top:80px;left:0;right:0;height:3px;
      background:var(--bdr);z-index:998;
    }
    #prog-fill{
      height:100%;width:0%;
      background:linear-gradient(90deg,var(--blue),#5ba3f5);
      transition:width .1s linear;
    }
	.row-blog{
	display: flex;
    flex-direction: column;
    position: relative;
	}
    /* ── ARTICLE LAYOUT ── */
    .art-layout{
      max-width:1360px;margin:0 auto;
      padding:64px 24px;
      display:grid;
      grid-template-columns:1fr 300px;
      gap:56px;
      align-items:start;
    }

    /* ── ARTICLE BODY ── */
    .art-body{}

    /* Key Takeaways box */
    .key-box{
      background:var(--blue-lt);
      border-left:4px solid var(--blue);
      border-radius:0 10px 10px 0;
      padding:24px 28px;
      margin-bottom:40px;
    }
    .key-box-lbl{
      font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
      color:var(--blue);margin-bottom:12px;
    }
    .key-box h3{
      font-family:var(--head);font-size:17px;font-weight:700;
      color:var(--hdg);margin-bottom:12px;line-height:1.3;
    }
    .key-list{list-style:none;display:flex;flex-direction:column;gap:8px}
    .key-list li{
      display:flex;align-items:flex-start;gap:10px;
      font-size:14px;color:var(--txt);line-height:1.55;
    }
    .key-list li::before{
      content:'→';color:var(--blue);font-weight:700;flex-shrink:0;margin-top:1px;
    }

    /* Article image placeholder */
    .art-img{
      width:100%;height:340px;
      background:linear-gradient(135deg,#e8f0fb,#d0e4f7);
      border-radius:12px;
      display:grid;place-items:center;
      margin-bottom:36px;
      position:relative;
      overflow:hidden;
      border:1px solid #d0e0f5;
    }
    .art-img-inner{text-align:center}
    .art-img-em{font-size:56px;margin-bottom:8px}
    .art-img-cap{font-size:12px;color:var(--mut);font-style:italic;margin-top:12px;text-align:center}

    /* art-body styles */
    .art-body h2{
      font-family:var(--head);font-size:26px;font-weight:700;
      color:var(--hdg);line-height:1.25;letter-spacing:-.02em;
      margin:44px 0 14px;
      padding-top:44px;
      border-top:1px solid var(--bdr);
    }
    .art-body h2:first-of-type{margin-top:0;padding-top:0;border-top:none}
    .art-body h3{
      font-family:var(--head);font-size:19px;font-weight:700;
      color:var(--hdg);line-height:1.3;
      margin:28px 0 10px;
    }
    .art-body p{
      font-size:16px;color:#2a2a2a;line-height:1.82;
      margin-bottom:20px;
    }
    .art-body strong{color:var(--navy);font-weight:700}
    .art-body a{color:var(--blue);text-decoration:underline;text-decoration-color:rgba(26,110,212,.35);text-underline-offset:2px;transition:color .2s}
    .art-body a:hover{color:var(--blue-dk)}
    .art-body ul,.art-body ol{margin:0 0 20px 0;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:10px}
    .art-body ul li,.art-body ol li{
      display:flex;align-items:flex-start;gap:12px;
      font-size:15px;color:#2a2a2a;line-height:1.7;
    }
    .art-body ul li::before{content:'→';color:var(--blue);font-weight:700;flex-shrink:0;margin-top:2px}
    .art-body ol{counter-reset:ol}
    .art-body ol li::before{
      counter-increment:ol;content:counter(ol);
      min-width:24px;height:24px;border-radius:50%;
      background:var(--blue);color:#fff;
      font-size:11px;font-weight:700;
      display:grid;place-items:center;flex-shrink:0;margin-top:2px;
    }

    /* Pull quote */
    .pull-quote{
      background:var(--navy);
      border-radius:10px;
      padding:32px 36px;
      margin:36px 0;
      position:relative;
    }
    .pull-quote::before{
      content:'"';
      font-family:var(--head);font-size:120px;font-weight:800;
      color:rgba(255,255,255,.06);
      position:absolute;top:-10px;left:16px;line-height:1;
    }
    .pull-quote p{
      font-family:var(--head);font-size:20px;font-weight:600;
      color:#fff;line-height:1.5;margin-bottom:12px;
      position:relative;z-index:1;
    }
    .pull-quote cite{
      font-size:12px;font-style:normal;font-weight:600;letter-spacing:.06em;text-transform:uppercase;
      color:rgba(255,255,255,.4);
    }

    /* Stat callout inline */
    .stat-row{
      display:grid;grid-template-columns:repeat(3,1fr);gap:1px;
      background:var(--bdr);border-radius:10px;overflow:hidden;
      margin:32px 0;border:1px solid var(--bdr);
    }
    .st{background:#fff;padding:22px;text-align:center}
    .st-n{font-family:var(--head);font-size:32px;font-weight:800;color:var(--navy);line-height:1;margin-bottom:4px}
    .st-n span{color:var(--blue)}
    .st-l{font-size:12px;color:var(--mut);line-height:1.4}

    /* Callout / tip box */
    .tip-box{
      display:flex;gap:16px;
      background:var(--off);
      border:1px solid var(--bdr);
      border-radius:10px;
      padding:22px 24px;
      margin:28px 0;
    }
    .tip-ico{
      width:40px;height:40px;min-width:40px;
      border-radius:8px;background:var(--blue-lt);
      display:grid;place-items:center;font-size:18px;
    }
    .tip-body .tip-lbl{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:5px}
    .tip-body p{font-size:14px;color:#2a2a2a;line-height:1.65;margin:0}

    /* Code / formula block */
    .code-block{
      background:#0F1F3D;
      border-radius:8px;
      padding:20px 24px;
      margin:24px 0;
      overflow-x:auto;
    }
    .code-block-lbl{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:10px}
    .code-block code{font-family:'Courier New',monospace;font-size:13px;color:#7ab3f0;line-height:1.6}

    /* Article divider */
    .art-dv{border:none;border-top:1px solid var(--bdr);margin:40px 0}

    /* Author card */
    .author-card{
      display:flex;gap:20px;align-items:flex-start;
      background:var(--off);border:1px solid var(--bdr);
      border-radius:12px;padding:28px;margin-top:48px;
    }
    .author-av{
      width:64px;height:64px;min-width:64px;border-radius:50%;
      background:linear-gradient(135deg,var(--navy-mid),var(--blue));
      display:grid;place-items:center;
      font-family:var(--head);font-size:22px;font-weight:800;color:#fff;
      border:2px solid var(--blue-lt);
    }
    .author-info .author-lbl{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--mut);margin-bottom:4px}
    .author-info .author-name{font-family:var(--head);font-size:18px;font-weight:700;color:var(--hdg);margin-bottom:4px}
    .author-info .author-role{font-size:13px;color:var(--mut);margin-bottom:8px}
    .author-info p{font-size:13px;color:#444;line-height:1.65;margin:0}

    /* Tags */
    .art-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:32px}
    .tag{
      font-size:11px;font-weight:600;padding:5px 13px;
      border-radius:100px;border:1px solid var(--bdr);
      color:var(--mut);background:#fff;
      transition:all .2s;cursor:pointer;
    }
    .tag:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-lt)}

    /* ── SIDEBAR ── */
    .art-sidebar{position:sticky;top:104px;display:flex;flex-direction:column;gap:24px}

    /* TOC sidebar */
    .toc-card{
      background:#fff;
      border:1px solid var(--bdr);
      border-radius:10px;
      overflow:hidden;
    }
    .toc-head{
      background:var(--navy);
      padding:14px 18px;
      font-family:var(--head);font-size:11px;font-weight:700;
      letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.6);
    }
    .toc-list{list-style:none;padding:8px 0}
    .toc-list li a{
      display:flex;align-items:center;gap:10px;
      padding:9px 18px;font-size:13px;color:var(--mut);
      transition:color .2s,background .2s;border-left:3px solid transparent;
    }
    .toc-list li a:hover,.toc-list li a.active{
      color:var(--blue);background:var(--blue-lt);border-left-color:var(--blue);
    }
    .toc-list .toc-n{
      font-size:10px;font-weight:700;color:var(--bdr);min-width:18px;
    }
    .toc-list li a:hover .toc-n,.toc-list li a.active .toc-n{color:var(--blue)}

    /* Edition nav card */
    .ed-nav-card{
      background:var(--navy);border-radius:10px;padding:22px;
    }
    .ed-nav-lbl{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:14px}
    .ed-link{
      display:flex;align-items:flex-start;gap:10px;
      padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06);
      font-size:12px;color:rgba(255,255,255,.5);
      transition:color .2s;cursor:pointer;
    }
    .ed-link:last-child{border-bottom:none}
    .ed-link:hover{color:#fff}
    .ed-link .ed-n{font-size:10px;font-weight:700;color:var(--blue);min-width:18px}

    /* Related articles card */
    .rel-card{border:1px solid var(--bdr);border-radius:10px;overflow:hidden}
    .rel-head{
      background:var(--off);border-bottom:1px solid var(--bdr);
      padding:12px 18px;
      font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--mut);
    }
    .rel-list{list-style:none}
    .rel-item{
      padding:14px 18px;border-bottom:1px solid var(--bdr);
      transition:background .2s;cursor:pointer;
    }
    .rel-item:last-child{border-bottom:none}
    .rel-item:hover{background:var(--off)}
    .rel-cat{font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:4px}
    .rel-title{font-size:13px;font-weight:600;color:var(--hdg);line-height:1.35}
    .rel-min{font-size:11px;color:var(--mut);margin-top:3px}

    /* CTA card */
    .cta-card{
      background:linear-gradient(135deg,var(--blue),var(--navy-lt));
      border-radius:10px;padding:24px;text-align:center;
    }
    .cta-em{font-size:32px;margin-bottom:10px}
    .cta-h{font-family:var(--head);font-size:16px;font-weight:700;color:#fff;margin-bottom:6px;line-height:1.3}
    .cta-p{font-size:12px;color:rgba(255,255,255,.7);line-height:1.6;margin-bottom:16px}
    .cta-inp{
      width:100%;padding:10px 12px;border-radius:6px;border:none;
      font-size:13px;font-family:var(--body);margin-bottom:8px;
      background:rgba(255,255,255,.15);color:#fff;
      outline:none;
    }
    .cta-inp::placeholder{color:rgba(255,255,255,.5)}
    .cta-inp:focus{background:rgba(255,255,255,.22)}
    .cta-btn{
      width:100%;padding:10px;border-radius:6px;border:none;
      background:#fff;color:var(--blue);
      font-size:13px;font-weight:700;font-family:var(--body);
      cursor:pointer;transition:all .2s;
    }
    .cta-btn:hover{background:var(--blue-lt);transform:translateY(-1px)}

    /* ── NEXT / PREV ARTICLES ── */
    .art-nav{
      max-width:1260px;margin:0 auto;
      padding:0 24px 64px;
      display:grid;grid-template-columns:1fr 1fr;gap:20px;
    }
    .an{
      padding:24px 28px;border:1px solid var(--bdr);border-radius:10px;
      background:#fff;transition:all .25s;cursor:pointer;
      display:flex;flex-direction:column;gap:6px;
    }
    .an:hover{border-color:var(--blue);box-shadow:0 8px 28px rgba(26,110,212,.1);transform:translateY(-2px)}
    .an-dir{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--mut)}
    .an-cat{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue)}
    .an-title{font-family:var(--head);font-size:16px;font-weight:700;color:var(--hdg);line-height:1.3}
    .an-arr{font-size:18px;color:var(--blue);margin-top:4px}
    .an.right{text-align:right}

    /* ── MORE FROM EDITION ── */
    .more-sec{background:var(--off);padding:64px 24px}
    .more-in{max-width:1260px;margin:0 auto}
    .more-hdr{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}
    .more-h{font-family:var(--head);font-size:26px;font-weight:800;color:var(--hdg);letter-spacing:-.02em}
    .more-lbl{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:6px}
    .more-link{font-size:13px;font-weight:600;color:var(--blue)}
    .more-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
    .mc{
      background:#fff;border:1px solid var(--bdr);border-radius:10px;
      overflow:hidden;transition:all .25s;
    }
    .mc:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(0,0,0,.08);border-color:var(--blue)}
    .mc-thumb{
      height:140px;display:grid;place-items:center;font-size:32px;
    }
    .mc-th-seo{background:linear-gradient(135deg,#deeaf7,#c2d8f4)}
    .mc-th-ppc{background:linear-gradient(135deg,#e8eeff,#c8d4ff)}
    .mc-th-ai{background:linear-gradient(135deg,#fff4e6,#ffe0b2)}
    .mc-body{padding:18px 20px}
    .mc-tag{
      display:inline-block;font-size:9px;font-weight:700;letter-spacing:.1em;
      text-transform:uppercase;padding:3px 9px;border-radius:100px;margin-bottom:8px;
    }
    .mt-seo{background:var(--blue-lt);color:var(--blue)}
    .mt-ppc{background:#e8eeff;color:#2d4fd4}
    .mt-ai{background:#fff4e6;color:#b85c00}
    .mc-h{font-family:var(--head);font-size:15px;font-weight:700;color:var(--hdg);line-height:1.3;margin-bottom:6px}
    .mc-p{font-size:12px;color:var(--mut);line-height:1.6;margin-bottom:12px}
    .mc-foot{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid var(--bdr)}
    .mc-min{font-size:11px;color:var(--mut)}
    .mc-arr{
      width:28px;height:28px;border-radius:50%;
      background:var(--navy);display:grid;place-items:center;
      cursor:pointer;transition:background .2s;flex-shrink:0;
    }
    .mc-arr:hover{background:var(--blue)}
    .mc-arr svg{width:12px;height:12px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

    /* ── FOOTER ── */
    #wb-footer{background:#0F1F3D;color:rgba(255,255,255,.7);padding:56px 24px 0}
    .ftr-in{max-width:1260px;margin:0 auto}
    .ftr-top{display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr 1fr;gap:36px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.08)}
    .ftr-logo{height:34px;width:auto;margin-bottom:14px;filter:brightness(0) invert(1)}
    .ftr-logo-fb{display:none;font-family:var(--head);font-size:20px;font-weight:800;color:#fff;margin-bottom:14px}
    .ftr-logo-fb span{color:var(--blue)}
    .ftr-tag{font-size:13px;color:rgba(255,255,255,.4);line-height:1.7;max-width:230px;margin-bottom:18px}
    .ftr-cities{display:flex;flex-wrap:wrap;gap:5px}
    .fc{font-size:11px;padding:3px 10px;border-radius:100px;border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.4);transition:border-color .2s,color .2s;cursor:pointer}
    .fc:hover{border-color:var(--blue);color:var(--blue)}
    .ftr-ct{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:14px}
    .ftr-ul{list-style:none}
    .ftr-ul li{margin-bottom:9px}
    .ftr-ul a{font-size:13px;color:rgba(255,255,255,.55);transition:color .2s}
    .ftr-ul a:hover{color:#fff}
    .ftr-ul a.ftr-active{color:var(--blue)}
    .ftr-socials{display:flex;gap:8px;margin-top:14px;align-items:center}
    .ftr-socials img{height:26px;width:26px;object-fit:contain;opacity:.55;transition:opacity .2s}
    .ftr-socials img:hover{opacity:1}
    .ftr-bot{padding:18px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
    .ftr-copy{font-size:12px;color:rgba(255,255,255,.3)}
    .ftr-tag2{font-size:12px;color:var(--blue);font-weight:600;letter-spacing:.04em}

    /* ── RESPONSIVE ── */
    @media(max-width:960px){
      .hdr-nav{display:none}
      .art-layout{grid-template-columns:1fr;gap:40px}
      .art-sidebar{position:static}
      .art-nav{grid-template-columns:1fr}
      .more-grid{grid-template-columns:1fr}
      .stat-row{grid-template-columns:1fr}
      .more-hdr{flex-direction:column;align-items:flex-start;gap:10px}
      .ftr-top{grid-template-columns:1fr 1fr}
    }
	 @media(max-width:480px){
		 .art-img{
			 height:auto;
		 }
		 .art-share-row{
			display: grid;
			grid-template-columns: repeat(2, 1fr);			
       }
		 }