/* Shared additions for the partners and trainer sections. */
.desktop-menu {
  gap: clamp(14px, 1.65vw, 28px);
  font-size: 12px;
}

.desktop-menu a.is-current::after { transform: scaleX(1); }
.subpage-body { background: #f7f4f1; }
.info-page-main { overflow: hidden; }

.info-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  padding: 94px 0 100px;
  isolation: isolate;
  background: radial-gradient(circle at 76% 18%, rgba(197, 22, 46, .08), transparent 28%), linear-gradient(135deg, #fff 0%, #f8f4f1 58%, #f2e9e5 100%);
}

.info-hero::before,
.info-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  transform: rotate(45deg);
  border: 1px solid rgba(197, 22, 46, .12);
}

.info-hero::before { top: -190px; right: -80px; width: 430px; height: 430px; }
.info-hero::after { right: 28%; bottom: -125px; width: 250px; height: 250px; }

.info-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .78fr);
  align-items: center;
  gap: clamp(54px, 7vw, 112px);
}

.info-hero-copy h1 {
  max-width: 790px;
  margin: 25px 0 26px;
  font-family: var(--font-manrope);
  font-size: clamp(58px, 6.2vw, 94px);
  font-weight: 800;
  line-height: .93;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.info-hero-copy h1 span { display: block; color: var(--red); }

.info-hero-copy .lead {
  max-width: 680px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.info-hero-copy .hero-actions { margin-top: 36px; }

.info-hero-panel {
  position: relative;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px;
  overflow: hidden;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0 30px 70px rgba(91, 15, 27, .22);
  background: linear-gradient(145deg, #d71936 0%, #ae1027 62%, #7f0a1c 100%);
}

.info-hero-panel::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  transform: rotate(45deg);
  border: 42px solid rgba(255, 255, 255, .08);
}

.info-panel-label {
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.info-hero-panel > p {
  position: relative;
  z-index: 1;
  max-width: 380px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.7;
}

.info-panel-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.info-panel-tags span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: rgba(255, 255, 255, .9);
  font-size: 11px;
  letter-spacing: .04em;
}

.partner-orbit {
  position: relative;
  width: 250px;
  height: 250px;
  display: grid;
  place-items: center;
  align-self: center;
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
}

.partner-orbit::before,
.partner-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .15);
}

.partner-orbit::before { width: 176px; height: 176px; }
.partner-orbit::after { width: 102px; height: 102px; }

.partner-orbit strong {
  position: relative;
  z-index: 2;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  color: var(--red);
  background: #fff;
  box-shadow: 0 12px 32px rgba(72, 0, 11, .2);
}

.partner-orbit strong::after { content: ""; }
.partner-orbit strong { text-indent: 0; }
.partner-orbit strong { font-family: var(--font-manrope); font-weight: 800; }

.partner-orbit i {
  position: absolute;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, .1);
  animation: partner-pulse 3.2s ease-in-out infinite;
}

.partner-orbit i:nth-child(1) { top: -6px; left: calc(50% - 6px); }
.partner-orbit i:nth-child(2) { top: calc(50% - 6px); right: -6px; animation-delay: -.8s; }
.partner-orbit i:nth-child(3) { bottom: -6px; left: calc(50% - 6px); animation-delay: -1.6s; }
.partner-orbit i:nth-child(4) { top: calc(50% - 6px); left: -6px; animation-delay: -2.4s; }

@keyframes partner-pulse {
  0%, 100% { transform: rotate(45deg) scale(.82); opacity: .65; }
  50% { transform: rotate(45deg) scale(1.12); opacity: 1; }
}

.partner-list-section,
.toolkit-section { background: #fff; }

.partner-directory-empty {
  min-height: 280px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: clamp(34px, 5vw, 66px);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(197, 22, 46, .035), transparent 45%), #fbfaf8;
}

.partner-empty-mark {
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  transform: rotate(45deg);
  border: 2px solid var(--red);
  color: #fff;
  background: var(--red);
  box-shadow: 14px 14px 0 var(--red-soft);
}

.partner-empty-mark span {
  transform: rotate(-45deg);
  font-family: var(--font-manrope);
  font-size: 27px;
  font-weight: 800;
}

