/* ForgeFit Studio — new-unit launch franchise demos (client-facing) */

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

.ff--capture .ff-mobile-bar {
  display: none !important;
}

.ff--capture .ff-os-hero,
.ff--capture .ff-fo-hero,
.ff--capture .ff-cl-hero {
  height: calc(769px - 4.25rem);
  min-height: calc(769px - 4.25rem);
  max-height: calc(769px - 4.25rem);
  overflow: hidden;
  box-sizing: border-box;
}

.ff--capture .ff-os-hero {
  display: flex;
  align-items: center;
  padding: 1.75rem 0;
}

.ff--capture .ff-fo-hero,
.ff--capture .ff-cl-hero {
  display: flex;
  align-items: center;
  padding: 1.75rem 0;
}

.ff--capture .ff-os-hero__inner,
.ff--capture .ff-fo-hero__grid,
.ff--capture .ff-cl-hero__grid {
  align-items: center;
}

.ff--capture .ff-os-hero__actions,
.ff--capture .ff-fo-hero__actions,
.ff--capture .ff-cl-hero__actions {
  display: none;
}

.ff {
  --ff-charcoal: #121214;
  --ff-charcoal-soft: #1c1c20;
  --ff-bone: #f3efe8;
  --ff-bone-dark: #e6e0d6;
  --ff-stone: #9a948c;
  --ff-white: #ffffff;
  --ff-text: #121214;
  --ff-muted: #5c5854;
  --ff-line: rgba(18, 18, 20, 0.12);
  --ff-accent: #c45a2a;
  --ff-accent-hover: #a84a22;
  --ff-accent-soft: rgba(196, 90, 42, 0.14);
  --ff-display: 'Bebas Neue', system-ui, sans-serif;
  --ff-body: 'DM Sans', system-ui, sans-serif;
  --ff-wrap: min(1180px, calc(100% - 2rem));
  --ff-radius: 4px;
  margin: 0;
  font-family: var(--ff-body);
  color: var(--ff-text);
  background: var(--ff-bone);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.ff--founding-offer {
  --ff-display: 'Oswald', system-ui, sans-serif;
  --ff-body: 'Inter', system-ui, sans-serif;
  --ff-wrap: min(1240px, calc(100% - 2rem));
  background: var(--ff-white);
}

.ff--community-launch {
  --ff-display: 'Libre Franklin', system-ui, sans-serif;
  --ff-body: 'Source Sans 3', system-ui, sans-serif;
  --ff-wrap: min(1200px, calc(100% - 2rem));
  background: #faf8f5;
}

.ff-wrap {
  width: var(--ff-wrap);
  margin-inline: auto;
}

.ff-site {
  overflow-x: clip;
}

.ff-main {
  padding-bottom: 5rem;
}

/* ── Typography ── */

.ff-eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ff-accent);
}

.ff-lead {
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.65;
  color: var(--ff-muted);
  max-width: 38ch;
}

h1, h2, h3 {
  font-family: var(--ff-display);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.01em;
  margin: 0 0 1rem;
}

h1 {
  font-size: clamp(2.75rem, 7vw, 5.5rem);
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  text-transform: uppercase;
}

h3 {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.ff-link {
  color: var(--ff-accent);
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.ff-link:hover {
  text-decoration: underline;
}

/* ── Buttons ── */

.ff-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.85rem 1.5rem;
  border: 1px solid transparent;
  border-radius: var(--ff-radius);
  font-family: var(--ff-body);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.ff-btn--accent {
  background: var(--ff-accent);
  color: #fff;
  border-color: var(--ff-accent);
}

.ff-btn--accent:hover {
  background: var(--ff-accent-hover);
  border-color: var(--ff-accent-hover);
}

.ff-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

.ff-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.7);
}

.ff-btn--outline {
  background: transparent;
  color: var(--ff-charcoal);
  border-color: var(--ff-charcoal);
}

.ff-btn--outline:hover {
  background: var(--ff-charcoal);
  color: #fff;
}

.ff-btn--lg {
  padding: 1rem 1.75rem;
  font-size: 0.85rem;
}

.ff-btn--block {
  width: 100%;
}

/* ── Header ── */

.ff-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(18, 18, 20, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ff--founding-offer .ff-header,
.ff--community-launch .ff-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: var(--ff-line);
}

.ff-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.25rem;
}

.ff-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #fff;
}

