/* ==========================================================================
   Founding Courage — site styles
   ==========================================================================
   Depends on tokens.css. Ports the design-system Button primitive and the
   book-site UI kit, plus the layout of the Home page (Home.dc.html).
   ========================================================================== */

* { box-sizing: border-box; }
body { margin: 0; background: var(--fc-cream); }

a { color: var(--fc-ember); text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: var(--fc-flame-deep); }

img { max-width: 100%; }

:focus-visible { outline: 3px solid var(--fc-ink); outline-offset: 3px; }

.fc-skip {
  position: absolute; left: 8px; top: -60px; z-index: 100;
  background: var(--fc-ink); color: var(--fc-cream);
  font-family: var(--font-text); font-weight: 700; font-size: 13px;
  text-transform: uppercase; text-decoration: none;
  padding: 12px 18px; border-radius: var(--radius-2);
  transition: top 140ms var(--ease-out);
}
.fc-skip:focus { top: 8px; color: var(--fc-cream); }

.fc-sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* -------------------------------- Layout --------------------------------- */

.fc-shell { max-width: 1280px; margin: 0 auto; width: 100%; }

.fc-section { padding: 140px 48px; }
.fc-section--cream { background: var(--fc-cream); }
.fc-section--cream-2 {
  background: var(--fc-cream-2);
  border-top: 2px solid var(--fc-ink);
  border-bottom: 2px solid var(--fc-ink);
}
.fc-section--ink {
  background: var(--fc-ink); color: var(--fc-cream);
  border-top: 2px solid var(--fc-ink);
  border-bottom: 2px solid var(--fc-ink);
}
.fc-section--flame {
  background: var(--fc-flame); color: var(--fc-cream);
  border-top: 2px solid var(--fc-ink);
}

/* Eyebrow surface variants */
.fc-eyebrow { color: var(--fc-ink-mute); margin: 0; }
.fc-eyebrow--on-ink { color: var(--fc-flame-soft); }
.fc-eyebrow--on-flame { color: var(--fc-cream); opacity: 0.85; }

.fc-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.fc-inline-link {
  font-family: var(--font-text); font-weight: 700; font-size: 12px;
  text-transform: uppercase; color: var(--fc-flame-deep); text-decoration: none;
}
.fc-inline-link:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ---------------------- Button (design-system primitive) ------------------ */

.fc-btn {
  font-family: var(--font-text);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  padding: 14px 22px;
  border: 2px solid transparent;
  border-radius: var(--radius-3);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  box-sizing: border-box;
  /* the hard offset shadow always tracks the ink edge */
  --fc-btn-shadow: var(--fc-ink);
  box-shadow: 4px 4px 0 var(--fc-btn-shadow);
  transition: transform 140ms var(--ease-out), box-shadow 140ms var(--ease-out),
              background 140ms var(--ease-out), color 140ms var(--ease-out);
}
.fc-btn:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--fc-btn-shadow); }
.fc-btn:active { transform: translate(4px, 4px); box-shadow: none; }
.fc-btn:disabled { cursor: not-allowed; opacity: 0.45; }
.fc-btn:disabled:hover,
.fc-btn:disabled:active { transform: none; box-shadow: 4px 4px 0 var(--fc-btn-shadow); }

.fc-btn--sm { font-size: 12px; padding: 9px 14px; }
.fc-btn[hidden] { display: none; }

.fc-btn--primary { background: var(--fc-flame); color: var(--fc-cream); border-color: var(--fc-ink); }
.fc-btn--primary.is-on-flame { background: var(--fc-cream); color: var(--fc-ink); border-color: var(--fc-ink); }

.fc-btn--ink { background: var(--fc-ink); color: var(--fc-cream); border-color: var(--fc-ink); }

.fc-btn--ghost { background: transparent; color: var(--fc-ink); border-color: var(--fc-ink); }
.fc-btn--ghost.is-on-flame { color: var(--fc-cream); border-color: var(--fc-ink); }

.fc-btn--link {
  background: none; border: 0; padding: 0;
  color: var(--fc-ember); font-weight: 600;
  text-decoration: underline; text-underline-offset: 4px;
  box-shadow: none;
}
.fc-btn--link.is-on-flame { color: var(--fc-cream); }
.fc-btn--link:hover,
.fc-btn--link:active { box-shadow: none; transform: none; }

/* -------------------------------- Header --------------------------------- */

