:root {
  --hb-ink: #06090d;
  --hb-navy-950: #00121f;
  --hb-navy-900: #021825;
  --hb-navy-800: #002244;
  --hb-green: #69be28;
  --hb-green-bright: #84e62e;
  --hb-grey: #a5acaf;
  --hb-grey-soft: #d7dddf;
  --hb-white: #ffffff;
  --hb-max: 1280px;
}

.hybrid-biology-home {
  background: var(--hb-ink);
  color: var(--hb-grey-soft);
  font-family: "Inter", var(--font-sans), Arial, sans-serif;
}

body.hybrid-biology-home {
  background: var(--hb-ink) !important;
}

.hybrid-biology-home h1,
.hybrid-biology-home h2,
.hybrid-biology-home h3,
.hybrid-biology-home h4,
.hybrid-biology-home p,
.hybrid-biology-home a,
.hybrid-biology-home span,
.hybrid-biology-home small,
.hybrid-biology-home strong,
.hybrid-biology-home li {
  letter-spacing: 0;
}

.hybrid-biology-home .site-header {
  background: transparent;
  pointer-events: auto;
  transition:
    background-color 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease,
    backdrop-filter 240ms ease;
}

.hybrid-biology-home .site-header.is-scrolled,
.hybrid-biology-home .site-header.is-drawer-open {
  background: transparent;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.hybrid-biology-home .site-header__shell {
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  transition:
    background-color 240ms ease,
    box-shadow 240ms ease,
    backdrop-filter 240ms ease;
}

.hybrid-biology-home .site-header.is-scrolled .site-header__shell,
.hybrid-biology-home .site-header.is-drawer-open .site-header__shell {
  background: transparent;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.hybrid-biology-home .site-header__inner {
  width: 100%;
  max-width: none;
  padding: 18px 28px;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition:
    background-color 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.hybrid-biology-home .site-header.is-scrolled .site-header__inner,
.hybrid-biology-home .site-header.is-drawer-open .site-header__inner {
  border-bottom-color: rgba(165, 172, 175, 0.16);
  background: transparent;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.hybrid-biology-home .site-header__logo-title,
.hybrid-biology-home .site-header__drawer-logo-text,
.hybrid-biology-home .footer__brand-title,
.hybrid-biology-home .footer__brand-copy h2 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.hybrid-biology-home .site-header__logo-title {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  border: 0;
  color: var(--hb-white);
  font-size: 1.25rem;
}

.hybrid-biology-home .site-header__logo {
  width: auto;
  min-width: 168px;
  height: auto;
}

.hybrid-biology-home .site-header__logo-dot {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 999px;
  background: var(--hb-green);
  box-shadow: 0 0 14px rgba(105, 190, 40, 0.75);
}

.hybrid-biology-home .site-header__logo-fallback {
  display: inline-flex;
  align-items: center;
}

.hybrid-biology-home .site-header__nav-link,
.hybrid-biology-home .site-header__phone,
.hybrid-biology-home .site-header__cta,
.hybrid-biology-home .site-header__menu-button-label,
.hybrid-biology-home .site-header__drawer-cta {
  font-family: "Inter", var(--font-sans), Arial, sans-serif;
  letter-spacing: 0;
}

.hybrid-biology-home .site-header__nav-link {
  border-radius: 0;
  color: rgba(255, 255, 255, 0.74);
}

.hybrid-biology-home .site-header__nav-item.is-active > .site-header__nav-link,
.hybrid-biology-home .site-header__nav-item.is-current-ancestor > .site-header__nav-link,
.hybrid-biology-home .site-header__nav-item.has-dropdown:hover > .site-header__nav-link,
.hybrid-biology-home .site-header__nav-item.has-dropdown:focus-within > .site-header__nav-link,
.hybrid-biology-home .site-header__nav-item.is-dropdown-open > .site-header__nav-link,
.hybrid-biology-home .site-header__nav-item:hover > .site-header__nav-link {
  color: var(--hb-green);
  background: transparent;
}

.hybrid-biology-home .site-header__drawer-item.is-active
  > .site-header__drawer-row
  .site-header__drawer-link-label {
  color: var(--hb-green);
}

@media (max-width: 991px) {
  .hybrid-biology-home .site-header__menu-button,
  .hybrid-biology-home .site-header__menu-button.isActive {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .hybrid-biology-home .site-header__menu-button:focus-visible {
    outline-color: rgba(105, 190, 40, 0.85);
  }

  .hybrid-biology-home .site-header__menu-button-line {
    background: var(--hb-green);
  }
}

.hybrid-biology-home .site-header__phone {
  color: var(--hb-white);
  font-family: "Space Mono", monospace;
  font-size: 0.85rem;
  text-decoration: none;
  white-space: nowrap;
}

.hybrid-biology-home .site-header__cta,
.hybrid-biology-home .site-header__drawer-cta,
.hybrid-biology-home .footer__submit {
  border-radius: 2px;
  background: var(--hb-green);
  color: var(--hb-navy-950);
  font-weight: 800;
  text-transform: uppercase;
}

.hybrid-biology-home .site-header__cta-icon {
  display: none;
}

.hybrid-biology-page {
  overflow: hidden;
  background: var(--hb-ink);
}

.hb-wrap {
  width: min(var(--hb-max), calc(100% - 56px));
  margin: 0 auto;
}

.hb-section {
  position: relative;
  padding: 110px 0;
}

.hb-section-head {
  max-width: 760px;
  margin-bottom: 56px;
}

.hb-section-head--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hb-eyebrow,
.hb-tag,
.hb-pill,
.hb-card__link,
.hb-therapy__subtitle,
.hb-doctor__role,
.hb-hero__trust-item span {
  font-family: "Space Mono", monospace;
  font-size: 0.76rem;
  color: var(--hb-green);
  text-transform: uppercase;
}

.hb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.hb-eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--hb-green);
}

.hb-section-head--center .hb-eyebrow {
  justify-content: center;
}

.hb-section h2,
.hb-section-head h2,
.hb-feature-row h2,
.hb-doctor h2,
.hb-cta-band h2,
.hb-final-cta h2,
.hb-hero__title,
.hb-card h3,
.hb-therapy h3,
.hb-pillar h3,
.hb-versus-card h3,
.hb-process-step h3 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  line-height: 0.96;
  text-transform: uppercase;
  color: var(--hb-white);
}

.hb-section-head h2,
.hb-feature-row h2,
.hb-doctor h2,
.hb-cta-band h2 {
  font-size: 3.6rem;
}

.hb-section-head p,
.hb-card p,
.hb-therapy p,
.hb-pillar p,
.hb-feature-row p,
.hb-doctor p,
.hb-process-step p,
.hb-transformations p,
.hb-local p,
.hb-final-cta p,
.hb-testimonial blockquote {
  color: var(--hb-grey);
}

.hb-section-head p {
  max-width: 62ch;
  margin: 18px 0 0;
  font-size: 1.05rem;
}

.hb-section-head--center p {
  margin-right: auto;
  margin-left: auto;
}

.hb-accent {
  color: var(--hb-green);
}

.hb-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1.5px solid var(--hb-green);
  border-radius: 2px;
  background: var(--hb-green);
  color: var(--hb-navy-950);
  font-weight: 800;
  font-size: 0.84rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hb-btn:hover {
  transform: translateY(-2px);
  background: var(--hb-green-bright);
  box-shadow: 0 8px 30px rgba(105, 190, 40, 0.28);
}

.hb-btn--ghost {
  background: transparent;
  color: var(--hb-white);
  border-color: rgba(165, 172, 175, 0.42);
}

.hb-btn--ghost:hover {
  color: var(--hb-green);
  border-color: var(--hb-green);
  background: transparent;
  box-shadow: none;
}

.hb-btn--dark {
  background: var(--hb-navy-950);
  color: var(--hb-green);
  border-color: var(--hb-navy-950);
}

.hb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.hb-actions--center {
  justify-content: center;
}

.hb-hero {
  position: relative;
  min-height: 92svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 72% 12%, rgba(105, 190, 40, 0.18), transparent 36%),
    linear-gradient(135deg, #01304f 0%, var(--hb-navy-950) 46%, var(--hb-ink) 100%);
}

.hb-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
}

.hb-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(165, 172, 175, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(165, 172, 175, 0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 58% 38%, #000 18%, transparent 76%);
}

.hb-hero__inner {
  position: relative;
  z-index: 2;
  padding: 124px 0 52px;
}

.hb-hero__title {
  max-width: 14ch;
  font-size: 4.95rem;
}

.hb-hero__title span,
.hb-final-cta h2 span {
  display: block;
}

.hb-hero__lede {
  max-width: 54ch;
  margin: 26px 0 0;
  color: var(--hb-grey);
  font-size: 1.16rem;
}

.hb-hero__trust {
  position: absolute;
  right: 0;
  bottom: 76px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 22px;
  width: min(310px, 30%);
  margin-top: 0;
  padding-left: 24px;
  border-left: 1px solid rgba(165, 172, 175, 0.16);
}

.hb-hero__trust-item {
  max-width: 210px;
}

.hb-hero__trust-item p {
  margin: 6px 0 0;
  color: var(--hb-grey-soft);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

.hb-ekg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 120px;
  width: 100%;
  opacity: 0.9;
}

.hb-ekg path {
  stroke: var(--hb-green);
  stroke-width: 2.5;
  fill: none;
  filter: drop-shadow(0 0 6px rgba(105, 190, 40, 0.75));
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  animation: hb-trace 4s linear infinite;
}

@keyframes hb-trace {
  to {
    stroke-dashoffset: -1400;
  }
}

.hb-results-ticker,
.hb-keyword-marquee {
  overflow: hidden;
  white-space: nowrap;
}

.hb-results-ticker {
  background: var(--hb-navy-950);
  border-top: 1px solid rgba(165, 172, 175, 0.12);
  border-bottom: 1px solid rgba(165, 172, 175, 0.12);
}

.hb-results-ticker__track,
.hb-keyword-marquee__track,
.hb-testimonials__track {
  display: inline-flex;
  min-width: max-content;
  animation: hb-scroll var(--hb-marquee-speed, 32s) linear infinite;
}

.hb-results-ticker__track {
  --hb-marquee-speed: 38s;
}

.hb-keyword-marquee__track {
  --hb-marquee-speed: 24s;
}

.hb-results-ticker__item {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  padding: 16px 28px;
}

.hb-results-ticker__item strong {
  color: var(--hb-green);
  font-family: "Anton", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.hb-results-ticker__item span {
  color: var(--hb-grey);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.hb-keyword-marquee {
  padding: 14px 0;
  background: var(--hb-green);
  color: var(--hb-navy-950);
}

.hb-keyword-marquee span {
  display: inline-flex;
  align-items: center;
  padding: 0 24px;
  font-family: "Anton", sans-serif;
  font-size: 1.04rem;
  text-transform: uppercase;
}

.hb-keyword-marquee span::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 24px;
  border-radius: 999px;
  background: var(--hb-navy-950);
  opacity: 0.65;
}

@keyframes hb-scroll {
  to {
    transform: translateX(-50%);
  }
}

.hb-pillars__grid,
.hb-card-grid,
.hb-process__steps,
.hb-transformations__grid,
.hb-stats__grid {
  display: grid;
  gap: 20px;
}

.hb-pillars__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(165, 172, 175, 0.16);
  background: rgba(165, 172, 175, 0.16);
}

.hb-pillar {
  padding: 34px 28px;
  background: var(--hb-navy-950);
}

.hb-pillar span {
  color: var(--hb-green);
  font-family: "Space Mono", monospace;
  font-size: 0.8rem;
}

.hb-pillar h3,
.hb-process-step h3 {
  margin-top: 16px;
  font-size: 1.55rem;
}

.hb-pillar p,
.hb-process-step p {
  margin: 12px 0 0;
}

.hb-versus {
  padding-bottom: 96px;
}

.hb-versus__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  width: min(var(--hb-max), calc(100% - 56px));
  margin: 8px auto 0;
  background: rgba(165, 172, 175, 0.16);
}

.hb-versus-card {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--hb-navy-950);
}

