/* Burke content pages — clean editorial system, CSS-only entrances */
:root{--bhx-max:1240px;--bhx-reading:780px;--bhx-gap:clamp(64px,7vw,112px)}
.bhx-page{overflow:hidden;background:var(--bh-cream);color:var(--bh-navy)}
.bhx-container{width:min(calc(100% - clamp(40px,8vw,136px)),var(--bhx-max));margin-inline:auto}
.bhx-reading{width:min(100%,var(--bhx-reading));margin-inline:auto}
.bhx-section{padding:var(--bhx-gap) 0;position:relative}
.bhx-section--white{background:#fff}.bhx-section--navy{background:var(--bh-navy);color:#fff}.bhx-section--soft{background:#fbf7ef}
.bhx-section--navy :is(h1,h2,h3,h4),.bhx-hero--dark :is(h1,h2,h3){color:#fff}
.bhx-kicker{display:block;margin:0 0 18px;color:var(--bh-gold);font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.bhx-title{font-size:clamp(2.55rem,5vw,4.9rem);line-height:.98;max-width:920px;margin-bottom:22px}
.bhx-heading{font-size:clamp(2.15rem,4vw,3.8rem);margin-bottom:20px}
.bhx-sub{max-width:760px;font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.7;color:var(--bh-muted)}
.bhx-section--navy .bhx-sub{color:rgba(255,255,255,.76)}
.bhx-hero{min-height:clamp(500px,67vh,740px);display:flex;align-items:center;position:relative;background:#111f38;color:#fff;isolation:isolate}
.bhx-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,19,36,.94) 0%,rgba(13,29,53,.82) 45%,rgba(13,29,53,.30) 74%,rgba(13,29,53,.12) 100%);z-index:-1}
.bhx-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.bhx-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(260px,.72fr);gap:clamp(28px,5vw,80px);align-items:center;padding-block:clamp(70px,9vw,120px)}
.bhx-hero__copy{max-width:820px}.bhx-hero__visual{text-align:center;align-self:end}.bhx-hero__visual img{max-height:560px;object-fit:contain;filter:drop-shadow(0 28px 40px rgba(0,0,0,.3))}
.bhx-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:28px}.bhx-text-link{font-weight:800;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px}
.bhx-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(18px,2.4vw,30px)}
.bhx-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.bhx-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.bhx-card{background:#fff;border:1px solid rgba(28,43,74,.12);border-radius:24px;padding:clamp(24px,3vw,38px);box-shadow:0 18px 55px rgba(28,43,74,.08)}
.bhx-card--dark{background:linear-gradient(145deg,#0d1b31,#182c4b);color:#fff;border-color:rgba(232,184,64,.24)}.bhx-card--dark :is(h2,h3,h4){color:#fff}
.bhx-card h3{font-size:clamp(1.6rem,2.5vw,2.35rem);margin-bottom:12px}.bhx-card p:last-child{margin-bottom:0}
.bhx-icon-card{position:relative;overflow:hidden;min-height:440px;color:#fff;display:flex;align-items:flex-end;background:#0c1b31;padding:0}
.bhx-icon-card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.bhx-icon-card::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,18,35,.94),rgba(6,18,35,.68) 52%,rgba(6,18,35,.12))}
.bhx-icon-card__body{position:relative;z-index:2;width:min(74%,620px);padding:clamp(28px,4vw,52px)}.bhx-icon-card__body :is(h2,h3){color:#fff}
.bhx-bullets{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:12px}.bhx-bullets li{position:relative;padding-left:28px}.bhx-bullets li::before{content:"✓";position:absolute;left:0;top:0;color:var(--bh-gold);font-weight:900}
.bhx-numbered{counter-reset:bhstep;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.bhx-step{counter-increment:bhstep}.bhx-step::before{content:counter(bhstep,decimal-leading-zero);display:block;color:var(--bh-gold);font-weight:900;letter-spacing:.12em;margin-bottom:10px}
.bhx-book-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,3vw,34px)}
.bhx-book-card{display:flex;flex-direction:column;min-height:100%;background:#fff;border:1px solid rgba(28,43,74,.12);border-radius:24px;padding:24px;box-shadow:0 20px 55px rgba(28,43,74,.08)}
.bhx-book-card__media{height:330px;display:flex;align-items:flex-end;justify-content:center;margin-bottom:22px}.bhx-book-card__media img{max-height:100%;max-width:90%;object-fit:contain;filter:drop-shadow(0 22px 20px rgba(17,26,44,.18))}
.bhx-book-card h3{font-size:1.8rem;margin-bottom:8px}.bhx-book-card p{color:var(--bh-muted);font-size:.96rem}.bhx-book-card .bhx-actions{margin-top:auto;padding-top:8px}
.bhx-product-hero{padding:clamp(70px,8vw,120px) 0;background:radial-gradient(circle at 75% 35%,#fff7df 0,#f8f2e8 38%,#efe4d0 100%)}
.bhx-product-hero__grid{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.15fr);gap:clamp(34px,6vw,90px);align-items:center}.bhx-product-visual{text-align:center}.bhx-product-visual img{max-height:640px;filter:drop-shadow(0 30px 26px rgba(28,43,74,.18))}
.bhx-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.bhx-badge{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(232,184,64,.16);border:1px solid rgba(232,184,64,.5);color:#7b5b04;font-weight:800;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase}
.bhx-buybox{display:grid;grid-template-columns:1fr 1fr;gap:20px}.bhx-price-card{padding:30px;border-radius:22px;background:#fff;border:1px solid rgba(28,43,74,.12)}.bhx-price-card--featured{background:var(--bh-navy);color:#fff;border-color:rgba(232,184,64,.55)}.bhx-price-card--featured :is(h3,h4){color:#fff}.bhx-price{font:700 clamp(2rem,4vw,3.4rem)/1 var(--bh-heading-font);margin:12px 0}
.bhx-note{font-size:.9rem;color:var(--bh-muted)}.bhx-price-card--featured .bhx-note{color:rgba(255,255,255,.65)}
.bhx-quote{font:600 clamp(1.7rem,3.2vw,2.8rem)/1.18 var(--bh-heading-font);padding:34px;border-left:4px solid var(--bh-gold);background:rgba(232,184,64,.09);border-radius:0 20px 20px 0;margin:38px 0}
.bhx-prose{font-size:1.03rem;line-height:1.82;color:#33405a}.bhx-prose p{margin-bottom:1.35em}.bhx-prose strong{color:var(--bh-navy)}
.bhx-stage-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.bhx-stage-list div{padding:18px;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);text-align:center;font-weight:700}
.bhx-faq{display:grid;gap:12px}.bhx-faq details{background:#fff;border:1px solid rgba(28,43,74,.12);border-radius:16px;padding:18px 20px}.bhx-faq summary{font-weight:800;cursor:pointer;color:var(--bh-navy)}.bhx-faq details p{margin:12px 0 0;color:var(--bh-muted)}
.bhx-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.bhx-form .full{grid-column:1/-1}.bhx-form input,.bhx-form textarea,.bhx-form select{width:100%;min-height:50px;border:1px solid rgba(28,43,74,.2);border-radius:12px;background:#fff;padding:12px 14px;color:var(--bh-navy)}.bhx-form textarea{min-height:130px;resize:vertical}.bhx-form label{display:block;font-size:.88rem;font-weight:800;margin-bottom:6px}.bhx-form-note{grid-column:1/-1;color:var(--bh-muted);font-size:.86rem}
.bhx-downloads{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.bhx-download{display:flex;align-items:center;justify-content:space-between;padding:20px;border:1px solid rgba(28,43,74,.14);border-radius:16px;background:#fff;text-decoration:none;font-weight:800}
.bhx-legal{width:min(100%,900px);margin-inline:auto}.bhx-legal p{line-height:1.78}.bhx-legal strong{color:var(--bh-navy)}.bhx-placeholder{background:#fff0bf;border-radius:6px;padding:0 .25em;color:#6b5000}
.bhx-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.bhx-post-card{background:#fff;border:1px solid rgba(28,43,74,.12);border-radius:20px;padding:24px}.bhx-post-card .meta{color:var(--bh-muted);font-size:.84rem}
.bhx-divider-cta{padding:32px;border-radius:24px;background:linear-gradient(120deg,#0b1b32,#183153);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:22px}.bhx-divider-cta :is(h2,h3){color:#fff;margin-bottom:8px}.bhx-divider-cta p{margin:0;color:rgba(255,255,255,.72)}
.bhx-disabled{opacity:.62;cursor:not-allowed;box-shadow:none!important;transform:none!important}
.bhx-coming{display:inline-flex;color:var(--bh-gold);font-weight:900;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem}

@supports (animation-timeline:view()) {
  .bhx-reveal{animation:bhxReveal linear both;animation-timeline:view();animation-range:entry 8% cover 28%}
  @keyframes bhxReveal{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
}

@media(max-width:1020px){
  .bhx-grid--4,.bhx-stage-list{grid-template-columns:repeat(2,minmax(0,1fr))}.bhx-book-grid,.bhx-grid--3,.bhx-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bhx-numbered{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bhx-hero__grid,.bhx-product-hero__grid{grid-template-columns:1fr}.bhx-hero__visual img{max-height:420px}.bhx-hero{min-height:auto}.bhx-hero__visual{order:-1;text-align:right;position:absolute;right:0;bottom:0;opacity:.32}.bhx-hero__copy{position:relative;z-index:2;max-width:760px}
  .bhx-buybox{grid-template-columns:1fr}.bhx-downloads{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .bhx-container{width:min(calc(100% - 40px),var(--bhx-max))}.bhx-section{padding:58px 0}.bhx-hero__grid{padding-block:70px}.bhx-hero__visual{display:none}.bhx-title{font-size:clamp(2.45rem,12vw,3.7rem)}.bhx-heading{font-size:clamp(2rem,10vw,3rem)}
  .bhx-grid,.bhx-grid--3,.bhx-grid--4,.bhx-book-grid,.bhx-numbered,.bhx-stage-list,.bhx-post-grid,.bhx-downloads{grid-template-columns:1fr}.bhx-book-card__media{height:280px}.bhx-product-visual img{max-height:430px}.bhx-actions{align-items:stretch}.bhx-actions .bh-button{width:100%}.bhx-divider-cta{flex-direction:column;align-items:flex-start}.bhx-icon-card{min-height:460px}.bhx-icon-card__body{width:100%;padding:28px}.bhx-icon-card::after{background:linear-gradient(0deg,rgba(6,18,35,.96),rgba(6,18,35,.65) 70%,rgba(6,18,35,.15))}.bhx-form{grid-template-columns:1fr}.bhx-form .full{grid-column:auto}
}


/* =========================================================
   v2.1 — readability / contrast / spacing hardening
   Prevents headings, paragraphs and CTAs from disappearing
   into dark photographic or navy backgrounds.
   ========================================================= */
.bhx-page, .bhx-page * { box-sizing: border-box; }
.bhx-container > *,
.bhx-grid > *,
.bhx-divider-cta > *,
.bhx-hero__grid > * { min-width: 0; }

/* Clear hero/header separation and stronger photographic overlay. */
.bhx-hero {
  border-top: 1px solid rgba(232,184,64,.28);
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.bhx-hero::before {
  background: linear-gradient(90deg,
    rgba(5,15,31,.98) 0%,
    rgba(8,23,44,.94) 38%,
    rgba(10,27,50,.72) 62%,
    rgba(10,27,50,.28) 100%) !important;
}
.bhx-hero .bhx-title,
.bhx-hero h1,
.bhx-hero h2,
.bhx-hero h3 {
  color: #fff !important;
  text-shadow: 0 2px 22px rgba(0,0,0,.24);
}
.bhx-hero .bhx-sub,
.bhx-hero p { color: rgba(255,255,255,.84) !important; }
.bhx-hero .bhx-kicker { color: #f2c957 !important; }
.bhx-hero .bhx-text-link { color: #fff !important; }

/* Dark section typography must stay bright regardless of global heading rules. */
.bhx-section--navy,
.bhx-card--dark,
.bhx-divider-cta,
.bhx-icon-card { color: #fff; }
.bhx-section--navy :is(h1,h2,h3,h4,h5,h6),
.bhx-card--dark :is(h1,h2,h3,h4,h5,h6),
.bhx-divider-cta :is(h1,h2,h3,h4,h5,h6),
.bhx-icon-card :is(h1,h2,h3,h4,h5,h6) { color: #fff !important; }
.bhx-section--navy :is(p,li),
.bhx-card--dark :is(p,li),
.bhx-divider-cta :is(p,li),
.bhx-icon-card :is(p,li) { color: rgba(255,255,255,.84) !important; }
.bhx-section--navy .bhx-sub,
.bhx-card--dark .bhx-sub { color: rgba(255,255,255,.78) !important; }
.bhx-section--navy a:not(.bh-button),
.bhx-card--dark a:not(.bh-button),
.bhx-divider-cta a:not(.bh-button),
.bhx-icon-card a:not(.bh-button) { color: #f4cb5d; }

/* Light cards always get dark readable copy. */
.bhx-card:not(.bhx-card--dark),
.bhx-price-card:not(.bhx-price-card--featured),
.bhx-post-card,
.bhx-faq details,
.bhx-download {
  color: var(--bh-navy);
}
.bhx-card:not(.bhx-card--dark) :is(h2,h3,h4),
.bhx-price-card:not(.bhx-price-card--featured) :is(h2,h3,h4),
.bhx-post-card :is(h2,h3,h4) { color: var(--bh-navy) !important; }
.bhx-card:not(.bhx-card--dark) p,
.bhx-price-card:not(.bhx-price-card--featured) p,
.bhx-post-card p { color: #5c687e; }

/* CTA contrast: gold is always navy text; outline on dark is always white. */
.bhx-page .bh-button,
.bhx-page button[type="submit"] {
  color: var(--bh-navy) !important;
  background: var(--bh-gold);
  border-color: var(--bh-gold);
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}
.bhx-page .bh-button--outline {
  background: transparent;
  color: var(--bh-navy) !important;
  border-color: rgba(28,43,74,.34);
}
.bhx-section--navy .bh-button--outline,
.bhx-card--dark .bh-button--outline,
.bhx-divider-cta .bh-button--outline,
.bhx-icon-card .bh-button--outline {
  color: #fff !important;
  border-color: rgba(232,184,64,.9);
  background: rgba(255,255,255,.035);
}
.bhx-section--navy .bh-button--outline:hover,
.bhx-divider-cta .bh-button--outline:hover,
.bhx-card--dark .bh-button--outline:hover {
  color: var(--bh-navy) !important;
  background: var(--bh-gold);
}
.bhx-disabled { opacity: .72 !important; }

/* Dark CTA panels need their own tonal separation even inside navy sections. */
.bhx-divider-cta {
  background: linear-gradient(118deg,#0b1c34 0%,#17375f 72%,#21476f 100%);
  border: 1px solid rgba(232,184,64,.26);
  box-shadow: 0 18px 45px rgba(7,17,34,.18);
  overflow: hidden;
}
.bhx-divider-cta > div:first-child { max-width: 760px; }
.bhx-divider-cta .bhx-actions { flex: 0 0 auto; margin-top: 0; }

/* Cards with photographs: ensure copy sits on a consistent readable glass field. */
.bhx-icon-card::after {
  background: linear-gradient(90deg,rgba(5,17,34,.97) 0%,rgba(6,20,39,.88) 42%,rgba(6,20,39,.42) 70%,rgba(6,20,39,.12) 100%) !important;
}
.bhx-icon-card__body {
  text-shadow: 0 1px 12px rgba(0,0,0,.16);
}

/* Better section rhythm and safe reading width. */
.bhx-section > .bhx-container > .bhx-kicker + .bhx-heading,
.bhx-card .bhx-kicker + h2,
.bhx-card .bhx-kicker + h3 { margin-top: 0; }
.bhx-section .bhx-heading { max-width: 880px; }
.bhx-prose { max-width: 820px; }
.bhx-grid { align-items: start; }

@media (max-width: 1180px) {
  .bhx-container { width: min(calc(100% - 64px), var(--bhx-max)); }
  .bhx-title { font-size: clamp(2.45rem,5vw,4.2rem); }
  .bhx-heading { font-size: clamp(2rem,4vw,3.3rem); }
  .bhx-divider-cta { padding: 28px; }
}

@media (max-width: 820px) {
  .bhx-container { width: min(calc(100% - 36px), var(--bhx-max)); }
  .bhx-hero::before {
    background: linear-gradient(90deg,rgba(5,15,31,.97),rgba(7,20,39,.91)) !important;
  }
  .bhx-hero__grid { padding-block: 64px 72px; }
  .bhx-title { font-size: clamp(2.3rem,10.5vw,3.5rem); line-height: .98; }
  .bhx-heading { font-size: clamp(2rem,9vw,2.9rem); line-height: 1; }
  .bhx-sub { font-size: 1rem; line-height: 1.65; }
  .bhx-divider-cta { padding: 26px 22px; border-radius: 20px; }
  .bhx-divider-cta .bh-button { width: 100%; }
  .bhx-actions { width: 100%; }
  .bhx-actions .bh-button { max-width: 100%; }
  .bhx-icon-card__body { width: 100%; }
}
