/* ============================================================
   HEART SEPTEMBER 2026 — feedback round
   ============================================================ */

:root {
  --heart-aubergine: #4c001c;
  --heart-paper: #f7f6f3;
  --heart-lime: #bcc700;
  --heart-ink: #111010;
}

.heart-page {
  color: var(--heart-aubergine);
  background: var(--heart-paper);
  overflow: clip;
}

.heart-section-label {
  margin: 0 0 clamp(0.6rem, 1.3vw, 1.15rem);
  font-family: var(--font-sans);
  font-size: clamp(0.85rem, 0.8vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.heart-topbar {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: clamp(1.5rem, 3vw, 3.75rem) clamp(1.5rem, 4.5vw, 5.5rem);
  color: #fff;
  pointer-events: none;
}

.heart-topbar__brand,
.heart-topbar__cta {
  pointer-events: auto;
}

.heart-topbar__brand {
  transform-origin: left top;
  transition: opacity 180ms var(--ease-out, cubic-bezier(0.23, 1, 0.32, 1)), transform 180ms var(--ease-out, cubic-bezier(0.23, 1, 0.32, 1));
}

.heart-topbar__brand--hidden {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-0.55rem);
}

.heart-topbar__brand img {
  width: clamp(9.25rem, 17vw, 16.5rem);
  height: auto;
}

.heart-topbar__cta {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  min-width: clamp(9.8rem, 13vw, 13.5rem);
  justify-content: space-between;
  padding: 0.8rem 1rem 0.8rem 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  color: #fff;
  background: rgba(17, 16, 16, 0.18);
  backdrop-filter: blur(0.55rem);
  font-family: var(--font-sans);
  font-size: clamp(0.8rem, 0.9vw, 1rem);
  font-weight: 600;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.heart-topbar__cta:hover,
.heart-topbar__cta:focus-visible {
  color: var(--heart-aubergine);
  background: #fff;
}

.heart-topbar__cta:active { transform: scale(0.97); }

.heart-hero {
  position: relative;
  display: grid;
  min-height: clamp(42rem, 65vw, 78rem);
  overflow: hidden;
  color: #fff;
  background: var(--heart-aubergine);
}

.heart-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heart-hero__content {
  position: relative;
  z-index: 1;
  align-self: end;
  width: min(100% - clamp(3rem, 9vw, 11rem), 116rem);
  margin: 0 auto;
  padding-bottom: clamp(3rem, 8vw, 9rem);
}

.heart-hero h1 {
  max-width: 12ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(5.4rem, 11.6vw, 13rem);
  font-weight: 300;
  line-height: 0.77;
  letter-spacing: -0.055em;
  text-shadow: 0 2px 2.5rem rgba(30, 0, 12, 0.38);
}

.heart-hero__content p {
  max-width: none;
  margin: clamp(2rem, 4vw, 4.5rem) 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.2vw, 4rem);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.025em;
  white-space: nowrap;
  text-shadow: 0 2px 2rem rgba(30, 0, 12, 0.42);
}

.heart-ambition {
  position: relative;
  overflow: hidden;
  padding: clamp(4.8rem, 9vw, 10rem) var(--grid-margin);
  color: var(--heart-aubergine);
  background: linear-gradient(120deg, #dbe5f1 0%, #e9eee7 53%, #d8ebe7 100%);
}

.heart-ambition__shell,
.heart-why__shell,
.heart-purpose__shell {
  position: relative;
  z-index: 1;
  width: min(100%, 116rem);
  margin-inline: auto;
}

.heart-ambition__mark,
.heart-learning__mark,
.heart-purpose__mark,
.heart-faq__mark,
.heart-founders__mark {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.heart-ambition__mark {
  right: clamp(-7rem, -2vw, -2rem);
  bottom: clamp(-17rem, -12vw, -7rem);
  width: clamp(24rem, 40vw, 44rem);
  opacity: 0.085;
}

.heart-ambition h2 {
  max-width: 22ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 7.2vw, 8.4rem);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.heart-why {
  padding: clamp(4.8rem, 9vw, 10rem) var(--grid-margin);
  color: var(--heart-aubergine);
  background: var(--heart-paper);
}

.heart-why header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(14rem, 1.1fr);
  gap: clamp(2rem, 7vw, 9rem);
  align-items: end;
  margin-bottom: clamp(2.8rem, 5.5vw, 5.5rem);
}

.heart-why header .heart-section-label { align-self: start; }

.heart-why h2 {
  max-width: 16ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.3rem, 6.3vw, 7.5rem);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.heart-why__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(18rem, 0.82fr);
  gap: clamp(2.5rem, 7vw, 9rem);
  align-items: start;
}

.heart-why__copy {
  display: grid;
  max-width: 58rem;
  gap: 1.5rem;
  font-family: var(--font-sans);
  font-size: clamp(1.05rem, 1.35vw, 1.42rem);
  line-height: 1.48;
}

.heart-why__copy p { margin: 0; }
.heart-why__copy sup,
.heart-purpose__quote sup { font-size: 0.58em; vertical-align: super; }

.heart-why__signature {
  margin-top: 1.3rem !important;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.6vw, 3rem);
  line-height: 1;
}