.hb-versus-card__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hb-versus-card__media picture {
  width: 100%;
  height: 100%;
}

.hb-versus-card__placeholder,
.hb-feature-row__placeholder,
.hb-doctor__placeholder,
.hb-transformation-before__placeholder,
.hb-transformation-after__placeholder {
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  color: rgba(215, 221, 223, 0.62);
  font-family: "Space Mono", monospace;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(105, 190, 40, 0.12), transparent 48%),
    linear-gradient(155deg, var(--hb-navy-800), var(--hb-navy-950));
}

.hb-versus-card--lose .hb-versus-card__placeholder {
  filter: grayscale(1);
  background: linear-gradient(155deg, #1a1d20, #0a0c0e);
}

.hb-versus-card__image,
.hb-feature-row__image,
.hb-doctor__image,
.hb-transformation-before__image,
.hb-transformation-after__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hb-versus-card--win .hb-versus-card__image {
  object-position: 62% center;
}

.hb-versus-card--lose .hb-versus-card__image {
  object-position: 62% 50%;
}

.hb-versus-card__label {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 42px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.16) 76%, transparent);
}

.hb-versus-card__label span {
  color: var(--hb-green);
  font-family: "Space Mono", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.hb-versus-card h3 {
  margin-top: 10px;
  font-size: 2.5rem;
}

.hb-versus-card p {
  max-width: 36ch;
  margin: 10px 0 0;
  color: var(--hb-grey);
}

.hb-versus__cta {
  padding-top: 52px;
  text-align: center;
}

.hb-programs,
.hb-therapies,
.hb-testimonials,
.hb-local {
  background: linear-gradient(180deg, var(--hb-ink), var(--hb-navy-950));
}

.hb-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hb-card,
.hb-therapy,
.hb-transformation,
.hb-testimonial {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(165, 172, 175, 0.14);
  border-radius: 4px;
  background: var(--hb-navy-900);
}

.hb-card::before,
.hb-therapy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--hb-green);
  transition: width 240ms ease;
}