.fc-site-header {
  padding: 16px 48px;
  border-bottom: 2px solid var(--fc-ink);
  background: var(--fc-cream);
  position: sticky; top: 0; z-index: 20;
}
.fc-site-header__inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: nowrap;
}
.fc-brand {
  display: block; text-decoration: none; flex: 0 0 auto;
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(19px, 2vw, 26px); line-height: 0.84; letter-spacing: -0.02em;
  color: var(--fc-flame);
}
.fc-brand:hover { color: var(--fc-flame-deep); }
.fc-brand img { height: clamp(40px, 4vw, 54px); width: auto; display: block; }

.fc-nav {
  display: flex; align-items: center; gap: clamp(12px, 1.6vw, 26px);
  flex: 1 1 auto; justify-content: center; min-width: 0;
}
.fc-nav__link {
  position: relative;
  font-family: var(--font-text); font-weight: 600;
  font-size: clamp(11px, 1.05vw, 13px); text-transform: uppercase;
  color: var(--fc-ink); text-decoration: none;
  padding-bottom: 5px; white-space: nowrap;
  transition: color 140ms var(--ease-out);
}
.fc-nav__link:hover { color: var(--fc-flame-deep); }
.fc-nav__link[aria-current="page"]::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 2px; background: var(--fc-flame);
}
.fc-site-header__cta { flex: 0 0 auto; display: flex; align-items: center; gap: 16px; }

/* --------------------------------- Hero ---------------------------------- */

.fc-page-hero {
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  background: var(--fc-flame); color: var(--fc-cream);
  border-bottom: 2px solid var(--fc-ink);
  padding: 88px 48px;
}
.fc-page-hero--cream { background: var(--fc-cream); color: var(--fc-ink); }

/* Home hero: the brand motion loop sits behind the flame ground as texture.
   The scrim keeps the left column — where the headline sits — close to solid
   flame, and lets the footage read across the empty right side. */
.fc-page-hero--home { position: relative; overflow: hidden; isolation: isolate; }
.fc-page-hero--home > .fc-shell { position: relative; z-index: 1; }
.fc-hero-media {
  position: absolute; inset: 0; z-index: 0;
  background: var(--fc-flame) url("../img/hero-poster.jpg") center / cover no-repeat;
}
.fc-hero-media video {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.fc-hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(
    100deg,
    rgba(242, 101, 34, 0.94) 0%,
    rgba(242, 101, 34, 0.90) 50%,
    rgba(242, 101, 34, 0.82) 100%
  );
}

.fc-page-hero__title {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  line-height: 0.86; letter-spacing: -0.02em;
  margin: 18px 0 0; color: var(--fc-cream);
  font-size: clamp(44px, 5.8vw, 90px);
}
.fc-page-hero--cream .fc-page-hero__title { color: var(--fc-ink); }

/* Each page sets its own display size — the source designs differ per hero. */
.fc-page-hero__title--book      { font-size: clamp(46px, 6.2vw, 96px); }
.fc-page-hero__title--keynotes  { font-size: clamp(44px, 5.8vw, 90px); }
.fc-page-hero__title--workshops { font-size: clamp(42px, 5.6vw, 88px); }
.fc-page-hero__title--insights  { font-size: clamp(44px, 6vw, 94px); max-width: 20ch; }
.fc-page-hero__title--about     { font-size: clamp(40px, 5.2vw, 84px); }
.fc-page-hero__title--contact   { font-size: clamp(48px, 6.6vw, 104px); max-width: 18ch; }

.fc-page-hero--home .fc-page-hero__title {
  font-size: clamp(56px, 7.6vw, 116px); line-height: 0.84; margin-top: 20px;
}
.fc-page-hero__standfirst {
  font-family: var(--font-text); font-weight: 600;
  font-size: clamp(20px, 2vw, 27px); line-height: 1.25;
  margin: 26px 0 0; max-width: 26ch; color: var(--fc-cream);
}
.fc-page-hero__body {
  font-size: 19px; line-height: 1.6; margin: 26px 0 0;
  max-width: 56ch; color: var(--fc-cream); opacity: 0.94;
}
.fc-page-hero--home .fc-page-hero__body {
  font-size: 18px; line-height: 1.55; margin-top: 22px; opacity: 0.92;
}
.fc-page-hero .fc-actions { margin-top: 34px; }

/* ------------------------------ Definition -------------------------------- */

.fc-definition__statement {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(30px, 3.6vw, 54px); line-height: 0.96; letter-spacing: -0.015em;
  margin: 0; color: var(--fc-cream); max-width: 36ch;
}
.fc-definition .fc-eyebrow { margin-bottom: 22px; }
.fc-definition__body {
  font-size: 18px; line-height: 1.6; margin: 26px 0 0;
  max-width: 62ch; color: var(--fc-cream); opacity: 0.88;
}

