
/* ============================================================
   Echo — Founding Partner page
   Institutional counterpart to the Echo V3 landing page.
   Uses only tokens from styles.css. No shadows, no hover-lift.
   ============================================================ */

.fp-hero {
  position: relative;
  width: 100%;
  background-color: var(--echo-orange);
  color: var(--echo-white);
  padding: clamp(5rem, 14vh, 8.5rem) clamp(1.25rem, 6vw, 4rem);
}
.fp-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(1.5rem, 4vh, 2.5rem) 0;
}
.fp-hero__headline {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.9rem, 9.5vw, 7.5rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
  color: var(--echo-white);
}
.fp-hero__line { display: block; }
.fp-hero__line--accent { color: var(--echo-cream); }

.fp-hero__intro {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.1rem, 2.6vw, 1.5rem);
  color: var(--echo-white);
  max-width: 46ch;
  margin: clamp(1.5rem, 4vh, 2.25rem) auto 0;
  line-height: 1.4;
}

.fp-hero__statement {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.1rem, 6vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--echo-white);
  margin: clamp(2.5rem, 6vh, 4rem) auto 0;
}
.fp-hero__statement-line { display: block; }
.fp-hero__statement-line--money {
  color: var(--echo-white);
  font-size: 1.25em;
  font-weight: 800;
}
.fp-hero__meta {
  font-family: var(--font-ui);
  font-weight: 500;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: rgba(255, 255, 255, 0.9);
  margin: 1.25rem auto 0;
  letter-spacing: 0.01em;
}
.fp-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: clamp(2rem, 5vh, 3rem);
}

/* Buttons (pill, border treatment, no shadow) */
.fp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  letter-spacing: -0.01em;
  border-radius: 999px;
  height: 52px;
  padding: 0 clamp(1.4rem, 3vw, 2rem);
  border: 1.5px solid transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
}
.fp-btn:focus-visible { outline: 3px solid var(--echo-orange); outline-offset: 2px; }
.fp-btn--solid { background: var(--echo-white); color: var(--echo-orange); border-color: var(--echo-white); }
.fp-btn--solid:hover { background: #f2f2f2; }
.fp-btn--ghost { background: transparent; color: var(--echo-white); border-color: var(--echo-white); }
.fp-btn--ghost:hover { background: var(--echo-white); color: var(--echo-orange); }

/* ============================================================
   WHY — editorial manifesto (left-aligned, asymmetric)
   ============================================================ */
.fp-why {
  background: var(--echo-cream);
  padding: clamp(5rem, 12vw, 9rem) 0;
}
.fp-why__wrap { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1.25rem, 6vw, 4rem); }
.fp-why__kicker {
  font-family: var(--font-ui);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(0.7rem, 0.9vw, 0.85rem);
  color: var(--echo-orange);
  margin-bottom: 1.5rem;
}
.fp-why__lead {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.4rem, 6.5vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: #101010;
  max-width: 13ch;
  margin: 0 0 2.5rem;
}
.fp-why__body {
  font-family: var(--font-ui);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
  color: #333;
  max-width: 44ch;
}
.fp-why__chorus {
  margin-top: 3.25rem;
  font-family: var(--font-hand);
  font-weight: 600;
  font-size: clamp(1.7rem, 5vw, 3rem);
  color: var(--echo-orange);
  line-height: 1.1;
}

/* ============================================================
   RESOLUTION LOOP — dark, pinned heading, journey
   ============================================================ */
.fp-loop { background: #060b13; color: var(--echo-white); }
.fp-loop__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(5rem, 12vw, 8rem) clamp(1.25rem, 6vw, 4rem);
  display: grid;
  grid-template-columns: minmax(0, 34%) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
.fp-loop__pinned { position: sticky; top: 6.5rem; }
.fp-loop__eyebrow {
  font-family: var(--font-ui);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(0.7rem, 0.9vw, 0.85rem);
  color: var(--echo-orange);
}
.fp-loop__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--echo-white);
  margin-top: 0.75rem;
}
.fp-loop__stages { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.fp-stage { display: flex; flex-direction: column; gap: 0.4rem; padding: clamp(1.2rem, 3vh, 1.75rem) 0; }
.fp-stage:nth-child(3) { margin-left: clamp(0rem, 6vw, 4.5rem); }
.fp-stage:nth-child(7) { margin-left: clamp(0rem, 6vw, 4.5rem); }
.fp-stage__word {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.3rem, 5.2vw, 4.2rem);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--echo-white);
}
.fp-stage--final .fp-stage__word { color: var(--echo-orange); }
.fp-stage__hint {
  font-family: var(--font-ui);
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  color: rgba(255, 255, 255, 0.72);
  max-width: 30ch;
  line-height: 1.45;
}
.fp-loop__arrow { display: flex; align-items: center; }
.fp-loop__arrow img { width: clamp(1.6rem, 3vw, 2.4rem); height: auto; opacity: 0.9; }