.hb-card:hover::before,
.hb-therapy:hover::before {
  width: 100%;
}

.hb-card h3,
.hb-therapy h3 {
  margin-top: 14px;
  font-size: 1.65rem;
}

.hb-card p,
.hb-therapy p {
  margin: 12px 0 0;
  font-size: 0.95rem;
}

.hb-card__link {
  display: inline-flex;
  margin-top: 20px;
  text-decoration: none;
}

.hb-card__link::after {
  content: "→";
  margin-left: 8px;
}

.hb-pill {
  display: inline-flex;
  padding: 5px 11px;
  border-radius: 2px;
  background: var(--hb-green);
  color: var(--hb-navy-950);
}

.hb-therapy__subtitle,
.hb-doctor__role {
  margin-top: 8px;
}

.hb-feature-row,
.hb-doctor__grid,
.hb-local__grid,
.hb-video__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
}

.hb-feature-row + .hb-feature-row {
  margin-top: 90px;
}

.hb-feature-row--reverse .hb-feature-row__media {
  order: 2;
}

.hb-feature-row__media,
.hb-doctor__portrait,
.hb-video__main,
.hb-video__tile {
  overflow: hidden;
  border: 1px solid rgba(165, 172, 175, 0.2);
  border-radius: 6px;
  background: var(--hb-navy-900);
}