/* ------------------------------ Section heads ----------------------------- */

.fc-section__title {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  line-height: 0.9; letter-spacing: -0.015em; margin: 14px 0 0;
}
.fc-section__title--xl { font-size: clamp(40px, 5vw, 76px); line-height: 0.88; max-width: 20ch; }
.fc-section__title--lg { font-size: clamp(34px, 4.2vw, 62px); margin-top: 16px; max-width: 24ch; }
.fc-section__title--md { font-size: clamp(32px, 4vw, 58px); max-width: 26ch; }
.fc-section--ink .fc-section__title { color: var(--fc-cream); }

/* -------------------------------- Cards ----------------------------------- */

.fc-card-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px; margin-top: 48px;
}
.fc-card {
  border: 2px solid var(--fc-ink); border-radius: var(--radius-2);
  padding: 32px; display: flex; flex-direction: column; gap: 16px;
  background: var(--fc-cream);
}
.fc-card__title {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(28px, 2.6vw, 34px); line-height: 0.92; letter-spacing: -0.01em;
  margin: 0;
}
.fc-card__body { font-size: 16px; line-height: 1.55; margin: 0; color: var(--fc-ink-soft); }
.fc-card__quote {
  margin: 0; border-top: 2px solid var(--fc-cream-3); padding-top: 16px;
  display: flex; flex-direction: column; gap: 8px;
}
.fc-card__quote p {
  font-family: var(--font-text); font-weight: 600;
  font-size: 16px; line-height: 1.5; margin: 0;
}
.fc-card__attrib {
  font-family: var(--font-text); font-weight: 700; font-size: 11px;
  text-transform: uppercase; color: var(--fc-ink-mute); margin: 0;
}
.fc-card__foot { margin-top: auto; padding-top: 8px; }

/* ------------------------------ Proof points ------------------------------ */

.fc-stat-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px; margin-top: 48px;
}
.fc-stat { border-top: 6px solid var(--fc-ink); padding-top: 20px; }
.fc-stat__num {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(48px, 5vw, 72px); line-height: 0.9;
  margin: 0; color: var(--fc-flame);
}
.fc-stat__label { font-size: 17px; line-height: 1.5; margin: 10px 0 0; }

.fc-chip-row {
  display: flex; flex-wrap: wrap; gap: 14px;
  margin-top: 48px; padding-top: 28px; border-top: 2px solid var(--fc-ink);
}
.fc-chip {
  font-family: var(--font-text); font-weight: 700; font-size: 13px;
  text-transform: uppercase; border: 2px solid var(--fc-ink);
  border-radius: var(--radius-pill); padding: 9px 18px;
}

/* --------------------------- For organisations ---------------------------- */

.fc-orgs__body { font-size: 19px; line-height: 1.6; margin: 24px 0 0; max-width: 64ch; }
.fc-orgs .fc-actions { margin-top: 30px; }

/* ----------------------------- Where we operate --------------------------- */

.fc-operate { display: flex; align-items: center; }
.fc-operate__cols {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 48px; margin-top: 56px;
}
.fc-operate__cols .fc-eyebrow { margin-bottom: 18px; }

/* Section head: eyebrow/title on the left, a status badge on the right */
.fc-section__head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}

.fc-badge {
  font-family: var(--font-text); font-weight: 700; font-size: 11px;
  text-transform: uppercase; color: var(--fc-ink-mute); margin: 0;
  border: 2px solid var(--fc-ink-mute); border-radius: var(--radius-pill);
  padding: 7px 14px;
}
.fc-badge--on-ink { color: var(--fc-flame-soft); border-color: var(--fc-flame-soft); }
.fc-badge--standalone { display: inline-block; margin-top: 40px; }

/* Rule list: rows separated by the brand's heavy rules */
.fc-rule-list { list-style: none; padding: 0; margin: 0; border-top: 2px solid var(--fc-ink); }
.fc-rule-list li { padding: 16px 0; border-bottom: 2px solid var(--fc-ink); }
.fc-rule-list p { font-size: 19px; line-height: 1.5; margin: 0; }

.fc-rule-list--on-ink { border-top-color: var(--fc-cream); }
.fc-rule-list--on-ink li { border-bottom-color: var(--fc-cream); }
.fc-rule-list--on-ink p { color: var(--fc-cream); }
.fc-rule-list--on-ink li { padding: 20px 0; }

.fc-rule-list--soft li { border-bottom-color: var(--fc-cream-3); }
.fc-rule-list--soft li:last-child { border-bottom-color: var(--fc-ink); }
.fc-rule-list--soft p { font-size: 18px; }

