/* ==========================================================================
   HEALTHY HOME RX — page stylesheet
   --------------------------------------------------------------------------
   Scope      : every rule is prefixed .hhrx (each WPBakery row wraps its
                markup in <div class="hhrx">), so nothing leaks into or out
                of your theme / Gantry 5 styles.
   Fonts      : Haboro Soft (self-hosted, @font-face below)
                Hanken Grotesk + Space Mono (Google Fonts, loaded in <head>)
   Images     : all raster art is .webp (quality 95, max width 1920px) and
                lives in assets/ — repoint the url() paths below if you host
                them elsewhere.
   ========================================================================== */

/* ============================================================
   HEALTHY HOME RX — "The Clinic" site system
   Clinical luxury · ivory & green · Haboro Soft + Hanken + Space Mono
   ============================================================ */
@font-face {
  font-family: 'Haboro Soft';
  src: url('assets/haboro-soft-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Haboro Soft';
  src: url('assets/haboro-soft-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --green-950: #052a1a;
  --green-900: #0a4f31;
  --green-850: #0b5738;
  --green-800: #0c5c3a;
  --green-700: #0d633e;  /* brand dark green */
  --green-600: #12805a;
  --green-500: #5ca526;  /* brand leaf green */
  --leaf: #5ca526;
  --leaf-600: #4f8f20;
  --blue-500: #2599cd;  /* brand water blue */
  --blue-600: #1e83b3;
  --blue-800: #166b93;
  --blue-900: #0f5372;  /* deep water blue, for headline text */
  --brass: #B08D57;
  --brass-light: #C8AB7A;
  --brass-pale: #E3D2B0;
  --ink: #0E1F18;
  --ivory: #F3EFE6;
  --ivory-2: #FBF9F3;
  --cream: #F7F3EA;
  --sand: #EAE3D4;
  --paper: #FFFFFF;
  --muted: #5C6A62;
  --line: rgba(14,31,24,.12);
  --line-d: rgba(243,239,230,.16);
  --shadow-lg: 0 40px 90px -40px rgba(8,35,26,.55);
  --shadow-md: 0 24px 50px -28px rgba(8,35,26,.4);
  --shadow-sm: 0 10px 28px -16px rgba(8,35,26,.35);
  --maxw: 1280px;
  --serif: 'Haboro Soft','Newsreader',serif;
  --serif-display: 'Haboro Soft','Cormorant Garamond',serif;
  --sans: 'Hanken Grotesk',-apple-system,sans-serif;
  --mono: 'Space Mono',monospace;
}

.hhrx * {
  box-sizing: border-box;
}

.hhrx {
  scroll-behavior: smooth;
}

.hhrx {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

.hhrx button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.hhrx ::selection {
  background: var(--blue-600);
  color: #fff;
}

/* ---------- typographic helpers ---------- */

.hhrx .eyebrow {
  font: 600 12px/1 var(--mono);
  letter-spacing: .26em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--blue-800);
}

.hhrx .eyebrow::before {
  content: "";
  width: 34px;
  height: 1.5px;
  background: var(--blue-500);
}

.hhrx .eyebrow.center {
  justify-content: center;
}

.hhrx .eyebrow.light {
  color: var(--brass-light);
}

.hhrx .serif {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.01em;
}

.hhrx .display {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: -.012em;
}

.hhrx em.b {
  font-style: normal;
  font-weight: 700;
  color: var(--blue-600);
}

.hhrx .dark em.b {
  color: var(--brass-light);
}

.hhrx .wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 56px;
}

.hhrx .section {
  padding: 120px 0;
}

.hhrx .section.tight {
  padding: 88px 0;
}

/* sections come in two skins */

.hhrx .skin-dark {
  background: var(--green-900);
  color: #F3EFE6;
}

.hhrx .skin-dark .lead,
.hhrx .skin-dark p {
  color: rgba(243,239,230,.74);
}

.hhrx .skin-cream {
  background: var(--cream);
  color: var(--ink);
}

.hhrx .skin-ivory {
  background: var(--ivory);
  color: var(--ink);
}

/* ---------- buttons ---------- */

.hhrx .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font: 600 14.5px/1 var(--sans);
  letter-spacing: .02em;
  padding: 16px 30px;
  border-radius: 999px;
  transition: transform .25s cubic-bezier(.2,.7,.3,1),background .25s,color .25s,box-shadow .25s;
  white-space: nowrap;
}

.hhrx .btn:hover {
  transform: translateY(-2px);
}

.hhrx .btn-fill {
  background: var(--blue-600);
  color: #fff;
  box-shadow: 0 14px 30px -14px rgba(37,153,205,.6);
}

.hhrx .btn-fill:hover {
  background: var(--blue-800);
}

.hhrx .btn-cream {
  background: var(--ivory);
  color: var(--green-900);
}

.hhrx .btn-brass {
  background: var(--brass);
  color: #fff;
  box-shadow: 0 14px 30px -14px rgba(176,141,87,.7);
}

.hhrx .btn-brass:hover {
  background: var(--brass-light);
}

.hhrx .btn-outline {
  border: 1.5px solid var(--line);
  color: var(--ink);
}

.hhrx .btn-outline:hover {
  border-color: var(--blue-600);
  color: var(--blue-600);
}

.hhrx .btn-outline-d {
  border: 1.5px solid rgba(243,239,230,.32);
  color: #F3EFE6;
}

.hhrx .btn-outline-d:hover {
  border-color: var(--brass-light);
  color: var(--brass-light);
}

.hhrx .btn-lg {
  padding: 20px 38px;
  font-size: 15.5px;
}

.hhrx .link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: inherit;
  white-space: nowrap;
}

.hhrx .link-arrow .ar {
  transition: transform .25s;
}

.hhrx .link-arrow:hover .ar {
  transform: translateX(5px);
}

/* brass divider */

.hhrx .rule {
  height: 1px;
  background: var(--line);
  border: none;
  margin: 0;
}

.hhrx .rule-brass {
  width: 46px;
  height: 2px;
  background: var(--brass);
  border: none;
}

/* water-wave svg accent reused */

.hhrx .wave-accent {
  display: block;
  width: 100%;
  height: auto;
}

/* ==========================================================================
   HEALTHY HOME RX — Gantry 5 navigation bar
   Matches the page design (Hanken Grotesk links, blue pill CTA, blue
   hover underline). Load AFTER hhrx.css so the @font-face + tokens exist.
   Scope: #g-navigation
   ========================================================================== */

/* --- brand tokens (repeated here so this file works standalone) ---------- */
#g-navigation {
  --hhrx-blue: #2599cd;
  --hhrx-blue-mid: #1e83b3;
  --hhrx-blue-dark: #166b93;
  --hhrx-ivory: #f3efe6;
}

/* --------------------------------------------------------------------------
   1. THE BAR — floats transparently over the hero photo
   -------------------------------------------------------------------------- */
#g-navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 18px 0;
  transition: background .35s ease, padding .35s ease, box-shadow .35s ease;
}

/* dark scrim so white text stays legible on lighter photos */
#g-navigation::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(6, 26, 19, .55) 0%, rgba(6, 26, 19, 0) 100%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #000;
}

#g-navigation > .g-container {
  position: relative;
  z-index: 1;
	width: calc(100% - 110px);
}

#g-navigation .g-content {
	padding: 0;
	margin: 0;
}

/* scrolled state — add body.hhrx-nav-scrolled with the JS snippet below */
body.hhrx-nav-scrolled #g-navigation {
  position: fixed;
  padding: 14px 0;
	background: rgba(248, 245, 238, .85);
	backdrop-filter: blur(14px) saturate(140%);
	border-bottom-color: rgba(14, 122, 77, .14);
}

body.hhrx-nav-scrolled #g-navigation::before {
  opacity: 0;
}

body.hhrx-nav-scrolled  #g-navigation .g-toplevel > li > .g-menu-item-container {
  color:#33453d;
  text-shadow: none;
}

body.hhrx-nav-scrolled  #g-navigation .g-toplevel > li.nav-cta > .g-menu-item-container {
	color: #fff;
	background: var(--blue-600);
}

body.hhrx-nav-scrolled  #g-navigation .g-toplevel > li.nav-cta > .g-menu-item-container:hover {
	background: var(--blue-800);
}

body.hhrx-nav-scrolled #g-navigation .g-toplevel > li:not(.nav-cta) > .g-menu-item-container::after {
    background: var(--hhrx-blue);
}

/* --------------------------------------------------------------------------
   2. LAYOUT — logo left, menu hard right
   -------------------------------------------------------------------------- */
#g-navigation .g-grid {
  align-items: center;
}

#g-navigation .g-block:first-child {
  flex: 0 0 auto;
}

#g-navigation .g-block:last-child {
  flex: 1 1 auto;
}

#g-navigation .g-main-nav,
#g-navigation .g-toplevel {
  justify-content: flex-end;
}

#g-navigation .g-toplevel {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* --------------------------------------------------------------------------
   3. LOGO
   -------------------------------------------------------------------------- */
#g-navigation .g-logo {
  display: block;
  line-height: 0;
}

#g-navigation .g-logo img {
  height: 28px;
  width: auto;
  display: block;
  transition: height .35s ease;
	filter: brightness(0) invert(1);
}

body.hhrx-nav-scrolled #g-navigation .g-logo img {
  filter: none !important;
}

/* --------------------------------------------------------------------------
   4. MENU ITEMS
   -------------------------------------------------------------------------- */