.hb-feature-row__media {
  aspect-ratio: 4 / 3;
}

.hb-feature-row__copy p,
.hb-doctor__copy p,
.hb-local p,
.hb-final-cta p {
  margin: 18px 0 0;
  font-size: 1.02rem;
}

.hb-feature-row ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.hb-feature-row li {
  position: relative;
  padding-left: 28px;
  color: var(--hb-grey-soft);
}

.hb-feature-row li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--hb-green);
  font-weight: 800;
}

.hb-doctor__portrait {
  aspect-ratio: 4 / 5;
}

.hb-doctor__credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hb-doctor__credentials span {
  padding: 10px 14px;
  border: 1px solid rgba(165, 172, 175, 0.25);
  border-radius: 2px;
  color: var(--hb-grey-soft);
  font-size: 0.82rem;
}

.hb-cta-band,
.hb-stats {
  padding: 92px 0;
  background: var(--hb-green);
  color: var(--hb-navy-950);
  text-align: center;
}

.hb-cta-band h2 {
  color: var(--hb-navy-950);
  font-size: 3.4rem;
}

.hb-cta-band p {
  max-width: 52ch;
  margin: 14px auto 0;
  color: rgba(0, 18, 31, 0.78);
  font-weight: 700;
}

.hb-cta-band .hb-btn {
  margin-top: 28px;
}

