.tag-brand .post-hero{background:var(--charcoal);color:#fff;padding:54px 0 46px;}
.tag-brand .post-hero .crumb{display:flex;flex-wrap:wrap;gap:8px;font-size:.85rem;color:rgba(255,255,255,.7);margin-bottom:22px;}
.tag-brand .post-hero .crumb a{color:rgba(255,255,255,.85);}
.tag-brand .post-hero .crumb a:hover{color:#fff;}
.tag-brand .post-hero .kicker{color:#ff8a8d;}
.tag-brand .post-hero h1{font-size:2.5rem;line-height:1.15;font-weight:800;color:#fff;max-width:900px;margin:8px 0 18px;}
.tag-brand .post-meta{display:flex;flex-wrap:wrap;gap:8px 22px;font-size:.92rem;color:rgba(255,255,255,.8);}
.tag-brand .post-meta span{display:flex;align-items:center;gap:8px;}
.tag-brand .post-meta span + span::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--red);}
.tag-brand .post-body{padding:56px 0 80px;}
.tag-brand .post-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:56px;align-items:start;}
.tag-brand .post-featured img{width:100%;max-height:460px;object-fit:cover;border-radius:16px;display:block;margin-bottom:34px;}
.tag-brand .entry{max-width:760px;}
.tag-brand .entry p{font-size:1.04rem;line-height:1.85;color:var(--slate);}
.tag-brand .entry p + p,.tag-brand .entry ul + p,.tag-brand .entry p + ul,.tag-brand .entry ol + p,.tag-brand .entry p + ol{margin-top:16px;}
.tag-brand .entry h2{font-size:1.7rem;line-height:1.25;font-weight:800;color:var(--charcoal);margin:38px 0 14px;}
.tag-brand .entry h3{font-size:1.3rem;line-height:1.3;font-weight:700;color:var(--charcoal);margin:30px 0 10px;}
.tag-brand .entry h4{font-size:1.1rem;font-weight:700;color:var(--charcoal);margin:24px 0 8px;}
.tag-brand .entry ul,.tag-brand .entry ol{margin:14px 0 0;padding-left:0;list-style:none;display:grid;gap:9px;}
.tag-brand .entry li{position:relative;padding-left:28px;font-size:1.02rem;line-height:1.7;color:var(--slate);}
.tag-brand .entry ul li::before{content:'';position:absolute;left:0;top:8px;width:14px;height:14px;border-radius:50%;background:var(--red);}
.tag-brand .entry ol{counter-reset:li;}
.tag-brand .entry ol li::before{counter-increment:li;content:counter(li);position:absolute;left:0;top:4px;width:20px;height:20px;border-radius:50%;background:var(--red);color:#fff;font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;}
.tag-brand .entry a{color:var(--red);font-weight:600;}
.tag-brand .entry a:hover{text-decoration:underline;}
.tag-brand .entry img{border-radius:12px;margin:22px 0;}
.tag-brand .entry blockquote{border-left:4px solid var(--red);padding:6px 0 6px 22px;margin:26px 0;font-size:1.1rem;color:var(--charcoal);font-weight:600;}
.tag-brand .entry table{width:100%;border-collapse:collapse;margin:22px 0;font-size:.95rem;}
.tag-brand .entry th,.tag-brand .entry td{border:1px solid var(--light);padding:10px 12px;text-align:left;color:var(--slate);}
.tag-brand .entry th{background:var(--offwhite);color:var(--charcoal);}
.tag-brand .post-share{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:40px 0 0;padding-top:24px;border-top:1px solid var(--light);}
.tag-brand .post-share span{font-size:.82rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--slate);margin-right:8px;}
.tag-brand .post-share a{padding:9px 16px;border:1.5px solid var(--light);border-radius:30px;font-size:.88rem;font-weight:600;color:var(--charcoal);}
.tag-brand .post-share a:hover{border-color:var(--red);color:var(--red);}
.tag-brand .post-cta{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:22px;background:var(--charcoal);color:#fff;border-radius:16px;padding:30px 32px;margin-top:40px;}
.tag-brand .post-cta .kicker{color:#ff8a8d;}
.tag-brand .post-cta h3{font-size:1.4rem;font-weight:800;color:#fff;margin:4px 0 8px;}
.tag-brand .post-cta p{color:rgba(255,255,255,.8);font-size:.98rem;max-width:520px;}
.tag-brand .post-cta .btns{display:flex;gap:10px;flex-wrap:wrap;}
.tag-brand .post-cta .btn-out{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.7);}
.tag-brand .post-related{margin-top:56px;}
.tag-brand .post-related .head{margin-bottom:26px;}
.tag-brand .rel-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;}
.tag-brand .rel-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--light);border-radius:14px;overflow:hidden;color:var(--charcoal);transition:border-color .18s,transform .18s;}
.tag-brand .rel-card:hover{border-color:var(--red);transform:translateY(-2px);}
.tag-brand .rel-img{height:170px;background:var(--offwhite);}
.tag-brand .rel-img img{width:100%;height:100%;object-fit:cover;display:block;}
.tag-brand .rel-bd{padding:16px 18px 18px;}
.tag-brand .rel-date{font-size:.78rem;color:var(--slate);}
.tag-brand .rel-card h3{font-size:1.02rem;line-height:1.4;font-weight:700;margin:6px 0 0;}
.tag-brand .post-side{position:sticky;top:100px;display:grid;gap:20px;}
.tag-brand .side-box{background:#fff;border:1px solid var(--light);border-radius:14px;padding:22px;}
.tag-brand .side-box .kicker{display:block;margin-bottom:12px;}
.tag-brand .side-quote{background:var(--charcoal);color:#fff;border-color:transparent;}
.tag-brand .side-quote .kicker{color:#ff8a8d;}
.tag-brand .side-quote h3{font-size:1.15rem;font-weight:700;color:#fff;margin:0 0 8px;}
.tag-brand .side-quote p{font-size:.92rem;line-height:1.6;color:rgba(255,255,255,.8);}
.tag-brand .side-quote .phone{display:flex;align-items:center;gap:10px;margin:16px 0 12px;font-size:1.3rem;font-weight:800;color:#fff;}
.tag-brand .side-quote .phone svg{width:20px;height:20px;stroke:var(--red);}
.tag-brand .side-quote .btn{width:100%;justify-content:center;}
.tag-brand .side-list{list-style:none;margin:0;padding:0;display:grid;gap:12px;}
.tag-brand .side-list li{display:grid;gap:2px;padding-bottom:12px;border-bottom:1px solid var(--light);}
.tag-brand .side-list li:last-child{border-bottom:none;padding-bottom:0;}
.tag-brand .side-list a{font-size:.95rem;font-weight:600;color:var(--charcoal);line-height:1.4;}
.tag-brand .side-list a:hover{color:var(--red);}
.tag-brand .side-list small{font-size:.78rem;color:var(--slate);}
.tag-brand .side-cats a{padding:8px 14px;font-size:.86rem;gap:8px;}
.tag-brand .side-cats a b{font-weight:700;color:var(--red);}
.tag-brand .side-stock .mini .b-grid{grid-template-columns:1fr!important;gap:12px;}
.tag-brand .side-stock .pcard-img img{height:120px;}
.tag-brand .side-stock .pcard-specs{display:none;}
.tag-brand .side-stock .mini-actions{margin-top:12px;}
.tag-brand .side-stock .mini-actions .btn{width:100%;justify-content:center;font-size:.8rem;}
@media (max-width:980px){.tag-brand .post-grid{grid-template-columns:1fr;gap:36px;}.tag-brand .post-side{position:static;}.tag-brand .rel-grid{grid-template-columns:1fr;}.tag-brand .post-hero h1{font-size:1.9rem;}}
.tag-brand .arch-desc{margin-top:18px;max-width:760px;font-size:1.02rem;line-height:1.7;color:rgba(255,255,255,.85);}
.tag-brand .arch-desc p + p{margin-top:10px;}
.tag-brand .arch-main{min-width:0;}
.tag-brand .arch-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;}
.tag-brand .arch-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--light);border-radius:14px;overflow:hidden;transition:transform .18s,box-shadow .18s,border-color .18s;}
.tag-brand .arch-card:hover{transform:translateY(-4px);box-shadow:0 22px 40px -26px rgba(35,31,32,.5);border-color:var(--red);}
.tag-brand .arch-thumb{display:block;height:210px;background-size:cover;background-position:center;background-color:var(--offwhite);}
.tag-brand .arch-body{display:flex;flex-direction:column;flex:1;padding:22px 22px 24px;}
.tag-brand .arch-meta{display:flex;gap:10px;align-items:center;margin-bottom:10px;font-size:.74rem;font-weight:700;letter-spacing:.6px;text-transform:uppercase;}
.tag-brand .arch-cat{color:var(--red);}
.tag-brand .arch-date{color:var(--body);}
.tag-brand .arch-name{font-size:1.12rem;font-weight:700;color:var(--charcoal);line-height:1.35;}
.tag-brand .arch-more{margin-top:auto;padding-top:16px;font-weight:700;text-transform:uppercase;font-size:.78rem;letter-spacing:.7px;color:var(--red);display:inline-flex;align-items:center;gap:7px;}
.tag-brand .arch-more svg{width:15px;height:15px;stroke:currentColor;}
.tag-brand .arch-pages{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:40px;}
.tag-brand .arch-pages a,.tag-brand .arch-pages span{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 16px;border:1.5px solid var(--light);border-radius:8px;font-weight:700;font-size:.9rem;color:var(--charcoal);background:#fff;}
.tag-brand .arch-pages a:hover{border-color:var(--red);color:var(--red);}
.tag-brand .arch-pages .current{background:var(--red);border-color:var(--red);color:#fff;}
.tag-brand .arch-pages .dots{border:none;}
.tag-brand .arch-empty{padding:30px 0 10px;}
.tag-brand .arch-empty p{margin-top:14px;color:var(--slate);}
.tag-brand .arch-empty a{color:var(--red);font-weight:600;}
.tag-brand .arch-main .post-cta{margin-top:48px;}
.tag-brand .side-cats a.on{background:var(--red);border-color:var(--red);color:#fff;}
@media (max-width:720px){.tag-brand .arch-grid{grid-template-columns:1fr;}}
