.hb-rmt-page {
      --hbc-ink: #071b2d;
      --hbc-navy: #092e49;
      --hbc-blue: #116a8b;
      --hbc-teal: #19a7a0;
      --hbc-mint: #dff8f1;
      --hbc-gold: #e6b84d;
      --hbc-cream: #fffaf0;
      --hbc-white: #ffffff;
      --hbc-muted: #5d6d78;
      --hbc-line: rgba(7, 27, 45, .13);
      --hbc-shadow: 0 18px 45px rgba(7, 27, 45, .12);
      --hbc-radius: 22px;
    }

.hb-rmt-page,
    .hb-rmt-page * { box-sizing: border-box; }

    .hb-rmt-page {
      margin: 0;
      color: var(--hbc-ink);
      background: #f4f8f8;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.65;
    }
    .hb-rmt-page a { color: inherit; }
    .hb-rmt-page .hbc-wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

    .hbc-site-header {
      position: sticky;
      top: 0;
      z-index: 20;
      color: var(--hbc-white);
      background: rgba(7, 27, 45, .96);
      border-bottom: 1px solid rgba(255,255,255,.12);
      backdrop-filter: blur(12px);
    }
    .hbc-nav {
      min-height: 74px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }
    .hbc-brand {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      font-weight: 850;
      letter-spacing: -.02em;
      text-decoration: none;
      white-space: nowrap;
    }
    .hbc-brand-mark {
      width: 36px;
      height: 36px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: var(--hbc-ink);
      background: var(--hbc-gold);
      font-size: 18px;
      box-shadow: 0 0 0 5px rgba(230,184,77,.12);
    }
    .hbc-menu {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 8px;
      margin: 0;
      padding: 0;
      list-style: none;
      flex-wrap: wrap;
    }
    .hbc-menu a {
      display: block;
      padding: 9px 12px;
      border-radius: 999px;
      color: rgba(255,255,255,.82);
      font-size: .91rem;
      font-weight: 720;
      text-decoration: none;
    }
    .hbc-menu a:hover,
    .hbc-menu a:focus-visible,
    .hbc-menu .current-menu-item a {
      color: var(--hbc-white);
      background: rgba(25,167,160,.22);
      outline: none;
    }

    .hbc-hero {
      position: relative;
      overflow: hidden;
      color: var(--hbc-white);
      background:
        radial-gradient(circle at 78% 18%, rgba(25,167,160,.29), transparent 28rem),
        radial-gradient(circle at 15% 100%, rgba(230,184,77,.14), transparent 24rem),
        linear-gradient(135deg, #071b2d 0%, #0a3653 100%);
    }
    .hbc-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      opacity: .13;
      background-image: radial-gradient(rgba(255,255,255,.75) 1px, transparent 1px);
      background-size: 24px 24px;
      pointer-events: none;
    }
    .hbc-hero-grid {
      position: relative;
      z-index: 1;
      min-height: 650px;
      display: grid;
      grid-template-columns: 1.12fr .88fr;
      align-items: center;
      gap: 60px;
      padding-block: 86px;
    }
    .hbc-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin: 0 0 20px;
      color: #bff5ec;
      font-size: .78rem;
      font-weight: 850;
      letter-spacing: .14em;
      text-transform: uppercase;
    }
    .hbc-eyebrow::before {
      content: "";
      width: 34px;
      height: 2px;
      background: var(--hbc-gold);
    }
    h1, h2, h3 { line-height: 1.13; letter-spacing: -.035em; }
    h1 { margin: 0; max-width: 760px; font-size: clamp(3rem, 6.3vw, 6rem); }
    .hbc-hero-lead {
      max-width: 720px;
      margin: 25px 0 0;
      color: rgba(255,255,255,.82);
      font-size: clamp(1.08rem, 1.9vw, 1.3rem);
    }
    .hbc-hero-actions { display: flex; gap: 13px; margin-top: 32px; flex-wrap: wrap; }
    .hbc-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 20px;
      border: 1px solid transparent;
      border-radius: 999px;
      font-weight: 820;
      text-decoration: none;
      transition: transform .2s ease, background .2s ease;
    }
    .hbc-button:hover { transform: translateY(-2px); }
    .hbc-button-primary { color: var(--hbc-ink); background: var(--hbc-gold); }
    .hbc-button-secondary { color: var(--hbc-white); border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.06); }

    .hbc-pentagon-stage {
      position: relative;
      aspect-ratio: 1.06;
      max-width: 430px;
      margin-inline: auto;
      overflow: hidden;
      border-radius: 28px;
      filter: drop-shadow(0 24px 34px rgba(0,0,0,.34));
    }
    .hbc-pentagon-stage img {
      width: 200%;
      max-width: none;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
      transform: translateX(-50%);
    }
    .hbc-pentagon-caption {
      position: absolute;
      right: 20px;
      bottom: 18px;
      left: 20px;
      z-index: 2;
      padding: 10px 14px;
      border: 1px solid rgba(230,184,77,.38);
      border-radius: 999px;
      color: var(--hbc-white);
      background: rgba(7,27,45,.88);
      text-align: center;
      font-size: .82rem;
      font-weight: 800;
      letter-spacing: .04em;
    }

    .hbc-strip { background: var(--hbc-white); border-bottom: 1px solid var(--hbc-line); }
    .hbc-strip-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
    }
    .hbc-strip-item { padding: 25px 28px; border-right: 1px solid var(--hbc-line); }
    .hbc-strip-item:last-child { border-right: 0; }
    .hbc-strip-item strong { display: block; margin-bottom: 2px; color: var(--hbc-blue); font-size: 1.04rem; }
    .hbc-strip-item span { color: var(--hbc-muted); font-size: .92rem; }

    .hbc-section { padding-block: 92px; }
    .hbc-section-alt { background: var(--hbc-white); }
    .hbc-section-kicker { margin: 0 0 12px; color: var(--hbc-blue); font-size: .8rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
    .hbc-section h2 { max-width: 820px; margin: 0; font-size: clamp(2rem, 4.2vw, 3.7rem); }
    .hbc-section-intro { max-width: 800px; margin: 21px 0 0; color: var(--hbc-muted); font-size: 1.1rem; }

    .hbc-framework-grid,
    .hbc-controls-grid,
    .hbc-authority-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-top: 42px;
    }
    .hbc-card {
      padding: 30px;
      border: 1px solid var(--hbc-line);
      border-radius: var(--hbc-radius);
      background: var(--hbc-white);
      box-shadow: 0 8px 28px rgba(7,27,45,.055);
    }
    .hbc-card-number {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      margin-bottom: 22px;
      border-radius: 13px;
      color: var(--hbc-white);
      background: var(--hbc-blue);
      font-weight: 900;
    }
    .hbc-card h3 { margin: 0 0 12px; font-size: 1.35rem; }
    .hbc-card p { margin: 0; color: var(--hbc-muted); }

    .hbc-inspiration {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      margin-top: 42px;
    }
    .hbc-inspiration-card {
      position: relative;
      overflow: hidden;
      padding: 38px;
      border-radius: var(--hbc-radius);
      color: var(--hbc-white);
      background: var(--hbc-navy);
    }
    .hbc-inspiration-card:last-child { background: linear-gradient(135deg, #0b5b70, #128f8b); }
    .hbc-inspiration-card .hbc-tag {
      display: inline-block;
      margin-bottom: 24px;
      padding: 7px 11px;
      border: 1px solid rgba(255,255,255,.22);
      border-radius: 999px;
      color: #d7fff8;
      font-size: .74rem;
      font-weight: 850;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    .hbc-inspiration-card h3 { margin: 0 0 14px; font-size: 1.75rem; }
    .hbc-inspiration-card p { margin: 0; color: rgba(255,255,255,.79); }
    .hbc-inspiration-card strong { color: var(--hbc-white); }

    .hbc-proof-flow {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      margin-top: 43px;
      counter-reset: proof;
    }
    .hbc-proof-step {
      position: relative;
      min-height: 205px;
      padding: 28px 24px;
      border: 1px solid var(--hbc-line);
      border-radius: 19px;
      background: var(--hbc-white);
      counter-increment: proof;
    }
    .hbc-proof-step::before {
      content: counter(proof);
      display: grid;
      place-items: center;
      width: 34px;
      height: 34px;
      margin-bottom: 27px;
      border-radius: 50%;
      color: var(--hbc-ink);
      background: var(--hbc-gold);
      font-weight: 900;
    }
    .hbc-proof-step h3 { margin: 0 0 8px; font-size: 1.16rem; }
    .hbc-proof-step p { margin: 0; color: var(--hbc-muted); font-size: .94rem; }

    .hbc-authority-card { text-align: center; }
    .hbc-authority-icon {
      width: 62px;
      height: 62px;
      display: grid;
      place-items: center;
      margin: 0 auto 19px;
      border-radius: 50%;
      color: var(--hbc-white);
      background: linear-gradient(135deg, var(--hbc-blue), var(--hbc-teal));
      font-size: 1.35rem;
      font-weight: 900;
    }

    .hbc-control-card { border-top: 5px solid var(--hbc-gold); }
    .hbc-control-card:nth-child(2) { border-top-color: var(--hbc-teal); }
    .hbc-control-card:nth-child(3) { border-top-color: var(--hbc-blue); }
    .hbc-value { display: block; margin: 6px 0 15px; color: var(--hbc-ink); font-size: 2.35rem; font-weight: 900; letter-spacing: -.045em; }

    .hbc-faith {
      padding: 44px;
      border-radius: 30px;
      color: var(--hbc-white);
      background: linear-gradient(135deg, #071b2d, #0a4260);
      box-shadow: var(--hbc-shadow);
    }
    .hbc-faith-header { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: end; }
    .hbc-faith-header h2 { color: var(--hbc-white); }
    .hbc-faith-header p { margin: 0; color: rgba(255,255,255,.76); }
    .hbc-faith-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 36px; }
    .hbc-faith-word { padding: 18px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(255,255,255,.06); text-align: center; }
    .hbc-faith-word strong { display: block; color: var(--hbc-gold); font-size: 1.6rem; }
    .hbc-faith-word span { color: rgba(255,255,255,.8); font-size: .84rem; }

    .hbc-callout {
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: center;
      gap: 30px;
      margin-top: 46px;
      padding: 34px;
      border: 1px solid rgba(25,167,160,.28);
      border-radius: var(--hbc-radius);
      background: var(--hbc-mint);
    }
    .hbc-callout h3 { margin: 0 0 7px; font-size: 1.45rem; }
    .hbc-callout p { margin: 0; color: #3f655f; }

    .hbc-boundary {
      margin-top: 38px;
      padding: 30px;
      border-left: 6px solid var(--hbc-gold);
      border-radius: 0 16px 16px 0;
      background: var(--hbc-cream);
    }
    .hbc-boundary strong { display: block; margin-bottom: 7px; font-size: 1.12rem; }
    .hbc-boundary p { margin: 0; color: var(--hbc-muted); }

    .hbc-media-portal { background: var(--hbc-white); }
    .hbc-media-audiences { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 42px; }
    .hbc-media-audience { overflow: hidden; border: 1px solid var(--hbc-line); border-radius: 25px; background: #f6f9f9; box-shadow: 0 10px 32px rgba(7,27,45,.07); }
    .hbc-media-audience--regulator { background: #f3f7fa; }
    .hbc-media-header { padding: 30px; color: var(--hbc-white); background: linear-gradient(135deg,var(--hbc-blue),var(--hbc-teal)); }
    .hbc-media-audience--regulator .hbc-media-header { background: linear-gradient(135deg,var(--hbc-ink),var(--hbc-navy)); }
    .hbc-media-label { display: inline-block; margin-bottom: 12px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: .72rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
    .hbc-media-header h3 { margin: 0 0 9px; font-size: 1.72rem; }
    .hbc-media-header p { margin: 0; color: rgba(255,255,255,.8); }
    .hbc-media-slots { display: grid; gap: 14px; padding: 20px; }
    .hbc-media-slot { padding: 22px; border: 1px solid var(--hbc-line); border-radius: 18px; background: var(--hbc-white); }
    .hbc-media-slot-type { display: block; margin-bottom: 7px; color: var(--hbc-blue); font-size: .73rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
    .hbc-media-slot h4 { margin: 0 0 7px; font-size: 1.17rem; }
    .hbc-media-slot p { margin: 0; color: var(--hbc-muted); font-size: .92rem; }
    .hbc-media-placeholder { display: grid; place-items: center; min-height: 150px; margin-top: 15px; padding: 20px; border: 2px dashed rgba(17,106,139,.3); border-radius: 14px; color: var(--hbc-blue); background: #f4fbfb; text-align: center; font-weight: 800; }
    .hbc-media-placeholder--audio { min-height: 86px; }
    .hbc-podcast-player {
      margin-top: 15px;
      padding: 14px 16px 12px;
      border-radius: 14px;
      background: var(--hbc-mint);
    }
    .hbc-podcast-player__title {
      margin: 0 0 10px;
      color: var(--hbc-ink);
      font-size: .92rem;
      font-weight: 800;
    }
    .hbc-video-player {
      margin-top: 15px;
      overflow: hidden;
      border-radius: 14px;
      background: #071b2d;
    }
    .hbc-video-player__title {
      margin: 0;
      padding: 12px 14px 0;
      color: #fff;
      font-size: .88rem;
      font-weight: 800;
    }
    .hbc-media-player--video {
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 9;
      margin: 0;
      background: #071b2d;
    }
    .hbc-media-player,
    .hbc-media-player--audio {
      display: block;
      width: 100%;
      height: 40px;
      margin: 0;
      border-radius: 999px;
      background: transparent;
    }
    .hbc-media-download { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 15px; padding: 16px; border-radius: 14px; background: var(--hbc-mint); }
    .hbc-media-download .hbc-button.is-disabled {
      pointer-events: none;
      opacity: 0.55;
    }

    .hbc-site-footer { padding-block: 36px; color: rgba(255,255,255,.7); background: var(--hbc-ink); font-size: .88rem; }
    .hbc-footer-grid { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
    .hbc-site-footer strong { color: var(--hbc-white); }

    @media (max-width: 900px) {
      .hbc-nav { padding-block: 15px; align-items: flex-start; flex-direction: column; }
      .hbc-menu { justify-content: flex-start; }
      .hbc-hero-grid { grid-template-columns: 1fr; gap: 50px; }
      .hbc-pentagon-stage { width: min(430px, 92vw); }
      .hbc-framework-grid, .hbc-controls-grid, .hbc-authority-grid { grid-template-columns: 1fr; }
      .hbc-inspiration { grid-template-columns: 1fr; }
      .hbc-media-audiences { grid-template-columns: 1fr; }
      .hbc-proof-flow { grid-template-columns: 1fr 1fr; }
      .hbc-faith-header { grid-template-columns: 1fr; gap: 18px; }
      .hbc-faith-grid { grid-template-columns: repeat(5, minmax(100px, 1fr)); overflow-x: auto; }
    }
    @media (max-width: 620px) {
      .hbc-wrap { width: min(100% - 26px, 1160px); }
      .hbc-menu a { padding: 7px 9px; font-size: .82rem; }
      .hbc-hero-grid { min-height: 0; padding-block: 62px; }
      .hbc-strip-grid { grid-template-columns: 1fr; }
      .hbc-strip-item { border-right: 0; border-bottom: 1px solid var(--hbc-line); }
      .hbc-strip-item:last-child { border-bottom: 0; }
      .hbc-section { padding-block: 68px; }
      .hbc-proof-flow { grid-template-columns: 1fr; }
      .hbc-faith { padding: 29px 22px; }
      .hbc-callout { grid-template-columns: 1fr; }
      .hbc-media-download { align-items: flex-start; flex-direction: column; }
      .hbc-media-download .hbc-button { width: 100%; }
    }

/* Use HBC NWP header; hide the source-page header if present. */
.hb-rmt-page .hbc-site-header { display: none; }
.hb-rmt-page .skip {
  position: absolute;
  left: -9999px;
}
.hb-rmt-page .skip:focus {
  left: 16px;
  top: 16px;
  z-index: 100;
  padding: 8px 12px;
  background: #fff;
}

