  /* ARTICLE NAV */
  .article-nav { position: sticky; top: 57px; z-index: 50; max-width: var(--max); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 14px 28px; background: rgba(244,237,224,0.88); backdrop-filter: blur(14px); border-bottom: 0.5px solid var(--border); }
  .article-back { background: none; border: none; font-size: 13px; color: var(--text2); cursor: pointer; display: flex; align-items: center; gap: 6px; letter-spacing: 0.04em; font-family: 'DM Sans', sans-serif; text-decoration: none; }
  .article-back:hover { color: var(--sage-dark); }
  .article-nav-title { font-size: 12px; color: var(--text3); max-width: 320px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; }

  /* ARTICLE BODY */
  .article-wrap { max-width: var(--max); margin: 0 auto; }
  .article-inner { max-width: var(--max); margin: 0 auto; padding: 0 32px 80px; position: relative; z-index: 1; }
  .article-wrap::before { content: ''; display: block; height: 340px; background: linear-gradient(to bottom, rgba(154,173,140,0.07) 0%, rgba(154,173,140,0) 100%); pointer-events: none; margin-top: -340px; position: relative; z-index: 0; pointer-events: none; }
  .article-header { padding: 52px 0 36px; border-bottom: 1px solid transparent; border-image: linear-gradient(90deg, var(--sage-light), transparent) 1; margin-bottom: 44px; }
  .article-tag { display: inline-flex; align-items: center; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sage-dark); font-weight: 500; background: rgba(154,173,140,0.12); border: 0.5px solid var(--border2); border-radius: 100px; padding: 5px 14px; margin-bottom: 20px; }
  .article-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(34px, 6vw, 54px); font-weight: 400; color: var(--text); line-height: 1.15; margin-bottom: 18px; }
  .article-title em { font-style: italic; color: var(--sage-dark); }
  .article-lede { font-size: 18px; color: var(--sage-dark); line-height: 1.8; font-weight: 500; margin-bottom: 24px; font-family: 'Cormorant Garamond', serif; font-style: italic; }
  .article-meta { font-size: 12px; color: var(--text2); display: flex; align-items: center; gap: 0; }
  .article-meta span { padding: 0 14px; }
  .article-meta span:first-child { padding-left: 0; }
  .article-meta span + span { border-left: 1px solid var(--sage-light); }
  .article-body { font-size: 16px; color: var(--text2); line-height: 1.9; font-weight: 300; }
  .article-body p { margin-bottom: 26px; }
  .article-body p:first-of-type { color: var(--text); font-weight: 400; }
  .article-body h2 { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 400; color: var(--text); margin: 44px 0 16px; line-height: 1.2; padding-left: 14px; border-left: 2px solid var(--sage); }
  .article-body h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: var(--text); margin: 32px 0 12px; }
  .article-body blockquote { border-left: 2px solid var(--sage); padding: 4px 0 4px 24px; margin: 32px 0; font-family: 'Cormorant Garamond', serif; font-size: 22px; font-style: italic; color: var(--text); font-weight: 300; line-height: 1.6; }
  .article-body hr { border: none; margin: 44px 0; height: 1px; background: linear-gradient(90deg, var(--sage-light), transparent); }
  .article-body .pull-stat { text-align: center; padding: 32px 20px; margin: 32px 0; background: var(--surface); border-radius: 12px; border: 0.5px solid var(--border); border-top: 2px solid var(--sage); }
  .pull-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 300; color: var(--sage-dark); line-height: 1; display: block; margin-bottom: 6px; }
  .pull-stat-label { font-size: 12px; color: var(--text3); letter-spacing: 0.1em; }
  .article-body .rating-card { background: var(--surface); border: 0.5px solid var(--border); border-radius: 12px; padding: 20px 24px; margin: 24px 0; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; border-left: 2px solid var(--sage); }
  .rc-name { font-weight: 500; color: var(--text); font-size: 16px; margin-bottom: 4px; }
  .rc-desc { font-size: 13px; color: var(--text2); font-weight: 300; }
  .rc-score { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 300; color: var(--sage-dark); text-align: center; line-height: 1; }
  .rc-price { font-size: 11px; color: var(--text3); text-align: center; margin-top: 4px; }
  .article-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 44px; padding-top: 32px; border-top: 0.5px solid var(--border); }
  .article-tag-pill { padding: 5px 14px; border-radius: 100px; font-size: 11px; letter-spacing: 0.08em; border: 0.5px solid var(--border2); color: var(--sage); background: rgba(154,173,140,0.10); transition: background 0.2s, border-color 0.2s; }
  .article-tag-pill:hover { background: rgba(154,173,140,0.22); border-color: var(--sage); }

  /* RELATED / BOTTOM NAV */
  .related-section { margin-top: 52px; padding-top: 32px; border-top: 0.5px solid var(--border); }
  .related-label { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--sage-dark); margin-bottom: 20px; font-weight: 500; }
  .related-card { background: var(--surface); border: 0.5px solid var(--border); border-radius: 10px; padding: 18px 20px; text-decoration: none; transition: border-color 0.2s; display: block; }
  .related-card:hover { border-color: var(--sage); }
  .rc-tag { font-size: 10px; letter-spacing: 0.14em; color: var(--sage-dark); text-transform: uppercase; margin-bottom: 6px; display: block; }
  .rc-title { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 400; color: var(--text); line-height: 1.3; }
  .article-bottom-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; padding-top: 24px; border-top: 0.5px solid var(--border); }
  .abn-card { background: var(--surface); border: 0.5px solid var(--border); border-radius: 10px; padding: 16px 18px; cursor: pointer; transition: border-color 0.2s, background 0.2s; text-decoration: none; display: block; flex: 1; }
  .abn-card:hover { border-color: var(--sage); background: var(--bg2); }
  .abn-next { text-align: right; }
  .abn-label { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sage-dark); font-weight: 500; display: block; margin-bottom: 4px; }
  .abn-title { font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 400; color: var(--text); line-height: 1.3; }

  

  @media (max-width: 600px) {
    .article-inner { padding: 0 20px 60px; }
    .article-nav { padding: 14px 20px; }
    footer { padding: 20px; }
  }