:root {
  --ink: #17233a;
  --muted: #6e6570;
  --line: rgba(92, 66, 57, 0.13);
  --soft: #fbf6f1;
  --bone: #f6eee5;
  --petal: #f3dfda;
  --champagne: #f7ead6;
  --sage: #dfe9dd;
  --stone: #e2d5ca;
  --mint: #6d8f82;
  --mint-dark: #476f66;
  --bronze: #c59b66;
  --bronze-dark: #9c744b;
  --footer: #263248;
  --shadow: 0 22px 70px rgba(68, 52, 46, 0.08);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(243, 223, 218, 0.54), transparent 28%),
    linear-gradient(180deg, #fffdf9 0%, var(--soft) 48%, #fffdf9 100%);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

.coming-soon-page {
  min-height: 100vh;
  background: #f7f1e9;
}

.coming-soon-screen {
  width: min(1120px, calc(100% - 40px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 42px 0;
  display: grid;
  grid-template-rows: auto 1fr;
}

.coming-soon-brand {
  width: fit-content;
}

.coming-soon-card {
  width: min(680px, 100%);
  margin: auto;
  padding: clamp(42px, 7vw, 76px);
  border: 1px solid rgba(185, 145, 88, 0.28);
  background: #fffdf9;
  box-shadow: 0 24px 70px rgba(19, 43, 63, 0.08);
  text-align: center;
}

.coming-soon-card h1 {
  max-width: 560px;
  margin: 22px auto 18px;
  color: #071d3a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 7vw, 5.2rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

.coming-soon-card p {
  max-width: 530px;
  margin: 0 auto 30px;
  color: #596171;
  font-size: 1.05rem;
  line-height: 1.7;
}

@media (max-width: 600px) {
  .coming-soon-screen {
    width: min(100% - 28px, 1120px);
    padding: 24px 0;
  }

  .coming-soon-card {
    padding: 38px 24px;
  }

  .coming-soon-card h1 {
    font-size: 3.15rem;
  }
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  color: #fff;
  background: var(--mint-dark);
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 800;
  transform: translateY(-72px);
}

.skip-link:focus {
  transform: translateY(0);
}

.skip-assessment,
.is-assessment-route .skip-site {
  display: none;
}

.is-assessment-route .skip-assessment {
  display: inline-flex;
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(181, 138, 85, 0.58);
  outline-offset: 3px;
}

.section-shell {
  width: min(100% - 88px, 1170px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  min-height: 78px;
  padding: 0 clamp(22px, 3vw, 40px);
  background: rgba(255, 253, 249, 0.88);
  border-bottom: 1px solid rgba(92, 66, 57, 0.09);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  line-height: 1;
}

.brand-image-link {
  flex-direction: row;
  justify-content: flex-start;
  width: 142px;
  height: 68px;
}

.brand-mark {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-text {
  display: inline-flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1;
}

.brand-image-link .brand-word {
  font-size: 33px;
  letter-spacing: 0.15em;
}

.brand-image-link .brand-sub {
  margin-top: 5px;
  font-size: 8px;
  letter-spacing: 0.42em;
  color: var(--bronze-dark);
}

.brand-logo {
  width: 128px;
  height: auto;
  max-height: 67px;
  object-fit: contain;
}

.brand-logo-original {
  flex: 0 0 auto;
}

.brand-word {
  font-family: "Cormorant Garamond", serif;
  font-size: 43px;
  letter-spacing: 0.13em;
  color: #071833;
}

.brand-sub {
  margin-top: 5px;
  color: var(--mint);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.55em;
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.main-nav a {
  color: #13233f;
}

.main-nav a:hover {
  color: var(--bronze-dark);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.header-cta {
  min-height: 40px;
  padding-inline: 20px;
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #6d8f82 0%, #476f66 100%);
  box-shadow: 0 14px 30px rgba(71, 111, 102, 0.17);
  white-space: nowrap;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #6d8f82 0%, #476f66 100%);
  box-shadow: 0 14px 30px rgba(71, 111, 102, 0.17);
}

.header-cta:hover,
.btn:hover {
  transform: translateY(-1px);
}

.btn-secondary {
  color: var(--ink);
  border-color: rgba(156, 116, 75, 0.24);
  background: rgba(255, 253, 249, 0.74);
}

.btn-blue {
  color: var(--mint-dark);
  border-color: rgba(11, 111, 102, 0.28);
  background: #f0f7f4;
}

.btn-purple {
  color: var(--bronze-dark);
  border-color: rgba(181, 138, 85, 0.34);
  background: #faf4ea;
}

.btn-light {
  color: var(--mint-dark);
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 36, 40, 0.15);
}

.nav-toggle {
  display: none;
}

.assessment-screen {
  display: none;
  overflow-x: hidden;
}

.packages-screen {
  display: none;
  overflow-x: hidden;
}

.assessment-screen[hidden] *::before,
.assessment-screen[hidden] *::after {
  content: none !important;
}

.is-assessment-route {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 12%, rgba(181, 138, 85, 0.18), transparent 34%),
    linear-gradient(135deg, #fffdfa 0%, var(--bone) 44%, #f1f6f2 100%);
}

.is-packages-route {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(243, 223, 218, 0.42), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(223, 233, 221, 0.68), transparent 28%),
    linear-gradient(180deg, #fffdf9 0%, #fbf6f1 100%);
}

.is-assessment-route > .site-header,
.is-assessment-route > .site-main,
.is-assessment-route > .site-footer {
  display: none;
}

.is-packages-route > .site-main,
.is-packages-route > .site-footer {
  display: none;
}

.is-assessment-route .assessment-screen {
  display: block;
}

.is-packages-route .packages-screen {
  display: block;
}

.assessment-shell {
  width: min(calc(100vw - 48px), 980px);
  min-height: 100vh;
  margin-inline: auto;
  padding: 28px 0 42px;
}

.assessment-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 0;
  min-height: 62px;
}

.assessment-exit {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(181, 138, 85, 0.34);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 253, 250, 0.76);
  font-size: 13px;
  font-weight: 800;
}

.assessment-view-grid {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 18px;
  min-width: 0;
  min-height: calc(100vh - 132px);
  padding: 22px 0 120px;
}

.assessment-panel {
  width: min(100%, 560px);
  min-width: 0;
  color: var(--ink);
  text-align: center;
}

.assessment-panel .section-kicker,
.assessment-panel p,
.assessment-panel .assessment-estimate {
  display: none;
}

.assessment-panel h1 {
  max-width: none;
  margin: 0;
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.assessment-panel p {
  max-width: 510px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
}

.assessment-panel .assessment-estimate {
  max-width: 510px;
  border-color: rgba(181, 138, 85, 0.18);
  background: rgba(255, 253, 250, 0.78);
  box-shadow: 0 14px 36px rgba(68, 52, 46, 0.045);
}

.assessment-panel .assessment-estimate span {
  color: var(--muted);
}

.assessment-view-form {
  width: min(100%, 620px);
  min-width: 0;
  min-height: 0;
  padding: 32px;
  color: var(--ink);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 50px rgba(68, 52, 46, 0.075);
}

.packages-hero {
  display: grid;
  justify-items: center;
  gap: 18px;
  width: min(calc(100% - 88px), 1170px);
  margin-inline: auto;
  padding-top: clamp(58px, 8vw, 112px);
  padding-bottom: 32px;
  text-align: center;
}

.packages-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--ink);
  font-size: clamp(52px, 7vw, 92px);
  line-height: 0.96;
  font-weight: 600;
  letter-spacing: 0;
}

.packages-hero p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 550;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(calc(100% - 88px), 1170px);
  margin-inline: auto;
  padding-top: 24px;
  padding-bottom: clamp(64px, 8vw, 110px);
}

.package-card {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 340px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(92, 66, 57, 0.13);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.94), rgba(247, 234, 214, 0.32)),
    #fff;
  box-shadow: 0 22px 54px rgba(68, 52, 46, 0.07);
}

.package-card::after {
  position: absolute;
  right: -42px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: rgba(223, 233, 221, 0.52);
  content: "";
}

.package-card:hover {
  border-color: rgba(156, 116, 75, 0.26);
  background: #fff;
  transform: translateY(-2px);
}

.package-card-primary {
  border-color: rgba(71, 111, 102, 0.24);
  background:
    linear-gradient(135deg, rgba(240, 247, 244, 0.94), rgba(255, 253, 249, 0.96)),
    #fff;
}

.package-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 999px;
  color: var(--mint-dark);
  background: rgba(223, 233, 221, 0.58);
}

