/* ============================================================
   Unboxable — Shared interior-page styles
   Loads after website.css. Reuses .hero, .btn, .cta, header, footer,
   .band-*, .sec-pad, .eyebrow, .caps__chip
   ============================================================ */

/* Hero variants for interior pages */
.hero__inner--page { max-width: 1040px; }
.hero__eyebrow {
  font-family: var(--font-body);
  font-weight: var(--fw-bold);
  font-size: 0.8125rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--amber-500);
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero__eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--accent); display: inline-block; }
.hero__title--md { font-size: clamp(1.85rem, 3.1vw, 2.5rem); }
.hero__sub {
  font-size: clamp(1.0625rem, 1.4vw, 1.25rem);
  line-height: 1.6;
  color: rgba(255,255,255,0.66);
  max-width: 40em;
  margin: 18px 0 0;
}

/* ----------------------------------------------------------------
   Section head
   ---------------------------------------------------------------- */
.shead { max-width: none; margin: 0 0 clamp(36px, 4.5vw, 56px); }
.shead--center { margin-inline: auto; text-align: center; }
.shead--center .eyebrow { justify-content: center; }
.shead h2 {
  font-family: var(--font-display);
  font-weight: var(--fw-extra);
  font-size: clamp(1.6rem, 2.5vw, 2.15rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--navy-800);
  margin: 0;
}
.band-navy .shead h2 { color: #fff; }
.shead h2 .hl { color: inherit; }
.shead__sub {
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 20px 0 0;
  max-width: 44em;
}
.band-navy .shead__sub { color: rgba(255,255,255,0.74); }
.shead--center .shead__sub { margin-inline: auto; }

/* ----------------------------------------------------------------
   Prose / lead intro (statement + supporting column)
   ---------------------------------------------------------------- */
.lead-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
.lead-cols h2 {
  font-family: var(--font-display);
  font-weight: var(--fw-extra);
  font-size: clamp(1.6rem, 2.5vw, 2.15rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--navy-800);
  margin: 0;
}
.band-navy .lead-cols h2 { color: #fff; }
.lead-cols h2 .hl { color: inherit; }
.lead-cols__head .prose { margin-top: clamp(20px, 2vw, 28px); }
.prose p {
  font-size: 1.0625rem;
  line-height: 1.7;
  font-weight: var(--fw-medium);
  color: var(--text-secondary);
  margin: 0 0 18px;
}
.prose p:last-child { margin-bottom: 0; }
.band-navy .prose p { color: rgba(255,255,255,0.80); }
.prose .pull {
  font-family: var(--font-display);
  font-weight: var(--fw-extra);
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--navy-800);
  margin: 4px 0 20px;
}
.band-navy .prose .pull { color: var(--amber-500); }

/* Definition callout (e.g. Future Fluency) */
.define {
  background: var(--navy-800);
  color: #fff;
  border-radius: var(--radius-xl);
  padding: clamp(30px, 3.4vw, 50px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.define::before {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(circle at 85% 0%, #000, transparent 72%);
          mask-image: radial-gradient(circle at 85% 0%, #000, transparent 72%);
}
.define__label {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--amber-500);
  margin: 0 0 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.define__label::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--accent);
  display: inline-block;
  flex: none;
}
.define__term {
  font-family: var(--font-display);
  font-weight: var(--fw-black);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 18px;
}
.define__term .amber { color: var(--amber-500); }
.ff-split { display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(24px, 3.5vw, 48px); align-items: center; }
.ff-split__left { display: flex; align-items: center; }
.ff-dots-vert { display: flex; flex-direction: column; gap: 14px; flex: none; }
.ff-dots-vert i { width: 16px; height: 16px; border-radius: 50%; display: block; }
.ff-dots-vert i:nth-child(1) { background: var(--amber-500); }
.ff-dots-vert i:nth-child(2) { background: var(--accent); }
.ff-dots-vert i:nth-child(3) { background: var(--green-500); }
.ff-split .ff-statement { font-family: var(--font-display); font-weight: var(--fw-extra); font-size: clamp(1.5rem, 2.1vw, 1.85rem); line-height: 1.25; letter-spacing: -0.02em; color: #fff; margin: 0; }
.ff-statement .amber { color: var(--amber-500); }
.ff-split__right { padding-left: 0; }
.ff-split .ff-note { font-family: var(--font-display); font-weight: var(--fw-bold); font-size: clamp(1.5rem, 2.1vw, 1.85rem); line-height: 1.3; color: #fff; margin: 0; }
.ff-note .amber { color: var(--amber-500); }
@media (max-width: 860px) {
  .ff-split { grid-template-columns: 1fr; gap: 22px; justify-items: start; }
  .ff-dots-vert { flex-direction: row; }
}
.define__note { font-weight: var(--fw-bold); color: var(--navy-800); margin: 14px 0 0; }
.prog-intro {
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  font-weight: var(--fw-medium);
  color: var(--navy-800);
  max-width: none;
  margin: 0 0 clamp(34px, 4.5vw, 52px);
}
.hero__tagline {
  font-family: var(--font-display);
  font-weight: var(--fw-extra);
  font-size: clamp(1.2rem, 1.9vw, 1.6rem);
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--amber-500);
  margin: 0 0 18px;
}
/* Three brand circles, top-right of the callout */
.define__dots { position: absolute; top: clamp(22px, 3vw, 40px); right: clamp(22px, 3vw, 40px); display: flex; gap: 10px; z-index: 1; }
.define__dots i { flex: none; width: 14px; height: 14px; border-radius: 50%; display: block; }
.define__dots i:nth-child(1) { background: var(--amber-500); }
.define__dots i:nth-child(2) { background: var(--accent); }
.define__dots i:nth-child(3) { background: var(--green-500); }
/* "Built around your context" closing line — smaller emphasis */
.ctx__body .pull { font-size: clamp(1.2rem, 1.6vw, 1.45rem); line-height: 1.3; }
.define p {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.85);
  margin: 0;
}

/* ----------------------------------------------------------------
   Programme cards (LEADForward / LEADReady / LEADFluency)
   ---------------------------------------------------------------- */
.prog {
  --c: var(--amber-500); --c-soft: var(--amber-100); --c-text: var(--amber-600);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  scroll-margin-top: 92px;
  transition: transform var(--dur-base) cubic-bezier(0.34,1.56,0.64,1), box-shadow var(--dur-base) var(--ease-out);
}
.prog:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.prog + .prog { margin-top: clamp(24px, 3vw, 38px); }
.prog--1 { --c: var(--amber-500);  --c-soft: var(--amber-100);  --c-text: var(--amber-600); }
.prog--2 { --c: var(--orange-500); --c-soft: var(--orange-100); --c-text: var(--orange-500); }
.prog--3 { --c: var(--green-500);  --c-soft: var(--green-100);  --c-text: var(--green-600); }

/* Navy header with big LEAD wordmark + outline tag */
.prog__head {
  background: var(--navy-800);
  border-top: 7px solid var(--c);
  padding: clamp(26px, 3.2vw, 42px) clamp(28px, 4vw, 52px);
}
.prog__head-main { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.prog__name {
  font-family: var(--font-display);
  font-weight: var(--fw-black);
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  letter-spacing: -0.03em;
  line-height: 1;
  color: #fff;
  margin: 0;
}
.prog__name b { color: var(--c); font-weight: var(--fw-black); }
.prog__tag {
  font-family: var(--font-body);
  font-weight: var(--fw-bold);
  font-size: 0.72rem;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--c);
  border: 1.5px solid var(--c);
  padding: 6px 13px;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}
.prog__lead {
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.4;
  color: rgba(255,255,255,0.82);
  margin: 16px 0 0;
  max-width: none;
}
/* Body: copy full-width, then Designed For + Outcomes in line */
.prog__body {
  padding: clamp(28px, 4vw, 52px);
}
.prog__copy { margin-bottom: clamp(26px, 3vw, 38px); }
.prog__copy p {
  font-size: 1.0625rem;
  line-height: 1.7;
  font-weight: var(--fw-medium);
  color: var(--text-secondary);
  margin: 0 0 16px;
}
.prog__side { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 2.2vw, 26px); align-items: stretch; }
.prog__for, .prog__out {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(20px, 2.2vw, 28px);
}
.prog__for { background: #fff; }
.prog__out { background: var(--surface-page); }
.prog__for h4, .prog__out h4 {
  font-family: var(--font-body);
  font-weight: var(--fw-bold);
  font-size: 0.8125rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--c-text);
  margin: 0 0 14px;
}
.prog__for ul, .prog__out ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.prog__for li, .prog__out li {
  display: flex;
  gap: 11px;
  font-size: 0.9688rem;
  line-height: 1.4;
  color: var(--navy-800);
  font-weight: var(--fw-medium);
}
.prog__for li::before { content: ""; flex: none; width: 8px; height: 8px; margin-top: 6px; border-radius: 50%; background: var(--c); }
.prog__out li::before {
  content: "\2713";
  flex: none;
  width: 18px; height: 18px; margin-top: 1px;
  border-radius: 50%;
  background: var(--c); color: #fff;
  font-size: 11px; font-weight: 700;
  display: inline-grid; place-items: center;
}
.prog__cta {
  margin-top: clamp(24px, 2.8vw, 34px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--navy-800);
  color: #fff;
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 0.95rem;
  padding: 13px 26px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: transform var(--dur-fast) var(--ease-out), background var(--dur-base) var(--ease-out);
}
.prog__cta::after { content: "\2192"; }
.prog__cta:hover { transform: translateY(-2px); background: var(--accent); color: #fff; }

/* Built Around Your Context — heading left, green divider, description right */
.ctx { display: block; }
.ctx__head { max-width: 62ch; margin: 0 0 clamp(14px, 1.8vw, 22px); }
.ctx__split { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(32px, 5vw, 60px); align-items: center; }
.ctx__pull { border-left: 3px solid #4caf50; padding-left: clamp(28px, 4vw, 56px); }
.ctx__pull .pull { font-family: var(--font-display); font-weight: var(--fw-extra); font-size: clamp(1.5rem, 2.4vw, 2rem); line-height: 1.15; letter-spacing: -0.02em; color: var(--amber-500); margin: 0; }
.ctx__head h2 {
  font-family: var(--font-display);
  font-weight: var(--fw-extra);
  font-size: clamp(1.3rem, 1.95vw, 1.7rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
}
.ctx__head-note {
  font-size: 1.0625rem;
  line-height: 1.7;
  font-weight: var(--fw-medium);
  color: rgba(255,255,255,0.80);
  margin: clamp(18px, 2vw, 26px) 0 0;
}
.ctx__body { position: relative; }
@media (max-width: 860px) {
  .ctx__split { grid-template-columns: 1fr; gap: 24px; }
  .ctx__pull { border-left: 0; border-top: 3px solid #4caf50; padding-left: 0; padding-top: 22px; }
}

/* ----------------------------------------------------------------
   Feature / value grid (How we show up, Outcomes, Formats)
   ---------------------------------------------------------------- */
.fgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(16px, 2vw, 24px);
}
.fgrid--2 { grid-template-columns: repeat(2, 1fr); }
.fgrid--3 { grid-template-columns: repeat(3, 1fr); }
.fcard {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 2.6vw, 34px);
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.fcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.fcard__n {
  font-family: var(--font-display);
  font-weight: var(--fw-black);
  font-size: 1.25rem;
  color: var(--accent);
  display: block;
  margin-bottom: 14px;
}
.fcard:nth-child(3n+2) .fcard__n { color: var(--amber-600); }
.fcard:nth-child(3n) .fcard__n { color: var(--green-500); }
.fcard h3 {
  font-family: var(--font-display);
  font-weight: var(--fw-extra);
  font-size: 1.25rem;
  color: var(--navy-800);
  margin: 0 0 10px;
  line-height: 1.15;
}
.fcard p {
  font-size: 0.9688rem;
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 0;
}
.band-navy .fcard {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.12);
}
.band-navy .fcard h3 { color: #fff; }
.band-navy .fcard p { color: rgba(255,255,255,0.74); }

/* Framework — three connected capabilities (centered cards) */
.fw__head { max-width: 1000px; }
.fw__head .shead__sub { max-width: none; }
/* Shape Tomorrow heading + small pull */
.lead-cols h2.shape-h { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; font-size: clamp(1.9rem, 3.4vw, 2.8rem); line-height: 1.05; letter-spacing: -0.025em; color: #fff; }
.shape-h__l2 b { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; color: var(--amber-500); }
.shape-h__l2 .amber { color: var(--amber-500); }
.shape-h__l2 .white { color: #fff; }
.shape-h__l2 .dot { color: #fff; }
.shape-h__l2 .dot--red { color: var(--accent); }
.shape-h .amber { color: var(--amber-500); }
/* Shape band — green divider between the two sides + white bold copy */
.shape-band { position: relative; }
.shape-band .prose { padding-left: clamp(28px, 4vw, 56px); border-left: 3px solid #4caf50; }
.shape-band .prose p { color: #fff; font-weight: var(--fw-semibold); }
.shape-band .prose p + p { margin-top: 22px; }
.shape-band .prose .hlq { color: var(--amber-500); font-weight: var(--fw-bold); }
.shape-band .prose .pull--sm { font-size: clamp(1.125rem, 1.4vw, 1.35rem); color: #fff; }
@media (max-width: 980px) {
  .shape-band .prose { padding-left: 0; padding-top: 32px; margin-top: 10px; border-left: 0; border-top: 3px solid #4caf50; }
}
.fw3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); }
.fw {
  background: rgba(255,255,255,0.04);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 3vw, 40px);
  border-top: 5px solid var(--c);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  transition: transform var(--dur-fast) var(--ease-out), border-color var(--dur-base) var(--ease-out);
}
.fw:hover { transform: translateY(-3px); border-color: rgba(255,255,255,0.32); }
.fw:nth-child(1) { --c: var(--amber-500); }
.fw:nth-child(2) { --c: var(--orange-500); }
.fw:nth-child(3) { --c: var(--green-500); }
.fw__ico {
  width: 54px; height: 54px;
  border-radius: 50%;
  background: var(--c);
  display: grid; place-items: center;
  margin-bottom: 20px;
}
.fw__ico img { width: 26px; height: 26px; filter: brightness(0) invert(1); }
.fw h3 {
  font-family: var(--font-display);
  font-weight: var(--fw-extra);
  font-size: 1.5rem;
  color: #fff;
  margin: 0 0 12px;
}
.fw p { font-size: 1rem; line-height: 1.6; color: rgba(255,255,255,0.76); margin: 0; }

/* ----------------------------------------------------------------
   Bullet list (chips) — formats, expertise
   ---------------------------------------------------------------- */
.chips { display: flex; flex-wrap: wrap; gap: 12px; }
.chips span {
  font-family: var(--font-display);
  font-weight: var(--fw-semibold);
  font-size: 0.9375rem;
  color: var(--navy-800);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 11px 20px;
}
.band-navy .chips span,
.band-light .chips span { background: #fff; }
.chips--soft span { background: var(--surface-page); border-color: transparent; }
.chips--amber span { background: var(--amber-500); border-color: transparent; color: #fff; cursor: pointer; transition: transform var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out); }
.chips--amber span:hover { transform: translateY(-2px); background: var(--amber-600); }
.chips--amber span:active { transform: scale(0.94); }

/* Question list */
.qlist { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 36px; }
.qlist li {
  display: flex;
  gap: 14px;
  font-family: var(--font-display);
  font-weight: var(--fw-semibold);
  font-size: clamp(1rem, 1.3vw, 1.1875rem);
  line-height: 1.35;
  color: var(--navy-800);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.band-navy .qlist li { color: #fff; border-color: rgba(255,255,255,0.14); }
.qlist li::before {
  content: "";
  flex: none;
  width: 14px; height: 14px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--c, var(--accent));
}
.qlist li:nth-child(3n+1) { --c: var(--amber-500); }
.qlist li:nth-child(3n+2) { --c: var(--orange-500); }
.qlist li:nth-child(3n) { --c: var(--green-500); }

/* ----------------------------------------------------------------
   Topic list (keynotes)
   ---------------------------------------------------------------- */
.topics { display: flex; flex-direction: column; gap: 0; }
.topic {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(20px, 3vw, 40px);
  padding: clamp(24px, 3vw, 36px) 0;
  border-top: 1px solid var(--border);
  align-items: baseline;
}
.topic:last-child { border-bottom: 1px solid var(--border); }
.topic__n {
  font-family: var(--font-display);
  font-weight: var(--fw-black);
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  letter-spacing: -0.02em;
  color: var(--accent);
  line-height: 1;
}
.topic:nth-child(3n+2) .topic__n { color: var(--amber-600); }
.topic:nth-child(3n) .topic__n { color: var(--green-500); }
.topic h3 {
  font-family: var(--font-display);
  font-weight: var(--fw-extra);
  font-size: clamp(1.375rem, 2.2vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--navy-800);
  margin: 0 0 10px;
}
.topic p {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 0;
  max-width: 52em;
}

/* ----------------------------------------------------------------
   Article cards (Insights)
   ---------------------------------------------------------------- */
.articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2vw, 26px);
}
.article {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border);
  border-top: 5px solid var(--ac);
  border-radius: var(--radius-lg);
  padding: clamp(26px, 2.6vw, 36px);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  transition: transform var(--dur-base) cubic-bezier(0.34,1.56,0.64,1), box-shadow var(--dur-base) var(--ease-out);
}
.article:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.article:nth-child(3n+1) { --ac: var(--amber-500); --ac-text: var(--amber-600); }
.article:nth-child(3n+2) { --ac: var(--orange-500); --ac-text: var(--orange-500); }
.article:nth-child(3n) { --ac: var(--green-500); --ac-text: var(--green-600); }
.article__cat {
  font-family: var(--font-display);
  font-weight: var(--fw-extra);
  font-size: 0.7rem;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  margin: 0 0 16px;
}
.article:nth-child(3n+1) .article__cat { color: var(--ac-text); }
.article:nth-child(3n+2) .article__cat { color: var(--ac-text); }
.article:nth-child(3n) .article__cat { color: var(--ac-text); }
.article h3 {
  font-family: var(--font-display);
  font-weight: var(--fw-extra);
  font-size: 1.375rem;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--navy-800);
  margin: 0 0 12px;
}
.article p {
  font-size: 0.9688rem;
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 0 0 22px;
}
.article__go {
  margin-top: auto;
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 0.875rem;
  color: var(--navy-800);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.article__go::after { content: "\2192"; transition: transform var(--dur-base) var(--ease-out); }
.article:hover .article__go::after { transform: translateX(4px); }

/* Featured layout — one lead article + supporting cards beside it */
.articles--feat {
  grid-template-columns: 1.55fr 1fr;
  align-items: stretch;
}
.article--lead {
  grid-row: 1 / span 2;
  padding: 0;
  overflow: hidden;
}
.article--lead .article__media {
  flex: 1;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  background-color: var(--navy-800);
}
.article--lead .article__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.article--lead .article__body {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 2.8vw, 40px);
}
.article--lead h3 { font-size: clamp(1.7rem, 2.6vw, 2.3rem); line-height: 1.08; margin: 0 0 16px; }
.article--lead .article__body > p:not(.article__cat) { font-size: 1.0625rem; }
.article--lead .article__go { font-size: 1rem; }
@media (max-width: 760px) {
  .articles--feat { grid-template-columns: 1fr; }
  .article--lead { grid-row: auto; }
}

/* Theme cards — navy header tab + colour border, list below (bounce) */
.themes { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 28px); }
.theme {
  --c: var(--amber-500);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur-base) cubic-bezier(0.34,1.56,0.64,1), box-shadow var(--dur-base) var(--ease-out);
}
.theme:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.theme:nth-child(1) { --c: var(--amber-500); }
.theme:nth-child(2) { --c: var(--orange-500); }
.theme:nth-child(3) { --c: var(--green-500); }
.theme__head {
  background: var(--grey-600);
  border-bottom: 4px solid var(--c);
  padding: clamp(20px, 2.2vw, 28px) clamp(22px, 2.4vw, 30px);
}
.theme__head h3 {
  font-family: var(--font-display);
  font-weight: var(--fw-extra);
  font-size: 1.25rem;
  color: #fff;
  margin: 0;
}
.theme__body { padding: clamp(22px, 2.4vw, 30px); }
.theme ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.theme li {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: var(--fw-medium);
  color: var(--navy-800);
  padding-left: 20px;
  position: relative;
}
.theme li::before {
  content: "";
  position: absolute; left: 0; top: 8px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--c);
}
@media (max-width: 900px) { .themes { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .themes { grid-template-columns: 1fr; } }

/* ----------------------------------------------------------------
   Founder
   ---------------------------------------------------------------- */
.founder__grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(32px, 5vw, 60px);
  align-items: start;
}
@media (max-width: 860px) {
  .founder__grid { grid-template-columns: 1fr; }
  .founder__card { position: static; }
}
.founder__card {
  background: var(--navy-800);
  border-radius: var(--radius-xl);
  padding: clamp(20px, 2vw, 28px);
  color: #fff;
  position: sticky;
  top: calc(var(--nav-h) + 24px);
}
.founder__avatar {
  width: 92px; height: 92px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--amber-500));
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: var(--fw-black);
  font-size: 2rem;
  color: #fff;
  margin-bottom: 22px;
}
.founder__card h3 { font-family: var(--font-display); font-weight: var(--fw-extra); font-size: 1.5rem; color: #fff; margin: 0 0 6px; }
.founder__role { color: var(--amber-500); font-family: var(--font-body); font-weight: var(--fw-bold); font-size: 0.95rem; margin: 0 0 22px; }
.founder__expertise h4 {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 0.7rem;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin: 0 0 14px;
}
.founder__expertise ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.founder__expertise li {
  font-size: 0.8125rem;
  font-weight: var(--fw-medium);
  color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.08);
  border-radius: var(--radius-pill);
  padding: 7px 13px;
}
.founder__bio p {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0 0 18px;
}
.founder__bio p:first-child {
  font-family: var(--font-body);
  font-weight: var(--fw-regular);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

/* ----------------------------------------------------------------
   Contact
   ---------------------------------------------------------------- */
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}
.cdetails { display: flex; flex-direction: column; gap: 24px; margin-bottom: 36px; }
.cdetail { display: flex; gap: 16px; align-items: flex-start; }
.cdetail__ico {
  flex: none;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--amber-500);
  display: grid; place-items: center;
  color: #fff;
}
.cdetail:nth-child(2) .cdetail__ico { background: var(--orange-500); }
.cdetail:nth-child(3) .cdetail__ico { background: var(--green-500); }
.cdetail__ico svg { width: 22px; height: 22px; display: block; }
.cdetail h4 {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 0.75rem;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 4px 0 6px;
}
.cdetail a, .cdetail p {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 1.0625rem;
  color: var(--navy-800);
  margin: 0;
  text-decoration: none;
  display: block;
  line-height: 1.4;
}
.cdetail a:hover { color: var(--accent); }
.cdetail > div span { font-weight: var(--fw-regular); font-size: 0.9375rem; color: var(--text-secondary); display: block; }

.form {
  background: #D6D3CE;
  border: 1.5px solid var(--border-strong);
  border-radius: var(--radius-xl);
  padding: clamp(28px, 3vw, 44px);
  box-shadow: var(--shadow-sm);
}
.form .field input, .form .field select, .form .field textarea { background: #fff; }
.form__intro { font-size: 1rem; line-height: 1.6; color: var(--navy-800); font-weight: var(--fw-bold); margin: 0 0 26px; }

/* Sand-tinted form panel (warm softening — white inputs for contrast) */
.form--sand { background: var(--sand-200); border-color: var(--sand-border); }
.contact__grid .form { margin-top: 0; }
.form--sand .field input,
.form--sand .field select,
.form--sand .field textarea { background: #fff; border-color: var(--sand-border); }
.form--sand .field input:focus,
.form--sand .field select:focus,
.form--sand .field textarea:focus { border-color: var(--accent); }
.field { margin-bottom: 18px; }
.field label {
  display: block;
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 0.8125rem;
  color: var(--navy-800);
  margin-bottom: 8px;
}
.field input, .field select, .field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--navy-800);
  background: var(--surface-page);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  padding: 13px 16px;
  transition: border-color var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: #fff;
}
.field textarea { resize: vertical; min-height: 120px; }
.field__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

/* How-can-we-help cards — navy "blue box" treatment (matches homepage) */
.help-sec { overflow: hidden; }
.help-sec > .wrap { position: relative; z-index: 1; }
.help-sec::before, .help-sec::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.help-sec::before {
  width: clamp(360px, 42vw, 620px); height: clamp(360px, 42vw, 620px);
  top: clamp(-260px, -18vw, -160px); right: clamp(-220px, -12vw, -140px);
  border: 2px solid rgba(255,255,255,0.20);
}
.help-sec::after {
  width: clamp(220px, 26vw, 380px); height: clamp(220px, 26vw, 380px);
  bottom: clamp(-200px, -14vw, -130px); left: clamp(-160px, -9vw, -110px);
  border: 2px solid rgba(255,169,0,0.26);
}
.paths { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); }
.path {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(28px, 3vw, 40px) clamp(20px, 2vw, 30px);
  background: #241456;
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  transition: border-color var(--dur-base) var(--ease-out), transform var(--dur-fast) var(--ease-out);
}
.path:hover { border-color: rgba(255,255,255,0.30); transform: translateY(-3px); }
.path__ico {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--accent);
  display: grid; place-items: center;
  margin-bottom: 18px;
}
.path__ico img { width: 24px; height: 24px; filter: brightness(0) invert(1); }
.path h3 {
  font-family: var(--font-display);
  font-weight: var(--fw-extra);
  font-size: 1.375rem;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 8px;
}
.path__n {
  font-family: var(--font-body);
  font-weight: var(--fw-semibold);
  font-size: 1rem;
  color: var(--amber-500);
  margin: 0 0 14px;
}
.path p { font-size: 0.9375rem; line-height: 1.6; color: rgba(255,255,255,0.72); margin: 0; max-width: 26em; }
.path p.path__n { color: var(--amber-500); margin: 0 0 14px; max-width: none; }