.hb-stats__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  text-align: center;
}

.hb-stat strong {
  display: block;
  font-family: "Anton", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  color: var(--hb-navy-950);
}

.hb-stat span {
  display: block;
  margin-top: 8px;
  color: var(--hb-navy-950);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hb-process__steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.hb-process-step {
  padding: 36px 34px;
  border-left: 1px solid rgba(165, 172, 175, 0.18);
}

.hb-process-step:first-child {
  border-left: 0;
}

.hb-process-step > span {
  color: rgba(105, 190, 40, 0.42);
  font-family: "Anton", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}

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

.hb-transformation {
  overflow: hidden;
  padding: 0;
}

.hb-transformation__comparison {
  --hb-ba-position: 50%;
  position: relative;
  min-height: 320px;
  aspect-ratio: 836 / 941;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(105, 190, 40, 0.12), transparent 48%),
    linear-gradient(155deg, var(--hb-navy-800), var(--hb-navy-950));
  cursor: ew-resize;
  touch-action: none;
  user-select: none;
}

.hb-transformation__pane {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hb-transformation__pane--before {
  z-index: 1;
}

.hb-transformation__pane--after {
  z-index: 2;
  clip-path: inset(0 0 0 var(--hb-ba-position));
}

.hb-transformation__badge {
  position: absolute;
  top: 0;
  z-index: 3;
  padding: 9px 16px;
  background: #000000;
  color: var(--hb-white);
  font-size: 1.14rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.hb-transformation__badge--before {
  left: 0;
}

.hb-transformation__badge--after {
  right: 0;
  color: var(--hb-white);
}

.hb-transformation__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--hb-ba-position);
  z-index: 4;
  width: 2px;
  background: var(--hb-green-bright);
  box-shadow: 0 0 18px rgba(105, 190, 40, 0.48);
  pointer-events: none;
  transform: translateX(-1px);
}

.hb-transformation__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--hb-green-bright);
  box-shadow: 0 0 0 4px rgba(0, 18, 31, 0.28), 0 10px 24px rgba(0, 0, 0, 0.32);
  transform: translate(-50%, -50%);
}

.hb-transformation__handle::before,
.hb-transformation__handle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border: solid var(--hb-navy-950);
  border-width: 0 2px 2px 0;
}

.hb-transformation__handle::before {
  left: 9px;
  transform: translateY(-50%) rotate(135deg);
}

.hb-transformation__handle::after {
  right: 9px;
  transform: translateY(-50%) rotate(-45deg);
}

.hb-transformation__range {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: ew-resize;
  pointer-events: none;
  touch-action: none;
}

.hb-transformation__range::-webkit-slider-thumb {
  width: 44px;
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
}

