:root {
  --navy: #0a2540;
  --navy-deep: #011b3f;
  --ink: #1c2733;
  --muted: #5a6773;
  --line: #e3e7ec;
  --paper: #fbfbfa;
  --accent: #9a7b3f;
  --max: 1160px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Georgia", "Iowan Old Style", "Palatino Linotype", serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.7;
  font-size: 18px;
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 32px;
}

a { color: var(--navy-deep); }

/* Top utility bar */
.top-bar {
  background: linear-gradient(90deg, var(--navy-deep), #123a63);
  padding: 12px 0;
}

.top-bar .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  text-align: center;
}

.top-bar p {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14.5px;
  color: #dbe4ee;
  letter-spacing: 0.01em;
}

.top-bar strong { color: #fff; font-weight: 700; }

.top-bar .btn-mini {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--navy-deep);
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(180deg, #f0d9a8, #e0bd76);
  padding: 8px 18px;
  border-radius: 20px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.top-bar .btn-mini:hover { background: #f0d9a8; }

/* Header */
header.site {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

header.site .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand img {
  height: 92px;
  width: auto;
  display: block;
}

.brand span {
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.14em;
  font-size: 14px;
  color: var(--navy-deep);
  font-weight: 600;
  text-transform: uppercase;
}

nav.primary ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

nav.primary a {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--ink);
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}

nav.primary a:hover,
nav.primary a.active {
  color: var(--navy-deep);
  border-bottom-color: var(--accent);
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: 3px;
  width: 42px;
  height: 38px;
  padding: 0;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--navy-deep);
}

/* Hero — big image variant (home) */
.hero-image {
  position: relative;
  background: url("/assets/hero-pattern.svg") center/cover no-repeat, var(--navy-deep);
  color: #fff;
  overflow: hidden;
}

.hero-image .wrap {
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 44px;
  align-items: center;
}

.hero-stats {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 6px;
  padding: 22px 20px;
  backdrop-filter: blur(2px);
}

.hero-stats .stat {
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,0.14);
}

.hero-stats .stat:first-child { border-top: none; padding-top: 0; }

.hero-stats .stat b {
  display: block;
  font-family: "Georgia", serif;
  font-size: 23px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 3px;
}

.hero-stats .stat span {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12.5px;
  color: #a9bccf;
  letter-spacing: 0.01em;
}

.hero-stats-cta {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 16px;
  padding: 12px 14px !important;
  font-size: 13px !important;
}

/* Hero — what-you-get card (replaces stats) */
.hero-offer {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  border-top: 3px solid var(--accent);
  border-radius: 6px;
  padding: 24px 22px;
  backdrop-filter: blur(2px);
}

.hero-offer .offer-title {
  font-family: "Georgia", serif;
  font-size: 19px;
  color: #fff;
  margin: 0 0 14px;
}

.hero-offer ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.hero-offer li {
  position: relative;
  padding: 7px 0 7px 26px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13.5px;
  line-height: 1.5;
  color: #d7e0ea;
}

.hero-offer li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(-45deg);
}

.hero-offer .offer-note {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12.5px;
  color: #a9bccf;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.14);
}