/* -------------------------------- Values ---------------------------------- */

.fc-value-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 16px; margin-top: 40px;
}
.fc-value {
  background: var(--fc-cream); border: 2px solid var(--fc-ink);
  border-radius: var(--radius-2); padding: 26px 22px; min-height: 150px;
  display: flex; align-items: flex-end;
}
.fc-value p {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(20px, 1.9vw, 26px); line-height: 0.95; margin: 0;
}
.fc-value--flame { background: var(--fc-flame); }
.fc-value--flame p { color: var(--fc-cream); }
.fc-values__foot { margin: 24px 0 0; }

/* ---------------------------------- CTA ----------------------------------- */

.fc-cta__title {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(40px, 5.6vw, 86px); line-height: 0.88; letter-spacing: -0.02em;
  margin: 0; max-width: 22ch;
}
.fc-cta__body {
  font-size: 19px; line-height: 1.6; margin: 26px 0 0;
  max-width: 52ch; color: var(--fc-cream);
}
.fc-cta .fc-actions { margin-top: 34px; }

/* -------------------------------- Footer ---------------------------------- */

.fc-site-footer { background: var(--fc-ink); color: var(--fc-cream); padding: 80px 48px 36px; }
.fc-site-footer__top {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: start;
}
.fc-site-footer .fc-brand { color: var(--fc-cream); font-size: clamp(26px, 3vw, 38px); }
.fc-site-footer .fc-brand:hover { color: var(--fc-flame-soft); }
.fc-site-footer .fc-brand img { height: 76px; }
.fc-signup__title {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(28px, 3vw, 44px); line-height: 0.9; letter-spacing: -0.015em;
  margin: 28px 0 0; max-width: 14ch; color: var(--fc-cream);
}
.fc-signup__body {
  font-size: 16px; line-height: 1.55; margin: 14px 0 24px;
  max-width: 42ch; color: var(--fc-cream); opacity: 0.85;
}
.fc-signup__form { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.fc-signup__input {
  font-family: var(--font-text); font-size: 16px; padding: 13px 14px; min-width: 260px;
  border: 2px solid var(--fc-cream); background: var(--fc-cream); color: var(--fc-ink);
  border-radius: var(--radius-2); outline: none;
}
.fc-signup__ack {
  font-family: var(--font-text); font-weight: 700; font-size: 13px;
  text-transform: uppercase; color: var(--fc-flame-soft); margin-top: 16px;
}
.fc-site-footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.fc-site-footer__cols .fc-eyebrow { color: var(--fc-flame-soft); margin: 0 0 14px; }
.fc-site-footer__cols a {
  display: block; font-weight: 600; font-size: 14px;
  color: var(--fc-cream); text-decoration: none; padding: 5px 0;
}
.fc-site-footer__cols a:hover { color: var(--fc-flame-soft); }
.fc-site-footer__base {
  max-width: 1280px; margin: 56px auto 0; padding-top: 24px;
  border-top: 2px solid var(--fc-cream);
  display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.fc-site-footer__base p { font-size: 12px; color: var(--fc-cream); opacity: 0.7; margin: 0; }
.fc-site-footer__legal { display: flex; gap: 20px; }
.fc-site-footer__legal a { font-size: 12px; color: var(--fc-cream); opacity: 0.7; text-decoration: none; }
.fc-site-footer__legal a:hover { opacity: 1; color: var(--fc-cream); }

/* ----------------------------- Enquiry flow ------------------------------- */

@keyframes fcFade { from { opacity: 0 } to { opacity: 1 } }
@keyframes fcRise { from { opacity: 0; transform: translateY(14px) } to { opacity: 1; transform: none } }

.fc-enq-shell {
  position: fixed; inset: 0; z-index: 60;
  background: rgba(35, 31, 32, 0.6);
  display: flex; align-items: center; justify-content: center;
  padding: 32px;
  animation: fcFade 240ms ease both;
}
.fc-enq-shell[hidden] { display: none; }
.fc-enq-panel {
  background: var(--fc-cream); color: var(--fc-ink);
  border: 2px solid var(--fc-ink); border-radius: var(--radius-2);
  width: 100%; max-width: 660px; max-height: 92vh; overflow: auto;
  animation: fcRise 240ms var(--ease-out) both;
}
.fc-enq-head {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 24px; padding: 26px 32px 0;
}
.fc-enq-title {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: 34px; line-height: 0.92; letter-spacing: -0.015em;
  margin: 10px 0 0; max-width: 22ch;
}
.fc-enq-close {
  flex: 0 0 auto; width: 38px; height: 38px;
  border: 2px solid var(--fc-ink); background: transparent; color: var(--fc-ink);
  border-radius: var(--radius-2);
  font-family: var(--font-text); font-weight: 700; font-size: 16px; cursor: pointer;
  transition: background 140ms var(--ease-out), color 140ms var(--ease-out);
}
.fc-enq-close:hover { background: var(--fc-ink); color: var(--fc-cream); }
.fc-enq-track { height: 4px; background: var(--fc-cream-3); margin: 26px 32px 0; }
.fc-enq-bar { height: 100%; background: var(--fc-flame); transition: width 240ms var(--ease-out); }
.fc-enq-body { padding: 28px 32px 32px; }
.fc-enq-step { display: none; }
.fc-enq-step.is-active { display: block; }
.fc-enq-options { display: flex; flex-direction: column; gap: 10px; }
.fc-enq-opt {
  display: flex; align-items: center; gap: 14px; text-align: left;
  padding: 16px; border: 2px solid var(--fc-ink); border-radius: var(--radius-2);
  background: transparent; cursor: pointer;
  font-family: var(--font-text); font-weight: 600; font-size: 16px; color: var(--fc-ink);
}
.fc-enq-opt:hover { background: var(--fc-cream-2); }
.fc-enq-tick {
  flex: 0 0 auto; width: 20px; height: 20px;
  border: 2px solid var(--fc-ink); border-radius: 2px;
  display: flex; align-items: center; justify-content: center;
}
.fc-enq-tick::before { content: ""; width: 10px; height: 10px; background: transparent; display: block; }
.fc-enq-opt[aria-pressed="true"] .fc-enq-tick::before { background: var(--fc-flame); }
.fc-enq-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fc-enq-fields--single { grid-template-columns: 1fr; }
.fc-enq-field-wrap { display: flex; flex-direction: column; gap: 8px; }
.fc-enq-label {
  font-family: var(--font-text); font-weight: 700; font-size: 11px;
  text-transform: uppercase; color: var(--fc-ink-mute);
}
.fc-enq-field {
  font-family: var(--font-text); font-size: 16px; padding: 13px 14px;
  border: 2px solid var(--fc-ink); background: var(--fc-cream); color: var(--fc-ink);
  border-radius: var(--radius-2); outline: none; width: 100%;
}
.fc-enq-field:focus { outline: 2px solid var(--fc-ink); outline-offset: 2px; }
textarea.fc-enq-field { resize: vertical; line-height: 1.5; }
.fc-enq-done-lead { font-size: 17px; line-height: 1.6; margin: 0 0 20px; max-width: 52ch; }
.fc-enq-summary-box { border-top: 2px solid var(--fc-ink); padding-top: 16px; }
.fc-enq-summary-box .fc-eyebrow { margin: 0 0 6px; }
.fc-enq-summary { font-size: 16px; line-height: 1.55; margin: 0; }
.fc-enq-actions {
  display: flex; align-items: center; gap: 14px;
  margin-top: 28px; flex-wrap: wrap;
}
.fc-enq-note {
  font-size: 13px; line-height: 1.55; color: var(--fc-ink-mute);
  margin: 18px 0 0; max-width: 56ch;
}

/* ---------------------------- Shared text blocks -------------------------- */

.fc-eyebrow--flame { color: var(--fc-flame-deep); }

/* A display-weight statement that is not a section heading */
.fc-statement {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(28px, 3.4vw, 50px); line-height: 0.96; letter-spacing: -0.015em;
  margin: 18px 0 0;
}
.fc-statement--sm { font-size: clamp(26px, 2.8vw, 40px); margin-top: 16px; }
.fc-statement--on-ink { color: var(--fc-cream); margin-top: 16px; }

.fc-lead { font-size: 19px; line-height: 1.6; margin: 24px 0 0; max-width: 64ch; }
.fc-lead--narrow { max-width: 52ch; font-size: 18px; margin-top: 20px; }
.fc-lead--soft { color: var(--fc-ink-soft); font-size: 17px; max-width: 44ch; }
.fc-lead--on-ink { color: var(--fc-cream); opacity: 0.9; margin-top: 26px; max-width: 62ch; }
.fc-lead--spaced { margin-top: 40px; max-width: 62ch; }

.fc-section__title--sm { font-size: clamp(30px, 3.4vw, 52px); line-height: 0.92; max-width: 20ch; }

.fc-cta__title--md { font-size: clamp(38px, 5vw, 78px); max-width: 20ch; }
.fc-cta__title--sm { font-size: clamp(34px, 4.6vw, 72px); max-width: 26ch; }

.fc-card__title--sm { font-size: clamp(24px, 2.2vw, 30px); line-height: 0.96; }
.fc-card-grid--wide { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }

.fc-value-grid--tall .fc-value { min-height: 170px; padding: 28px 22px; }

/* ------------------------------- Two columns ------------------------------ */

.fc-split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.fc-split--tight { gap: 24px; }
.fc-split--aside { grid-template-columns: 0.9fr 1.1fr; align-items: start; }

/* --------------------------------- Panels --------------------------------- */

.fc-panel {
  border: 2px solid var(--fc-ink); border-radius: var(--radius-2);
  padding: 36px; display: flex; flex-direction: column; gap: 14px;
  background: var(--fc-cream); color: var(--fc-ink);
}
.fc-panel--ink { background: var(--fc-ink); color: var(--fc-cream); }
.fc-panel__title {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: 32px; line-height: 0.94; letter-spacing: -0.01em; margin: 0;
}
.fc-panel__title--sm { font-size: clamp(26px, 2.4vw, 32px); }
.fc-panel--ink .fc-panel__title { color: var(--fc-cream); }
.fc-panel__body { font-size: 17px; line-height: 1.6; margin: 0; color: var(--fc-ink-soft); }
.fc-panel--ink .fc-panel__body { color: var(--fc-cream); opacity: 0.88; }
.fc-panel__foot { margin-top: auto; padding-top: 20px; }

/* ----------------------------- Numbered list ------------------------------ */

.fc-numbered-list {
  list-style: none; padding: 0; margin: 44px 0 0;
  border-top: 2px solid var(--fc-ink);
}
.fc-numbered-list li {
  display: grid; grid-template-columns: 64px 1fr; gap: 24px; align-items: baseline;
  padding: 22px 4px; border-bottom: 2px solid var(--fc-ink);
}
.fc-numbered-list__num {
  font-family: var(--font-display); font-weight: 900;
  font-size: 40px; line-height: 1; color: var(--fc-flame);
}
.fc-numbered-list p { font-size: 19px; line-height: 1.5; margin: 0; }

/* ------------------------------ Format cards ------------------------------ */

.fc-format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.fc-format-card {
  border: 2px solid var(--fc-ink); border-radius: var(--radius-2);
  padding: 32px; display: flex; flex-direction: column; gap: 16px;
}
.fc-format-card--tint { background: var(--fc-cream-2); }
.fc-format-card__num {
  font-family: var(--font-display); font-weight: 900;
  font-size: 44px; line-height: 1; color: var(--fc-flame); margin: 0;
}
.fc-format-card__title {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: 29px; line-height: 0.94; letter-spacing: -0.01em; margin: 0;
}
.fc-format-card__body { font-size: 16px; line-height: 1.55; margin: 0; color: var(--fc-ink-soft); }

/* --------------------------------- Tiles ---------------------------------- */

.fc-tile-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px; margin-top: 48px;
}
.fc-tile {
  background: var(--fc-ink); border: 2px solid var(--fc-cream);
  border-radius: var(--radius-2); padding: 28px; min-height: 150px;
  display: flex; align-items: flex-end;
}
.fc-tile--short { min-height: 130px; }
.fc-tile p {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(20px, 1.8vw, 24px); line-height: 0.98; margin: 0; color: var(--fc-cream);
}

/* --------------------------------- Phases --------------------------------- */

.fc-phase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.fc-phase { border-top: 6px solid var(--fc-ink); padding-top: 24px; }
.fc-phase__label {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: 34px; line-height: 1; margin: 0; color: var(--fc-flame);
}
.fc-phase__body { font-size: 18px; line-height: 1.6; margin: 14px 0 0; }

/* --------------------------------- Points --------------------------------- */

.fc-point-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px; margin-top: 56px; border-top: 2px solid var(--fc-cream); padding-top: 32px;
}
.fc-point__title {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(22px, 2vw, 28px); line-height: 0.96; margin: 0; color: var(--fc-flame-soft);
}
.fc-point__body { font-size: 17px; line-height: 1.55; margin: 12px 0 0; color: var(--fc-cream); opacity: 0.88; }