#g-navigation .g-toplevel > li {
  margin: 0 25px;
  padding: 0;
}

#g-navigation .g-toplevel > li > .g-menu-item-container {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 0;
  background: none;
  border: 0;
  font-family: 'Hanken Grotesk', -apple-system, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1;
  color: rgba(243, 239, 230, .92);
  text-decoration: none;
  text-shadow: 0 1px 10px rgba(6, 26, 19, .5);
  transition: color .2s ease;
}

#g-navigation .g-toplevel > li > .g-menu-item-container:hover,
#g-navigation .g-toplevel > li.active > .g-menu-item-container {
  color: #fff;
  background: none;
}

/* animated blue underline */
#g-navigation .g-toplevel > li:not(.nav-cta) > .g-menu-item-container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
	background: var(--brass-light);
  transition: width .28s ease;
}

#g-navigation .g-toplevel > li:not(.nav-cta) > .g-menu-item-container:hover::after,
#g-navigation .g-toplevel > li:not(.nav-cta).active > .g-menu-item-container::after {
  width: 100%;
}

#g-navigation .g-menu-item-title {
  white-space: nowrap;
}

/* --------------------------------------------------------------------------
   5. CTA BUTTON — add class "nav-cta" to the menu item (already present)
   -------------------------------------------------------------------------- */
#g-navigation .g-toplevel > li.nav-cta {
  margin-left: 8px;
}

#g-navigation .g-toplevel > li.nav-cta > .g-menu-item-container {
  padding: 13px 26px;
  border-radius: 999px;
	background: var(--brass);
	color: #08231A;
	box-shadow: 0 6px 20px -8px rgba(6, 26, 19, .7);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  text-shadow: none;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

#g-navigation .g-toplevel > li.nav-cta > .g-menu-item-container:hover {
  background: var(--hhrx-blue-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -14px rgba(37, 153, 205, .8);
}

/* --------------------------------------------------------------------------
   6. SMOOTH-SCROLL OFFSET so anchors don't hide under the fixed bar
   -------------------------------------------------------------------------- */
#crisis,
#system,
#builders,
#faq {
  scroll-margin-top: 28px;
}

/* --------------------------------------------------------------------------
   7. RESPONSIVE
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  #g-navigation .g-toplevel {
    gap: 24px;
  }

  #g-navigation .g-toplevel > li.nav-cta > .g-menu-item-container {
    padding: 11px 20px;
    font-size: 11.5px;
  }
}

@media (max-width: 767px) {
  #g-navigation {
    padding: 14px 0;
  }

  /* keep only the CTA visible; use Gantry's mobile menu for the rest */
  #g-navigation .g-toplevel > li:not(.nav-cta) {
    display: none;
  }
}


/* =========================================================== NAVBAR =========================================================== */

.hhrx .nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 56px;
  transition: background .35s,padding .35s,box-shadow .35s,border-color .35s;
  border-bottom: 1px solid transparent;
}

.hhrx .nav.is-dark {
  background: transparent;
}

.hhrx .nav.is-dark .nav-link {
  color: #33453d;
}

.hhrx .nav.scrolled {
  background: rgba(248,245,238,.85);
  backdrop-filter: blur(14px) saturate(140%);
  padding: 14px 56px;
  border-bottom-color: rgba(14,122,77,.14);
}

.hhrx .nav.scrolled .nav-link {
  color: rgba(243,239,230,.85);
}

.hhrx .nav.scrolled .nav-logo {
  filter: none;
}

.hhrx .nav.scrolled .nav-link {
  color: #33453d;
}

.hhrx .nav.on-light:not(.scrolled) {
  background: rgba(247,243,234,.9);
  backdrop-filter: blur(12px);
  border-bottom-color: var(--line);
}

.hhrx .nav.on-light:not(.scrolled) .nav-link {
  color: #33453d;
}

/* over a dark hero image (home): light, .hhrx legible links + gradient scrim */

.hhrx .nav.on-dark:not(.scrolled) {
  background: linear-gradient(180deg,rgba(6,26,19,.55),rgba(6,26,19,0));
  border-bottom-color: transparent;
}

.hhrx .nav.on-dark:not(.scrolled) .nav-link {
  color: #FFFFFF;
  text-shadow: 0 1px 10px rgba(6,26,19,.85);
  font-weight: 600;
}

.hhrx .nav.on-dark:not(.scrolled) .nav-link::after {
  background: var(--brass-light);
}

.hhrx .nav.on-dark:not(.scrolled) .nav-logo {
  filter: brightness(0) invert(1) drop-shadow(0 1px 8px rgba(6,26,19,.6));
}

.hhrx .nav.on-dark:not(.scrolled) .nav-cta {
  background: var(--brass);
  color: #08231A;
  box-shadow: 0 6px 20px -8px rgba(6,26,19,.7);
}

.hhrx .nav.on-dark:not(.scrolled) .nav-cta:hover {
  background: var(--brass-light);
}

.hhrx .nav-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hhrx .nav-logo {
  height: 28px;
  transition: filter .35s;
  cursor: pointer;
}

.hhrx .nav-links {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-left: auto;
  margin-right: 36px;
}

.hhrx .nav-link {
  font: 500 14px/1 var(--sans);
  letter-spacing: .01em;
  position: relative;
  padding: 6px 0;
  transition: color .2s;
  white-space: nowrap;
}

.hhrx .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1.5px;
  background: var(--blue-500);
  transition: width .28s;
}

.hhrx .nav-link:hover::after,
.hhrx .nav-link.active::after {
  width: 100%;
}

.hhrx .nav-link.active {
  color: var(--blue-600)!important;
}

.hhrx .nav-cta {
  font: 600 12.5px/1 var(--sans);
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 12px 24px;
  border-radius: 999px;
  background: var(--blue-600);
  color: #fff;
  transition: background .25s,transform .25s;
}

.hhrx .nav-cta:hover {
  background: var(--blue-800);
  transform: translateY(-1px);
}

/* =========================================================== FOOTER =========================================================== */

#g-footer {
    background: #052a1a;
    padding: 0;
}

#g-footer .g-container {
		width: 100%;
}

#g-footer .g-content {
		padding: 0;
		margin: 0;
}

.hhrx .footer {
  background: var(--green-950);
  color: rgba(243,239,230,.7);
  padding: 88px 0 40px;
}

.hhrx .footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(243,239,230,.12);
}

.hhrx .footer-logo {
  height: 110px;
  width: auto;
  margin-bottom: 24px;
  display: block;
}

.hhrx .footer-blurb {
  max-width: 300px;
  font-size: 14.5px;
  line-height: 1.65;
}

.hhrx .footer h5 {
  font: 600 12px/1 var(--mono);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brass-light);
  margin: 0 0 22px;
}

.hhrx .footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.hhrx .footer ul a {
  font-size: 14.5px;
  color: rgba(243,239,230,.72);
  transition: color .2s;
}

.hhrx .footer ul a:hover {
  color: var(--brass-light);
}

.hhrx .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  font-size: 13px;
  color: rgba(243,239,230,.5);
}

.hhrx .footer-bottom .fb-links {
  display: flex;
  gap: 26px;
}

/* ==========================================================================
   REVEAL-ON-SCROLL
   --------------------------------------------------------------------------
   IMPORTANT: content is VISIBLE by default. The fade-up only applies once
   hhrx.js adds .hhrx-anim to the .hhrx wrapper, so if the JS fails to load
   (or a page builder blocks it) nothing can ever be left invisible.
   ========================================================================== */
.hhrx .reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {

  .hhrx.hhrx-anim .reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .8s cubic-bezier(.2, .7, .3, 1),
                transform .8s cubic-bezier(.2, .7, .3, 1);
  }

  .hhrx.hhrx-anim .reveal.in {
    opacity: 1;
    transform: none;
  }

  .hhrx.hhrx-anim .reveal.d1 { transition-delay: .08s; }
  .hhrx.hhrx-anim .reveal.d2 { transition-delay: .16s; }
  .hhrx.hhrx-anim .reveal.d3 { transition-delay: .24s; }
  .hhrx.hhrx-anim .reveal.d4 { transition-delay: .32s; }
}

/* =========================================================== HERO (home) — Clinic: light, .hhrx two-column with product card =========================================================== */

.hhrx .hero {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  padding: 142px 0 60px;
  background: var(--ivory);
}

.hhrx .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(70% 60% at 88% 18%,rgba(108,179,63,.12),transparent 60%),
    radial-gradient(60% 70% at 10% 95%,rgba(42,167,221,.10),transparent 62%);
}

.hhrx .hero-grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .04;
  pointer-events: none;
  background-image: radial-gradient(rgba(10,74,47,.9) 1px,transparent 1px);
  background-size: 5px 5px;
}

.hhrx .hero-ph {
  display: none;
}

.hhrx .hero-inner {
  position: relative;
  z-index: 3;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 56px;
  width: 100%;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 48px;
  align-items: center;
}

.hhrx .hero-copy {
  max-width: 540px;
}

/* full-bleed hero variant */

.hhrx .hero-bleed {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  padding: 130px 0 60px;
  background: var(--green-900);
}

.hhrx .hero-photo-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hhrx .hero-photo-bg image-slot {
  display: block;
  width: 100%;
  height: 100%;
}