.heart-why__signature span {
  color: rgba(76, 0, 28, 0.65);
  font-family: var(--font-sans);
  font-size: 0.46em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.heart-why__image {
  position: sticky;
  top: 7rem;
  overflow: hidden;
  margin: 0;
  box-shadow: 0.9rem 0.9rem 0 var(--heart-lime);
}

.heart-why__image img {
  width: 100%;
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
  object-position: 50% 16%;
}

.heart-purpose {
  position: relative;
  overflow: hidden;
  padding: clamp(4.8rem, 9vw, 10rem) var(--grid-margin);
  color: #fff;
  background: var(--heart-aubergine);
}

.heart-purpose__mark {
  top: clamp(-16rem, -5vw, -6rem);
  right: clamp(-9rem, -2vw, -2rem);
  width: clamp(27rem, 44vw, 52rem);
  opacity: 0.07;
}

.heart-purpose .heart-section-label { color: rgba(255, 255, 255, 0.7); }

.heart-purpose__title {
  max-width: 23ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 7vw, 8.3rem);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.heart-purpose__quotes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 3rem);
  margin-top: clamp(3.5rem, 6vw, 6.5rem);
}

.heart-purpose__quote {
  min-height: 100%;
  margin: 0;
  padding: clamp(1.5rem, 3vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

.heart-purpose__quote blockquote {
  max-width: 22ch;
  font-family: var(--font-text);
  font-size: clamp(1.65rem, 2.5vw, 2.9rem);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.heart-purpose__quote figcaption {
  margin-top: clamp(2rem, 5vw, 5rem);
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-sans);
  font-size: clamp(0.9rem, 1vw, 1.1rem);
  font-weight: 700;
}

.heart-purpose__quote figcaption span { font-weight: 400; }

/* Refine existing learning section */
.heart-learning,
.heart-early-bird,
.heart-events,
.heart-faq,
.heart-founders { padding-inline: clamp(2rem, 5.4vw, 6.5rem); }

.heart-learning { padding-block: clamp(4.8rem, 8vw, 9rem); }
.heart-learning__mark {
  right: clamp(-9rem, -2vw, -2rem);
  bottom: clamp(-16rem, -8vw, -7rem);
  width: clamp(26rem, 38vw, 44rem);
  opacity: 0.055;
}
.heart-learning__eyebrow,
.heart-faq__eyebrow,
.heart-events__eyebrow,
.heart-early-bird__eyebrow,
.heart-founders__eyebrow { font-size: clamp(0.85rem, 0.8vw, 1.05rem); }
.heart-learning__title,
.heart-faq__title,
.heart-events__title,
.heart-early-bird__title,
.heart-founders__title { font-size: clamp(3.3rem, 6.7vw, 7.7rem); }
.heart-learning__intro-grid { margin-top: clamp(2.5rem, 5vw, 5rem); }
.heart-learning__story { font-size: clamp(1.05rem, 1.35vw, 1.42rem); }
.heart-learning__story h3 {
  margin: 0.35rem 0 -0.15rem;
  color: var(--heart-aubergine);
  font-family: var(--font-text);
  font-size: clamp(1.4rem, 2.1vw, 2.3rem);
  font-weight: 700;
  line-height: 1.1;
}
.heart-learning__steps { margin-top: clamp(3.5rem, 6vw, 6rem); }
.heart-learning__step { grid-template-columns: minmax(4.5rem, 0.2fr) minmax(18rem, 0.86fr) minmax(22rem, 1.14fr); }
.heart-learning__step p { font-size: clamp(1.05rem, 1.3vw, 1.35rem); line-height: 1.45; }

/* The white ActiveCampaign card becomes a calm left-aligned card. */
.heart-early-bird { padding-block: clamp(4.8rem, 8vw, 9rem); }
.heart-early-bird__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; }
.heart-early-bird__copy { grid-column: 1 / -1; }
.heart-early-bird__lead { max-width: 43rem; }
.heart-early-bird__form-card {
  grid-column: 1;
  min-width: min(100%, 28rem);
  color: var(--heart-aubergine);
  box-shadow: 0.9rem 0.9rem 0 rgba(76, 0, 28, 0.18);
}
.heart-early-bird__field,
.heart-early-bird__note { color: var(--heart-aubergine); opacity: 1; }

.heart-events { padding-block: clamp(4.8rem, 8vw, 9rem); }
.heart-events__grid { margin-top: clamp(2.8rem, 5vw, 5rem); }
.heart-events__media img { object-position: center; }

/* Refine FAQ with no default focus outline or box around question text. */
.heart-faq { position: relative; overflow: hidden; padding-block: clamp(4.8rem, 8vw, 9rem); }
.heart-faq__mark {
  right: clamp(-9rem, -3vw, -3rem);
  top: clamp(-13rem, -7vw, -5rem);
  width: clamp(27rem, 42vw, 50rem);
  opacity: 0.065;
}
.heart-faq__shell,
.heart-founders__shell { z-index: 1; }
.heart-faq__question:focus-visible { outline-offset: 0.4rem; }

/* Full-width founders section */
.heart-founders { padding-block: clamp(4.8rem, 8vw, 9rem); }
.heart-founders::before { display: none; }
.heart-founders__mark {
  right: clamp(-11rem, -4vw, -3rem);
  top: clamp(-13rem, -7vw, -5rem);
  width: clamp(26rem, 40vw, 47rem);
  opacity: 0.055;
}
.heart-founders__header { display: block; }
.heart-founders__lead { max-width: 62rem; margin-top: clamp(1.5rem, 3vw, 2.75rem); font-size: clamp(1.05rem, 1.38vw, 1.45rem); }
.heart-founders__portrait {
  margin: clamp(3rem, 6vw, 6rem) 0 0;
  overflow: hidden;
  background: #e6e6e9;
}
.heart-founders__portrait img { width: 100%; aspect-ratio: 1.75 / 1; object-fit: cover; object-position: 50% 14%; }
.heart-founders__bios { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 7vw, 9rem); margin-top: clamp(2.5rem, 5vw, 5rem); }
.heart-founder-bio h3 { margin: 0; font-family: var(--font-display); font-size: clamp(2rem, 3.3vw, 3.8rem); font-weight: 300; line-height: 0.95; letter-spacing: -0.025em; }
.heart-founder-bio h3 span { display: inline; color: rgba(255, 255, 255, 0.68); font-family: var(--font-sans); font-size: 0.34em; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.heart-founder-bio p { max-width: 42rem; margin: 1.3rem 0 0; color: rgba(255, 255, 255, 0.88); font-family: var(--font-sans); font-size: clamp(1rem, 1.2vw, 1.25rem); line-height: 1.48; }

@media (min-width: 1100px) {
  .heart-founder-bio h3 {
    font-size: clamp(1.8rem, 2.4vw, 3rem);
    white-space: nowrap;
  }
}
.heart-founders__reach { max-width: 48rem; margin: clamp(3.5rem, 6vw, 6rem) 0 0; }
.heart-founders__footer { grid-template-columns: 0.75fr 1.65fr 0.95fr 0.95fr; align-items: end; gap: clamp(1.5rem, 3.5vw, 4rem); }
.heart-founders__brand img { width: min(100%, 11rem); filter: brightness(0) invert(1); }
.heart-founders__brand p { margin: 1rem 0 0; font-family: var(--font-display); font-size: clamp(1.35rem, 1.8vw, 2rem); line-height: 0.92; }
.heart-founders__partner p { margin: 0 0 0.7rem; color: rgba(255, 255, 255, 0.62); font-family: var(--font-sans); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.heart-founders__partner img { width: min(100%, 12.5rem); filter: brightness(0) invert(1); }

.heart-sources { max-width: 74rem; margin-top: clamp(4rem, 8vw, 9rem); padding-top: clamp(2rem, 4vw, 3.5rem); border-top: 1px solid rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.78); font-family: var(--font-sans); font-size: clamp(0.78rem, 0.94vw, 0.98rem); line-height: 1.48; }
.heart-sources h3 { margin: 0 0 1.1rem; color: #fff; font-family: var(--font-display); font-size: clamp(1.9rem, 2.8vw, 3.1rem); font-weight: 300; line-height: 0.95; }
.heart-sources ol { display: grid; gap: 0.85rem; margin: 0; padding: 0; list-style: none; }
.heart-sources li { padding-left: 1.5rem; text-indent: -1.5rem; }
.heart-sources sup { color: #fff; font-weight: 700; }
.heart-sources a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.22em;
  transition: opacity 160ms ease;
}
.heart-sources a:hover { opacity: 0.72; }

@media (max-width: 767px) {
  .heart-topbar { padding: 1.25rem 1.25rem; }
  .heart-topbar__brand img { width: 8rem; }
  .heart-topbar__cta { min-width: auto; gap: 0.55rem; padding: 0.65rem 0.8rem 0.65rem 0.9rem; font-size: 0.75rem; }
  .heart-hero { min-height: 43rem; }
  .heart-hero__content { width: calc(100% - 3rem); padding-bottom: 2.5rem; }
  .heart-hero h1 { font-size: clamp(4.8rem, 20vw, 6.4rem); }
  .heart-hero__content p { max-width: none; margin-top: 1.75rem; font-size: clamp(1.18rem, 4.45vw, 1.7rem); }
  .heart-ambition, .heart-why, .heart-purpose, .heart-learning, .heart-early-bird, .heart-events, .heart-faq, .heart-founders { padding-inline: 1.5rem; }
  .heart-ambition h2, .heart-purpose__title { font-size: clamp(3.35rem, 15vw, 4.7rem); }
  .heart-why header, .heart-why__layout, .heart-purpose__quotes, .heart-learning__intro-grid, .heart-founders__bios { grid-template-columns: 1fr; }
  .heart-why header { gap: 0.7rem; margin-bottom: 2.5rem; }
  .heart-why h2 { font-size: clamp(3.25rem, 14.5vw, 4.5rem); }
  .heart-why__image { position: static; order: -1; box-shadow: 0.6rem 0.6rem 0 var(--heart-lime); }
  .heart-why__image img { aspect-ratio: 1.25 / 1; object-position: 50% 14%; }
  .heart-purpose__quotes { gap: 1rem; }
  .heart-purpose__quote figcaption { margin-top: 2.2rem; }
  .heart-learning__intro-grid { gap: 2rem; }
  .heart-learning__step { grid-template-columns: 2.8rem minmax(0, 1fr); }
  .heart-learning__step p { grid-column: 2; font-size: 1rem; }
  .heart-early-bird__inner { grid-template-columns: 1fr; }
  .heart-early-bird__form-card { grid-column: auto; width: 100%; min-width: 0; }
  .heart-events__card-title { font-size: 1.85rem; }
  .heart-founders__portrait img { aspect-ratio: 1.35 / 1; object-position: 50% 12%; }
  .heart-founder-bio h3 { font-size: 2.3rem; }
  .heart-founders__footer { grid-template-columns: 1fr; }
  .heart-founders__quote { margin: 0; }
  .heart-sources { margin-top: 4rem; }
}

@media (prefers-reduced-motion: no-preference) {
  .heart-why__image img { transition: transform 300ms var(--ease-out, cubic-bezier(0.23, 1, 0.32, 1)); }
  .heart-why__image:hover img { transform: scale(1.025); }
}

/* ============================================================
   Refinement: hierarchy, compact scroll identity and source dialog
   ============================================================ */

.heart-ambition h2 { max-width: none; }

.heart-why {
  color: #fff;
  background: var(--heart-aubergine);
}

.heart-why header { display: block; }
.heart-why h2 {
  max-width: none;
  color: #fff;
  font-size: clamp(4rem, 7.2vw, 8.3rem);
}
.heart-why__copy { max-width: 62rem; color: rgba(255, 255, 255, 0.92); }
.heart-why__signature { color: #fff; }
.heart-why__signature span { color: rgba(255, 255, 255, 0.68); }
.heart-why__image { box-shadow: 0.9rem 0.9rem 0 var(--heart-lime); }

.heart-purpose__eyebrow {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 2.65rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: none;
}

.heart-learning__eyebrow {
  margin-bottom: 1.15rem;
  color: rgba(76, 0, 28, 0.82);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 2.65rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: none;
}

.heart-learning__title { font-size: clamp(3rem, 5.6vw, 6.6rem); }

.heart-founder-bio__linkedin {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.35rem;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 700;
  transition: opacity 160ms ease;
}
.heart-founder-bio__linkedin:hover { opacity: 0.68; }

.heart-sources-trigger {
  margin-top: clamp(4rem, 8vw, 9rem);
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  background: none;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.1vw, 3.45rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.025em;
  transition: opacity 160ms ease;
}
.heart-sources-trigger:hover { opacity: 0.7; }

.heart-modal__panel--sources {
  width: min(100%, 56rem);
  color: var(--heart-aubergine);
  background: var(--heart-paper);
}
.heart-modal__panel--sources .heart-modal__close {
  color: var(--heart-aubergine);
  border-color: rgba(76, 0, 28, 0.28);
  background: transparent;
}
.heart-modal__panel--sources .heart-modal__close:hover,
.heart-modal__panel--sources .heart-modal__close:focus-visible { background: rgba(76, 0, 28, 0.09); }
.heart-modal__panel--sources .heart-modal__eyebrow { color: rgba(76, 0, 28, 0.63); }
.heart-modal__panel--sources .heart-modal__title { max-width: none; }
.heart-sources-modal__list {
  display: grid;
  gap: 1.15rem;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
  font-family: var(--font-sans);
  font-size: clamp(0.92rem, 1.1vw, 1.05rem);
  line-height: 1.52;
}
.heart-sources-modal__list li { padding-left: 1.55rem; text-indent: -1.55rem; }
.heart-sources-modal__list a {
  color: var(--heart-aubergine);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.heart-sources-modal__list sup { font-weight: 700; }

@media (max-width: 767px) {
  .heart-why h2 { font-size: clamp(3.7rem, 16.5vw, 4.8rem); }
  .heart-purpose__eyebrow, .heart-learning__eyebrow { font-size: 1.65rem; }
  .heart-learning__title { font-size: clamp(2.9rem, 13vw, 4.1rem); }
  .heart-modal__panel--sources { max-height: min(48rem, calc(100dvh - 1rem)); }
  .heart-sources-modal__list { margin-top: 2rem; }
}

/* Separate the statement of purpose from the personal co-founder quotes. */
.heart-purpose {
  color: var(--heart-aubergine);
  background: linear-gradient(135deg, #f7f6f3 0%, #e7efee 100%);
  padding-bottom: 0;
}

.heart-purpose .heart-section-label,
.heart-purpose__eyebrow { color: rgba(76, 0, 28, 0.82); }

.heart-purpose__title { max-width: 21ch; }

.heart-purpose__quotes {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4.5vw, 6rem);
  width: 100%;
  margin-top: clamp(4rem, 7vw, 7.5rem);
  padding: clamp(3rem, 7vw, 8rem) max(var(--grid-margin), calc((100vw - 116rem) / 2));
  color: #fff;
  background: var(--heart-aubergine);
}

.heart-purpose__quote {
  max-width: 47rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.heart-purpose__quote blockquote { max-width: 23ch; }

@media (max-width: 767px) {
  .heart-purpose__quotes {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3.5rem;
    padding: 3.5rem 1.5rem 4rem;
  }
}

/* Ensure full visibility of both founders in all image blocks */
.heart-learning__image img {
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: 50% 16%;
}

.heart-events__media img {
  object-fit: cover;
  object-position: 50% 18%;
}

@media (max-width: 767px) {
  .heart-learning__image img {
    aspect-ratio: 1.25 / 1;
    object-position: 50% 14%;
  }

  .heart-events__media img {
    aspect-ratio: 1.15 / 1;
    object-position: 50% 16%;
  }
}

/* Give the ambition an editorially prominent section label. */
.heart-ambition .heart-section-label {
  margin-bottom: clamp(1.1rem, 2vw, 1.75rem);
  color: rgba(76, 0, 28, 0.82);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.35vw, 2.65rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: none;
}

@media (max-width: 767px) {
  .heart-ambition .heart-section-label { font-size: 1.6rem; }
}

/* Make the data source in the quote immediately legible and interactive. */
.heart-purpose__source {
  display: inline-block;
  margin: 0 0 0 0.28em;
  padding: 0.08em 0.28em 0.14em;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: #fff;
  background: transparent;
  font-family: var(--font-sans);
  font-size: 0.37em;
  font-weight: 700;
  line-height: 1;
  vertical-align: super;
  transform: translateY(-0.06em);
  transition: color 160ms ease, background-color 160ms ease;
}
.heart-purpose__source:hover,
.heart-purpose__source:focus-visible {
  color: var(--heart-aubergine);
  background: #fff;
}

.heart-purpose__quote:has(.heart-purpose__source) figcaption {
  margin-top: clamp(1.25rem, 2vw, 2rem);
}

/* Keep the short FAQ introduction as a single, calm editorial line. */
.heart-faq__lead {
  max-width: none;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .heart-faq__lead {
    font-size: clamp(0.68rem, 2.95vw, 0.9rem);
    letter-spacing: -0.015em;
  }
}

.heart-modal__error,
.heart-early-bird__error {
  margin: 0.85rem 0 0;
  color: #8a082b;
  font-family: var(--font-sans);
  font-size: 0.86rem;
  font-weight: 600;
}
.heart-modal__error { color: #ffd9e4; }