.fc-point-grid--flame {
  border-top-color: var(--fc-ink); gap: 40px; margin-top: 52px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.fc-point-grid--flame .fc-point__title { color: var(--fc-flame); font-size: clamp(24px, 2.2vw, 30px); }
.fc-point-grid--flame .fc-point__body { color: var(--fc-ink); opacity: 1; font-size: 18px; line-height: 1.6; margin-top: 14px; }

/* -------------------------------- Quotes ---------------------------------- */

.fc-quote-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px; margin-top: 44px;
}

.fc-pullquote {
  margin: 40px 0 0; border-top: 6px solid var(--fc-ink); padding: 28px 0 0;
  display: flex; flex-direction: column; gap: 16px; max-width: 64ch;
}
.fc-quote-grid .fc-pullquote { margin: 0; padding-top: 24px; gap: 14px; max-width: none; }
.fc-pullquote__quote {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(30px, 3.4vw, 50px); line-height: 0.98; letter-spacing: -0.015em; margin: 0;
}
.fc-pullquote__quote--sm { font-size: clamp(22px, 2.1vw, 28px); line-height: 1; letter-spacing: -0.01em; }
.fc-pullquote__body { font-size: 16px; line-height: 1.55; margin: 0; color: var(--fc-ink-soft); }

.fc-quote-card {
  margin: 0; border: 2px solid var(--fc-cream); border-radius: var(--radius-2);
  padding: 28px; display: flex; flex-direction: column; gap: 16px;
}
.fc-quote-card__quote {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(21px, 2vw, 25px); line-height: 1.02; margin: 0; color: var(--fc-cream);
}
.fc-quote-card__body { font-size: 16px; line-height: 1.55; margin: 0; color: var(--fc-cream); opacity: 0.85; }
.fc-quote-card__attrib { margin-top: auto; }