/* ============================================================
   TOOLS — split system with layered dashboards
   ============================================================ */
.fp-tools { background: var(--echo-cream); padding: clamp(5rem, 12vw, 8rem) 0; }
.fp-tools__inner { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1.25rem, 6vw, 4rem); }
.fp-tools__intro { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: clamp(2rem, 6vw, 3.5rem); }
.fp-tools__kicker {
  font-family: var(--font-ui);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(0.7rem, 0.9vw, 0.85rem);
  color: var(--echo-orange);
  margin-bottom: 1.25rem;
}
.fp-tools__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 1;
  letter-spacing: -0.035em;
  color: #101010;
}
.fp-tools__split {
  display: grid;
  grid-template-columns: minmax(0, 40%) minmax(0, 60%);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
.fp-tools__labels { position: sticky; top: 6.5rem; }
.fp-tools__lede {
  font-family: var(--font-ui);
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  line-height: 1.6;
  color: #333;
  max-width: 34ch;
  margin-bottom: 2rem;
}
.fp-tools__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.fp-tools__list li {
  display: flex;
  gap: 0.9rem;
  align-items: baseline;
  padding: 1.05rem 0;
  border-top: 1px solid rgba(36, 36, 36, 0.16);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  color: #101010;
}
.fp-tools__num { font-family: var(--font-ui); font-weight: 600; color: var(--echo-orange); font-size: 0.85rem; min-width: 1.6em; }
.fp-tools__stage { position: relative; padding: 1rem 0 3rem; }
.fp-tools__front {
  width: 100%;
  height: auto;
  background: var(--echo-white);
  border: 1px solid rgba(36, 36, 36, 0.16);
  border-radius: clamp(14px, 2.4vw, 20px);
}
.fp-tools__peek {
  position: absolute;
  width: 52%;
  height: auto;
  background: var(--echo-white);
  border: 1px solid rgba(36, 36, 36, 0.16);
  border-radius: clamp(10px, 1.6vw, 16px);
}
.fp-tools__peek--left { left: -7%; top: 7%; transform: rotate(4deg); }
.fp-tools__peek--right { right: -6%; bottom: -4%; transform: rotate(-3deg); }
.fp-tools__foot {
  font-family: var(--font-ui);
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  color: #555;
  max-width: 52ch;
  margin-top: clamp(2rem, 6vw, 3.5rem);
}

/* HOW THE PILOT WORKS */
.fp-how { background: var(--echo-white); padding: clamp(5rem, 11vw, 8rem) 0; }
.fp-how__inner { max-width: 1100px; margin: 0 auto; padding: 0 clamp(1.25rem, 5vw, 3rem); }
.fp-how__head { max-width: 720px; margin-bottom: clamp(2.5rem, 6vw, 4rem); }
.fp-how__kicker {
  font-family: var(--font-ui);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(0.7rem, 0.9vw, 0.85rem);
  color: var(--echo-orange);
  margin-bottom: 1rem;
}
.fp-how__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #101010;
}
.fp-how__steps {
  list-style: none;
  margin: 0;
  padding: 0 0 0.75rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
}
.fp-how__steps::-webkit-scrollbar { display: none; }
.fp-how__step {
  flex: 1 1 0;
  min-width: 0;
  border-top: 2px solid var(--echo-orange);
  padding-top: 1.25rem;
  padding-inline: clamp(0.25rem, 1vw, 0.9rem);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.fp-how__stepnum { font-family: var(--font-ui); font-weight: 700; color: var(--echo-orange); font-size: 0.9rem; letter-spacing: 0.1em; }
.fp-how__stepname { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.2rem, 2vw, 1.5rem); color: #101010; }
.fp-how__stepcopy { font-family: var(--font-ui); font-size: clamp(0.9rem, 1.4vw, 1rem); color: #555; line-height: 1.5; }
.fp-how__sep { flex: 0 0 auto; font-family: var(--font-display); font-weight: 800; font-size: clamp(1.5rem, 2.5vw, 2rem); color: var(--echo-orange); align-self: flex-start; padding-top: 1rem; }
.fp-how__branchline { font-family: var(--font-ui); color: #555; margin-top: clamp(2.5rem, 5vw, 3.5rem); text-align: center; }
.fp-how__branchline::before { content: ""; display: block; height: 2px; width: 3rem; background: var(--echo-orange); margin: 0 auto 0.9rem; }
.fp-how__branch { display: flex; gap: 1rem; align-items: center; justify-content: center; margin-top: 0.75rem; }
.fp-how__branchopt { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.4rem, 3vw, 2rem); color: #101010; }
.fp-how__branchopt--go { color: var(--echo-orange); }
.fp-how__branchor { font-family: var(--font-ui); color: #999; }

/* WHAT WE ASK */
.fp-ask { background: var(--echo-cream); padding: clamp(4.5rem, 10vw, 7rem) 0; }
.fp-ask__inner { max-width: 900px; margin: 0 auto; padding: 0 clamp(1.25rem, 6vw, 4rem); }
.fp-ask__head { max-width: 620px; margin-bottom: clamp(2rem, 5vw, 3rem); }
.fp-ask__kicker {
  font-family: var(--font-ui);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(0.7rem, 0.9vw, 0.85rem);
  color: var(--echo-orange);
  margin-bottom: 1rem;
}
.fp-ask__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: #101010;
}
.fp-ask__list { list-style: none; margin: 0; padding: 0; }
.fp-ask__list li {
  display: flex;
  gap: 1.1rem;
  align-items: baseline;
  padding: 1.15rem 0;
  border-top: 1px solid rgba(36, 36, 36, 0.16);
  font-family: var(--font-ui);
  font-size: clamp(0.98rem, 1.8vw, 1.15rem);
  color: #333;
  line-height: 1.5;
}
.fp-ask__list li strong { color: #101010; }
.fp-ask__n { font-family: var(--font-display); font-weight: 700; color: var(--echo-orange); font-size: 0.9rem; min-width: 2.2em; }
.fp-ask__reassure {
  margin-top: clamp(2.5rem, 6vw, 4rem);
  padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1.25rem, 3.5vw, 2rem);
  border: 2px solid var(--echo-orange);
  border-radius: 18px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  line-height: 1.35;
  color: var(--echo-orange);
  text-align: center;
}

/* AFTER THE PILOT */
.fp-after { background: var(--echo-white); padding: clamp(5rem, 12vw, 9rem) 0; }
.fp-after__inner { max-width: 1100px; margin: 0 auto; padding: 0 clamp(1.25rem, 6vw, 4rem); }
.fp-after__kicker {
  font-family: var(--font-ui);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(0.7rem, 0.9vw, 0.85rem);
  color: var(--echo-orange);
  margin-bottom: 1.25rem;
}
.fp-after__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.8rem, 8vw, 6.5rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #101010;
}
.fp-after__body {
  font-family: var(--font-ui);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
  color: #333;
  max-width: 46ch;
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
}
.fp-after__benefit {
  margin-top: clamp(2.5rem, 6vw, 4rem);
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.4rem, 4vw, 2.6rem);
  line-height: 1.1;
  color: var(--echo-white);
  background: var(--echo-orange);
  border-radius: 16px;
  padding: clamp(1.25rem, 3vw, 2rem) clamp(1.5rem, 4vw, 2.5rem);
}

/* SUCCESS — one milestone */
.fp-goal {
  background: var(--echo-orange);
  color: var(--echo-white);
  padding: clamp(6rem, 14vw, 10rem) clamp(1.25rem, 6vw, 4rem);
  text-align: center;
}
.fp-goal__kicker {
  font-family: var(--font-ui);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(0.7rem, 0.9vw, 0.85rem);
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 2rem;
}
.fp-goal__line {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(3rem, 11vw, 7rem);
  line-height: 1;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.4rem, 3vw, 2rem);
}
.fp-goal__from { color: var(--echo-white); }
.fp-goal__arrow { color: #854f0b; }
.fp-goal__to { color: var(--echo-cream); }
.fp-goal__body {
  font-family: var(--font-ui);
  font-size: clamp(0.98rem, 2vw, 1.2rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  max-width: 58ch;
  margin: 1.75rem auto 0;
}

/* TRUST */
.fp-trust { background: var(--echo-cream); padding: clamp(4.5rem, 11vw, 8rem) 0; }
.fp-trust__inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 6vw, 4rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
.fp-trust__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 4.6vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: #101010;
}
.fp-trust__title span { color: var(--echo-orange); }
.fp-trust__body {
  font-family: var(--font-ui);
  font-size: clamp(0.98rem, 1.9vw, 1.15rem);
  line-height: 1.6;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 52ch;
}

/* FAQ — secondary */
.fp-faqq { background: var(--echo-white); padding: clamp(3.5rem, 8vw, 5.5rem) 0; }
.fp-faqq__inner { max-width: 860px; margin: 0 auto; padding: 0 clamp(1.25rem, 5vw, 2.5rem); }
.fp-faqq__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.6rem, 4vw, 2.3rem);
  color: #101010;
  margin-bottom: 2rem;
  text-align: center;
}

