.ftfa-page {
  --ftfa-panel: #141416;
  --ftfa-soft: #101012;
  --ftfa-line: rgba(255, 255, 255, .09);
  --ftfa-gold: #e8bd5f;
  --ftfa-red: #cf3a2d;
  width: 100%;
  color: #f7f4ee;
}

.ftfa-page * {
  box-sizing: border-box;
}

.ftfa-page h1,
.ftfa-page h2,
.ftfa-page h3 {
  color: #f7f4ee;
}

.ftfa-page p {
  color: #bbb7b0;
}

.ftfa-kicker {
  margin: 0 0 10px;
  color: var(--ftfa-gold) !important;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* Intro */
.ftfa-hero {
  max-width: 1160px;
  padding: 30px 0 86px;
}

.ftfa-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .65fr);
  align-items: end;
  gap: clamp(42px, 7vw, 90px);
}

.ftfa-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.75rem, 5.6vw, 5.5rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.ftfa-hero-intro {
  max-width: 470px;
  padding-left: 26px;
  border-left: 2px solid var(--ftfa-red);
}

.ftfa-hero-intro p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.ftfa-hero-intro p + p {
  margin-top: 13px;
}

/* Origin story */
.ftfa-origin {
  padding: 82px 0 92px;
  border-top: 1px solid var(--ftfa-line);
}

.ftfa-section-intro {
  max-width: 720px;
  margin-bottom: 48px;
}

.ftfa-section-intro h2 {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.65rem);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.ftfa-timeline {
  position: relative;
  max-width: 950px;
  margin-left: 20px;
}

.ftfa-timeline::before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 25px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    var(--ftfa-gold),
    rgba(232, 189, 95, .15)
  );
}

.ftfa-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 30px;
  padding: 0 0 58px;
}

.ftfa-timeline-item:last-child {
  padding-bottom: 0;
}

.ftfa-timeline-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(232, 189, 95, .35);
  border-radius: 50%;
  color: var(--ftfa-gold);
  background: #0b0b0c;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.ftfa-timeline-copy {
  max-width: 720px;
  padding-top: 3px;
}

.ftfa-timeline-copy h3 {
  margin: 0 0 12px;
  font-size: clamp(1.55rem, 2.7vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.ftfa-timeline-copy > p:not(.ftfa-kicker) {
  max-width: 640px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.ftfa-missing {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.ftfa-missing span {
  padding: 8px 12px;
  border: 1px solid rgba(207, 58, 45, .26);
  border-radius: 999px;
  color: #f1d3cf;
  background: rgba(207, 58, 45, .06);
  font-size: .74rem;
  font-weight: 800;
}

/* Main statement */
.ftfa-statement {
  max-width: 960px;
  margin: 66px 0 104px;
  padding: 32px 0 32px 34px;
  border-left: 3px solid var(--ftfa-gold);
}

.ftfa-statement p {
  margin: 0;
  color: #f7f4ee;
  font-size: clamp(1.9rem, 3.8vw, 3.75rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.035em;
}

/* Foundation */
.ftfa-foundation {
  padding: 88px 0 96px;
  border-top: 1px solid var(--ftfa-line);
}

.ftfa-foundation-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  align-items: end;
  gap: 50px;
  margin-bottom: 42px;
}

.ftfa-foundation-heading h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.03;
  letter-spacing: -.035em;
}

.ftfa-foundation-heading > p {
  max-width: 540px;
  margin: 0;
  font-size: .98rem;
  line-height: 1.75;
}

.ftfa-principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ftfa-line);
}

.ftfa-principles article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  padding: 28px 28px 28px 0;
  border-bottom: 1px solid var(--ftfa-line);
}

.ftfa-principles article:nth-child(odd) {
  padding-right: 36px;
  border-right: 1px solid var(--ftfa-line);
}

.ftfa-principles article:nth-child(even) {
  padding-left: 36px;
}

.ftfa-principles article > span {
  padding-top: 3px;
  color: var(--ftfa-gold);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.ftfa-principles h3 {
  margin: 0 0 8px;
  font-size: 1.16rem;
}

.ftfa-principles p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.7;
}

/* Closing card */
.ftfa-closing {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, .7fr);
  align-items: center;
  gap: 54px;
  margin-top: 96px;
  padding: clamp(38px, 5vw, 58px);
  border: 1px solid rgba(232, 189, 95, .34);
  border-radius: 12px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(207, 58, 45, .12),
      transparent 40%
    ),
    var(--ftfa-panel);
}

.ftfa-closing-heading h2 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.85rem);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.ftfa-closing-copy p {
  margin: 0 0 24px;
  font-size: .98rem;
  line-height: 1.75;
}

.ftfa-closing-copy a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 11px 18px;
  border: 1px solid #dfad4e;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(180deg, #bd352a, #8f211c);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform .18s ease,
    filter .18s ease;
}

.ftfa-closing-copy a:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

@media (max-width: 920px) {
  .ftfa-hero-grid,
  .ftfa-foundation-heading,
  .ftfa-closing {
    grid-template-columns: 1fr;
  }

  .ftfa-hero-intro {
    max-width: 650px;
  }

  .ftfa-principles {
    grid-template-columns: 1fr;
  }

  .ftfa-principles article,
  .ftfa-principles article:nth-child(odd),
  .ftfa-principles article:nth-child(even) {
    padding-inline: 0;
    border-right: 0;
  }
}

@media (max-width: 620px) {
  .ftfa-hero {
    padding-bottom: 66px;
  }

  .ftfa-origin {
    padding-block: 68px 76px;
  }

  .ftfa-timeline {
    margin-left: 0;
  }

  .ftfa-timeline::before {
    left: 20px;
  }

  .ftfa-timeline-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    padding-bottom: 46px;
  }

  .ftfa-timeline-number {
    width: 42px;
    height: 42px;
  }

  .ftfa-statement {
    margin-block: 54px 82px;
    padding-left: 24px;
  }

  .ftfa-foundation {
    padding-block: 72px 82px;
  }

  .ftfa-principles article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ftfa-closing {
    margin-top: 76px;
    padding: 30px 24px;
  }
}

/* Owner credit beneath the About page title */
.ftfa-owner {
  margin: 18px 0 0 !important;
  color: var(--ftfa-gold) !important;
  font-size: .78rem !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}