/* ------------------------------- Chip rows -------------------------------- */

.fc-chip-row--plain { margin-top: 0; padding-top: 0; border-top: 0; gap: 12px; }
.fc-chip-row--tight { margin-top: 18px; }
.fc-chip-row__label { margin: 44px 0 14px; }

/* ------------------------------- Crosslinks ------------------------------- */

.fc-crosslinks {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px; margin-top: 44px;
}
.fc-crosslink {
  text-decoration: none; color: var(--fc-ink);
  border: 2px solid var(--fc-ink); border-radius: var(--radius-2);
  padding: 32px; display: flex; flex-direction: column; gap: 14px;
  transition: background 140ms var(--ease-out);
}
.fc-crosslink:hover { background: var(--fc-cream-2); color: var(--fc-ink); }
.fc-crosslink__title {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(26px, 2.4vw, 32px); line-height: 0.94; letter-spacing: -0.01em; margin: 0;
}
.fc-crosslink__body { font-size: 16px; line-height: 1.55; margin: 0; color: var(--fc-ink-soft); }
.fc-crosslink__cue {
  font-family: var(--font-text); font-weight: 700; font-size: 12px;
  text-transform: uppercase; color: var(--fc-flame-deep); margin: auto 0 0;
}

/* --------------------------------- About ---------------------------------- */