.package-card:nth-child(2n) .package-icon {
  color: var(--bronze-dark);
  background: rgba(247, 234, 214, 0.72);
}

.package-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.package-label {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.15;
  font-weight: 750;
}

.package-copy {
  position: relative;
  z-index: 1;
  max-width: 31ch;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 550;
}

.package-price {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--mint-dark);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.package-price strong {
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  line-height: 0.9;
  font-weight: 650;
}

.package-note {
  position: relative;
  z-index: 1;
  color: var(--bronze-dark);
  font-size: 13px;
  font-weight: 700;
}

.package-action {
  position: relative;
  z-index: 1;
  align-self: end;
  width: max-content;
  margin-top: 8px;
  color: var(--mint-dark);
  font-size: 13px;
  font-weight: 800;
}

.package-faq {
  width: min(calc(100% - 88px), 920px);
  margin-inline: auto;
  padding-bottom: clamp(72px, 9vw, 124px);
}

.package-faq > h2 {
  max-width: 700px;
  margin: 16px 0 30px;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1;
  font-weight: 600;
}

.package-faq-list {
  border-top: 1px solid var(--line);
}

.package-faq-list details {
  border-bottom: 1px solid var(--line);
}

.package-faq-list summary {
  position: relative;
  padding: 22px 48px 22px 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.package-faq-list summary::-webkit-details-marker {
  display: none;
}

.package-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  color: var(--mint-dark);
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
  content: "+";
}

.package-faq-list details[open] summary::after {
  content: "−";
}

.package-faq-list p {
  max-width: 760px;
  margin: -4px 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.hero-stage {
  position: relative;
  display: grid;
  align-items: center;
  min-height: clamp(560px, 40vw, 660px);
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 253, 249, 0.93) 36%, rgba(255, 253, 249, 0.5) 59%, rgba(255, 253, 249, 0.06) 82%),
    url("../public/assets/hero-vyyra-beach-couple.png") center right / cover no-repeat,
    var(--bone);
}

.hero-stage::after {
  content: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding-top: 56px;
  padding-bottom: 58px;
}

.hero-copy.section-shell {
  width: min(100% - 240px, 1440px);
}

.hero-kicker {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 15px;
  color: var(--bronze-dark);
  background: rgba(255, 253, 249, 0.76);
  border: 1px solid rgba(156, 116, 75, 0.16);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.hero-copy h1 {
  max-width: 660px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(58px, 5.2vw, 88px);
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--ink);
  text-shadow: 0 2px 28px rgba(255, 253, 249, 0.78);
  text-wrap: balance;
}

.hero-copy p {
  max-width: 570px;
  margin: 24px 0 30px;
  color: #635d66;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  text-shadow: 0 1px 18px rgba(255, 253, 249, 0.86);
}

.hero-focus-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 680px;
  margin-bottom: 28px;
}

.hero-focus-list span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  color: #4f5f57;
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid rgba(156, 116, 75, 0.12);
  border-radius: 999px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 600;
}

.hero-focus-list span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(197, 155, 102, 0.12);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions .btn {
  min-width: 250px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
  background: rgba(255, 251, 246, 0.78);
}

.trust-item {
  display: grid;
  grid-template-columns: 54px auto;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 82px;
  padding: 14px 22px;
  border-left: 1px solid rgba(92, 66, 57, 0.1);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

.trust-item:first-child {
  border-left: 0;
}

.trust-item img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.category-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding-top: 34px;
  padding-bottom: 18px;
}

.category-cards a {
  display: grid;
  min-height: 82px;
  place-items: center;
  padding: 16px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.82);
  box-shadow: 0 14px 34px rgba(68, 52, 46, 0.035);
  font-size: 15px;
  font-weight: 650;
  text-align: center;
}

.category-cards a:hover {
  color: var(--mint-dark);
  border-color: rgba(156, 116, 75, 0.24);
  background: #fff;
  transform: translateY(-1px);
}

.catalog-page .trust-strip {
  margin-top: 16px;
}

.catalog-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding-top: clamp(56px, 6vw, 86px);
  padding-bottom: clamp(56px, 6vw, 86px);
  border-bottom: 1px solid rgba(92, 66, 57, 0.1);
}

.weight-loss-section {
  grid-template-columns: minmax(520px, 0.54fr) minmax(420px, 0.46fr);
  gap: clamp(48px, 6vw, 92px);
  align-items: center;
  min-height: 650px;
}

.glp-collage {
  position: relative;
  min-height: 565px;
}

.glp-photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(68, 52, 46, 0.14);
}

.glp-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.glp-photo-products {
  top: 0;
  left: 0;
  z-index: 1;
  width: 58%;
  height: 355px;
}

.glp-photo-products img {
  object-position: 48% 52%;
}

.glp-photo-portrait {
  top: 70px;
  right: 4%;
  z-index: 2;
  width: 44%;
  height: 315px;
}

.glp-photo-portrait img {
  object-position: 52% 20%;
}

.glp-photo-waist {
  right: 0;
  bottom: 34px;
  z-index: 4;
  width: 36%;
  height: 225px;
}

.glp-photo-waist img {
  object-position: 50% 45%;
}

.glp-benefit-card {
  position: absolute;
  left: 6%;
  bottom: 0;
  z-index: 5;
  width: 64%;
  padding: 26px 28px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: 0 22px 70px rgba(68, 52, 46, 0.12);
  backdrop-filter: blur(10px);
}

.catalog-section-alt {
  grid-template-columns: minmax(0, 0.58fr) minmax(260px, 0.42fr);
}

.catalog-section-alt .catalog-benefits {
  order: 2;
}

.peptide-section {
  grid-template-columns: minmax(420px, 0.46fr) minmax(520px, 0.54fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
  min-height: 650px;
  border-top: 1px solid rgba(92, 66, 57, 0.1);
}

.peptide-visual {
  position: relative;
  order: 2;
  min-height: 560px;
}

.peptide-photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(68, 52, 46, 0.14);
}

.peptide-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.peptide-photo-primary {
  top: 0;
  left: 0;
  z-index: 1;
  width: 68%;
  height: 420px;
}

.peptide-photo-primary img {
  object-position: 54% 45%;
}

.peptide-photo-secondary {
  top: 205px;
  right: 0;
  z-index: 3;
  width: 41%;
  height: 245px;
}

.peptide-photo-secondary img {
  object-position: 50% 32%;
}

.peptide-benefit-card {
  position: absolute;
  right: 26%;
  bottom: 0;
  z-index: 4;
  width: 58%;
  padding: 26px 28px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: 0 22px 70px rgba(68, 52, 46, 0.12);
  backdrop-filter: blur(10px);
}

.mens-health-section {
  grid-template-columns: minmax(430px, 0.48fr) minmax(520px, 0.52fr);
  gap: clamp(54px, 7vw, 104px);
  align-items: center;
  min-height: 660px;
  border-top: 1px solid rgba(92, 66, 57, 0.1);
}

.mens-visual {
  position: relative;
  min-height: 530px;
}

.mens-photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(68, 52, 46, 0.14);
}

.mens-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mens-photo-primary {
  top: 0;
  left: 0;
  z-index: 1;
  width: 72%;
  height: 445px;
}

