:root {
  --bc-brand-navy: #03182c;
  --bc-brand-navy-secondary: #0b2947;
  --bc-brand-gold: #e7b34a;
  --bc-brand-gold-hover: #f1c76d;
  --bc-brand-text: #162235;
  --bc-brand-muted: #5b6878;
  --bc-brand-bg: #f3f5f7;
  --bc-brand-surface: #fff;
  --bc-brand-border: #d7dee6;
  --bc-brand-link: #174f91;
  --bc-brand-focus: #f2c45e;
  --bc-brand-display: "Aptos Display", "Segoe UI Variable Display", "Segoe UI", sans-serif;
  --bc-brand-content: "Aptos", "Segoe UI Variable Text", "Segoe UI", Tahoma, sans-serif;
}

body.bc-brand-prototype {
  background: var(--bc-brand-bg);
  color: var(--bc-brand-text);
  font-family: var(--bc-brand-content);
  -webkit-font-smoothing: antialiased;
}

body.bc-brand-prototype .bc-site-footer a:focus-visible,
body.bc-brand-prototype .faq-cta:focus-visible,
body.bc-brand-prototype .faq-item summary:focus-visible {
  outline: 3px solid var(--bc-brand-focus);
  outline-offset: 3px;
}

body.bc-brand-prototype .bc-site-footer {
  background: var(--bc-brand-navy);
  color: rgba(255, 255, 255, .72);
  border-top: 2px solid var(--bc-brand-gold);
}

body.bc-brand-prototype .bc-site-footer a {
  color: rgba(255, 255, 255, .9);
  font-family: var(--bc-brand-content);
  font-weight: 600;
}

body.bc-brand-prototype .bc-site-footer a:hover {
  color: var(--bc-brand-gold-hover);
}

/* FAQ prototype: editorial dividers replace the previous floating-card pattern. */
body.bc-faq-prototype .page {
  width: min(900px, 100%);
  max-width: none;
  padding: 46px 28px 64px;
}

body.bc-faq-prototype .hero {
  margin: 0 0 28px;
  padding: 0 0 28px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--bc-brand-gold);
  border-radius: 0;
  box-shadow: none;
}

body.bc-faq-prototype h1 {
  max-width: 760px;
  margin: 0 0 12px;
  color: var(--bc-brand-navy);
  font-family: var(--bc-brand-display);
  font-size: clamp(34px, 5vw, 48px);
  font-weight: 740;
  letter-spacing: -.035em;
  line-height: 1.08;
}

body.bc-faq-prototype .subtitle {
  max-width: 680px;
  color: var(--bc-brand-muted);
  font-size: 18px;
  line-height: 1.65;
}

body.bc-faq-prototype .faq-list {
  display: block;
  border-top: 1px solid var(--bc-brand-border);
}

body.bc-faq-prototype .faq-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--bc-brand-border);
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

body.bc-faq-prototype .faq-item[open] {
  background: var(--bc-brand-surface);
  box-shadow: inset 3px 0 0 var(--bc-brand-gold);
}

body.bc-faq-prototype .faq-item summary {
  padding: 22px 52px 22px 10px;
  color: var(--bc-brand-text);
  font-family: var(--bc-brand-content);
  font-size: 18px;
  font-weight: 680;
  line-height: 1.45;
}

body.bc-faq-prototype .faq-item summary:hover,
body.bc-faq-prototype .faq-item[open] summary {
  color: var(--bc-brand-navy);
}

body.bc-faq-prototype .faq-item[open] summary {
  border-bottom: 0;
}

