/*
 * BKP Master Platinum Article Presentation System v1
 * Reusable across all future Platinum studies enabled through BKP.
 * Content remains authoritative; this stylesheet controls presentation only.
 */

body.wog-platinum-master{
  --wog-master-navy:#0b3156;
  --wog-master-navy-deep:#082846;
  --wog-master-gold:#d8a51b;
  --wog-master-gold-deep:#946900;
  --wog-master-ink:#263e57;
  --wog-master-muted:#5a7087;
  --wog-master-line:rgba(11,49,86,.13);
  --wog-master-warm:#fffaf0;
  --wog-master-soft:#f7fafc;
  --wog-master-reading:760px;
  --wog-master-prose:720px;
  --wog-master-wide:1180px;
}

/* Universal article rhythm */
body.wog-platinum-master .entry-content{
  color:var(--wog-master-ink);
  overflow-wrap:break-word;
}
body.wog-platinum-master .entry-content > .wog-master-prose{
  box-sizing:border-box;
  width:min(var(--wog-master-prose),calc(100% - 40px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.wog-platinum-master .entry-content > p.wog-master-prose{
  margin-top:0!important;
  margin-bottom:clamp(1.15rem,2.3vw,1.65rem)!important;
  font-size:clamp(1.02rem,1.15vw,1.09rem);
  line-height:1.78;
  text-wrap:pretty;
}
body.wog-platinum-master .entry-content > :where(ul,ol).wog-master-prose{
  margin-bottom:clamp(1.4rem,3vw,2rem)!important;
  line-height:1.72;
}

/* Master section headings */
body.wog-platinum-master .entry-content > .wog-master-h2{
  box-sizing:border-box;
  width:min(var(--wog-master-reading),calc(100% - 40px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
  color:var(--wog-master-navy);
  text-wrap:balance;
}
body.wog-platinum-master .wog-master-opening-heading,
body.wog-platinum-master .wog-master-closing-heading,
body.wog-platinum-master .wog-master-resource-heading{
  position:relative;
  margin-top:clamp(4.2rem,8vw,6.4rem)!important;
  margin-bottom:clamp(1.5rem,3vw,2.1rem)!important;
  padding-bottom:clamp(.9rem,2vw,1.2rem);
  font-size:clamp(2.25rem,4.6vw,3.75rem)!important;
  font-weight:800!important;
  line-height:1.07!important;
  letter-spacing:-.035em;
}
body.wog-platinum-master .wog-master-opening-heading::after,
body.wog-platinum-master .wog-master-closing-heading::after,
body.wog-platinum-master .wog-master-resource-heading::after{
  content:'';
  position:absolute;
  left:0; right:0; bottom:0;
  height:1px;
  background:var(--wog-master-line);
}

/* Chapters: a reusable visual contract for every future study */
body.wog-platinum-master .wog-master-chapter-marker{
  margin-top:clamp(5rem,9vw,7rem)!important;
  margin-bottom:.65rem!important;
  color:var(--wog-master-gold-deep)!important;
  font-size:.78rem!important;
  font-weight:900!important;
  line-height:1.2!important;
  letter-spacing:.14em!important;
  text-transform:uppercase;
}
body.wog-platinum-master .wog-master-chapter-title{
  position:relative;
  margin-top:0!important;
  margin-bottom:clamp(2.25rem,4vw,3rem)!important;
  padding-bottom:clamp(1rem,2vw,1.35rem);
  color:var(--wog-master-navy)!important;
  font-size:clamp(2.6rem,5.5vw,4.6rem)!important;
  font-weight:850!important;
  line-height:1.02!important;
  letter-spacing:-.045em;
}
body.wog-platinum-master .wog-master-chapter-title::after{
  content:'';
  display:block;
  width:64px;
  height:4px;
  margin-top:1.05rem;
  border-radius:999px;
  background:var(--wog-master-gold);
}

/* Consistent subsection language */
body.wog-platinum-master .entry-content > h3:not([class*="wog-platinum-"]):not([class*="wog-master-"]){
  box-sizing:border-box;
  width:min(var(--wog-master-prose),calc(100% - 40px))!important;
  margin:clamp(2.8rem,5vw,3.8rem) auto 1rem!important;
  color:var(--wog-master-navy)!important;
  font-size:clamp(1.55rem,2.6vw,2.2rem)!important;
  font-weight:780!important;
  line-height:1.18!important;
  letter-spacing:-.02em;
  text-wrap:balance;
}

/* Reusable Pause & Reflect */
body.wog-platinum-master .wog-master-pause-heading{
  box-sizing:border-box;
  width:min(var(--wog-master-prose),calc(100% - 40px))!important;
  margin:clamp(3.4rem,6vw,4.5rem) auto .75rem!important;
  color:var(--wog-master-gold-deep)!important;
  font-size:.78rem!important;
  font-weight:900!important;
  line-height:1.2!important;
  letter-spacing:.14em!important;
  text-transform:uppercase;
}
body.wog-platinum-master .wog-master-pause-content{
  box-sizing:border-box;
  width:min(var(--wog-master-prose),calc(100% - 40px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:1.25rem;
  border-left:3px solid var(--wog-master-gold);
}

/* Reusable chapter transition */
body.wog-platinum-master .wog-master-transition-heading{
  box-sizing:border-box;
  width:min(var(--wog-master-prose),calc(100% - 40px))!important;
  margin:clamp(3.2rem,6vw,4.4rem) auto .8rem!important;
  color:var(--wog-master-gold-deep)!important;
  font-size:.75rem!important;
  font-weight:900!important;
  line-height:1.2!important;
  letter-spacing:.14em!important;
  text-transform:uppercase;
}
body.wog-platinum-master .wog-master-transition-content{
  box-sizing:border-box;
  width:min(var(--wog-master-prose),calc(100% - 40px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding:1.1rem 1.25rem!important;
  border-radius:12px;
  background:var(--wog-master-soft);
}

/* Prayer and next-study handoff */
body.wog-platinum-master .wog-master-prayer-heading{
  color:var(--wog-master-navy)!important;
}
body.wog-platinum-master .wog-master-next-study-heading{
  box-sizing:border-box;
  width:min(var(--wog-master-reading),calc(100% - 40px))!important;
  margin:clamp(3rem,6vw,4.5rem) auto .75rem!important;
  color:var(--wog-master-gold-deep)!important;
  font-size:.78rem!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
  text-transform:uppercase;
}
body.wog-platinum-master .wog-master-next-study-content{
  box-sizing:border-box;
  width:min(var(--wog-master-reading),calc(100% - 40px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Unified rich elements for future articles */
body.wog-platinum-master .entry-content blockquote{
  box-sizing:border-box;
  width:min(var(--wog-master-reading),calc(100% - 40px));
  margin:clamp(2rem,4vw,3rem) auto;
  border-left:4px solid var(--wog-master-gold);
  border-radius:0 14px 14px 0;
  background:var(--wog-master-warm);
  color:var(--wog-master-ink);
}
body.wog-platinum-master .entry-content :where(table,figure){
  max-width:100%;
}
body.wog-platinum-master .entry-content img{
  border-radius:12px;
}
body.wog-platinum-master .entry-content a{
  text-underline-offset:.18em;
}
body.wog-platinum-master .entry-content :focus-visible{
  outline:3px solid var(--wog-master-gold);
  outline-offset:4px;
}

/* Prevent an isolated heading or section title from looking detached */
body.wog-platinum-master .entry-content > h2 + h3{
  margin-top:1.5rem!important;
}

/* Tablet + mobile: no horizontal overflow, readable scale, touch-safe spacing */
@media(max-width:900px){
  body.wog-platinum-master{
    --wog-master-reading:820px;
    --wog-master-prose:720px;
  }
}
@media(max-width:760px){
  body.wog-platinum-master .entry-content > .wog-master-prose,
  body.wog-platinum-master .entry-content > .wog-master-h2,
  body.wog-platinum-master .wog-master-pause-heading,
  body.wog-platinum-master .wog-master-pause-content,
  body.wog-platinum-master .wog-master-transition-heading,
  body.wog-platinum-master .wog-master-transition-content,
  body.wog-platinum-master .wog-master-next-study-heading,
  body.wog-platinum-master .wog-master-next-study-content,
  body.wog-platinum-master .entry-content blockquote{
    width:min(100% - 28px,760px)!important;
  }
  body.wog-platinum-master .wog-master-chapter-marker{
    margin-top:4rem!important;
  }
  body.wog-platinum-master .wog-master-chapter-title{
    margin-bottom:2rem!important;
  }
  body.wog-platinum-master .wog-master-pause-content{
    padding-left:1rem;
  }
}
@media(max-width:480px){
  body.wog-platinum-master .wog-master-chapter-title{
    font-size:clamp(2.2rem,11vw,3rem)!important;
  }
  body.wog-platinum-master .wog-master-opening-heading,
  body.wog-platinum-master .wog-master-closing-heading,
  body.wog-platinum-master .wog-master-resource-heading{
    font-size:clamp(2rem,10vw,2.8rem)!important;
  }
}

/* Print-ready long-form study behavior */
@media print{
  body.wog-platinum-master .wog-platinum-hero{
    break-after:page;
  }
  body.wog-platinum-master .wog-master-chapter-marker{
    break-before:page;
  }
  body.wog-platinum-master a{
    color:inherit!important;
    text-decoration:none!important;
  }
  body.wog-platinum-master .entry-content{
    font-size:11pt;
  }
}

@media(prefers-reduced-motion:reduce){
  body.wog-platinum-master *,
  body.wog-platinum-master *::before,
  body.wog-platinum-master *::after{
    scroll-behavior:auto!important;
    transition:none!important;
    animation:none!important;
  }
}