.mens-photo-primary img {
  object-position: 50% 18%;
}

.mens-photo-secondary {
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 48%;
  height: 315px;
}

.mens-photo-secondary img {
  object-position: 50% 22%;
}

.mens-content {
  display: grid;
  gap: 30px;
}

.mens-copy h2 {
  max-width: 540px;
}

.mens-copy h3,
.mens-copy p {
  max-width: 620px;
}

.mens-action-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 44px);
  align-items: end;
}

.mens-benefit-card {
  padding: 28px 32px;
}

.mens-action-row .btn {
  margin-bottom: 22px;
  white-space: nowrap;
}

.care-section {
  grid-template-columns: minmax(500px, 0.94fr) minmax(500px, 1fr);
  gap: clamp(62px, 8vw, 126px);
  align-items: center;
  min-height: 720px;
  padding-top: clamp(68px, 7vw, 104px);
  padding-bottom: clamp(74px, 7vw, 112px);
  border-top: 1px solid rgba(92, 66, 57, 0.1);
}

.care-visual {
  position: relative;
  overflow: visible;
  margin: 0;
  min-height: 610px;
}

.care-visual img {
  width: 100%;
  height: 560px;
  min-height: 0;
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: 16px;
  box-shadow: 0 28px 78px rgba(68, 52, 46, 0.13);
}

.care-content {
  display: grid;
  gap: 30px;
}

.care-copy h2 {
  max-width: 610px;
}

.care-copy h3,
.care-copy p {
  max-width: 650px;
}

.care-copy p + p {
  margin-top: 22px;
}

.care-action-row {
  display: flex;
  align-items: center;
}

.care-action-row .btn {
  justify-self: start;
  white-space: nowrap;
}

.care-benefit-card {
  position: absolute;
  right: -76px;
  bottom: -2px;
  width: min(410px, 72%);
  padding: 30px 34px;
  box-shadow: 0 24px 62px rgba(68, 52, 46, 0.12);
}

.catalog-benefits {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.92), rgba(247, 234, 214, 0.46)),
    #fff;
}

.catalog-benefits h2 {
  margin: 0 0 20px;
  font-family: Manrope, system-ui, sans-serif;
  color: var(--mint-dark);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 750;
  text-align: left;
}

.catalog-benefits ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-benefits li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 550;
}

.catalog-benefits li::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--bronze);
  content: "";
}

.catalog-copy {
  display: grid;
  justify-items: start;
}

.catalog-copy .section-kicker {
  margin-bottom: 18px;
}

.catalog-copy h2 {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 4.5vw, 72px);
  line-height: 0.98;
  text-align: left;
}

.catalog-copy h3 {
  max-width: 640px;
  margin-top: 18px;
  color: var(--mint-dark);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.2;
  font-weight: 600;
}

.catalog-copy p {
  max-width: 650px;
  margin: 18px 0 26px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
  font-weight: 500;
}

.support-section {
  padding-top: clamp(58px, 6vw, 86px);
  padding-bottom: clamp(44px, 5vw, 68px);
  text-align: center;
}

.support-section .section-kicker {
  margin-inline: auto;
}

.support-section h2 {
  max-width: 820px;
  margin: 0 auto;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
  text-align: left;
}

.support-grid article {
  min-height: 160px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.78);
}

.support-grid h3 {
  font-size: 18px;
}

.support-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
  font-weight: 500;
}

.testimonial-strip {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding-top: clamp(44px, 5vw, 68px);
  padding-bottom: clamp(44px, 5vw, 68px);
  text-align: center;
}

.testimonial-strip h2 {
  max-width: 920px;
  font-size: clamp(40px, 4vw, 66px);
}

.testimonial-strip p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
  font-weight: 500;
}

.simple-cta {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: clamp(54px, 6vw, 82px) 0;
  text-align: center;
}

.simple-cta h2 {
  max-width: 760px;
}

.simple-cta p {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
  font-weight: 500;
}

.simple-cta .btn {
  margin-top: 8px;
}

.overview {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 26px;
  align-items: stretch;
  padding-top: 42px;
}

.overview-copy {
  padding: 36px;
  color: var(--ink);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(251, 246, 241, 0.98) 0%, rgba(247, 234, 214, 0.72) 52%, rgba(223, 233, 221, 0.86) 100%);
  box-shadow: 0 14px 36px rgba(68, 52, 46, 0.045);
}

.overview-copy .section-kicker {
  color: var(--bronze-dark);
  background: rgba(255, 255, 255, 0.52);
}

.overview-copy h2 {
  margin-top: 18px;
  color: var(--ink);
  text-align: left;
}

.overview-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
  font-weight: 500;
}

.overview-copy .fine-print {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(92, 66, 57, 0.13);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.overview-list {
  display: grid;
  align-content: stretch;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(68, 52, 46, 0.035);
}

.overview-list div {
  display: grid;
  align-content: center;
  min-height: 132px;
  padding: 26px 30px;
}

.overview-list div + div {
  border-top: 1px solid rgba(6, 26, 51, 0.09);
}

.overview-list dt {
  color: var(--ink);
  font-size: 19px;
  line-height: 1.2;
  font-weight: 600;
}

.overview-list dd {
  margin: 9px 0 0;
  color: #526174;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.fine-print {
  margin-top: 12px;
  margin-bottom: 0;
  color: #7a8496;
  font-size: 11px;
  font-weight: 600;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.section-heading .section-kicker,
.feature-copy .section-kicker {
  color: var(--bronze-dark);
  background: rgba(181, 138, 85, 0.12);
}

.section-heading h2 {
  margin-top: 14px;
}

.section-heading p {
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 500;
}

.services {
  padding-top: 46px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.service-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 224px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.74);
  box-shadow: none;
}

.service-card:hover {
  transform: translateY(-1px);
  border-color: rgba(156, 116, 75, 0.22);
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 18px 48px rgba(68, 52, 46, 0.06);
}

.service-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.service-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.05;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

.service-primary {
  color: var(--ink);
  background: linear-gradient(145deg, rgba(243, 223, 218, 0.88), rgba(247, 234, 214, 0.78));
  border-color: rgba(156, 116, 75, 0.16);
}

.service-primary h3,
.service-primary p {
  color: inherit;
}

.feature-program {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: stretch;
  padding-top: 42px;
}

.feature-copy {
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.96), rgba(247, 234, 214, 0.5)),
    #fff;
}

.feature-copy h2 {
  margin-top: 16px;
  text-align: left;
  font-size: clamp(40px, 3.6vw, 60px);
}

.feature-copy p {
  margin: 18px 0 24px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
  font-weight: 500;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-list article {
  display: grid;
  align-content: center;
  min-height: 136px;
  padding: 28px 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.82);
  box-shadow: none;
}

.feature-list strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}

.feature-list span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
  font-weight: 500;
}

.quote-band {
  margin-top: 34px;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 0%, rgba(243, 223, 218, 0.74), transparent 30%),
    linear-gradient(135deg, #fff8f2 0%, #f7ead6 55%, #e8efe4 100%);
}

.quote-band .section-shell {
  padding: 42px 0;
}

.quote-band p {
  width: min(820px, 100%);
  margin: 0 auto;
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(38px, 3.8vw, 62px);
  line-height: 1.02;
  font-weight: 500;
  text-align: center;
}

.process {
  padding-top: 48px;
}

h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(38px, 3.6vw, 58px);
  line-height: 1.02;
  font-weight: 500;
  text-align: center;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 28px;
}

.process-step {
  position: relative;
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 226px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.76);
  box-shadow: none;
}

.process-step:not(:last-child)::after {
  content: none;
}

.process-step img {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.step-number {
  position: static;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--bronze-dark);
  background: rgba(197, 155, 102, 0.16);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
}

h3 {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
}

.process-step p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
  font-weight: 500;
}

.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 24px;
  width: min(100% - 88px, 1280px);
  padding-top: 34px;
}

