:root {
  --ff-black: #101010;
  --ff-yellow: #ffca05;
  --ff-blue: #194fc3;
  --ff-cream: #f4efe5;
  --ff-warm: #fffdf8;
}

.found-flyer-v2 {
  background: var(--ff-cream);
  overflow-x: clip;
}

.found-flyer-v2 h1,
.found-flyer-v2 h2 {
  overflow-wrap: normal;
  text-wrap: balance;
}

.review-ribbon {
  background: var(--ff-blue);
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  padding: 7px 16px;
  text-align: center;
}

.review-ribbon strong {
  color: var(--ff-yellow);
  margin-right: 7px;
  text-transform: uppercase;
}

.ff-hero {
  background: linear-gradient(#fffdf8, #f4efe5);
  border-bottom: 0;
  color: var(--ff-black);
  position: relative;
}

.ff-hero::after {
  background: var(--ff-black);
  bottom: 0;
  clip-path: polygon(0 32%, 8% 0, 18% 50%, 28% 18%, 41% 70%, 53% 12%, 65% 55%, 77% 20%, 89% 66%, 100% 25%, 100% 100%, 0 100%);
  content: "";
  height: 28px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 3;
}

.ff-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(36px, 6vw, 78px);
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  min-height: 610px;
  padding: 66px 0 82px;
}

.ff-hero-copy,
.ff-video,
.ff-section-heading > *,
.ff-coach-grid > *,
.ff-form-heading > * {
  min-width: 0;
}

.ff-hero-copy h1 {
  font-size: clamp(3.35rem, 6vw, 5.65rem);
  margin: 11px 0 22px;
  max-width: 650px;
}

.ff-hero-copy .lead {
  max-width: 610px;
}

.ff-hero .eye::before,
.ff-story .eye::before,
.ff-paths .eye::before,
.ff-form-section .eye::before {
  background: var(--ff-blue);
}

.ff-hero .btn.dark {
  border-color: var(--ff-black);
  box-shadow: 4px 4px 0 var(--ff-yellow);
}

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

.ff-trust li {
  border: 2px solid var(--ff-black);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 7px 10px;
  text-transform: uppercase;
}

.ff-video-poster {
  aspect-ratio: 4 / 3;
  background: var(--ff-black);
  border: 4px solid var(--ff-black);
  box-shadow: 9px 9px 0 var(--ff-black);
  color: #fff;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.ff-video-still {
  cursor: default;
}

.ff-video-poster img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 50% 27%;
  width: 100%;
}

.ff-video-shade {
  background: linear-gradient(0deg, rgba(16, 16, 16, 0.72), transparent 52%);
  inset: 0;
  position: absolute;
}

.ff-play {
  align-items: center;
  background: var(--ff-yellow);
  border: 3px solid var(--ff-black);
  border-radius: 50%;
  color: var(--ff-black);
  display: flex;
  font-size: 1.45rem;
  height: 70px;
  justify-content: center;
  left: 50%;
  padding-left: 4px;
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 70px;
}

.ff-video-label {
  bottom: 17px;
  font-size: 0.72rem;
  font-weight: 800;
  left: 18px;
  letter-spacing: 0.06em;
  position: absolute;
  right: 18px;
  text-align: center;
  text-transform: uppercase;
}

.ff-video-note {
  color: #55524d;
  font-size: 0.76rem;
  line-height: 1.5;
  margin: 18px 0 0;
}

.ff-section-heading {
  align-items: start;
  display: grid;
  gap: clamp(30px, 6vw, 76px);
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  margin-top: 12px;
}

.ff-section-heading h2,
.ff-form-heading h2 {
  margin-bottom: 0;
}

.ff-section-heading p,
.ff-form-heading p,
.ff-coach-copy p {
  font-size: 1.04rem;
  line-height: 1.7;
  margin: 0;
}

.ff-section-heading p + p,
.ff-coach-copy p + p {
  margin-top: 18px;
}

.ff-callout {
  background: var(--ff-yellow);
  border: 3px solid var(--ff-black);
  box-shadow: 6px 6px 0 var(--ff-blue);
  font-size: 1.05rem;
  font-weight: 800;
  margin: 38px 0 0 auto;
  max-width: 560px;
  padding: 17px 20px;
}

.ff-paths {
  background: var(--ff-warm);
}

.ff-path {
  display: flex;
  flex-direction: column;
  min-height: 365px;
  overflow: visible;
}

.ff-path h3 {
  font-size: clamp(1.75rem, 2.5vw, 2.35rem);
  line-height: 1;
  margin-top: 14px;
  overflow-wrap: anywhere;
}

.ff-path p {
  line-height: 1.55;
}

.ff-path a {
  margin-top: auto;
  min-height: 44px;
  padding-top: 20px;
}

.ff-coach-grid {
  align-items: center;
  display: grid;
  gap: clamp(42px, 7vw, 90px);
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
}

.ff-coach-photo {
  margin: 0;
}

.ff-photo-frame {
  aspect-ratio: 608 / 674;
  background: #fff;
  border: 4px solid #fff;
  box-shadow: 10px 10px 0 var(--ff-yellow);
  overflow: hidden;
}

.ff-photo-frame img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
}

.ff-coach-photo figcaption {
  align-items: center;
  background: var(--ff-yellow);
  border: 3px solid var(--ff-black);
  color: var(--ff-black);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin: 10px -10px 0 10px;
  padding: 13px 16px;
}

.ff-coach-photo figcaption strong {
  font-family: Anton, Impact, sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
}