.ff--founding-offer .ff-logo,
.ff--community-launch .ff-logo {
  color: var(--ff-charcoal);
}

.ff-logo__mark {
  width: 2rem;
  height: 2rem;
  background: var(--ff-accent);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

.ff-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.ff-logo__text strong {
  font-family: var(--ff-display);
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ff-logo__text small {
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.65;
}

.ff-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
}

.ff-nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
}

.ff--founding-offer .ff-nav-toggle span,
.ff--community-launch .ff-nav-toggle span {
  background: var(--ff-charcoal);
}

.ff-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.ff-nav a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ff--founding-offer .ff-nav a,
.ff--community-launch .ff-nav a {
  color: var(--ff-muted);
}

.ff-nav a:hover,
.ff-nav a.ff-nav__emphasis {
  color: #fff;
}

.ff--founding-offer .ff-nav a:hover,
.ff--founding-offer .ff-nav a.ff-nav__emphasis,
.ff--community-launch .ff-nav a:hover,
.ff--community-launch .ff-nav a.ff-nav__emphasis {
  color: var(--ff-charcoal);
}

.ff-nav__cta {
  margin-left: 0.5rem;
}

/* ── Countdown ── */

.ff-countdown {
  color: #fff;
}

.ff-countdown__label {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.75;
}

.ff-countdown__track {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  font-family: var(--ff-display);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1;
  letter-spacing: 0.02em;
}

.ff-countdown__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 2.5ch;
}

.ff-countdown__unit span {
  font-variant-numeric: tabular-nums;
}

.ff-countdown__unit small {
  margin-top: 0.35rem;
  font-family: var(--ff-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.6;
}

.ff-countdown__sep {
  opacity: 0.45;
  font-weight: 400;
  padding-bottom: 1.1rem;
}

.ff-countdown__date {
  margin: 0.75rem 0 0;
  font-size: 0.85rem;
  opacity: 0.7;
}

.ff-countdown__open {
  margin: 0;
  font-family: var(--ff-display);
  font-size: clamp(2rem, 5vw, 3rem);
  text-transform: uppercase;
  color: var(--ff-accent);
}

.ff-countdown--inline {
  color: var(--ff-charcoal);
}

/* ── Progress ── */

.ff-progress {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ff-progress__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--ff-line);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ff-muted);
}

.ff-progress__item:last-child {
  border-bottom: none;
}

.ff-progress__marker {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.15rem;
  border-radius: 50%;
  border: 2px solid var(--ff-bone-dark);
  background: var(--ff-bone);
  flex-shrink: 0;
}

.ff-progress__item--complete .ff-progress__marker {
  background: var(--ff-accent);
  border-color: var(--ff-accent);
  box-shadow: inset 0 0 0 3px var(--ff-bone);
}

.ff-progress__item--complete {
  color: var(--ff-charcoal);
}

.ff-progress__item--active .ff-progress__marker {
  border-color: var(--ff-accent);
  background: var(--ff-accent-soft);
  box-shadow: 0 0 0 4px var(--ff-accent-soft);
}

.ff-progress__item--active {
  color: var(--ff-charcoal);
  font-weight: 600;
}

/* ── Forms ── */

.ff-waitlist,
.ff-founding-form {
  background: var(--ff-charcoal);
  color: #fff;
  padding: clamp(1.75rem, 4vw, 2.5rem);
}

.ff-waitlist h2,
.ff-founding-form h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  margin-bottom: 0.75rem;
}

.ff-waitlist p,
.ff-founding-form p {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.72);
}

.ff-waitlist__form,
.ff-founding-form__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.ff-waitlist__field,
.ff-founding-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.ff-waitlist__field span,
.ff-founding-form__field span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.ff-waitlist__field input,
.ff-founding-form__field input,
.ff-founding-form__field select {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--ff-radius);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font: inherit;
}

.ff-waitlist__field input::placeholder,
.ff-founding-form__field input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.ff-founding-form__field--wide {
  grid-column: 1 / -1;
}

.ff-waitlist__form button,
.ff-founding-form__form button {
  grid-column: 1 / -1;
  margin-top: 0.25rem;
}

.ff-waitlist__fine,
.ff-founding-form__fine {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
}

/* ── Footer ── */

.ff-footer {
  background: var(--ff-charcoal);
  color: rgba(255, 255, 255, 0.72);
  padding: 3rem 0 1.5rem;
}