.hhrx .hero-photo-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hhrx .hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg,rgba(6,26,19,.94) 0%,rgba(6,26,19,.66) 17%,rgba(6,26,19,.16) 34%,rgba(6,26,19,0) 44%,rgba(6,26,19,.12) 55%,rgba(6,26,19,.6) 76%,rgba(6,26,19,.94) 100%);
}

.hhrx .hero-bleed .hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}

.hhrx .hero-top,
.hhrx .hero-bottom {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}

.hhrx .hero-top .eyebrow.light {
  font-size: 14px;
  letter-spacing: .3em;
  color: #F0CE8A;
  text-shadow: 0 1px 14px rgba(6,26,19,.8);
}

.hhrx .hero-top .eyebrow.light::before {
  background: #F0CE8A;
}

.hhrx .hero.hero-bleed h1 {
  color: #FFFFFF;
  max-width: none;
  margin: 22px auto 0;
  font-size: clamp(42px,4.6vw,72px);
  text-shadow: 0 3px 30px rgba(6,26,19,.65),0 1px 3px rgba(6,26,19,.55);
}

.hhrx .hero.hero-bleed h1 .hl-line {
  display: block;
  white-space: nowrap;
}

.hhrx .hero.hero-bleed h1 em {
  color: #F0CE8A;
  text-shadow: 0 3px 30px rgba(6,26,19,.65),0 1px 3px rgba(6,26,19,.55);
}

.hhrx .hero.hero-bleed .hero-lead {
  color: rgba(255,255,255,.95);
  max-width: 880px;
  margin: 0 auto 30px;
  font-size: 17px;
  text-shadow: 0 1px 12px rgba(6,26,19,.7);
}

/* ===== Direction B · Lowcountry hero ===== */

.hhrx .hero-lowcountry {
  align-items: flex-end;
  padding: 150px 0 66px;
}

.hhrx .hero-lowcountry .hero-scrim {
  background: linear-gradient(95deg,rgba(6,26,19,.92) 0%,rgba(6,26,19,.66) 24%,rgba(6,26,19,.24) 44%,rgba(6,26,19,0) 62%),
    linear-gradient(0deg,rgba(6,26,19,.72) 0%,rgba(6,26,19,.15) 30%,transparent 50%);
}

.hhrx .hero-lowcountry .hero-inner {
  display: block;
  text-align: left;
  max-width: none;
  padding: 0 64px;
}

.hhrx .hero-lowcountry .hero-copy {
  max-width: 710px;
  margin: 0;
}

.hhrx .hero-lowcountry .eyebrow.light {
  font-size: 13px;
  letter-spacing: .34em;
  color: var(--brass-light);
  text-shadow: 0 1px 12px rgba(6,26,19,.8);
  margin-bottom: 30px;
}

.hhrx .hero-lowcountry .eyebrow.light::before {
  background: var(--brass);
  width: 46px;
}

.hhrx .hero.hero-lowcountry h1 {
  font-family: var(--serif-display);
  font-weight: 500;
  font-size: clamp(48px,5vw,74px);
  line-height: 1.0;
  letter-spacing: -.01em;
  color: #FBF8F1;
  max-width: none;
  margin: 0 0 30px;
  text-align: left;
  text-shadow: 0 3px 34px rgba(6,26,19,.6);
}

.hhrx .hero.hero-lowcountry h1 em {
  font-style: normal;
  font-weight: 700;
  color: var(--brass-light);
}

.hhrx .hero-logo {
  height: 104px;
  width: auto;
  display: block;
  margin: 0 0 22px;
  filter: drop-shadow(0 4px 18px rgba(6,26,19,.45));
}

.hhrx .hero.hero-lowcountry h1 em {
  display: block;
  white-space: nowrap;
}

.hhrx .hero.hero-lowcountry h1 .hl-stack {
  display: block;
  margin-top: 14px;
  font-size: 22px;
  font-weight: 700;
  color: rgba(243,239,230,.9);
  letter-spacing: 0;
}

.hhrx .hero.hero-lowcountry .hero-lead {
  margin: 0 0 40px;
  max-width: 644px;
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
}

.hhrx .hero-lowcountry .hero-actions {
  justify-content: flex-start;
  margin: 0 0 46px;
  max-width: none;
  width: max-content;
  flex-wrap: nowrap;
}

.hhrx .hero-lowcountry .hero-stats {
  justify-content: flex-start;
  margin-top: 34px;
  padding-top: 28px;
  max-width: 560px;
  border-top: 1px solid rgba(243,239,230,.28);
  border-image: linear-gradient(90deg,var(--brass),var(--blue-500)) 1;
}

.hhrx .hero-lowcountry .hero-stats .s {
  text-align: left;
}

.hhrx .hero-lowcountry .hero-stats .s b {
  color: var(--brass-light);
}

.hhrx .hero-lowcountry .hero-stats .s span {
  color: rgba(243,239,230,.72);
}

/* bottom-right meta block (Direction B) */

.hhrx .hero-meta {
  position: absolute;
  z-index: 3;
  right: 64px;
  bottom: 60px;
}

.hhrx .hero-meta img {
  width: clamp(120px,13vw,180px);
  height: auto;
  display: block;
  filter: drop-shadow(0 3px 16px rgba(6,26,19,.5));
}

@media (max-width:900px) {
.hhrx .hero-meta {
  display: none;
}
}

.hhrx .hero-bleed .hero-actions {
  grid-column: auto;
  border-top: none;
  padding-top: 0;
  margin: 0 0 26px;
  justify-content: center;
}

.hhrx .hero-bleed .hero-stats {
  justify-content: center;
  margin-top: 32px;
  border-top: 1px solid rgba(243,239,230,.22);
  border-image: linear-gradient(90deg,var(--leaf),var(--blue-500)) 1;
}

.hhrx .hero-bleed .hero-stats .s {
  text-align: center;
}

.hhrx .hero-bleed .hero-stats .s b {
  color: var(--brass-light);
}

.hhrx .hero-bleed .hero-stats .s span {
  color: rgba(243,239,230,.7);
}

.hhrx .hero h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(42px,4.8vw,72px);
  line-height: 1.0;
  letter-spacing: -.015em;
  margin: 24px 0 24px;
  max-width: 13ch;
  text-wrap: balance;
  color: var(--green-900);
}

/* split-hero lifestyle figure (whole photo, .hhrx no crop) */

.hhrx .hero-figure {
  position: relative;
  width: 100%;
  aspect-ratio: 1064/580;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--sand);
}

.hhrx .hero-figure image-slot {
  display: block;
  width: 100%;
  height: 100%;
}

.hhrx .hero h1 em {
  font-style: normal;
  font-weight: 700;
  color: var(--blue-500);
}

.hhrx .hero-lead {
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 480px;
  margin: 0 0 32px;
}

.hhrx .hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  margin-top: 8px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.hhrx .hero-bleed .hero-actions {
  margin-bottom: 8px;
}

.hhrx .hero-stats {
  display: flex;
  gap: 38px;
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.hhrx .hero-stats .s b {
  display: block;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
  color: var(--green-800);
  margin-bottom: 5px;
}

.hhrx .hero-stats .s span {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: .01em;
}

/* hero product card (dark-green mat with framed photo) */

.hhrx .hero-prod {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 5/6;
  background: linear-gradient(168deg,#0E7A4D 0%,#08231A 100%);
  box-shadow: var(--shadow-lg);
}

.hhrx .hero-prod .glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 80% at 72% 8%,rgba(108,179,63,.32),transparent 55%),radial-gradient(90% 70% at 18% 94%,rgba(42,167,221,.4),transparent 60%);
}

.hhrx .hero-prod .rx {
  position: absolute;
  top: 24px;
  right: 28px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 32px;
  color: rgba(255,255,255,.92);
  z-index: 2;
}

.hhrx .hero-prod .mat {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 13%;
  bottom: 24%;
  border-radius: 12px;
  background: radial-gradient(120% 90% at 50% 0%,#FBFAF6,#E7EAE4);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 24px 40px -20px rgba(0,0,0,.5);
}

.hhrx .hero-prod .mat img {
  width: 72%;
  height: 84%;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(8,35,26,.22));
}

.hhrx .hero-prod .badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: rgba(255,255,255,.95);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  backdrop-filter: blur(6px);
}

.hhrx .hero-prod .badge .nm {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--green-900);
}

.hhrx .hero-prod .badge .nm small {
  display: block;
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 500;
  color: var(--muted);
  margin-top: 3px;
}

.hhrx .hero-prod .badge .pr {
  font: 700 21px/1 var(--sans);
  color: var(--green-700);
  white-space: nowrap;
}

/* hero lifestyle photo slot */

.hhrx .hero-photo {
  position: relative;
  aspect-ratio: 5/6;
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
}

.hhrx .hero-photo image-slot {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
}

.hhrx .hero-photo-badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: var(--shadow-sm);
  max-width: 78%;
}

.hhrx .hero-photo-badge .t {
  display: block;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
  color: var(--green-900);
}

.hhrx .hero-photo-badge .d {
  display: block;
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 3px;
}

/* =========================================================== SECTION HEADINGS =========================================================== */

.hhrx .sec-head {
  max-width: 760px;
  margin-bottom: 64px;
}

.hhrx .sec-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hhrx .sec-head h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(38px,4.6vw,62px);
  line-height: 1.04;
  letter-spacing: -.015em;
  margin: 22px 0 20px;
  text-wrap: balance;
}

.hhrx .skin-dark .sec-head h2 {
  color: #FBF8F1;
}