.hero-offer .offer-note strong { color: #fff; font-weight: 600; }

.hero-image .eyebrow {
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12.5px;
  color: #d8c088;
  margin-bottom: 14px;
  font-weight: 600;
}

.hero-image h1 {
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 16px;
  color: #ffffff;
  max-width: 760px;
  font-weight: 400;
}

.hero-image p.lede {
  font-size: 17.5px;
  color: #cdd7e3;
  max-width: 600px;
  margin: 0 0 22px;
}

.hero-image .btn.ghost {
  border-color: rgba(255,255,255,0.55);
  color: #fff;
}

.hero-image .tagline {
  margin-top: 22px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  color: #a9bccf;
  text-transform: uppercase;
}

.hero-bottom {
  border-top: 1px solid rgba(255,255,255,0.14);
  padding: 18px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* Hero — plain variant (subpages) */
.hero {
  background: linear-gradient(180deg, #f7f8f9 0%, #ffffff 100%);
  border-bottom: 1px solid var(--line);
}

.hero .wrap {
  padding-top: 84px;
  padding-bottom: 84px;
}

.hero .eyebrow {
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 13px;
  color: var(--accent);
  margin-bottom: 18px;
  font-weight: 600;
}

.hero h1 {
  font-size: 42px;
  line-height: 1.25;
  margin: 0 0 24px;
  color: var(--navy-deep);
  max-width: 780px;
  font-weight: 400;
}

.hero p.lede {
  font-size: 20px;
  color: var(--muted);
  max-width: 640px;
  margin: 0 0 32px;
}

.page-hero .wrap { padding-top: 64px; padding-bottom: 56px; }
.page-hero h1 { font-size: 34px; margin: 0 0 18px; color: var(--navy-deep); font-weight: 400; }
.page-hero p.lede { font-size: 19px; }

/* Buttons */
.btn {
  display: inline-block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-decoration: none;
  padding: 13px 26px;
  border-radius: 2px;
}

.btn.primary {
  background: var(--navy-deep);
  color: #fff;
}

.btn.primary:hover { background: var(--navy); }

.btn.ghost {
  border: 1px solid var(--ink);
  color: var(--ink);
  margin-left: 14px;
}

/* Sections */
section { padding: 68px 0; }
section.tinted { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

h2.section-title {
  font-size: 26px;
  color: var(--navy-deep);
  font-weight: 400;
  margin: 0 0 12px;
}

p.section-intro {
  color: var(--muted);
  max-width: 700px;
  font-size: 18px;
  margin: 0 0 44px;
}

/* Three-up grid */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

.card h3 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.02em;
  color: var(--navy-deep);
  margin: 0 0 12px;
  font-weight: 600;
}

.card p { color: var(--muted); font-size: 16.5px; margin: 0; }

.card .num {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  color: var(--accent);
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  display: block;
}

/* Pull quote / principle strip */
.principle {
  border-left: 3px solid var(--accent);
  padding: 6px 0 6px 26px;
  margin: 0 0 34px;
  font-size: 20px;
  color: var(--navy-deep);
  max-width: 760px;
}

.principle:last-child { margin-bottom: 0; }

/* Approach steps */
.steps { counter-reset: step; }

.step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.step:last-child { border-bottom: 1px solid var(--line); }

.step .step-num {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  color: var(--line);
  font-weight: 700;
}

.step h3 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  color: var(--navy-deep);
  margin: 0 0 10px;
  font-weight: 600;
}

.step p { margin: 0; color: var(--muted); }

/* Insights list */
.insight {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.insight:last-child { border-bottom: 1px solid var(--line); }

.insight .tag {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
  display: block;
}

.insight h3 {
  font-size: 22px;
  color: var(--navy-deep);
  margin: 0 0 12px;
  font-weight: 400;
}

.insight p { color: var(--muted); margin: 0; max-width: 760px; }

/* About */
.about-lead {
  font-size: 20px;
  color: var(--navy-deep);
  max-width: 760px;
}

/* Contact */
.contact-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.contact-detail dt {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 26px;
}

.contact-detail dt:first-child { margin-top: 0; }

.contact-detail dd {
  margin: 6px 0 0;
  font-size: 18px;
}

/* Footer */
footer.site {
  border-top: 1px solid var(--line);
  padding: 40px 0;
  background: var(--paper);
}

footer.site .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

footer.site p {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}

footer.site nav ul {
  list-style: none;
  display: flex;
  gap: 22px;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
}

footer.site nav a { color: var(--muted); text-decoration: none; }
footer.site nav a:hover { color: var(--navy-deep); }

/* Voice / KPI philosophy section */
.voice-block {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: start;
}

.voice-flow {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 30px 28px;
  background: var(--paper);
}

.voice-flow ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: vf;
}

.voice-flow li {
  counter-increment: vf;
  position: relative;
  padding: 0 0 26px 40px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  color: var(--ink);
  border-left: 1px solid var(--line);
  margin-left: 13px;
}

.voice-flow li:last-child { padding-bottom: 0; border-left-color: transparent; }

.voice-flow li::before {
  content: counter(vf);
  position: absolute;
  left: -13px;
  top: -2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--navy-deep);
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.voice-flow strong { display: block; color: var(--navy-deep); margin-bottom: 4px; font-size: 15.5px; }

/* Programs */
.program-card {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 28px 26px;
  height: 100%;
}

.program-card .tag {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 10px;
}

.program-card h3 {
  font-size: 20px;
  color: var(--navy-deep);
  margin: 0 0 12px;
  font-weight: 400;
  font-family: "Georgia", serif;
}

.program-card p {
  color: var(--muted);
  font-size: 16px;
  margin: 0 0 14px;
}

.program-card .confirm {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12.5px;
  color: #b08a3d;
  font-style: italic;
}

.iraac-intro {
  background: var(--navy-deep);
  color: #dfe6ee;
  border-radius: 4px;
  padding: 36px 38px;
  margin-bottom: 44px;
}

.iraac-intro h3 {
  color: #fff;
  font-weight: 400;
  font-size: 23px;
  margin: 0 0 14px;
}

.iraac-intro p { margin: 0; font-size: 16.5px; color: #cdd7e3; }

/* Insights blog list */
.insight-list { display: flex; flex-direction: column; }

.insight-card {
  display: block;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
}

.insight-list a.insight-card:last-child { border-bottom: 1px solid var(--line); }

.insight-card:hover { background: #f8f7f4; }

.insight-card .insight-meta {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.insight-card .insight-meta .dot { color: var(--line); }
.insight-card .insight-meta .date { color: var(--muted); letter-spacing: 0.02em; text-transform: none; }

.insight-card h3 {
  font-size: 22px;
  color: var(--navy-deep);
  margin: 0 0 12px;
  font-weight: 400;
}

.insight-card p.excerpt { color: var(--muted); margin: 0 0 12px; max-width: 760px; }

.insight-card .read-more {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--navy-deep);
  letter-spacing: 0.01em;
}

.insight-card:hover .read-more { color: var(--accent); }

/* Article page */
.article-meta {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.article-meta .dot { color: var(--line); }
.article-meta .date, .article-meta .read-time { color: var(--muted); text-transform: none; letter-spacing: 0.02em; }

.back-link {
  display: inline-block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13.5px;
  color: var(--muted);
  text-decoration: none;
  margin-bottom: 22px;
}

.back-link:hover { color: var(--navy-deep); }

.article-body { max-width: 760px; }

.article-body p {
  color: var(--ink);
  font-size: 18px;
  margin: 0 0 22px;
}

.article-body p:last-child { margin-bottom: 0; }

/* Header collapses to a hamburger menu from 900px down, so there's no
   in-between width where the logo, six nav links and CTA button are all
   forced into one row without room. */
@media (max-width: 900px) {
  header.site .wrap { flex-wrap: nowrap; position: relative; }
  .nav-toggle { display: flex; }
  nav.primary {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
    z-index: 20;
  }
  nav.primary.open { max-height: 320px; }
  nav.primary ul {
    flex-direction: column;
    gap: 0;
    padding: 8px 32px 18px;
  }
  nav.primary li { padding: 10px 0; border-bottom: 1px solid var(--line); }
  header.site .btn.primary { padding: 9px 16px !important; font-size: 12.5px !important; }
  .brand img { height: 64px; }
}

@media (max-width: 860px) {
  .grid-3, .grid-2, .contact-block, .voice-block { grid-template-columns: 1fr; }
  .hero h1, .hero-image h1 { font-size: 32px; }
  .hero-image .wrap { grid-template-columns: 1fr; padding-top: 72px; padding-bottom: 76px; }
  .hero-stats { display: none; }
  .hero-offer { margin-top: 6px; padding: 20px 18px; }
  body { font-size: 17px; }
}

@media (max-width: 640px) {
  .brand img { height: 52px; }
  .top-bar p { font-size: 12.5px; }
  .top-bar .btn-mini { font-size: 12px; padding: 6px 14px; }
  .hero-image h1, .hero h1 { font-size: 27px; }
  .hero-image p.lede, .hero p.lede { font-size: 17px; }
  section { padding: 46px 0; }
  .iraac-intro { padding: 26px 24px; }
}

/* --- Landing page refinements --- */

/* Service cards: quiet frame, gold hairline on hover */
.grid-3 { gap: 28px; }

.card {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 26px 24px;
  background: #fff;
  border-top: 3px solid var(--line);
  transition: border-top-color 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  border-top-color: var(--accent);
  box-shadow: 0 6px 18px rgba(1, 27, 63, 0.06);
}

/* Principal (Simone) block */
.principal-block {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  align-items: start;
}

.principal-monogram {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--navy-deep);
  color: #e0bd76;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Georgia", serif;
  font-size: 44px;
  letter-spacing: 0.04em;
}

.principal-bio {
  color: var(--muted);
  font-size: 18px;
  max-width: 640px;
}

.principal-block .btn.primary { margin-top: 10px; }

/* Closing CTA band */
.cta-band {
  background: linear-gradient(135deg, var(--navy-deep), #123a63);
  text-align: center;
  padding: 72px 0;
}

.cta-band h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 14px;
}

.cta-band p {
  color: #cdd7e3;
  font-size: 18px;
  max-width: 620px;
  margin: 0 auto 30px;
}

.btn.gold {
  background: linear-gradient(180deg, #f0d9a8, #e0bd76);
  color: var(--navy-deep);
  font-weight: 700;
}

.btn.gold:hover { background: #f0d9a8; }

/* Gentle scroll reveal */
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .reveal.in { opacity: 1; transform: none; }
}

/* Keyboard focus */
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .principal-block { grid-template-columns: 1fr; }
  .principal-monogram { width: 110px; height: 110px; font-size: 32px; }
  .cta-band { padding: 54px 0; }
}

/* --- Compact above-the-fold: fit top bar + header + full hero in a standard desktop viewport --- */
.top-bar { padding: 8px 0; }
header.site { padding: 8px 0; }
.brand img { height: 60px; }

.hero-image .wrap {
  padding-top: 40px;
  padding-bottom: 44px;
  gap: 36px;
}

.hero-image .eyebrow { margin-bottom: 10px; font-size: 12px; }

.hero-image h1 {
  font-size: 33px;
  line-height: 1.18;
  margin-bottom: 14px;
}

.hero-image p.lede {
  font-size: 16.5px;
  margin-bottom: 18px;
}

.hero-image .tagline { margin-top: 16px; }

.hero-stats { padding: 18px 18px; }
.hero-stats .stat { padding: 9px 0; }
.hero-stats .stat b { font-size: 20px; }

@media (max-width: 900px) {
  .brand img { height: 52px; }
}

/* --- Conversion-focused hero CTA --- */
.hero-cta-row { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }

.btn.gold.hero-cta {
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.btn.gold.hero-cta:hover { transform: translateY(-1px); }

.hero-textlink {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #cdd7e3;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero-textlink:hover { color: #fff; }

.hero-reassure {
  margin-top: 14px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13.5px;
  color: #a9bccf;
}

/* --- Remove dead vertical space in hero --- */
.hero-image .wrap {
  padding-top: 30px;
  padding-bottom: 34px;
  align-items: start;
  gap: 40px;
}

.hero-image h1 { font-size: 30px; max-width: 620px; }
.hero-image p.lede { max-width: 560px; margin-bottom: 16px; }
.hero-reassure { margin-top: 12px; }

/* --- Site-wide density pass: standard desktop rhythm, tuned mobile --- */

/* Base type: calmer scale */
body { font-size: 16px; line-height: 1.6; }

section { padding: 48px 0; }

h2.section-title { font-size: 24px; margin-bottom: 10px; }

p.section-intro { font-size: 16px; margin-bottom: 28px; max-width: 680px; }

/* Service cards */
.grid-3 { gap: 20px; }
.card { padding: 20px 20px 22px; }
.card h3 { font-size: 15.5px; margin-bottom: 8px; }
.card p { font-size: 14px; line-height: 1.55; }
.card .num { font-size: 12px; margin-bottom: 8px; }

/* Voice / flow section */
.voice-block { gap: 40px; }
.voice-flow { padding: 22px 22px; }
.voice-flow li { padding-bottom: 18px; font-size: 13.5px; }
.principle { font-size: 17px; margin-bottom: 22px; padding-left: 20px; }

/* Program cards */
.grid-2 { gap: 20px; }
.program-card { padding: 20px 20px; }
.program-card h3 { font-size: 18px; margin-bottom: 8px; }
.program-card p { font-size: 14px; line-height: 1.55; }

/* Principal */
.principal-block { gap: 32px; grid-template-columns: 150px 1fr; }
.principal-monogram { width: 120px; height: 120px; font-size: 36px; }
.principal-bio { font-size: 15.5px; }

/* Insights */
.insight-card { padding: 22px 0; }
.insight-card h3 { font-size: 19px; margin-bottom: 8px; }
.insight-card p.excerpt { font-size: 15px; margin-bottom: 8px; }

/* Closing CTA */
.cta-band { padding: 52px 0; }
.cta-band h2 { font-size: 25px; }
.cta-band p { font-size: 16px; margin-bottom: 24px; }

/* Hero copy sits on the tighter scale too */
.hero-image h1 { font-size: 29px; }
.hero-image p.lede { font-size: 15.5px; }

/* --- Mobile optimization --- */
@media (max-width: 860px) {
  section { padding: 36px 0; }
  .wrap { padding: 0 20px; }
  .hero-image .wrap { padding-top: 32px; padding-bottom: 36px; }
  .hero-image h1 { font-size: 26px; }
  .hero-cta-row { flex-direction: column; align-items: stretch; gap: 12px; }
  .btn.gold.hero-cta { text-align: center; width: 100%; }
  .hero-textlink { text-align: center; }
  .principal-block { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 15.5px; }
  .hero-image h1 { font-size: 23px; }
  h2.section-title { font-size: 21px; }
  section { padding: 30px 0; }
  .cta-band { padding: 40px 0; }
  .top-bar p { display: none; }
  .top-bar .wrap { justify-content: center; }
}

/* --- Detailed program entries on Programs page --- */
.program-list { display: flex; flex-direction: column; gap: 24px; }

.program-card.program-detail { max-width: 860px; padding: 26px 28px; }

.program-card.program-detail h3 { font-size: 21px; margin-bottom: 12px; }

.program-card.program-detail p {
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 14px;
  color: var(--ink);
}

.program-card.program-detail p:last-child { margin-bottom: 0; }

@media (max-width: 640px) {
  .program-card.program-detail { padding: 20px 18px; }
}

/* Find out more buttons on program cards */
.find-out-more { margin-top: 16px; font-size: 13px; padding: 11px 20px; }
.page-hero .back-link { margin-bottom: 14px; }