.ff-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ff-footer__brand {
  font-family: var(--ff-display);
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0.5rem;
}

.ff-footer__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 0.5rem;
}

.ff-footer__loc {
  margin-top: 0.75rem;
  font-size: 0.88rem;
}

.ff-footer a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.ff-footer a:hover {
  color: #fff;
}

.ff-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ff-footer__links li + li {
  margin-top: 0.35rem;
}

.ff-footer__legal {
  padding-top: 1.25rem;
  font-size: 0.75rem;
  opacity: 0.45;
}

.ff-footer__legal p {
  margin: 0;
}

/* ── Mobile bar ── */

.ff-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(18, 18, 20, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ff-mobile-bar__primary,
.ff-mobile-bar__default {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: var(--ff-radius);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.ff-mobile-bar__primary {
  background: var(--ff-accent);
  color: #fff;
}

/* ══════════════════════════════════════
   OPENING SOON — cinematic launch
   ══════════════════════════════════════ */

.ff--opening-soon {
  background: var(--ff-charcoal);
  color: #fff;
}

.ff--opening-soon .ff-main {
  background: var(--ff-charcoal);
}

.ff-os-hero {
  position: relative;
  min-height: min(92vh, 900px);
  display: flex;
  align-items: flex-end;
  padding: clamp(6rem, 12vw, 8rem) 0 clamp(3rem, 6vw, 4rem);
}

.ff-os-hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ff-os-hero__backdrop::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(18, 18, 20, 0.35) 0%,
    rgba(18, 18, 20, 0.55) 45%,
    rgba(18, 18, 20, 0.92) 100%
  );
}

.ff-os-hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.ff-os-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: end;
}

.ff-os-hero__copy h1 {
  max-width: 12ch;
}

.ff-os-hero__copy .ff-lead {
  color: rgba(255, 255, 255, 0.78);
  max-width: 42ch;
  margin-bottom: 1.25rem;
}

.ff-os-hero__date {
  margin: 0 0 1.5rem;
  font-family: var(--ff-display);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ff-accent);
}

.ff-os-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ff-os-hero__countdown {
  padding: clamp(1.5rem, 3vw, 2rem);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

/* Tease strips */

.ff-os-tease {
  background: var(--ff-charcoal);
}

.ff-os-tease__strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(420px, 55vh, 560px);
}

.ff-os-tease__strip--reverse .ff-os-tease__media {
  order: 2;
}

.ff-os-tease__strip--reverse .ff-os-tease__copy {
  order: 1;
}

.ff-os-tease__media {
  position: relative;
  overflow: hidden;
}

.ff-os-tease__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ff-os-tease__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 6vw, 4rem);
  background: var(--ff-charcoal-soft);
}

.ff-os-tease__copy h2 {
  max-width: 14ch;
}

.ff-os-tease__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  max-width: 36ch;
}

/* Progress */

.ff-os-progress {
  padding: clamp(3rem, 8vw, 5rem) 0;
  background: var(--ff-bone);
  color: var(--ff-charcoal);
}

.ff-os-progress__layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.ff-os-progress__copy .ff-eyebrow {
  color: var(--ff-accent);
}

.ff-os-progress__copy p:last-child {
  margin: 0;
  color: var(--ff-muted);
}

/* Waitlist section */

.ff-os-waitlist {
  padding: clamp(3rem, 8vw, 5rem) 0;
  background: var(--ff-charcoal-soft);
}

.ff-os-waitlist__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
}

.ff-os-waitlist__visual {
  overflow: hidden;
  min-height: 320px;
}

.ff-os-waitlist__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Gulch */

.ff-os-gulch {
  padding: clamp(3rem, 8vw, 5rem) 0;
  background: var(--ff-bone);
  color: var(--ff-charcoal);
}

.ff-os-gulch__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}

.ff-os-gulch__copy p {
  color: var(--ff-muted);
}

.ff-os-gulch__address {
  margin-top: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--ff-charcoal) !important;
}

.ff-os-gulch__media {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0.75rem;
  min-height: 380px;
}

