/* D2C equal-glyph typography v5
   Dedicated lining-numeral font so D, 2 and C read at the same visual height.
*/
.d2c-text,
.d2c-text .d2c-wordmark,
.d2c-text .d2c-char,
.d2c-text .d2c-char--d,
.d2c-text .d2c-char--2,
.d2c-text .d2c-char--c {
  display: inline !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 1em !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  line-height: 1 !important;
  letter-spacing: .015em !important;
  font-variant: normal !important;
  font-variant-numeric: lining-nums proportional-nums !important;
  font-feature-settings: "lnum" 1, "pnum" 1 !important;
  text-transform: uppercase !important;
  vertical-align: baseline !important;
  transform: none !important;
  min-width: 0 !important;
  white-space: nowrap !important;
}

.d2c-text .d2c-tm { display: none !important; }

/* Center seals inherit their normal size but use the same balanced D2C glyphs. */
.blueprint-wheel__center .d2c-text,
.glp1-wheel__center .d2c-text,
.nutrition-wheel__center .d2c-text,
.sb-wheel__center .d2c-text,
.adv-wheel__center .d2c-text,
.final-seal .d2c-text {
  font-family: Arial, Helvetica, sans-serif !important;
  font-variant-numeric: lining-nums proportional-nums !important;
  font-feature-settings: "lnum" 1, "pnum" 1 !important;
}

/* =========================================================
   Sitewide orbit cleanup v6
   - Keeps orbit icons sitting directly on the line on desktop
   - Uses clean clockwise positioning
   - Switches to safe card/grid layout on mobile to prevent overlap
========================================================= */