/* DEMO — dark closing */
.fp-demo {
  background: #101010;
  color: var(--echo-white);
  padding: clamp(5rem, 12vw, 8rem) 0;
}
.fp-demo__inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 2.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.fp-demo__kicker {
  font-family: var(--font-ui);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(0.7rem, 0.9vw, 0.85rem);
  color: var(--echo-orange);
}
.fp-demo__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--echo-white);
  margin: 0.75rem 0;
}
.fp-demo__sub {
  font-family: var(--font-ui);
  font-size: clamp(0.98rem, 2vw, 1.15rem);
  line-height: 1.6;
  color: #c9c9c9;
  max-width: 520px;
  margin: 0 auto clamp(2rem, 6vh, 3rem);
}

/* Reveal-on-scroll base (progressive enhancement only) */
[data-fp-reveal] { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s ease; }
@media (prefers-reduced-motion: no-preference) {
  [data-fp-reveal]:not(.is-in) { opacity: 0; transform: translateY(14px); }
}

/* Page-level: the strip behind the sticky nav belongs to the hero's orange */
.fp-body { background-color: var(--echo-orange); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .fp-loop__inner { grid-template-columns: 1fr; gap: clamp(2rem, 5vw, 3rem); }
  .fp-loop__pinned { position: static; margin-bottom: 1rem; }
  .fp-tools__split { grid-template-columns: 1fr; }
  .fp-tools__labels { position: static; }
  .fp-tools__peek--left { left: -3%; top: 4%; width: 46%; }
  .fp-tools__peek--right { right: -2%; bottom: -8%; width: 44%; }
}