#programs {
  scroll-margin-top: 92px;
}

.product-card {
  display: flex;
  min-width: 0;
  min-height: 392px;
  padding: 34px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.78);
  box-shadow: none;
}

.pill-label {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 22px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.product-green .pill-label {
  color: var(--mint-dark);
  background: rgba(223, 233, 221, 0.82);
}

.product-blue .pill-label {
  color: var(--mint-dark);
  background: rgba(243, 223, 218, 0.72);
}

.product-purple .pill-label {
  color: var(--bronze-dark);
  background: rgba(247, 234, 214, 0.85);
}

.product-card img {
  width: 78px;
  height: 78px;
  margin: 22px 0 18px;
  object-fit: contain;
}

.product-card h3 {
  max-width: 260px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 2.35vw, 44px);
  font-weight: 500;
  line-height: 1.02;
}

.product-card p {
  min-height: 88px;
  margin: 16px 0 22px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--bronze-dark);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.price strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 600;
}

.product-card .btn {
  width: 100%;
  min-height: 46px;
  margin-top: 18px;
}

.product-card small {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 12px auto 0;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(223, 233, 221, 0.66);
  color: var(--mint-dark);
  font-size: 11px;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
}

.product-purple small {
  color: var(--bronze-dark);
  background: rgba(247, 234, 214, 0.76);
}

.fit-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: stretch;
  padding-top: 18px;
}

.fit-copy {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(250, 247, 241, 0.96), rgba(255, 255, 255, 0.9));
}

.fit-copy h2 {
  margin-top: 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 500;
  line-height: 1.05;
}

.fit-copy p {
  max-width: 480px;
  margin: 18px 0 0;
  color: #526174;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fit-grid article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(68, 52, 46, 0.035);
}

.fit-grid h3 {
  font-size: 18px;
}

.fit-grid ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.fit-grid li {
  position: relative;
  padding-left: 24px;
  color: #516074;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.fit-grid li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--bronze);
  content: "";
}

.compliance {
  padding-top: 20px;
}

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 25px;
}

.compliance article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 130px;
  padding: 22px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.76);
}

.compliance img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.compliance h3 {
  font-size: 14px;
}

.compliance p {
  grid-column: 1 / -1;
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.48;
  font-weight: 500;
}

.employers {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
  gap: 26px;
  align-items: center;
  padding-top: 28px;
}

.employers-copy {
  padding: 30px;
  border: 1px solid rgba(223, 231, 235, 0.92);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(245, 252, 251, 0.94)),
    #fff;
}

.employers-copy .section-kicker {
  color: var(--bronze-dark);
  background: rgba(181, 138, 85, 0.12);
}

.employers-copy h2 {
  margin-top: 14px;
  text-align: left;
}

.employers-copy p {
  margin: 18px 0 0;
  color: #536076;
  font-size: 17px;
  line-height: 1.58;
  font-weight: 500;
}

.employers-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0;
}

.employers-list div {
  min-width: 0;
  padding: 24px 22px;
  border: 1px solid rgba(223, 231, 235, 0.92);
  border-radius: var(--radius);
  background: #fff;
}

.employers-list dt {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
}

.employers-list dd {
  margin: 12px 0 0;
  color: #526174;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}

.faq {
  padding-top: 30px;
  padding-bottom: 48px;
}

.faq-list {
  width: min(680px, 100%);
  margin: 18px auto 0;
}

.faq-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 48px;
  margin-top: 8px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.8);
  color: #17253e;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.faq-item span {
  font-size: 22px;
  font-weight: 500;
}

.faq-entry p {
  display: none;
  margin: 0;
  padding: 0 22px 16px;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 var(--radius) var(--radius);
  background: rgba(255, 253, 249, 0.8);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.faq-entry.is-active .faq-item {
  border-radius: var(--radius) var(--radius) 0 0;
}

.faq-entry.is-active p {
  display: block;
}

.faq-more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: max-content;
  margin: 18px auto 0;
  color: var(--mint-dark);
  font-size: 14px;
  font-weight: 700;
}

.cta-band {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 8%, rgba(223, 233, 221, 0.78), transparent 26%),
    linear-gradient(135deg, #fff8f2 0%, #f3dfda 54%, #f7ead6 100%);
}

.cta-band::after {
  content: none;
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 84px minmax(250px, 0.68fr) minmax(390px, 1fr);
  align-items: center;
  gap: 28px;
  min-height: 118px;
  padding: 28px 0;
}

.assessment-layout {
  grid-template-columns: minmax(280px, 0.78fr) minmax(430px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 0;
  padding: 54px 0;
}

.cta-inner img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
}

.cta-inner h2 {
  color: var(--ink);
  text-align: left;
}

.cta-inner p {
  margin: 5px 0 0;
  font-size: 15px;
  line-height: 1.58;
  font-weight: 500;
}

.section-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 14px;
  border-radius: 999px;
  color: var(--bronze-dark);
  background: rgba(247, 234, 214, 0.72);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.assessment-copy h2 {
  max-width: 500px;
}

.assessment-copy p {
  max-width: 540px;
  color: var(--muted);
  font-size: 17px;
}

.assessment-estimate {
  display: grid;
  gap: 6px;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
}

.assessment-estimate strong {
  font-size: 14px;
}

.assessment-estimate span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.assessment-teaser-cta {
  width: fit-content;
  margin-top: 24px;
}

.intake-form {
  display: grid;
  gap: 12px;
  width: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 42px rgba(68, 52, 46, 0.07);
}

.guided-assessment {
  align-self: stretch;
  min-height: 560px;
  padding: 24px;
  background: #fff;
}

.assessment-view-form.guided-assessment {
  align-self: auto;
}

.cta-band .guided-assessment:not(.assessment-view-form) {
  display: none;
}

.start-teaser {
  display: block;
  min-height: 0;
  padding: 58px 0;
}