body.bc-faq-prototype .faq-item summary::after,
body.bc-faq-prototype .faq-item[open] summary::after {
  right: 12px;
  color: var(--bc-brand-gold);
  content: "+";
  font-family: var(--bc-brand-display);
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

body.bc-faq-prototype .faq-item[open] summary::after {
  content: "−";
}

body.bc-faq-prototype .answer {
  padding: 0 52px 25px 10px;
}

body.bc-faq-prototype .answer p {
  color: var(--bc-brand-text);
  font-size: 17px;
  line-height: 1.76;
}

body.bc-faq-prototype .faq-cta {
  color: var(--bc-brand-link);
  font-weight: 680;
  text-decoration: underline;
  text-decoration-color: rgba(231, 179, 74, .72);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* Proof of Funds prototype: a measured, publication-style reading surface. */
body.bc-article-prototype #content.container {
  width: min(880px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
  padding: 54px 68px 72px;
  background: var(--bc-brand-surface);
  border-right: 1px solid var(--bc-brand-border);
  border-left: 1px solid var(--bc-brand-border);
  box-sizing: border-box;
}

body.bc-article-prototype #content .toplink {
  margin: 0 0 38px;
  color: var(--bc-brand-link);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .035em;
  text-decoration: none;
}

body.bc-article-prototype #content .toplink:hover {
  text-decoration: underline;
  text-decoration-color: var(--bc-brand-gold);
  text-underline-offset: 4px;
}

body.bc-article-prototype #content h1 {
  margin: 0 0 25px;
  padding: 0 0 24px;
  color: var(--bc-brand-navy);
  border-bottom: 2px solid var(--bc-brand-gold);
  font-family: var(--bc-brand-display);
  font-size: clamp(36px, 5vw, 49px);
  font-weight: 740;
  letter-spacing: -.04em;
  line-height: 1.1;
}

body.bc-article-prototype #content h1 + p {
  color: #34445a;
  font-size: 19px;
  line-height: 1.72;
}

body.bc-article-prototype #content h2 {
  margin: 50px 0 18px;
  padding-left: 15px;
  color: var(--bc-brand-navy);
  border-left: 3px solid var(--bc-brand-gold);
  font-family: var(--bc-brand-display);
  font-size: clamp(25px, 3vw, 31px);
  font-weight: 720;
  letter-spacing: -.025em;
  line-height: 1.22;
}

body.bc-article-prototype #content h3 {
  margin-top: 34px;
  color: var(--bc-brand-navy-secondary);
  font-family: var(--bc-brand-display);
}

body.bc-article-prototype #content p,
body.bc-article-prototype #content li {
  color: var(--bc-brand-text);
  font-size: 17px;
  line-height: 1.78;
}

body.bc-article-prototype #content p {
  margin: 0 0 22px;
}

body.bc-article-prototype #content ul,
body.bc-article-prototype #content ol {
  padding-left: 26px;
}

body.bc-article-prototype #content a:not(.toplink) {
  color: var(--bc-brand-link);
  text-decoration-color: rgba(231, 179, 74, .78);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

@media (max-width: 768px) {
  body.bc-faq-prototype .page {
    padding: 38px 24px 54px;
  }

  body.bc-article-prototype #content.container {
    width: min(100% - 32px, 820px);
    padding: 46px 44px 64px;
  }
}

@media (max-width: 760px) {
}

@media (max-width: 480px) {
  body.bc-faq-prototype .page {
    padding: 30px 18px 46px;
  }

  body.bc-faq-prototype .hero {
    padding-bottom: 22px;
  }

  body.bc-faq-prototype h1 {
    font-size: 34px;
  }

  body.bc-faq-prototype .faq-item summary {
    padding: 19px 44px 19px 7px;
    font-size: 17px;
  }

  body.bc-faq-prototype .answer {
    padding: 0 18px 22px 7px;
  }

  body.bc-article-prototype #content.container {
    width: 100%;
    padding: 34px 22px 52px;
    border-right: 0;
    border-left: 0;
  }

  body.bc-article-prototype #content h1 {
    font-size: 34px;
  }

  body.bc-article-prototype #content h2 {
    margin-top: 42px;
    padding-left: 12px;
    font-size: 25px;
  }

  body.bc-article-prototype #content p,
  body.bc-article-prototype #content li,
  body.bc-faq-prototype .answer p {
    font-size: 16.5px;
  }
}
