@font-face {
  font-family: "Archivo Black";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/archivo-black-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter-latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ff-blue: #26b2fd;
  --ff-green: #1ccf6a;
  --ff-ink: #040404;
  --ff-paper: #fafafa;
  --ff-white: #ffffff;
  --ff-go: #1ccf6a;
  --ff-ask: #1ccf6a;
  --ff-spark: #ffd400;
  --ff-yellow: #ffd400;
  --ff-coral: #ff7a59;
  --ff-violet: #7b6cff;
  --ff-record: #e5243b;
  --ff-chrome: #a3a3a9;
  --ff-hero-min: 22rem;
  --ff-font-display: "Archivo Black", "Arial Black", Impact, sans-serif;
  --ff-font-body: Inter, system-ui, sans-serif;
  --ff-font-label: "IBM Plex Mono", ui-monospace, monospace;
  --ff-border: 3px solid var(--ff-ink);
  --ff-radius: 8px;
  --ff-gutter: 20px;
  --ff-max: 1120px;
  --ff-header: 64px;
  --gh-font-heading: "Archivo Black", "Arial Black", Impact, sans-serif;
  --gh-font-body: Inter, system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body.ff-body {
  margin: 0;
  min-height: 100%;
  background: var(--ff-paper);
  color: var(--ff-ink);
  font-family: var(--ff-font-body);
  font-size: 1.0625rem;
  line-height: 1.55;
  font-weight: 400;
}

body.ff-nav-open {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

a {
  color: var(--ff-ink);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--ff-blue);
}

:focus-visible {
  outline: 3px solid var(--ff-blue);
  outline-offset: 3px;
}

.ff-skip {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 80;
  background: var(--ff-spark);
  color: var(--ff-ink);
  padding: 8px 12px;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  font-family: var(--ff-font-label);
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
}

.ff-skip:focus {
  top: 12px;
}

.ff-kicker {
  margin: 0 0 12px;
  font-family: var(--ff-font-label);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ff-ink);
}

.ff-display {
  margin: 0;
  font-family: var(--ff-font-display);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.95;
  text-wrap: balance;
}

.ff-display--xl {
  font-size: clamp(2.15rem, 9vw, 5.4rem);
}

.ff-display--lg {
  font-size: clamp(1.9rem, 7vw, 3.75rem);
}

.ff-lede {
  margin: 16px 0 0;
  max-width: none;
  font-size: 1.0625rem;
  font-weight: 500;
}

.ff-eyebrow {
  margin: 0 0 12px;
  font-family: var(--ff-font-label);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: inherit;
}

.ff-quiet {
  display: inline-block;
  margin-top: 16px;
  font-weight: 600;
  color: var(--ff-ink);
}

a.ff-quiet:hover,
a.ff-quiet:focus,
a.ff-quiet:focus-visible {
  color: var(--ff-ink);
}

.ff-asterisk {
  margin: 22px 0 0;
  max-width: none;
  font-weight: 500;
  white-space: nowrap;
}

.ff-btn--stamp {
  text-transform: none;
  letter-spacing: 0.01em;
}

.ff-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  margin-top: 28px;
}

.ff-hero-actions .ff-quiet {
  margin-top: 0;
}

.ff-fine {
  margin: 12px 0 0;
  font-size: 0.92rem;
}

.ff-embed,
.ff-embed-slot {
  margin-top: 28px;
  width: 100%;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: var(--ff-white);
}

.ff-embed iframe,
iframe.ff-embed {
  display: block;
  width: 100%;
  min-height: 180px;
  border: 0;
  border-radius: calc(var(--ff-radius) - 2px);
}

.ff-embed-slot {
  padding: 18px;
}

.ff-embed-slot p {
  margin: 0;
  font-family: var(--ff-font-label);
  font-size: 0.85rem;
  font-weight: 500;
}

.ff-player {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding: 16px 18px;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: var(--ff-white);
}

.ff-play {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  border: var(--ff-border);
  border-radius: 50%;
  background: var(--ff-go);
  font-size: 1rem;
  line-height: 1;
}

.ff-player__meta {
  flex: 1 1 12rem;
  min-width: 0;
}

.ff-player__meta strong {
  display: block;
  margin-top: 4px;
}

.ff-bar {
  height: 8px;
  margin-top: 10px;
  border: 2px solid var(--ff-ink);
  border-radius: 99px;
  background: var(--ff-paper);
  overflow: hidden;
}

.ff-bar i {
  display: block;
  width: 38%;
  height: 100%;
  background: #26b2fd;
}

.ff-signup {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 32rem;
  margin-top: 24px;
}

.ff-signup input[type="email"] {
  flex: 1 1 12rem;
  min-height: 44px;
  padding: 10px 12px;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: var(--ff-white);
}

.ff-chip {
  text-transform: none;
  letter-spacing: 0.04em;
}

.ff-wrap {
  width: min(100% - (var(--ff-gutter) * 2), var(--ff-max));
  margin-inline: auto;
}

.ff-section {
  padding: 48px 0;
}

.ff-section--tight {
  padding: 36px 0;
}

.ff-band {
  width: 100%;
  border-bottom: var(--ff-border);
}

.ff-blue-band,
.ff-band.ff-blue-band,
.ff-hero.ff-blue-band {
  background: #26b2fd;
  background-color: #26b2fd;
  background-image: none;
  background-repeat: no-repeat;
  color: var(--ff-ink);
}

.ff-blue-band::before,
.ff-blue-band::after,
.ff-hero::before,
.ff-hero::after {
  content: none;
  display: none;
  background: none;
  background-image: none;
}

.ff-ink {
  background: var(--ff-ink);
  color: var(--ff-white);
}

.ff-ink a {
  color: var(--ff-white);
}

.ff-ink a:hover {
  color: var(--ff-blue);
}

.ff-go-band {
  background: var(--ff-go);
  color: var(--ff-ink);
}

.ff-paper-band {
  background: var(--ff-paper);
}

.ff-white-band {
  background: var(--ff-white);
}

.ff-spark-band {
  background: var(--ff-spark);
  color: var(--ff-ink);
}

.ff-coral-band,
.ff-disclaimer.ff-coral-band {
  background: #ff7a59;
  background-color: #ff7a59;
  background-image: none;
  color: var(--ff-ink);
}

.ff-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: #1ccf6a;
  background-color: #1ccf6a;
  color: var(--ff-ink);
  font-family: var(--ff-font-label);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}

.ff-btn:hover {
  color: var(--ff-ink);
  background: #17b85d;
}

.ff-btn--ink {
  background: var(--ff-ink);
  color: var(--ff-white);
}

.ff-btn--ink:hover {
  background: #222;
  color: var(--ff-white);
}

.ff-btn--white {
  background: var(--ff-white);
}

.ff-btn--blue {
  background: var(--ff-blue);
}

.ff-btn--record {
  background: #e5243b;
  background-color: #e5243b;
  color: var(--ff-white);
  border-color: var(--ff-ink);
}

.ff-btn--record:hover {
  background: #c71e34;
  color: var(--ff-white);
}

.ff-btn--ghost {
  background: transparent;
  color: var(--ff-white);
  border-color: var(--ff-white);
}

.ff-btn--ghost:hover {
  background: var(--ff-white);
  color: var(--ff-ink);
}

.ff-chip {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 8px;
  border: 2px solid var(--ff-ink);
  border-radius: 999px;
  background: var(--ff-white);
  font-family: var(--ff-font-label);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: none;
  white-space: nowrap;
}

.ff-chip--spark {
  background: var(--ff-spark);
}

.ff-chip--go {
  background: var(--ff-go);
}