.ff-os-gulch__photo,
.ff-os-gulch__photo-secondary {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ff-os-gulch__photo-secondary {
  margin-top: 2.5rem;
}

/* Close */

.ff-os-close {
  padding: clamp(4rem, 10vw, 7rem) 0;
  background: var(--ff-charcoal);
  text-align: center;
}

.ff-os-close__inner h2 {
  margin-bottom: 2rem;
  max-width: 16ch;
  margin-inline: auto;
}

/* ══════════════════════════════════════
   FOUNDING OFFER — conversion-led
   ══════════════════════════════════════ */

.ff-fo-hero {
  padding: clamp(3rem, 7vw, 5rem) 0 clamp(2.5rem, 5vw, 3.5rem);
  background: linear-gradient(135deg, #faf8f5 0%, #fff 55%, var(--ff-accent-soft) 100%);
  border-bottom: 1px solid var(--ff-line);
}

.ff-fo-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}

.ff-fo-hero__copy h1 {
  font-size: clamp(2.5rem, 6vw, 4.25rem);
  max-width: 12ch;
}

.ff-fo-hero__badge {
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  margin: 1.5rem 0;
  padding: 0.85rem 1.1rem;
  border-left: 3px solid var(--ff-accent);
  background: var(--ff-accent-soft);
}

.ff-fo-hero__badge-label {
  font-family: var(--ff-display);
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ff-fo-hero__badge-note {
  font-size: 0.82rem;
  color: var(--ff-muted);
}

.ff-fo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ff-fo-hero__visual {
  position: relative;
}

.ff-fo-hero__photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--ff-radius);
}

/* Benefits */

.ff-fo-benefits {
  padding: clamp(3rem, 7vw, 4.5rem) 0;
}

.ff-fo-benefits__head {
  margin-bottom: 2.5rem;
  max-width: 28ch;
}

.ff-fo-benefits__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--ff-line);
}

.ff-fo-benefit {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1rem, 3vw, 2rem);
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--ff-line);
  align-items: start;
}

.ff-fo-benefit__num {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--ff-accent);
  line-height: 1;
}

.ff-fo-benefit h3 {
  margin-bottom: 0.35rem;
  letter-spacing: 0.06em;
}

.ff-fo-benefit p {
  margin: 0;
  color: var(--ff-muted);
  max-width: 52ch;
}

/* Compare */

.ff-fo-compare {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  background: var(--ff-charcoal);
  color: #fff;
}

.ff-fo-compare__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.ff-fo-compare__col {
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ff-fo-compare__col--founding {
  background: rgba(196, 90, 42, 0.12);
  border-color: rgba(196, 90, 42, 0.35);
}

.ff-fo-compare__col h3 {
  margin-bottom: 1.25rem;
  font-size: 1.35rem;
}

.ff-fo-compare__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ff-fo-compare__col li {
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.78);
}

.ff-fo-compare__col li:last-child {
  border-bottom: none;
}

.ff-fo-compare__col--founding li::before {
  content: '✓ ';
  color: var(--ff-accent);
  font-weight: 700;
}

/* Training stack */

.ff-fo-training {
  padding: clamp(3rem, 7vw, 4.5rem) 0;
}

.ff-fo-training__head {
  margin-bottom: 2rem;
}

.ff-fo-training__stack {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ff-fo-program {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid var(--ff-line);
}

.ff-fo-program--reverse .ff-fo-program__media {
  order: 2;
}

.ff-fo-program__photo {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--ff-radius);
}

.ff-fo-program h3 {
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}

.ff-fo-program p {
  margin: 0;
  color: var(--ff-muted);
}

/* Steps */

.ff-fo-steps {
  padding: clamp(3rem, 7vw, 4.5rem) 0;
  background: #faf8f5;
}

.ff-fo-steps__layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(2rem, 5vw, 3.5rem);
}

.ff-fo-steps__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ff-fo-steps__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--ff-line);
}

.ff-fo-steps__num {
  font-family: var(--ff-display);
  font-size: 1.75rem;
  color: var(--ff-accent);
  line-height: 1;
}

.ff-fo-steps__list h3 {
  font-size: 1.05rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.ff-fo-steps__list p {
  margin: 0;
  color: var(--ff-muted);
  font-size: 0.92rem;
}

/* Community */

.ff-fo-community {
  padding: clamp(3rem, 7vw, 4.5rem) 0;
}

.ff-fo-community__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 5vw, 3rem);
  align-items: center;
}

.ff-fo-community__copy p:last-child {
  margin: 0;
  color: var(--ff-muted);
}

.ff-fo-community__photo {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: var(--ff-radius);
}

/* Convert */

.ff-fo-convert {
  padding: clamp(3rem, 7vw, 4.5rem) 0;
  background: var(--ff-charcoal-soft);
}