/* ---------- shared desktop orbit shell ---------- */
@media (min-width: 821px) {
  .page-glp-1-therapy .glp1-wheel,
  .page-strength-training .sb-wheel,
  .page-peptide-therapy .blueprint-wheel,
  .page-nutrition .nut-wheel {
    position: relative !important;
    display: block !important;
    width: min(100%, 620px) !important;
    max-width: 620px !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 620px !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }

  @supports not (aspect-ratio: 1 / 1) {
    .page-glp-1-therapy .glp1-wheel,
    .page-strength-training .sb-wheel,
    .page-peptide-therapy .blueprint-wheel,
    .page-nutrition .nut-wheel {
      height: 620px !important;
    }
    .page-peptide-therapy .blueprint-wheel {
      height: 640px !important;
    }
  }

  .page-glp-1-therapy .glp1-wheel::before,
  .page-strength-training .sb-wheel::before,
  .page-peptide-therapy .blueprint-wheel::before,
  .page-nutrition .nut-wheel::before {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    display: block !important;
    width: 74% !important;
    height: 74% !important;
    border: 1.5px solid rgba(185, 120, 53, 0.72) !important;
    border-radius: 50% !important;
    content: "" !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1 !important;
  }

  .page-glp-1-therapy .glp1-wheel__center,
  .page-strength-training .sb-wheel__center,
  .page-peptide-therapy .blueprint-wheel__center,
  .page-nutrition .nut-wheel-center {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    display: grid !important;
    place-content: center !important;
    width: 210px !important;
    height: 210px !important;
    padding: 18px !important;
    border: 1.5px solid rgba(185, 120, 53, 0.92) !important;
    border-radius: 50% !important;
    background: #fffaf4 !important;
    box-shadow: 0 0 0 10px rgba(185, 120, 53, 0.06) !important;
    text-align: center !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2 !important;
  }

  .page-glp-1-therapy .glp1-wheel__center,
  .page-strength-training .sb-wheel__center,
  .page-nutrition .nut-wheel-center {
    background: #05080d !important;
    color: #d6a15a !important;
  }

  .page-peptide-therapy .blueprint-wheel__center {
    background: #fffaf4 !important;
    color: #231913 !important;
  }

  .page-glp-1-therapy .glp1-wheel article,
  .page-strength-training .sb-wheel article,
  .page-peptide-therapy .blueprint-wheel article,
  .page-nutrition .nut-orbit-item {
    position: absolute !important;
    width: 58px !important;
    min-width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: translate(-50%, -50%) !important;
    z-index: 3 !important;
  }

  .page-glp-1-therapy .glp1-wheel article span,
  .page-strength-training .sb-wheel article span,
  .page-peptide-therapy .blueprint-wheel article span,
  .page-nutrition .nut-orbit-item i {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    display: grid !important;
    place-items: center !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    margin: 0 !important;
    border: 1.5px solid rgba(185, 120, 53, 0.95) !important;
    border-radius: 50% !important;
    background: #fffaf4 !important;
    color: #b97835 !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2 !important;
  }

  .page-glp-1-therapy .glp1-wheel article span svg,
  .page-strength-training .sb-wheel article span svg,
  .page-peptide-therapy .blueprint-wheel article span svg {
    width: 26px !important;
    height: 26px !important;
  }

  .page-glp-1-therapy .glp1-wheel article b,
  .page-strength-training .sb-wheel article b,
  .page-peptide-therapy .blueprint-wheel article b,
  .page-nutrition .nut-orbit-item > span {
    position: absolute !important;
    display: block !important;
    color: #2a2018 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  .page-nutrition .nut-wheel-center b,
  .page-nutrition .nut-wheel-center span,
  .page-glp-1-therapy .glp1-wheel__center strong,
  .page-strength-training .sb-wheel__center strong {
    color: inherit !important;
  }

  .page-nutrition .nut-orbit-item i {
    font-size: 22px !important;
    font-style: normal !important;
    line-height: 1 !important;
  }

  /* 8-point orbit shared layout */
  .page-glp-1-therapy .glp1-pos-1, .page-strength-training .w1, .page-nutrition .nut-o1 { left: 50% !important; top: 12.5% !important; }
  .page-glp-1-therapy .glp1-pos-2, .page-strength-training .w2, .page-nutrition .nut-o2 { left: 76% !important; top: 24% !important; }
  .page-glp-1-therapy .glp1-pos-3, .page-strength-training .w3, .page-nutrition .nut-o3 { left: 86.5% !important; top: 50% !important; }
  .page-glp-1-therapy .glp1-pos-4, .page-strength-training .w4, .page-nutrition .nut-o4 { left: 76% !important; top: 76% !important; }
  .page-glp-1-therapy .glp1-pos-5, .page-strength-training .w5, .page-nutrition .nut-o5 { left: 50% !important; top: 87.5% !important; }
  .page-glp-1-therapy .glp1-pos-6, .page-strength-training .w6, .page-nutrition .nut-o6 { left: 24% !important; top: 76% !important; }
  .page-glp-1-therapy .glp1-pos-7, .page-strength-training .w7, .page-nutrition .nut-o7 { left: 13.5% !important; top: 50% !important; }
  .page-glp-1-therapy .glp1-pos-8, .page-strength-training .w8, .page-nutrition .nut-o8 { left: 24% !important; top: 24% !important; }

  .page-glp-1-therapy .glp1-pos-1 b, .page-strength-training .w1 b, .page-nutrition .nut-o1 > span,
  .page-glp-1-therapy .glp1-pos-5 b, .page-strength-training .w5 b, .page-nutrition .nut-o5 > span {
    left: 50% !important; top: calc(100% + 12px) !important; width: 132px !important; text-align: center !important; transform: translateX(-50%) !important;
  }

  .page-glp-1-therapy .glp1-pos-2 b, .page-strength-training .w2 b, .page-nutrition .nut-o2 > span,
  .page-glp-1-therapy .glp1-pos-3 b, .page-strength-training .w3 b, .page-nutrition .nut-o3 > span,
  .page-glp-1-therapy .glp1-pos-4 b, .page-strength-training .w4 b, .page-nutrition .nut-o4 > span {
    left: calc(100% + 12px) !important; top: 50% !important; width: 126px !important; text-align: left !important; transform: translateY(-50%) !important;
  }

  .page-glp-1-therapy .glp1-pos-6 b, .page-strength-training .w6 b, .page-nutrition .nut-o6 > span,
  .page-glp-1-therapy .glp1-pos-7 b, .page-strength-training .w7 b, .page-nutrition .nut-o7 > span,
  .page-glp-1-therapy .glp1-pos-8 b, .page-strength-training .w8 b, .page-nutrition .nut-o8 > span {
    right: calc(100% + 12px) !important; top: 50% !important; width: 132px !important; text-align: right !important; transform: translateY(-50%) !important;
  }

  /* peptide 11-point orbit */
  .page-peptide-therapy .blueprint-wheel { width: min(100%, 640px) !important; max-width: 640px !important; min-height: 0 !important; max-height: 640px !important; }
  .page-peptide-therapy .blueprint-wheel::before { width: 76% !important; height: 76% !important; }
  .page-peptide-therapy .blueprint-wheel article:nth-of-type(1) { left: 50% !important; top: 11% !important; }
  .page-peptide-therapy .blueprint-wheel article:nth-of-type(2) { left: 66% !important; top: 16% !important; }
  .page-peptide-therapy .blueprint-wheel article:nth-of-type(3) { left: 79% !important; top: 27% !important; }
  .page-peptide-therapy .blueprint-wheel article:nth-of-type(4) { left: 86.5% !important; top: 45% !important; }
  .page-peptide-therapy .blueprint-wheel article:nth-of-type(5) { left: 82.5% !important; top: 64% !important; }
  .page-peptide-therapy .blueprint-wheel article:nth-of-type(6) { left: 69% !important; top: 79% !important; }
  .page-peptide-therapy .blueprint-wheel article:nth-of-type(7) { left: 50% !important; top: 87.5% !important; }
  .page-peptide-therapy .blueprint-wheel article:nth-of-type(8) { left: 31% !important; top: 79% !important; }
  .page-peptide-therapy .blueprint-wheel article:nth-of-type(9) { left: 17.5% !important; top: 64% !important; }
  .page-peptide-therapy .blueprint-wheel article:nth-of-type(10) { left: 13.5% !important; top: 45% !important; }
  .page-peptide-therapy .blueprint-wheel article:nth-of-type(11) { left: 21% !important; top: 27% !important; }

  .page-peptide-therapy .blueprint-wheel article:nth-of-type(1) b,
  .page-peptide-therapy .blueprint-wheel article:nth-of-type(7) b {
    left: 50% !important; top: calc(100% + 12px) !important; width: 132px !important; text-align: center !important; transform: translateX(-50%) !important;
  }

  .page-peptide-therapy .blueprint-wheel article:nth-of-type(2) b,
  .page-peptide-therapy .blueprint-wheel article:nth-of-type(3) b,
  .page-peptide-therapy .blueprint-wheel article:nth-of-type(4) b,
  .page-peptide-therapy .blueprint-wheel article:nth-of-type(5) b,
  .page-peptide-therapy .blueprint-wheel article:nth-of-type(6) b {
    left: calc(100% + 12px) !important; top: 50% !important; width: 122px !important; text-align: left !important; transform: translateY(-50%) !important;
  }

  .page-peptide-therapy .blueprint-wheel article:nth-of-type(8) b,
  .page-peptide-therapy .blueprint-wheel article:nth-of-type(9) b,
  .page-peptide-therapy .blueprint-wheel article:nth-of-type(10) b,
  .page-peptide-therapy .blueprint-wheel article:nth-of-type(11) b {
    right: calc(100% + 12px) !important; top: 50% !important; width: 122px !important; text-align: right !important; transform: translateY(-50%) !important;
  }
}

/* mobile / tablet safe layout */
@media (max-width: 820px) {
  .page-glp-1-therapy .glp1-wheel,
  .page-strength-training .sb-wheel,
  .page-peptide-therapy .blueprint-wheel,
  .page-nutrition .nut-wheel {
    position: relative !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
  }

  .page-glp-1-therapy .glp1-wheel::before,
  .page-glp-1-therapy .glp1-wheel::after,
  .page-strength-training .sb-wheel::before,
  .page-strength-training .sb-wheel::after,
  .page-peptide-therapy .blueprint-wheel::before,
  .page-peptide-therapy .blueprint-wheel::after,
  .page-nutrition .nut-wheel::before,
  .page-nutrition .nut-wheel::after {
    display: none !important;
    content: none !important;
  }

  .page-glp-1-therapy .glp1-wheel__center,
  .page-strength-training .sb-wheel__center,
  .page-peptide-therapy .blueprint-wheel__center,
  .page-nutrition .nut-wheel-center {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    width: 170px !important;
    height: 170px !important;
    margin: 0 auto 8px !important;
    padding: 14px !important;
    border-radius: 50% !important;
    z-index: 1 !important;
  }

  .page-glp-1-therapy .glp1-wheel article,
  .page-strength-training .sb-wheel article,
  .page-peptide-therapy .blueprint-wheel article,
  .page-nutrition .nut-orbit-item {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 118px !important;
    padding: 14px 10px !important;
    border: 1px solid rgba(185,120,53,.18) !important;
    border-radius: 18px !important;
    background: #fffaf4 !important;
    box-shadow: 0 4px 14px rgba(27,18,12,.045) !important;
    text-align: center !important;
  }

  .page-glp-1-therapy .glp1-wheel article span,
  .page-strength-training .sb-wheel article span,
  .page-peptide-therapy .blueprint-wheel article span,
  .page-nutrition .nut-orbit-item i {
    position: static !important;
    display: grid !important;
    place-items: center !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    margin: 0 auto 10px !important;
    border: 1.5px solid rgba(185,120,53,.95) !important;
    border-radius: 50% !important;
    background: #fffaf4 !important;
    color: #b97835 !important;
    transform: none !important;
  }

  .page-glp-1-therapy .glp1-wheel article b,
  .page-strength-training .sb-wheel article b,
  .page-peptide-therapy .blueprint-wheel article b,
  .page-nutrition .nut-orbit-item > span {
    position: static !important;
    display: block !important;
    width: 100% !important;
    color: #2a2018 !important;
    font-size: 12px !important;
    line-height: 1.22 !important;
    text-align: center !important;
    transform: none !important;
  }
}


/* GLP bottom node micro-fix v8 — keep Stress & Recovery centered on orbit line */
@media (min-width: 821px) {
  .page-glp-1-therapy .glp1-wheel .glp1-pos-5 {
    left: 50% !important;
    top: 85.8% !important;
  }
}