.fc-bio-row {
  display: grid; grid-template-columns: 200px 1fr; gap: 48px; align-items: start;
}
.fc-bio-row--ruled {
  margin-top: 64px; border-top: 2px solid var(--fc-ink); padding-top: 64px;
}
.fc-bio-row__body { font-size: 20px; line-height: 1.6; margin: 0; max-width: 62ch; }
.fc-bio-row .fc-eyebrow { padding-top: 8px; }

/* -------------------------------- Insights -------------------------------- */

.fc-episode-list { list-style: none; padding: 0; margin: 44px 0 0; border-top: 2px solid var(--fc-ink); }
.fc-episode {
  display: grid; grid-template-columns: 70px 1fr auto; gap: 24px; align-items: baseline;
  padding: 22px 4px; border-bottom: 2px solid var(--fc-ink);
}
.fc-episode__num {
  font-family: var(--font-display); font-weight: 900;
  font-size: 30px; line-height: 1; color: var(--fc-flame);
}
.fc-episode__title {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(22px, 2.2vw, 30px); line-height: 0.96; letter-spacing: -0.01em; margin: 0;
}
.fc-episode__guest { font-size: 16px; line-height: 1.55; margin: 8px 0 0; color: var(--fc-ink-soft); max-width: 60ch; }
.fc-episode__length {
  font-family: var(--font-text); font-weight: 700; font-size: 11px;
  text-transform: uppercase; color: var(--fc-ink-mute);
}

.fc-signup__form--flame { margin-top: 32px; }
.fc-signup__form--flame .fc-signup__input { min-width: 280px; }
.fc-signup__ack--on-flame { color: var(--fc-cream); }

/* ------------------------- Workshops: ten exercises ----------------------- */

