/* ===== POWERNAX BLOG — Forbes / Men's Health Editorial ===== */
/* Fonts: Playfair Display (headlines) + Merriweather (body) + Inter (UI) */

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Merriweather','Georgia',serif;font-weight:300;color:#1a1a1a;background:#fff;line-height:1.9;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}

/* ===== READING PROGRESS BAR ===== */
#pnx-progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,#b8922e,#d4a94a);width:0%;z-index:300;transition:width .08s linear;pointer-events:none}

/* ===== NAV ===== */
.pnx-nav{background:#fff;padding:0 24px;position:sticky;top:0;z-index:100;border-bottom:2px solid #111}
.pnx-nav__inner{max-width:1160px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:56px}
.pnx-nav__logo{display:flex;align-items:baseline;gap:10px}
.pnx-nav__logo-text{font-family:'Inter','Segoe UI',sans-serif;font-weight:700;font-size:17px;color:#111;letter-spacing:2px;text-transform:uppercase}
.pnx-nav__logo-text span{color:#b8922e}
.pnx-nav__logo-sub{font-family:'Inter',sans-serif;font-size:9px;color:#999;text-transform:uppercase;letter-spacing:3px}
.pnx-nav__links{display:flex;align-items:center;gap:24px}
.pnx-nav__links a{font-family:'Inter',sans-serif;color:#555;font-size:13px;font-weight:500;letter-spacing:.3px;transition:color .2s}
.pnx-nav__links a:hover{color:#111}
.pnx-nav__cta{background:#b8922e !important;color:#fff !important;padding:8px 20px;border-radius:4px;font-weight:600 !important;font-size:12px !important;letter-spacing:.5px;text-transform:uppercase}
.pnx-nav__cta:hover{background:#a07d1e !important}

/* ===== HERO HOME ===== */
.pnx-hero-home{background:#fff;padding:72px 24px 28px;text-align:center;border-bottom:1px solid #eee}
.pnx-hero-home__inner{max-width:680px;margin:0 auto}
.pnx-hero-home__title{font-family:'Playfair Display',Georgia,serif;color:#111;font-size:clamp(28px,5vw,46px);font-weight:800;line-height:1.1;margin-bottom:14px;letter-spacing:-.5px}
.pnx-hero-home__title span{color:#b8922e}
.pnx-hero-home__sub{font-family:'Inter',sans-serif;color:#888;font-size:14px;line-height:1.7;font-weight:400;letter-spacing:.1px}

/* ===== POSTS GRID ===== */
.pnx-posts{max-width:960px;margin:0 auto;padding:48px 24px 100px}
.pnx-posts__grid{display:grid;grid-template-columns:1fr;gap:0}
.pnx-posts__empty{text-align:center;padding:60px 20px;color:#888;font-size:16px}

/* ===== POST CARD ===== */
.pnx-card{display:grid;grid-template-columns:300px 1fr;gap:32px;align-items:center;padding:36px 0;border-bottom:1px solid #ebebeb;transition:opacity .15s}
.pnx-card:first-child{padding-top:0}
.pnx-card:last-child{border-bottom:none}
.pnx-card:hover{opacity:.82}
.pnx-card__img-wrap{width:100%;height:192px;overflow:hidden;border-radius:4px;background:#f5f5f0}
.pnx-card__img-wrap--placeholder{display:flex;align-items:center;justify-content:center;background:#f5f5f0}
.pnx-card__img-wrap--placeholder span{color:#ccc;font-family:'Inter',sans-serif;font-weight:700;font-size:13px;letter-spacing:2px}
.pnx-card__img{width:100%;height:100%;object-fit:cover;display:block}
.pnx-card__body{padding:0}
.pnx-card__cat{display:inline-block;font-family:'Inter',sans-serif;color:#b8922e;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px;border-bottom:2px solid #b8922e;padding-bottom:2px}
.pnx-card__title{font-family:'Playfair Display',Georgia,serif;font-size:23px;font-weight:800;color:#111;line-height:1.2;margin-bottom:10px;letter-spacing:-.2px}
.pnx-card__desc{font-family:'Inter',sans-serif;font-size:14px;color:#777;line-height:1.65;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:400}
.pnx-card__meta{display:flex;gap:14px;margin-top:14px;font-family:'Inter',sans-serif;font-size:12px;color:#bbb;font-weight:400}

@media(max-width:640px){
  .pnx-card{grid-template-columns:1fr;gap:16px}
  .pnx-card__img-wrap{height:210px}
  .pnx-card__title{font-size:20px}
}

/* ===== ARTICLE POST HEADER — Forbes Style ===== */
.pnx-article-header{max-width:800px;margin:0 auto;padding:52px 24px 32px;text-align:center}
.pnx-article-header__cat{display:inline-block;font-family:'Inter',sans-serif;color:#b8922e;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:2.5px;margin-bottom:20px;border-bottom:2px solid #b8922e;padding-bottom:3px}
.pnx-article-header__title{font-family:'Playfair Display',Georgia,serif;font-size:clamp(30px,5.5vw,52px);font-weight:800;line-height:1.08;color:#111;margin-bottom:20px;letter-spacing:-.5px}
.pnx-article-header__deck{font-family:'Merriweather',Georgia,serif;font-size:18px;font-weight:300;font-style:italic;color:#555;max-width:620px;margin:0 auto 28px;line-height:1.7}
.pnx-article-header__byline{display:flex;align-items:center;justify-content:center;gap:16px;font-family:'Inter',sans-serif;font-size:13px;color:#999;padding:20px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;flex-wrap:wrap}
.pnx-article-header__byline strong{color:#555;font-weight:600}
.pnx-article-header__dot{color:#ddd}

/* ===== HERO IMAGE — Full bleed ===== */
.pnx-hero-image{margin:0 auto;max-width:1100px;padding:24px 0}
.pnx-hero-image img{width:100%;height:auto;display:block;border-radius:0}
.pnx-hero-image__caption{font-family:'Inter',sans-serif;font-size:12px;color:#aaa;text-align:center;margin-top:10px;font-style:italic;padding:0 24px}

/* ===== ARTICLE CONTENT ===== */
.pnx-article-wrap{max-width:740px;margin:0 auto;padding:48px 24px 80px}
.pnx-article{font-family:'Merriweather',Georgia,serif;font-size:17px;font-weight:300;color:#222;line-height:1.95}
.pnx-article p{margin-bottom:28px}
.pnx-article h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(22px,3.5vw,32px);font-weight:800;color:#111;margin:60px 0 18px;line-height:1.15;letter-spacing:-.3px;scroll-margin-top:70px}
.pnx-article h2::before{content:'';display:block;width:40px;height:3px;background:#b8922e;margin-bottom:14px}
.pnx-article h3{font-family:'Playfair Display',Georgia,serif;font-size:20px;font-weight:700;color:#111;margin:40px 0 14px;line-height:1.2}
.pnx-article a{color:#b8922e;text-decoration:underline;text-underline-offset:3px}
.pnx-article a:hover{color:#8a6d1e}
.pnx-article ul,.pnx-article ol{margin:0 0 28px 24px}
.pnx-article li{margin-bottom:12px;line-height:1.75}
.pnx-article img{border-radius:4px;margin:36px 0;width:100%}
.pnx-article strong{color:#111;font-weight:700}
.pnx-article em{font-style:italic}

/* ===== PULLQUOTE — Forbes signature element ===== */
.pnx-pullquote{position:relative;margin:52px 0;padding:36px 0;border-top:2px solid #111;border-bottom:2px solid #111;text-align:center}
.pnx-pullquote p{font-family:'Playfair Display',Georgia,serif;font-size:clamp(22px,3vw,28px);font-weight:700;font-style:italic;color:#111;line-height:1.35;letter-spacing:-.2px;max-width:560px;margin:0 auto}
.pnx-pullquote cite{display:block;font-family:'Inter',sans-serif;font-size:11px;color:#b8922e;text-transform:uppercase;letter-spacing:2px;margin-top:16px;font-style:normal;font-weight:600}

/* ===== STAT CALLOUT ===== */
.pnx-statrow{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin:40px 0;background:#111}
.pnx-statrow__item{background:#fff;padding:28px 20px;text-align:center}
.pnx-statrow__num{font-family:'Playfair Display',Georgia,serif;font-size:40px;font-weight:900;color:#111;line-height:1;display:block}
.pnx-statrow__num--gold{color:#b8922e}
.pnx-statrow__label{font-family:'Inter',sans-serif;font-size:11px;color:#888;text-transform:uppercase;letter-spacing:1.5px;margin-top:8px;font-weight:500}
@media(max-width:600px){.pnx-statrow{grid-template-columns:1fr}}

/* ===== IMAGE CAPTION ===== */
.pnx-caption{font-family:'Inter',sans-serif;font-size:12px;color:#aaa;font-style:italic;text-align:center;margin:-28px 0 36px;line-height:1.5}

/* ===== HIGHLIGHT BOX ===== */
.hl-box{background:#fafaf5;border-left:4px solid #b8922e;padding:22px 28px;margin:36px 0;font-size:16px;color:#444;line-height:1.75}
.hl-box strong{color:#111;font-weight:700}

/* ===== BENEFIT CARD ===== */
.bcard{background:#fff;border:1px solid #eee;border-radius:4px;padding:28px;margin:20px 0;border-left:4px solid #b8922e}
.bcard__num{font-family:'Playfair Display',Georgia,serif;font-size:36px;font-weight:900;color:#f0e8d8;line-height:1;margin-bottom:6px}
.bcard__title{font-family:'Inter',sans-serif;font-size:16px;font-weight:700;color:#111;margin-bottom:8px}
.bcard__text{font-family:'Merriweather',Georgia,serif;font-size:14px;font-weight:300;color:#555;line-height:1.75}
.bcard__src{font-family:'Inter',sans-serif;font-size:11px;color:#b8922e;margin-top:10px;font-style:italic}

/* ===== CTA BLOCK ===== */
.pnx-cta-block{background:#111;border-radius:4px;padding:36px 32px;margin:48px 0;text-align:center}
.pnx-cta-block__label{font-family:'Inter',sans-serif;font-size:10px;color:#b8922e;text-transform:uppercase;letter-spacing:2.5px;font-weight:700;margin-bottom:12px;display:block}
.pnx-cta-block__title{font-family:'Playfair Display',Georgia,serif;font-size:clamp(20px,3vw,26px);font-weight:800;color:#fff;margin-bottom:10px}
.pnx-cta-block__text{font-family:'Inter',sans-serif;font-size:14px;color:rgba(255,255,255,.55);margin:0 0 24px;line-height:1.65;max-width:440px;margin-left:auto;margin-right:auto;font-weight:400}
.pnx-cta-block__btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:8px}
.pnx-cta-block__btn{display:inline-block;background:#b8922e;color:#fff;font-family:'Inter',sans-serif;font-weight:700;padding:13px 32px;border-radius:4px;font-size:13px;letter-spacing:.5px;text-transform:uppercase;transition:background .15s}
.pnx-cta-block__btn:hover{background:#a07d1e;color:#fff}
.pnx-cta-block__btn--outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}
.pnx-cta-block__btn--outline:hover{background:rgba(255,255,255,.08);color:#fff}
.pnx-cta-block__trust{font-family:'Inter',sans-serif;font-size:11px;color:rgba(255,255,255,.25);margin-top:16px}
@media(max-width:480px){.pnx-cta-block{padding:24px 18px}.pnx-cta-block__btn{width:100%;text-align:center}}

/* ===== PRODUCT SHOWCASE (native/editorial) ===== */
.pnx-product{border:1px solid #eee;border-radius:4px;overflow:hidden;margin:48px 0;display:grid;grid-template-columns:1fr 1fr;align-items:center}
.pnx-product--full{grid-template-columns:1fr}
.pnx-product__img{width:100%;height:280px;object-fit:cover;display:block}
.pnx-product__body{padding:32px}
.pnx-product__eyebrow{font-family:'Inter',sans-serif;font-size:10px;color:#b8922e;text-transform:uppercase;letter-spacing:2px;font-weight:700;margin-bottom:10px;display:block}
.pnx-product__name{font-family:'Playfair Display',Georgia,serif;font-size:22px;font-weight:800;color:#111;margin-bottom:10px;line-height:1.2}
.pnx-product__desc{font-family:'Merriweather',Georgia,serif;font-size:14px;font-weight:300;color:#666;margin-bottom:20px;line-height:1.75}
.pnx-product__btn{display:inline-block;background:#111;color:#fff;font-family:'Inter',sans-serif;font-weight:600;padding:11px 24px;border-radius:4px;font-size:12px;letter-spacing:.5px;text-transform:uppercase;transition:background .15s}
.pnx-product__btn:hover{background:#333;color:#fff}
@media(max-width:640px){.pnx-product{grid-template-columns:1fr}.pnx-product__img{height:220px}}

/* ===== GIF / IMAGE EMBED ===== */
.pnx-gif{margin:40px 0;text-align:center}
.pnx-gif img{max-width:480px;width:100%;border-radius:8px;margin:0 auto}
.pnx-gif__caption{font-family:'Inter',sans-serif;font-size:12px;color:#aaa;font-style:italic;margin-top:10px}

/* ===== RESEARCH CITATION ===== */
.pnx-cite{font-family:'Inter',sans-serif;font-size:12px;color:#aaa;border-top:1px solid #f0f0f0;padding-top:8px;margin:-20px 0 28px;font-style:italic}
.pnx-cite a{color:#b8922e}

/* ===== TABLE COMPARISON ===== */
.pnx-table{width:100%;border-collapse:collapse;margin:36px 0;font-size:14px}
.pnx-table thead{background:#111}
.pnx-table th{color:#fff;padding:14px 18px;text-align:left;font-family:'Inter',sans-serif;font-weight:600;font-size:11px;letter-spacing:1px;text-transform:uppercase}
.pnx-table td{padding:14px 18px;border-bottom:1px solid #eee;vertical-align:top;line-height:1.6;font-family:'Inter',sans-serif;font-size:14px;font-weight:400}
.pnx-table tr:last-child td{border-bottom:none}
.pnx-table tr:nth-child(even) td{background:#fafaf5}
@media(max-width:640px){.pnx-table{font-size:13px}.pnx-table th,.pnx-table td{padding:10px 12px}}

/* ===== CHECKLIST ===== */
.pnx-check{list-style:none;padding:0;margin:28px 0}
.pnx-check li{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;font-family:'Inter',sans-serif;font-size:15px;color:#444;font-weight:400;line-height:1.6}
.pnx-check li::before{content:'✓';color:#b8922e;font-weight:800;flex-shrink:0;font-size:14px;margin-top:2px}

/* ===== FAQ ===== */
.faq{border-bottom:1px solid #eee;margin:0}
.faq:first-of-type{border-top:1px solid #eee}
.faq__q{padding:18px 0;font-family:'Inter',sans-serif;font-weight:600;font-size:15px;color:#111;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between}
.faq__q::-webkit-details-marker{display:none}
.faq__q::after{content:'+';font-size:20px;color:#bbb;font-weight:300}
.faq[open] .faq__q::after{content:'−'}
.faq__a{padding:0 0 20px;font-family:'Merriweather',Georgia,serif;font-size:15px;font-weight:300;color:#666;line-height:1.75}

/* ===== SIGNAL / REASON CARD ===== */
.signal{padding:28px 0;border-bottom:1px solid #f0f0f0}
.signal:last-of-type{border-bottom:none}
.signal__num{font-family:'Playfair Display',Georgia,serif;font-size:13px;font-weight:900;color:#b8922e;margin-bottom:6px;text-transform:uppercase;letter-spacing:1px}
.signal__title{font-family:'Playfair Display',Georgia,serif;font-size:19px;font-weight:700;color:#111;margin-bottom:8px;line-height:1.3}
.signal__text{font-family:'Merriweather',Georgia,serif;font-size:15px;font-weight:300;color:#555;line-height:1.8}

/* ===== TIMELINE ===== */
.timeline{position:relative;padding-left:32px;margin:32px 0}
.timeline::before{content:'';position:absolute;left:8px;top:8px;bottom:8px;width:1px;background:#e5e5e5}
.timeline__item{position:relative;margin-bottom:28px}
.timeline__item::before{content:'';position:absolute;left:-28px;top:6px;width:10px;height:10px;border-radius:50%;background:#b8922e;border:2px solid #fff;box-shadow:0 0 0 2px #b8922e}
.timeline__week{font-family:'Inter',sans-serif;font-size:11px;font-weight:700;color:#b8922e;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:4px}
.timeline__title{font-family:'Inter',sans-serif;font-size:15px;font-weight:700;color:#111;margin-bottom:4px}
.timeline__text{font-family:'Merriweather',Georgia,serif;font-size:14px;font-weight:300;color:#777;line-height:1.7}

/* ===== STATS BAR ===== */
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:36px 0}
.stat{text-align:center;padding:24px 12px;background:#fafaf5}
.stat__num{font-family:'Playfair Display',Georgia,serif;font-size:38px;font-weight:900;color:#111;line-height:1;display:block}
.stat__num--gold{color:#b8922e}
.stat__label{font-family:'Inter',sans-serif;font-size:11px;color:#888;margin-top:6px;font-weight:500;letter-spacing:.5px}
@media(max-width:600px){.stats{grid-template-columns:1fr}}

/* ===== FINAL CTA ===== */
.final{background:#111;border-radius:4px;padding:48px 32px;text-align:center;margin:52px 0}
.final__label{font-family:'Inter',sans-serif;font-size:10px;color:#b8922e;text-transform:uppercase;letter-spacing:2.5px;font-weight:700;margin-bottom:12px;display:block}
.final__title{font-family:'Playfair Display',Georgia,serif;color:#fff;font-size:clamp(22px,4vw,30px);font-weight:800;margin-bottom:12px;line-height:1.2}
.final__text{font-family:'Inter',sans-serif;color:rgba(255,255,255,.5);font-size:14px;margin-bottom:24px;max-width:460px;margin-left:auto;margin-right:auto;line-height:1.7;font-weight:400}
.final__btn{display:inline-block;background:#b8922e;color:#fff;font-family:'Inter',sans-serif;font-weight:700;padding:14px 36px;border-radius:4px;font-size:13px;letter-spacing:.8px;text-transform:uppercase;transition:background .2s}
.final__btn:hover{background:#a07d1e}
.final__trust{font-family:'Inter',sans-serif;color:rgba(255,255,255,.25);font-size:11px;margin-top:16px}

/* ===== INTRO PARAGRAPH (lead text) ===== */
.pnx-intro{font-family:'Merriweather',Georgia,serif;font-size:20px;font-weight:400;color:#111;line-height:1.8;margin:0 0 36px;border-left:4px solid #b8922e;padding-left:20px}
@media(max-width:640px){.pnx-intro{font-size:17px}}

/* ===== RELATED ARTICLES ===== */
.pnx-related{max-width:740px;margin:0 auto;padding:48px 24px;border-top:2px solid #111}
.pnx-related__label{font-family:'Inter',sans-serif;font-size:10px;color:#999;text-transform:uppercase;letter-spacing:3px;font-weight:700;margin-bottom:24px;display:block}
.pnx-related__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pnx-related__item{}
.pnx-related__item a{display:block}
.pnx-related__item-img{width:100%;height:110px;object-fit:cover;border-radius:3px;margin-bottom:10px;background:#f5f5f0}
.pnx-related__item-cat{font-family:'Inter',sans-serif;font-size:10px;color:#b8922e;text-transform:uppercase;letter-spacing:1.5px;font-weight:700;margin-bottom:6px;display:block}
.pnx-related__item-title{font-family:'Playfair Display',Georgia,serif;font-size:15px;font-weight:700;color:#111;line-height:1.3}
.pnx-related__item:hover .pnx-related__item-title{color:#b8922e}
@media(max-width:640px){.pnx-related__grid{grid-template-columns:1fr}}

/* ===== VIDEO WRAP ===== */
.video-wrap{border-radius:4px;overflow:hidden;margin:36px 0}
.video-wrap video{width:100%;display:block}

/* ===== ARTICLE REVIEW BLOCK ===== */
.review{display:flex;gap:16px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #f0f0f0}
.review:last-child{border-bottom:none}
.review__img{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#eee}
.review__name{font-family:'Inter',sans-serif;font-weight:700;font-size:14px;color:#111}
.review__stars{color:#b8922e;font-size:12px;margin:3px 0}
.review__text{font-family:'Merriweather',Georgia,serif;font-size:14px;font-weight:300;color:#666;line-height:1.65}

/* ===== HERO variants override ===== */
.hero{display:none !important}

/* ===== FOOTER ===== */
.pnx-footer{background:#111;padding:48px 24px 32px;margin-top:80px}
.pnx-footer__inner{max-width:960px;margin:0 auto;text-align:center}
.pnx-footer__logo{font-family:'Inter',sans-serif;font-size:18px;font-weight:700;color:#fff;letter-spacing:2px;text-transform:uppercase}
.pnx-footer__logo span{color:#b8922e}
.pnx-footer__brand p{font-family:'Inter',sans-serif;color:#555;font-size:12px;margin-top:6px;margin-bottom:24px;font-weight:400}
.pnx-footer__links{display:flex;justify-content:center;gap:24px;margin-bottom:24px}
.pnx-footer__links a{font-family:'Inter',sans-serif;color:#666;font-size:12px;transition:color .2s;font-weight:400}
.pnx-footer__links a:hover{color:#b8922e}
.pnx-footer__copy{font-family:'Inter',sans-serif;font-size:10px;color:#333;border-top:1px solid #222;padding-top:18px;letter-spacing:.5px}

/* ===== STICKY CTA ===== */
.pnx-sticky{position:fixed;bottom:0;left:0;right:0;z-index:90;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-top:1px solid #e5e5e5;transform:translateY(100%);transition:transform .3s ease;padding:12px 24px}
.pnx-sticky--visible{transform:translateY(0)}
.pnx-sticky__inner{max-width:960px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}
.pnx-sticky__text{font-family:'Inter',sans-serif;color:#888;font-size:12px;display:none;font-weight:400}
.pnx-sticky__btn{display:inline-block;background:#111;color:#fff;font-family:'Inter',sans-serif;font-weight:700;padding:11px 28px;border-radius:4px;font-size:12px;letter-spacing:.8px;text-transform:uppercase;white-space:nowrap;text-align:center;width:100%;transition:background .15s}
.pnx-sticky__btn:hover{background:#333}
@media(min-width:640px){
  .pnx-sticky__text{display:block}
  .pnx-sticky__btn{width:auto}
}

/* ===== 404 ===== */
.pnx-404{text-align:center;padding:120px 20px;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center}
.pnx-404 h1{font-family:'Playfair Display',Georgia,serif;font-size:72px;font-weight:900;color:#eee}
.pnx-404 p{font-family:'Inter',sans-serif;color:#888;font-size:15px;margin:16px 0 28px;font-weight:400}
.pnx-btn{display:inline-block;background:#111;color:#fff;font-family:'Inter',sans-serif;font-weight:700;padding:13px 28px;border-radius:4px;font-size:13px;text-transform:uppercase;letter-spacing:.5px;transition:background .15s}
.pnx-btn:hover{background:#333}

/* ===== RESPONSIVE ===== */
@media(max-width:480px){
  .pnx-hero-home{padding:40px 16px 20px}
  .pnx-posts{padding:24px 16px 60px}
  .pnx-article-wrap{padding:32px 16px 56px}
  .pnx-article-header{padding:36px 16px 24px}
}

/* ===== TOC ===== */
.toc{background:#fafaf5;border-left:4px solid #111;padding:24px 28px;margin:0 0 44px}
.toc__label{font-family:'Inter',sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#999;margin-bottom:14px;display:block}
.toc ol{list-style:none;counter-reset:toc;padding:0}
.toc li{counter-increment:toc;margin-bottom:8px}
.toc a{text-decoration:none;font-family:'Inter',sans-serif;color:#444;font-size:14px;display:flex;align-items:center;gap:10px;transition:color .2s;font-weight:400}
.toc a:hover{color:#b8922e}
.toc a::before{content:counter(toc,'0'counter(toc));font-family:'Inter',sans-serif;font-size:10px;font-weight:700;color:#b8922e;min-width:20px}

/* ===== SECTION DIVIDER ===== */
.pnx-divider{display:flex;align-items:center;justify-content:center;gap:10px;margin:48px 0;color:#ddd;font-size:18px}
.pnx-divider::before,.pnx-divider::after{content:'';flex:1;height:1px;background:#eee}

/* ===== MID CTA (inline native) ===== */
.mid-cta{border:1px solid #e5e5e5;border-top:3px solid #b8922e;padding:24px 28px;margin:36px 0}
.mid-cta__label{font-family:'Inter',sans-serif;font-size:10px;color:#b8922e;text-transform:uppercase;letter-spacing:2px;font-weight:700;margin-bottom:8px;display:block}
.mid-cta p{font-family:'Merriweather',Georgia,serif;font-size:15px;font-weight:300;color:#444;margin-bottom:14px;line-height:1.75}
.mid-cta a{display:inline-block;background:#111;color:#fff;font-family:'Inter',sans-serif;font-weight:700;padding:10px 22px;border-radius:4px;font-size:12px;letter-spacing:.5px;text-transform:uppercase;transition:background .2s}
.mid-cta a:hover{background:#333}

/* ===== ARTICLE OLD COMPONENTS (backwards compat) ===== */
.vs{border:1px solid #eee;border-radius:4px;overflow:hidden;margin:32px 0}
.vs table{width:100%;border-collapse:collapse;font-size:14px}
.vs th{background:#fafaf5;color:#111;padding:12px 16px;text-align:left;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;font-family:'Inter',sans-serif}
.vs td{padding:12px 16px;border-bottom:1px solid #f0f0f0;font-family:'Inter',sans-serif}
.vs tr:last-child td{border-bottom:none}
.prod{background:#fafaf5;border-radius:4px;overflow:hidden;margin:40px 0;padding:28px}
.prod__name{font-family:'Playfair Display',Georgia,serif;font-size:20px;font-weight:800;color:#111;margin-bottom:6px}
.prod__desc{font-family:'Merriweather',Georgia,serif;font-size:14px;font-weight:300;color:#666;margin-bottom:16px;line-height:1.7}
.check{list-style:none;padding:0;margin:24px 0}
.check li{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:15px;color:#555;font-family:'Inter',sans-serif;font-weight:400}
.check li::before{content:'\2713';color:#b8922e;font-weight:700;flex-shrink:0}
.routine{background:#fafaf5;border-radius:4px;padding:20px;margin:16px 0}
.routine__title{font-family:'Inter',sans-serif;font-size:12px;font-weight:700;color:#111;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}
.routine__row{display:flex;gap:16px;font-family:'Inter',sans-serif;font-size:14px;color:#555;padding:6px 0;font-weight:400}
.routine__time{font-weight:700;color:#111;min-width:48px}
.routine__hl{color:#b8922e;font-weight:600}
.prof__vid{border-radius:4px;overflow:hidden;margin:20px 0}
.prof__vid video{width:100%;display:block}
.reels{display:flex;gap:12px;overflow-x:auto;padding:16px 0;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}
.reels::-webkit-scrollbar{display:none}
.reels__item{flex:0 0 240px;scroll-snap-align:start;border-radius:4px;overflow:hidden;position:relative;background:#111}
.reels__item video{width:100%;height:380px;object-fit:cover;display:block}