.hhrx .sec-head p {
  font-size: 18px;
  line-height: 1.62;
  color: var(--muted);
  max-width: 620px;
}

.hhrx .sec-head.center p {
  margin-left: auto;
  margin-right: auto;
}

/* stat band */

.hhrx .statband {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  border-top: 1px solid var(--line-d);
  border-bottom: 1px solid var(--line-d);
}

.hhrx .statband .st {
  padding: 42px 30px;
  border-right: 1px solid var(--line-d);
}

.hhrx .statband .st:last-child {
  border-right: none;
}

.hhrx .statband .st b {
  display: block;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
  color: var(--brass-light);
  margin-bottom: 12px;
}

.hhrx .statband .st span {
  font-size: 14px;
  color: rgba(243,239,230,.66);
  line-height: 1.45;
}

/* light variant (Clinic) */

.hhrx .statband.light {
  border-color: var(--line);
}

.hhrx .statband.light .st {
  border-color: var(--line);
}

.hhrx .statband.light .st b {
  color: var(--green-700);
}

.hhrx .statband.light .st span {
  color: var(--muted);
}

/* =========================================================== CONTAMINANT / FEATURE CARDS =========================================================== */

.hhrx .cards-4 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 22px;
}

.hhrx .cards-3 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}

.hhrx .cards-2 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 28px;
}

.hhrx .card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 34px 30px;
  transition: transform .3s,box-shadow .3s,border-color .3s;
}

.hhrx .card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(176,141,87,.4);
}

.hhrx .card .knum {
  font: 700 13px/1 var(--mono);
  color: var(--brass);
  letter-spacing: .1em;
  margin-bottom: 24px;
}

.hhrx .card h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 25px;
  line-height: 1.12;
  margin: 0 0 12px;
  color: var(--green-900);
}

.hhrx .card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

.hhrx .card .chip {
  display: inline-block;
  margin-top: 18px;
  font: 600 11px/1 var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff;
  background: var(--green-700);
  padding: 6px 10px;
  border-radius: 3px;
}

.hhrx .card.alarm .chip {
  background: #B23B3B;
}

.hhrx .card-d {
  background: var(--green-850);
  border-color: rgba(243,239,230,.12);
}

.hhrx .card-d h3 {
  color: #FBF8F1;
}

.hhrx .card-d p {
  color: rgba(243,239,230,.66);
}

/* icon coin */

.hhrx .coin {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  background: rgba(108,179,63,.14);
}

.hhrx .coin svg {
  width: 26px;
  height: 26px;
}

/* =========================================================== PRODUCT SHOWCASE =========================================================== */

.hhrx .showcase {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 64px;
  align-items: center;
}

.hhrx .prod-visual {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: linear-gradient(165deg,#0E7A4D,#08231A);
  box-shadow: var(--shadow-lg);
}

.hhrx .prod-visual .glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 80% at 70% 12%,rgba(108,179,63,.32),transparent 56%),radial-gradient(90% 70% at 22% 92%,rgba(42,167,221,.4),transparent 60%);
}

.hhrx .prod-visual .unit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 34%;
  height: 62%;
  border-radius: 18px;
  background: linear-gradient(150deg,#EAF3ED,#bcd0c6 60%,#9bb4a8);
  box-shadow: inset 0 2px 12px rgba(255,255,255,.6),0 30px 50px -20px rgba(0,0,0,.5);
}

.hhrx .prod-visual .unit::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 14%;
  transform: translateX(-50%);
  width: 42%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%,#fff,#2AA7DD 70%);
  box-shadow: 0 8px 18px rgba(14,94,134,.5);
}

.hhrx .prod-visual .rx {
  position: absolute;
  top: 24px;
  right: 26px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 34px;
  color: rgba(255,255,255,.9);
}

.hhrx .prod-visual .ph {
  position: absolute;
  top: 14px;
  left: 14px;
  font: 600 10px/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  background: rgba(0,0,0,.25);
  padding: 5px 9px;
  border-radius: 4px;
}

/* real product photo frame (light panel, .hhrx brass accents) */

.hhrx .prod-photo {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(120% 90% at 50% 0%,#FBFAF6,#E7EAE4 100%);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(14,31,24,.08);
}

.hhrx .prod-photo img {
  position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hhrx .prod-photo .prod-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .4s ease;
  z-index: 1;
}

.hhrx .prod-photo.has-video:hover .prod-video {
  opacity: 1;
}

.hhrx .prod-photo.has-video {
  cursor: pointer;
}

.hhrx .prod-photo.has-video .cap,
.hhrx .prod-photo.has-video .tag {
  z-index: 2;
}

.hhrx .prod-photo .rx {
  position: absolute;
  top: 22px;
  right: 26px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 32px;
  color: var(--green-700);
  opacity: .85;
}

.hhrx .prod-photo .tag {
  position: absolute;
  left: 20px;
  top: 20px;
  font: 600 10px/1 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--green-700);
  background: rgba(108,179,63,.14);
  border: 1px solid rgba(14,122,77,.2);
  padding: 6px 10px;
  border-radius: 4px;
}

.hhrx .prod-photo .cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 24px;
  background: linear-gradient(0deg,rgba(8,35,26,.9),transparent);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.hhrx .prod-photo .cap b {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  color: #FBF8F1;
}

.hhrx .prod-photo .cap b small {
  display: block;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  color: rgba(243,239,230,.7);
  letter-spacing: .03em;
  margin-top: 3px;
  text-transform: none;
}

.hhrx .prod-photo .cap .pr {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  white-space: nowrap;
}

.hhrx .prod-photo .cap .pr s {
  font-size: 15px;
  color: rgba(255,255,255,.6);
  margin-right: 6px;
}

.hhrx .incl-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.hhrx .incl-list li {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.hhrx .incl-list li:last-child {
  border-bottom: none;
}

.hhrx .incl-list .ic {
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--green-700);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-top: 2px;
}

.hhrx .incl-list .tx b {
  display: block;
  font-size: 16px;
  color: var(--green-900);
  margin-bottom: 3px;
}

.hhrx .incl-list .tx span {
  font-size: 14px;
  color: var(--muted);
}

/* =========================================================== PROCESS STEPS =========================================================== */

.hhrx .steps {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0;
  counter-reset: step;
}

.hhrx .step {
  position: relative;
  padding: 0 36px;
}

.hhrx .step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 1px;
  height: calc(100% - 30px);
  background: var(--line-d);
}

.hhrx .step .sn {
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 500;
  color: var(--brass);
  line-height: 1;
  margin-bottom: 18px;
}

.hhrx .step h4 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 12px;
}

.hhrx .skin-dark .step h4 {
  color: #FBF8F1;
}

.hhrx .step p {
  font-size: 15px;
  line-height: 1.6;
}

/* =========================================================== BUILDERS / CERT BAND =========================================================== */

.hhrx .cert-band {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 64px;
  align-items: center;
}

.hhrx .cert-seal {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 2px solid var(--brass);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin: 0 auto;
  background: radial-gradient(circle at 50% 30%,rgba(176,141,87,.12),transparent 70%);
}

.hhrx .cert-seal::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  border: 1px solid rgba(176,141,87,.4);
}

.hhrx .cert-seal .sm {
  font: 600 10px/1.4 var(--mono);
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--brass);
}

.hhrx .cert-seal .bg {
  font-family: var(--serif);
  font-style: italic;
  font-size: 34px;
  color: var(--green-900);
  line-height: 1.05;
  margin: 10px 0;
}

.hhrx .skin-dark .cert-seal .sm {
  color: var(--brass-light);
}

.hhrx .skin-dark .cert-seal .bg {
  color: #FBF8F1;
}

/* =========================================================== CTA BAND =========================================================== */

.hhrx .cta-band {
  position: relative;
  overflow: hidden;
  background: var(--blue-900) url("assets/cta-bath.webp") center/cover no-repeat;
  color: #F3EFE6;
  text-align: center;
  padding: 120px 0;
}

.hhrx .cta-band .glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg,rgba(8,40,62,.82),rgba(8,40,62,.72));
}

.hhrx .cta-band .inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 40px;
}

.hhrx .cta-band h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(40px,5vw,68px);
  line-height: 1.02;
  margin: 22px 0 26px;
  color: #FBF8F1;
  text-wrap: balance;
}