.ff-fo-convert__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: stretch;
}

.ff-fo-convert__aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ff-fo-convert__photo {
  width: 100%;
  flex: 1;
  min-height: 240px;
  object-fit: cover;
  border-radius: var(--ff-radius);
}

.ff-fo-convert__urgency {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.02em;
}

/* Close */

.ff-fo-close {
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, var(--ff-accent-soft) 100%);
}

.ff-fo-close h2 {
  margin-bottom: 1.75rem;
}

/* ══════════════════════════════════════
   COMMUNITY LAUNCH — people + place
   ══════════════════════════════════════ */

.ff-cl-hero {
  padding: clamp(3rem, 7vw, 4.5rem) 0;
  background: #faf8f5;
  border-bottom: 1px solid var(--ff-line);
}

.ff-cl-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(2rem, 5vw, 3rem);
  align-items: center;
}

.ff-cl-hero__copy h1 {
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  text-transform: none;
  line-height: 1.08;
  max-width: 14ch;
}

.ff-cl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.ff-cl-hero__photo {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 2px;
}

/* Intro */

.ff-cl-intro {
  padding: clamp(3rem, 7vw, 4.5rem) 0;
}

.ff-cl-intro__layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 5vw, 3rem);
  align-items: center;
}

.ff-cl-intro__photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ff-cl-intro__copy p {
  color: var(--ff-muted);
}

.ff-cl-intro__copy p:last-child {
  font-weight: 600;
  color: var(--ff-charcoal);
}

/* Events */

.ff-cl-events {
  padding: clamp(3rem, 7vw, 4.5rem) 0;
  background: var(--ff-charcoal);
  color: #fff;
}

.ff-cl-events__head {
  margin-bottom: 2rem;
}

.ff-cl-events__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ff-cl-event {
  display: grid;
  grid-template-columns: minmax(140px, 200px) 1fr;
  gap: clamp(1rem, 3vw, 2rem);
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ff-cl-event__date span {
  display: block;
  font-family: var(--ff-display);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ff-accent);
}

.ff-cl-event h3 {
  margin-bottom: 0.35rem;
  letter-spacing: 0.04em;
}

.ff-cl-event__loc {
  margin: 0 0 0.5rem;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.55;
}

.ff-cl-event p {
  margin: 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.72);
  max-width: 48ch;
}

.ff-cl-event .ff-link {
  color: var(--ff-accent);
}

/* Team */

.ff-cl-team {
  padding: clamp(3rem, 7vw, 4.5rem) 0;
}

.ff-cl-team__head {
  margin-bottom: 2.5rem;
}

.ff-cl-team__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

.ff-cl-team-card {
  display: flex;
  flex-direction: column;
}

.ff-cl-team-card__media {
  overflow: hidden;
  aspect-ratio: 3 / 4;
  margin-bottom: 1rem;
}

.ff-cl-team-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(15%);
}

.ff-cl-team-card h3 {
  font-size: 1.15rem;
  text-transform: none;
  margin-bottom: 0.25rem;
}

.ff-cl-team-card__role {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--ff-accent);
}

.ff-cl-team-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--ff-muted);
  line-height: 1.55;
}

/* Hiring */

.ff-cl-hiring {
  padding: clamp(3rem, 7vw, 4.5rem) 0;
  background: #fff;
  border-top: 1px solid var(--ff-line);
  border-bottom: 1px solid var(--ff-line);
}

.ff-cl-hiring__layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr auto;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: center;
}

.ff-cl-hiring__copy p {
  margin: 0;
  color: var(--ff-muted);
}

.ff-cl-hiring__roles {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ff-cl-hiring__roles li {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--ff-line);
}

.ff-cl-hiring__roles li strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}

.ff-cl-hiring__roles li span {
  font-size: 0.85rem;
  color: var(--ff-muted);
}

/* Partners */

.ff-cl-partners {
  padding: clamp(3rem, 7vw, 4.5rem) 0;
}

.ff-cl-partners__head {
  margin-bottom: 2rem;
}

.ff-cl-partners__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.ff-cl-partner {
  padding: 1.25rem;
  background: #fff;
  border: 1px solid var(--ff-line);
}

.ff-cl-partner h3 {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}

.ff-cl-partner p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--ff-muted);
}

/* Board */

.ff-cl-board {
  padding: clamp(3rem, 7vw, 4.5rem) 0;
  background: var(--ff-bone);
}

