/* Grafted sections only: PRESSURE TO POWER fill strip + Force Flow Engine.
   Self-contained. Does not restyle anything on the existing page. */

/* Headline test 2026-06-10: manual break balances the two desktop lines;
   phones drop the break and wrap naturally. */
@media (max-width: 768px) {
  .hero h1 br { display: none; }

  /* Phone round 2026-06-11: stack the System CTAs centered with a real gap
     (the second button's inline margin-left is a desktop side-by-side offset) */
  .mc-cta-pair { display: flex; flex-direction: column; align-items: center; gap: 14px; }
  .mc-cta-pair .btn { margin-left: 0 !important; }

  /* Phone round 2026-06-11: 26svh meter offset is a desktop eye-line call;
     on phones it leaves a dead black band below the equation. Pull it down. */
  .ff-meter { bottom: 12vh; bottom: 12svh; }
  .ff-foot { bottom: calc(12vh - 58px); bottom: calc(12svh - 58px); }
}

/* ---------- Pressure to Power fill strip ---------- */
.ptp-strip {
  position: relative;
  background: #F5F0E8;
  padding: clamp(28px, 5vw, 64px) 0;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid #E2D9C8;
  border-bottom: 1px solid #E2D9C8;
}
.ptp-text {
  font-family: "Chimera", "Bebas Neue", "Arial Black", sans-serif;
  font-size: clamp(2rem, 7.6vw, 7.5rem);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.ptp-outline {
  color: transparent;
  -webkit-text-stroke: 2px rgba(43, 43, 43, 0.3);
}
.ptp-fill {
  position: absolute;
  left: 0; right: 0; top: 50%;
  transform: translateY(-50%);
  color: #2B2B2B;
  clip-path: inset(0 100% 0 0);
}
.ptp-fill em { font-style: normal; color: #B33300; }

/* ---------- Stat line (one-line proof, replaces the old stat strip) ---------- */
.mcstat {
  background: #232120;
  padding: 24px 0 !important;
  margin: 0 !important;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.mcstat-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  text-align: center;
  padding: 0 clamp(20px, 4vw, 48px);
  box-sizing: border-box;
}
.mcstat-rotator {
  position: relative;
  height: clamp(50px, 6vw, 68px);
  max-width: none !important;
}
.mcstat-slide {
  position: absolute; inset: 0;
  width: 100% !important;
  max-width: none !important;
  display: flex; align-items: center; justify-content: center;
  gap: 16px;
  margin: 0 !important;
  opacity: 0;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  white-space: nowrap;
}
.mcstat-slide em {
  font-style: normal;
  font-family: "Chimera", "Bebas Neue", "Arial Black", sans-serif;
  font-size: clamp(36px, 4.6vw, 58px);
  letter-spacing: 0.02em;
  line-height: 1;
  color: #E06A33;
}
.mcstat-rotator:not(.js) .mcstat-slide:first-child { opacity: 1; }

/* ---------- Castiglia pull quote (wording unchanged, presentation only) ---------- */
.mcq-inner { position: relative; max-width: 880px; margin: 0 auto; text-align: center; }
.mcq { overflow: hidden; }
.mcq-mark {
  position: absolute;
  top: -0.1em; left: -0.05em;
  font-family: "Chimera", "Bebas Neue", "Arial Black", sans-serif;
  font-size: clamp(7rem, 16vw, 13rem);
  line-height: 1;
  color: rgba(255,255,255,0.13);
  pointer-events: none;
}
.mcq-open, .mcq-close {
  font-family: "Lora", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.05rem, 1.9vw, 1.4rem);
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
  margin: 0;
}
.mcq-punch {
  font-family: "Chimera", "Bebas Neue", "Arial Black", sans-serif;
  font-size: clamp(1.9rem, 4.6vw, 3.4rem);
  line-height: 1.05;
  text-transform: uppercase;
  color: #fff;
  margin: 14px 0;
}
.mcq-cite {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; margin-top: 28px;
}
.mcq-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.45);
  flex-shrink: 0;
}
.mcq-who {
  text-align: left;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 12.5px; line-height: 1.5;
  color: rgba(255,255,255,0.8);
}
.mcq-who strong { color: #fff; font-size: 14px; }

/* Wall of Love avatars upgraded from initials to photos where verified */
img.wol-avatar { object-fit: cover; }

/* ---------- Force Flow Engine ---------- */
.ff-section { background: #232120; color: #fff; border-top: 1px solid rgba(255,255,255,0.08); }
.ff-stage-wrap {
  position: relative;
  height: 100svh;
  overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-start;
}
#ff-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.ff-copy {
  position: relative; z-index: 2;
  padding: clamp(28px, 6vh, 64px) clamp(20px, 5vw, 64px) 0;
  max-width: 1240px; margin: 0 auto; width: 100%;
  box-sizing: border-box;
}
.ff-title {
  color: #fff;
  font-family: "Chimera", "Bebas Neue", "Arial Black", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.05;
  font-size: clamp(1.5rem, 3.6vw, 2.6rem);
  margin: 0 0 10px;
}
.ff-stages { position: relative; min-height: 230px; max-width: 640px; }
.ff-stage {
  position: absolute; top: 0; left: 0; right: 0;
  opacity: 0; transform: translateY(22px);
  transition: opacity 260ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 260ms cubic-bezier(0.2, 0.7, 0.2, 1);
  pointer-events: none;
}
.ff-stage.active { opacity: 1; transform: translateY(0); }
.ff-stage-num {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.3em; color: rgba(255,255,255,0.45);
  margin: 14px 0 2px;
}
.ff-stage-name {
  display: block;
  font-family: "Chimera", "Bebas Neue", "Arial Black", sans-serif;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  line-height: 1; text-transform: uppercase;
  color: #E06A33;
  margin-bottom: 10px;
}
.ff-stage p {
  font-size: clamp(15px, 1.3vw, 18px);
  color: rgba(255,255,255,0.75);
  margin: 0; max-width: 560px;
  line-height: 1.55;
}
.ff-stage p strong { color: #fff; }
.ff-stages:not(.js) .ff-stage:first-child { opacity: 1; transform: none; }
.ff-meter {
  position: absolute; bottom: 26vh; bottom: 26svh; left: 0; right: 0;
  z-index: 2;
  display: flex; align-items: center; justify-content: center;
  gap: clamp(10px, 2.4vw, 26px);
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}
.ff-meter-part { text-align: center; transition: transform 200ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.ff-meter-part.on { transform: scale(1.12); }
.ff-meter-part.on .ff-meter-val, .ff-meter-part.on .ff-meter-label { color: #E06A33; }
.ff-meter-label {
  display: block; font-size: 10px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); margin-bottom: 4px;
}
.ff-meter-val {
  display: block;
  font-family: "Chimera", "Bebas Neue", "Arial Black", sans-serif;
  font-size: clamp(1.3rem, 2.6vw, 2rem);
  color: #fff; line-height: 1;
}
.ff-meter-op {
  font-family: "Chimera", "Bebas Neue", "Arial Black", sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  color: rgba(255,255,255,0.4);
}
.ff-foot {
  position: absolute; bottom: calc(26vh - 58px); bottom: calc(26svh - 58px); left: 0; right: 0; z-index: 2;
  width: 100% !important;
  max-width: none !important;
  text-align: center;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 12.5px;
  color: #FFFFFF;
  padding: 0 clamp(20px, 5vw, 64px); margin: 0 !important;
  box-sizing: border-box;
}