.hhrx .cta-band p {
  font-size: 18px;
  color: rgba(243,239,230,.76);
  margin: 0 0 40px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================== SCORING MATRIX =========================================================== */

.hhrx .matrix {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}

.hhrx .zone {
  border-radius: 8px;
  padding: 34px 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.hhrx .zone .rng {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}

.hhrx .zone .nm {
  font: 600 12px/1 var(--mono);
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .92;
  margin-bottom: 20px;
}

.hhrx .zone p {
  font-size: 14.5px;
  line-height: 1.55;
  opacity: .92;
  color: #fff!important;
  margin: 0;
}

.hhrx .zone.green {
  background: linear-gradient(160deg,#1E9E63,#0C5C3A);
}

.hhrx .zone.yellow {
  background: linear-gradient(160deg,#D9A53B,#B07E1E);
}

.hhrx .zone.red {
  background: linear-gradient(160deg,#C0463F,#8E2B26);
}

/* =========================================================== FORM / BOOKING =========================================================== */

.hhrx .book-wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 56px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: start;
}

.hhrx .book-main {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 48px;
  box-shadow: var(--shadow-sm);
}

.hhrx .stepper {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 40px;
}

.hhrx .stepper .sd {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.hhrx .stepper .sd:last-child {
  flex: none;
}

.hhrx .stepper .dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 700 13px/1 var(--sans);
  background: var(--sand);
  color: var(--muted);
  flex: none;
  transition: background .3s,color .3s;
}

.hhrx .stepper .sd.active .dot {
  background: var(--blue-600);
  color: #fff;
}

.hhrx .stepper .sd.done .dot {
  background: var(--blue-600);
  color: #fff;
}

.hhrx .stepper .sl {
  font: 600 12.5px/1 var(--sans);
  color: var(--muted);
  white-space: nowrap;
}

.hhrx .stepper .sd.active .sl {
  color: var(--green-900);
}

.hhrx .stepper .bar {
  flex: 1;
  height: 1.5px;
  background: var(--sand);
  margin: 0 14px;
}

.hhrx .stepper .sd.done + .sd .bar,
.hhrx .stepper .sd.done .bar {
  background: var(--blue-600);
}

.hhrx .field {
  margin-bottom: 22px;
}

.hhrx .field label {
  display: block;
  font: 600 13px/1 var(--sans);
  letter-spacing: .02em;
  color: var(--green-900);
  margin-bottom: -15px;
}

.hhrx .field input,
.hhrx .field select,
.hhrx .field textarea {
  width: 100%;
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink);
  padding: 14px 16px;
  border: 1.5px solid var(--line);
  border-radius: 6px;
  background: var(--ivory-2);
  transition: border-color .2s,box-shadow .2s,background .2s;
}

.hhrx .field input:focus,
.hhrx .field select:focus,
.hhrx .field textarea:focus {
  outline: none;
  border-color: var(--blue-600);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(37,153,205,.15);
}

.hhrx .field input.err {
  border-color: #C0463F;
  background: #fdf3f2;
}

.hhrx .field .msg {
  font-size: 12.5px;
  color: #C0463F;
  margin-top: 7px;
  display: none;
}

.hhrx .field.invalid .msg {
  display: block;
}

.hhrx .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.hhrx .field-row-3 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 18px;
}

.hhrx .form-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

/* calendar */

.hhrx .cal {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.hhrx .cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.hhrx .cal-head .mo {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 600;
  color: var(--green-900);
}

.hhrx .cal-nav {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-800);
  transition: background .2s;
}

.hhrx .cal-nav:hover {
  background: var(--sand);
}

.hhrx .cal-grid {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 6px;
  padding: 18px 20px;
}

.hhrx .cal-dow {
  text-align: center;
  font: 600 11px/1 var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
  padding-bottom: 6px;
}

.hhrx .cal-day {
  aspect-ratio: 1;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 500 14px/1 var(--sans);
  color: var(--ink);
  transition: background .18s,color .18s,transform .18s;
  position: relative;
}

.hhrx .cal-day.avail:hover {
  background: rgba(37,153,205,.14);
  transform: scale(1.06);
}

.hhrx .cal-day.sel {
  background: var(--blue-600);
  color: #fff;
  font-weight: 700;
}

.hhrx .cal-day.disabled {
  color: rgba(14,31,24,.22);
  cursor: default;
}

.hhrx .cal-day.avail {
  cursor: pointer;
}

.hhrx .cal-day.avail::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--leaf);
}

.hhrx .cal-day.sel::after {
  background: #fff;
}

.hhrx .slots {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
  margin-top: 24px;
}

.hhrx .slot {
  padding: 14px;
  border: 1.5px solid var(--line);
  border-radius: 6px;
  text-align: center;
  font: 600 14px/1 var(--sans);
  color: var(--green-900);
  transition: all .2s;
  background: var(--ivory-2);
}

.hhrx .slot:hover {
  border-color: var(--blue-600);
}

.hhrx .slot.sel {
  background: var(--blue-600);
  color: #fff;
  border-color: var(--blue-600);
}

.hhrx .slot.disabled {
  color: var(--muted);
  opacity: .45;
  cursor: not-allowed;
}

/* booking aside summary */

.hhrx .book-aside {
  position: sticky;
  top: 100px;
  background: var(--green-900);
  color: #F3EFE6;
  border-radius: 10px;
  padding: 36px;
  box-shadow: var(--shadow-md);
}

.hhrx .book-aside .ph {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 3/2;
  background: linear-gradient(160deg,#0E7A4D,#08231A);
  margin-bottom: 26px;
}

.hhrx .book-aside .ph .unit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 26%;
  height: 64%;
  border-radius: 12px;
  background: linear-gradient(150deg,#EAF3ED,#bcd0c6 60%,#9bb4a8);
}

.hhrx .book-aside .ph .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  font: 600 9px/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  background: rgba(0,0,0,.25);
  padding: 4px 7px;
  border-radius: 3px;
}

.hhrx .book-aside h4 {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 600;
  color: #FBF8F1;
  margin: 0 0 4px;
}

.hhrx .book-aside .sub {
  font-size: 13.5px;
  color: rgba(243,239,230,.6);
  margin-bottom: 22px;
}

.hhrx .sum-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(243,239,230,.13);
  font-size: 14px;
}

.hhrx .sum-row .k {
  color: rgba(243,239,230,.6);
}

.hhrx .sum-row .v {
  color: #FBF8F1;
  font-weight: 600;
  text-align: right;
}

.hhrx .sum-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 20px;
  margin-top: 6px;
}

.hhrx .sum-total .k {
  font-size: 14px;
  color: rgba(243,239,230,.7);
}

.hhrx .sum-total .v {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  color: #FBF8F1;
}

.hhrx .invoice-note {
  display: flex;
  gap: 12px;
  margin-top: 22px;
  padding: 16px;
  background: rgba(108,179,63,.12);
  border: 1px solid rgba(108,179,63,.3);
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(243,239,230,.86);
}

.hhrx .invoice-note .ic {
  flex: none;
  color: var(--leaf);
}

/* confirmation */

.hhrx .confirm {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 0;
}

.hhrx .confirm .check {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--blue-600);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  animation: pop .6s cubic-bezier(.2,1.4,.4,1);
}

@keyframes pop {
  0%{transform: scale(0);
  }60%{transform: scale(1.12);
  }100%{transform: scale(1);
  };
}

.hhrx .confirm h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 46px;
  line-height: 1.05;
  color: var(--green-900);
  margin: 0 0 16px;
}

.hhrx .confirm p {
  font-size: 17px;
  color: var(--muted);
  margin: 0 0 30px;
}

.hhrx .confirm-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  margin: 30px 0;
}

.hhrx .confirm-card .cc-row {
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14.5px;
}

.hhrx .confirm-card .cc-row:last-child {
  border-bottom: none;
}

.hhrx .confirm-card .cc-row .k {
  color: var(--muted);
}

.hhrx .confirm-card .cc-row .v {
  color: var(--green-900);
  font-weight: 600;
}

.hhrx .gcal-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  padding: 15px 26px;
  font: 600 15px/1 var(--sans);
  color: var(--green-900);
  transition: all .2s;
}

.hhrx .gcal-btn:hover {
  border-color: var(--blue-600);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

/* partner modal */

.hhrx .modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(8,20,15,.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  backdrop-filter: blur(3px);
}

.hhrx .modal-card {
  position: relative;
  background: #fff;
  border-radius: 14px;
  max-width: 520px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
  padding: 36px;
  box-shadow: var(--shadow-lg);
}

.hhrx .modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--sand);
  color: var(--ink);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hhrx .modal-close:hover {
  background: var(--line);
}

/* page hero (interior) — Clinic: light */

.hhrx .page-hero {
  background: var(--cream);
  color: var(--ink);
  padding: 150px 0 84px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hhrx .page-hero .glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(70% 90% at 85% 0%,rgba(108,179,63,.12),transparent 55%),radial-gradient(60% 100% at 8% 100%,rgba(42,167,221,.09),transparent 60%);
}

.hhrx .page-hero .inner {
  position: relative;
  z-index: 2;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 56px;
}

.hhrx .page-hero h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(44px,5.6vw,82px);
  line-height: 1.02;
  letter-spacing: -.015em;
  margin: 24px 0 22px;
  max-width: 16ch;
  color: var(--blue-900);
  text-wrap: balance;
}

.hhrx .page-hero h1 em {
  font-style: normal;
  font-weight: 700;
  color: var(--blue-600);
}

.hhrx .page-hero .lead {
  font-size: 19px;
  line-height: 1.62;
  color: var(--muted);
  max-width: 600px;
}

.hhrx .page-hero .eyebrow.light {
  color: var(--blue-800);
}

.hhrx .page-hero .eyebrow.light::before {
  background: var(--brass);
}

/* misc */

.hhrx .two-col-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.hhrx .fact {
  display: flex;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.hhrx .fact .fk {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 600;
  color: var(--brass);
  flex: none;
  width: 90px;
}

.hhrx .fact .ft b {
  display: block;
  font-size: 16px;
  color: var(--green-900);
  margin-bottom: 4px;
}

.hhrx .fact .ft span {
  font-size: 14px;
  color: var(--muted);
}

.hhrx .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: 600 11px/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(108,179,63,.14);
  color: var(--green-700);
  border: 1px solid rgba(14,122,77,.22);
}

.hhrx .skin-dark .pill {
  background: rgba(108,179,63,.16);
  color: var(--leaf);
  border-color: rgba(108,179,63,.3);
}