/* Closing CTA on contact — full-bleed red, smaller heading, wider text */
.cta--contact h2 { font-size: clamp(1.75rem, 3.2vw, 2.6rem); max-width: 24em; }
.cta--contact p { font-size: clamp(1.0625rem, 1.3vw, 1.2rem); max-width: 62em; margin-bottom: 28px; }

/* Contact + form section — tighter gap to the next section */
.contact-band { padding-bottom: clamp(36px, 4.5vw, 64px); }

/* FAQ — neutral grey frame around white question rows */
.faqbox {
  background: #D6D3CE;
  border-radius: var(--radius-xl);
  padding: clamp(16px, 1.8vw, 26px);
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.4vw, 18px);
}
.faqrow {
  background: #fff;
  border-radius: var(--radius-md);
  padding: clamp(22px, 2.4vw, 32px) clamp(24px, 3vw, 40px);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(20px, 4vw, 56px);
  align-items: start;
}
.faqrow__q {
  font-family: var(--font-body);
  font-weight: var(--fw-bold);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--navy-800);
  margin: 0;
}
.faqrow__a { font-size: 1rem; line-height: 1.65; color: var(--text-secondary); margin: 0; }
@media (max-width: 720px) { .faqrow { grid-template-columns: 1fr; gap: 8px; } }