.hb-transformation__range::-moz-range-thumb {
  width: 44px;
  height: 100%;
  border: 0;
  background: transparent;
}

.hb-transformation__comparison:focus-within .hb-transformation__handle {
  box-shadow: 0 0 0 4px rgba(132, 230, 46, 0.28), 0 10px 24px rgba(0, 0, 0, 0.32);
}

.hb-transformation h3 {
  margin: 22px 24px 0;
  color: var(--hb-white);
  font-size: 1.1rem;
}

.hb-transformation p {
  margin: 8px 24px 24px;
}

.hb-testimonials__marquee {
  overflow: hidden;
}

.hb-testimonials__track {
  gap: 18px;
  padding: 0 18px;
  animation-duration: 46s;
}

.hb-testimonial {
  width: 360px;
  flex: 0 0 360px;
}

.hb-testimonial__stars {
  color: var(--hb-green);
}

.hb-testimonial blockquote {
  margin: 18px 0 0;
  font-size: 1rem;
  line-height: 1.65;
}

.hb-testimonial__who {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.hb-testimonial__who > span {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--hb-green), var(--hb-navy-800));
}

.hb-testimonial__who strong,
.hb-testimonial__who small {
  display: block;
}

.hb-testimonial__who small {
  color: var(--hb-grey);
}

.hb-video__main,
.hb-video__tile {
  position: relative;
  display: flex;
  min-height: 380px;
  padding: 0;
  border: 1px solid rgba(165, 172, 175, 0.2);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  color: var(--hb-grey-soft);
  font: inherit;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(105, 190, 40, 0.12), transparent 48%),
    linear-gradient(155deg, var(--hb-navy-800), var(--hb-navy-950));
  cursor: pointer;
}

.hb-video__side {
  display: grid;
  gap: 20px;
}

.hb-video__tile {
  min-height: 180px;
}

.hb-video__main[disabled],
.hb-video__tile[disabled] {
  cursor: default;
}

.hb-video__media,
.hb-video__media::after,
.hb-video__content,
.hb-video__iframe {
  position: absolute;
  inset: 0;
}

.hb-video__media {
  background:
    linear-gradient(135deg, rgba(105, 190, 40, 0.24), rgba(0, 18, 31, 0.18) 42%, rgba(0, 18, 31, 0.72)),
    var(--hb-video-cover, linear-gradient(155deg, var(--hb-navy-800), var(--hb-navy-950)));
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
  transition: transform 280ms ease, filter 280ms ease;
}

.hb-video__media::after {
  content: "";
  background: radial-gradient(circle at 50% 42%, rgba(0, 18, 31, 0.1), rgba(0, 18, 31, 0.72) 72%);
}

.hb-video__content {
  z-index: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  padding: 28px;
}

.hb-video__label {
  color: var(--hb-grey-soft);
}

.hb-video__main:not([disabled]):hover .hb-video__media,
.hb-video__tile:not([disabled]):hover .hb-video__media,
.hb-video__main:not([disabled]):focus-visible .hb-video__media,
.hb-video__tile:not([disabled]):focus-visible .hb-video__media {
  filter: brightness(1.08);
  transform: scale(1.04);
}

.hb-video__main:focus-visible,
.hb-video__tile:focus-visible {
  outline: 2px solid var(--hb-green);
  outline-offset: 4px;
}

.hb-video__play {
  position: relative;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--hb-green);
  color: var(--hb-navy-950);
}

.hb-video__play::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid currentColor;
  transform: translateX(2px);
}

.hb-video__iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.hb-video__main.is-loaded,
.hb-video__tile.is-loaded {
  background: var(--hb-ink);
  cursor: default;
}