.hhrx #crisis,
.hhrx #system,
.hhrx #builders {
  scroll-margin-top: 96px;
}

/* builders section with home background */

.hhrx .builders-section {
  position: relative;
  overflow: hidden;
}

.hhrx .builders-section .builders-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("assets/builders-bg.webp") center/cover no-repeat;
}

.hhrx .builders-section .builders-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(10,29,46,.9) 0%,rgba(10,29,46,.68) 46%,rgba(10,29,46,.32) 100%);
}

.hhrx .builders-section .wrap {
  position: relative;
  z-index: 1;
}

/* Charleston proof: split — content left, .hhrx glass right, .hhrx white bg */

.hhrx #crisis {
  position: relative;
  padding: 0;
}

.hhrx #crisis .wrap {
  max-width: none;
  padding: 0;
}

.hhrx .crisis-split {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 0;
  align-items: stretch;
}

.hhrx .crisis-left {
  align-self: center;
  max-width: calc(var(--maxw) * 0.62);
  margin-left: auto;
  padding: 96px 56px 96px max(56px, calc((100vw - var(--maxw)) / 2));
}

.hhrx .crisis-split .report-figure {
  margin: 0;
}

.hhrx .crisis-right {
  align-self: stretch;
  display: flex;
}

.hhrx .crisis-right img,
.hhrx .crisis-right video {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

@media (max-width:1000px) {
.hhrx .crisis-split {
  grid-template-columns: 1fr;
  gap: 0;
}
.hhrx .crisis-left {
  max-width: none;
  margin: 0;
  padding: 64px 24px;
}
.hhrx .crisis-right {
  min-height: 420px;
}
}

/* flagship (system) on dark green */

.hhrx #system.skin-dark {
  background: #2599cd;
}

.hhrx #system .incl-list li {
  border-color: rgba(243,239,230,.14);
}

/* flagship (system) on soft gradient bg */

.hhrx #system.skin-dark {
  background: url("assets/system-bg.webp") center/cover no-repeat;
  position: relative;
  overflow: hidden;
}

.hhrx #system .leaves-corner {
  position: absolute;
  top: -20px;
  left: -30px;
  width: clamp(180px,20vw,300px);
  z-index: 0;
  pointer-events: none;
}

.hhrx #system .droplets-corner {
  position: absolute;
  top: 0;
  left: clamp(60px,7vw,120px);
  height: 88%;
  width: auto;
  z-index: 0;
  pointer-events: none;
  opacity: .85;
}

.hhrx #system .wrap {
  position: relative;
  z-index: 1;
}

.hhrx #system .display {
  color: var(--green-900)!important;
}

.hhrx #system .showcase p {
  color: var(--ink)!important;
}

.hhrx #system .showcase p strong {
  color: var(--green-900)!important;
}

.hhrx #system .eyebrow.light {
  color: var(--blue-800)!important;
}

.hhrx #system .incl-list .ic {
  background: var(--brass-light);
  color: #0a3a2a;
}

/* flagship benefit grid */

.hhrx .benefit-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
  margin-top: 0;
  justify-items: center;
}

/* benefits section with filter-stage background */

.hhrx .benefits-section {
  position: relative;
  overflow: hidden;
}

.hhrx .benefits-section .benefits-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("assets/benefits-bg.webp") center/cover no-repeat;
}

.hhrx .benefits-section .benefits-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
}

.hhrx .benefits-section .wrap {
  position: relative;
  z-index: 1;
}

.hhrx .benefits-section .benefit-card {
  max-width: 220px;
}

.hhrx .benefit-card {
  position: relative;
  background: #0d633e;
  border: 1px solid transparent;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 100%;
  max-width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 24px;
  cursor: default;
  transition: background .3s;
  overflow: hidden;
}

.hhrx .benefit-grid .benefit-card:nth-child(2),
.hhrx .benefit-grid .benefit-card:nth-child(3) {
  background: #2599cd;
}

.hhrx .benefit-grid .benefit-card:nth-child(4) {
  background: #0d633e;
}

.hhrx .benefit-card:hover {
  background: #fff;
  border-color: #fff;
}

.hhrx .benefit-card h4 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  color: #FBF8F1;
  margin: 0;
  transition: opacity .28s;
}

.hhrx .benefit-card:hover h4 {
  opacity: 0;
}

.hhrx .benefit-card p {
  position: absolute;
  left: 26px;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12.5px;
  line-height: 1.45;
  color: #FBF8F1;
  margin: 0;
  opacity: 0;
  transition: opacity .28s;
}

.hhrx .benefit-card:hover p {
  opacity: 1;
}

.hhrx .benefit-card:nth-child(1):hover p,
.hhrx .benefit-card:nth-child(4):hover p {
  color: #0d633e;
}

.hhrx .benefit-card:nth-child(2):hover p,
.hhrx .benefit-card:nth-child(3):hover p {
  color: #2599cd;
}

.hhrx .benefit-card.has-bg {
  background-size: cover;
  background-position: center;
}

.hhrx .benefit-card.has-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13,99,62,.55);
  transition: background .3s;
}

.hhrx .benefit-card.has-bg:hover::before {
  background: rgba(255,255,255,.92);
}

.hhrx .benefit-card.has-bg h4,
.hhrx .benefit-card.has-bg p {
  position: relative;
  z-index: 1;
}

.hhrx .benefit-card.has-bg:hover p {
  color: #0d633e;
}

@media (max-width:820px) {
.hhrx .benefit-grid {
  grid-template-columns: 1fr 1fr;
}
}

/* FAQ on brand green */
.hhrx .faq-section {
  background: url("assets/system-bg.webp") center/cover no-repeat;
  position: relative;
  overflow: hidden;
}

.hhrx .faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("assets/faq-raindrops.webp") center/cover no-repeat;
  opacity: .5;
  pointer-events: none;
}

.hhrx .faq-section .wrap {
  position: relative;
  z-index: 1;
}

.hhrx .faq-section .leaves-corner {
  position: absolute;
  top: -20px;
  left: -30px;
  width: clamp(180px,20vw,300px);
  z-index: 0;
  pointer-events: none;
}

.hhrx .faq-section .sec-head h2 {
  color: var(--green-950);
}

.hhrx .faq-section .sec-head p {
  color: var(--ink);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

@media (max-width:900px) {
.hhrx .faq-section .sec-head p {
  white-space: normal;
  max-width: 620px;
}
}

.hhrx .faq-photo {
  margin: 56px auto 0;
  max-width: 1000px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.hhrx .faq-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.hhrx .faq-section .eyebrow.center {
  color: var(--blue-800);
}

.hhrx .faq-section .eyebrow.center::before {
  background: var(--blue-500);
}

.hhrx .faq-section .faq-item {
  border-color: rgba(13,99,62,.14);
}

.hhrx .faq-section .faq-item h3 {
  color: var(--green-950);
}

.hhrx .faq-section .faq-item p {
  color: var(--ink);
}

.hhrx .faq-section .sec-head {
  max-width: 1100px;
}

.hhrx .faq-section .sec-head h2 {
  white-space: nowrap;
}

@media (max-width:820px) {
.hhrx .faq-section .sec-head h2 {
  white-space: normal;
}
}

.hhrx #system .incl-list .tx b {
  color: #FBF8F1;
}

.hhrx #system .incl-list .tx span {
  color: rgba(243,239,230,.68);
}

/* water-wave divider (logo motif, .hhrx blue accent) */

.hhrx .wave-divide {
  line-height: 0;
  position: relative;
  margin-bottom: -1px;
}

.hhrx .wave-divide svg {
  display: block;
  width: 100%;
  height: clamp(60px,7vw,104px);
}

/* blue water accents */

.hhrx .coin.water {
  background: rgba(42,167,221,.14);
}

.hhrx .hero-stats {
  border-top: 2px solid transparent;
  border-image: linear-gradient(90deg,var(--blue-500),var(--green-500)) 1;
}

.hhrx .btn-outline-d:hover {
  border-color: var(--blue-500);
  color: var(--blue-500);
}

/* Charleston water-system map band */

.hhrx .map-band {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 56px;
  align-items: center;
}

.hhrx .map-band h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(32px,3.6vw,48px);
  line-height: 1.05;
  color: var(--green-900);
  margin: 20px 0 16px;
  letter-spacing: -.015em;
}

.hhrx .map-band p {
  font-size: 17px;
  line-height: 1.62;
  color: var(--muted);
  margin: 0;
}

.hhrx .map-legend {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hhrx .map-legend li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14.5px;
  color: var(--ink);
}

.hhrx .map-legend .dot {
  flex: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: 4px;
}

.hhrx .map-legend .dot.src {
  background: var(--blue-500);
}

.hhrx .map-legend .dot.plant {
  background: var(--brass);
}

.hhrx .map-legend .dot.serve {
  background: var(--green-700);
}

.hhrx .map-frame {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
  aspect-ratio: 4/3;
  background: var(--sand);
}

.hhrx .map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* FAQ (SEO / AEO) */

.hhrx .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* biology / protection section */

.hhrx .biology-section {
  position: relative;
  overflow: hidden;
  background: var(--cream);
}