.fc-exercises {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
  align-items: start; margin-top: 32px;
}
.fc-exercises__list { border-top: 2px solid var(--fc-ink); }
.fc-ex-row {
  position: relative; width: 100%;
  display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: center;
  text-align: left; padding: 18px 12px;
  background: transparent; border: 0; border-bottom: 2px solid var(--fc-ink);
  cursor: pointer; transition: background 140ms var(--ease-out);
}
.fc-ex-row:hover { background: var(--fc-cream-3); }
.fc-ex-row.is-active::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: 6px; background: var(--fc-flame);
}
.fc-ex-row__num {
  font-family: var(--font-display); font-weight: 900;
  font-size: 30px; line-height: 1; color: var(--fc-flame);
}
.fc-ex-row__name {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: 23px; line-height: 0.98; letter-spacing: -0.005em; color: var(--fc-ink);
}
.fc-ex-panel {
  position: sticky; top: 110px;
  background: var(--fc-ink); color: var(--fc-cream);
  border: 2px solid var(--fc-ink); border-radius: var(--radius-2);
  padding: 40px; min-height: 340px;
  display: flex; flex-direction: column; gap: 18px;
}
.fc-ex-panel__num {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(56px, 6vw, 96px); line-height: 0.86; margin: 0; color: var(--fc-flame);
}
.fc-ex-panel__name {
  font-family: var(--font-display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(28px, 3vw, 44px); line-height: 0.94; letter-spacing: -0.015em;
  margin: 0; color: var(--fc-cream);
}
.fc-ex-panel__body { font-size: 18px; line-height: 1.6; margin: 0; color: var(--fc-cream); opacity: 0.9; }

/* --------------------------------- Contact -------------------------------- */

.fc-contact-grid { display: grid; grid-template-columns: 1fr 300px; gap: 56px; align-items: start; }
.fc-contact-aside {
  border-top: 6px solid var(--fc-ink); padding-top: 24px;
  display: flex; flex-direction: column; gap: 28px;
}
.fc-contact-aside .fc-eyebrow { margin-bottom: 8px; }
.fc-contact-aside__body { font-size: 16px; line-height: 1.55; margin: 0; }
.fc-contact-aside__links { display: flex; flex-direction: column; gap: 6px; }
.fc-contact-aside__links a { font-size: 16px; font-weight: 600; }

/* The inline flow on Contact is a section of the page, not a floating panel. */
[data-enquiry-inline] .fc-enq-panel { max-width: none; max-height: none; overflow: visible; animation: none; }

/* ------------------------------ Responsive -------------------------------- */

@media (max-width: 1024px) {
  .fc-site-footer__top { grid-template-columns: 1fr; gap: 48px; }
  .fc-format-grid,
  .fc-phase-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
  .fc-split,
  .fc-split--aside { grid-template-columns: 1fr; gap: 40px; }
  .fc-exercises { grid-template-columns: 1fr; }
  .fc-ex-panel { position: static; min-height: 0; }
  .fc-contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .fc-bio-row { grid-template-columns: 1fr; gap: 16px; }
  .fc-bio-row--ruled { margin-top: 48px; padding-top: 48px; }
  .fc-bio-row .fc-eyebrow { padding-top: 0; }
}

@media (max-width: 900px) {
  .fc-site-header { position: static; }
  .fc-site-header__inner { flex-wrap: wrap; }
  .fc-nav {
    order: 3; flex: 1 0 100%; justify-content: flex-start;
    overflow-x: auto; padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 720px) {
  .fc-section { padding: 88px 24px; }
  .fc-home-hero { padding: 64px 24px; }
  .fc-site-header { padding: 16px 24px; }
  .fc-site-footer { padding: 64px 24px 32px; }
  .fc-site-footer__cols { grid-template-columns: 1fr; gap: 24px; }
  .fc-operate__cols { gap: 32px; }
  .fc-enq-shell { padding: 16px; }
  .fc-enq-head, .fc-enq-body { padding-left: 20px; padding-right: 20px; }
  .fc-enq-track { margin-left: 20px; margin-right: 20px; }
  .fc-enq-fields { grid-template-columns: 1fr; }
  .fc-signup__input,
  .fc-signup__form--flame .fc-signup__input { min-width: 0; width: 100%; }
  .fc-panel { padding: 28px; }
  .fc-numbered-list li { grid-template-columns: 48px 1fr; gap: 16px; }
  .fc-episode { grid-template-columns: 52px 1fr; gap: 16px; }
  .fc-episode__length { grid-column: 2; }
  .fc-ex-panel { padding: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .fc-btn:hover, .fc-btn:active { transform: none; }
}