.ff-chip--blue {
  background: var(--ff-blue);
}

.ff-chip--violet {
  background: var(--ff-violet);
  color: var(--ff-white);
}

.ff-stage-hub .ff-chip {
  text-transform: uppercase;
}

.ff-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* Header — one ink row */
.ff-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--ff-ink);
  color: var(--ff-white);
  border-bottom: var(--ff-border);
  min-height: var(--ff-header);
}

.ff-header__row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: var(--ff-header);
}

.ff-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  min-width: 0;
  text-decoration: none;
  color: var(--ff-white);
}

.ff-logo:hover {
  color: var(--ff-white);
}

.ff-logo__img {
  display: block;
  height: 56px;
  width: auto;
}

.ff-logo__mark {
  display: none;
}

.ff-logo__word {
  display: block;
  font-family: var(--ff-font-display);
  font-size: 1.05rem;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
}

.ff-header__tools {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.ff-header .ff-btn,
.ff-drawer .ff-btn {
  padding: 10px 12px;
  font-size: 0.64rem;
  background: #1ccf6a;
  background-color: #1ccf6a;
}

.ff-ask-short {
  display: inline;
}

.ff-ask-full {
  display: none;
}

.ff-nav-toggle {
  width: 44px;
  height: 44px;
  padding: 0;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: var(--ff-white);
  color: var(--ff-ink);
  cursor: pointer;
}

.ff-nav-toggle__bars,
.ff-nav-toggle__bars::before,
.ff-nav-toggle__bars::after {
  display: block;
  width: 18px;
  height: 3px;
  margin: 0 auto;
  background: var(--ff-ink);
  border-radius: 1px;
  content: "";
}

.ff-nav-toggle__bars {
  position: relative;
}

.ff-nav-toggle__bars::before {
  position: absolute;
  top: -6px;
  left: 0;
}

.ff-nav-toggle__bars::after {
  position: absolute;
  top: 6px;
  left: 0;
}

.ff-nav-toggle[aria-expanded="true"] .ff-nav-toggle__bars {
  background: transparent;
}

.ff-nav-toggle[aria-expanded="true"] .ff-nav-toggle__bars::before {
  top: 0;
  transform: rotate(45deg);
}

.ff-nav-toggle[aria-expanded="true"] .ff-nav-toggle__bars::after {
  top: 0;
  transform: rotate(-45deg);
}

.ff-nav {
  display: none;
}

.ff-drawer {
  display: none;
}

.ff-backdrop {
  display: none;
}

body.ff-nav-open .ff-backdrop {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 30;
  background: rgb(4 4 4 / 0.46);
}

body.ff-nav-open .ff-drawer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: fixed;
  top: var(--ff-header);
  right: 0;
  bottom: 0;
  z-index: 60;
  width: min(100vw, 22rem);
  padding: 20px;
  background: var(--ff-ink);
  border-left: var(--ff-border);
  overflow: auto;
}

.ff-drawer a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 8px 4px;
  color: var(--ff-white);
  font-family: var(--ff-font-label);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgb(163 163 169 / 0.35);
}

.ff-drawer a:hover,
.ff-drawer a[aria-current="page"] {
  color: var(--ff-blue);
}

.ff-drawer .ff-btn {
  margin-top: 16px;
  width: 100%;
}

/* SharedHeroBand — one fixed door height. Finder + specialty door heroes are blue #26B2FD. */
.ff-hero,
.ff-page-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 0 64px;
  min-height: var(--ff-hero-min);
  box-sizing: border-box;
}

.ff-hero .ff-wrap,
.ff-page-hero .ff-wrap {
  width: min(100% - (var(--ff-gutter) * 2), var(--ff-max));
}

.ff-hero .ff-display {
  max-width: 14ch;
}

.ff-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.ff-stats {
  display: grid;
  gap: 12px;
}

.ff-stat {
  padding: 20px 18px;
  background: var(--ff-white);
  border: var(--ff-border);
  border-radius: var(--ff-radius);
}

.ff-stat strong {
  display: block;
  font-family: var(--ff-font-display);
  font-size: 1.7rem;
  letter-spacing: -0.03em;
  line-height: 1;
}

.ff-stat span {
  display: block;
  margin-top: 8px;
  font-family: var(--ff-font-label);
  font-size: 0.78rem;
  font-weight: 500;
}

.ff-split,
.ff-card-grid,
.ff-guides-grid {
  display: grid;
  gap: 12px;
  align-items: stretch;
}

.ff-stages {
  display: grid;
  gap: 12px;
}

.ff-stage {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 10rem;
  padding: 24px 22px;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: var(--ff-white);
  color: var(--ff-ink);
  text-decoration: none;
}

.ff-stage h2 {
  margin: 0;
  max-width: 100%;
  font-family: var(--ff-font-display);
  font-size: clamp(1.25rem, 2.8vw, 1.7rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-wrap: balance;
  overflow-wrap: break-word;
}

.ff-stage .ff-chip {
  margin-bottom: 12px;
}

.ff-stage--live {
  background: var(--ff-go);
}

.ff-stage--live:hover {
  color: var(--ff-ink);
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 var(--ff-ink);
}

.ff-stage--building {
  background: var(--ff-paper);
  color: #6b6b70;
  border-color: var(--ff-chrome);
  pointer-events: none;
  cursor: default;
  user-select: none;
}

.ff-stage--building .ff-chip {
  background: var(--ff-chrome);
  color: var(--ff-ink);
}

.ff-door,
.ff-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 24px 22px;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: var(--ff-go);
  color: var(--ff-ink);
  text-decoration: none;
}

.ff-door:hover,
.ff-card:hover {
  color: var(--ff-ink);
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 var(--ff-ink);
}

.ff-card--white {
  background: var(--ff-white);
}

.ff-card--building {
  background: var(--ff-paper);
  color: #6b6b70;
  border-color: var(--ff-chrome);
  pointer-events: none;
  cursor: default;
  user-select: none;
}

.ff-card--building:hover {
  color: #6b6b70;
  transform: none;
  box-shadow: none;
}

.ff-card--building .ff-chip {
  background: var(--ff-chrome);
  color: var(--ff-ink);
}

.ff-card--blue {
  background: var(--ff-blue);
}

.ff-card .ff-chip + h3 {
  margin-top: 10px;
}