.hhrx .biology-figure {
  max-width: 1000px;
  margin: 0 auto 48px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.hhrx .biology-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.hhrx .biology-section .wrap {
  position: relative;
  z-index: 1;
}

.hhrx .biology-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.hhrx .biology-card {
  position: relative;
  background: linear-gradient(155deg,#1e5f86 0%,#0f3a5a 55%,#0a2540 100%);
  border: 1px solid rgba(37,153,205,.28);
  border-radius: 16px;
  padding: 34px 34px 36px;
  box-shadow: var(--shadow-md);
  transition: transform .3s,box-shadow .3s;
  overflow: hidden;
}

.hhrx .biology-card>* {
  position: relative;
  z-index: 1;
}

.hhrx .biology-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.hhrx .biology-card h3 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  color: #FBF8F1;
  margin: 0 0 12px;
}

.hhrx .biology-card p {
  font-size: 15px;
  line-height: 1.62;
  color: rgba(243,239,230,.86);
  margin: 0;
}

@media (max-width:820px) {
.hhrx .biology-grid {
  grid-template-columns: 1fr;
}
}

.hhrx .faq-item {
  padding: 26px 28px;
  border-top: none;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(6px);
}

.hhrx .faq-item h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 21px;
  line-height: 1.25;
  color: var(--green-900);
  margin: 0 0 10px;
}

.hhrx .faq-item p {
  font-size: 15px;
  line-height: 1.62;
  color: var(--muted);
  margin: 0;
}

/* Charleston water-proof report figure */

.hhrx .crisis-stack {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.hhrx .crisis-stack .eyebrow.center {
  margin-bottom: 0;
}

.hhrx .crisis-stack .report-figure {
  margin: 36px auto;
  max-width: 900px;
}

.hhrx .crisis-stack .barrier {
  font-size: 20px;
  line-height: 1.5;
  color: var(--green-900);
  font-family: var(--serif);
  font-style: italic;
}

.hhrx .report-split {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 56px;
  align-items: center;
}

.hhrx .report-figure {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
  aspect-ratio: 2816/1536;
  background: #fff;
}

.hhrx .report-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hhrx .report-figure image-slot {
  display: block;
  width: 100%;
  height: 100%;
}

.hhrx .report-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  font: 600 10px/1 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(8,35,26,.62);
  backdrop-filter: blur(6px);
  padding: 7px 11px;
  border-radius: 5px;
}

.hhrx .report-copy .barrier {
  font-size: 20px;
  line-height: 1.5;
  color: var(--green-900);
  font-family: var(--serif);
  font-style: italic;
  margin: 0 0 26px;
}

@media (max-width:1080px) {
.hhrx .report-split {
  grid-template-columns: 1fr;
  gap: 36px;
}
}

/* builders handshake photo (replaces cert seal) */

.hhrx .builders-photo {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 900/996;
  max-width: 470px;
  margin: 0 auto;
}

.hhrx .builders-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hhrx .builders-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 13px 16px;
  box-shadow: var(--shadow-sm);
}

.hhrx .builders-badge .seal {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--brass);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-700);
  flex: none;
}

.hhrx .builders-badge .bt b {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 600;
  color: var(--green-900);
  display: block;
  line-height: 1.15;
}

.hhrx .builders-badge .bt span {
  font: 600 9.5px/1 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}

/* responsive */

/* FIXED: this block was previously written as ".hhrx @media (...)" which is
   invalid CSS — the browser discarded the whole rule set, so nothing stacked
   on mobile. At-rules cannot be prefixed; the selectors inside are. */
@media (max-width: 1080px) {

  .hhrx .showcase,
  .hhrx .cert-band,
  .hhrx .two-col-text,
  .hhrx .hero-inner,
  .hhrx .map-band {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hhrx .cards-4,
  .hhrx .statband {
    grid-template-columns: repeat(2, 1fr);
  }

  .hhrx .hero {
    min-height: auto;
  }

  .hhrx .hero-prod {
    max-width: 440px;
  }

  .hhrx .hero-stats {
    gap: 32px;
    flex-wrap: wrap;
  }
}

@media (max-width:720px) {
.hhrx .wrap,
.hhrx .hero-inner,
.hhrx .page-hero .inner,
.hhrx .book-wrap {
  padding-left: 24px;
  padding-right: 24px;
}
.hhrx .nav,
.hhrx .nav.scrolled {
  padding-left: 24px;
  padding-right: 24px;
}
.hhrx .nav-links {
  display: none;
}
.hhrx .cards-4,
.hhrx .cards-3,
.hhrx .cards-2,
.hhrx .steps,
.hhrx .matrix,
.hhrx .field-row,
.hhrx .field-row-3,
.hhrx .slots,
.hhrx .faq-grid {
  grid-template-columns: 1fr;
}
.hhrx .footer-top {
  grid-template-columns: 1fr 1fr;
}
.hhrx .section {
  padding: 72px 0;
}
}

/* ===== helpers replacing former inline styles (WPBakery row build) ===== */
.hhrx {
  max-width: 100%;
}

.hhrx .hhrx-pt-96 {
  padding-top: 96px;
}

.hhrx .hhrx-pt-48 {
  padding-top: 48px;
}

.hhrx .hhrx-bg-white {
  background: #fff;
}

.hhrx .hhrx-square {
  aspect-ratio: 1/1;
}

.hhrx .hhrx-mb0 {
  margin-bottom: 0;
}

.hhrx .hhrx-sys-h2 {
  font-size: clamp(32px,3.6vw,46px);
  margin: 0 0 18px;
  color: var(--green-900);
}

.hhrx .hhrx-sys-p {
  font-size: 18px;
  color: var(--ink);
  max-width: 520px;
  margin-top: 0;
}

.hhrx .hhrx-strong {
  color: var(--green-900);
  font-weight: 700;
}

.hhrx .hhrx-bullets {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hhrx .hhrx-bullets li {
  display: flex;
  gap: 14px;
}

.hhrx .hhrx-bullets .dash {
  flex: none;
  color: var(--blue-600);
  font-weight: 700;
}

.hhrx .hhrx-bullets .txt {
  color: var(--ink);
  font-size: 15.5px;
  line-height: 1.55;
}

.hhrx .hhrx-bullets .txt b {
  color: var(--green-900);
}

.hhrx .hhrx-sys-close {
  font-size: 16px;
  color: var(--muted);
  max-width: 520px;
  margin: 26px 0 0;
}

.hhrx .hhrx-btn-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.hhrx .hhrx-btn-row-2 {
  display: flex;
  gap: 16px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.hhrx .hhrx-builders-h2 {
  font-size: clamp(36px,4.4vw,58px);
  margin: 20px 0 18px;
  color: #FBF8F1;
}

.hhrx .hhrx-builders-p {
  font-size: 18px;
  color: rgba(243,239,230,.82);
  max-width: 520px;
}

.hhrx .hhrx-crisis-h2 {
  font-size: clamp(32px,3.4vw,48px);
  line-height: 1.06;
  color: var(--green-900);
  margin: 18px 0 22px;
  letter-spacing: -.015em;
}

.hhrx .hhrx-crisis-p {
  font-size: 16.5px;
  line-height: 1.62;
  color: var(--muted);
  margin: 22px 0;
}

.hhrx .hhrx-crisis-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.hhrx .hhrx-barrier-mb {
  margin: 0 0 26px;
}

.hhrx .hhrx-irritants-h2 {
  color: var(--green-900);
  margin-top: 0;
}

.hhrx .hhrx-maxw700 {
  max-width: 700px;
  margin: 0 auto;
}

.hhrx .hhrx-maxw700-t {
  max-width: 700px;
  margin: 18px auto 0;
}

.hhrx .hhrx-cta-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.hhrx .hhrx-epa-link {
  color: var(--blue-800);
}

.hhrx .modal-overlay[hidden] {
  display: none;
}

.hhrx .hhrx-modal-sent {
  text-align: center;
  padding: 20px 0;
}

.hhrx .hhrx-modal-sent h3 {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--green-900);
  margin: 0 0 10px;
}

.hhrx .hhrx-modal-sent p {
  color: var(--muted);
  margin: 0;
}

.hhrx .hhrx-modal-h3 {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--green-900);
  margin: 0 0 6px;
}

.hhrx .hhrx-modal-sub {
  color: var(--muted);
  font-size: 14.5px;
  margin: 0 0 22px;
}

.hhrx .hhrx-modal-submit {
  width: 100%;
  margin-top: 8px;
}

/* ==========================================================================
   WPBakery full-width row fix
   --------------------------------------------------------------------------
   js_composer_front.js adds .vc_hidden to [data-vc-full-width] rows while it
   measures them, then removes it. If any other script on the page errors
   first, the class sticks and the row is left at opacity:0 (invisible).
   These rules make that state harmless. Not scoped to .hhrx on purpose -
   .vc_row is WPBakery's own markup.
   ========================================================================== */
.vc_row[data-vc-full-width].vc_hidden,
.vc_row.vc_hidden {
  opacity: 1 !important;
}

/* full-width rows should not create a horizontal scrollbar */
.vc_row[data-vc-full-width] {
  overflow-x: hidden;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important;
}

#g-mainbar {
    padding: 0;
}

#g-mainbar .g-content {
    margin: 0;
    padding: 0;
}

/* ==========================================================================
   RESPONSIVE HARDENING
   --------------------------------------------------------------------------
   Breakpoints
     1280  crisis split stacks (its desktop padding formula overflowed here)
     1080  all two-column blocks stack; hero relaxes off 100vh
      820  card grids go single column; footer 4 -> 2 cols
      560  phone: full-width buttons, tighter padding, smaller headings
   ========================================================================== */

