/* Homepage Hero V2 Composition */

.home-page {
  --home-prime-navy: #0f1f2d;
  --home-slate-blue: #567a9b;
  --home-pale-blue: #ddeaf5;
  --home-prime-gold: #cba766;
  --home-warm-ivory: #f6f4f0;
  background-color: var(--home-warm-ivory);
}

body.home-page.home-launch-modal-open {
  overflow: hidden;
}

.home-launch-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(7, 21, 34, 0.5);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 260ms ease, visibility 260ms ease;
}

.home-launch-modal.is-visible {
  opacity: 1;
  visibility: visible;
}

.home-launch-modal-card {
  position: relative;
  width: min(100%, 680px);
  padding: clamp(42px, 6vw, 68px) clamp(24px, 6vw, 64px) clamp(34px, 5vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(203, 167, 102, 0.66);
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 5%, rgba(221, 234, 245, 0.78), transparent 35%),
    linear-gradient(145deg, #fffdf8, #f3eee4);
  box-shadow: 0 28px 80px rgba(7, 21, 34, 0.28);
  color: var(--home-prime-navy);
  text-align: center;
  transform: translateY(18px) scale(0.98);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-launch-modal.is-visible .home-launch-modal-card {
  transform: translateY(0) scale(1);
}

.home-launch-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(15, 31, 45, 0.18);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.72);
  color: var(--home-prime-navy);
  font: 300 1.75rem/1 Georgia, serif;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.home-launch-modal-close:hover,
.home-launch-modal-close:focus-visible {
  border-color: var(--home-prime-gold);
  background: #fffdf8;
  transform: rotate(5deg);
}

.home-launch-modal-logo {
  display: block;
  width: clamp(138px, 24vw, 178px);
  height: auto;
  margin: 0 auto 22px;
  object-fit: contain;
}

.home-launch-modal-eyebrow {
  margin: 0 0 16px;
  color: #a77828;
  font-family: var(--pp-font-body);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.home-launch-modal h2 {
  margin: 0;
  color: var(--home-prime-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 3.45rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.home-launch-modal-subtitle {
  margin: 14px 0 28px;
  color: rgba(15, 31, 45, 0.7);
  font-family: var(--pp-font-body);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.home-launch-modal-form {
  display: flex;
  width: min(100%, 430px);
  margin: 0 auto;
  flex-direction: column;
  gap: 10px;
}

.home-launch-modal-form input {
  width: 100%;
  min-height: 54px;
  min-width: 0;
  padding: 0 22px;
  border: 1px solid rgba(15, 31, 45, 0.16);
  border-radius: 999px;
  outline: 0;
  background: rgba(255, 255, 255, 0.82);
  color: var(--home-prime-navy);
  font: 400 1rem/1.2 var(--pp-font-body);
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.home-launch-modal-form input::placeholder {
  color: rgba(15, 31, 45, 0.5);
}

.home-launch-modal-form button {
  width: 100%;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid #b98e43;
  border-radius: 999px;
  background: linear-gradient(135deg, #f0d99f, #cba766 56%, #b8893c);
  color: var(--home-prime-navy);
  font: 600 0.92rem/1 var(--pp-font-body);
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-launch-modal-form button:hover,
.home-launch-modal-form button:focus-visible {
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58), 0 9px 24px rgba(184, 137, 60, 0.28);
}

.home-launch-modal-status {
  min-height: 1.25em;
  margin: 14px 0 0;
  color: #5e4927;
  font: 500 0.9rem/1.4 var(--pp-font-body);
}

@media (max-width: 600px) {
  .home-launch-modal {
    padding: 16px;
  }

  .home-launch-modal-card {
    border-radius: 22px;
  }

  .home-launch-modal-form input {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-launch-modal,
  .home-launch-modal-card {
    transition: none;
  }
}

/*
  Home Hero V1 restore map (preserved 2026-07-21):
  previous dashboard artwork rendered at 100% 100%;
  copy: absolute at left 4.3%, top 27%, width min(42%, 520px);
  assessment dropdown: absolute at left 4.3%, top 81%.
*/

.home-hero {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  min-height: calc(100vh - var(--pp-header-height));
  overflow: visible;
  isolation: isolate;
  background-color: var(--home-warm-ivory);
  background-image: url("../assets/home/Homepage background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(246, 244, 240, 0.74) 0%, rgba(246, 244, 240, 0.42) 46%, rgba(246, 244, 240, 0.18) 100%),
    linear-gradient(180deg, rgba(246, 244, 240, 0.2) 0%, rgba(246, 244, 240, 0.08) 66%, rgba(246, 244, 240, 0.62) 100%);
  pointer-events: none;
}

.home-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 22%;
  background: linear-gradient(180deg, rgba(246, 244, 240, 0) 0%, rgba(246, 244, 240, 0.72) 62%, var(--home-warm-ivory) 100%);
  pointer-events: none;
}

.home-hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: inherit;
  padding: 72px var(--pp-page-gutter) 104px;
}

.home-hero-scroll-cue {
  position: fixed;
  right: 50%;
  bottom: clamp(22px, 3vh, 34px);
  z-index: 4;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--home-prime-gold);
  opacity: 0;
  pointer-events: none;
  transform: translateX(50%) translateY(10px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.home-hero-scroll-cue.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(50%) translateY(0);
}

.home-hero-scroll-cue span {
  width: 20px;
  height: 20px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  animation: home-scroll-cue 1.8s ease-in-out infinite;
}

.home-hero-scroll-cue:hover,
.home-hero-scroll-cue:focus-visible {
  color: var(--home-prime-navy);
}

@keyframes home-scroll-cue {
  0%,
  100% {
    transform: translateY(-3px) rotate(45deg);
  }

  50% {
    transform: translateY(5px) rotate(45deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-scroll-cue span {
    animation: none;
  }
}

.home-hero-centered-copy {
  width: min(100%, 1280px);
  text-align: left;
}

.home-hero-eyebrow {
  margin: 0 0 clamp(34px, 4vw, 52px);
  color: var(--home-prime-gold);
  font-size: clamp(0.72rem, 0.95vw, 0.92rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.home-hero-eyebrow::after {
  content: "";
  display: block;
  width: 58px;
  height: 1px;
  margin: 28px 0 0;
  background: linear-gradient(90deg, transparent, var(--home-prime-gold), transparent);
}

.home-hero-main-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6.2rem;
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-transform: none;
}

.home-hero-main-title span {
  display: block;
}

.home-hero-main-title span:first-child {
  color: var(--home-prime-navy);
}

.home-hero-main-title span:last-child {
  margin-top: 0.14em;
  color: var(--home-prime-gold);
}

.home-hero-main-lede {
  max-width: 820px;
  margin: 38px 0 0;
  color: var(--home-prime-navy);
  font-size: 1.16rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
}

.home-hero-centered-actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-top: 52px;
  transform: translateY(52px);
}

.home-hero-centered-actions .button {
  min-width: 236px;
  min-height: 60px;
  padding: 16px 28px;
  border-radius: 999px;
  font-family: var(--pp-font-body);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: none;
}

.home-hero-centered-actions .button-primary {
  justify-content: space-between;
  gap: 32px;
  border-color: var(--home-prime-navy);
  background: var(--home-prime-navy);
  color: var(--home-warm-ivory);
  box-shadow: none;
}

.home-hero-centered-actions .button-primary span {
  color: var(--home-prime-gold);
  font-size: 1.3rem;
}

.home-hero-centered-actions .button-primary:hover,
.home-hero-centered-actions .button-primary:focus-visible {
  border-color: #233c50;
  background: #233c50;
  color: var(--home-warm-ivory);
  box-shadow: none;
}

.home-hero-centered-actions .button-primary:focus-visible {
  outline: 2px solid var(--home-prime-gold);
  outline-offset: 5px;
}

.home-hero-centered-actions .button-secondary {
  border-color: var(--home-prime-gold);
  background: rgba(246, 244, 240, 0.84);
  color: var(--home-prime-navy);
}

.home-hero-centered-actions .button-secondary:hover,
.home-hero-centered-actions .button-secondary:focus-visible {
  border-color: var(--home-prime-gold);
  background: var(--home-prime-gold);
  color: var(--home-prime-navy);
}

.home-hero-services-dropdown {
  position: relative;
  z-index: 4;
  min-width: 236px;
}

.home-hero-services-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 50%;
  width: min(420px, calc(100vw - 32px));
  height: 14px;
  transform: translateX(-50%);
}

.home-hero-services-dropdown > .button {
  width: 100%;
}

.home-hero-services-dropdown > .button::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 12px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 220ms ease;
}

.home-hero-services-menu {
  position: absolute;
  top: calc(100% + 14px);
  bottom: auto;
  left: 50%;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  width: min(390px, calc(100vw - 32px));
  max-width: calc(100dvw - 32px);
  overflow: visible;
  padding: 6px 0 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -7px) scale(0.985);
  transform-origin: top center;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    visibility 220ms ease;
}

.home-hero-services-menu::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 14px;
  left: 50%;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(203, 167, 102, 0.86),
    rgba(203, 167, 102, 0.52) 72%,
    rgba(203, 167, 102, 0.12)
  );
  box-shadow: 0 0 12px rgba(203, 167, 102, 0.18);
  transform: translateX(-50%);
}

.home-hero-services-menu a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 46%;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(203, 167, 102, 0.72);
  border-radius: 4px;
  background:
    linear-gradient(110deg, rgba(203, 167, 102, 0.16), transparent 46%),
    rgba(246, 244, 240, 0.98);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow:
    0 14px 30px rgba(15, 31, 45, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: var(--home-prime-navy);
  font-size: 0.68rem;
  font-weight: 750;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.home-hero-services-menu a:nth-child(odd) {
  justify-self: start;
}

.home-hero-services-menu a:nth-child(even) {
  justify-self: end;
}

.home-hero-services-menu a::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 9%;
  height: 1px;
  background: rgba(203, 167, 102, 0.72);
}

.home-hero-services-menu a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid var(--home-prime-gold);
  border-radius: 50%;
  background: var(--home-prime-navy);
  box-shadow: 0 0 9px rgba(203, 167, 102, 0.34);
  transform: translateY(-50%);
}

.home-hero-services-menu a:nth-child(odd)::before {
  right: -9%;
}

.home-hero-services-menu a:nth-child(odd)::after {
  right: calc(-9% - 3px);
}

.home-hero-services-menu a:nth-child(even)::before {
  left: -9%;
}

.home-hero-services-menu a:nth-child(even)::after {
  left: calc(-9% - 3px);
}

.home-hero-services-menu a:hover,
.home-hero-services-menu a:focus-visible {
  border-color: var(--home-prime-gold);
  background:
    linear-gradient(100deg, rgba(203, 167, 102, 0.28), rgba(246, 244, 240, 0.2)),
    var(--home-warm-ivory);
  box-shadow:
    0 17px 34px rgba(15, 31, 45, 0.18),
    inset 3px 0 0 var(--home-prime-gold);
  color: var(--home-prime-navy);
  outline: none;
}

.home-hero-services-menu a:nth-child(odd):hover,
.home-hero-services-menu a:nth-child(odd):focus-visible {
  transform: translateX(-4px);
}

.home-hero-services-menu a:nth-child(even):hover,
.home-hero-services-menu a:nth-child(even):focus-visible {
  transform: translateX(4px);
}

.home-hero-services-dropdown:hover .home-hero-services-menu,
.home-hero-services-dropdown:focus-within .home-hero-services-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
}

.home-hero-services-dropdown:hover > .button::after,
.home-hero-services-dropdown:focus-within > .button::after {
  transform: translateY(2px) rotate(225deg);
}

.home-journey {
  position: relative;
  width: 100%;
  overflow-x: clip;
  min-height: clamp(42px, 5vw, 72px);
  background: var(--home-warm-ivory);
}

.home-services {
  padding: clamp(72px, 8vw, 120px) var(--pp-page-gutter);
  background: var(--home-warm-ivory);
  overflow: hidden;
}

.home-services-eyebrow,
.home-video-intro-eyebrow,
.home-how-it-works-eyebrow {
  display: block;
  max-width: 1280px;
  margin: 0 auto 40px;
  color: var(--home-prime-gold);
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: left;
  transform: translateY(-36px);
}

.home-video-intro-eyebrow,
.home-how-it-works-eyebrow {
  width: min(calc(100% - (var(--pp-page-gutter) * 2)), 1280px);
}

.home-services-eyebrow {
  margin-bottom: clamp(26px, 3vw, 40px);
  font-size: clamp(0.72rem, 0.85vw, 0.88rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24em;
  transform: none;
}

.home-video-intro-eyebrow {
  margin-bottom: clamp(34px, 4vw, 56px);
  font-size: clamp(0.72rem, 0.85vw, 0.88rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24em;
  transform: none;
}

.home-how-it-works-eyebrow {
  margin-bottom: clamp(26px, 3vw, 40px);
  font-size: clamp(0.72rem, 0.85vw, 0.88rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24em;
  transform: none;
}

.home-how-title {
  width: min(calc(100% - (var(--pp-page-gutter) * 2)), 1280px);
  margin: 0 auto clamp(22px, 2.5vw, 32px);
  color: var(--home-prime-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-align: left;
}

.home-how-title span {
  display: block;
  margin-top: 0.12em;
  color: var(--home-prime-gold);
}

.home-how-intro {
  position: relative;
  z-index: 1;
  top: auto;
  left: auto;
  width: min(calc(100% - (var(--pp-page-gutter) * 2)), 1280px);
  margin: 0 auto clamp(42px, 5vw, 72px);
  color: rgba(15, 31, 45, 0.68);
  font-family: var(--pp-font-body);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  font-weight: 400;
  line-height: 1.58;
  text-align: left;
  text-wrap: pretty;
  transform: none;
}

.home-how-intro > span {
  display: block;
  max-width: 760px;
}

.home-how-intro::before,
.home-how-intro::after {
  content: none;
}

.home-video-intro-eyebrow,
.home-how-it-works-eyebrow {
  position: relative;
  z-index: 1;
}

.home-services-title {
  display: block;
  width: min(100%, 1280px);
  margin: 0 auto clamp(22px, 2.5vw, 32px);
  color: var(--home-prime-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-align: left;
  text-transform: none;
}

.home-services-title span {
  display: block;
  color: var(--home-prime-gold);
  font-style: normal;
  font-weight: inherit;
}

.home-services-supporting {
  width: min(100%, 1280px);
  margin: 0 auto clamp(42px, 5vw, 72px);
  color: rgba(15, 31, 45, 0.68);
  font-family: var(--pp-font-body);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  font-weight: 400;
  line-height: 1.58;
  text-wrap: pretty;
}

.home-services-supporting span {
  display: block;
  max-width: 760px;
}

.home-services-grid {
  display: flex;
  gap: 16px;
  max-width: 1480px;
  margin: 0 auto;
}

.home-service-card {
  position: relative;
  z-index: 0;
  flex: 1 1 0;
  min-height: clamp(470px, 42vw, 620px);
  overflow: hidden;
  border: 1px solid rgba(203, 167, 102, 0.62);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 246, 220, 0.06), rgba(255, 246, 220, 0)),
    rgba(15, 31, 45, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 225, 0.1),
    0 24px 50px rgba(15, 31, 45, 0.18);
  outline: none;
  isolation: isolate;
  transform: translateY(0);
  transition:
    flex 360ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 300ms ease,
    box-shadow 300ms ease,
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-services-grid:hover .home-service-card,
.home-services-grid:focus-within .home-service-card {
  flex: 0.85 1 0;
}

.home-services-grid .home-service-card:is(:hover, :focus-within, :focus-visible, :focus) {
  flex: 1.8 1 0;
  z-index: 2;
}

.home-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(1, 4, 3, 0.12) 0%, rgba(1, 4, 3, 0.18) 38%, rgba(1, 4, 3, 0.82) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 48%);
  opacity: 0.9;
  transition: opacity 320ms ease;
}

.home-service-image {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 58% 28%, rgba(222, 191, 120, 0.2), transparent 28%),
    linear-gradient(145deg, rgba(15, 31, 45, 0.82), rgba(15, 31, 45, 0.98) 68%),
    repeating-linear-gradient(135deg, rgba(218, 178, 93, 0.16) 0 1px, transparent 1px 18px);
  opacity: 0.82;
  transform: scale(1);
  transition:
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 520ms ease;
}

.home-service-card--peptides .home-service-image {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.72)),
    url("../assets/home/Peptides.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-service-card--bloodwork .home-service-image {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.72)),
    url("../assets/home/BloodWork.png");
  background-size: cover;
  background-position: 60% center;
  background-repeat: no-repeat;
}

.home-service-card--bloodwork:hover .home-service-image,
.home-service-card--bloodwork:focus .home-service-image,
.home-service-card--bloodwork:focus-within .home-service-image,
.home-service-card--bloodwork:focus-visible .home-service-image {
  background-position: center center;
}

.home-service-card--glp .home-service-image {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.72)),
    url("../assets/home/GLP-1 Bottle.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-service-card--supplements .home-service-image {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.72)),
    url("../assets/home/Supplements.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-service-card--peptides .home-service-collapsed-title,
.home-service-card--glp .home-service-collapsed-title,
.home-service-card--bloodwork .home-service-collapsed-title,
.home-service-card--supplements .home-service-collapsed-title {
  position: absolute;
  z-index: 2;
  top: clamp(28px, 4vw, 56px);
  right: clamp(18px, 2vw, 34px);
  left: clamp(18px, 2vw, 34px);
  color: var(--home-prime-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: none;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 280ms ease,
    transform 280ms ease;
  pointer-events: none;
}

.home-service-card--peptides .home-service-expanded-content,
.home-service-card--glp .home-service-expanded-content,
.home-service-card--bloodwork .home-service-expanded-content,
.home-service-card--supplements .home-service-expanded-content {
  position: absolute;
  z-index: 2;
  right: clamp(20px, 2.4vw, 42px);
  bottom: clamp(24px, 3vw, 48px);
  left: clamp(20px, 2.4vw, 42px);
  max-width: 420px;
  color: var(--home-prime-gold);
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 280ms ease,
    transform 280ms ease;
  pointer-events: none;
}

.home-service-card--peptides .home-service-expanded-content h3,
.home-service-card--glp .home-service-expanded-content h3,
.home-service-card--bloodwork .home-service-expanded-content h3,
.home-service-card--supplements .home-service-expanded-content h3 {
  margin: 0 0 12px;
  color: var(--home-prime-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.4vw, 2.55rem);
  font-weight: 600;
  line-height: 1;
}

.home-service-card--glp .home-service-collapsed-title,
.home-service-card--glp .home-service-expanded-content h3 {
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}

.home-service-card--peptides .home-service-expanded-content p,
.home-service-card--glp .home-service-expanded-content p,
.home-service-card--bloodwork .home-service-expanded-content p,
.home-service-card--supplements .home-service-expanded-content p {
  margin: 0;
  max-width: 34ch;
  color: var(--home-prime-gold);
  font-size: clamp(0.92rem, 1vw, 1.05rem);
  line-height: 1.55;
}

.home-service-card--peptides .home-service-expanded-content a,
.home-service-card--glp .home-service-expanded-content a,
.home-service-card--bloodwork .home-service-expanded-content a,
.home-service-card--supplements .home-service-expanded-content a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--home-prime-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-service-card--peptides .home-service-expanded-content a span,
.home-service-card--glp .home-service-expanded-content a span,
.home-service-card--bloodwork .home-service-expanded-content a span,
.home-service-card--supplements .home-service-expanded-content a span {
  color: var(--home-prime-gold);
  transform: translateY(-1px);
}

.home-service-card--peptides:is(:hover, :focus, :focus-within, :focus-visible) .home-service-collapsed-title,
.home-service-card--glp:is(:hover, :focus, :focus-within, :focus-visible) .home-service-collapsed-title,
.home-service-card--bloodwork:is(:hover, :focus, :focus-within, :focus-visible) .home-service-collapsed-title,
.home-service-card--supplements:is(:hover, :focus, :focus-within, :focus-visible) .home-service-collapsed-title {
  opacity: 0;
  transform: translateY(-10px);
}

.home-service-card--peptides:is(:hover, :focus, :focus-within, :focus-visible) .home-service-expanded-content,
.home-service-card--glp:is(:hover, :focus, :focus-within, :focus-visible) .home-service-expanded-content,
.home-service-card--bloodwork:is(:hover, :focus, :focus-within, :focus-visible) .home-service-expanded-content,
.home-service-card--supplements:is(:hover, :focus, :focus-within, :focus-visible) .home-service-expanded-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.home-service-content {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 2vw, 34px);
  bottom: clamp(18px, 2vw, 34px);
  left: clamp(18px, 2vw, 34px);
  display: grid;
  gap: 14px;
  align-content: end;
  min-height: 190px;
}

.home-service-plus {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(203, 167, 102, 0.76);
  border-radius: 50%;
  color: var(--home-prime-gold);
  font-size: 1.35rem;
  line-height: 1;
  background: rgba(15, 31, 45, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(221, 234, 245, 0.14),
    0 12px 24px rgba(0, 0, 0, 0.22);
  transition:
    opacity 260ms ease,
    transform 260ms ease;
}

.home-service-title {
  margin: 0;
  color: var(--home-prime-gold);
  font-size: clamp(1.35rem, 1.75vw, 2rem);
  line-height: 1.04;
  text-transform: uppercase;
  transition: transform 300ms ease;
}

.home-service-text {
  max-width: 34ch;
  max-height: 0;
  margin: 0;
  color: rgba(203, 167, 102, 0.92);
  font-size: clamp(0.95rem, 1vw, 1.05rem);
  line-height: 1.62;
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    max-height 320ms ease,
    opacity 260ms ease,
    transform 300ms ease;
}

.home-service-link {
  width: fit-content;
  max-height: 0;
  overflow: hidden;
  color: var(--home-prime-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition:
    color 200ms ease,
    max-height 320ms ease,
    opacity 260ms ease,
    transform 300ms ease;
}

.home-service-card:hover,
.home-service-card:focus-within,
.home-service-card:focus-visible {
  border-color: var(--home-prime-gold);
  box-shadow:
    inset 0 1px 0 rgba(221, 234, 245, 0.16),
    0 30px 64px rgba(0, 0, 0, 0.38),
    0 0 36px rgba(203, 167, 102, 0.12);
  transform: translateY(-8px) scale(1.018);
}

.home-service-card:hover::after,
.home-service-card:focus-within::after,
.home-service-card:focus-visible::after {
  opacity: 0.72;
}

.home-service-card:hover .home-service-image,
.home-service-card:focus-within .home-service-image,
.home-service-card:focus-visible .home-service-image {
  opacity: 0.96;
  transform: scale(1.05);
}

.home-services-grid:not(:has(.home-service-card:is(:hover, :focus-within, :focus-visible))) .home-service-card:first-child .home-service-plus,
.home-service-card:hover .home-service-plus,
.home-service-card:focus-within .home-service-plus,
.home-service-card:focus-visible .home-service-plus {
  opacity: 0;
  transform: rotate(45deg) scale(0.82);
}

.home-services-grid:not(:has(.home-service-card:is(:hover, :focus-within, :focus-visible))) .home-service-card:first-child .home-service-text,
.home-service-card:hover .home-service-text,
.home-service-card:focus-within .home-service-text,
.home-service-card:focus-visible .home-service-text {
  max-height: 160px;
  opacity: 1;
  transform: translateY(0);
}

.home-services-grid:not(:has(.home-service-card:is(:hover, :focus-within, :focus-visible))) .home-service-card:first-child .home-service-link,
.home-service-card:hover .home-service-link,
.home-service-card:focus-within .home-service-link,
.home-service-card:focus-visible .home-service-link {
  max-height: 36px;
  opacity: 0.9;
  transform: translateY(0);
}

.home-service-link:hover,
.home-service-link:focus-visible {
  color: var(--home-prime-gold);
  opacity: 1;
}

.home-video-intro {
  position: relative;
  width: 100%;
  margin: 0;
  padding: clamp(72px, 8vw, 120px) 0;
  overflow: hidden;
  background: var(--home-warm-ivory);
}

.home-video-intro-image {
  display: none;
  width: 100%;
  height: auto;
}

.home-how-process {
  --home-how-step-gap: clamp(52px, 7vh, 72px);
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: var(--home-how-step-gap);
  width: min(86%, 1180px);
  min-height: clamp(520px, 48vw, 640px);
  margin: 0 auto;
}

.home-how-step {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: start;
  gap: clamp(22px, 3vw, 42px);
}

.home-how-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 72px;
  bottom: calc(0px - var(--home-how-step-gap));
  left: 35px;
  width: 1px;
  background: linear-gradient(180deg, rgba(203, 167, 102, 0.82), rgba(203, 167, 102, 0.24));
}

.home-how-step-marker {
  display: grid;
  place-items: center;
  width: 72px;
  aspect-ratio: 1;
  border: 1px solid rgba(203, 167, 102, 0.82);
  border-radius: 18px;
  color: var(--home-prime-gold);
  background: var(--home-warm-ivory);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 28px rgba(0, 0, 0, 0.2);
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.home-how-step-marker svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: filter 220ms ease;
}

.home-how-step:hover .home-how-step-marker {
  color: var(--home-prime-navy);
  border-color: var(--home-prime-gold);
  background-color: var(--home-prime-gold);
  box-shadow:
    inset 0 1px 0 rgba(246, 244, 240, 0.3),
    0 0 0 1px rgba(203, 167, 102, 0.2),
    0 0 24px rgba(203, 167, 102, 0.24);
}

.home-how-step:hover .home-how-step-marker svg {
  filter: drop-shadow(0 0 5px rgba(246, 244, 240, 0.32));
}

.home-how-step-content {
  min-width: 0;
  padding-top: 6px;
}

.home-how-step-content h2 {
  margin: 0 0 8px;
  color: var(--home-prime-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.home-how-step-content p {
  max-width: 920px;
  margin: 0;
  color: var(--home-prime-navy);
  font-family: var(--pp-font-body);
  font-size: clamp(0.96rem, 1.08vw, 1.1rem);
  line-height: 1.5;
}

.home-video-intro-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(320px, 0.45fr);
  grid-template-areas: "copy video";
  align-items: center;
  gap: clamp(80px, 7vw, 120px);
  width: min(calc(100% - (var(--pp-page-gutter) * 2)), 1280px);
  margin: 0 auto;
  color: var(--home-prime-navy);
}

.home-video-intro-copy {
  grid-area: copy;
  justify-self: start;
  max-width: 980px;
}

.home-video-intro-title {
  width: min(calc(100% - (var(--pp-page-gutter) * 2)), 1280px);
  margin: 0 auto clamp(42px, 5vw, 72px);
  color: var(--home-prime-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 4.4vw, 4.8rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.045em;
  text-align: left;
  text-transform: none;
}

.home-video-intro-title span {
  display: block;
  color: var(--home-prime-gold);
}

.home-video-intro-copy h3 {
  margin: 0 0 clamp(18px, 2vw, 28px);
  color: var(--home-prime-navy);
  font-family: var(--pp-font-heading);
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.home-video-intro-copy h3 span {
  color: var(--home-prime-navy);
}

.home-video-intro-copy p {
  margin: 0;
  max-width: 650px;
  color: rgba(15, 31, 45, 0.68);
  font-family: var(--pp-font-body);
  font-size: clamp(1rem, 1.2vw, 1.22rem);
  font-weight: 400;
  line-height: 1.58;
  text-wrap: pretty;
}

.home-video-intro-copy p + p {
  margin-top: clamp(20px, 1.8vw, 30px);
}

.home-video-placeholder {
  position: relative;
  grid-area: video;
  justify-self: end;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 610px;
  height: clamp(410px, 32vw, 500px);
  border: 1px solid rgba(203, 167, 102, 0.78);
  border-radius: 24px;
  background: rgba(246, 244, 240, 0.78);
  box-shadow:
    0 24px 60px rgba(15, 31, 45, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.home-video-placeholder span {
  position: relative;
  width: clamp(54px, 5vw, 78px);
  aspect-ratio: 1;
  border: 1px solid var(--home-prime-gold);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(203, 167, 102, 0.2), rgba(15, 31, 45, 0.42));
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

.home-video-placeholder span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid var(--home-prime-gold);
  transform: translate(-35%, -50%);
}

/* Horizontally scrollable treatment showcase. */
.home-product-showcase {
  position: relative;
  width: 100%;
  padding: clamp(76px, 8vw, 124px) 0 clamp(82px, 8vw, 128px);
  overflow: hidden;
  background: var(--home-warm-ivory);
}

.home-product-showcase-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  width: min(calc(100% - (var(--pp-page-gutter) * 2)), 1440px);
  margin: 0 auto clamp(34px, 4vw, 58px);
}

.home-product-showcase-eyebrow {
  margin: 0 0 clamp(24px, 2.5vw, 38px);
  color: var(--home-prime-gold);
  font-size: clamp(0.72rem, 0.85vw, 0.88rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24em;
}

.home-product-showcase-heading h2 {
  margin: 0;
  color: var(--home-prime-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-align: left;
  text-transform: none;
}

.home-product-showcase-heading h2 span {
  display: block;
  color: var(--home-prime-gold);
  font-family: inherit;
  font-style: normal;
}

.home-product-rail {
  position: relative;
}

.home-product-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(270px, 24vw, 350px);
  gap: clamp(18px, 2vw, 30px);
  width: 100%;
  padding: 0 max(var(--pp-page-gutter), calc((100vw - 1440px) / 2)) 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: max(var(--pp-page-gutter), calc((100vw - 1440px) / 2));
  scroll-snap-type: none;
  scroll-behavior: auto;
  scrollbar-width: none;
}

.home-product-track::-webkit-scrollbar {
  display: none;
}

.home-product-prev,
.home-product-next {
  position: absolute;
  z-index: 3;
  top: 46%;
  right: clamp(18px, 3vw, 52px);
  width: clamp(52px, 5vw, 68px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(15, 31, 45, 0.68);
  box-shadow: 0 12px 28px rgba(15, 31, 45, 0.2);
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.home-product-prev {
  right: auto;
  left: clamp(18px, 3vw, 52px);
}

.home-product-next:hover,
.home-product-next:focus-visible,
.home-product-prev:hover,
.home-product-prev:focus-visible {
  background: var(--home-prime-navy);
  transform: translateY(-50%) scale(1.05);
}

.home-product-prev[disabled],
.home-product-next[disabled] {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.home-product-card {
  min-width: 0;
  color: var(--home-prime-navy);
  text-decoration: none;
  scroll-snap-align: start;
}

a.home-product-card {
  cursor: pointer;
  transform-origin: center;
  transition: transform 160ms ease;
  -webkit-tap-highlight-color: rgba(203, 167, 102, 0.16);
}

@media (hover: hover) and (pointer: fine) {
  a.home-product-card:hover {
    transform: translateY(-4px);
  }
}

a.home-product-card:focus-visible {
  outline: 2px solid var(--home-prime-gold);
  outline-offset: -2px;
  border-radius: 18px;
}

a.home-product-card:is(:active, .is-pressed) .home-product-image-wrap {
  transform: scale(0.98);
  border-color: var(--home-prime-gold);
  box-shadow: inset 0 0 0 1px var(--home-prime-gold), 0 6px 16px rgba(46, 35, 22, 0.1);
  transition-duration: 80ms;
}

.home-product-image-wrap {
  position: relative;
  height: clamp(330px, 32vw, 450px);
  display: grid;
  place-items: end center;
  padding-bottom: clamp(18px, 2vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(203, 167, 102, 0.26);
  border-radius: clamp(16px, 1.6vw, 24px);
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 252, 245, 0.92), transparent 48%),
    #e4dccf;
  box-shadow: 0 18px 38px rgba(46, 35, 22, 0.1);
  transition: transform 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

@media (prefers-reduced-motion: reduce) {
  a.home-product-card,
  a.home-product-card:hover,
  a.home-product-card:is(:active, .is-pressed) {
    transform: none;
    transition: none;
  }

  .home-product-image-wrap,
  a.home-product-card:is(:active, .is-pressed) .home-product-image-wrap {
    transform: none;
    transition: none;
  }
}

.home-product-image-wrap img {
  width: 74%;
  height: 82%;
  object-fit: contain;
  transform: scale(0.94);
  filter: drop-shadow(0 22px 24px rgba(43, 31, 18, 0.22));
  transition: transform 260ms ease;
}

.home-product-price {
  position: absolute;
  z-index: 2;
  top: clamp(14px, 1.4vw, 20px);
  left: clamp(14px, 1.4vw, 20px);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid rgba(203, 167, 102, 0.18);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 7px 18px rgba(45, 35, 22, 0.08);
  color: rgba(15, 31, 45, 0.72);
  font-size: clamp(0.8rem, 0.95vw, 0.96rem);
  font-style: normal;
  font-weight: 550;
  line-height: 1;
  white-space: nowrap;
  backdrop-filter: blur(8px);
}

.home-product-price i {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--home-prime-gold);
  box-shadow: 0 0 0 3px rgba(203, 167, 102, 0.14);
}

.home-product-image-wrap .home-product-image-pretilted {
  transform: rotate(13deg) scale(0.9);
}

.home-product-image-wrap .home-product-image-nasal {
  transform: scale(0.9);
}

.home-product-image-wrap .home-product-image-pretilted.home-product-image-nasal {
  transform: rotate(13deg) scale(0.9);
}

.home-product-card h3 {
  margin: 18px 4px 4px;
  color: var(--home-prime-navy);
  font-size: clamp(1.25rem, 1.5vw, 1.55rem);
  font-weight: 550;
  line-height: 1.2;
}

.home-product-card p {
  margin: 0 4px;
  color: rgba(15, 31, 45, 0.66);
  font-size: 0.96rem;
  line-height: 1.45;
}

.home-product-card--coming-soon {
  cursor: default;
}

.home-product-card--coming-soon p {
  color: var(--home-prime-gold);
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .home-product-showcase-heading {
    align-items: flex-start;
  }

  .home-product-track {
    grid-auto-columns: min(78vw, 310px);
  }

  .home-product-next {
    right: 14px;
  }

  .home-product-prev {
    left: 14px;
  }

  .home-product-image-wrap {
    height: 360px;
  }
}

.home-final-panel {
  position: relative;
  width: 100%;
  min-height: clamp(650px, 58vw, 860px);
  padding: clamp(72px, 8vw, 120px) 0;
  background: var(--home-warm-ivory);
  overflow: hidden;
}

.home-social-follow {
  position: absolute;
  top: clamp(38px, 4.8vw, 70px);
  left: 15%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: clamp(16px, 1.8vw, 24px);
  padding: 12px clamp(18px, 2vw, 26px);
  color: var(--home-prime-navy);
  font-family: var(--pp-font-body);
  font-size: clamp(0.78rem, 0.85vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-social-follow::before,
.home-social-follow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 56px;
  background:
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(86, 122, 155, 0.34) 18%,
      rgba(203, 167, 102, 0.94) 50%,
      rgba(86, 122, 155, 0.34) 82%,
      transparent 100%
    );
  box-shadow: 0 0 14px rgba(203, 167, 102, 0.3);
  transform: translateY(-50%);
}

.home-social-follow::before {
  left: 0;
}

.home-social-follow::after {
  right: 0;
}

.home-social-label {
  color: var(--home-prime-navy);
  white-space: nowrap;
}

.home-social-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.home-social-links a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(203, 167, 102, 0.78);
  border-radius: 50%;
  color: var(--home-prime-gold);
  background: var(--home-warm-ivory);
  text-decoration: none;
  transition:
    border-color 240ms ease,
    color 240ms ease,
    transform 240ms ease,
    background-color 240ms ease;
}

.home-social-links a:hover,
.home-social-links a:focus-visible {
  border-color: var(--home-prime-gold);
  color: var(--home-prime-navy);
  background: var(--home-prime-gold);
  transform: translateY(-2px);
}

.home-social-links svg {
  display: block;
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.home-social-links svg rect,
.home-social-links svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.home-legal-container {
  width: min(90%, 1200px);
  margin: clamp(85px, 8vw, 115px) auto 0;
  color: var(--home-prime-navy);
  font-family: var(--pp-font-body);
  font-size: clamp(0.95rem, 1.05vw, 1.08rem);
  line-height: 1.8;
  text-align: left;
  transform: none;
}

.home-legal-container p {
  margin: 0;
}

.home-legal-container p + p {
  margin-top: clamp(10px, 1vw, 16px);
}

.home-legal-copyright {
  color: var(--home-prime-navy);
  font-weight: 600;
}

.home-final-logo {
  position: absolute;
  top: calc(clamp(38px, 4.8vw, 70px) + 31px);
  right: 22%;
  left: auto;
  width: clamp(180px, 16vw, 240px);
  height: auto;
  transform: translateY(-50%);
}

@media (max-width: 1100px) {
  .home-video-intro-content {
    gap: clamp(42px, 5vw, 72px);
    width: min(calc(100% - (var(--pp-page-gutter) * 2)), 980px);
  }

  .home-video-intro-title {
    font-size: clamp(2.5rem, 4.8vw, 3.8rem);
  }

  .home-video-intro-copy p {
    font-size: clamp(0.92rem, 1.35vw, 1.05rem);
    line-height: 1.62;
  }
}

@media (max-width: 767px) {
  .home-legal-container {
    margin-top: 0;
  }

  .home-social-follow {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    justify-content: center;
    width: min(88%, 420px);
    margin: 0 auto clamp(28px, 8vw, 44px);
  }

  .home-final-logo {
    position: static;
    display: block;
    width: min(78%, 300px);
    margin: clamp(64px, 14vw, 88px) auto 0;
    transform: none;
  }

  .home-video-intro-content {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "video";
    align-content: center;
    gap: clamp(16px, 4vw, 24px);
    width: min(calc(100% - (var(--pp-page-gutter) * 2)), 560px);
  }

  .home-video-intro-copy,
  .home-video-placeholder {
    justify-self: center;
  }

  .home-video-intro-title {
    font-size: clamp(2.15rem, 9vw, 3.1rem);
    line-height: 0.98;
  }

  .home-video-intro-copy p {
    font-size: clamp(0.72rem, 2.7vw, 0.95rem);
    line-height: 1.35;
  }

  .home-video-intro-copy p + p {
    margin-top: 8px;
  }

  .home-video-placeholder {
    height: auto;
    max-width: 420px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    border-radius: 18px;
  }

  .home-how-process {
    --home-how-step-gap: 18px;
    align-content: start;
    gap: var(--home-how-step-gap);
    min-height: 0;
    width: min(88%, 620px);
    margin: 0 auto;
  }

  .home-how-intro {
    position: relative;
    top: auto;
    left: auto;
    width: min(calc(100% - (var(--pp-page-gutter) * 2)), 620px);
    margin: 0 auto 28px;
    padding-left: 0;
    font-size: clamp(0.82rem, 3.5vw, 0.95rem);
    line-height: 1.55;
    text-align: left;
    transform: none;
  }

  .home-how-step {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
  }

  .home-how-step:not(:last-child)::before {
    top: 56px;
    bottom: calc(0px - var(--home-how-step-gap));
    left: 27px;
  }

  .home-how-step-marker {
    width: 56px;
    border-radius: 14px;
  }

  .home-how-step-marker svg {
    width: 25px;
    height: 25px;
  }

  .home-how-step-content h2 {
    font-size: clamp(1.15rem, 5vw, 1.55rem);
  }

}

@media (max-width: 900px) {
  .home-hero-main-title {
    font-size: 5.25rem;
  }

  .home-services-title,
  .home-product-showcase-heading h2 {
    font-size: clamp(2.8rem, 8vw, 4rem);
  }

  .home-service-plus {
    display: none;
  }

  .home-service-text,
  .home-service-link {
    max-height: 160px;
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .home-hero-main-title {
    font-size: 4rem;
  }

  .home-hero-main-lede {
    font-size: 1rem;
  }

  .home-services-title,
  .home-product-showcase-heading h2 {
    font-size: 2.75rem;
  }
}

@media (max-width: 767px) {
  .home-hero-services-menu {
    left: 0;
    transform: translateY(-7px) scale(0.985);
    transform-origin: top left;
  }

  .home-hero-services-dropdown:hover .home-hero-services-menu,
  .home-hero-services-dropdown:focus-within .home-hero-services-menu {
    transform: translateY(0) scale(1);
  }

  .home-services-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-service-card,
  .home-services-grid:hover .home-service-card,
  .home-services-grid:focus-within .home-service-card,
  .home-services-grid .home-service-card:is(:hover, :focus-within, :focus-visible, :focus) {
    flex: none;
  }
}

@media (max-width: 560px) {
  .home-page {
    --pp-header-height: 78px;
  }

  .home-hero-content {
    padding-top: 56px;
    padding-bottom: 88px;
  }

  .home-hero-main-title {
    font-size: 2.9rem;
  }

  .home-hero-main-lede {
    margin-top: 24px;
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .home-hero-centered-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: min(100%, 300px);
    margin: 28px 0 0;
    transform: translateY(28px);
  }

  .home-hero-centered-actions .button {
    width: 100%;
  }

  .home-hero-services-dropdown {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
  }

  .home-hero-services-menu {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    max-height: 0;
    margin-top: 0;
    gap: 0;
    overflow: hidden;
    padding: 0 5px;
    border: 0 solid rgba(203, 167, 102, 0.72);
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(203, 167, 102, 0.12), transparent 42%),
      var(--home-warm-ivory);
    box-shadow: none;
    transform: translateY(-7px);
    transition:
      max-height 260ms ease,
      margin-top 220ms ease,
      padding 220ms ease,
      border-width 220ms ease,
      opacity 220ms ease,
      transform 220ms ease,
      visibility 220ms ease;
  }

  .home-hero-services-dropdown:hover .home-hero-services-menu,
  .home-hero-services-dropdown:focus-within .home-hero-services-menu {
    max-height: 230px;
    margin-top: 14px;
    padding: 5px;
    border-width: 1px;
    box-shadow: 0 20px 44px rgba(15, 31, 45, 0.18);
    transform: translateY(0);
  }

  .home-hero-services-menu::before,
  .home-hero-services-menu a::before,
  .home-hero-services-menu a::after {
    display: none;
  }

  .home-hero-services-menu a,
  .home-hero-services-menu a:nth-child(odd),
  .home-hero-services-menu a:nth-child(even) {
    justify-self: stretch;
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 3px;
    background: transparent;
    box-shadow: none;
  }

  .home-hero-services-menu a + a {
    border-top: 1px solid rgba(203, 167, 102, 0.36);
  }

  .home-hero-services-menu a:nth-child(odd):hover,
  .home-hero-services-menu a:nth-child(odd):focus-visible,
  .home-hero-services-menu a:nth-child(even):hover,
  .home-hero-services-menu a:nth-child(even):focus-visible {
    transform: none;
  }

  .home-services-title,
  .home-product-showcase-heading h2 {
    font-size: 2.45rem;
  }

  .home-services-grid {
    display: grid;
    grid-template-columns: 1fr !important;
  }

  .home-service-card {
    min-height: 340px;
  }

  .home-service-card:hover,
  .home-service-card:focus-within,
  .home-service-card:focus-visible {
    transform: none;
  }

  .home-service-card:hover .home-service-image,
  .home-service-card:focus-within .home-service-image,
  .home-service-card:focus-visible .home-service-image {
    transform: none;
  }
}

@media (max-width: 380px) {
  .home-services-title,
  .home-product-showcase-heading h2 {
    font-size: 2.15rem;
  }
}

@media (max-width: 900px) {
  .home-how-title {
    font-size: clamp(2.8rem, 8vw, 4rem);
  }
}

@media (max-width: 767px) {
  .home-how-title {
    font-size: 2.45rem;
  }
}

@media (max-width: 380px) {
  .home-how-title {
    font-size: 2.15rem;
  }
}

/* Keep the numbered section headlines on one shared responsive type scale. */
.home-video-intro-title {
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  line-height: 0.94;
}

@media (max-width: 900px) {
  .home-video-intro-title {
    font-size: clamp(2.8rem, 8vw, 4rem);
  }
}

@media (max-width: 767px) {
  .home-video-intro-title {
    font-size: 2.45rem;
  }
}

@media (max-width: 380px) {
  .home-video-intro-title {
    font-size: 2.15rem;
  }
}

/* Optimization dashboard */
.home-orbit {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: clamp(660px, 78vh, 760px);
  overflow: hidden;
  color: var(--home-warm-ivory);
  background:
    radial-gradient(circle at 50% 55%, rgba(86, 122, 155, 0.17), transparent 25%),
    linear-gradient(120deg, #0f1b29 0%, #112130 52%, #0d1927 100%);
}

.home-orbit-copy,
.home-orbit-visual {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(46px, 5vw, 78px) clamp(42px, 7vw, 140px);
}

.home-orbit-copy {
  align-items: flex-start;
}

.home-orbit-eyebrow {
  margin: 0 0 clamp(26px, 3vw, 42px);
  color: var(--home-prime-gold);
  font-size: clamp(0.7rem, 0.82vw, 0.86rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.home-orbit-title {
  margin: 0;
  color: #fffdf8;
  font-family: var(--pp-font-heading);
  font-size: clamp(3.3rem, 5.2vw, 6rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.home-orbit-intro {
  max-width: 610px;
  margin: clamp(28px, 3vw, 42px) 0 0;
  color: rgba(246, 244, 240, 0.7);
  font-size: clamp(1rem, 1.22vw, 1.2rem);
  line-height: 1.62;
}

.home-orbit-focus-card {
  width: min(100%, 610px);
  margin-top: clamp(34px, 4vw, 56px);
  padding: clamp(24px, 2.5vw, 34px);
  border: 1px solid rgba(86, 122, 155, 0.52);
  border-radius: 18px;
  background: rgba(9, 22, 35, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.home-orbit-focus-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.home-orbit-focus-heading h3 {
  margin: 0;
  color: #fffdf8;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
}

.home-orbit-focus-heading h3 span {
  color: var(--home-prime-gold);
}

.home-orbit-status {
  padding: 7px 14px;
  border-radius: 999px;
  color: #e4ba4e;
  background: rgba(203, 167, 102, 0.18);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-orbit-focus-card > p {
  margin: 22px 0 10px;
  color: rgba(246, 244, 240, 0.56);
  font-size: 0.86rem;
}

.home-orbit-focus-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: rgba(246, 244, 240, 0.82);
  list-style: none;
}

.home-orbit-focus-card li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 11px;
  border-radius: 50%;
  background: #76dec1;
  vertical-align: middle;
}

.home-orbit-visual {
  align-items: center;
}

.home-orbit-chart {
  width: min(100%, 560px);
  height: auto;
  overflow: visible;
}

.home-orbit-grid circle,
.home-orbit-grid line {
  fill: none;
  stroke: rgba(126, 151, 173, 0.2);
  stroke-width: 1.2;
}

.home-orbit-shape {
  fill: rgba(246, 244, 240, 0.1);
  stroke: rgba(255, 255, 255, 0.92);
  stroke-width: 2;
}

.home-orbit-points circle {
  fill: var(--home-prime-gold);
}

.home-orbit-points .is-optimal {
  fill: #d7ad43;
}

.home-orbit-points .is-focus {
  fill: #d96862;
}

.home-orbit-points .is-center {
  fill: rgba(255, 255, 255, 0.92);
}

.home-orbit-points .is-focus-ring {
  fill: rgba(15, 31, 45, 0.85);
  stroke: #d96862;
  stroke-width: 3;
}

.home-orbit-labels {
  fill: rgba(246, 244, 240, 0.55);
  font-family: var(--pp-font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.home-orbit-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 10px;
  color: rgba(246, 244, 240, 0.55);
  font-size: 0.8rem;
}

.home-orbit-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.home-orbit-legend i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.home-orbit-legend .is-optimal {
  background: #d7ad43;
}

.home-orbit-legend .is-focus {
  background: #d96862;
}

.home-orbit-legend .is-optimal-label {
  color: #d7ad43;
}

.home-orbit-legend .is-focus-label {
  color: #d96862;
}

@media (max-width: 980px) {
  .home-orbit {
    grid-template-columns: 1fr;
  }

  .home-orbit::before {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 1px;
  }

  .home-orbit::after {
    top: 50%;
    left: 50%;
  }

  .home-orbit-copy,
  .home-orbit-visual {
    padding: clamp(56px, 8vw, 80px) var(--pp-page-gutter);
  }

  .home-orbit-copy {
    align-items: center;
    text-align: center;
  }

  .home-orbit-title {
    font-size: clamp(3.3rem, 10vw, 5.5rem);
  }

  .home-orbit-focus-card {
    text-align: left;
  }

  .home-orbit-chart {
    width: min(92vw, 620px);
  }
}

@media (max-width: 560px) {
  .home-orbit::before,
  .home-orbit::after {
    content: none;
  }

  .home-orbit-copy,
  .home-orbit-visual {
    padding: 56px 20px;
  }

  .home-orbit-title {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .home-orbit-focus-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .home-orbit-labels {
    font-size: 11px;
  }

  .home-orbit-legend {
    gap: 14px;
    font-size: 0.72rem;
  }
}

/* V3 connected health dashboard */
.home-orbit {
  grid-template-columns: minmax(390px, 0.86fr) minmax(560px, 1.34fr);
  min-height: clamp(760px, 90vh, 900px);
  padding: clamp(38px, 4vw, 66px) var(--pp-page-gutter);
  gap: clamp(46px, 5vw, 86px);
}

.home-orbit-copy,
.home-orbit-visual {
  padding: 0;
}

.home-orbit-copy {
  width: min(100%, 560px);
  justify-self: end;
}

.home-orbit-eyebrow {
  margin-bottom: clamp(28px, 3vw, 42px);
}

.home-orbit-title {
  font-size: clamp(3.5rem, 5vw, 5.7rem);
  line-height: 0.98;
}

.home-orbit-title span {
  color: var(--home-prime-gold);
}

.home-orbit-intro {
  max-width: 520px;
  margin-top: clamp(28px, 3vw, 40px);
  font-size: clamp(1rem, 1.15vw, 1.16rem);
  line-height: 1.65;
}

.home-orbit-topics {
  margin: 24px 0 0;
  color: rgba(246, 244, 240, 0.62);
  font-size: clamp(0.72rem, 0.8vw, 0.86rem);
  line-height: 1.5;
  white-space: nowrap;
}

.home-orbit-topics i {
  margin: 0 9px;
  color: var(--home-prime-gold);
  font-style: normal;
}

.home-orbit-focus-card {
  width: min(100%, 520px);
  margin-top: clamp(28px, 3vw, 42px);
  padding: clamp(24px, 2.3vw, 32px);
  border-color: rgba(203, 167, 102, 0.28);
  background: rgba(8, 19, 31, 0.64);
}

.home-orbit-focus-heading {
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(246, 244, 240, 0.15);
}

.home-orbit-focus-heading h3 {
  margin-bottom: 10px;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}

.home-orbit-focus-heading strong {
  color: #dc7a62;
  font-family: var(--pp-font-heading);
  font-size: clamp(2.6rem, 3.5vw, 3.8rem);
  font-weight: 600;
  line-height: 0.9;
}

.home-orbit-status {
  display: inline-flex;
  padding: 6px 12px;
  color: #ef9278;
  background: rgba(170, 66, 45, 0.22);
  letter-spacing: 0;
  text-transform: none;
}

.home-orbit-metrics {
  display: grid;
  gap: 14px;
  margin: 20px 0 0;
}

.home-orbit-metrics > div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
}

.home-orbit-metrics dt,
.home-orbit-metrics dd {
  margin: 0;
  color: rgba(246, 244, 240, 0.84);
  font-size: 0.94rem;
}

.home-orbit-metrics dt::before {
  content: "◊";
  margin-right: 10px;
  color: #91caaa;
}

.home-orbit-metrics dd small {
  color: rgba(246, 244, 240, 0.56);
  font-size: 0.76rem;
}

.home-orbit-metrics dd span {
  display: inline-block;
  width: 18px;
  margin-left: 8px;
  color: rgba(246, 244, 240, 0.65);
  font-size: 1.05rem;
}

.home-orbit-metrics dd .is-up { color: #dc7a62; }
.home-orbit-metrics dd .is-down { color: #91caaa; }

.home-orbit-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  color: var(--home-prime-gold);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.home-orbit-detail-link:hover,
.home-orbit-detail-link:focus-visible {
  color: #fffdf8;
}

.home-orbit-visual {
  align-self: center;
}

.home-orbit-dashboard {
  width: min(88%, 748px);
  margin-inline: auto;
  border: 1px solid rgba(203, 167, 102, 0.58);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 58%, rgba(86, 122, 155, 0.11), transparent 42%),
    rgba(8, 19, 31, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.home-orbit-scorebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 clamp(28px, 3vw, 48px);
  padding: clamp(26px, 3vw, 40px) 0;
  border-bottom: 1px solid rgba(246, 244, 240, 0.16);
}

.home-orbit-score {
  display: flex;
  align-items: center;
  gap: 22px;
}

.home-orbit-pulse {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(203, 167, 102, 0.58);
  border-radius: 50%;
  color: var(--home-prime-gold);
  font-size: 2.4rem;
}

.home-orbit-score div {
  display: grid;
}

.home-orbit-score small {
  color: rgba(246, 244, 240, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-orbit-score strong {
  color: var(--home-prime-gold);
  font-family: var(--pp-font-heading);
  font-size: clamp(2.6rem, 4vw, 4rem);
  font-weight: 600;
  line-height: 1;
}

.home-orbit-score strong em {
  color: rgba(246, 244, 240, 0.7);
  font-family: var(--pp-font-body);
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 400;
}

.home-orbit-score div > span {
  color: rgba(246, 244, 240, 0.58);
  font-size: 0.78rem;
}

.home-orbit-change {
  display: grid;
  gap: 5px;
  min-width: 170px;
  padding: 16px 20px;
  border: 1px solid rgba(126, 151, 173, 0.25);
  border-radius: 14px;
  background: rgba(246, 244, 240, 0.025);
}

.home-orbit-change strong { color: #91caaa; font-size: 0.92rem; }
.home-orbit-change span { color: rgba(246, 244, 240, 0.54); font-size: 0.76rem; }

.home-orbit-chart {
  display: block;
  width: min(100%, 720px);
  margin: 8px auto 0;
}

.home-orbit-grid polygon,
.home-orbit-grid line {
  fill: none;
  stroke: rgba(126, 151, 173, 0.2);
  stroke-width: 1.2;
}

.home-orbit-shape {
  fill: rgba(246, 244, 240, 0.07);
  stroke: #d6b35e;
  stroke-width: 2.4;
}

.home-orbit-points .is-optimal { fill: #91caaa; }
.home-orbit-points .is-monitor { fill: #d6b35e; }
.home-orbit-points .is-focus { fill: #dc7a62; }

.home-orbit-labels {
  fill: rgba(246, 244, 240, 0.76);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.home-orbit-labels .is-optimal { fill: #91caaa; font-size: 18px; }
.home-orbit-labels .is-monitor { fill: #d6b35e; font-size: 18px; }
.home-orbit-labels .is-focus { fill: #dc7a62; font-size: 18px; }

.home-orbit-legend {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 24px clamp(28px, 4vw, 58px) 28px;
  border-top: 1px solid rgba(246, 244, 240, 0.14);
}

.home-orbit-legend span {
  display: grid;
  grid-template-columns: 12px auto;
  justify-content: center;
  column-gap: 10px;
  color: rgba(246, 244, 240, 0.82);
}

.home-orbit-legend i { grid-row: 1 / span 2; margin-top: 3px; }
.home-orbit-legend b { font-size: 0.82rem; font-weight: 500; }
.home-orbit-legend small { color: rgba(246, 244, 240, 0.5); font-size: 0.7rem; }
.home-orbit-legend .is-optimal { background: #91caaa; }
.home-orbit-legend .is-monitor { background: #d6b35e; }
.home-orbit-legend .is-focus { background: #dc7a62; }

@media (max-width: 1200px) and (min-width: 981px) {
  .home-orbit {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.34fr);
    gap: 28px;
  }

  .home-orbit-title {
    font-size: clamp(3.2rem, 4.8vw, 4.5rem);
  }

  .home-orbit-topics {
    font-size: 0.68rem;
  }
}

@media (max-width: 980px) {
  .home-orbit {
    grid-template-columns: 1fr;
    padding-block: 72px;
  }

  .home-orbit-copy,
  .home-orbit-dashboard {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .home-orbit-copy {
    justify-self: center;
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .home-orbit {
    display: block;
    padding: 56px 20px;
  }

  .home-orbit-visual { margin-top: 42px; }
  .home-orbit-topics { white-space: normal; }
  .home-orbit-topics i { margin-inline: 5px; }
  .home-orbit-scorebar { align-items: stretch; flex-direction: column; }
  .home-orbit-change { min-width: 0; }
  .home-orbit-chart { width: 112%; margin-left: -6%; }
  .home-orbit-labels { font-size: 11px; }
  .home-orbit-labels .is-optimal,
  .home-orbit-labels .is-monitor,
  .home-orbit-labels .is-focus { font-size: 14px; }
  .home-orbit-legend { padding-inline: 12px; }
  .home-orbit-legend span { grid-template-columns: 9px auto; column-gap: 6px; }
  .home-orbit-legend b { font-size: 0.66rem; }
  .home-orbit-legend small { font-size: 0.58rem; }
}

/* V3 core service cards */
.home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  width: min(100%, 1280px);
  max-width: 1280px;
  align-items: stretch;
}

.home-service-card,
.home-services-grid:hover .home-service-card,
.home-services-grid:focus-within .home-service-card,
.home-services-grid .home-service-card:is(:hover, :focus-within, :focus-visible, :focus) {
  display: flex;
  min-height: 560px;
  flex: initial;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(15, 31, 45, 0.08);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow:
    0 22px 52px rgba(15, 31, 45, 0.1),
    0 2px 8px rgba(15, 31, 45, 0.06);
  color: var(--home-prime-navy);
  transform: none;
  transition:
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms ease;
}

.home-services-grid .home-service-card:hover,
.home-services-grid .home-service-card:focus-within {
  border-color: rgba(203, 167, 102, 0.42);
  box-shadow:
    0 28px 64px rgba(15, 31, 45, 0.14),
    0 4px 12px rgba(15, 31, 45, 0.07);
  transform: translateY(-5px);
}

.home-service-card::after,
.home-service-image,
.home-service-collapsed-title,
.home-service-expanded-content {
  display: none;
}

.home-service-card-media {
  display: block;
  width: 100%;
  height: clamp(190px, 16vw, 240px);
  flex: 0 0 auto;
  object-fit: cover;
}

.home-service-card--peptides .home-service-card-media {
  object-position: 58% 50%;
}

.home-service-card--glp .home-service-card-media {
  object-position: 48% 42%;
}

.home-service-card--bloodwork .home-service-card-media {
  object-position: 62% 52%;
}

.home-service-card-body {
  position: relative;
  display: flex;
  min-height: 330px;
  flex: 1 1 auto;
  flex-direction: column;
  padding: clamp(38px, 3vw, 48px) clamp(24px, 2.6vw, 38px) clamp(20px, 2vw, 26px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(250, 247, 240, 0.96));
}

.home-service-card-icon {
  position: absolute;
  top: 0;
  left: clamp(24px, 2.6vw, 38px);
  display: grid;
  width: clamp(58px, 5vw, 72px);
  height: clamp(58px, 5vw, 72px);
  place-items: center;
  border: 5px solid rgba(255, 253, 248, 0.96);
  border-radius: 50%;
  background: #fffdfa;
  box-shadow:
    0 7px 22px rgba(15, 31, 45, 0.11),
    inset 0 0 0 1px rgba(203, 167, 102, 0.42);
  color: var(--home-prime-gold);
  transform: translateY(-50%);
}

.home-service-card-icon svg {
  width: 58%;
  height: 58%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.home-service-card-body h3 {
  margin: 0;
  color: var(--home-prime-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 1.7vw, 1.85rem);
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "lnum" 1, "pnum" 1;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

@media (min-width: 981px) {
  .home-service-card-body h3 {
    white-space: nowrap;
  }
}

.home-service-card-subtitle {
  margin: 4px 0 0 !important;
  color: var(--home-prime-gold) !important;
  font-size: clamp(0.72rem, 0.9vw, 0.9rem) !important;
  font-weight: 750 !important;
  letter-spacing: 0.18em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.home-service-card-rule {
  width: 34px;
  height: 1px;
  margin: 16px 0;
  background: var(--home-prime-gold);
}

.home-service-card-body > p:not(.home-service-card-subtitle) {
  min-height: 5.25em;
  margin: 0;
  color: rgba(15, 31, 45, 0.78);
  font-size: clamp(0.9rem, 1vw, 1.03rem);
  line-height: 1.58;
}

.home-service-card-benefits {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(15, 31, 45, 0.09);
  color: rgba(15, 31, 45, 0.78);
  font-size: clamp(0.84rem, 0.92vw, 0.96rem);
  line-height: 1.35;
  list-style: none;
}

.home-service-card-benefits li {
  position: relative;
  padding-left: 28px;
}

.home-service-card-benefits li::before {
  content: "✓";
  position: absolute;
  top: 0.02em;
  left: 0;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border: 1px solid rgba(203, 167, 102, 0.76);
  border-radius: 50%;
  color: var(--home-prime-gold);
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1;
}

.home-service-card-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 16px;
  margin-top: auto;
  padding: 11px 16px 11px 18px;
  border: 1px solid rgba(203, 167, 102, 0.58);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 8px 18px rgba(15, 31, 45, 0.08);
  color: var(--home-prime-navy);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.home-service-card-link span {
  color: var(--home-prime-gold);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 0.8;
  transition: transform 220ms ease;
}

.home-service-card-link:hover span,
.home-service-card-link:focus-visible span {
  transform: translateX(5px);
}

.home-service-card-link:hover,
.home-service-card-link:focus-visible {
  border-color: var(--home-prime-gold);
  background: #fffdf8;
  box-shadow: 0 12px 24px rgba(15, 31, 45, 0.12);
  transform: translateY(-2px);
}

.home-service-card-link:focus-visible {
  outline: 2px solid rgba(203, 167, 102, 0.6);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .home-services-grid {
    grid-template-columns: 1fr;
    width: min(100%, 680px);
  }

  .home-service-card,
  .home-services-grid:hover .home-service-card,
  .home-services-grid:focus-within .home-service-card,
  .home-services-grid .home-service-card:is(:hover, :focus-within, :focus-visible, :focus) {
    min-height: 0;
  }

  .home-service-card-media {
    height: clamp(210px, 44vw, 300px);
  }

  .home-service-card-body {
    min-height: 390px;
  }
}

@media (max-width: 560px) {
  .home-service-card {
    border-radius: 20px;
  }

  .home-service-card-media {
    height: 205px;
  }

  .home-service-card-body {
    min-height: 0;
    padding: 42px 24px 28px;
  }

  .home-service-card-body > p:not(.home-service-card-subtitle) {
    min-height: 0;
  }

  .home-service-card-link {
    margin-top: 26px;
  }
}

/* One continuous row, with the same card proportions as the original trio. */
.home-services-rail {
  width: calc(100% + var(--pp-page-gutter) * 2);
  margin-inline: calc(var(--pp-page-gutter) * -1);
}

.home-services-rail .home-services-grid {
  --service-gap: clamp(18px, 2vw, 28px);
  display: flex;
  gap: var(--service-gap);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 12px max(var(--pp-page-gutter), calc((100% - 1280px) / 2)) 48px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  scroll-behavior: auto;
}

.home-services-rail .home-services-grid::-webkit-scrollbar { display: none; }

.home-services-rail .home-services-grid .home-service-card {
  flex: 0 0 calc((100% - var(--service-gap) * 2) / 3);
  min-width: 0;
  transform: none;
  scroll-snap-align: start;
}

.home-services-rail .home-services-grid:focus-visible,
.home-product-track:focus-visible {
  outline: 2px solid var(--home-prime-gold);
  outline-offset: -5px;
  border-radius: 12px;
}

.home-service-card--weight-loss .home-service-card-media { object-position: 50% 44%; }
.home-service-card--longevity .home-service-card-media { object-position: 50% 40%; }

.home-services-navigation {
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: 1280px;
  margin: -16px auto 0;
}

.home-services-navigation-label {
  margin: 0;
  color: rgba(15, 31, 45, 0.68);
  font-size: 0.85rem;
}

.home-services-progress {
  width: 120px;
  height: 2px;
  overflow: hidden;
  background: rgba(203, 167, 102, 0.2);
}

.home-services-progress span {
  display: block;
  width: 60%;
  height: 100%;
  background: var(--home-prime-gold);
}

.home-services-arrows { display: flex; gap: 10px; margin-left: auto; }

.home-services-arrows button {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(203, 167, 102, 0.65);
  border-radius: 50%;
  background: transparent;
  color: var(--home-prime-navy);
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.home-services-arrows button:hover:not(:disabled) { background: var(--home-prime-navy); color: var(--home-warm-ivory); }
.home-services-arrows button:focus-visible { outline: 2px solid var(--home-prime-gold); outline-offset: 4px; }
.home-services-arrows button:disabled { opacity: 0.28; cursor: default; }
.home-services-arrows svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }

.home-services-help {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 980px) {
  .home-services-rail .home-services-grid .home-service-card { flex-basis: calc((100% - var(--service-gap)) / 2); }
  .home-services-rail .home-service-card-media { height: 220px; }
  .home-services-rail .home-service-card-body { min-height: 350px; }
}

@media (max-width: 640px) {
  .home-services-rail .home-services-grid .home-service-card { flex-basis: 88%; }
  .home-services-rail .home-service-card-media { height: 205px; }
  .home-services-rail .home-service-card-body { min-height: 330px; }
  .home-services-navigation { gap: 12px; }
  .home-services-progress { width: 54px; }
  .home-services-navigation-label { font-size: 0.78rem; }
}

@media (hover: none), (pointer: coarse) {
  .home-services-rail .home-services-grid,
  .home-product-track { scroll-snap-type: x proximity; scroll-padding-inline: var(--pp-page-gutter); }
}

@media (prefers-reduced-motion: reduce) {
  .home-services-rail .home-service-card,
  .home-services-arrows button { transition: none; }
}

/* Match the treatment heading's left edge without resizing content. */
.home-hero-centered-copy {
  justify-self: start;
  margin-inline-start: max(0px, calc((100% - 1440px) / 2));
}

.home-services-eyebrow,
.home-services-title,
.home-services-supporting,
.home-services-navigation {
  margin-inline-start: max(0px, calc((100% - 1440px) / 2));
  margin-inline-end: 0;
}

.home-how-it-works-eyebrow,
.home-how-title,
.home-how-intro,
.home-how-process {
  margin-inline-start: max(var(--pp-page-gutter), calc((100% - 1440px) / 2));
  margin-inline-end: 0;
}

.home-services-rail .home-services-grid {
  --service-original-inset: max(var(--pp-page-gutter), calc((100% - 1280px) / 2));
  --service-aligned-inset: max(var(--pp-page-gutter), calc((100% - 1440px) / 2));
  padding-inline-start: var(--service-aligned-inset);
  padding-inline-end: calc(var(--service-original-inset) * 2 - var(--service-aligned-inset));
}

.home-product-carousel .home-product-navigation {
  width: min(calc(100% - var(--pp-page-gutter) * 2), 1440px);
  max-width: 1440px;
  margin: 24px auto 0;
}

/* Accessible care, supported by a connected community. */
.home-care {
  padding: clamp(40px, 5vw, 80px) var(--pp-page-gutter);
  background: var(--home-warm-ivory);
  color: var(--home-prime-navy);
}

.home-care-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(36px, 5vw, 84px);
  max-width: 1440px;
  margin-inline: auto;
}

.home-care-copy { min-width: 0; }

.home-care-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4vw, 4.6rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.home-care-copy h2 span { display: block; color: var(--home-prime-gold); }

.home-care-intro {
  max-width: 49ch;
  margin: 24px 0 0;
  color: #57697a;
  font-family: var(--pp-font-body);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.6;
}

.home-care-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 60px;
  margin-top: 26px;
  padding: 16px 28px;
  border: 1px solid var(--home-prime-navy);
  border-radius: 999px;
  background: var(--home-prime-navy);
  color: var(--home-warm-ivory);
  font-family: var(--pp-font-body);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.home-care-cta span { color: var(--home-prime-gold); font-size: 1.3rem; }
.home-care-cta:hover { background: #233c50; border-color: #233c50; }
.home-care-cta:focus-visible { outline: 2px solid var(--home-prime-gold); outline-offset: 5px; }

.home-care-features {
  display: grid;
  gap: 18px;
  margin-top: clamp(38px, 4vw, 62px);
}

.home-care-card {
  min-width: 0;
  padding: clamp(24px, 2.5vw, 36px);
  border: 1px solid rgba(203, 167, 102, 0.35);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.22);
}

.home-care-icon {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 28px;
  fill: none;
  stroke: #ad8541;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-care-card h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 1.7vw, 1.65rem);
  font-weight: 400;
  line-height: 1.25;
}

.home-care-card p {
  margin: 0;
  color: #57697a;
  font-family: var(--pp-font-body);
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  line-height: 1.55;
}

.home-care-photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #e7e1d7;
}

.home-care-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
}

@media (max-width: 800px) {
  .home-care-inner { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .home-care-copy h2 { max-width: 20ch; font-size: clamp(2.35rem, 6.2vw, 3.7rem); }
  .home-care-intro { max-width: 52ch; }
  .home-care-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-care-photo { aspect-ratio: 4 / 3; }
  .home-care-photo img { object-position: 50% 38%; }
}

@media (max-width: 560px) {
  .home-care-features { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .home-care-card { border-radius: 20px; }
  .home-care-icon { margin-bottom: 22px; }
  .home-care-photo { aspect-ratio: 4 / 5; border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-care-cta { transition: none; }
}

/* A compact, three-step introduction to care. */
.home-roadmap {
  padding: clamp(70px, 8vw, 112px) var(--pp-page-gutter) clamp(80px, 8vw, 120px);
  background: var(--home-warm-ivory);
  color: var(--home-prime-navy);
}

.home-roadmap-inner {
  max-width: 1440px;
  margin-inline: auto;
}

.home-roadmap-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.home-roadmap-title span { display: block; color: var(--home-prime-gold); }

.home-roadmap-intro {
  max-width: 630px;
  margin: 24px 0 0;
  color: #57697a;
  font-family: var(--pp-font-body);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.6;
}

.home-roadmap-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 60px);
  margin: clamp(38px, 4vw, 60px) 0 36px;
  padding: 0;
  list-style: none;
}

.home-roadmap-step {
  position: relative;
  min-width: 0;
  padding-top: 26px;
  border-top: 1px solid rgba(203, 167, 102, 0.4);
}

.home-roadmap-step::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--home-prime-gold);
}

.home-roadmap-icon {
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: 22px;
  fill: none;
  stroke: #ad8541;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-roadmap-step h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.home-roadmap-step p {
  max-width: 38ch;
  margin: 0;
  color: #57697a;
  font-family: var(--pp-font-body);
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  line-height: 1.6;
}

.home-roadmap-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 60px;
  padding: 16px 28px;
  border: 1px solid var(--home-prime-navy);
  border-radius: 999px;
  background: var(--home-prime-navy);
  color: var(--home-warm-ivory);
  font-family: var(--pp-font-body);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  list-style: none;
  cursor: pointer;
  transition: background-color 180ms ease;
}

.home-roadmap-cta::-webkit-details-marker { display: none; }
.home-roadmap-cta span { color: var(--home-prime-gold); font-size: 1.3rem; transition: transform 180ms ease; }
.home-roadmap-start[open] .home-roadmap-cta span { transform: rotate(90deg); }
.home-roadmap-cta:hover { background: #233c50; }
.home-roadmap-cta:focus-visible,
.home-roadmap-links a:focus-visible { outline: 2px solid var(--home-prime-gold); outline-offset: 5px; }

.home-roadmap-options {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(203, 167, 102, 0.4);
}

.home-roadmap-options p { margin: 0 0 16px; color: #57697a; font-size: 1rem; }
.home-roadmap-links { display: flex; flex-wrap: wrap; gap: 12px; }

.home-roadmap-links a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 20px;
  border: 1px solid rgba(203, 167, 102, 0.55);
  border-radius: 999px;
  background: #faf8f4;
  color: var(--home-prime-navy);
  font-family: var(--pp-font-body);
  font-size: 0.95rem;
  line-height: 1.35;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.home-roadmap-links a:hover { background: #eee7d9; border-color: var(--home-prime-gold); }

@media (max-width: 640px) {
  .home-roadmap-steps { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .home-roadmap-step { display: grid; grid-template-columns: 28px minmax(0, 1fr); column-gap: 16px; }
  .home-roadmap-icon { grid-row: 1 / 3; margin: 0; }
  .home-roadmap-step h3 { margin: 0 0 10px; }
  .home-roadmap-step p { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
  .home-roadmap-cta,
  .home-roadmap-cta span,
  .home-roadmap-links a { transition: none; }
}