.hb-local__locations {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hb-local__locations span {
  padding: 7px 12px;
  border: 1px solid rgba(165, 172, 175, 0.24);
  border-radius: 2px;
  color: var(--hb-grey-soft);
  font-size: 0.86rem;
}

.hb-local__map {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(165, 172, 175, 0.2);
  border-radius: 6px;
  background: var(--hb-navy-900);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  isolation: isolate;
}

.hb-local__map::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hb-local__map::after {
  opacity: 0.14;
  background:
    linear-gradient(90deg, rgba(213, 220, 222, 0.16) 1px, transparent 1px),
    linear-gradient(rgba(213, 220, 222, 0.16) 1px, transparent 1px);
  background-size: 42px 42px;
  mix-blend-mode: screen;
}

.hb-local__map-frame {
  position: absolute;
  inset: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 0;
  opacity: 0.94;
  filter: grayscale(1) invert(0.92) contrast(0.95) brightness(0.82) saturate(0);
  transform: scale(1.015);
  transform-origin: center;
}

.hb-final-cta {
  position: relative;
  padding: 118px 0;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(105, 190, 40, 0.14), transparent 34%),
    linear-gradient(180deg, var(--hb-navy-950), var(--hb-ink));
}

.hb-final-cta .hb-eyebrow {
  justify-content: center;
}

.hb-final-cta h2 {
  max-width: 12ch;
  margin: 0 auto;
  font-size: 5.2rem;
}

.hb-final-cta p {
  max-width: 52ch;
  margin-right: auto;
  margin-left: auto;
}

html.hb-consult-modal-open,
body.hb-consult-modal-open {
  overflow: hidden;
  overscroll-behavior: none;
}

.hb-consult-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  overscroll-behavior: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.hb-consult-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hb-consult-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 9, 15, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
}

.hb-consult-modal__panel {
  position: relative;
  width: min(100%, 620px);
  max-height: min(86svh, 780px);
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
  padding: 42px;
  border: 1px solid rgba(105, 190, 40, 0.38);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(2, 24, 37, 0.98), rgba(6, 9, 13, 0.98)),
    var(--hb-ink);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.46);
  text-align: left;
  transform: translateY(14px) scale(0.98);
  transition: transform 180ms ease;
}

.hb-consult-modal.is-open .hb-consult-modal__panel {
  transform: translateY(0) scale(1);
}

.hb-consult-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(165, 172, 175, 0.26);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--hb-white);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.hb-consult-modal__close:hover,
.hb-consult-modal__close:focus-visible {
  border-color: var(--hb-green);
  color: var(--hb-green);
  outline: none;
}

.hb-consult-modal h2 {
  max-width: 12ch;
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 0.96;
  text-transform: uppercase;
  color: var(--hb-white);
}

.hb-consult-modal p {
  max-width: 48ch;
  margin: 16px 0 0;
  color: var(--hb-grey);
  font-size: 1rem;
}

.hb-consult-modal__form {
  margin-top: 28px;
}

.hb-consult-modal__form .wpcf7 form {
  display: grid;
  gap: 16px;
}

.hb-consult-modal__form .wpcf7 p {
  margin: 0;
}

.hb-consult-modal__form label {
  display: grid;
  gap: 8px;
  color: var(--hb-grey-soft);
  font-weight: 700;
}

.hb-consult-modal__form input,
.hb-consult-modal__form select,
.hb-consult-modal__form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(165, 172, 175, 0.28);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--hb-white);
  font: inherit;
}

.hb-consult-modal__form textarea {
  min-height: 126px;
  resize: vertical;
}

.hb-consult-modal__form input:focus,
.hb-consult-modal__form select:focus,
.hb-consult-modal__form textarea:focus {
  border-color: var(--hb-green);
  outline: 2px solid rgba(105, 190, 40, 0.24);
  outline-offset: 1px;
}