.ff-card h2,
.ff-door h2,
.ff-card h3,
.ff-door h3 {
  margin: 0 0 8px;
  font-family: var(--ff-font-display);
  font-size: clamp(1.5rem, 5vw, 2.15rem);
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.ff-card p,
.ff-door p {
  margin: 0 0 18px;
  font-weight: 500;
}

.ff-card .ff-btn,
.ff-door .ff-btn {
  margin-top: auto;
}

.ff-episode {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: var(--ff-white);
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  text-decoration: none;
}

.ff-episode:hover {
  color: var(--ff-ink);
}

.ff-episode time {
  font-family: var(--ff-font-label);
  font-size: 0.72rem;
  font-weight: 500;
}

.ff-episode h3 {
  margin: 0;
  font-family: var(--ff-font-display);
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.ff-who {
  display: grid;
  gap: 20px;
}

.ff-who__panel {
  padding: 22px;
  background: var(--ff-white);
  border: var(--ff-border);
  border-radius: var(--ff-radius);
}

.ff-form {
  display: grid;
  gap: 12px;
}

.ff-label {
  display: grid;
  gap: 6px;
  font-family: var(--ff-font-label);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ff-input,
.ff-form input,
.ff-form select,
.ff-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 12px;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: var(--ff-white);
  color: var(--ff-ink);
}

.ff-form textarea {
  min-height: 140px;
  resize: vertical;
}

.ff-form .ff-btn {
  justify-self: start;
}

.ff-field {
  font-family: var(--ff-font-label);
  font-size: 0.92rem;
  font-weight: 600;
}

.ff-req {
  font-weight: 500;
}

.ff-note {
  margin: 14px 0 0;
  font-weight: 500;
}

.ff-go-row {
  margin-top: 20px;
}

.ff-steps {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.ff-step {
  padding: 24px 22px;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: var(--ff-white);
}

.ff-step b {
  display: block;
  margin-bottom: 8px;
  font-family: var(--ff-font-display);
  font-size: 1.2rem;
}

.ff-step .ff-btn {
  margin-top: 12px;
}

.ff-speakpipe {
  margin-top: 28px;
}

.ff-speakpipe__frame {
  display: block;
  width: 100%;
  min-height: 220px;
  height: 240px;
  border: 3px solid var(--ff-ink);
  border-radius: 12px;
  background: var(--ff-white);
}

.ff-kit--on-ink {
  margin-top: 24px;
  max-width: 28rem;
  background: var(--ff-white);
  color: var(--ff-ink);
  border: 3px solid var(--ff-ink);
  border-radius: 12px;
  padding: 16px;
}

.ff-kit--card {
  margin-top: 24px;
  max-width: 28rem;
}

@media (min-width: 768px) {
  .ff-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ff-disclaimer {
  text-align: center;
}

.ff-disclaimer p,
.ff-disclaimer strong {
  display: block;
  margin: 0 auto;
  max-width: 58rem;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
}

/* Footer — full-width 4-col, full rule, copyright under the grid */
.ff-footer {
  display: block;
  width: 100%;
  max-width: none;
  background: var(--ff-ink);
  color: var(--ff-white);
  padding: 40px 0 28px;
  text-align: left;
}

.ff-footer .ff-wrap {
  width: min(100% - (var(--ff-gutter) * 2), var(--ff-max));
  margin-inline: auto;
}

.ff-footer a {
  color: var(--ff-white);
  text-decoration: none;
}

.ff-footer a:hover {
  color: var(--ff-blue);
}

.ff-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: start;
  justify-items: stretch;
}

.ff-footer h3 {
  margin: 0 0 10px;
  font-family: var(--ff-font-display);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--ff-white);
}

.ff-footer p {
  margin: 0;
  font-size: 0.95rem;
}

.ff-footer__col {
  display: grid;
  gap: 8px;
  align-content: start;
  justify-items: start;
}

.ff-footer__col a {
  display: block;
}

.ff-footer li,
.ff-footer a {
  font-family: var(--ff-font-label);
  font-size: 0.92rem;
  font-weight: 500;
}

.ff-footer__rule {
  display: block;
  width: 100%;
  height: 0;
  margin: 28px 0 0;
  border: 0;
  border-top: 1px solid var(--ff-chrome);
}

.ff-legal {
  margin: 16px 0 0;
  padding: 0;
  border: 0;
  font-family: var(--ff-font-label);
  font-size: 0.75rem;
  color: var(--ff-chrome);
}

/* Recommended */
.ff-partners {
  display: grid;
  gap: 14px;
  align-items: stretch;
}

.ff-partner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 18px;
  background: var(--ff-white);
  border: var(--ff-border);
  border-radius: var(--ff-radius);
}

.ff-partner__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  min-height: 140px;
  max-height: 140px;
  padding: 12px;
  background: var(--ff-paper);
  border: var(--ff-border);
  border-radius: 12px;
}

.ff-partner__logo img {
  max-height: 72px;
  max-width: 100%;
  width: auto;
  height: 72px;
  margin: 0 auto;
  object-fit: contain;
  display: block;
}

.ff-partner__logo--book {
  background: var(--ff-paper);
}

.ff-partner__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.ff-partner__body p {
  flex: 1 1 auto;
}

.ff-partner__body .ff-btn {
  margin-top: auto;
}

.ff-partner__logo figcaption,
.ff-slot-note {
  margin: 8px 0 0;
  text-align: center;
  font-family: var(--ff-font-label);
  font-size: 0.68rem;
  color: var(--ff-chrome);
}

.ff-partner .ff-chip-row {
  margin-bottom: 32px;
}

.ff-partner h2 {
  margin: 0 0 6px;
  font-family: var(--ff-font-display);
  font-size: 1.45rem;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.ff-partner p {
  margin: 0 0 12px;
}

.ff-jumps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 8px;
  row-gap: 8px;
  width: 100%;
  margin: 0 0 28px;
}

.ff-jump {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 12px;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: var(--ff-white);
  font-family: var(--ff-font-label);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
}

.ff-photo {
  min-height: 120px;
  background: var(--ff-paper);
  border: 2px dashed var(--ff-chrome);
  border-radius: 6px;
}

.ff-disc {
  display: none;
}

.ff-aff-note {
  margin: 28px 0 0;
  max-width: none;
  font-size: 0.95rem;
  font-weight: 500;
}

.ff-chip--vet {
  background: var(--ff-white);
}

.ff-chip--partner {
  background: #26b2fd;
}

.ff-chip--use {
  background: var(--ff-go);
}

.ff-chip--aff {
  background: var(--ff-spark);
}

/* Submit */
.ff-modes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 22px;
}