.ff-cl-board__layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 3rem);
  align-items: start;
}

.ff-cl-board__head {
  margin-bottom: 1.5rem;
}

.ff-cl-board__feed {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ff-line);
}

.ff-cl-board__feed li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem 1rem;
  align-items: baseline;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--ff-line);
  font-size: 0.88rem;
}

.ff-cl-board__tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ff-accent);
}

.ff-cl-board__feed li strong {
  font-weight: 600;
}

.ff-cl-board__feed li span:last-child {
  color: var(--ff-muted);
  font-size: 0.78rem;
  white-space: nowrap;
}

.ff-cl-board__photo {
  overflow: hidden;
}

.ff-cl-board__img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

/* Waitlist */

.ff-cl-waitlist {
  padding: clamp(3rem, 7vw, 4.5rem) 0;
}

.ff-cl-waitlist__layout {
  max-width: 640px;
}

/* Close */

.ff-cl-close {
  padding: clamp(3.5rem, 8vw, 5rem) 0;
  text-align: center;
  background: var(--ff-charcoal);
  color: #fff;
}

.ff-cl-close h2 {
  max-width: 22ch;
  margin-inline: auto;
  margin-bottom: 2rem;
  text-transform: none;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
}

.ff-cl-close__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.ff-cl-close .ff-btn--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.ff-cl-close .ff-btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* ── Responsive ── */

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

  .ff-nav {
    position: fixed;
    inset: 4.25rem 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    background: rgba(18, 18, 20, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.25s, opacity 0.25s;
  }

  .ff--founding-offer .ff-nav,
  .ff--community-launch .ff-nav {
    background: rgba(255, 255, 255, 0.98);
    border-bottom-color: var(--ff-line);
  }

  .ff-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .ff-nav a {
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .ff--founding-offer .ff-nav a,
  .ff--community-launch .ff-nav a {
    border-bottom-color: var(--ff-line);
  }

  .ff-nav__cta {
    margin: 0.5rem 0 0;
    text-align: center;
  }

  .ff-mobile-bar {
    display: block;
  }

  .ff-main {
    padding-bottom: 6rem;
  }

  .ff-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .ff-os-hero__inner,
  .ff-fo-hero__grid,
  .ff-cl-hero__grid,
  .ff-os-progress__layout,
  .ff-os-waitlist__layout,
  .ff-os-gulch__grid,
  .ff-fo-community__grid,
  .ff-fo-convert__grid,
  .ff-fo-steps__layout,
  .ff-cl-intro__layout,
  .ff-cl-board__layout,
  .ff-cl-hiring__layout {
    grid-template-columns: 1fr;
  }

  .ff-os-hero__countdown {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 1.5rem;
    margin-top: 0.5rem;
  }

  .ff-os-tease__strip,
  .ff-fo-program {
    grid-template-columns: 1fr;
  }

  .ff-os-tease__strip--reverse .ff-os-tease__media,
  .ff-os-tease__strip--reverse .ff-os-tease__copy,
  .ff-fo-program--reverse .ff-fo-program__media {
    order: unset;
  }

  .ff-os-tease__media {
    min-height: 280px;
  }

  .ff-os-gulch__media {
    grid-template-columns: 1fr;
  }

  .ff-os-gulch__photo-secondary {
    margin-top: 0;
  }

  .ff-fo-compare__grid,
  .ff-cl-team__grid,
  .ff-cl-partners__grid {
    grid-template-columns: 1fr 1fr;
  }

  .ff-cl-event {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .ff-cl-hiring__layout {
    grid-template-columns: 1fr;
  }

  .ff-cl-hiring__layout .ff-btn {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .ff-wrap {
    width: min(100% - 1.25rem, var(--ff-wrap));
  }

  .ff-waitlist__form,
  .ff-founding-form__form {
    grid-template-columns: 1fr;
  }

  .ff-footer__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .ff-fo-compare__grid,
  .ff-cl-team__grid,
  .ff-cl-partners__grid {
    grid-template-columns: 1fr;
  }

  .ff-cl-close h2 {
    margin-inline: auto;
  }

  .ff-cl-close__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ff-os-hero {
    min-height: auto;
    padding-top: 5rem;
  }

  .ff-os-hero__actions,
  .ff-fo-hero__actions,
  .ff-cl-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ff-btn--lg {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ff-btn,
  .ff-nav {
    transition: none;
  }
}