.start-teaser .assessment-copy {
  display: grid;
  justify-items: center;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.start-teaser .assessment-copy h2 {
  max-width: none;
}

.start-teaser .assessment-copy p {
  max-width: 680px;
}

.start-teaser .assessment-estimate {
  width: min(100%, 720px);
  text-align: left;
}

.start-teaser .assessment-teaser-cta {
  width: min(100%, 360px);
}

.assessment-progress {
  display: grid;
  grid-template-columns: repeat(var(--assessment-step-count, 4), minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  min-width: 0;
  margin-bottom: 4px;
}

.assessment-progress span {
  height: 5px;
  border-radius: 999px;
  background: rgba(92, 66, 57, 0.08);
}

.assessment-progress span.is-active,
.assessment-progress span.is-complete {
  background: var(--bronze);
}

.assessment-step {
  display: none;
  min-width: 0;
  min-height: 378px;
  margin: 0;
  padding: 0;
  border: 0;
  scroll-margin-top: 24px;
}

.assessment-step.is-active {
  display: grid;
  align-content: start;
  gap: 12px;
}

.assessment-step legend {
  max-width: 100%;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  overflow-wrap: break-word;
}

.assessment-view-form .assessment-step legend {
  color: var(--ink);
}

.step-note {
  margin: -4px 0 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

.assessment-view-form .step-note {
  color: #617086;
}

.choice-card {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 76px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--muted);
  cursor: pointer;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.choice-card.compact {
  min-height: 60px;
}

.choice-card input {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  padding: 0;
}

.choice-card strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}

.choice-card:has(input:checked) {
  border-color: rgba(181, 138, 85, 0.55);
  background: #fffaf3;
  box-shadow: 0 0 0 3px rgba(181, 138, 85, 0.14);
}

.assessment-view-form .choice-card {
  border-color: var(--line);
  background: #fff;
  color: #516074;
}

.assessment-view-form .choice-card strong {
  color: var(--ink);
}

.assessment-view-form .choice-card:has(input:checked) {
  border-color: rgba(181, 138, 85, 0.55);
  background: #fffaf3;
  box-shadow: 0 0 0 3px rgba(181, 138, 85, 0.14);
}

.route-card {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(181, 138, 85, 0.32);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

.route-pill {
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--bronze-dark);
  background: rgba(181, 138, 85, 0.12);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.route-card strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 500;
}

.route-card p {
  margin: 0;
  color: #526174;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.route-list {
  display: grid;
  gap: 9px;
  margin-top: 4px;
}

.route-list span {
  padding: 11px 13px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.assessment-view-form .route-list span {
  color: #516074;
  background: #faf7f1;
}

.assessment-actions {
  display: grid;
  grid-template-columns: minmax(98px, 0.34fr) 1fr;
  gap: 10px;
  width: 100%;
  min-width: 0;
}

.guided-assessment.is-first-step .assessment-actions {
  grid-template-columns: minmax(180px, 320px);
  justify-content: center;
}

.assessment-back {
  min-width: 0;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: transparent;
}

.assessment-view-form .assessment-back {
  color: var(--ink);
  border-color: rgba(181, 138, 85, 0.38);
  background: #fff;
}

.assessment-view-form .btn-light {
  color: #fff;
  background: linear-gradient(135deg, var(--mint) 0%, var(--mint-dark) 100%);
  box-shadow: 0 10px 20px rgba(68, 52, 46, 0.08);
}

.assessment-submit {
  display: none;
  grid-column: 2;
}

.guided-assessment.is-final-step .assessment-next {
  display: none;
}

.guided-assessment.is-final-step .assessment-submit {
  display: inline-flex;
}

.guided-assessment.is-first-step .assessment-back {
  display: none;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

.intake-form label {
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.optional-label {
  color: #87909f;
  font-size: 11px;
  font-weight: 600;
  text-transform: none;
}

.assessment-view-form label {
  color: #516074;
}

.guided-assessment .choice-card {
  gap: 12px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.intake-form input,
.intake-form select,
.intake-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 11px 12px;
  text-transform: none;
}

.intake-form textarea {
  resize: vertical;
}

.intake-form input:focus,
.intake-form select:focus,
.intake-form textarea:focus {
  border-color: rgba(181, 138, 85, 0.72);
  box-shadow: 0 0 0 3px rgba(181, 138, 85, 0.18);
}

.intake-form input[aria-invalid="true"],
.intake-form select[aria-invalid="true"],
.intake-form textarea[aria-invalid="true"] {
  border-color: #b42318;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.12);
}

.choice-card:has(input:focus-visible),
.consent-row:has(input:focus-visible) {
  outline: 3px solid rgba(181, 138, 85, 0.5);
  outline-offset: 3px;
}

.field-error {
  margin: -2px 0 2px;
  color: #b42318;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.consent-row {
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}

.consent-row input {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  padding: 0;
}

.intake-form .hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  opacity: 0;
}

.intake-form .btn {
  width: 100%;
}

.intake-form .btn:disabled {
  cursor: wait;
  opacity: 0.68;
}

.form-status {
  min-height: 18px;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.assessment-view-form .form-status {
  color: #516074;
}

.assessment-view-form .form-status.is-success {
  color: var(--mint-dark);
}

.assessment-view-form .form-status.is-error {
  color: #b42318;
}

.assessment-view-form.intake-form {
  width: min(100%, 560px);
  margin-inline: auto;
}

.assessment-view-form .assessment-progress span {
  background: #e7dfd2;
}

.assessment-view-form .assessment-progress {
  --assessment-step-count: 9;
  gap: 6px;
}

.assessment-view-form .assessment-progress span.is-active,
.assessment-view-form .assessment-progress span.is-complete {
  background: var(--bronze);
}

.assessment-view-form .assessment-step {
  min-height: 260px;
}

.assessment-view-form .assessment-actions {
  align-items: center;
}

.assessment-view-form .btn {
  min-height: 44px;
  font-size: 14px;
}

.form-status.is-success {
  color: #d7fff8;
}

.form-status.is-error {
  color: #ffe1e1;
}

.site-footer {
  color: #dce7ef;
  background: radial-gradient(circle at 10% 0%, #0b3353 0, var(--footer) 37%, #03152b 100%);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.55fr) repeat(4, minmax(130px, 1fr));
  gap: clamp(28px, 4vw, 58px);
  padding: 48px 0 38px;
}

.footer-brand {
  padding-right: clamp(24px, 3vw, 44px);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-brand .brand-word {
  color: #fff;
  font-size: 41px;
}

.footer-brand-lockup {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  background: #fffdf9;
  border-radius: 4px;
}

.brand-logo-footer {
  width: 164px;
  max-height: none;
}

.footer-brand-lockup .brand-mark {
  width: 54px;
  height: 54px;
}

.footer-brand-lockup .brand-sub {
  color: #f0c78f;
}

.footer-brand p,
.footer-contact p {
  color: #c9d5df;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
}

.social-row {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.social-row a {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.site-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 13px;
}

.site-footer nav,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer a {
  color: #dbe8f0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.site-footer a:hover {
  color: #fff;
}

.legal {
  display: grid;
  gap: 16px;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.23);
  color: #cbd6df;
  font-size: 12px;
  font-weight: 500;
}

.legal span {
  margin: 0;
}

.site-footer .legal-links {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px clamp(18px, 2.5vw, 34px);
  align-items: start;
}

.site-footer .legal-links a {
  max-width: 220px;
  font-size: 12px;
  line-height: 1.35;
}

.assessment-view-form.intake-form.guided-assessment {
  --assessment-step-title-size: 28px;
  --assessment-question-size: 20px;
  --assessment-control-size: 16px;
  --assessment-support-size: 14px;
  --assessment-highlight-size: 20px;
  width: min(100%, 560px);
  margin-inline: auto;
  color: var(--ink);
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.glp-assessment {
  gap: 24px;
}

.glp-assessment .assessment-step {
  gap: 0;
}

.glp-assessment .assessment-step.is-active {
  display: grid;
}

.glp-assessment .assessment-step legend {
  margin: 0 0 28px;
  font-family: Manrope, system-ui, sans-serif;
  font-size: var(--assessment-step-title-size);
  font-weight: 800;
  line-height: 1.2;
  color: #111827;
  text-wrap: balance;
}

.glp-assessment .assessment-step h3 {
  margin: 0 0 24px;
  color: #111827;
  font-size: var(--assessment-question-size);
  line-height: 1.35;
  font-weight: 800;
  text-wrap: balance;
}

.assessment-subsection {
  display: grid;
  gap: 18px;
  padding: 32px 0;
  border-top: 2px solid rgba(17, 24, 39, 0.1);
  border-radius: 0;
  background: transparent;
  scroll-margin-top: 24px;
}

.assessment-subsection:last-of-type {
  border-bottom: 2px solid rgba(17, 24, 39, 0.1);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.choice-grid.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-grid.dense-grid {
  grid-template-columns: 1fr;
}

.compact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.full-field {
  grid-column: 1 / -1;
}

.assessment-view-form input,
.assessment-view-form select,
.assessment-view-form textarea {
  min-height: 48px;
  border: 1px solid #dbe4ee;
  border-radius: 10px;
  background: #fff;
  color: #253044;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.045);
}

.assessment-view-form textarea {
  min-height: 116px;
  font-size: 16px;
}

.assessment-view-form .consent-row {
  color: var(--muted);
}

.assessment-view-form .consent-row span {
  color: var(--muted);
}

.assessment-view-form .consent-row {
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding-block: 8px;
}

.assessment-view-form .consent-row input {
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 2px;
  box-shadow: none;
}

.glp-assessment label {
  color: #253044;
  font-size: var(--assessment-control-size);
  line-height: 1.4;
  font-weight: 500;
}

.glp-assessment .field-error {
  font-size: var(--assessment-support-size);
}

.glp-assessment .step-note {
  font-size: var(--assessment-support-size);
  line-height: 1.5;
}

.assessment-view-form.guided-assessment .choice-card {
  min-height: 56px;
  padding: 14px 16px;
  border: 1px solid #dbe4ee;
  border-radius: 14px;
  color: #253044;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.045);
  font-size: var(--assessment-control-size);
  line-height: 1.4;
  font-weight: 500;
}

.assessment-view-form.guided-assessment .choice-card strong {
  color: #111827;
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
}

.assessment-view-form.guided-assessment .choice-card:has(input:checked) {
  border-color: #31b9f2;
  background: #fff;
  box-shadow: 0 18px 54px rgba(49, 185, 242, 0.16), 0 0 0 1px #31b9f2;
}

.assessment-view-form.guided-assessment .choice-card input {
  width: 20px;
  height: 20px;
  min-height: 0;
  margin-top: 4px;
  box-shadow: none;
}

.assessment-view-form.guided-assessment .choice-card.compact:not(.icon-choice):not(.metric-choice) {
  align-items: center;
}

.assessment-view-form.guided-assessment .choice-card.compact:not(.icon-choice):not(.metric-choice) input {
  margin-top: 0;
}

.assessment-view-form.guided-assessment .choice-card input[type="radio"] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.assessment-view-form.guided-assessment .choice-card:has(input[type="radio"]):not(.icon-choice):not(.metric-choice) {
  grid-template-columns: minmax(0, 1fr);
}

.assessment-view-form.guided-assessment .choice-card span,
.assessment-view-form.guided-assessment .choice-card strong {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

.icon-choice {
  position: relative;
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: center;
  min-height: 132px;
  text-align: center;
}

.icon-choice::before,
.metric-choice::before {
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 800;
}

.icon-choice::before {
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
  font-size: 25px;
}

.icon-male::before {
  content: "M";
  color: #2f6df0;
  background: #dcecff;
}

.icon-female::before {
  content: "F";
  color: #df3275;
  background: #f9e2ef;
}

.icon-no::before {
  content: "\2713";
  color: #159c61;
  background: #d9f7e5;
}

.icon-yes::before {
  content: "\00d7";
  color: #ef4444;
  background: #fde0e0;
}

.metric-choice {
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  min-height: 84px;
}

.metric-choice::before {
  content: "\25cf";
  width: 36px;
  height: 36px;
  font-size: 17px;
}

.heart-choice::before {
  content: "\2665";
}

.metric-choice strong {
  display: block;
}

.metric-choice span {
  font-size: var(--assessment-control-size);
}

.tone-teal::before,
.tone-teal span {
  color: #17b8bd;
}

.tone-green::before,
.tone-green span {
  color: #22c55e;
}

.tone-gold::before,
.tone-gold span {
  color: #d9a300;
}

.tone-orange::before,
.tone-orange span {
  color: #f97316;
}

.tone-red::before,
.tone-red span {
  color: #ef4444;
}

.pace-card,
.encouragement-card {
  display: grid;
  gap: 12px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(111, 143, 130, 0.2);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(223, 233, 221, 0.72), rgba(255, 250, 243, 0.96));
}

.pace-card p,
.encouragement-card p {
  margin: 0;
  color: var(--ink);
  font-size: var(--assessment-highlight-size);
  line-height: 1.4;
}

.pace-card strong,
.encouragement-card strong {
  color: var(--mint-dark);
}

.review-step {
  overflow: hidden;
  border-radius: 22px;
  background: #f2faf4;
}

.review-header {
  display: grid;
  grid-template-columns: minmax(110px, 0.65fr) minmax(0, 1.35fr);
  gap: 16px;
  align-items: center;
  width: calc(100% + 48px);
  min-width: 0;
  margin: -24px -24px 0;
  padding: 30px clamp(28px, 3vw, 36px);
  color: #fff;
  background: linear-gradient(120deg, #1c6548, #0d321d);
}

.review-header div {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.review-header strong {
  font-size: clamp(22px, 2.3vw, 27px);
  line-height: 1;
  overflow-wrap: break-word;
}

.review-header span {
  color: #dff8ef;
  font-size: clamp(17px, 2vw, 20px);
  overflow-wrap: break-word;
}

.review-success {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  width: calc(100% + 48px);
  min-width: 0;
  margin: 0 -24px;
  padding: 34px clamp(26px, 5vw, 56px);
  background: #edf8ee;
}

.review-success > div {
  min-width: 0;
}

.review-success > span {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 50%;
  color: #2c9a73;
  background: #d9f4df;
  font-size: 46px;
  line-height: 1;
}

.review-success h3 {
  margin: 0 0 8px;
  color: #0f6d45;
  font-size: clamp(26px, 3vw, 36px);
}

.review-success p {
  margin: 0;
  color: #029a42;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.35;
  overflow-wrap: break-word;
}

.medical-review-card {
  display: grid;
  gap: 24px;
  width: 100%;
  min-width: 0;
  margin-top: 28px;
  padding: clamp(26px, 5vw, 56px);
  border: 1px solid rgba(48, 154, 115, 0.16);
  border-radius: 22px;
  background: rgba(246, 253, 248, 0.92);
}

.medical-review-card h3 {
  margin: 0;
  text-align: center;
  font-size: clamp(26px, 3vw, 36px);
}

.probability-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px 28px;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 28px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(31, 73, 51, 0.08);
}

.probability-card > span {
  color: #6f7582;
  font-size: clamp(18px, 2vw, 26px);
}

.probability-card strong {
  color: #2c9a73;
  font-size: clamp(42px, 5vw, 58px);
  line-height: 1;
}

.probability-bar {
  grid-column: 1 / -1;
  height: 22px;
  overflow: hidden;
  border-radius: 999px;
  background: #dfe6e5;
}

.probability-bar span {
  display: block;
  width: 94%;
  height: 100%;
  border-radius: inherit;
  background: #27c462;
}

.review-stats {
  display: grid;
  width: 100%;
  min-width: 0;
  padding: 28px clamp(18px, 4vw, 42px);
  border-radius: 22px;
  background: #fff;
}

.review-stats p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 22px 0;
  color: var(--ink);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.35;
  overflow-wrap: break-word;
}

.review-stats p + p {
  border-top: 1px solid rgba(12, 31, 48, 0.12);
}

.review-stats strong,
.review-candidate strong {
  color: var(--ink);
  font-weight: 800;
}

.review-candidate {
  margin: 0;
  color: var(--ink);
  text-align: center;
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.35;
}

.review-candidate strong {
  color: #2c9a73;
}

.privacy-note {
  margin: 16px 0 0;
  padding-block: 2px;
  color: var(--mint-dark);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.assessment-view-form.guided-assessment .choice-card {
  color: #253044;
  border-color: #dbe4ee;
  background: #fff;
}

.assessment-view-form.guided-assessment .choice-card strong {
  color: #111827;
}

.assessment-view-form.guided-assessment .choice-card:has(input:checked) {
  border-color: #31b9f2;
  background: #fff;
  box-shadow: 0 18px 54px rgba(49, 185, 242, 0.16), 0 0 0 1px #31b9f2;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: inline-grid;
    gap: 6px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
  }

  .nav-toggle span {
    width: 20px;
    height: 2px;
    background: var(--ink);
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .site-header.is-open {
    grid-template-columns: 1fr auto;
  }

  .site-header.is-open .main-nav {
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
    gap: 0;
    padding-bottom: 16px;
  }

  .site-header.is-open .main-nav a {
    padding: 13px 0;
    border-top: 1px solid var(--line);
  }

  .hero-stage {
    min-height: 610px;
  }

  .hero-copy.section-shell {
    width: min(100% - 88px, 1170px);
  }

  .hero-copy {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .process-grid,
  .service-grid,
  .feature-program,
  .catalog-section,
  .catalog-section-alt,
  .products,
  .overview,
  .fit-section,
  .employers {
    grid-template-columns: 1fr;
  }

  .category-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(calc(100% - 88px), 860px);
  }

  .catalog-section,
  .catalog-section-alt {
    width: min(100% - 88px, 860px);
  }

  .weight-loss-section {
    width: min(100% - 88px, 920px);
    min-height: 0;
  }

  .peptide-section {
    width: min(100% - 88px, 920px);
    min-height: 0;
  }

  .mens-health-section {
    width: min(100% - 88px, 920px);
    min-height: 0;
  }

  .care-section {
    width: min(100% - 88px, 920px);
    min-height: 0;
  }

  .care-visual {
    min-height: 640px;
  }

  .care-visual img {
    height: 520px;
  }

  .care-action-row {
    justify-content: start;
  }

  .care-action-row .btn {
    justify-self: start;
    margin-bottom: 0;
  }

  .care-benefit-card {
    right: 32px;
    bottom: 0;
    width: min(440px, calc(100% - 64px));
  }

  .mens-visual {
    min-height: 560px;
  }

  .mens-action-row {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mens-action-row .btn {
    justify-self: start;
    margin-bottom: 0;
  }

  .peptide-visual {
    order: 0;
    min-height: 585px;
  }

  .peptide-benefit-card {
    right: 20%;
    width: 62%;
  }

  .glp-collage {
    min-height: 610px;
  }

  .glp-photo-products {
    width: 58%;
  }

  .glp-photo-portrait {
    right: 2%;
    width: 45%;
  }

  .glp-benefit-card {
    left: 5%;
    width: 66%;
  }

  .catalog-section-alt .catalog-benefits {
    order: 0;
  }

  .support-grid {
    grid-template-columns: 1fr;
    width: min(100%, 760px);
    margin-inline: auto;
    margin-top: 28px;
  }

  .products {
    width: min(100% - 88px, 720px);
  }

  .service-grid {
    width: min(100%, 720px);
    margin-inline: auto;
  }

  .feature-program {
    width: min(100% - 88px, 820px);
  }

  .overview {
    width: min(100% - 88px, 820px);
  }

  .employers {
    width: min(100% - 88px, 900px);
  }

  .fit-section {
    width: min(100% - 88px, 900px);
  }

  .employers-list {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 0;
  }

  .product-card p {
    min-height: 0;
  }

  .process-step:not(:last-child)::after {
    display: none;
  }

  .compliance-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 28px;
  }

  .legal-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .assessment-view-grid {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: 0;
  }

  .assessment-panel h1,
  .assessment-panel p,
  .assessment-panel .assessment-estimate {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .section-shell {
    width: min(100% - 34px, 1170px);
  }

  .choice-grid,
  .choice-grid.two-up,
  .choice-grid.dense-grid,
  .compact-grid {
    grid-template-columns: 1fr;
  }

  .assessment-subsection {
    padding: 16px;
  }

  .review-header {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .review-success {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .probability-card {
    grid-template-columns: 1fr;
  }

  .hero-copy.section-shell {
    width: min(100% - 34px, 1170px);
  }

  .site-header {
    min-height: 68px;
    padding: 0 17px;
  }

  .brand-word {
    font-size: 33px;
  }

  .brand-image-link {
    width: 116px;
    height: 60px;
  }

  .brand-logo {
    width: 110px;
    max-height: 58px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-image-link .brand-word {
    font-size: 27px;
    letter-spacing: 0.12em;
  }

  .brand-image-link .brand-sub {
    font-size: 7px;
    letter-spacing: 0.33em;
  }

  .brand-sub {
    font-size: 8px;
    letter-spacing: 0.42em;
  }

  .hero-stage {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(255, 253, 250, 0.98) 0%, rgba(250, 247, 241, 0.96) 100%),
      var(--soft);
  }

  .hero-stage::after {
    display: none;
  }

  .hero-copy {
    padding-top: 44px;
    padding-bottom: 38px;
  }

  .hero-copy h1 {
    font-size: 45px;
  }

  .hero-copy p {
    font-size: 18px;
  }

  .hero-focus-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 24px;
  }

  .hero-focus-list span {
    justify-content: center;
    min-height: 40px;
    padding-inline: 9px;
    font-size: 11px;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item {
    min-height: 72px;
    justify-content: start;
    padding: 13px 17px;
    border-top: 1px solid var(--line);
    font-size: 12px;
  }

  .trust-item:nth-child(odd) {
    border-left: 0;
  }

  .overview {
    width: min(100% - 34px, 1170px);
    gap: 12px;
    padding-top: 28px;
  }

  .overview-copy,
  .overview-list div {
    padding: 24px 22px;
  }

  .overview-copy p,
  .overview-list dd {
    font-size: 16px;
  }

  .overview-list div {
    min-height: 0;
  }

  h2 {
    font-size: 34px;
  }

  .process-step {
    min-height: 0;
    padding: 24px 22px;
  }

  .service-grid,
  .feature-program {
    width: min(100% - 34px, 1170px);
  }

  .category-cards {
    display: none;
  }

  .packages-hero {
    width: min(calc(100vw - 34px), 520px);
    justify-items: start;
    padding-top: 42px;
    text-align: left;
  }

  .packages-hero h1 {
    max-width: 9ch;
    font-size: 42px;
  }

  .packages-hero p {
    max-width: 31ch;
    font-size: 16px;
  }

  .package-grid {
    grid-template-columns: 1fr;
    width: min(calc(100vw - 34px), 520px);
    gap: 14px;
    padding-top: 12px;
    padding-bottom: 54px;
  }

  .package-card {
    min-height: 0;
    padding: 24px 22px;
  }

  .package-label {
    font-size: 22px;
  }

  .package-copy {
    max-width: 31ch;
  }

  .package-faq {
    width: min(calc(100vw - 34px), 520px);
    padding-bottom: 64px;
  }

  .package-faq > h2 {
    font-size: 38px;
  }

  .catalog-section,
  .catalog-section-alt {
    width: min(100% - 34px, 1170px);
    gap: 18px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .weight-loss-section {
    width: min(100% - 34px, 1170px);
  }

  .peptide-section {
    width: min(100% - 34px, 1170px);
  }

  .mens-health-section {
    width: min(100% - 34px, 1170px);
  }

  .care-section {
    width: min(100% - 34px, 1170px);
  }

  .care-visual {
    min-height: 0;
    display: grid;
    gap: 16px;
    aspect-ratio: auto;
  }

  .care-visual img {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.05;
  }

  .care-content {
    gap: 22px;
  }

  .care-action-row {
    gap: 18px;
  }

  .care-action-row .btn {
    width: 100%;
    justify-self: stretch;
    margin-bottom: 0;
  }

  .care-benefit-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 22px;
  }

  .mens-visual {
    display: grid;
    grid-template-columns: 1fr 0.82fr;
    gap: 12px;
    min-height: 0;
  }

  .mens-photo {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: 220px;
  }

  .mens-photo-primary {
    grid-column: 1 / -1;
    aspect-ratio: 1.15;
  }

  .mens-photo-secondary {
    grid-column: 1 / -1;
    aspect-ratio: 1.05;
  }

  .mens-benefit-card {
    padding: 22px;
  }

  .peptide-visual {
    display: grid;
    grid-template-columns: 1fr 0.78fr;
    gap: 12px;
    min-height: 0;
  }

  .peptide-photo,
  .peptide-benefit-card {
    position: relative;
    inset: auto;
  }

  .peptide-photo {
    width: 100%;
    height: auto;
    min-height: 210px;
  }

  .peptide-photo-primary {
    grid-column: 1 / -1;
    aspect-ratio: 1.45;
  }

  .peptide-photo-secondary {
    grid-column: 1 / -1;
    aspect-ratio: 0.9;
  }

  .peptide-benefit-card {
    grid-column: 1 / -1;
    width: 100%;
    padding: 22px;
  }

  .glp-collage {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 12px;
    min-height: 0;
  }

  .glp-photo,
  .glp-benefit-card {
    position: relative;
    inset: auto;
  }

  .glp-photo {
    width: 100%;
    height: auto;
    min-height: 190px;
  }

  .glp-photo-products {
    order: 1;
    grid-column: 1 / -1;
    aspect-ratio: 1.55;
  }

  .glp-photo-portrait {
    order: 2;
    grid-column: 1;
    aspect-ratio: 0.86;
  }

  .glp-photo-waist {
    order: 3;
    grid-column: 2;
    aspect-ratio: 0.86;
  }

  .glp-benefit-card {
    order: 4;
    grid-column: 1 / -1;
    width: 100%;
    padding: 22px;
  }

  .catalog-benefits {
    padding: 22px;
  }

  .catalog-copy h2 {
    font-size: 36px;
  }

  .catalog-copy h3 {
    font-size: 20px;
  }

  .catalog-copy p,
  .simple-cta p,
  .testimonial-strip p {
    font-size: 16px;
  }

  .support-section,
  .testimonial-strip {
    width: min(100% - 34px, 1170px);
  }

  .support-grid article {
    min-height: 0;
    padding: 22px;
  }

  .service-card {
    min-height: 0;
    padding: 22px;
  }

  .feature-copy,
  .feature-list article {
    padding: 24px 22px;
  }

  .feature-copy h2 {
    font-size: 34px;
  }

  .feature-copy p {
    font-size: 16px;
  }

  .quote-band .section-shell {
    padding: 32px 0;
  }

  .quote-band p {
    font-size: 31px;
  }

  .product-card {
    padding: 24px 22px;
  }

  .products {
    width: min(100% - 34px, 1170px);
  }

  .product-card img {
    width: 62px;
    height: 62px;
    margin: 16px 0 14px;
  }

  .product-card h3 {
    font-size: 31px;
  }

  .product-card p {
    margin: 12px 0 18px;
  }

  .price {
    display: block;
  }

  .price strong {
    display: block;
    margin-top: 2px;
    font-size: 20px;
  }

  .fit-section {
    width: min(100% - 34px, 1170px);
    gap: 12px;
    padding-top: 18px;
  }

  .fit-copy,
  .fit-grid article {
    padding: 24px 22px;
  }

  .fit-copy h2 {
    font-size: 34px;
  }

  .fit-copy p {
    font-size: 16px;
  }

  .fit-grid {
    grid-template-columns: 1fr;
  }

  .compliance-grid {
    grid-template-columns: 1fr;
  }

  .employers {
    width: min(100% - 34px, 1170px);
    gap: 12px;
    padding-top: 22px;
  }

  .employers-copy {
    padding: 24px 22px;
  }

  .employers-copy p {
    font-size: 16px;
  }

  .employers-list div {
    padding: 20px 18px;
  }

  .compliance article {
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    min-height: 104px;
    padding: 18px;
  }

  .compliance img {
    width: 54px;
    height: 54px;
  }

  .cta-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
    padding: 28px 0;
    text-align: center;
  }

  .cta-inner h2 {
    text-align: center;
  }

  .assessment-layout {
    justify-items: stretch;
    padding: 36px 0;
    text-align: left;
  }

  .assessment-copy h2,
  .assessment-copy p {
    max-width: none;
    text-align: left;
  }

  .intake-form {
    padding: 16px;
  }

  .guided-assessment {
    min-height: 0;
  }

  .assessment-step {
    min-height: 0;
  }

  .assessment-step legend {
    font-size: 20px;
  }

  .assessment-actions {
    grid-template-columns: 1fr;
  }

  .assessment-submit {
    grid-column: auto;
  }

  .guided-assessment.is-first-step .assessment-back {
    display: none;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 34px;
  }

  .legal {
    display: grid;
    gap: 12px;
  }

  .legal-links {
    grid-template-columns: 1fr;
  }

  .assessment-shell {
    width: min(calc(100vw - 34px), 1180px);
    padding-top: 16px;
  }

  .assessment-topbar .brand-word {
    font-size: 32px;
  }

  .assessment-topbar .brand-image-link {
    width: 108px;
    height: 58px;
  }

  .assessment-topbar .brand-logo {
    width: 104px;
    max-height: 56px;
  }

  .assessment-topbar .brand-mark {
    width: 40px;
    height: 40px;
  }

  .assessment-exit {
    min-height: 38px;
    padding-inline: 13px;
  }

  .assessment-view-grid {
    gap: 22px;
    padding: 22px 0 30px;
  }

  .assessment-view-form.intake-form.guided-assessment {
    width: min(100%, 560px);
    padding-inline: 16px;
  }

  .assessment-panel h1 {
    max-width: 10ch;
    margin-inline: auto;
    font-size: 38px;
  }

  .assessment-panel p {
    font-size: 16px;
  }

  .assessment-actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  }

  .guided-assessment.is-first-step .assessment-actions {
    grid-template-columns: minmax(180px, 320px);
  }

  .start-teaser {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .assessment-teaser-cta {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .hero-stage {
    min-height: auto;
  }

  .hero-copy h1 {
    font-size: 39px;
  }

}

@media (max-width: 600px) {
  .assessment-shell {
    width: calc(100% - 28px);
    max-width: 356px;
    margin-inline: auto;
  }

  .assessment-topbar {
    flex-wrap: wrap;
    gap: 12px;
  }

  .assessment-exit {
    margin-left: auto;
  }

  .assessment-panel,
  .assessment-view-form.intake-form.guided-assessment {
    width: 100%;
  }

  .assessment-view-form.intake-form.guided-assessment {
    --assessment-step-title-size: 24px;
    padding: 16px;
  }

  .assessment-subsection {
    padding: 24px 0;
  }

  .assessment-step,
  .assessment-subsection,
  .choice-grid,
  .choice-card,
  .pace-card,
  .encouragement-card,
  .medical-review-card,
  .review-success,
  .review-stats,
  .probability-card {
    min-width: 0;
    max-width: 100%;
  }

  .review-step {
    border-radius: 16px;
  }

  .review-header,
  .review-success {
    width: 100%;
    margin-inline: 0;
    padding: 24px 20px;
  }

  .review-header {
    gap: 18px;
  }

  .review-header strong {
    font-size: 24px;
  }

  .review-header span {
    font-size: 17px;
  }

  .review-success {
    gap: 18px;
  }

  .review-success > span {
    width: 62px;
    height: 62px;
    font-size: 38px;
  }

  .review-success p {
    font-size: 17px;
  }

  .medical-review-card {
    gap: 18px;
    padding: 20px;
  }

  .probability-card {
    gap: 12px;
    padding: 18px;
  }

  .probability-card > span {
    font-size: 18px;
  }

  .probability-card strong {
    font-size: 42px;
  }

  .probability-bar {
    height: 14px;
  }

  .review-stats {
    width: 100%;
    padding: 10px 16px;
  }

  .review-stats p {
    display: block;
    min-width: 0;
    padding: 14px 0;
    font-size: 17px;
    line-height: 1.4;
    overflow-wrap: break-word;
  }

  .review-candidate {
    font-size: 18px;
    line-height: 1.4;
  }

  .assessment-progress {
    gap: 5px;
  }

  .choice-card span,
  .choice-card strong,
  .glp-assessment .assessment-step legend,
  .glp-assessment .assessment-step h3,
  .step-note,
  .assessment-view-form input,
  .assessment-view-form select,
  .assessment-view-form textarea {
    overflow-wrap: anywhere;
  }

  .assessment-view-form.guided-assessment .choice-card span,
  .assessment-view-form.guided-assessment .choice-card strong {
    overflow-wrap: break-word;
    word-break: normal;
  }
}

@media (max-width: 360px) {
  .assessment-actions,
  .guided-assessment.is-first-step .assessment-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }

  .header-cta:hover,
  .btn:hover {
    transform: none;
  }
}
