/* ========================================
   RESET & BASE
======================================== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'Georgia',serif;font-size:17px;line-height:1.8;color:#1a1a1a;background:#f5f4f0}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}

/* ========================================
   TYPOGRAPHY SCALE
======================================== */
h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif;font-weight:700;line-height:1.25;color:#111}
h1{font-size:2.6rem;letter-spacing:-0.02em}
h2{font-size:1.75rem;letter-spacing:-0.01em;margin:2.5rem 0 1rem}
h3{font-size:1.25rem;margin:1.5rem 0 0.5rem}
p{margin-bottom:1.25rem}
strong{font-weight:700;color:#111}
em{font-style:italic}

/* ========================================
   LAYOUT
======================================== */
.page-wrap{max-width:780px;margin:0 auto;padding:0 20px}
.content-wrap{max-width:680px;margin:0 auto}

/* ========================================
   MASTHEAD / NAV
======================================== */
.masthead{background:#fff;border-bottom:1px solid #e0ddd6;position:sticky;top:0;z-index:100}
.masthead-inner{max-width:1100px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:56px}
.masthead-label{font-family:'Georgia',serif;font-size:11px;letter-spacing:0.12em;text-transform:uppercase;color:#888;background:#f5f4f0;padding:3px 8px;border-radius:2px}
.masthead-brand{font-family:'Playfair Display',Georgia,serif;font-size:1.2rem;font-weight:700;letter-spacing:0.04em;color:#111;text-align:center;flex:1}
.masthead-brand span{color:#c0392b}
.masthead-nav{display:flex;gap:20px;list-style:none}
.masthead-nav a{font-family:Georgia,serif;font-size:12px;letter-spacing:0.06em;text-transform:uppercase;color:#555;transition:color .2s}
.masthead-nav a:hover{color:#111}

/* ========================================
   ARTICLE HEADER
======================================== */
.article-header{background:#fff;padding:40px 0 0;border-bottom:1px solid #e0ddd6}
.article-header .page-wrap{max-width:860px}
.kicker{font-family:Georgia,serif;font-size:11.5px;letter-spacing:0.14em;text-transform:uppercase;color:#c0392b;font-weight:400;margin-bottom:14px}
.article-title{font-family:'Playfair Display',Georgia,serif;font-size:2.45rem;font-weight:700;line-height:1.22;color:#111;margin-bottom:20px;letter-spacing:-0.02em}
.byline-row{display:flex;align-items:center;gap:14px;padding:16px 0 20px;border-top:1px solid #e8e6e0;border-bottom:1px solid #e8e6e0;margin-bottom:0}
.byline-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;flex-shrink:0}
.byline-meta{display:flex;flex-direction:column;gap:2px}
.byline-author{font-family:Georgia,serif;font-size:14px;font-weight:700;color:#111}
.byline-date{font-family:Georgia,serif;font-size:12.5px;color:#888}
.byline-stats{margin-left:auto;display:flex;align-items:center;gap:16px}
.stat-item{display:flex;align-items:center;gap:5px;font-family:Georgia,serif;font-size:12.5px;color:#888}
.stat-item img{width:auto;height:16px}
.hero-img{width:100%;height:auto;display:block;margin-top:24px}

/* ========================================
   ARTICLE BODY
======================================== */
.article-body{background:#fff;padding:36px 0 48px}
.article-body .content-wrap{max-width:680px}

.article-body p{font-size:1.0625rem;line-height:1.82;color:#222;margin-bottom:1.3rem}
.article-body p:first-child{font-size:1.15rem;color:#1a1a1a}

.section-heading{font-family:'Playfair Display',Georgia,serif;font-size:1.4rem;font-weight:700;color:#111;margin:2.8rem 0 1.1rem;padding-bottom:10px;border-bottom:2px solid #111;letter-spacing:-0.01em}

/* inline callout quotes */
.pullquote{margin:2rem 0;padding:1.4rem 1.8rem;border-left:4px solid #c0392b;background:#fdf9f7;font-family:'Playfair Display',Georgia,serif;font-size:1.2rem;font-style:italic;line-height:1.55;color:#111}

/* bold callout lines */
.callout-bold{display:block;font-family:'Playfair Display',Georgia,serif;font-size:1.15rem;font-weight:700;color:#111;margin:1.5rem 0;padding:1rem 1.4rem;background:#f5f4f0;border-left:3px solid #111}

/* list items in article */
.article-list{list-style:none;margin:1rem 0 1.5rem;padding:0}
.article-list li{padding:8px 0 8px 20px;position:relative;font-size:1rem;line-height:1.7;border-bottom:1px solid #f0ede6}
.article-list li:last-child{border-bottom:none}
.article-list li::before{content:'→';position:absolute;left:0;color:#c0392b;font-weight:700}

/* inline article images */
.article-img{width:100%;border-radius:4px;margin:2rem 0}
.article-img-caption{font-size:12.5px;color:#888;font-style:italic;margin-top:-1.4rem;margin-bottom:2rem;text-align:center}

/* week timeline */
.week-block{margin:1.6rem 0;padding:1.2rem 1.4rem;background:#f9f8f5;border-radius:4px;border-left:3px solid #c0392b}
.week-label{font-family:Georgia,serif;font-size:11px;letter-spacing:0.12em;text-transform:uppercase;color:#c0392b;font-weight:700;margin-bottom:6px}
.week-block p{margin-bottom:0;font-size:0.975rem}

/* dialog lines */
.dialog{font-style:italic;color:#333;margin:0.4rem 0;padding-left:1rem;border-left:2px solid #ddd}

/* stat highlight boxes */
.stat-highlight{display:flex;gap:16px;flex-wrap:wrap;margin:2rem 0}
.stat-box{flex:1;min-width:140px;padding:16px 18px;background:#fff;border:1px solid #e0ddd6;border-radius:4px;text-align:center}
.stat-box .num{font-family:'Playfair Display',Georgia,serif;font-size:2rem;font-weight:700;color:#c0392b;display:block}
.stat-box .label{font-size:12px;color:#666;line-height:1.4;margin-top:4px;display:block}

/* ingredients list */
.ingredient-list{margin:1.5rem 0;display:flex;flex-direction:column;gap:12px}
.ingredient-item{padding:14px 16px;background:#f9f8f5;border-radius:4px;border:1px solid #ede9e0}
.ingredient-name{font-family:Georgia,serif;font-size:14px;font-weight:700;color:#111;margin-bottom:4px}
.ingredient-desc{font-size:14px;color:#444;line-height:1.6}

/* ========================================
   CTA BUTTONS
======================================== */
.cta-primary{display:block;width:100%;padding:18px 24px;background:#c0392b;color:#fff;font-family:'Playfair Display',Georgia,serif;font-size:1.15rem;font-weight:700;text-align:center;border-radius:3px;letter-spacing:0.03em;border:none;cursor:pointer;transition:background .2s}
.cta-primary:hover{background:#a93226;color:#fff}
.cta-secondary{display:inline;color:#c0392b;font-family:Georgia,serif;font-size:0.95rem;font-style:italic;text-decoration:underline;cursor:pointer}
.cta-secondary:hover{color:#a93226}
.cta-wrap{margin:2rem 0;text-align:center}
.cta-sub{font-size:12.5px;color:#888;margin-top:10px;text-align:center}

/* ========================================
   OFFER / DISCOUNT SECTION
======================================== */
.offer-section{background:#fff;border:1px solid #e0ddd6;border-radius:6px;padding:32px;margin:2.5rem 0;text-align:center}
.offer-badge{display:inline-block;background:#c0392b;color:#fff;font-family:Georgia,serif;font-size:11px;letter-spacing:0.12em;text-transform:uppercase;padding:5px 12px;border-radius:2px;margin-bottom:16px}
.offer-price-original{font-size:1.1rem;color:#999;text-decoration:line-through;margin-bottom:4px}
.offer-price-now{font-family:'Playfair Display',Georgia,serif;font-size:3rem;font-weight:700;color:#c0392b;line-height:1}
.offer-price-note{font-size:13px;color:#777;margin-top:8px;margin-bottom:20px}
.offer-guarantee{font-size:13px;color:#555;margin-top:16px;padding-top:16px;border-top:1px solid #ede9e0}

/* urgency */
.urgency-bar{background:#1a1a1a;color:#fff;padding:10px 20px;text-align:center;font-family:Georgia,serif;font-size:13px;letter-spacing:0.04em}
.urgency-bar strong{color:#e8b86d}

/* ========================================
   TESTIMONIALS
======================================== */
.testimonials-grid{display:flex;flex-direction:column;gap:20px;margin:2rem 0}
.testimonial-card{background:#f9f8f5;border:1px solid #ede9e0;border-radius:4px;padding:22px 22px 18px}
.testimonial-text{font-size:0.975rem;line-height:1.75;color:#333;font-style:italic;margin-bottom:14px}
.testimonial-author{display:flex;align-items:center;gap:10px}
.testimonial-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;flex-shrink:0}
.testimonial-name{font-family:Georgia,serif;font-size:13px;font-weight:700;color:#111}
.testimonial-location{font-size:12px;color:#888}

/* ========================================
   PRICING TABLE
======================================== */
.pricing-table{margin:2rem 0;border:1px solid #e0ddd6;border-radius:4px;overflow:hidden}
.pricing-row{display:grid;grid-template-columns:1fr 1fr 1fr;border-bottom:1px solid #e0ddd6}
.pricing-row:last-child{border-bottom:none}
.pricing-row.header{background:#1a1a1a;color:#fff}
.pricing-cell{padding:12px 14px;font-size:13px;color:#333;border-right:1px solid #e0ddd6}
.pricing-cell:last-child{border-right:none}
.pricing-row.header .pricing-cell{font-family:Georgia,serif;font-size:11px;letter-spacing:0.08em;text-transform:uppercase;color:#ccc;font-weight:700}
.pricing-row:nth-child(even) .pricing-cell{background:#faf9f6}

/* ========================================
   PATH COMPARISON
======================================== */
.path-compare{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:2rem 0}
.path-box{padding:20px;border-radius:4px}
.path-box.bad{background:#fdf6f6;border:1px solid #e8c5c5}
.path-box.good{background:#f4faf5;border:1px solid #b8ddbf}
.path-box h4{font-family:Georgia,serif;font-size:13px;letter-spacing:0.1em;text-transform:uppercase;margin-bottom:12px;font-weight:700}
.path-box.bad h4{color:#a93226}
.path-box.good h4{color:#2e7d32}
.path-box p{font-size:13.5px;line-height:1.65;color:#444;margin-bottom:0}

/* ========================================
   GUARANTEE BOX
======================================== */
.guarantee-box{margin:2rem 0;padding:28px 28px 24px;background:#fff;border:2px solid #1a1a1a;border-radius:4px}
.guarantee-title{font-family:'Playfair Display',Georgia,serif;font-size:1.25rem;font-weight:700;color:#111;margin-bottom:12px}
.guarantee-box p{font-size:0.95rem;color:#333;margin-bottom:0.8rem}
.guarantee-box p:last-child{margin-bottom:0}

/* ========================================
   STEPS LIST
======================================== */
.steps-list{list-style:none;margin:1.2rem 0 1.8rem;padding:0;counter-reset:steps}
.steps-list li{counter-increment:steps;padding:12px 14px 12px 52px;position:relative;border-bottom:1px solid #f0ede6;font-size:0.97rem;line-height:1.65}
.steps-list li:last-child{border-bottom:none}
.steps-list li::before{content:counter(steps);position:absolute;left:12px;top:10px;width:26px;height:26px;background:#111;color:#fff;font-family:Georgia,serif;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:50%}

/* ========================================
   CLOSING / SIGNATURE
======================================== */
.signature-block{margin:2rem 0;padding:24px 0;border-top:1px solid #e0ddd6}
.signature-block p{margin-bottom:0.6rem;font-size:0.975rem}

.ps-block{margin:1.5rem 0;padding:16px 18px;background:#f9f8f5;border-radius:4px;font-size:0.93rem;line-height:1.72;color:#333}
.ps-block + .ps-block{margin-top:-8px}

/* ========================================
   COMMENTS SECTION
======================================== */
.comments-section{background:#f5f4f0;padding:40px 0}
.comments-inner{max-width:780px;margin:0 auto;padding:0 20px}
.comments-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #111}
.comments-title{font-family:'Playfair Display',Georgia,serif;font-size:1.3rem;font-weight:700;color:#111}
.comments-sort select{font-family:Georgia,serif;font-size:12.5px;border:1px solid #ccc;padding:4px 8px;background:#fff;color:#555;border-radius:2px}
.comment-form-area{margin-bottom:32px}
.comment-textarea{width:100%;padding:12px 14px;border:1px solid #ccc;border-radius:3px;font-family:Georgia,serif;font-size:14px;line-height:1.6;resize:vertical;outline:none;background:#fff;color:#222;transition:border-color .2s}
.comment-textarea:focus{border-color:#111}
.comment-textarea::placeholder{color:#bbb}
.comment-actions-bar{display:flex;justify-content:flex-end;margin-top:8px}
.btn-post-comment{padding:8px 20px;background:#111;color:#fff;font-family:Georgia,serif;font-size:13px;border:none;border-radius:2px;cursor:pointer;transition:background .2s}
.btn-post-comment:hover{background:#333}
.comments-list{display:flex;flex-direction:column;gap:0}
.comment-item{padding:20px 0;border-bottom:1px solid #e0ddd6}
.comment-item:last-child{border-bottom:none}
.comment-top{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.comment-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}
.comment-avatar-placeholder{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Georgia,serif;font-size:14px;font-weight:700;color:#fff;flex-shrink:0}
.comment-info{flex:1}
.comment-author-name{font-family:Georgia,serif;font-size:13.5px;font-weight:700;color:#111}
.comment-time{font-size:12px;color:#999}
.comment-text{font-size:14.5px;line-height:1.72;color:#333;margin-bottom:10px}
.comment-like-btn{display:inline-flex;align-items:center;gap:5px;font-family:Georgia,serif;font-size:12px;color:#888;background:none;border:1px solid #ddd;padding:3px 10px;border-radius:2px;cursor:pointer;transition:all .2s}
.comment-like-btn:hover{border-color:#111;color:#111}
.load-more-wrap{text-align:center;padding:24px 0 0}
.btn-load-more{padding:10px 28px;background:#fff;border:1px solid #bbb;border-radius:2px;font-family:Georgia,serif;font-size:13px;color:#555;cursor:pointer;transition:all .2s}
.btn-load-more:hover{border-color:#111;color:#111}
.hidden-comments{display:none}
.hidden-comments.visible{display:flex;flex-direction:column;gap:0}

/* ========================================
   TRENDING / SIDEBAR
======================================== */
.trending-section{background:#fff;border-top:1px solid #e0ddd6;padding:40px 0}
.trending-inner{max-width:1100px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:48px}
.trending-heading{font-family:Georgia,serif;font-size:11px;letter-spacing:0.14em;text-transform:uppercase;color:#888;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid #111}
.trending-list{list-style:none;display:flex;flex-direction:column;gap:0}
.trending-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid #ede9e0;align-items:flex-start}
.trending-item:last-child{border-bottom:none}
.trending-item-img{width:70px;height:52px;object-fit:cover;border-radius:2px;flex-shrink:0}
.trending-item-text{font-family:Georgia,serif;font-size:13.5px;line-height:1.5;color:#222;font-weight:700}
.trending-item-time{font-size:11.5px;color:#aaa;margin-top:3px;display:block}
.most-read-list{list-style:none;counter-reset:mr;display:flex;flex-direction:column;gap:0}
.most-read-item{counter-increment:mr;display:flex;gap:12px;align-items:flex-start;padding:12px 0;border-bottom:1px solid #ede9e0}
.most-read-item:last-child{border-bottom:none}
.most-read-num{font-family:'Playfair Display',Georgia,serif;font-size:1.4rem;font-weight:700;color:#e0ddd6;width:28px;flex-shrink:0;line-height:1}
.most-read-text{font-family:Georgia,serif;font-size:13.5px;line-height:1.5;color:#222;font-weight:700}

/* ========================================
   FOOTER
======================================== */
.site-footer{background:#1a1a1a;color:#888;padding:32px 0;font-family:Georgia,serif;font-size:12.5px}
.footer-inner{max-width:780px;margin:0 auto;padding:0 20px;text-align:center}
.footer-links{display:flex;justify-content:center;gap:20px;margin-bottom:16px;flex-wrap:wrap}
.footer-links a{color:#aaa;transition:color .2s}
.footer-links a:hover{color:#fff}
.footer-copy{margin-bottom:20px}

/* ========================================
   DISCLAIMER
======================================== */
.disclaimer{background:#1a1a1a;border-top:1px solid #333;padding:24px 0;font-family:Georgia,serif;font-size:11.5px;color:#666;line-height:1.7}
.disclaimer-inner{max-width:780px;margin:0 auto;padding:0 20px}
.disclaimer h5{font-family:Georgia,serif;font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:#555;margin-bottom:8px;margin-top:16px;font-weight:700}
.disclaimer h5:first-child{margin-top:0}
.disclaimer p{margin-bottom:0.7rem}
.disclaimer p:last-child{margin-bottom:0}

/* ========================================
   RESPONSIVE
======================================== */
@media(max-width:768px){
  .masthead-nav{display:none}
  .masthead-inner{padding:0 16px}
  .article-title{font-size:1.85rem}
  .byline-stats{display:none}
  .path-compare{grid-template-columns:1fr}
  .trending-inner{grid-template-columns:1fr;gap:32px}
  .stat-highlight{flex-direction:column}
  .page-wrap{padding:0 16px}
  h2{font-size:1.4rem}
  .offer-price-now{font-size:2.2rem}
}
@media(max-width:480px){
  .article-title{font-size:1.55rem}
  .pricing-table{font-size:12px}
  .pricing-cell{padding:9px 8px}
}