/* ----------------------------------------------------------------
   FAQ
   ---------------------------------------------------------------- */
.faq { max-width: 880px; }
.faq__item { border-bottom: 1px solid var(--border); }
.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  padding: 24px 0;
  font-family: var(--font-display);
  font-weight: var(--fw-extra);
  font-size: clamp(1.0625rem, 1.5vw, 1.3rem);
  color: var(--navy-800);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  flex: none;
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--border-strong);
  display: inline-grid; place-items: center;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--accent);
  transition: transform var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out);
}
.faq__item[open] summary::after { content: "\2212"; background: var(--accent); color: #fff; border-color: var(--accent); }
.faq__item p {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
  padding: 0 52px 26px 0;
}

/* ----------------------------------------------------------------
   Subscribe band
   ---------------------------------------------------------------- */
.subscribe__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.subscribe-cta .eyebrow::before { background: var(--navy-800); }
.subscribe__form { display: flex; gap: 12px; flex-wrap: wrap; margin-top: clamp(28px, 3vw, 40px); }
.subscribe__form input {
  flex: 1;
  min-width: 220px;
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 15px 18px;
  border-radius: var(--radius-md);
  border: 1.5px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.08);
  color: #fff;
}
.subscribe__form input::placeholder { color: rgba(255,255,255,0.55); }
.subscribe__form input:focus { outline: none; border-color: var(--amber-500); }