.ff-coach-photo figcaption span {
  font-size: 0.7rem;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.ff-coach-copy h2 {
  font-size: clamp(2.8rem, 4.7vw, 4.8rem);
  margin: 12px 0 28px;
}

.ff-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.ff-proof span {
  border: 2px solid #fff;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 8px 10px;
  text-transform: uppercase;
}

.ff-process .eye::before {
  background: var(--ff-blue);
}

.ff-process .head {
  margin-bottom: 34px;
}

.ff-steps {
  counter-reset: ff-step;
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ff-steps li {
  align-items: center;
  background: var(--ff-warm);
  border: 3px solid var(--ff-black);
  box-shadow: 6px 6px 0 var(--ff-blue);
  display: grid;
  gap: 10px 24px;
  grid-template-columns: 52px minmax(0, 0.8fr) minmax(0, 1.2fr);
  min-height: 82px;
  padding: 14px 22px;
}

.ff-steps li::before {
  content: "0" counter(ff-step);
  counter-increment: ff-step;
  font-family: Anton, Impact, sans-serif;
  font-size: 1.8rem;
}

.ff-steps strong {
  text-transform: uppercase;
}

.ff-steps span {
  color: #65645f;
}

.ff-form-heading {
  align-items: end;
  display: grid;
  gap: 32px 70px;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.75fr);
  margin-top: 12px;
}

.ff-form-heading p a {
  color: #fff;
  font-weight: 800;
}

.ff-form-card {
  background: var(--ff-warm);
  border: 4px solid var(--ff-black);
  box-shadow: 10px 10px 0 var(--ff-yellow);
  color: var(--ff-black);
  margin-top: 40px;
  padding: clamp(24px, 4vw, 42px);
}

.ff-form-card .fields {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ff-form-card .field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.ff-form-card .field.full {
  grid-column: 1 / -1;
}

.ff-form-card label {
  font-size: 0.75rem;
  font-weight: 800;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.ff-form-card input,
.ff-form-card select {
  background: #fff;
  border: 2px solid var(--ff-black);
  border-radius: 0;
  color: var(--ff-black);
  min-height: 50px;
  min-width: 0;
  padding: 11px 12px;
  width: 100%;
}

.ff-form-card .check {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 24px minmax(0, 1fr);
}

.ff-form-card .check input {
  min-height: 24px;
  width: 24px;
}

.ff-form-card .check label {
  font-size: 0.84rem;
  line-height: 1.45;
  margin: 1px 0 0;
  text-transform: none;
}

.ff-submit {
  cursor: pointer;
  width: 100%;
}

.ff-privacy {
  color: #65645f;
  font-size: 0.76rem;
  line-height: 1.45;
  margin: 15px 0 0;
  text-align: center;
}

.ff-form-card .status {
  font-size: 0.85rem;
  font-weight: 800;
  min-height: 24px;
  margin: 10px 0 0;
}

.ff-video-dialog {
  background: var(--ff-warm);
  border: 4px solid var(--ff-black);
  box-shadow: 10px 10px 0 var(--ff-yellow);
  color: var(--ff-black);
  max-width: 650px;
  padding: 0;
  width: calc(100% - 36px);
}

.ff-video-dialog::backdrop {
  background: rgba(16, 16, 16, 0.8);
}

.ff-video-dialog > div {
  padding: clamp(28px, 5vw, 50px);
  position: relative;
}

.ff-video-dialog h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  margin: 14px 0 22px;
}

.ff-video-dialog p {
  line-height: 1.65;
  margin: 0 0 26px;
}

.ff-dialog-close {
  background: var(--ff-black);
  border: 0;
  color: #fff;
  cursor: pointer;
  min-height: 44px;
  padding: 9px 12px;
  position: absolute;
  right: 12px;
  top: 12px;
}

@media (max-width: 900px) {
  .ff-hero-grid,
  .ff-section-heading,
  .ff-coach-grid,
  .ff-form-heading {
    grid-template-columns: minmax(0, 1fr);
  }

  .ff-hero-grid {
    min-height: 0;
    padding: 56px 0 72px;
  }

  .ff-video-poster {
    aspect-ratio: 16 / 9;
  }

  .ff-video-poster img {
    object-position: 50% 24%;
  }

  .ff-section-heading,
  .ff-form-heading {
    gap: 25px;
  }

  .ff-callout {
    margin-left: 0;
  }

  .ff-coach-photo {
    max-width: 480px;
  }
}

@media (max-width: 700px) {
  .review-ribbon {
    font-size: 0.66rem;
    line-height: 1.35;
  }

  .ff-hero-copy h1 {
    font-size: clamp(2.8rem, 14vw, 4rem);
    line-height: 0.96;
  }

  .ff-hero-copy .buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .ff-hero-copy .btn {
    width: 100%;
  }

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

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

  .ff-path {
    min-height: 0;
  }

  .ff-coach-copy h2,
  .ff-story h2,
  .ff-paths h2,
  .ff-process h2,
  .ff-form-section h2 {
    font-size: clamp(2.25rem, 10.5vw, 3.15rem);
  }

  .ff-coach-photo figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .ff-coach-photo figcaption span {
    text-align: left;
  }

  .ff-steps li {
    align-items: start;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 16px;
  }

  .ff-steps span {
    grid-column: 2;
  }

  .ff-form-card {
    padding: 22px 17px;
  }

  .ff-form-card .fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .ff-form-card .field,
  .ff-form-card .field.full {
    grid-column: 1;
  }
}

@media (max-width: 430px) {
  .ff-hero-copy h1 {
    font-size: clamp(2.65rem, 13.3vw, 3.45rem);
  }

  .ff-video-label {
    bottom: 11px;
    font-size: 0.64rem;
  }

  .ff-play {
    height: 58px;
    width: 58px;
  }
}