.ff-mode {
  min-height: 48px;
  padding: 8px 6px;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: var(--ff-white);
  font-family: var(--ff-font-label);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.ff-mode[aria-selected="true"] {
  background: var(--ff-go);
}

.ff-panel[hidden] {
  display: none;
}

.ff-panel {
  padding: 22px 18px;
  background: var(--ff-white);
  border: var(--ff-border);
  border-radius: var(--ff-radius);
}

.ff-success[hidden] {
  display: none;
}

.ff-success {
  padding: 16px;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: var(--ff-go);
  font-weight: 600;
}

/* Specialties */
.ff-finder {
  padding: 36px 0 56px;
}

.ff-search-input {
  width: 100%;
  max-width: 32rem;
  min-height: 48px;
  padding: 12px 14px;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: var(--ff-white);
}

.ff-suggest {
  display: none;
  max-width: 32rem;
  margin-top: 8px;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: var(--ff-white);
}

.ff-suggest.is-open {
  display: grid;
}

.ff-suggest button {
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid var(--ff-chrome, #a3a3a9);
  background: transparent;
  text-align: left;
  font-family: var(--ff-font-label);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

.ff-suggest button:last-child {
  border-bottom: 0;
}

.ff-taxonomy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.ff-taxonomy li {
  padding: 8px 12px;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: var(--ff-white);
  font-family: var(--ff-font-label);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
}

.ff-taxonomy li[hidden],
[data-ff-taxonomy-extra] {
  display: none !important;
}

.ff-taxonomy li[data-built="1"] {
  background: var(--ff-go);
}

.ff-taxonomy li.is-selected {
  background: var(--ff-ink);
  color: var(--ff-white);
}

.ff-taxonomy li[data-built="1"].is-selected {
  background: var(--ff-ink);
  color: var(--ff-white);
}

.ff-pick[hidden],
.ff-hit[hidden],
.ff-miss-card[hidden],
[data-ff-specialty-results][hidden] {
  display: none !important;
}

.ff-about {
  display: grid;
  gap: 28px;
}

.ff-about-photo {
  width: 100%;
  max-width: 240px;
  aspect-ratio: 1 / 1;
  background: var(--ff-paper);
  border: var(--ff-border);
  border-radius: 0;
}

.ff-hit,
.ff-miss-card {
  margin-bottom: 28px;
}

/* Ryan stamp: Anesthesiology Explore stays blue at rest and turns green on hover. */
.ff-hit .ff-btn--blue:hover,
.ff-hit .ff-btn--blue:focus,
.ff-hit .ff-btn--blue:focus-visible {
  background: #17b85d;
  color: var(--ff-ink);
}

.ff-sub {
  margin: 0 0 16px;
}

.ff-miss-actions {
  display: grid;
  gap: 22px;
  width: 100%;
}

.ff-search {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.ff-search input {
  min-height: 56px;
  padding: 14px 16px;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: var(--ff-white);
  font-size: 1.05rem;
}

.ff-specialty-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.ff-specialty-grid li[hidden] {
  display: none;
}

.ff-explore {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  height: 100%;
  padding: 18px 16px;
  background: var(--ff-white);
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  text-decoration: none;
}

.ff-explore:hover {
  color: var(--ff-ink);
  background: var(--ff-go);
}

.ff-explore strong {
  font-family: var(--ff-font-display);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.ff-miss[hidden] {
  display: none;
}

.ff-miss {
  margin-top: 18px;
  padding: 22px 18px;
  background: var(--ff-white);
  border: var(--ff-border);
  border-radius: var(--ff-radius);
}

/* Posts / pages */
.ff-article {
  padding: 40px 0 64px;
}

.ff-article header {
  margin-bottom: 24px;
}

.ff-prose {
  max-width: none;
}

.ff-prose > * {
  margin-top: 0;
  margin-bottom: 1em;
}

.ff-prose h2,
.ff-prose h3 {
  font-family: var(--ff-font-display);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-top: 1.6em;
}

.ff-prose a {
  color: var(--ff-ink);
  text-decoration: underline;
}

.ff-prose a:hover {
  color: var(--ff-blue);
}

.ff-prose img {
  border: var(--ff-border);
  border-radius: var(--ff-radius);
}

.ff-feature {
  margin: 0 0 24px;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  overflow: hidden;
}

.ff-feature img {
  width: 100%;
}

.ff-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 10px 0 0;
  font-family: var(--ff-font-label);
  font-size: 0.75rem;
  font-weight: 500;
}

.ff-empty {
  padding: 28px 22px;
  background: var(--ff-white);
  border: var(--ff-border);
  border-radius: var(--ff-radius);
}

.ff-page-list,
.ff-guides-grid {
  display: grid;
  gap: 12px;
  align-items: stretch;
}

.ff-page-list .ff-card,
.ff-guides-grid .ff-card,
.ff-card-grid .ff-card {
  height: 100%;
}

.ff-hub-card time {
  display: block;
  margin-bottom: 8px;
  font-family: var(--ff-font-label);
  font-size: 0.75rem;
  font-weight: 600;
}

.ff-hub-card h2 {
  margin: 0 0 8px;
  font-family: var(--ff-font-display);
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.ff-card--coming {
  background: var(--ff-paper);
}

.ff-post-lede {
  max-width: none;
}

.ff-post-video,
.ff-post-image {
  margin: 0 0 1.4em;
  min-height: 12rem;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: var(--ff-paper);
  overflow: hidden;
}

.ff-post-video iframe,
.ff-prose .kg-embed-card iframe,
.ff-prose .kg-video-card video {
  display: block;
  width: 100%;
  min-height: 200px;
  border: 0;
}

.ff-post-bridge {
  font-weight: 500;
}

.ff-post-cta {
  margin: 1.6em 0;
  padding: 22px 20px;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: var(--ff-go);
}

.ff-post-cta p {
  margin: 0 0 10px;
}

.ff-post-cta p:last-child {
  margin-bottom: 0;
}

.ff-post-faq dt {
  font-family: var(--ff-font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  margin-top: 1em;
}

.ff-post-faq dd {
  margin: 8px 0 0;
}

.ff-post-takeaways {
  margin-top: 2em;
  padding: 22px 20px;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: var(--ff-white);
}

.ff-post-takeaways ul,
.ff-post-takeaways ol {
  margin: 0;
  padding-left: 0;
}

/* Error */
.ff-error {
  padding: 64px 0;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 8px;
  font-family: var(--ff-font-label);
  font-size: 0.8rem;
  font-weight: 600;
}

.pagination a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 8px 12px;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: var(--ff-white);
  text-decoration: none;
}

.kg-width-wide {
  width: min(100%, 1120px);
}

.kg-width-full {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  position: relative;
}

.ff-prose .kg-image {
  width: 100%;
}

/* Ghost subscribe form */
.gh-input {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  background: var(--ff-white);
}

@media (min-width: 480px) {
  :root {
    --ff-gutter: 24px;
  }

  .ff-logo__word {
    display: block;
    font-size: 1.2rem;
  }

  .ff-ask-short {
    display: none;
  }

  .ff-ask-full {
    display: inline;
  }

  .ff-header .ff-btn {
    font-size: 0.7rem;
    padding: 10px 14px;
  }
}

@media (min-width: 640px) {
  .ff-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ff-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ff-stages {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ff-specialty-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  :root {
    --ff-gutter: 32px;
    --ff-header: 72px;
    --ff-hero-min: 26rem;
  }

  .ff-section {
    padding: 64px 0;
  }

  .ff-hero,
  .ff-page-hero {
    padding: 72px 0 80px;
    min-height: var(--ff-hero-min);
  }

  .ff-jumps {
    display: grid;
    grid-template-columns: repeat(7, max-content);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    column-gap: 0;
    row-gap: 8px;
  }

  .ff-about {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 40px;
    align-items: start;
  }

  .ff-logo__word {
    font-size: 1.35rem;
  }

  .ff-footer__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ff-partners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ff-who {
    grid-template-columns: 1fr 1.2fr;
    align-items: start;
  }

  .ff-modes {
    max-width: 36rem;
  }

  .ff-mode {
    font-size: 0.78rem;
  }
}

@media (min-width: 960px) {
  .ff-nav-toggle {
    display: none;
  }

  .ff-drawer,
  body.ff-nav-open .ff-drawer,
  body.ff-nav-open .ff-backdrop {
    display: none;
  }

  .ff-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex: 1 1 auto;
  }

  .ff-nav a {
    color: var(--ff-white);
    font-family: var(--ff-font-label);
    font-size: 0.86rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
  }

  .ff-nav a:hover,
  .ff-nav a[aria-current="page"] {
    color: var(--ff-blue);
    text-decoration: underline;
  }

  .ff-doors {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ff-specialty-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1120px) {
  .ff-partners {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ff-episodes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Specialty × stage hub — v3.2 stamp stack */
.ff-stage-hub .ff-stage-hero {
  display: block;
  padding: 40px 0 48px;
  min-height: 0;
}

.ff-stage-hub .ff-stage-hero .ff-display {
  max-width: 22ch;
}

.ff-crumb {
  margin: 0 0 18px;
  font-family: var(--ff-font-label);
  font-size: 0.75rem;
  font-weight: 500;
  color: #3a3a3a;
}

.ff-crumb a {
  color: #3a3a3a;
  text-decoration: none;
}

.ff-crumb a:hover {
  color: var(--ff-ink);
  text-decoration: underline;
}

.ff-getme {
  margin: 18px 0 0;
  max-width: none;
  font-family: var(--ff-font-display);
  font-size: clamp(1.15rem, 3vw, 1.65rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.ff-quiet-link {
  display: inline-block;
  margin-top: 18px;
  font-weight: 600;
  color: var(--ff-ink);
}

a.ff-quiet-link:hover,
a.ff-quiet-link:focus,
a.ff-quiet-link:focus-visible {
  color: var(--ff-ink);
}

.ff-lede--light {
  color: var(--ff-white);
}

.ff-ink.ff-stage-fha .ff-display,
.ff-stage-fha.ff-ink .ff-display {
  color: var(--ff-white);
}

.ff-fha-grid,
.ff-sign-grid {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.ff-fha-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--ff-white);
  border: 3px solid #26b2fd;
  border-radius: var(--ff-radius);
  color: var(--ff-ink);
}

.ff-fha-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  background: var(--ff-ink);
  color: #26b2fd;
  font-family: var(--ff-font-label);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.ff-fha-card__body {
  padding: 18px 20px 20px;
}

.ff-fha-card h3,
.ff-sign-card h3 {
  margin: 0 0 10px;
  font-family: var(--ff-font-display);
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.ff-fha-card a {
  font-weight: 600;
}

.ff-launch {
  margin: 0 0 10px;
  font-family: var(--ff-font-label);
  font-size: 0.78rem;
  font-weight: 600;
}

.ff-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ff-top5 {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
}

.ff-top5 li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 0;
  border-top: 1px solid var(--ff-ink);
  font-weight: 600;
}

.ff-top5 li:last-child {
  border-bottom: 1px solid var(--ff-ink);
}

.ff-top5-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 16px;
  margin-top: 28px;
}

.ff-top5-cta p {
  margin: 0;
  font-weight: 700;
}

.ff-sign-card {
  padding: 22px 20px;
  background: var(--ff-white);
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  color: var(--ff-ink);
}

.ff-sign-kicker {
  margin-bottom: 10px;
  font-family: var(--ff-font-label);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.ff-acc {
  margin-top: 28px;
  border-top: 3px solid var(--ff-ink);
}

.ff-acc-group {
  border-bottom: 3px solid var(--ff-ink);
}

.ff-acc-group summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  font-family: var(--ff-font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  cursor: pointer;
  list-style: none;
}

.ff-acc-group summary::-webkit-details-marker {
  display: none;
}

.ff-acc-group summary::after {
  content: "+";
  margin-left: auto;
  font-family: var(--ff-font-label);
  font-size: 1.2rem;
  font-weight: 600;
}

.ff-acc-group[open] summary::after {
  content: "–";
}

.ff-acc-swatch {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 2px solid var(--ff-ink);
}

.ff-acc-swatch--blue {
  background: var(--ff-blue);
}

.ff-acc-swatch--spark {
  background: var(--ff-spark);
}

.ff-acc-swatch--violet {
  background: var(--ff-violet);
}

.ff-acc-body {
  display: grid;
  gap: 12px;
  padding: 0 0 18px 28px;
}

.ff-acc-body a,
.ff-acc-body .ff-acc-item {
  font-weight: 600;
  color: var(--ff-ink);
  text-decoration: underline;
}

.ff-deep-dives {
  background: var(--ff-paper);
  border-top: 1px solid var(--ff-chrome);
}

.ff-deep-dives .ff-lede {
  max-width: none;
}

@media (min-width: 768px) {
  .ff-fha-grid,
  .ff-sign-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ff-door:hover,
  .ff-card:hover {
    transform: none;
    box-shadow: none;
  }
}

/* Unlocked waitlist — scoped port of ff-unlocked-stamp-v2.html. Do not leak .hero/.btn/.sec. */
.ff-unlocked {
  --blue: #26b2fd;
  --ink: #040404;
  --paper: #fafafa;
  --white: #ffffff;
  --go: #1ccf6a;
  --spark: #ffd400;
  --coral: #ff7a59;
  --violet: #7b6cff;
  --record: #e5243b;
  background: var(--paper);
  color: var(--ink);
}

.ff-unlocked a {
  color: inherit;
  text-decoration: none;
}

.ff-unlocked .wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 28px;
}

.ff-unlocked h1,
.ff-unlocked h2 {
  font-family: var(--ff-font-display);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.94;
}

.ff-unlocked .btn {
  display: inline-block;
  border: 2.5px solid var(--ink);
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 800;
  font-size: 14px;
}

.ff-unlocked .btn-wait {
  background: var(--spark);
  color: var(--ink);
  width: 100%;
  text-align: center;
  padding: 14px 16px;
  font-size: 16px;
  margin-top: 8px;
  cursor: pointer;
}

.ff-unlocked .hero {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #26b2fd;
  background-color: #26b2fd;
  background-image: none;
  padding: 28px 0 40px;
  min-height: var(--ff-hero-min);
  box-sizing: border-box;
}

.ff-unlocked .hero .copy {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 28px;
  text-align: center;
}

.ff-unlocked .eyebrow {
  font-family: var(--ff-font-label);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
}

.ff-unlocked .hero h1 {
  font-size: clamp(36px, 6.4vw, 64px);
  margin: 0 0 14px;
}

.ff-unlocked .hero .sub {
  font-size: 17px;
  line-height: 1.45;
  margin: 0 auto 20px;
  max-width: 46ch;
}

.ff-unlocked .formcard {
  background: var(--paper);
  color: var(--ink);
  border: 3px solid var(--ink);
  border-radius: 12px;
  padding: 20px;
  max-width: 440px;
  margin: 0 auto;
  text-align: left;
}

.ff-unlocked .formcard label,
.ff-unlocked .formcard .under {
  color: var(--ink);
}

.ff-unlocked label {
  display: block;
  font-family: var(--ff-font-label);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0 6px;
}

.ff-unlocked label:first-of-type {
  margin-top: 0;
}

.ff-unlocked input {
  width: 100%;
  border: 3px solid var(--ink);
  border-radius: 8px;
  padding: 11px 12px;
  font: 16px Inter, system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
}

.ff-unlocked input::placeholder {
  color: #555;
  opacity: 1;
}

.ff-unlocked .under {
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.4;
}

.ff-unlocked .sec {
  padding: 36px 0;
  border-top: 3px solid var(--ink);
}

.ff-unlocked .sec h2 {
  font-size: 28px;
  text-align: center;
  margin: 0 0 16px;
}

.ff-unlocked .sec h3 {
  font-family: var(--ff-font-display);
  font-size: 20px;
  margin: 0 0 8px;
}

.ff-unlocked .sec p {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.ff-unlocked .what {
  background: var(--paper);
}

.ff-unlocked .what h3 {
  margin-top: 18px;
}

.ff-unlocked .bens {
  list-style: none;
  counter-reset: b;
  margin: 0;
  padding: 0;
}

.ff-unlocked .bens li {
  counter-increment: b;
  position: relative;
  padding: 12px 0 12px 44px;
  border-bottom: 3px solid var(--ink);
  font-size: 16px;
  line-height: 1.4;
}

.ff-unlocked .bens li::before {
  content: counter(b);
  position: absolute;
  left: 0;
  top: 10px;
  width: 28px;
  height: 28px;
  border: 2.5px solid var(--ink);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ff-unlocked .inside {
  background: var(--violet);
}

.ff-unlocked .inside h2 {
  color: var(--paper);
}

.ff-unlocked .inside .panel {
  background: var(--paper);
  border: 3px solid var(--ink);
  border-radius: 12px;
  padding: 20px;
}

.ff-unlocked .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  align-items: center;
}

.ff-unlocked .chip {
  white-space: nowrap;
  border: 2.5px solid var(--ink);
  border-radius: 8px;
  padding: 7px 10px;
  font-family: var(--ff-font-label);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
  background: var(--paper);
}

.ff-unlocked .chip.c-blue {
  background: var(--blue);
  color: var(--ink);
}

.ff-unlocked .chip.c-yellow {
  background: var(--spark);
  color: var(--ink);
}

.ff-unlocked .chip.c-green {
  background: var(--go);
  color: var(--ink);
}

.ff-unlocked .chip.c-violet {
  background: var(--violet);
  color: var(--paper);
}

.ff-unlocked .chip.c-ink {
  background: var(--ink);
  color: var(--paper);
}

.ff-unlocked .who {
  background: var(--paper);
}

.ff-unlocked .cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ff-unlocked .who .panel {
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: 12px;
  padding: 18px;
}

.ff-unlocked .who .for {
  border-left: 8px solid var(--go);
}

.ff-unlocked .who .not {
  border-left: 8px solid var(--record);
}

.ff-unlocked .who li {
  font-size: 15px;
  line-height: 1.45;
  margin: 0 0 8px 18px;
}

.ff-unlocked .faq {
  background: var(--paper);
}

.ff-unlocked .faq .acc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}

.ff-unlocked .faq details {
  border: 3px solid var(--ink);
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
}

.ff-unlocked .faq details.q-open,
.ff-unlocked .faq details.q-inside,
.ff-unlocked .faq details.q-show,
.ff-unlocked .faq details.q-advice {
  background: var(--white);
  color: var(--ink);
}

.ff-unlocked .faq summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 16px;
  padding: 14px 16px;
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.ff-unlocked .faq summary::-webkit-details-marker {
  display: none;
}

.ff-unlocked .faq summary::after {
  content: "+";
  margin-left: auto;
  font-family: var(--ff-font-display);
  font-size: 20px;
}

.ff-unlocked .faq details[open] summary::after {
  content: "–";
}

.ff-unlocked .faq details p {
  padding: 0 16px 14px;
  text-align: left;
}

.ff-unlocked .cta {
  background: var(--ink);
  color: var(--paper);
  padding: 40px 0;
  border-top: 3px solid var(--ink);
}

.ff-unlocked .cta h2 {
  color: var(--paper);
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
}

.ff-unlocked .cta .lead {
  text-align: center;
  max-width: 46ch;
  margin: 0 auto 16px;
  opacity: 0.9;
  font-size: 16px;
}

@media (max-width: 800px) {
  .ff-unlocked .cols {
    grid-template-columns: 1fr;
  }
}

/* Curbside — scoped port of ff-curbside-stamp.html. Do not leak .hero/.btn/.sec. */
.ff-curbside {
  --blue: #26b2fd;
  --ink: #040404;
  --paper: #fafafa;
  --white: #ffffff;
  --go: #1ccf6a;
  --spark: #ffd400;
  --coral: #ff7a59;
  --violet: #7b6cff;
  background: var(--paper);
  color: var(--ink);
}

.ff-curbside a {
  color: inherit;
  text-decoration: none;
}

.ff-curbside .wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 28px;
}

.ff-curbside h1,
.ff-curbside h2 {
  font-family: var(--ff-font-display);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.94;
}

.ff-curbside .btn {
  display: inline-block;
  border: 2.5px solid var(--ink);
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 800;
  font-size: 14px;
}

.ff-curbside .btn-wait {
  background: var(--spark);
  color: var(--ink);
  width: 100%;
  text-align: center;
  padding: 14px 16px;
  font-size: 16px;
  margin-top: 8px;
  cursor: pointer;
}

.ff-curbside .hero {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #26b2fd;
  background-color: #26b2fd;
  background-image: none;
  padding: 28px 0 40px;
  min-height: var(--ff-hero-min);
  box-sizing: border-box;
}

.ff-curbside .hero .copy {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 28px;
  text-align: center;
}

.ff-curbside .eyebrow {
  font-family: var(--ff-font-label);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
}

.ff-curbside .hero h1 {
  font-size: clamp(32px, 6vw, 56px);
  margin: 0 0 14px;
}

.ff-curbside .hero .sub {
  font-size: 17px;
  line-height: 1.45;
  margin: 0 auto 20px;
  max-width: 46ch;
}

.ff-curbside .formcard {
  background: var(--paper);
  color: var(--ink);
  border: 3px solid var(--ink);
  border-radius: 12px;
  padding: 20px;
  max-width: 440px;
  margin: 0 auto;
  text-align: left;
}

.ff-curbside label {
  display: block;
  font-family: var(--ff-font-label);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0 6px;
}

.ff-curbside label:first-of-type {
  margin-top: 0;
}

.ff-curbside input {
  width: 100%;
  border: 3px solid var(--ink);
  border-radius: 8px;
  padding: 11px 12px;
  font: 16px Inter, system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
}

.ff-curbside input::placeholder {
  color: #555;
  opacity: 1;
}

.ff-curbside .sec {
  padding: 36px 0;
  border-top: 3px solid var(--ink);
}

.ff-curbside .sec h2 {
  font-size: 28px;
  text-align: center;
  margin: 0 0 16px;
}

.ff-curbside .sec p {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.ff-curbside .what {
  background: var(--go);
}

.ff-curbside .what .inner {
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: 12px;
  padding: 20px;
}

.ff-curbside .how {
  background: var(--paper);
}

.ff-curbside .steps {
  list-style: none;
  counter-reset: s;
  margin: 0;
  padding: 0;
}

.ff-curbside .steps li {
  counter-increment: s;
  position: relative;
  padding: 12px 0 12px 44px;
  border-bottom: 3px solid var(--ink);
  font-size: 16px;
  line-height: 1.4;
}

.ff-curbside .steps li::before {
  content: counter(s);
  position: absolute;
  left: 0;
  top: 10px;
  width: 28px;
  height: 28px;
  border: 2.5px solid var(--ink);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ff-curbside .soft {
  background: var(--spark);
  text-align: center;
  padding: 22px 0;
  border-top: 3px solid var(--ink);
}

.ff-curbside .soft p {
  margin: 0;
}

.ff-curbside .soft a {
  text-decoration: underline;
  font-weight: 700;
}

.ff-curbside .cta {
  background: var(--ink);
  color: var(--paper);
  padding: 40px 0;
  border-top: 3px solid var(--ink);
}

.ff-curbside .cta h2 {
  color: var(--paper);
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
}

.ff-curbside .cta .lead {
  text-align: center;
  max-width: 46ch;
  margin: 0 auto 16px;
  opacity: 0.9;
  font-size: 16px;
}

/* ===== LEGO blocks — shared chrome, no new skins ===== */

/* FAQAccordion — details/summary, ink borders, white cards */
.ff-faq,
.ff-post-faq .ff-faq,
.ff-unlocked .faq .acc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ff-faq details,
.ff-post-faq details {
  background: var(--ff-white);
  color: var(--ff-ink);
  border: var(--ff-border);
  border-radius: 12px;
}

.ff-faq summary,
.ff-post-faq summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 1rem;
  padding: 14px 16px;
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.ff-faq summary::-webkit-details-marker,
.ff-post-faq summary::-webkit-details-marker {
  display: none;
}

.ff-faq summary::after,
.ff-post-faq summary::after {
  content: "+";
  margin-left: auto;
  font-family: var(--ff-font-display);
  font-size: 1.25rem;
}

.ff-faq details[open] summary::after,
.ff-post-faq details[open] summary::after {
  content: "–";
}

.ff-faq details p,
.ff-post-faq details p {
  margin: 0;
  padding: 0 16px 14px;
}

/* ChecklistTakeaways — one numbered 3–7 blueprint */
.ff-checklist,
.ff-post-takeaways .ff-checklist {
  list-style: none;
  counter-reset: ff-check;
  margin: 0;
  padding: 0;
}

.ff-checklist li {
  counter-increment: ff-check;
  position: relative;
  padding: 12px 0 12px 44px;
  border-bottom: 3px solid var(--ff-ink);
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}

.ff-checklist li::before {
  content: counter(ff-check);
  position: absolute;
  left: 0;
  top: 10px;
  width: 28px;
  height: 28px;
  border: 2.5px solid var(--ff-ink);
  border-radius: 6px;
  background: var(--ff-white);
  color: var(--ff-ink);
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ff-related {
  margin-top: 2em;
}

.ff-leaf-record {
  margin-top: 2em;
}

.ff-related-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  padding-top: 4px;
  border-top: 1px solid var(--ff-chrome);
}

.ff-related-strip a {
  font-family: var(--ff-font-label);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
}

.ff-next .ff-btn {
  margin-top: 16px;
}

/* ===== 1.5.1 STAMP chrome — Frameworks / How-to / Planner ===== */
.ff-violet-band {
  background: var(--ff-violet);
  color: var(--ff-ink);
}

.ff-yellow-band {
  background: var(--ff-yellow);
  color: var(--ff-ink);
}

.ff-green-band {
  background: var(--ff-green);
  color: var(--ff-ink);
}

.ff-stamp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.ff-stamp-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 22px 20px 20px;
  border: 3px solid var(--ff-ink);
  border-radius: 8px;
  background: var(--ff-white);
  color: var(--ff-ink);
  text-decoration: none;
  box-shadow: none;
  position: relative;
}

.ff-stamp-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 10px;
  border-bottom: 3px solid var(--ff-ink);
  border-radius: 5px 5px 0 0;
  background: var(--ff-blue);
}

.ff-stamp-card--blue::before { background: var(--ff-blue); }
.ff-stamp-card--violet::before { background: var(--ff-violet); }
.ff-stamp-card--yellow::before { background: var(--ff-yellow); }

.ff-stamp-card:hover {
  color: var(--ff-ink);
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 var(--ff-ink);
}

.ff-stamp-card--building {
  background: var(--ff-paper);
  color: #6b6b70;
  pointer-events: none;
  cursor: default;
  user-select: none;
}

.ff-stamp-card--building:hover {
  color: #6b6b70;
  transform: none;
  box-shadow: none;
}

.ff-stamp-card h3 {
  margin: 10px 0 8px;
  font-family: var(--ff-font-display);
  font-size: clamp(1.35rem, 4vw, 1.85rem);
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.ff-stamp-card p {
  margin: 0;
  font-weight: 500;
}

.ff-faq--color {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ff-faq--color .ff-faq__q,
.ff-faq details.ff-faq__q {
  border: 3px solid var(--ff-ink);
  border-radius: 14px;
}

.ff-faq details.ff-faq__q--blue { background: var(--ff-blue); }
.ff-faq details.ff-faq__q--violet { background: var(--ff-violet); color: var(--ff-ink); }
.ff-faq details.ff-faq__q--yellow { background: var(--ff-yellow); }
.ff-faq details.ff-faq__q--green { background: var(--ff-green); }

.ff-faq--color summary {
  font-family: var(--ff-font-display);
  font-size: 1.15rem;
}

.ff-ask-band {
  text-align: center;
}

.ff-ask-band .ff-lede {
  max-width: none;
  margin-inline: auto;
  margin-bottom: 18px;
}

.ff-ask-band .ff-btn {
  min-height: 52px;
  padding: 12px 22px;
  border-radius: 999px;
}

.ff-frameworks-hub .ff-hero {
  text-align: center;
}

.ff-frameworks-hub .ff-hero .ff-display {
  max-width: 16ch;
  margin-inline: auto;
}

.ff-frameworks-hub__hero-lede {
  max-width: none;
  margin-inline: auto;
  font-family: var(--ff-font-body);
  font-weight: 500;
}

.ff-frameworks-hub__hero-lede span {
  display: block;
}

.ff-frameworks-hub__hero-lede span + span {
  margin-top: 0.35em;
}

.ff-frameworks-hub__prose,
.ff-frameworks-hub .ff-yellow-band .ff-lede {
  max-width: none;
  font-family: var(--ff-font-body);
  font-weight: 500;
}

.ff-frameworks-hub__bubble {
  margin-top: 22px;
  max-width: none;
  padding: 22px 24px;
  background: var(--ff-white);
  border: var(--ff-border);
  border-radius: var(--ff-radius);
  box-shadow: 6px 6px 0 var(--ff-ink);
  font-family: var(--ff-font-body);
  font-size: 1.0625rem;
  font-weight: 500;
}

.ff-frameworks-hub__bubble p {
  margin: 0;
  max-width: none;
}

.ff-frameworks-hub__faq {
  margin-top: 32px;
}

.ff-frameworks-hub .ff-ask-band .ff-lede {
  max-width: none;
  color: var(--ff-white);
}

.ff-frameworks-hub .ff-ask-band .ff-btn,
.ff-frameworks-hub .ff-ask-band .ff-btn:hover,
.ff-frameworks-hub .ff-ask-band .ff-btn:focus,
.ff-frameworks-hub .ff-ask-band .ff-btn:focus-visible,
.ff-frameworks-hub .ff-ask-band a.ff-btn:hover {
  background: #e5243b;
  background-color: #e5243b;
  color: #fff;
}

.ff-frameworks-hub .ff-ask-band .ff-btn:hover,
.ff-frameworks-hub .ff-ask-band .ff-btn:focus,
.ff-frameworks-hub .ff-ask-band .ff-btn:focus-visible,
.ff-frameworks-hub .ff-ask-band a.ff-btn:hover {
  background: #c71e34;
  background-color: #c71e34;
  color: #fff;
}

.ff-howto-hub .ff-lede,
.ff-howto-hub .ff-asterisk {
  max-width: none;
}

.ff-howto-hub__faq {
  margin-top: 40px;
}

.ff-howto-hub .ff-ask-band .ff-lede {
  max-width: none;
  color: var(--ff-white);
}

.ff-howto-hub .ff-ask-band .ff-btn,
.ff-howto-hub .ff-ask-band .ff-btn:hover,
.ff-howto-hub .ff-ask-band .ff-btn:focus,
.ff-howto-hub .ff-ask-band .ff-btn:focus-visible,
.ff-howto-hub .ff-ask-band a.ff-btn:hover {
  background: #e5243b;
  background-color: #e5243b;
  color: #fff;
}

.ff-howto-hub .ff-ask-band .ff-btn:hover,
.ff-howto-hub .ff-ask-band .ff-btn:focus,
.ff-howto-hub .ff-ask-band .ff-btn:focus-visible,
.ff-howto-hub .ff-ask-band a.ff-btn:hover {
  background: #c71e34;
  background-color: #c71e34;
  color: #fff;
}

.ff-framework-detail .ff-section > .ff-display {
  text-align: center;
}

.ff-framework-detail .ff-six-parts .ff-display {
  margin-bottom: 40px;
}

.ff-framework-detail .ff-lede + .ff-lede {
  margin-top: 16px;
}

.ff-framework-detail .ff-lede a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

.ff-framework-detail .ff-ink-box + .ff-ink-box,
.ff-not-confused {
  margin-top: 16px;
}

.ff-framework-detail__faq {
  margin-top: 32px;
}

.ff-vital-card,
.ff-decision {
  list-style: none;
  margin: 0;
  padding: 22px 20px;
  background: var(--ff-white);
  border: 3px solid var(--ff-ink);
  border-radius: 12px;
}

.ff-vital-card li,
.ff-decision li {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 3px solid var(--ff-ink);
}

.ff-vital-card li:last-child,
.ff-decision > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.ff-vital-card li:first-child,
.ff-decision > li:first-child {
  padding-top: 0;
}

.ff-vital-card__n,
.ff-decision__n {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 2.5px solid var(--ff-ink);
  border-radius: 999px;
  background: #ffd400;
  color: var(--ff-ink);
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ff-decision__n {
  background: var(--ff-blue);
}

.ff-vital-card strong,
.ff-decision h3 {
  display: block;
  margin: 0 0 4px;
  font-family: var(--ff-font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.ff-vital-card p,
.ff-decision p {
  margin: 0;
  font-weight: 500;
}

.ff-decision__sub {
  margin: 8px 0 0;
  padding-left: 1.2em;
}

.ff-decision__sub li {
  display: list-item;
  border: 0;
  padding: 2px 0;
}

.ff-ink-box {
  padding: 22px 20px;
  background: var(--ff-white);
  border: 3px solid var(--ff-ink);
  border-radius: 12px;
}

.ff-ink-box p {
  margin: 0;
  font-weight: 500;
}

.ff-take-stack {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ff-take-stack li {
  padding: 16px 18px;
  background: var(--ff-white);
  border: 3px solid var(--ff-ink);
  border-radius: 14px;
  font-weight: 600;
}

.ff-yt-ph {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--ff-ink);
  color: var(--ff-white);
  border: 3px solid var(--ff-ink);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-font-label);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.ff-chip-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.ff-framework-detail .ff-chip-strip .ff-chip {
  font-size: clamp(1.05rem, 2.4vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  padding: 14px 22px;
  min-height: 52px;
  white-space: normal;
}

.ff-chip--white {
  background: var(--ff-white);
  color: var(--ff-ink);
  padding: 8px 14px;
  min-height: 36px;
  text-decoration: none;
  border-radius: 999px;
}

.ff-chip--white:hover {
  color: var(--ff-ink);
  background: var(--ff-paper);
}

.ff-hire__hero .ff-display {
  margin-bottom: 22px;
}

.ff-hire__card {
  padding: 28px 24px;
  background: var(--ff-ink);
  color: var(--ff-white);
  border: 3px solid var(--ff-ink);
  border-radius: 16px;
}

.ff-hire__card .ff-kicker {
  color: var(--ff-white);
}

.ff-hire__card h2 {
  margin: 0 0 12px;
  font-family: var(--ff-font-display);
  font-size: clamp(1.5rem, 5vw, 2.2rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.ff-hire__card p {
  margin: 0;
  font-weight: 500;
}

@media (min-width: 720px) {
  .ff-stamp-grid,
  .ff-stamp-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ff-next__curbside {
  margin: 16px 0 0;
  font-weight: 600;
}

.ff-header .ff-nav {
  gap: 14px;
}

.ff-asterisk a {
  white-space: nowrap;
}

.ff-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0 8px;
}

.ff-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--ff-white);
  border: 3px solid var(--ff-ink);
}

.ff-table th,
.ff-table td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  border: 1px solid var(--ff-ink);
  font-size: 0.98rem;
}

.ff-table thead th {
  background: var(--ff-ink);
  color: var(--ff-white);
  font-family: var(--ff-font-label);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ff-table tbody th {
  width: 22%;
  font-weight: 700;
  background: var(--ff-paper);
}

.ff-teach-list {
  margin: 0 0 16px;
  padding-left: 1.2em;
}

.ff-teach-list li + li {
  margin-top: 10px;
}

.ff-compare {
  display: grid;
  gap: 16px;
  margin: 20px 0;
}

@media (min-width: 800px) {
  .ff-compare {
    grid-template-columns: 1fr 1fr;
  }
}

.ff-compare__box {
  padding: 20px 18px;
  border: 3px solid var(--ff-ink);
  border-radius: 14px;
}

.ff-compare__box h3 {
  margin: 0 0 12px;
  font-family: var(--ff-font-display);
  font-size: 1.35rem;
}

.ff-compare__box ul {
  margin: 0;
  padding-left: 1.15em;
}

.ff-compare__box li + li {
  margin-top: 8px;
}

.ff-compare__box--good {
  background: #d8ffe8;
}

.ff-compare__box--bad {
  background: #ffd6dc;
}

.ff-soft-doors {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 12px;
}

.ff-planner-hub__byline {
  padding: 22px 0;
}

.ff-planner-hub__byline .ff-lede {
  margin: 0;
}

.ff-planner-hub__faq {
  margin-top: 20px;
}

.ff-writer-block {
  margin: 18px 0 0;
  max-width: none;
  font-weight: 600;
}

.ff-qcard {
  margin: 22px 0 0;
  padding: 20px 18px;
  background: var(--ff-white);
  border: 3px solid var(--ff-ink);
  border-radius: 14px;
}

.ff-qcard h3 {
  margin: 0 0 14px;
  font-family: var(--ff-font-display);
  font-size: 1.25rem;
}

.ff-wantgrid {
  display: grid;
  gap: 14px;
}

@media (min-width: 800px) {
  .ff-wantgrid {
    grid-template-columns: 1fr 1fr;
  }
}

.ff-want,
.ff-dont {
  padding: 14px 14px 8px;
  border: 2px solid var(--ff-ink);
  border-radius: 10px;
}

.ff-want {
  background: #d8ffe8;
}

.ff-dont {
  background: #ffd6dc;
}

.ff-want h4,
.ff-dont h4 {
  margin: 0 0 8px;
  font-family: var(--ff-font-label);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ff-transcript {
  border: 3px solid var(--ff-ink);
  border-radius: 12px;
  padding: 12px 16px;
  background: var(--ff-paper);
}

.ff-transcript summary {
  cursor: pointer;
  font-family: var(--ff-font-display);
  font-size: 1.2rem;
}

.ff-kit-form label {
  display: block;
  margin: 10px 0 4px;
  font-family: var(--ff-font-label);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ff-kit-form input {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 2px solid var(--ff-ink);
  border-radius: 8px;
  font: inherit;
}

.formkit-powered-by-convertkit-container,
.formkit-powered-by,
[class*="formkit-powered"],
a[href*="kit.com/?utm_source=powered_by"],
a[href*="convertkit.com/?utm"] {
  display: none !important;
}

.ff-jump--blue { background: var(--ff-blue); }
.ff-jump--green { background: var(--ff-go); }
.ff-jump--yellow { background: var(--ff-spark); }
.ff-jump--violet { background: var(--ff-violet); color: var(--ff-white); }
.ff-jump--coral { background: var(--ff-coral); }
.ff-jump--ink { background: var(--ff-ink); color: var(--ff-white); }
.ff-jump--spark { background: var(--ff-spark); }

.ff-jump--violet:hover,
.ff-jump--ink:hover {
  color: var(--ff-white);
}

.ff-rec-intro .ff-lede {
  font-family: var(--ff-font-body);
  font-size: 1.08rem;
}

.ff-statline {
  margin-top: 16px;
  font-weight: 700;
}

.ff-about-photo {
  overflow: hidden;
  background: var(--ff-blue);
  border: 3px solid var(--ff-ink);
}

.ff-about-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ff-about-photo__fallback {
  margin: 0;
  min-height: 240px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  color: var(--ff-ink);
  font-family: var(--ff-font-display);
  font-size: 1.4rem;
}

.ff-podcast-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.ff-btn--apple {
  background: var(--ff-violet);
  color: var(--ff-white);
}

.ff-btn--apple:hover {
  background: #6556e6;
  color: var(--ff-white);
}

.ff-btn--spotify {
  background: #1db954;
  color: var(--ff-ink);
}

.ff-btn--spotify:hover {
  background: #17a34a;
  color: var(--ff-ink);
}

@media (max-width: 720px) {
  .ff-asterisk {
    white-space: normal;
  }
}