/* ----------------------------------------------------------------
   Built-around / context band
   ---------------------------------------------------------------- */
.context__list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.context__list span {
  font-family: var(--font-display);
  font-weight: var(--fw-semibold);
  font-size: 0.9375rem;
  color: #fff;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--radius-pill);
  padding: 10px 18px;
}

/* ----------------------------------------------------------------
   About — name equation (interactive Unbox + Able circles)
   ---------------------------------------------------------------- */
.equation-frame { margin-top: clamp(28px, 3.5vw, 48px); border: 2px solid var(--navy-800); border-radius: var(--radius-xl); padding: clamp(32px, 4vw, 56px) clamp(20px, 3vw, 48px); }
.equation { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 44px); flex-wrap: wrap; }
.eq__together { text-align: center; margin: clamp(24px, 3vw, 38px) auto 0; max-width: 30em; font-family: var(--font-display); font-weight: var(--fw-extra); font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.4; color: var(--navy-800); }
.eq__together b { color: var(--navy-800); }
.eq__together-l2 { display: block; color: var(--text-secondary); font-weight: var(--fw-medium); }
.equation .operator { font-family: var(--font-display); font-weight: 900; font-size: clamp(44px, 5vw, 72px); color: #4CAF00; line-height: 1; user-select: none; flex-shrink: 0; }
.equation .card {
  position: relative;
  border: 3px solid var(--navy-800);
  border-radius: 50%;
  width: clamp(258px, 24vw, 372px);
  height: clamp(258px, 24vw, 372px);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(34px, 4vw, 48px);
  background: var(--navy-800);
  transition: border-color 0.3s ease, box-shadow 0.35s ease, transform 0.35s cubic-bezier(0.34,1.56,0.64,1);
}
.equation .card:hover { transform: scale(1.04); box-shadow: 0 0 0 4px rgba(26,27,94,0.18), 0 20px 48px rgba(26,27,94,0.10); }
.equation .card.active { border-color: #fff; transform: scale(1.07); box-shadow: 0 0 0 6px var(--navy-800), 0 0 0 9px #fff, 0 28px 64px rgba(26,27,94,0.22); }
.equation .card__heading { font-family: var(--font-display); font-weight: 900; font-size: clamp(32px, 3.6vw, 54px); letter-spacing: -1px; line-height: 1; margin-bottom: 16px; transition: color 0.3s ease, letter-spacing 0.3s ease; }
.equation .card--unbox .card__heading { color: var(--amber-500); }
.equation .card--able .card__heading { color: #FF4900; }
.equation .card--unbox.active .card__heading,
.equation .card--able.active .card__heading { color: #fff; letter-spacing: 2px; }
.equation .card:hover:not(.active) .card__heading { letter-spacing: 1px; }
.equation .card__copy { font-family: var(--font-body); font-weight: 600; font-size: clamp(14px, 1.3vw, 16.5px); line-height: 1.6; color: #fff; opacity: 0.88; margin-bottom: 20px; transition: opacity 0.3s ease; }
.equation .card:hover .card__copy { opacity: 0.92; }
.equation .card.active .card__copy { opacity: 1; }
.equation .circles { display: flex; gap: 12px; align-items: center; justify-content: center; }
.equation .circle { border-radius: 50%; width: 26px; height: 26px; flex-shrink: 0; opacity: 0.72; transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), opacity 0.3s ease, box-shadow 0.3s ease; }
.equation .circle:nth-child(1) { background: var(--amber-500); }
.equation .circle:nth-child(2) { background: #FF4900; }
.equation .circle:nth-child(3) { background: #4CAF00; }
.equation .card:hover .circle,
.equation .card.active .circle { opacity: 1; }
.equation .card:hover .circle:nth-child(1),
.equation .card.active .circle:nth-child(1) { transform: scale(1.28); }
.equation .card:hover .circle:nth-child(2),
.equation .card.active .circle:nth-child(2) { transform: scale(1.38); transition-delay: 0.05s; }
.equation .card:hover .circle:nth-child(3),
.equation .card.active .circle:nth-child(3) { transform: scale(1.28); transition-delay: 0.1s; }
.equation .card.active .circle:nth-child(1) { box-shadow: 0 0 12px rgba(255,169,0,0.65); }
.equation .card.active .circle:nth-child(2) { box-shadow: 0 0 12px rgba(255,73,0,0.65); }
.equation .card.active .circle:nth-child(3) { box-shadow: 0 0 12px rgba(76,175,0,0.65); }
@keyframes eq-pulse { 0% { transform: scale(1); } 40% { transform: scale(1.4); color: #fff; } 100% { transform: scale(1); color: #4CAF00; } }
.equation .operator.pulse { animation: eq-pulse 0.45s ease forwards; }
@media (max-width: 860px) {
  .equation { flex-direction: column; gap: 24px; }
  .equation .operator { transform: rotate(90deg); }
  .equation .card { width: min(360px, calc(100% - 20px)); height: auto; aspect-ratio: 1 / 1; padding: clamp(30px, 9vw, 46px); }
  .equation .card:hover { transform: none; box-shadow: none; }
  .equation .card.active { transform: none; box-shadow: 0 0 0 4px var(--navy-800), 0 0 0 7px #fff, 0 18px 44px rgba(26,27,94,0.2); }
}

/* About — "What Makes Us Different" balanced split with green divider */
.diff-band { align-items: stretch; }
.diff-head { margin-bottom: clamp(28px, 3.5vw, 44px); }
.diff-cols { align-items: start; }
.diff-band .eyebrow { margin-bottom: 22px; }
/* .lead-cols h2 forces margin:0 — restore breathing room under the heading */
.diff-band .diff-h { margin: 0 0 30px; }
/* Last pull statement matches the heading size */
.diff-band .pull { font-size: clamp(1.6rem, 2.5vw, 2.15rem); }
.diff-h { font-family: var(--font-display); font-weight: var(--fw-extra); font-size: clamp(1.6rem, 2.5vw, 2.15rem); line-height: 1.15; letter-spacing: -0.02em; color: var(--navy-800); margin: 0 0 34px; }
.diff-right { position: relative; display: flex; flex-direction: column; justify-content: flex-start; padding-top: 0; padding-left: clamp(36px, 5vw, 68px); }
.diff-right::before { content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 3px; border-radius: 999px; background: var(--about-divider, #4CAF50); }
@media (max-width: 980px) {
  .diff-cols { grid-template-columns: 1fr; }
  .diff-right { display: block; padding-left: 0; padding-top: 30px; }
  .diff-right::before { left: 0; right: auto; top: 0; bottom: auto; width: 64px; height: 3px; }
}

/* Tighten the gap between the story circles and the founder section */
.story-band { padding-bottom: clamp(32px, 4vw, 56px); }
.founder-band { padding-top: clamp(32px, 4vw, 56px); }

/* About — founder photo, contact, expertise tags */
.founder__photo { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center 20%; border-radius: var(--radius-lg); margin-bottom: 18px; display: block; }
.founder__contact { margin-top: 4px; width: 100%; justify-content: center; }
.founder__tags { margin-top: 30px; }
.founder__tags h4 { font-family: var(--font-body); font-weight: var(--fw-bold); font-size: 0.8125rem; letter-spacing: 0; text-transform: uppercase; color: var(--text-muted); margin: 0 0 14px; }
.founder__tags ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.founder__tags li { background: var(--amber-500); color: #fff; font-family: var(--font-body); font-weight: var(--fw-semibold); font-size: 0.875rem; border-radius: var(--radius-pill); padding: 8px 16px; }

/* About — "What we stand for" lead copy */
.stand__lead { font-family: var(--font-display); font-weight: var(--fw-extra); font-size: clamp(1.6rem, 2.5vw, 2.15rem); line-height: 1.15; letter-spacing: -0.02em; color: var(--navy-800); margin: 0 0 18px; max-width: none; }
.stand__sub { font-size: 1.0625rem; line-height: 1.65; color: var(--text-secondary); margin: 0; max-width: none; }

/* Programmes page — intro copy runs full width, in line with the cards below */
.prog-page .shead__sub { max-width: none; }
.shead__sub--wide { max-width: none; }

/* About — blue copy headings + medium body are now the site standard (see .shead h2 / .lead-cols h2 / .prose p) */
.about-page .shape-band .prose p { font-weight: var(--fw-semibold); }

/* About — values ("What we stand for") — single navy-outline frame */
.values-frame { border: 2px solid var(--navy-800); border-radius: var(--radius-xl); padding: clamp(22px, 2.6vw, 40px) clamp(12px, 1.6vw, 26px); }
.values { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.value { padding: clamp(10px, 1.4vw, 22px) clamp(12px, 1.4vw, 20px); display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; cursor: pointer; border-radius: var(--radius-md); transition: transform var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out); }
.value:hover { background: color-mix(in srgb, var(--c) 8%, #fff); transform: translateY(-3px); }
.value:active { transform: scale(0.95); }
.value:hover .value__ico { transform: scale(1.08); }
.value__ico { transition: transform var(--dur-fast) var(--ease-out); }
.value + .value { border-left: 1px solid var(--border); }
.value__ico { width: 58px; height: 58px; border-radius: 50%; background: var(--c); display: grid; place-items: center; flex: none; }
.value__ico img { width: 25px; height: 25px; filter: brightness(0) invert(1); }
.value:nth-child(1) { --c: var(--amber-500); }
.value:nth-child(2) { --c: var(--orange-500); }
.value:nth-child(3) { --c: var(--green-500); }
.value:nth-child(4) { --c: var(--amber-500); }
.value:nth-child(5) { --c: var(--orange-500); }
.value h3 { font-family: var(--font-display); font-weight: var(--fw-extra); font-size: 1.0625rem; line-height: 1.2; color: var(--navy-800); margin: 4px 0 0; }
.value p { font-size: 0.875rem; line-height: 1.55; color: var(--text-secondary); margin: 0; }

/* ----------------------------------------------------------------
   Speaking — speaker feature, topic cards, formats / outcomes
   ---------------------------------------------------------------- */
.speaker { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.speaker__media { position: relative; }
.speaker__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 22%; transform: scaleX(0.96); border-radius: var(--radius-xl); display: block; box-shadow: var(--shadow-lg); }
.speaker__badge { position: absolute; left: 16px; bottom: 16px; background: var(--navy-800); color: #fff; font-family: var(--font-display); font-weight: var(--fw-bold); font-size: 0.8rem; padding: 9px 15px; border-radius: var(--radius-pill); box-shadow: var(--shadow-md); }
.speaker__badge .dot { color: var(--accent); }
.speaker__body h2 { font-family: var(--font-display); font-weight: var(--fw-extra); font-size: clamp(1.3rem, 1.95vw, 1.7rem); line-height: 1.15; letter-spacing: -0.02em; color: var(--navy-800); margin: 14px 0 18px; }
.speaker__body > p { font-size: 1.0625rem; line-height: 1.7; font-weight: var(--fw-medium); color: var(--text-secondary); margin: 0 0 16px; max-width: 40em; }
.speaker__pull { font-family: var(--font-display); font-weight: var(--fw-extra); font-size: clamp(1.15rem, 1.6vw, 1.4rem); line-height: 1.35; letter-spacing: -0.01em; color: var(--navy-800); }
.speaker__pull .hl { color: var(--accent); }
.speaker__body .chips { margin-top: 26px; }

.tcards { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: clamp(16px, 2vw, 24px); }
.tcard { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; height: 100%; transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-base) var(--ease-out); }
.tcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.tcard:nth-child(3n+1) { --c: var(--amber-500); }
.tcard:nth-child(3n+2) { --c: var(--orange-500); }
.tcard:nth-child(3n) { --c: var(--green-500); }
.tcard__head { background: var(--navy-800); color: #fff; padding: clamp(26px, 2.8vw, 34px) clamp(18px, 2vw, 24px); display: flex; align-items: center; justify-content: center; text-align: center; border-bottom: 4px solid var(--c); }
.tcard__head h3 { font-family: var(--font-display); font-weight: var(--fw-extra); font-size: 1.1875rem; line-height: 1.25; color: #fff; margin: 0; min-height: 2.5em; display: flex; align-items: center; }
.tcard__body { padding: clamp(22px, 2.4vw, 30px); flex: 1; }
.tcard__body p { font-size: 0.9688rem; line-height: 1.6; font-weight: var(--fw-medium); color: var(--text-secondary); margin: 0; }

.fmt-frame { border: 0; border-radius: var(--radius-xl); padding: 0; }
.fmt { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 2.6vw, 32px); align-items: stretch; }
.fmt__formats, .outcomes { background: #D6D3CE; border: 1px solid var(--border-strong); border-radius: var(--radius-lg); padding: clamp(28px, 3vw, 42px); }
.fmt__h { font-family: var(--font-display); font-weight: var(--fw-extra); font-size: clamp(1.3rem, 1.95vw, 1.7rem); line-height: 1.15; letter-spacing: -0.02em; color: var(--navy-800); margin: 10px 0 22px; }
.fmt__copy { font-size: 1.0625rem; line-height: 1.7; font-weight: var(--fw-medium); color: var(--text-secondary); margin: 0; }
.fmt .chips span { background: #fff; }
.olist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.olist li { position: relative; padding-left: 24px; font-size: 1.0625rem; line-height: 1.5; font-weight: var(--fw-medium); color: var(--text-secondary); }
.olist__dot { position: absolute; left: 0; top: 8px; width: 9px; height: 9px; border-radius: 50%; }
.olist__dot--o { background: var(--orange-500); }
.olist__dot--a { background: var(--amber-500); }
.olist__dot--g { background: var(--green-500); }

/* ----------------------------------------------------------------
   Article / post detail page
   ---------------------------------------------------------------- */
.hero--post .hero__inner--page,
.post__head { max-width: 820px; }
.post__head { position: relative; z-index: 2; padding-block: clamp(64px, 9vw, 120px) clamp(40px, 5vw, 64px); }
.post__head--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr); gap: clamp(36px, 5vw, 72px); align-items: center; }
.post__head--split .post__head-text { max-width: 720px; }
.post__hero-media {
  align-self: stretch;
  min-height: 300px;
  border-radius: var(--radius-lg);
  position: relative;
  background-color: rgba(255,255,255,0.04);
  background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.06) 0 12px, rgba(255,255,255,0) 12px 24px);
  border: 1px solid rgba(255,255,255,0.14);
  display: flex;
  align-items: flex-end;
  padding: 16px 18px;
  overflow: hidden;
}
.post__hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.post__hero-media span {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
@media (max-width: 860px) {
  .post__head--split { grid-template-columns: 1fr; gap: 28px; }
  .post__hero-media { min-height: 200px; }
}
.post__back {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  margin-bottom: clamp(20px, 2.5vw, 30px);
  transition: color var(--dur-fast) var(--ease-out);
}
.post__back:hover { color: #fff; }
.post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: clamp(22px, 2.6vw, 30px);
  font-size: 0.9375rem;
  font-weight: var(--fw-medium);
  color: rgba(255,255,255,0.7);
}
.post { max-width: 720px; margin: 0 auto; }
.post__lead {
  font-family: var(--font-display);
  font-weight: var(--fw-semibold);
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: var(--navy-800);
  margin: 0 0 clamp(28px, 3vw, 40px);
}
.post p {
  font-size: 1.0938rem;
  line-height: 1.75;
  color: var(--text-secondary);
  margin: 0 0 1.35em;
}
.post h2 {
  font-family: var(--font-display);
  font-weight: var(--fw-extra);
  font-size: clamp(1.4rem, 2.1vw, 1.85rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--navy-800);
  margin: clamp(40px, 4.5vw, 60px) 0 16px;
}
.post__quote {
  margin: clamp(36px, 4vw, 52px) 0;
  padding: 6px 0 6px clamp(22px, 2.4vw, 30px);
  border-left: 4px solid var(--orange-500);
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: clamp(1.4rem, 2.1vw, 1.85rem);
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--navy-800);
}
.post__list { list-style: none; margin: 0 0 1.5em; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.post__list li {
  position: relative;
  padding-left: 24px;
  font-size: 1.0938rem;
  line-height: 1.6;
  color: var(--text-secondary);
}
.post__list li::before {
  content: "";
  position: absolute; left: 0; top: 10px;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--amber-500);
}
.post__list strong { color: var(--navy-800); font-weight: var(--fw-bold); }
.post h3 {
  font-family: var(--font-display);
  font-weight: var(--fw-extra);
  font-size: clamp(1.15rem, 1.5vw, 1.4rem);
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--navy-800);
  margin: clamp(30px, 3.2vw, 44px) 0 12px;
}
.post__eg {
  font-size: 1rem !important;
  line-height: 1.7;
  color: var(--text-secondary);
  border-left: 3px solid #4caf50;
  padding: 2px 0 2px clamp(16px, 1.8vw, 22px);
  margin: 0 0 1.6em !important;
}
.post__eg strong { color: var(--navy-800); font-weight: var(--fw-bold); }
.post__refs { margin-top: clamp(36px, 4vw, 52px); padding-top: 22px; border-top: 1px solid var(--border); }
.post__refs li { font-size: 0.9rem; color: var(--text-secondary); }
.post__refs li::before { background: var(--text-secondary); }

/* ----------------------------------------------------------------
   Responsive
   ---------------------------------------------------------------- */
@media (max-width: 980px) {
  .speaker { grid-template-columns: 1fr; gap: 28px; }
  .speaker__media { max-width: 440px; }
  .tcards { grid-template-columns: 1fr 1fr; }
  .fmt { grid-template-columns: 1fr; }
  .founder__card { position: static; max-width: 400px; }
  .contact__grid { grid-template-columns: 1fr; }
  .contact__grid .form { margin-top: 0; }
  .paths { grid-template-columns: 1fr; }
  .subscribe__inner { grid-template-columns: 1fr; gap: 24px; }
  .subscribe__form { margin-top: 0; }
  .lead-cols__head .prose { margin-top: 16px; }
  .qlist { grid-template-columns: 1fr; }
  .fgrid--3, .fgrid--2 { grid-template-columns: 1fr 1fr; }
  .prog__side { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .prog__cols { grid-template-columns: 1fr; }
  .prog__side { grid-template-columns: 1fr; }
  .articles { grid-template-columns: 1fr; }
  .fgrid--3, .fgrid--2, .fgrid { grid-template-columns: 1fr; }
  .field__row { grid-template-columns: 1fr; }
  .prog__head-main { flex-wrap: wrap; }
}
@media (max-width: 980px) {
  .values { grid-template-columns: repeat(3, 1fr); gap: 28px 16px; }
  .value + .value { border-left: 0; }
}
@media (max-width: 560px) {
  .values { grid-template-columns: 1fr 1fr; }
  .tcards { grid-template-columns: 1fr; }
}