.hb-consult-modal__form .wpcf7-submit {
  width: auto;
  min-width: 180px;
  border-color: var(--hb-green);
  background: var(--hb-green);
  color: var(--hb-navy-950);
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.hb-consult-modal__form .wpcf7-submit:hover,
.hb-consult-modal__form .wpcf7-submit:focus-visible {
  background: var(--hb-green-bright);
}

.hb-consult-modal__form .wpcf7-spinner {
  margin: 0 0 0 10px;
}

.hb-consult-modal__form .wpcf7-response-output {
  margin: 4px 0 0;
  color: var(--hb-grey-soft);
}

.hb-consult-modal__fallback {
  margin-top: 26px;
  padding: 20px;
  border: 1px solid rgba(165, 172, 175, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
}

.hb-consult-modal__fallback-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.hb-consult-modal__admin-note {
  font-size: 0.86rem;
}

.hybrid-biology-home .site-footer {
  background: var(--hb-ink);
}

.hybrid-biology-home .site-footer .footer__cta-band {
  background: linear-gradient(180deg, var(--hb-navy-950), var(--hb-ink));
}

.hybrid-biology-home .site-footer .footer__cta-title,
.hybrid-biology-home .site-footer .footer__brand-title {
  color: var(--hb-white);
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.hybrid-biology-home .site-footer .footer__eyebrow,
.hybrid-biology-home .site-footer .footer__column-title {
  color: var(--hb-green);
}

@media (max-width: 1100px) {
  .hb-hero__title {
    font-size: 4.2rem;
  }

  .hb-section-head h2,
  .hb-feature-row h2,
  .hb-doctor h2,
  .hb-cta-band h2 {
    font-size: 3rem;
  }

  .hb-pillars__grid,
  .hb-card-grid--three,
  .hb-transformations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hybrid-biology-home .site-header__phone {
    display: none;
  }

  .hb-feature-row,
  .hb-doctor__grid,
  .hb-local__grid,
  .hb-video__grid,
  .hb-versus__grid {
    grid-template-columns: 1fr;
  }

  .hb-hero__trust {
    position: static;
    width: auto;
    max-width: 820px;
    margin-top: 44px;
    padding-top: 24px;
    padding-left: 0;
    border-top: 1px solid rgba(165, 172, 175, 0.16);
    border-left: 0;
  }

  .hb-feature-row--reverse .hb-feature-row__media {
    order: 0;
  }

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

  .hb-process-step {
    border-left: 0;
    border-top: 1px solid rgba(165, 172, 175, 0.18);
  }
}

@media (max-width: 640px) {
  .hb-wrap {
    width: min(100% - 32px, var(--hb-max));
  }

  .hb-section {
    padding: 76px 0;
  }

  .hb-hero {
    min-height: 760px;
  }

  .hb-hero__inner {
    padding-top: 116px;
  }

  .hb-hero__title {
    font-size: 3.1rem;
  }

  .hb-section-head h2,
  .hb-feature-row h2,
  .hb-doctor h2,
  .hb-cta-band h2 {
    font-size: 2.35rem;
  }

  .hb-final-cta h2 {
    font-size: 3.2rem;
  }

  .hb-pillars__grid,
  .hb-card-grid--three,
  .hb-stats__grid,
  .hb-transformations__grid,
  .hb-process__steps {
    grid-template-columns: 1fr;
  }

  .hb-versus-card {
    min-height: 420px;
  }

  .hb-versus__grid {
    width: min(100% - 32px, var(--hb-max));
  }

  .hb-testimonial {
    width: 300px;
    flex-basis: 300px;
  }

  .hb-actions,
  .hb-actions--center {
    align-items: stretch;
    flex-direction: column;
  }

  .hb-btn {
    width: 100%;
  }

  .hb-consult-modal {
    padding: 14px;
  }

  .hb-consult-modal__panel {
    max-height: calc(100svh - 28px);
    padding: 34px 18px 22px;
  }

  .hb-consult-modal h2 {
    max-width: 11ch;
    font-size: 2.55rem;
  }

  .hb-consult-modal__form .wpcf7-submit,
  .hb-consult-modal__fallback-actions .hb-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hb-ekg path,
  .hb-results-ticker__track,
  .hb-keyword-marquee__track,
  .hb-testimonials__track {
    animation: none;
  }
}
