/** Shopify CDN: Minification failed

Line 210:12 Unexpected "@import"

**/
/* ============================================================
   Riona Jewel — blog article styles
   ------------------------------------------------------------
   Consolidated from the per-post <style> blocks. Every rule is
   scoped to .rj-article, so nothing leaks into the theme.

   Article bodies MUST be wrapped in:
       <div class="rj-article"> ...article html... </div>

   Rule order is preserved from the source posts, so later
   overrides still win the cascade as they did before.
   ============================================================ */

.rj-article{--gold: #b59677; --gold-light: #d4b896; --gold-dark: #8a6e55; --cream: #faf7f4; --dark: #1a1714; --mid: #3d3530; --light-text: #6b5f57; --border: #e8ddd4; --white: #ffffff; --warning: #e6a817; --success: #3a7d44}
.rj-article *, .rj-article *::before, .rj-article *::after{box-sizing: border-box; margin: 0; padding: 0}
.rj-article{font-family: 'Jost', sans-serif; font-weight: 300; font-size: 1.5rem; line-height: 1.8; color: var(--mid); background: var(--cream); text-align: justify}
.rj-article 
  .site-header{position: sticky; top: 0; z-index: 100; background: var(--dark); padding: 0 24px; box-shadow: 0 2px 12px rgba(0,0,0,0.25)}
.rj-article .header-inner{max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 62px; gap: 20px}
.rj-article .logo-text{font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 400; color: var(--gold-light); text-decoration: none; letter-spacing: 0.04em; white-space: nowrap}
.rj-article .main-nav{display: flex; gap: 24px; align-items: center}
.rj-article .main-nav a{font-family: 'Jost', sans-serif; font-size: 0.82rem; font-weight: 400; color: #c8b8a8; text-decoration: none; letter-spacing: 0.06em; text-transform: uppercase; transition: color 0.2s}
.rj-article .main-nav a:hover{color: var(--gold-light)}
.rj-article .btn-consult{background: var(--gold); color: var(--white); font-family: 'Jost', sans-serif; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; padding: 9px 18px; border-radius: 3px; text-decoration: none; transition: background 0.2s; white-space: nowrap}
.rj-article .btn-consult:hover{background: var(--gold-dark)}
.rj-article 
  .trust-bar{background: var(--gold-dark); color: #fff; text-align: center; font-size: 1.0rem; font-weight: 400; letter-spacing: 0.04em; padding: 7px 0px; line-height: 1.5; width: 100%; box-sizing: border-box; margin: 0; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); width: 100vw}
.rj-article .trust-bar span{margin: 0 20px; opacity: 0.85}
.rj-article .trust-bar span.sep{opacity: 0.4}
.rj-article .trust-bar-break{display: none}
.rj-article 
  .page-wrap{max-width: 1100px; margin: 0 auto; padding: 0 0px 60px; display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: start}
.rj-article .main-content{min-width: 0}
.rj-article 
  .breadcrumb{font-size: 1.3rem; color: var(--light-text); padding: 16px 0 0; display: flex; flex-wrap: wrap; gap: 6px; align-items: center}
.rj-article .breadcrumb a{color: var(--light-text); text-decoration: none}
.rj-article .breadcrumb a:hover{color: var(--gold)}
.rj-article .breadcrumb .sep{color: var(--border)}
.rj-article 
  .hero-section{padding: 32px 0 0}
.rj-article .category-tag{display: inline-block; background: rgba(181,150,119,0.12); color: var(--gold-dark); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; border: 1px solid rgba(181,150,119,0.3); margin-bottom: 16px}
.rj-article h1{font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: 300; line-height: 1.18; color: var(--dark); margin-bottom: 18px; letter-spacing: -0.01em}
.rj-article .byline{font-size: 1.0rem; color: var(--light-text); margin-bottom: 6px}
.rj-article .last-updated{font-size: 1.0rem; color: var(--gold-dark); font-weight: 500; margin-bottom: 20px}
.rj-article .gold-divider{width: 64px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); margin: 20px 0 28px; border: none}
.rj-article 
  .speakable-summary{border-left: 4px solid var(--gold); background: var(--white); padding: 28px 32px; margin: 0 0 28px; border-radius: 0 6px 6px 0; box-shadow: 0 2px 12px rgba(181,150,119,0.08)}
.rj-article .speakable-summary h2{font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600; color: var(--gold-dark); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 12px}
.rj-article .speakable-summary p{margin-bottom: 12px}
.rj-article .speakable-summary p:last-child{margin-bottom: 0}
.rj-article 
  .social-proof-bar{background: var(--dark); color: var(--gold-light); padding: 14px 24px; border-radius: 6px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 20px; font-size: 0.82rem; margin-bottom: 32px}
.rj-article .social-proof-bar .stars{color: var(--gold); letter-spacing: 2px}
.rj-article .social-proof-bar a{color: var(--gold-light)}
.rj-article .proof-sep{color: rgba(212,184,150,0.3)}
.rj-article 
  .toc-box{background: var(--white); border: 1px solid var(--border); border-radius: 6px; padding: 24px 28px; margin-bottom: 40px}
.rj-article .toc-box h3{font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--dark); margin-bottom: 14px; letter-spacing: 0.05em; text-transform: uppercase}
.rj-article .toc-box ol{padding-left: 18px}
.rj-article .toc-box li{margin-bottom: 6px}
.rj-article .toc-box a{color: var(--gold-dark); text-decoration: none; font-size: 1.4rem; font-weight: 400}
.rj-article .toc-box a:hover{color: var(--gold); text-decoration: underline}
.rj-article 
  h2{font-family: 'Cormorant Garamond', serif; font-size: clamp(1.75rem, 3.5vw, 2.3rem); font-weight: 400; color: var(--dark); margin: 40px 0 16px; line-height: 1.25}
.rj-article h3{font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600; color: var(--dark); margin: 24px 0 10px}
.rj-article p{margin-bottom: 18px}
.rj-article ul, .rj-article ol{padding-left: 22px; margin-bottom: 18px}
.rj-article li{margin-bottom: 6px}
.rj-article a{color: var(--gold-dark)}
.rj-article a:hover{color: var(--gold)}
.rj-article strong{font-weight: 600; color: var(--dark)}
.rj-article 
  .at-a-glance{background: linear-gradient(135deg, #faf6f1 0%, #fff8f0 100%); border: 1px solid var(--border); border-left: 4px solid var(--gold); border-radius: 0 6px 6px 0; padding: 20px 24px; margin: 20px 0 28px}
.rj-article .at-a-glance h4{font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--gold-dark); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 10px}
.rj-article .at-a-glance ul{list-style: none; padding: 0; margin: 0}
.rj-article .at-a-glance li{padding: 5px 0; border-bottom: 1px solid rgba(232,221,212,0.5); display: flex; gap: 10px; font-size: 1rem}
.rj-article .at-a-glance li:last-child{border-bottom: none}
.rj-article .at-a-glance .label{color: var(--light-text); min-width: 130px; font-weight: 400; font-size: 1.4rem}
.rj-article .at-a-glance .val{color: var(--dark); font-weight: 500; font-size: 1.4rem}
.rj-article 
  .product-card{background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 24px; margin: 32px 0; box-shadow: 0 4px 24px rgba(181,150,119,0.1)}
.rj-article .product-card img{width: 100%; height: auto; border-radius: 6px; display: block; margin-bottom: 20px}
.rj-article .product-card h3{margin: 0 0 10px; font-size: 1.6rem}
.rj-article .product-price{font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 600; color: var(--dark); margin-bottom: 14px; letter-spacing: -0.01em}
.rj-article .product-price span{font-size: 1.0rem; font-weight: 400; color: var(--light-text)}
.rj-article .product-features{list-style: none; padding: 0; margin: 0 0 18px}
.rj-article .product-features li{padding: 6px 0; border-bottom: 1px solid var(--border); font-size: 1.4rem; display: flex; gap: 8px; align-items: flex-start}
.rj-article .product-features li::before{content: "✦"; color: var(--gold); font-size: 0.7rem; margin-top: 4px; flex-shrink: 0}
.rj-article .product-features li:last-child{border-bottom: none}
.rj-article .product-actions{display: flex; gap: 10px; margin-bottom: 12px; flex-wrap: wrap; justify-content: center}
.rj-article .btn-primary{background: var(--gold); color: var(--white); font-family: 'Jost', sans-serif; font-size: 1.3rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 11px 22px; border-radius: 3px; text-decoration: none; transition: background 0.2s; flex: 1; text-align: center}
.rj-article .btn-primary:hover{background: var(--gold-dark); color: var(--white)}
.rj-article .btn-secondary{border: 1.5px solid var(--gold); color: var(--gold-dark); font-family: 'Jost', sans-serif; font-size: 1.3rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 11px 22px; border-radius: 3px; text-decoration: none; transition: all 0.2s; flex: 1; text-align: center; background: transparent}
.rj-article .btn-secondary:hover{background: var(--gold); color: var(--white)}
.rj-article .badge-instock{display: inline-block; background: var(--success); color: var(--white); font-size: 0.78rem; font-weight: 500; border-radius: 4px; padding: 3px 8px; letter-spacing: 0.04em}
.rj-article 
  .comparison-wrap{overflow-x: auto; margin: 20px 0 28px}
.rj-article table{width: 100%; border-collapse: collapse; font-size: 1.4rem}
.rj-article thead th{background: var(--dark); color: var(--gold-light); font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 400; padding: 12px 16px; text-align: left; letter-spacing: 0.03em}
.rj-article tbody tr:nth-child(even){background: rgba(250,247,244,0.6)}
.rj-article tbody tr:hover{background: rgba(181,150,119,0.06)}
.rj-article td{padding: 11px 16px; border-bottom: 1px solid var(--border); color: var(--mid); vertical-align: top; font-size: 1.4rem}
.rj-article td:first-child{font-weight: 500; color: var(--dark)}
.rj-article .chk{color: var(--success); font-weight: 600}
.rj-article .cross{color: #c0392b; font-weight: 600}
.rj-article .partial{color: var(--warning); font-weight: 500}
.rj-article 
  .speakable-faq{margin: 12px 0 40px}
.rj-article .faq-item{border-bottom: 1px solid var(--border)}
.rj-article .faq-question{width: 100%; background: none; border: none; text-align: left; padding: 18px 0; font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; line-height: 1.4}
.rj-article .faq-question:hover{color: var(--gold-dark)}
.rj-article .faq-toggle{color: var(--dark); font-size: 2.0rem; font-weight: 900; flex-shrink: 0; transition: transform 0.25s; line-height: 1}
.rj-article .faq-answer{display: none; padding: 0 0 18px; color: var(--mid); font-size: 1.4rem; line-height: 1.8}
.rj-article .faq-answer.open{display: block}
.rj-article 
  .checklist-box{background: var(--white); border: 1px solid var(--border); border-radius: 6px; padding: 28px 32px; margin: 28px 0}
.rj-article 
  .cta-block{background: var(--dark); border-radius: 8px; padding: 40px 36px; text-align: center; margin: 40px 0}
.rj-article .cta-block h3{font-family: 'Cormorant Garamond', serif; font-size: clamp(2.0rem, 5vw, 2.3rem); font-weight: 300; color: var(--gold-light); margin-bottom: 10px; letter-spacing: 0.01em}
.rj-article .cta-block p{color: #9d8d7e; font-size: 1.5rem; margin-bottom: 22px; max-width: 480px; margin-left: auto; margin-right: auto}
.rj-article .cta-buttons{display: flex; gap: 12px; justify-content: center; flex-wrap: wrap}
.rj-article 
  .author-box{background: var(--white); border: 1px solid var(--border); border-radius: 6px; padding: 24px 28px; margin: 36px 0; display: flex; gap: 20px; align-items: flex-start}
.rj-article .author-avatar{width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); display: flex; align-items: center; justify-content: center; color: var(--white); font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; flex-shrink: 0}
.rj-article .author-name{font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--dark); margin-bottom: 3px}
.rj-article .author-title{font-size: 1.2rem; color: var(--gold-dark); text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 8px}
.rj-article .author-bio{font-size: 1.4rem; color: var(--dark); line-height: 1.7}
.rj-article 
  .sidebar{position: static; display: flex; flex-direction: column; gap: 20px; margin-top: 32px}
.rj-article .sidebar-card{background: var(--white); border: 1px solid var(--border); border-radius: 6px; padding: 20px 22px}
.rj-article .sidebar-card h4{font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--dark); text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--border)}
.rj-article .sidebar-spec-table{width: 100%; font-size: 0.95rem; border-collapse: collapse}
.rj-article .sidebar-spec-table td{padding: 5px 0; vertical-align: top; font-size: 0.95rem}
.rj-article .sidebar-spec-table td:first-child{color: var(--light-text); width: 45%}
.rj-article .sidebar-spec-table td:last-child{color: var(--dark); font-weight: 500}
.rj-article .sidebar-links{list-style: none; padding: 0; margin: 0}
.rj-article .sidebar-links li{margin-bottom: 8px}
.rj-article .sidebar-links a{font-size: 1.4rem; color: var(--gold-dark); text-decoration: none; display: flex; align-items: center; gap: 8px; font-weight: 700}
.rj-article .sidebar-links a::before{content: "›"; color: var(--gold); font-size: 1.1rem}
.rj-article .sidebar-links a:hover{color: var(--gold)}
.rj-article .sidebar-mini-cta{background: linear-gradient(135deg, var(--dark) 0%, var(--mid) 100%); border-radius: 6px; padding: 22px; text-align: center}
.rj-article .sidebar-mini-cta p{color: var(--gold-light); font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 400; margin-bottom: 14px; line-height: 1.4}
.rj-article 
  .site-footer{background: var(--dark); color: #9d8d7e; padding: 48px 24px 24px; margin-top: 60px}
.rj-article .footer-inner{max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 36px; border-bottom: 1px solid rgba(181,150,119,0.2)}
.rj-article .footer-brand .logo-text{font-size: 1.3rem}
.rj-article .footer-tagline{font-size: 0.82rem; color: #7a6b5f; line-height: 1.7; margin-top: 10px}
.rj-article .footer-heading{font-family: 'Cormorant Garamond', serif; font-size: 0.85rem; font-weight: 600; color: var(--gold-light); text-transform: uppercase; letter-spacing: 0.09em; margin-bottom: 12px}
.rj-article .footer-links{list-style: none; padding: 0; margin: 0}
.rj-article .footer-links li{margin-bottom: 7px}
.rj-article .footer-links a{color: #9d8d7e; text-decoration: none; font-size: 0.85rem}
.rj-article .footer-links a:hover{color: var(--gold-light)}
.rj-article .social-links{display: flex; gap: 14px; margin-top: 12px}
.rj-article .social-links a{color: var(--gold); text-decoration: none; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.05em}
.rj-article .footer-bottom{max-width: 1100px; margin: 0 auto; padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 0.78rem; color: #5a4f48}
.rj-article .footer-bottom a{color: #7a6b5f; text-decoration: none}
.rj-article .footer-bottom a:hover{color: var(--gold)}
.rj-article 
  .collection-links{display: flex; flex-direction: column; gap: 12px; margin: 20px 0 28px}
.rj-article .coll-link{background: var(--white); border: 1px solid var(--border); border-radius: 5px; padding: 14px 18px; text-decoration: none; color: var(--dark); display: flex; justify-content: space-between; align-items: center; font-size: 0.9rem; font-weight: 500; transition: all 0.2s}
.rj-article .coll-link:hover{border-color: var(--gold); color: var(--gold-dark); background: rgba(181,150,119,0.04)}
.rj-article .coll-link::after{content: "→"; color: var(--gold)}
.rj-article .coll-desc{font-size: 0.8rem; color: var(--light-text); font-weight: 300; margin-top: 3px}
.rj-article .trust-bar{margin-top:-20px; position:relative; z-index:2}
.rj-article .product-chips{display:flex !important; flex-wrap:wrap; justify-content:center !important; gap:16px; margin:26px 0 34px; padding:0 !important; list-style:none !important}
.rj-article .product-chip{display:flex !important; flex-direction:column !important; align-items:stretch !important; width:172px; max-width:172px; background:#fff !important; border:1px solid #e8ddd4 !important; border-radius:10px !important; overflow:hidden !important; text-decoration:none !important; box-shadow:none !important; float:none !important; transition:box-shadow .2s,transform .2s}
.rj-article .product-chip:hover{box-shadow:0 6px 22px rgba(181,150,119,.18) !important; transform:translateY(-2px)}
.rj-article .product-chip img{width:100% !important; max-width:100% !important; aspect-ratio:1/1; object-fit:cover; display:block !important; margin:0 !important; border:none !important; border-radius:0 !important}
.rj-article .product-chip .pc-body{display:block !important; width:100% !important; padding:10px 13px 13px !important; margin:0 !important; background:transparent !important; border:none !important; box-shadow:none !important; text-align:left !important}
.rj-article .product-chip .pc-name{font-family:'Cormorant Garamond',serif !important; font-size:1.5rem !important; font-weight:600 !important; color:#000 !important; line-height:1.3 !important; display:block !important; background:none !important; border:none !important; padding:0 !important; margin:0 !important; white-space:normal !important}
.rj-article .product-chip .pc-price{font-size:1.3rem !important; color:#8a6e55 !important; font-weight:500 !important; margin:3px 0 0 !important; display:block !important; background:none !important; border:none !important; padding:0 !important}
.rj-article 
  .trust-bar{background: var(--gold-dark); color: #fff; text-align: center; font-size: 1.0rem; font-weight: 400; letter-spacing: 0.04em; padding: 7px 0; line-height: 1.5; margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); width: 100vw}
.rj-article 
  .page-wrap{max-width: 1100px; margin: 0 auto; padding: 0 0 60px; display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: start}
.rj-article .product-rating{color: var(--gold); font-size: 1.3rem; margin-bottom: 8px; display: flex; align-items: center; gap: 8px}
.rj-article .product-rating .count{color: var(--light-text); font-size: 1.0rem; font-weight: 400; font-family: 'Jost', sans-serif}
.rj-article .badge-instock{display: inline-block; background: var(--success); color: var(--white); font-size: 0.78rem; font-weight: 500; border-radius: 4px; padding: 3px 8px; letter-spacing: 0.04em; margin-bottom: 12px}
.rj-article .badge-waitlist{display: inline-block; background: var(--warning); color: var(--white); font-size: 0.78rem; font-weight: 500; border-radius: 4px; padding: 3px 8px; letter-spacing: 0.04em; text-decoration: none}
.rj-article .product-badge-row{margin-bottom: 14px; display: flex; gap: 8px; flex-wrap: wrap; align-items: center}
.rj-article .badge-cert{display: inline-block; background: rgba(181,150,119,0.15); color: var(--gold-dark); font-size: 0.75rem; font-weight: 500; border-radius: 4px; padding: 3px 8px; letter-spacing: 0.04em; border: 1px solid var(--border)}
.rj-article 
  .product-grid{display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; margin: 28px 0 40px}
.rj-article .product-grid-card{background: var(--white); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; box-shadow: 0 2px 16px rgba(181,150,119,0.08); transition: box-shadow 0.2s, transform 0.2s; display: flex; flex-direction: column}
.rj-article .product-grid-card:hover{box-shadow: 0 6px 28px rgba(181,150,119,0.18); transform: translateY(-2px)}
.rj-article .product-grid-card img{width: 100%; aspect-ratio: 1; object-fit: cover; display: block}
.rj-article .product-grid-card .card-body{padding: 16px 18px 18px; flex: 1; display: flex; flex-direction: column}
.rj-article .product-grid-card h4{font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; color: var(--dark); margin-bottom: 8px; line-height: 1.3}
.rj-article .product-grid-card .card-price{font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600; color: var(--dark); margin-bottom: 6px}
.rj-article .product-grid-card .card-meta{font-size: 1.2rem; color: var(--light-text); margin-bottom: 14px; flex: 1}
.rj-article .product-grid-card .card-cta{display: block; background: var(--gold); color: var(--white); font-family: 'Jost', sans-serif; font-size: 1.2rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 10px 16px; border-radius: 3px; text-decoration: none; text-align: center; transition: background 0.2s}
.rj-article .product-grid-card .card-cta:hover{background: var(--gold-dark); color: var(--white)}
.rj-article .card-stars{color: var(--gold); font-size: 1.1rem; margin-bottom: 6px}
.rj-article .faq-toggle{color: var(--dark); font-size: 2.0rem; font-weight: 900; flex-shrink: 0; transition: transform 0.25s; line-height: 1; display: inline-block}
.rj-article .faq-question[aria-expanded="true"] .faq-toggle{transform: rotate(45deg)}
.rj-article .faq-answer{overflow: hidden; max-height: 0; transition: max-height 0.35s ease, padding 0.2s ease; padding: 0; color: var(--mid); font-size: 1.4rem; line-height: 1.8}
.rj-article .faq-answer.open{max-height: 600px; padding-bottom: 18px}
.rj-article .checklist-box h3{margin-bottom: 18px}
.rj-article .checklist-box label{display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; font-size: 1.3rem; cursor: pointer; color: var(--mid); font-weight: 550}
.rj-article .checklist-box input[type="checkbox"]{accent-color: var(--gold); width: 16px; height: 16px; margin-top: 3px; flex-shrink: 0; cursor: pointer}
.rj-article .author-avatar{width: 64px; height: 64px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 2px solid var(--gold-light)}
.rj-article .author-avatar img{width: 100%; height: 100%; object-fit: cover; display: block}
.rj-article 
  .section-label{font-size: 1.1rem; font-weight: 500; color: var(--gold-dark); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px; display: block}
.rj-article @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Jost:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap');
  :root{--gold:#b59677; --gold-light:#d4b896; --gold-dark:#8a6e55; --cream:#faf7f4; --dark:#1a1714; --mid:#3d3530; --light-text:#6b5f57; --border:#e8ddd4; --white:#fff; --warning:#e6a817; --success:#3a7d44}
.rj-article *, .rj-article *::before, .rj-article *::after{box-sizing:border-box}
.rj-article{font-family:'Jost',sans-serif; font-weight:300; font-size:1.75rem; line-height:1.8; color:var(--mid); background:var(--cream); margin-top:0}
.rj-article img{max-width:100%; height:auto}
.rj-article .trust-bar{background:var(--gold-dark); color:#fff; text-align:center; font-size:1rem; letter-spacing:.04em; padding:9px 0; margin-left:calc(-50vw + 50%); margin-right:calc(-50vw + 50%); width:100vw}
.rj-article .trust-bar span{margin:0 14px; opacity:.85}
.rj-article .trust-bar .sep{opacity:.4}
.rj-article .page-wrap{max-width:1300px; margin:0 auto; padding:0 12px 60px; display:grid; grid-template-columns:1fr 300px; gap:40px; align-items:start}
.rj-article .main-content{min-width:0}
.rj-article .breadcrumb{font-size:1.2rem; color:var(--mid); padding:16px 0 0; display:flex; flex-wrap:wrap; gap:8px}
.rj-article .breadcrumb a{color:var(--gold-dark); text-decoration:none; font-weight:500}
.rj-article .breadcrumb a:hover{color:var(--gold)}
.rj-article .breadcrumb .sep{color:var(--border)}
.rj-article .hero-section{padding:24px 0 0}
.rj-article .category-tag{display:inline-block; background:rgba(181,150,119,.12); color:var(--gold-dark); font-size:.72rem; font-weight:500; letter-spacing:.1em; text-transform:uppercase; padding:4px 12px; border-radius:20px; border:1px solid rgba(181,150,119,.3); margin-bottom:16px}
.rj-article h1{font-family:'Cormorant Garamond',serif; font-size:clamp(2.2rem,5vw,3.2rem); font-weight:700; line-height:1.18; color:#000; margin:0 0 14px}
.rj-article .byline{font-size:1.25rem; color:#2a2420; margin-bottom:5px}
.rj-article .last-updated{font-size:1.25rem; color:var(--gold-dark); font-weight:600; margin-bottom:18px}
.rj-article .hero-media{width:100%; border-radius:8px; overflow:hidden; margin:8px 0 8px}
.rj-article .hero-placeholder{display:flex; align-items:center; justify-content:center; text-align:center; min-height:300px; background:linear-gradient(135deg,#efe7dd,#f7f0e7); color:var(--gold-dark); font-family:'Cormorant Garamond',serif; font-size:1.2rem; border:1px dashed var(--gold); border-radius:8px; padding:24px}
.rj-article .gold-divider{width:64px; height:2px; background:linear-gradient(90deg,var(--gold),var(--gold-light)); margin:22px 0 26px; border:none}
.rj-article .speakable-summary{border-left:4px solid var(--gold); background:var(--white); padding:26px 30px; margin:0 0 28px; border-radius:0 6px 6px 0; box-shadow:0 2px 12px rgba(181,150,119,.08)}
.rj-article .speakable-summary h2{font-family:'Cormorant Garamond',serif; font-size:1.4rem; font-weight:700; color:#000; letter-spacing:.05em; text-transform:uppercase; margin:0 0 10px}
.rj-article .toc-box{background:var(--white); border:1px solid var(--border); border-radius:6px; padding:22px 26px; margin-bottom:40px}
.rj-article .toc-box h3{font-family:'Cormorant Garamond',serif; font-size:1.8rem; font-weight:700; color:#000; margin:0 0 12px; letter-spacing:.05em; text-transform:uppercase}
.rj-article .toc-box ol{padding-left:18px; margin:0}
.rj-article .toc-box li{margin-bottom:9px}
.rj-article .toc-box a{color:var(--gold-dark); text-decoration:none; font-size:1.6rem; line-height:1.5}
.rj-article .toc-box a:hover{color:var(--gold); text-decoration:underline}
.rj-article h2{font-family:'Cormorant Garamond',serif; font-size:clamp(1.75rem,3.5vw,2.3rem); font-weight:700; color:#000; margin:40px 0 14px; line-height:1.25}
.rj-article h3{font-family:'Cormorant Garamond',serif; font-size:1.55rem; font-weight:700; color:#000; margin:22px 0 8px}
.rj-article p{margin:0 0 18px; text-align:justify; -webkit-hyphens:auto; hyphens:auto}
.rj-article ul, .rj-article ol{padding-left:22px; margin:0 0 18px}
.rj-article li{margin-bottom:6px}
.rj-article a{color:var(--gold-dark)}
.rj-article a:hover{color:var(--gold)}
.rj-article strong{font-weight:600; color:var(--dark)}
.rj-article .inline-figure{margin:26px 0}
.rj-article .inline-figure img{width:100%; border-radius:8px; display:block}
.rj-article .inline-figure figcaption{font-size:.85rem; color:var(--light-text); text-align:center; margin-top:8px; font-style:italic}
.rj-article .comparison-wrap{overflow-x:auto; margin:20px 0 28px}
.rj-article table{width:100%; border-collapse:collapse; font-size:.98rem}
.rj-article thead th{background:var(--dark); color:var(--gold-light); font-family:'Cormorant Garamond',serif; font-size:1.15rem; font-weight:400; padding:12px 16px; text-align:left}
.rj-article tbody tr:nth-child(even){background:rgba(250,247,244,.6)}
.rj-article tbody tr:hover{background:rgba(181,150,119,.06)}
.rj-article td{padding:11px 16px; border-bottom:1px solid var(--border); color:var(--mid); vertical-align:top}
.rj-article td:first-child{font-weight:500; color:var(--dark)}
.rj-article .chk{color:var(--success); font-weight:600}
.rj-article .cross{color:#c0392b; font-weight:600}
.rj-article .partial{color:var(--warning); font-weight:500}
.rj-article .product-card{background:var(--white); border:1px solid var(--border); border-radius:8px; padding:22px; margin:32px 0; box-shadow:0 4px 24px rgba(181,150,119,.1)}
.rj-article .product-card img{width:100%; border-radius:6px; display:block; margin-bottom:18px}
.rj-article .product-card h3{margin:0 0 8px; font-size:1.4rem}
.rj-article .product-badge-row{margin-bottom:12px; display:flex; gap:8px; flex-wrap:wrap}
.rj-article .badge-instock{background:var(--success); color:#fff; font-size:.72rem; font-weight:500; border-radius:4px; padding:3px 8px}
.rj-article .badge-cert{background:rgba(181,150,119,.15); color:var(--gold-dark); font-size:.72rem; font-weight:500; border-radius:4px; padding:3px 8px; border:1px solid var(--border)}
.rj-article .product-price{font-family:'Cormorant Garamond',serif; font-size:1.5rem; font-weight:600; color:var(--dark); margin-bottom:12px}
.rj-article .product-price span{font-size:.85rem; font-weight:400; color:var(--light-text)}
.rj-article .product-features{list-style:none; padding:0; margin:0 0 16px}
.rj-article .product-features li{padding:6px 0; border-bottom:1px solid var(--border); font-size:.95rem; display:flex; gap:8px}
.rj-article .product-features li::before{content:"✦"; color:var(--gold); font-size:.7rem; margin-top:4px}
.rj-article .product-features li:last-child{border-bottom:none}
.rj-article .product-actions{display:flex; gap:10px; flex-wrap:wrap}
.rj-article .btn-primary{background:var(--gold); color:#1a1714; font-family:'Jost',sans-serif; font-size:1.05rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; padding:11px 22px; border-radius:3px; text-decoration:none; flex:1; text-align:center; transition:background .2s}
.rj-article .btn-primary:hover{background:var(--gold-dark); color:#fff}
.rj-article a.btn-primary, .rj-article .btn-primary, .rj-article .cta-block .btn-primary, .rj-article .mini-cta .btn-primary{color:#1a1714 !important; font-weight:700 !important}
.rj-article a.btn-primary:hover, .rj-article .btn-primary:hover{color:#fff !important; background:var(--gold-dark) !important}
.rj-article .btn-secondary{border:1.5px solid var(--gold); color:var(--gold-dark); font-family:'Jost',sans-serif; font-size:.9rem; font-weight:600; letter-spacing:.06em; text-transform:uppercase; padding:11px 22px; border-radius:3px; text-decoration:none; flex:1; text-align:center; background:transparent; transition:all .2s}
.rj-article .btn-secondary:hover{background:var(--gold); color:#fff}
.rj-article .product-grid{display:grid; grid-template-columns:repeat(auto-fill,minmax(200px,1fr)); gap:22px; margin:26px 0 40px}
.rj-article .product-grid-card{background:var(--white); border:1px solid var(--border); border-radius:8px; overflow:hidden; box-shadow:0 2px 16px rgba(181,150,119,.08); display:flex; flex-direction:column; transition:box-shadow .2s,transform .2s}
.rj-article .product-grid-card:hover{box-shadow:0 6px 28px rgba(181,150,119,.18); transform:translateY(-2px)}
.rj-article .product-grid-card img{width:100%; aspect-ratio:1; object-fit:cover; display:block}
.rj-article .product-grid-card .card-body{padding:14px 16px 16px; flex:1; display:flex; flex-direction:column}
.rj-article .product-grid-card h4{font-family:'Cormorant Garamond',serif; font-size:1.15rem; font-weight:600; color:var(--dark); margin:0 0 6px; line-height:1.3}
.rj-article .card-stars{color:var(--gold); font-size:1rem; margin-bottom:5px}
.rj-article .product-grid-card .card-price{font-family:'Cormorant Garamond',serif; font-size:1.3rem; font-weight:600; color:var(--dark); margin-bottom:5px}
.rj-article .product-grid-card .card-meta{font-size:.85rem; color:var(--light-text); margin-bottom:12px; flex:1}
.rj-article .product-grid-card .card-cta{display:block; background:var(--gold); color:#fff; font-family:'Jost',sans-serif; font-size:.82rem; font-weight:600; letter-spacing:.06em; text-transform:uppercase; padding:9px 14px; border-radius:3px; text-decoration:none; text-align:center; transition:background .2s}
.rj-article .product-grid-card .card-cta:hover{background:var(--gold-dark); color:#fff}
.rj-article .section-label{font-size:.85rem; font-weight:500; color:var(--gold-dark); letter-spacing:.08em; text-transform:uppercase; margin-bottom:14px; display:block}
.rj-article .collection-link{display:block !important; width:-moz-fit-content !important; width:fit-content !important; max-width:100% !important; margin:2px auto 36px !important; text-align:center !important; border:1.5px solid var(--gold); color:var(--gold-dark); font-family:'Jost',sans-serif; font-size:.9rem; font-weight:600; letter-spacing:.1em; text-transform:uppercase; padding:13px 30px; border-radius:40px; text-decoration:none; margin:2px 0 34px; transition:all .2s}
.rj-article .collection-link:hover{background:var(--gold); color:#fff}
.rj-article .product-chips, .rj-article .product-chips{display:flex !important; flex-wrap:wrap; justify-content:center !important; gap:16px; margin:26px 0 34px; padding:0 !important; list-style:none !important}
.rj-article .product-chip, .rj-article .product-chip{display:flex !important; flex-direction:column !important; align-items:stretch !important; width:172px; max-width:172px; background:#fff !important; border:1px solid #e8ddd4 !important; border-radius:10px !important; overflow:hidden !important; text-decoration:none !important; box-shadow:none !important; float:none !important}
.rj-article .product-chip:hover, .rj-article .product-chip:hover{box-shadow:0 6px 22px rgba(181,150,119,.18) !important; transform:translateY(-2px)}
.rj-article .product-chip img, .rj-article .product-chip img{width:100% !important; max-width:100% !important; aspect-ratio:1/1; object-fit:cover; display:block !important; margin:0 !important; border:none !important; border-radius:0 !important}
.rj-article .product-chip .pc-body, .rj-article .product-chip .pc-body{display:block !important; width:100% !important; padding:10px 13px 13px !important; margin:0 !important; background:transparent !important; border:none !important; box-shadow:none !important; text-align:left !important}
.rj-article .product-chip .pc-name, .rj-article .product-chip .pc-name{font-family:'Cormorant Garamond',serif !important; font-size:1.5rem !important; font-weight:600 !important; color:#000 !important; line-height:1.3 !important; display:block !important; background:none !important; border:none !important; padding:0 !important; margin:0 !important; white-space:normal !important}
.rj-article .product-chip .pc-price, .rj-article .product-chip .pc-price{font-size:1.3rem !important; color:#8a6e55 !important; font-weight:500 !important; margin:3px 0 0 !important; display:block !important; background:none !important; border:none !important; padding:0 !important}
.rj-article .product-chip .pc-price meta, .rj-article .product-chip .pc-price link, .rj-article .product-chip .pc-price meta{display:none !important}
.rj-article .news-form input{width:100%; padding:12px 14px; border:1px solid var(--border); border-radius:4px; font-family:'Jost',sans-serif; font-size:1.2rem; margin-bottom:10px}
.rj-article .news-form button{width:100%; padding:13px; background:var(--gold); color:#fff; font-family:'Jost',sans-serif; font-size:1.15rem; font-weight:600; letter-spacing:.06em; text-transform:uppercase; border:none; border-radius:4px; cursor:pointer}
.rj-article .news-note{font-size:.75rem; color:var(--light-text); margin-top:8px; line-height:1.4}
.rj-article .rj-faq details{border-bottom:1px solid var(--border)}
.rj-article .rj-faq summary{list-style:none; cursor:pointer; padding:18px 0; font-family:'Cormorant Garamond',serif; font-size:1.7rem; font-weight:700; color:#000; font-synthesis:auto; -webkit-font-synthesis:auto; display:flex; justify-content:space-between; gap:16px}
.rj-article .rj-faq summary::-webkit-details-marker{display:none}
.rj-article .rj-faq summary::after{content:"+"; color:var(--gold-dark); font-size:1.6rem; font-weight:400; line-height:1; transition:transform .2s}
.rj-article .rj-faq details[open] summary::after{content:"–"}
.rj-article .rj-faq .faq-a{padding:0 0 18px; color:var(--mid); font-size:1.6rem; line-height:1.75; text-align:justify; -webkit-hyphens:auto; hyphens:auto}
.rj-article .cta-block{background:var(--dark); border-radius:8px; padding:40px 34px; text-align:center; margin:44px 0}
.rj-article .cta-block h3{font-family:'Cormorant Garamond',serif; font-size:clamp(2.2rem,5vw,2.7rem); font-weight:600; color:var(--gold-light); margin:0 0 10px}
.rj-article .cta-block h3{color:#f2e6d4 !important; font-weight:600 !important}
.rj-article .cta-block p{color:#e6d9c8; font-size:1.4rem; margin:0 auto 22px; max-width:520px}
.rj-article .cta-buttons{display:flex; gap:12px; justify-content:center; flex-wrap:wrap}
.rj-article .share-row{display:flex; align-items:center; gap:14px; flex-wrap:wrap; margin:18px 0}
.rj-article .share-row .lbl{font-family:'Cormorant Garamond',serif; font-size:1rem; color:var(--dark); font-weight:600}
.rj-article .share-row a{width:40px; height:40px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; color:#fff; text-decoration:none; transition:transform .15s}
.rj-article .share-row a:hover{transform:translateY(-2px)}
.rj-article .share-row a svg{width:17px; height:17px; fill:#fff}
.rj-article .sidebar{display:flex; flex-direction:column; gap:20px; margin-top:56px; position:sticky; top:20px}
.rj-article .sidebar-card{background:var(--white); border:1px solid var(--border); border-radius:6px; padding:20px 22px}
.rj-article .sidebar-card h4{font-family:'Cormorant Garamond',serif; font-size:1.55rem; font-weight:600; color:var(--dark); text-transform:uppercase; letter-spacing:.07em; margin:0 0 14px; padding-bottom:10px; border-bottom:1px solid var(--border)}
.rj-article .sidebar-links{list-style:none; padding:0; margin:0}
.rj-article .sidebar-links li{margin-bottom:8px}
.rj-article .sidebar-links a{font-size:1.4rem; color:var(--gold-dark); text-decoration:none; font-weight:500; display:flex; gap:8px; line-height:1.5}
.rj-article .sidebar-links a::before{content:"›"; color:var(--gold)}
.rj-article .sidebar-links a:hover{color:var(--gold)}
.rj-article .news-card{background:var(--cream); text-align:center; border:2px solid var(--gold)}
.rj-article .news-card input{width:100%; padding:11px 14px; border:1px solid var(--border); border-radius:4px; font-family:'Jost',sans-serif; font-size:.95rem; margin-bottom:10px}
.rj-article .news-card button{width:100%; padding:11px; background:var(--gold); color:#fff; font-family:'Jost',sans-serif; font-size:.95rem; font-weight:600; letter-spacing:.06em; text-transform:uppercase; border:none; border-radius:4px; cursor:pointer}
.rj-article .related-item{display:flex; gap:10px; margin-bottom:14px; align-items:flex-start}
.rj-article .related-item img{width:88px; height:72px; object-fit:cover; border-radius:4px; flex-shrink:0}
.rj-article .related-item a{font-size:1.35rem; color:var(--gold-dark); font-weight:600; text-decoration:none; line-height:1.4}
.rj-article .mini-cta{background:linear-gradient(135deg,var(--dark),var(--mid)); border-radius:6px; padding:22px; text-align:center}
.rj-article .mini-cta p{color:#f2e6d4; font-family:'Cormorant Garamond',serif; font-size:1.55rem; margin:0 0 14px; line-height:1.45}
.rj-article p, .rj-article li, .rj-article .speakable-summary p, .rj-article .rj-faq .faq-a, .rj-article .rj-faq .faq-a p{font-family:'Poppins',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif !important; text-align:left !important; color:#000 !important; -webkit-hyphens:none !important; hyphens:none !important; font-size:1.6rem !important; line-height:1.8 !important}
.rj-article .cta-block p{color:#f2e7d5 !important; text-align:center !important; font-family:'Poppins',system-ui,-apple-system,sans-serif !important; font-size:1.4rem !important}
.rj-article .mini-cta p{color:#f5ecdd !important; text-align:center !important; font-family:'Cormorant Garamond',serif !important; font-size:1.55rem !important}
.rj-article .byline{font-size:1.2rem !important; color:#333 !important}
.rj-article .last-updated{font-size:1.2rem !important; color:#8a6e55 !important; font-weight:600 !important}

@media (max-width: 768px){
  .rj-article .page-wrap{grid-template-columns: 1fr}
  .rj-article .sidebar{position: static}
  .rj-article .main-nav{display: none}
  .rj-article .footer-inner{grid-template-columns: 1fr 1fr}
  .rj-article .author-box{flex-direction: column}
  .rj-article .cta-buttons{flex-direction: column}
  .rj-article .product-actions{flex-direction: column}
  .rj-article 
    .trust-bar{font-size: 1.4rem; padding: 8px 0}
  .rj-article .trust-bar span{margin: 0 8px}
  .rj-article .trust-bar span.sep{display: none}
  .rj-article .trust-bar-break{display: block}
  .rj-article .mobile-share{display: flex !important}
  .rj-article .desktop-share{display: none}
  .rj-article .trust-bar{font-size: 1.4rem; padding: 8px 0}
  .rj-article .product-grid{grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))}
}

@media (max-width: 480px){
  .rj-article .footer-inner{grid-template-columns: 1fr}
  .rj-article .speakable-summary{padding: 20px 18px}
  .rj-article .trust-bar{font-size: 1.2rem; padding: 6px 0}
  .rj-article .trust-bar span{display: inline; margin: 0 6px}
  .rj-article .trust-bar span.sep{display: none}
  .rj-article .product-grid{grid-template-columns: 1fr 1fr}
}

@media(max-width:600px){
  .rj-article .product-chips{flex-wrap:nowrap !important; overflow-x:auto; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch; padding-bottom:10px}
  .rj-article .product-chip{flex:0 0 62% !important; width:auto !important; max-width:none !important; scroll-snap-align:start}
  .rj-article .trust-bar{display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:4px 16px; font-size:.92rem; padding:9px 10px}
  .rj-article .trust-bar .sep{display:none}
  .rj-article .trust-bar span{margin:0}
  .rj-article{font-size:1.65rem}
}

@media(max-width:820px){
  .rj-article .page-wrap{grid-template-columns:1fr; padding-left:14px; padding-right:14px}
  .rj-article .sidebar{position:static; margin-top:24px}
}

/* ------------------------------------------------------------------
   Theme override guard — the Gecko theme sets paragraph/heading colour
   with enough specificity to beat these rules, which turns light text
   on dark panels unreadable. Same fix already applied to .mini-cta and
   .cta-block in the older posts; .sidebar-mini-cta needs it too.
   ------------------------------------------------------------------ */
.rj-article .sidebar-mini-cta p{color:#d4b896 !important;}
.rj-article .sidebar-mini-cta a.btn-primary{color:#1a1714 !important;font-weight:700 !important;}
.rj-article .sidebar-mini-cta h4{color:#d4b896 !important;}

/* ------------------------------------------------------------------
   FAQ typography — align posts 3/4 (.faq-question/.faq-answer) with
   posts 1/2 (.rj-faq summary/.faq-a) so all four render identically.
   Appended last so it wins the cascade at equal specificity.
   ------------------------------------------------------------------ */
.rj-article .faq-question{
  font-family:'Cormorant Garamond',serif !important;
  font-size:1.7rem !important;
  font-weight:700 !important;
  color:#000 !important;
}
.rj-article .faq-answer,
.rj-article .faq-answer p{
  font-family:'Poppins',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-size:1.6rem !important;
  line-height:1.8 !important;
  color:#000 !important;
  text-align:left !important;
}