@media (max-width: 900px) {
  .fp-hero { padding-top: clamp(4.5rem, 12vh, 7rem); }
  .fp-hero__headline { font-size: clamp(2.9rem, 11.5vw, 5.5rem); }
  .fp-hero__ctas { flex-direction: column; align-items: stretch; }
  .fp-btn { width: 100%; }

  .fp-how__steps { padding-bottom: 0.9rem; }
  .fp-how__step { flex: 0 0 auto; min-width: 46vw; }
  .fp-how__sep { padding-top: 1rem; font-size: 1.4rem; }
  .fp-how__branch { gap: 0.6rem; }
  .fp-how__branchopt { font-size: clamp(1.25rem, 6vw, 1.7rem); }

  .fp-trust__inner { grid-template-columns: 1fr; gap: 1.75rem; }
}

@media (max-width: 640px) {
  .fp-hero { padding-inline: 1.1rem; }
  .fp-hero__headline { font-size: clamp(2.55rem, 13vw, 4.2rem); }
  .fp-hero__statement { font-size: clamp(1.85rem, 8.5vw, 3rem); }
  .fp-hero__statement-line--money { font-size: 1.18em; }
  .fp-hero__intro { font-size: 1.05rem; }
  .fp-hero__meta { line-height: 1.45; }

  .fp-why__lead { max-width: 100%; }
  .fp-why__chorus { font-size: clamp(1.5rem, 7vw, 2rem); }

  .fp-loop { padding-inline: 1.1rem; }
  .fp-loop__inner { padding: clamp(3.5rem, 10vw, 5rem) 0.25rem; }
  .fp-stage:nth-child(3), .fp-stage:nth-child(7) { margin-left: clamp(0.5rem, 5vw, 1.75rem); }
  .fp-stage__word { font-size: clamp(2.05rem, 8vw, 3.1rem); }
  .fp-stage__hint { font-size: 0.95rem; }
  .fp-loop__arrow img { width: 1.35rem; }

  .fp-tools__stage { padding-bottom: 2.5rem; }
  .fp-tools__peek { width: 42%; }
  .fp-tools__peek--left { left: -2%; top: 3%; }
  .fp-tools__peek--right { right: -1%; bottom: -7%; }
  .fp-tools__foot { font-size: 0.92rem; }

  .fp-after__benefit { border-radius: 14px; padding: 1.25rem 1.35rem; font-size: clamp(1.15rem, 5.5vw, 1.6rem); }
  .fp-goal__line { font-size: clamp(1.7rem, 9.5vw, 4.5rem); gap: clamp(0.3rem, 2.5vw, 2rem); }
  .fp-goal__body { font-size: 0.98rem; }

  .fp-ask__reassure { font-size: 1.1rem; padding: 1.35rem 1.1rem; }
}
