/* ============================================================
   TheraVite Health — Main Stylesheet
   Brand: Bright Navy #163A6B, Brick Red #B83D2A, Warm Cream #FAF5EC
   Type: DM Serif Display (headings) + Montserrat (body)
   ============================================================ */

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #2C2C2C;
  background: #FAF5EC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: #163A6B; text-decoration: none; transition: color 0.2s ease; }
a:hover { color: #B83D2A; }
button { cursor: pointer; font-family: inherit; }

/* ---------- Typography ---------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'DM Serif Display', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  color: #163A6B;
  line-height: 1.15;
  margin-bottom: 0.5em;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.2rem, 5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); margin-top: 0; }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); }
h4 { font-size: 1.15rem; font-family: 'Montserrat', sans-serif; font-weight: 700; color: #2C2C2C; }
p { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #B83D2A;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: inline-block;
}
.red-rule {
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #B83D2A;
  margin: 0.5rem 0 1.5rem 0;
}
.lede { font-size: 1.2rem; color: #4A4A4A; line-height: 1.6; max-width: 60ch; }

/* ---------- Layout ---------- */
.container { max-width: 1240px; margin: 0 auto; padding: 0 1.5rem; }
.container-narrow { max-width: 880px; margin: 0 auto; padding: 0 1.5rem; }
section { padding: 5rem 0; }
section.compact { padding: 3.5rem 0; }
section.bg-cream { background: #FAF5EC; }
section.bg-white { background: #FFFFFF; }
section.bg-navy { background: #163A6B; color: #FAF5EC; }
section.bg-navy h1, section.bg-navy h2, section.bg-navy h3 { color: #FAF5EC; }
section.bg-navy .eyebrow { color: #FAB890; }
section.bg-navy a { color: #FAB890; }

/* ---------- Header ---------- */
.site-header {
  background: #FFFFFF;
  border-bottom: 1px solid #E8E0D0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  gap: 1.5rem;
}
.site-header .logo { height: 180px; width: auto; max-width: 100%; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
.site-nav a {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #163A6B;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.site-nav a:hover { color: #B83D2A; }
.btn-refer {
  background: #B83D2A;
  color: #FAF5EC !important;
  padding: 0.85rem 1.5rem;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 0;
  display: inline-block;
  transition: all 0.2s ease;
}
.btn-refer:hover { background: #963122; color: #FAF5EC !important; }

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  width: 40px;
  height: 40px;
  position: relative;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #163A6B;
  margin: 5px auto;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 0.95rem 2rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
}
.btn-primary { background: #B83D2A; color: #FAF5EC !important; }
.btn-primary:hover { background: #963122; }
.btn-outline { background: transparent; color: #163A6B !important; border: 2px solid #163A6B; padding: calc(0.95rem - 2px) calc(2rem - 2px); }
.btn-outline:hover { background: #163A6B; color: #FAF5EC !important; }
.btn-on-navy { background: #FAF5EC; color: #163A6B !important; }
.btn-on-navy:hover { background: #fff; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: #FAF5EC;
  padding: 4rem 0 5rem;
  overflow: hidden;
}
.hero-content { max-width: 760px; }
.hero h1 {
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  margin-bottom: 1.5rem;
  line-height: 1.1;
}
.hero .lede { margin-bottom: 2.5rem; max-width: 60ch; }
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Hero variant with image side */
.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.hero-split .hero-image {
  background: linear-gradient(135deg, #163A6B 0%, #1F4A82 100%);
  border-radius: 8px;
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.hero-split .hero-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(250,184,144,0.15), transparent 60%);
}
.hero-split .hero-image .icon-large {
  width: 35%;
  opacity: 0.9;
  position: relative;
  z-index: 1;
}

/* ---------- Stats / credibility row ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  text-align: center;
  padding: 3rem 0;
  border-top: 1px solid #E8E0D0;
  border-bottom: 1px solid #E8E0D0;
}
.stat-number {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: #163A6B;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  color: #4A4A4A;
  font-weight: 600;
}
.stat-sublabel {
  font-size: 0.85rem;
  color: #6B6B6B;
  margin-top: 0.5rem;
}

/* ---------- Audience split cards ---------- */
.audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
.audience-card {
  background: #FFFFFF;
  border: 1px solid #E8E0D0;
  border-radius: 8px;
  padding: 2.5rem;
  transition: all 0.3s ease;
}
.audience-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(22, 58, 107, 0.08);
}
.audience-card .eyebrow { color: #B83D2A; }
.audience-card h2 { font-size: 1.8rem; margin-bottom: 1rem; }
.audience-card p { margin-bottom: 1.5rem; color: #4A4A4A; }

/* ---------- Therapy areas grid ---------- */
.therapy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.therapy-card {
  background: #FFFFFF;
  border: 1px solid #E8E0D0;
  border-radius: 8px;
  padding: 2rem 1.75rem;
  transition: all 0.3s ease;
  display: block;
  color: inherit !important;
}
.therapy-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(22, 58, 107, 0.08);
  border-color: #B83D2A;
}
.therapy-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #163A6B;
}
.therapy-card p {
  font-size: 0.95rem;
  color: #4A4A4A;
  line-height: 1.55;
  margin-bottom: 1rem;
}
.therapy-card .card-meta {
  font-size: 0.8rem;
  color: #B83D2A;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ---------- Founder / About card ---------- */
.founder-block {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 4rem;
  align-items: center;
}
.founder-image {
  background: linear-gradient(135deg, #163A6B 0%, #1F4A82 100%);
  border-radius: 8px;
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.founder-image .placeholder-text {
  color: #FAB890;
  font-family: 'DM Serif Display', serif;
  font-size: 4rem;
  opacity: 0.7;
}
.founder-content h3 { font-size: 1.4rem; color: #B83D2A; margin-bottom: 0.5rem; font-family: 'Montserrat', sans-serif; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.founder-content h2 { margin-bottom: 1.5rem; }

/* ---------- Process / steps ---------- */
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
.process-step { text-align: center; }
.process-step .step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #B83D2A;
  color: #FAF5EC;
  font-family: 'DM Serif Display', serif;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
.process-step h4 { font-size: 1.05rem; margin-bottom: 0.5rem; }
.process-step p { font-size: 0.9rem; color: #6B6B6B; }

/* ---------- Feature lists ---------- */
.feature-list { list-style: none; }
.feature-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  line-height: 1.55;
}
.feature-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 12px;
  height: 12px;
  background: #B83D2A;
  transform: rotate(45deg);
}

/* ---------- Footer ---------- */
.site-footer {
  background: #163A6B;
  color: #D8D8D8;
  padding: 4rem 0 2rem;
}
.site-footer h4 {
  color: #FAF5EC;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.site-footer a { color: #D8D8D8; }
.site-footer a:hover { color: #FAB890; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 0.6rem; font-size: 0.9rem; }
.footer-grid p { font-size: 0.9rem; line-height: 1.6; }
.footer-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  color: #FAB890;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.footer-logo-text {
  font-family: 'DM Serif Display', serif;
  font-size: 2rem;
  color: #FAF5EC;
  margin-bottom: 0.25rem;
}
.footer-logo-rule { width: 30px; height: 2px; background: #B83D2A; margin-bottom: 0.5rem; }
.footer-logo-sub {
  font-size: 0.8rem;
  letter-spacing: 0.5em;
  color: #FAB890;
  text-transform: uppercase;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: #B0B0B0;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-bottom .legal-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }

/* ---------- Forms ---------- */
.form-block { background: #FFFFFF; border-radius: 8px; padding: 2.5rem; border: 1px solid #E8E0D0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-row.single { grid-template-columns: 1fr; }
.form-group { display: flex; flex-direction: column; }
.form-group label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #4A4A4A;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.form-group input,
.form-group select,
.form-group textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid #D8D0C0;
  border-radius: 4px;
  background: #FAF5EC;
  color: #2C2C2C;
  transition: border-color 0.2s ease;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: 0;
  border-color: #163A6B;
  background: #FFFFFF;
}
.form-group textarea { min-height: 120px; resize: vertical; }
.hipaa-notice {
  background: #FAF5EC;
  border-left: 3px solid #B83D2A;
  padding: 1rem 1.25rem;
  font-size: 0.85rem;
  color: #4A4A4A;
  margin-bottom: 1.5rem;
  border-radius: 0 4px 4px 0;
}

/* ---------- Page header (interior pages) ---------- */
.page-header {
  background: #FAF5EC;
  padding: 4rem 0 3rem;
  border-bottom: 1px solid #E8E0D0;
}
.page-header .breadcrumb {
  font-size: 0.85rem;
  color: #6B6B6B;
  margin-bottom: 1rem;
}
.page-header .breadcrumb a { color: #6B6B6B; }
.page-header .breadcrumb a:hover { color: #B83D2A; }

/* ---------- Content sections ---------- */
.content-block { max-width: 720px; margin: 0 auto; }
.content-block h2 { margin-top: 2.5rem; margin-bottom: 1rem; }
.content-block h2:first-child { margin-top: 0; }
.content-block h3 { margin-top: 2rem; margin-bottom: 0.75rem; font-family: 'Montserrat', sans-serif; font-weight: 700; color: #163A6B; }
.content-block ul { padding-left: 1.5rem; margin-bottom: 1.5rem; }
.content-block li { margin-bottom: 0.5rem; line-height: 1.6; }

/* ---------- Callout / pull-quote ---------- */
.callout {
  background: #FFFFFF;
  border-left: 4px solid #B83D2A;
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  border-radius: 0 6px 6px 0;
  font-size: 1.05rem;
  font-style: italic;
  color: #4A4A4A;
}

/* ---------- Two-column content ---------- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

/* ---------- CTA section ---------- */
.cta-band {
  background: #163A6B;
  color: #FAF5EC;
  padding: 4rem 0;
  text-align: center;
}
.cta-band h2 { color: #FAF5EC; max-width: 700px; margin: 0 auto 1.5rem; }
.cta-band .lede { color: #D8D8D8; max-width: 600px; margin: 0 auto 2rem; }
.cta-band .btn-primary { background: #FAF5EC; color: #163A6B !important; }
.cta-band .btn-primary:hover { background: #FFFFFF; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #FFFFFF; flex-direction: column; padding: 1.5rem; gap: 1.25rem; align-items: flex-start; border-bottom: 1px solid #E8E0D0; }
  .site-nav.open { display: flex; }
  .site-nav .btn-refer { width: 100%; text-align: center; }
  .menu-toggle { display: block; }
  .hero-split { grid-template-columns: 1fr; gap: 2rem; }
  .hero-split .hero-image { aspect-ratio: 16 / 9; }
  .audience-grid { grid-template-columns: 1fr; }
  .therapy-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .founder-block { grid-template-columns: 1fr; gap: 2rem; }
  .two-col { grid-template-columns: 1fr; gap: 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; gap: 2rem; }
  section { padding: 3rem 0; }
  .hero { padding: 2.5rem 0 3rem; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .therapy-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-block { padding: 1.5rem; }
  .audience-card { padding: 1.75rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ---------- Skip link for accessibility ---------- */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #163A6B;
  color: #FAF5EC !important;
  padding: 0.5rem 1rem;
  z-index: 200;
}
.skip-link:focus { top: 0; }

/* ---------- Print styles ---------- */
@media print {
  .site-header, .site-footer, .menu-toggle, .btn-refer { display: none; }
  body { background: #FFFFFF; }
}

/* ============================================================
   Referral page - PromptCare-style tabs and PDF form cards
   ============================================================ */

.referral-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  border-bottom: 2px solid #E8E0D0;
}
.referral-tab {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #6B6B6B;
  background: transparent;
  border: 0;
  padding: 1.1rem 1.75rem;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: all 0.2s ease;
  letter-spacing: 0.02em;
}
.referral-tab:hover { color: #163A6B; }
.referral-tab.active {
  color: #163A6B;
  border-bottom-color: #B83D2A;
}

.referral-forms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 960px;
  margin: 0 auto;
}
.form-card {
  background: #FFFFFF;
  border: 1px solid #E8E0D0;
  border-radius: 6px;
  padding: 1.5rem 1.5rem 1.25rem;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 130px;
}
.form-card:hover {
  border-color: #B83D2A;
  box-shadow: 0 6px 16px rgba(22, 58, 107, 0.08);
  transform: translateY(-2px);
}
.form-card-name {
  font-family: 'DM Serif Display', serif;
  font-size: 1.2rem;
  color: #163A6B;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.form-card-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #B83D2A !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.form-card-link:hover {
  color: #963122 !important;
}

.self-enroll-block {
  max-width: 720px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #E8E0D0;
  border-radius: 8px;
  padding: 3rem;
  text-align: left;
}
.self-enroll-block h2 { margin-top: 0.5rem; }

@media (max-width: 760px) {
  .referral-forms-grid { grid-template-columns: repeat(2, 1fr); }
  .referral-tab { padding: 0.85rem 1rem; font-size: 0.85rem; }
  .self-enroll-block { padding: 2rem 1.5rem; }
}
@media (max-width: 480px) {
  .referral-forms-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Counsel-review notice on legal pages
   ============================================================ */
.counsel-notice {
  background: #FFF8E0;
  border-left: 4px solid #B8910F;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2.5rem;
  border-radius: 0 6px 6px 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5C4A0A;
}
.counsel-notice strong {
  display: inline-block;
  margin-right: 0.5rem;
  color: #5C4A0A;
}

/* Founder photo (replaces gradient + initial placeholder) */
.founder-image {
  background: #FAF5EC; /* fallback while image loads */
  overflow: hidden;
}
.founder-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%; /* keep face centered when cropped */
  display: block;
  border-radius: 8px;
}

/* ============================================================
   Hero logo display (replaces blue gradient placeholder)
   ============================================================ */
.hero-logo-display {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  min-height: 100%;
}
.hero-logo-image {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 480px;
}

/* On smaller screens, scale down */
@media (max-width: 960px) {
  .hero-logo-display { padding: 1rem; }
  .hero-logo-image { max-height: 280px; }
}

/* Header logo additional sizing for mobile */
@media (max-width: 960px) {
  .site-header .logo { height: 100px; }
}
@media (max-width: 600px) {
  .site-header .logo { height: 70px; }
}

/* ============================================================
   About page — three-pillar approach cards, leadership grid, MVV blocks
   ============================================================ */

.three-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.pillar-card {
  background: #FFFFFF;
  border: 1px solid #E8E0D0;
  border-radius: 8px;
  padding: 2.25rem 1.75rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: center;
}
.pillar-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(22, 58, 107, 0.08);
}
.pillar-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pillar-card h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.4rem;
  margin-bottom: 0.85rem;
  color: #163A6B;
}
.pillar-card p {
  color: #4A4A4A;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Leadership grid */
.leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.leader-card {
  background: #FFFFFF;
  border: 1px solid #E8E0D0;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
}
.leader-photo {
  width: 60px !important;
  height: 60px !important;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1.25rem;
  max-width: 60px !important;
  background: #FAF5EC;
  border: 2px solid #FAF5EC;
  box-shadow: 0 2px 8px rgba(22, 58, 107, 0.08);
  display: block;
}
.leader-photo .founder-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 50%;
}
.leader-photo.placeholder-photo {
  background: #163A6B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leader-card h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.3rem;
  color: #163A6B;
  margin-bottom: 0.4rem;
}
.leader-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #B83D2A;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.leader-bio {
  font-size: 0.92rem;
  color: #4A4A4A;
  line-height: 1.55;
  text-align: left;
}
.placeholder-card {
  opacity: 0.92;
  background: #FAF5EC;
  border-style: dashed;
}
.placeholder-card .leader-bio {
  color: #6B6B6B;
  font-style: italic;
}

/* Mission / Vision / Values */
.mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.mvv-block { padding: 0.5rem 0; }
.mvv-block h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.6rem;
  color: #163A6B;
  margin-bottom: 1rem;
}
.mvv-block p {
  color: #4A4A4A;
  line-height: 1.6;
  font-size: 0.97rem;
}
.values-list {
  list-style: none;
  padding: 0;
}
.values-list li {
  padding: 0.55rem 0 0.55rem 1.5rem;
  position: relative;
  color: #4A4A4A;
  font-size: 0.95rem;
  line-height: 1.55;
  border-bottom: 1px solid #E8E0D0;
}
.values-list li:last-child { border-bottom: 0; }
.values-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.05rem;
  width: 8px;
  height: 8px;
  background: #B83D2A;
  transform: rotate(45deg);
}
.values-list strong { color: #163A6B; }

/* Careers callout */
.careers-callout {
  background: linear-gradient(135deg, #FAF5EC 0%, #F4E8CE 100%);
  border-radius: 12px;
  padding: 3.5rem 3rem;
  text-align: center;
}
.careers-callout h2 { margin-bottom: 0.5rem; }
.careers-callout p {
  max-width: 60ch;
  margin: 0 auto 1.75rem;
  color: #4A4A4A;
}

@media (max-width: 960px) {
  .three-pillars { grid-template-columns: 1fr; gap: 1.25rem; }
  .leadership-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .leader-photo { max-width: 60px !important; width: 60px !important; height: 60px !important; }
  .mvv-grid { grid-template-columns: 1fr; gap: 2rem; }
  .careers-callout { padding: 2.5rem 1.75rem; }
}