/* ---------- 1280: crisis split ------------------------------------------- */
.hhrx .crisis-split {
  grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
}

.hhrx .crisis-left {
  box-sizing: border-box;
}

@media (max-width: 1280px) {

  .hhrx .crisis-split {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hhrx .crisis-left {
    max-width: none;
    margin: 0;
    padding: 72px 40px;
  }

  .hhrx .crisis-right {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
	
	#g-navigation .g-toplevel > li {
    margin: 0px 0px;
	}
	
	#g-navigation .g-logo img {
    height: 25px;
	}
	
	#g-navigation > .g-container {
    width: calc(100% - 50px);
	}
}

/* ---------- 1080: hero + two-column blocks -------------------------------- */
@media (max-width: 1080px) {

  .hhrx .hero-bleed {
    min-height: 0;
    padding: 110px 0 64px;
    align-items: center;
  }

  /* NOTE: .hero-lowcountry selectors are more specific than plain .hero-*,
     so the mobile overrides have to match that specificity to win. */
  .hhrx .hero.hero-lowcountry .hero-inner {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hhrx .hero.hero-lowcountry .hero-copy {
    max-width: none;
    width: auto;
  }

  .hhrx .hero.hero-lowcountry .hero-actions {
    width: auto;
    max-width: none;
    flex-wrap: wrap;
    gap: 14px;
  }

  .hhrx .hero.hero-lowcountry .hero-lead,
  .hhrx .hero .hero-lead {
    max-width: none;
    font-size: 16.5px;
  }

  .hhrx .hero.hero-lowcountry h1 {
    font-size: clamp(34px, 8vw, 62px);
  }

  /* darken the whole frame, not just the left edge */
  .hhrx .hero-lowcountry .hero-scrim {
    background: linear-gradient(180deg, rgba(6, 26, 19, .66) 0%, rgba(6, 26, 19, .52) 45%, rgba(6, 26, 19, .72) 100%);
  }

  .hhrx .btn {
    white-space: normal;
    text-align: center;
  }

  /* decorative art crowds the copy on narrow screens */
  .hhrx #system .droplets-corner {
    display: none;
  }

  .hhrx #system .leaves-corner,
  .hhrx .faq-section .leaves-corner {
    width: clamp(120px, 32vw, 190px);
  }

  .hhrx .hhrx-sys-p,
  .hhrx .hhrx-sys-close,
  .hhrx .hhrx-builders-p {
    max-width: none;
  }
	
	.hhrx .hero-meta img {
    display: none;
	}
	
	.g-offcanvas-toggle {
    right: 25px;
		left: auto;
	}
	
	#g-mobilemenu-container .g-toplevel li.nav-cta {
		background: var(--brass);

	}
	
	#g-offcanvas #g-mobilemenu-container ul > li.nav-cta > .g-menu-item-container {
		color: #08231A;	
	}
	
	.g-offcanvas-open .g-nav-overlay {
    background: #052a1ac9;
	}
	
	#g-mobilemenu-container .g-toplevel li .g-menu-item-content {
    font-weight: 600;
	}
	
	#g-navigation .g-block:first-child {
			flex: none;
	}
	
	body [class*="size-"] {
    width: 100%;
	}
	
	body.hhrx-nav-scrolled #g-navigation {
    position: absolute;
	}
	
}

/* ---------- 820: card grids ---------------------------------------------- */
@media (max-width: 820px) {

  .hhrx .section {
    padding: 64px 0;
  }

  .hhrx .hhrx-pt-96 {
    padding-top: 64px;
  }

  /* nothing forced onto a single line on small screens */
  .hhrx .sec-head h2,
  .hhrx .sec-head p,
  .hhrx .faq-section .sec-head h2,
  .hhrx .faq-section .sec-head p {
    white-space: normal;
  }

  .hhrx .benefit-grid,
  .hhrx .faq-grid,
  .hhrx .biology-grid {
    grid-template-columns: 1fr;
  }

  .hhrx .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .hhrx .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
	
	.hhrx .hero.hero-lowcountry h1 {
    font-size: 40px;
	}
	
}

/* ---------- 560: phone --------------------------------------------------- */
@media (max-width: 560px) {

  .hhrx .wrap,
  .hhrx .hero-inner,
  .hhrx .hero.hero-lowcountry .hero-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hhrx .hero-bleed {
    padding: 96px 0 52px;
  }

  .hhrx .hero.hero-lowcountry h1 {
    font-size: clamp(30px, 8.6vw, 35px);
    line-height: 1.06;
    margin-bottom: 20px;
  }

  .hhrx .hero-lowcountry .eyebrow.light,
  .hhrx .eyebrow {
    font-size: 10.5px;
    letter-spacing: .16em;
  }

  .hhrx .eyebrow::before {
    width: 20px;
  }

  /* full-width tap targets */
  .hhrx .hero.hero-lowcountry .hero-actions .btn,
  .hhrx .hero-actions .btn,
  .hhrx .hhrx-btn-row .btn,
  .hhrx .hhrx-btn-row-2 .btn,
  .hhrx .hhrx-crisis-actions .btn,
  .hhrx .hhrx-cta-actions .btn {
    width: 100%;
    min-height: 52px;
  }

  .hhrx .hhrx-cta-actions,
  .hhrx .hhrx-crisis-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hhrx .hhrx-sys-h2,
  .hhrx .hhrx-crisis-h2,
  .hhrx .hhrx-builders-h2,
  .hhrx .sec-head h2,
  .hhrx .cta-band h2 {
    font-size: clamp(26px, 7.4vw, 34px);
    line-height: 1.12;
  }

  .hhrx .crisis-left {
    padding: 56px 20px;
  }

  .hhrx .crisis-right {
    aspect-ratio: 4 / 3;
  }

  .hhrx .biology-card,
  .hhrx .faq-item {
    padding: 24px 22px;
  }

  .hhrx .biology-card h3,
  .hhrx .faq-item h3 {
    font-size: 18px;
  }

  .hhrx .hero-meta {
    display: none;
  }

  .hhrx .footer-top {
    grid-template-columns: 1fr;
  }

  .hhrx .wave-divide svg {
    height: 44px;
  }

  /* never let wide media force a horizontal scrollbar */
  .hhrx img,
  .hhrx video {
    max-width: 100%;
  }
	
	.g-offcanvas-toggle {
    top: 10px;
	}
	
	.hhrx .footer {
    text-align: center;
	}
	
	.hhrx .footer-logo {
    display: inline-block;
	}
	
	.hhrx .footer-blurb {
    max-width: 100%;
	}
	
}

@media (max-width: 490px) {
	
	.hhrx .hero.hero-lowcountry h1 {
    font-size: 32px;
	}
	
}

#g-footer .g-totop.uptown a {
    color: #fff;
    background: var(--brass);
    border-radius: 40px;
    line-height: 37px;
    position: fixed;
    right: 8px;
    bottom: 35px;
    display: block;
    font-size: 18px;
    width: 39px;
    height: 39px;
    text-align: center;
    z-index: 55;
}

/* ==========================================================================
   FIX - crisis-left on wide screens (1920px+)
   max-width (~793px) fought padding-left: max(56px, (100vw - 1280px)/2).
   At 2370px the padding alone was 545px, leaving ~190px of content.
   Let the box fill its grid track; cap the reading width on the children.
   ========================================================================== */
.hhrx .crisis-left {
  max-width: none;
  margin-left: 0;
  padding-left: min(max(56px, calc((100vw - var(--maxw)) / 2)), 40%);
  padding-right: 56px;
}

.hhrx .crisis-left > * {
  max-width: 660px;
}

@media (max-width: 1280px) {
  .hhrx .crisis-left {
    padding: 72px 40px;
  }
  .hhrx .crisis-left > * {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .hhrx .crisis-left {
    padding: 56px 20px;
  }
}

* ---- Contact Form 7 inside the partner modal ---------------------------- */
.hhrx .modal-card .wpcf7 {
  margin: 0;
}

.hhrx .modal-card .wpcf7 p {
  margin: 0;
}

.hhrx .modal-card .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.hhrx .modal-card .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  box-sizing: border-box;
  font-family: 'Hanken Grotesk', -apple-system, sans-serif;
  font-size: 15px;
  color: var(--ink);
  padding: 14px 16px;
  border: 1.5px solid var(--line);
  border-radius: 6px;
  background: var(--ivory-2);
  transition: border-color .2s, box-shadow .2s, background .2s;
}

.hhrx .modal-card .wpcf7-form-control:not(.wpcf7-submit):focus {
  outline: none;
  border-color: var(--blue-600);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(37, 153, 205, .15);
}

.hhrx .modal-card .wpcf7-submit {
  width: 100%;
  margin-top: 8px;
}

/* validation messages */
.hhrx .modal-card .wpcf7-not-valid {
  border-color: #c0463f;
  background: #fdf3f2;
}

.hhrx .modal-card .wpcf7-not-valid-tip {
  font-size: 12.5px;
  color: #c0463f;
  margin-top: 7px;
}

.hhrx .modal-card .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13.5px;
  line-height: 1.5;
  border-width: 1px;
}

.hhrx .modal-card form.invalid .wpcf7-response-output,
.hhrx .modal-card form.failed .wpcf7-response-output {
  border-color: #c0463f;
  color: #c0463f;
  background: #fdf3f2;
}

/* CF7's ajax spinner */
.hhrx .modal-card .wpcf7-spinner {
  margin: 12px auto 0;
  display: block;
}