.partner-directory-empty h3 {
  max-width: 690px;
  margin: 9px 0 12px;
  font-family: var(--font-manrope);
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.08;
}

.partner-directory-empty p {
  max-width: 720px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.text-link { flex: none; font-size: 13px; font-weight: 800; white-space: nowrap; }
.text-link span { display: inline-block; margin-left: 7px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.collab-section { background: #f7f4f1; }

.collab-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.collab-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  background: #fff;
  transition: transform .28s ease, color .28s ease, background .28s ease;
}

.collab-card > span { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.collab-card h3 { max-width: 220px; margin: auto 0 18px; font-family: var(--font-manrope); font-size: 27px; line-height: 1.08; }
.collab-card p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.collab-card:hover { z-index: 2; transform: translateY(-8px); color: #fff; background: var(--red); }
.collab-card:hover > span,
.collab-card:hover p { color: rgba(255, 255, 255, .78); }

.partnership-principles,
.no-franchise-section,
.trainer-fit-section { color: #fff; background: #231f20; }

.info-split {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: clamp(70px, 9vw, 150px);
  align-items: start;
}

.info-split-title h2,
.trainer-fit-grid h2 {
  margin-top: 16px;
  font-family: var(--font-manrope);
  font-size: clamp(43px, 5vw, 70px);
  line-height: .98;
  letter-spacing: -.045em;
}

.partnership-principles .tiny,
.no-franchise-section .tiny,
.trainer-fit-section .tiny { color: #e96978; }
.principle-list { border-top: 1px solid rgba(255, 255, 255, .18); }

.principle-list > div {
  display: grid;
  grid-template-columns: 155px minmax(0, 1fr);
  gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.principle-list strong { font-size: 14px; }
.principle-list p { max-width: 580px; color: rgba(255, 255, 255, .65); font-size: 14px; line-height: 1.7; }

.info-cta-section { padding-block: 80px; background: #efe9e5; }

.info-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 64px;
  padding: clamp(40px, 6vw, 78px);
  overflow: hidden;
  color: #fff;
  background: linear-gradient(130deg, #c5162e 0%, #a00d23 100%);
  box-shadow: 0 25px 60px rgba(91, 15, 27, .18);
}

.info-cta::after {
  content: "";
  position: absolute;
  right: -125px;
  bottom: -165px;
  width: 340px;
  height: 340px;
  transform: rotate(45deg);
  border: 44px solid rgba(255, 255, 255, .07);
}

.info-cta > * { position: relative; z-index: 1; }
.info-cta .tiny { color: rgba(255, 255, 255, .72); }

.info-cta h2 {
  margin: 14px 0 18px;
  font-family: var(--font-manrope);
  font-size: clamp(42px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -.045em;
}

.info-cta p { max-width: 690px; color: rgba(255, 255, 255, .75); font-size: 14px; line-height: 1.75; }
.info-cta-actions { min-width: 250px; display: flex; flex-direction: column; gap: 12px; }

.btn-ghost-light {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .36);
  background: rgba(255, 255, 255, .04);
}

.btn-ghost-light span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--red);
  background: #fff;
  transition: transform .2s ease;
}

.btn-ghost-light:hover { transform: translateY(-3px); background: rgba(255, 255, 255, .1); }
.btn-ghost-light:hover span { transform: translateX(3px); }

.trainer-proof { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
.trainer-proof span { padding: 9px 13px; color: #4b4241; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .62); font-size: 11px; font-weight: 700; }
.trainer-system-panel { min-height: 500px; }

.system-map {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 40px 0 20px;
}

.system-map div { min-height: 102px; display: flex; flex-direction: column; justify-content: space-between; padding: 16px; border: 1px solid rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .07); }
.system-map div:nth-of-type(3),
.system-map div:nth-of-type(4) { grid-row: 2; }
.system-map div:nth-of-type(3) { grid-column: 3; }
.system-map div:nth-of-type(4) { grid-column: 1; }
.system-map i:nth-of-type(3) { grid-row: 2; grid-column: 2; transform: rotate(180deg); }
.system-map span { color: rgba(255, 255, 255, .55); font-size: 10px; }
.system-map strong { font-size: 14px; }
.system-map i { color: rgba(255, 255, 255, .55); font-style: normal; }

.no-franchise-card > .lead { max-width: 850px; color: rgba(255, 255, 255, .82); font-size: 17px; line-height: 1.75; }

.compare-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 42px;
  background: rgba(255, 255, 255, .16);
}

.compare-list > div { padding: 28px; background: #2c2728; }
.compare-list strong { display: block; margin-bottom: 16px; color: #fff; font-size: 14px; }
.compare-list ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.compare-list li { position: relative; padding-left: 22px; color: rgba(255, 255, 255, .63); font-size: 13px; line-height: 1.5; }
.compare-list li::before { position: absolute; top: 1px; left: 0; font-weight: 800; }
.compare-yes li::before { content: "+"; color: #e96978; }
.compare-no li::before { content: "—"; color: rgba(255, 255, 255, .42); }

.toolkit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }

.toolkit-card {
  position: relative;
  min-height: 335px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fbfaf8;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.toolkit-card::after { content: ""; position: absolute; right: -54px; bottom: -54px; width: 108px; height: 108px; transform: rotate(45deg); border: 14px solid var(--red-soft); transition: transform .35s ease; }
.toolkit-card:hover { z-index: 2; transform: translateY(-7px); border-color: rgba(197, 22, 46, .35); box-shadow: 0 24px 50px rgba(77, 43, 43, .09); }
.toolkit-card:hover::after { transform: rotate(45deg) scale(1.35); }
.tool-number { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.tool-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 30px 0 25px; color: var(--red); border: 1px solid rgba(197, 22, 46, .26); font-family: var(--font-manrope); font-size: 18px; font-weight: 800; background: #fff; }
.toolkit-card h3 { margin-bottom: 11px; font-family: var(--font-manrope); font-size: 26px; line-height: 1.05; }
.toolkit-card p { margin-bottom: 22px; color: var(--muted); font-size: 13px; line-height: 1.68; }
.toolkit-card small { margin-top: auto; color: #8c8280; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.trainer-process-section { background: #f2ede9; }

.trainer-process { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.trainer-process article { min-height: 290px; padding: 27px; background: #fff; }
.trainer-process span { display: block; margin-bottom: 82px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.trainer-process h3 { margin-bottom: 13px; font-family: var(--font-manrope); font-size: 21px; line-height: 1.08; }
.trainer-process p { color: var(--muted); font-size: 12px; line-height: 1.65; }

.trainer-fit-grid {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  gap: clamp(70px, 9vw, 150px);
  align-items: start;
}

.trainer-fit-grid > div:first-child > p { max-width: 570px; margin-top: 25px; color: rgba(255, 255, 255, .62); font-size: 14px; line-height: 1.75; }
.fit-cards { display: grid; gap: 1px; background: rgba(255, 255, 255, .16); }
.fit-cards article { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 28px; padding: 28px; background: #2c2728; transition: background .25s ease; }
.fit-cards article:hover { background: #352e30; }
.fit-cards strong { font-size: 14px; }
.fit-cards p { color: rgba(255, 255, 255, .62); font-size: 13px; line-height: 1.68; }
.trainer-cta { align-items: end; }

.info-cta .info-legal-note {
  grid-column: 1 / -1;
  max-width: none;
  margin-top: -20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .57);
  font-size: 11px;
  line-height: 1.65;
}

@media (max-width: 1120px) {
  .info-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(350px, .7fr); gap: 46px; }
  .info-hero-panel { padding: 32px; }
  .collab-grid,
  .toolkit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trainer-process { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .info-split,
  .trainer-fit-grid { gap: 65px; }
}

@media (max-width: 820px) {
  .info-hero { min-height: 0; padding: 58px 0 74px; }
  .info-hero-grid,
  .info-split,
  .trainer-fit-grid { grid-template-columns: 1fr; }
  .info-hero-copy h1 { font-size: clamp(48px, 12vw, 72px); }
  .info-hero-panel { min-height: 430px; max-width: 580px; }
  .partner-directory-empty { grid-template-columns: auto minmax(0, 1fr); }
  .partner-directory-empty .text-link { grid-column: 2; }
  .info-split,
  .trainer-fit-grid { gap: 44px; }
  .info-cta { grid-template-columns: 1fr; gap: 34px; }
  .info-cta-actions { min-width: 0; max-width: 330px; }
  .trainer-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .info-hero { padding-top: 42px; }
  .info-hero::before { width: 260px; height: 260px; }
  .info-hero-copy h1 { margin-top: 20px; font-size: clamp(43px, 13vw, 61px); }
  .info-hero-copy .lead,
  .no-franchise-card > .lead { font-size: 15px; }
  .info-hero-copy .hero-actions { align-items: stretch; flex-direction: column; }
  .info-hero-copy .hero-actions .btn { width: 100%; }
  .info-hero-panel { min-height: 390px; padding: 27px; }
  .partner-orbit { width: 205px; height: 205px; }
  .partner-directory-empty { grid-template-columns: 1fr; gap: 28px; padding: 35px 28px; }
  .partner-empty-mark { width: 76px; height: 76px; margin-left: 10px; box-shadow: 9px 9px 0 var(--red-soft); }
  .partner-empty-mark span { font-size: 20px; }
  .partner-directory-empty .text-link { grid-column: 1; }
  .collab-grid,
  .toolkit-grid,
  .trainer-process,
  .compare-list { grid-template-columns: 1fr; }
  .collab-card { min-height: 270px; }
  .info-split-title h2,
  .trainer-fit-grid h2,
  .info-cta h2 { font-size: clamp(38px, 11vw, 52px); }
  .principle-list > div,
  .fit-cards article { grid-template-columns: 1fr; gap: 12px; }
  .info-cta-section { padding-block: 42px; }
  .info-cta { padding: 35px 27px; }
  .info-cta-actions,
  .info-cta-actions .btn { width: 100%; max-width: none; }
  .system-map { gap: 8px; }
  .system-map div { min-height: 88px; padding: 12px; }
  .system-map strong { font-size: 12px; }
  .toolkit-card { min-height: 310px; }
  .trainer-process article { min-height: 245px; }
  .trainer-process span { margin-bottom: 56px; }
  .info-cta .info-legal-note { margin-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .partner-orbit i { animation: none; }
}


/* Unified navigation safety for medium desktop widths. */
.mobile-menu nav {
  max-height: calc(100vh - 116px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

@media (min-width: 1181px) and (max-width: 1280px) {
  .nav-row { grid-template-columns: 1fr auto; }
  .desktop-menu,
  .header-contact { display: none; }
  .mobile-menu { position: relative; display: block; justify-self: end; }
  .mobile-menu summary {
    width: 44px;
    height: 44px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 11px;
    border: 1px solid var(--line);
    border-radius: 13px;
    cursor: pointer;
    list-style: none;
    background: rgba(255, 255, 255, .62);
  }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { height: 2px; border-radius: 2px; background: var(--ink); }
  .mobile-menu nav {
    position: absolute;
    top: 54px;
    right: 0;
    width: 250px;
    display: grid;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }
  .mobile-menu nav a {
    padding: 13px 18px;
    border-bottom: 1px solid var(--line);
    font-size: 13px;
    font-weight: 700;
  }
}


/* Mobile menu open and current states. */
.mobile-menu summary span {
  transition: transform .2s ease, opacity .2s ease;
}
.mobile-menu[open] summary {
  border-color: rgba(197, 22, 46, .28);
  background: #fff;
}
.mobile-menu[open] summary span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu[open] summary span:nth-child(2) { opacity: 0; }
.mobile-menu[open] summary span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu nav a.is-current {
  color: #fff;
  background: var(--red);
}
.mobile-menu[open] nav {
  transform-origin: top right;
  animation: mobile-menu-in .18s ease-out both;
}
@keyframes mobile-menu-in {
  from { opacity: 0; transform: translateY(-8px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .mobile-menu[open] nav { animation: none; }
}


/* Double-size header logo; footer branding keeps its original scale. */
.site-header {
  height: 116px;
}
.site-header .brand img {
  width: 116px;
  height: 96px;
  flex: 0 0 auto;
}
@media (max-width: 760px) {
  .site-header { height: 96px; }
  .site-header .brand img {
    width: 94px;
    height: 78px;
  }
}
