/* ============================================================
   Clean Living Co. LLC — style.css
   ============================================================ */

/* ═══════════════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════════════ */
:root {
  --cream:       #F6F1E9;
  --cream-dark:  #EDE6D8;
  --cream-deep:  #E3D9C8;
  --charcoal:    #2A2A2A;
  --charcoal-md: #4A4748;
  --charcoal-lt: #767070;
  --sage:        #6B8C6E;
  --sage-dark:   #4C6B50;
  --sage-light:  #9AB89D;
  --sage-pale:   #EBF1EB;
  --gold:        #B8955A;
  --gold-light:  #CEB07A;
  --gold-pale:   #F5EBD8;
  --white:       #FFFFFF;
  --font-serif:  'Cormorant Garamond', Georgia, serif;
  --font-sans:   'Jost', sans-serif;
  --ease:        cubic-bezier(0.4,0,0.2,1);
  --t:           0.32s;
}

/* ═══════════════════════════════════════════
   RESET
═══════════════════════════════════════════ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:var(--font-sans);background:var(--cream);color:var(--charcoal);line-height:1.7;overflow-x:hidden;}
a{text-decoration:none;color:inherit;}
img{max-width:100%;display:block;}
ul{list-style:none;}

/* ═══════════════════════════════════════════
   LOGO COMPONENT (reusable)
═══════════════════════════════════════════ */
.logo { display:inline-flex; flex-direction:column; align-items:center; }
.logo-wordmark {
  font-family: var(--font-serif);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.1;
  color: var(--charcoal);
}
.logo-llc {
  font-family: var(--font-serif);
  letter-spacing: 0.45em;
  text-transform: uppercase;
  font-weight: 300;
  font-size: clamp(18px, 3vw,16px);
  color: var(--charcoal-lt);
  margin-top: 2px;
  padding-right: 6px;
  width: 100%;
  text-align: right;
}
.logo-lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  margin-top: 7px;
}
.logo-lines span {
  display: block;
  height: 1px;
  background: var(--gold);
  border-radius: 1px;
}
/* Size variants */
.logo-sm .logo-wordmark { font-size: 18px; }
.logo-sm .logo-lines span:nth-child(1){ width: 56px; }
.logo-sm .logo-lines span:nth-child(2){ width: 36px; opacity:.55; }
.logo-sm .logo-lines span:nth-child(3){ width: 18px; opacity:.28; }

.logo-hero .logo-wordmark { font-size: clamp(2rem, 4.5vw, 3.2rem); }
.logo-hero .logo-lines span:nth-child(1){ width: 180px; }
.logo-hero .logo-lines span:nth-child(2){ width: 110px; opacity:.55; }
.logo-hero .logo-lines span:nth-child(3){ width: 54px; opacity:.28; }
.logo-hero .logo-lines { gap: 5px; margin-top: 14px; }

/* ═══════════════════════════════════════════
   NAV
═══════════════════════════════════════════ */
#nav {
  position: fixed; top:0; left:0; right:0; z-index:900;
  background: #2A2A2A;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(184,149,90,0.18);
  transition: box-shadow var(--t) var(--ease);
}
#nav.scrolled { box-shadow: 0 4px 28px rgba(42,42,42,0.08); }
.nav-inner {
  max-width: 1400px; margin: 0 auto; padding: 0 60px;
  height: 80px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-links-list {
  display: flex; align-items: center; gap: 55px; justify-content: flex-end;
  flex: 1;
}
.nav-links-list a {
  font-size: 14px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--sage-light);
  transition: color var(--t);
  position: relative;
}
.nav-links-list a::after {
  content:''; position:absolute; left:0; right:100%; bottom:-4px;
  height:1px; background:var(--gold);
  transition: right var(--t) var(--ease);
}
.nav-links-list a:hover{ color:var(--cream); }
.nav-links-list a:hover::after{ right:0; }
.nav-book {
  background: var(--sage-dark); color: var(--white) !important;
  padding: 10px 22px; border-radius: 2px;
  font-size: 11px !important; font-weight: 600 !important;
  letter-spacing: 0.12em !important;
}
.nav-book::after{ display:none !important; }
.nav-book:hover{ background: var(--sage) !important; }

/* hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  border: none;
  background: none;
  padding: 8px;
  margin-left: auto;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--t);
}
.mobile-menu {
  display:none; position:fixed; top:80px; left:0; right:0; bottom:0;
  background:var(--cream); z-index:899; padding:40px;
  flex-direction:column; gap:28px;
}
.mobile-menu.open{ display:flex; }
.mobile-menu a { font-size:22px; font-family:var(--font-serif); font-weight:300; color:var(--charcoal-md); }
.mobile-menu a:hover{ color:var(--charcoal); }

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
.hero {
  min-height: 100vh;
  display: grid; place-items: center;
  padding: 140px 40px 100px;
  position: relative; overflow: hidden;
  background: var(--cream-deep);
}
.hero-bg {
  position: absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(ellipse 70% 55% at 85% 15%, rgba(107,140,110,0.09) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 5% 90%, rgba(184,149,90,0.07) 0%, transparent 60%);
}
/* big decorative watermark letter */
.hero-watermark {
  position:absolute; right:-1%; top:50%; transform:translateY(-50%);
  font-family:var(--font-serif); font-size: clamp(300px,35vw,520px);
  font-weight:300; color:rgba(107,140,110,0.065);
  line-height:1; user-select:none; pointer-events:none;
  letter-spacing:-0.04em;
}
.hero-content { position:relative; z-index:1; max-width:780px; }
.hero-badge {
  display:inline-flex; align-items:center; gap:10px;
  background:var(--gold-pale); border:1px solid rgba(184,149,90,0.25);
  border-radius:100px; padding:6px 18px; margin-bottom:44px;
}
.hero-badge-dot {
  width:7px; height:7px; border-radius:50%; background:var(--gold);
  animation: pulse 2.2s ease-in-out infinite;
}
@keyframes pulse{ 0%,100%{opacity:1;transform:scale(1);} 50%{opacity:0.4;transform:scale(1.5);} }
.hero-badge-text { font-size:11px; font-weight:600; letter-spacing:0.14em; text-transform:uppercase; color:var(--gold); }
.hero-desc {
  font-size:16px; color:var(--charcoal-md); line-height:1.9;
  margin: 36px 0 44px; max-width:580px;
}
.hero-ctas { display:flex; gap:14px; flex-wrap:wrap; }
.btn {
  display:inline-flex; align-items:center; gap:8px;
  padding:13px 26px; border-radius:2px; border:none; cursor:pointer;
  font-family:var(--font-sans); font-size:11.5px; font-weight:600;
  letter-spacing:0.1em; text-transform:uppercase;
  transition: background var(--t), transform var(--t), box-shadow var(--t);
}
.btn-primary { background:var(--sage-dark); color:var(--white); }
.btn-primary:hover{ background:var(--sage); transform:translateY(-2px); box-shadow:0 8px 24px rgba(76,107,80,0.28); }
.btn-outline { background:transparent; color:var(--charcoal); border:1.5px solid rgba(42,42,42,0.3); }
.btn-outline:hover{ border-color:var(--charcoal); transform:translateY(-2px); }
.btn-gold { background:var(--gold); color:var(--white); }
.btn-gold:hover{ background:var(--gold-light); transform:translateY(-2px); box-shadow:0 8px 24px rgba(184,149,90,0.3); }

.hero-trust {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(42,42,42,0.1);
}

@media (max-width: 900px) {
  .hero-trust {
    justify-content: center;
  }

  .trust-item {
    width: 45%;
    justify-content: center;
    text-align: center;
  }
}

.trust-item { display:flex; align-items:center; gap:8px; }
.trust-item .t-icon { font-size:14px; }
.trust-item span { font-size:12px; font-weight:500; letter-spacing:0.03em; color:var(--charcoal-lt); }

/* ═══════════════════════════════════════════
   SCIENCE BAR
═══════════════════════════════════════════ */
.science-bar {
  background:var(--charcoal); padding:88px 40px;
  position:relative; overflow:hidden;
}
.science-bar::before {
  content:''; position:absolute; inset:0; pointer-events:none;
  background: radial-gradient(ellipse 60% 80% at 100% 50%, rgba(107,140,110,0.12) 0%, transparent 60%);
}
.science-inner { max-width:1180px; margin:0 auto; }
.science-header { margin-bottom:60px; }
.science-eyebrow { font-size:10.5px; font-weight:600; letter-spacing:0.2em; text-transform:uppercase; color:var(--gold); display:block; margin-bottom:18px; }
.science-title { font-family:var(--font-serif); font-size:clamp(1.8rem,3.5vw,2.6rem); font-weight:300; color:var(--white); line-height:1.2; margin-bottom:14px; }
.science-sub { font-size:14px; color:rgba(255,255,255,0.55); max-width:560px; line-height:1.8; }
.science-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:24px; }
.science-card {
  background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.08);
  border-radius:4px; padding:32px;
  transition: background var(--t), border-color var(--t), transform var(--t);
}
.science-card:hover { background:rgba(255,255,255,0.08); border-color:rgba(184,149,90,0.3); transform:translateY(-3px); }
.science-card-icon { font-size:28px; margin-bottom:18px; }
.science-card-stat {
  font-family:var(--font-serif); font-size:2.4rem; font-weight:300;
  color:var(--gold-light); line-height:1; margin-bottom:10px;
}
.science-card-title { font-size:13px; font-weight:600; letter-spacing:0.06em; color:var(--white); margin-bottom:10px; text-transform:uppercase; }
.science-card-body { font-size:13px; color:rgba(255,255,255,0.55); line-height:1.8; }
.science-card-source { font-size:10.5px; color:rgba(255,255,255,0.3); margin-top:14px; font-style:italic; }
.science-card-source a { color:rgba(184,149,90,0.7); }
.science-card-source a:hover { color:var(--gold-light); }

.science-feature {
  margin: 0 0 34px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 14px;
  box-shadow: 0 14px 38px rgba(0,0,0,0.14);
}

.science-feature-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

@media (max-width: 900px) {
  .science-feature {
    margin: 0 0 24px;
    padding: 8px;
  }
}

/* ═══════════════════════════════════════════
   SERVICES
═══════════════════════════════════════════ */
.services-section { padding:100px 40px; background:var(--cream); }
.section-head { margin-bottom:64px; }
.eyebrow { font-size:10.5px; font-weight:600; letter-spacing:0.2em; text-transform:uppercase; color:var(--gold); display:block; margin-bottom:16px; }
.section-title { font-family:var(--font-serif); font-size:clamp(2rem,4vw,3rem); font-weight:300; line-height:1.15; margin-bottom:16px; }
.section-sub { font-size:15px; color:var(--charcoal-lt); max-width:560px; line-height:1.8; }
.deco-lines { display:flex; gap:5px; margin-top:22px; }
.deco-lines span { display:block; height:1.5px; background:var(--gold); border-radius:2px; }
.deco-lines span:nth-child(1){ width:60px; }
.deco-lines span:nth-child(2){ width:36px; opacity:.5; }
.deco-lines span:nth-child(3){ width:18px; opacity:.25; }
.container { max-width:1180px; margin:0 auto; }

/* filter tabs */
.service-tabs {
  display:flex; gap:8px; flex-wrap:wrap; margin-bottom:48px;
}
.tab-btn {
  padding:9px 20px; border-radius:100px; border:1.5px solid rgba(42,42,42,0.18);
  font-family:var(--font-sans); font-size:12px; font-weight:600; letter-spacing:0.07em;
  text-transform:uppercase; cursor:pointer; background:transparent; color:var(--charcoal-lt);
  transition:all var(--t);
}
.tab-btn:hover { border-color:var(--sage); color:var(--sage-dark); }
.tab-btn.active { background:var(--sage-dark); border-color:var(--sage-dark); color:var(--white); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--cream-deep);
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow var(--t), transform var(--t);
}

.service-card:hover {
  box-shadow: 0 12px 40px rgba(42,42,42,0.1);
  transform: translateY(-4px);
}

.service-card-top {
  padding: 32px 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.icon-sage { background: var(--sage-pale); }
.icon-gold { background: var(--gold-pale); }
.icon-cream { background: var(--cream-deep); }

.service-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
}

.tag-sage { background: var(--sage-pale); color: var(--sage-dark); }
.tag-gold { background: var(--gold-pale); color: var(--gold); }
.tag-new { background: var(--charcoal); color: var(--white); }

.service-card-body { padding: 20px 32px 32px; }

.service-card-title {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.service-card-desc {
  font-size: 13.5px;
  color: var(--charcoal-lt);
  line-height: 1.75;
  margin-bottom: 20px;
}

.service-card-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding-top: 18px;
  border-top: 1px solid var(--cream-deep);
}

.price-from {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal-lt);
}

.price-val {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--sage-dark);
}

.price-unit {
  font-size: 11.5px;
  color: var(--charcoal-lt);
}

.service-card-items { margin-bottom: 18px; }

.service-card-items li {
  font-size: 13px;
  color: var(--charcoal-md);
  padding: 6px 0;
  border-bottom: 1px solid var(--cream-dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-card-items li:last-child { border-bottom: none; }

.item-price {
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--sage-dark);
  font-weight: 400;
  white-space: nowrap;
}

.hidden-temp {
  display: none !important;
}

/* BUNDLES */
.bundles-section {
  background: var(--cream-dark);
  padding: 100px 40px;
}

.bundles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 56px;
}

.bundle-card.bundle-wide {
  grid-column: span 2;
}

.bundle-card {
  background: var(--white);
  border-radius: 4px;
  padding: 36px;
  border: 1px solid var(--cream-deep);
  transition: box-shadow var(--t), transform var(--t);
  position: relative;
  overflow: hidden;
}

.bundle-card:hover {
  box-shadow: 0 12px 40px rgba(42,42,42,0.1);
  transform: translateY(-4px);
}

.bundle-card.featured {
  background: var(--charcoal);
  border-color: var(--charcoal);
}

.bundle-card.featured * {
  color: var(--white);
}

.bundle-card.featured .bundle-price {
  color: var(--gold-light);
}

.bundle-card.featured .bundle-items li {
  border-bottom-color: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.75);
}

.bundle-card.featured .bundle-items li::before {
  color: var(--sage-light);
}

.bundle-card.featured .btn-white {
  color: var(--sage-dark) !important;
  font-weight: 700;
}

.bundle-card.featured .btn-white:hover {
  color: var(--sage-dark) !important;
}

.bundle-badge {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 18px;
  display: inline-block;
}

.bundle-badge-sage {
  background: var(--sage-pale);
  color: var(--sage-dark);
}

.bundle-badge-gold {
  background: var(--gold-pale);
  color: var(--gold);
}

.bundle-badge-featured {
  background: var(--gold);
  color: var(--white);
}

.bundle-badge-military {
  background: rgba(107,140,110,0.2);
  color: var(--sage-light);
}

.bundle-name {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.bundle-desc {
  font-size: 13px;
  color: var(--charcoal-lt);
  line-height: 1.75;
  margin-bottom: 24px;
}

.bundle-card.featured .bundle-desc {
  color: rgba(255,255,255,0.55);
}

.bundle-price {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 300;
  color: var(--sage-dark);
  margin-bottom: 6px;
}

.bundle-price-note {
  font-size: 11px;
  color: var(--charcoal-lt);
  margin-bottom: 24px;
}

.bundle-card.featured .bundle-price-note {
  color: rgba(255,255,255,0.4);
}

.bundle-items {
  margin-bottom: 28px;
}

.bundle-items li {
  font-size: 13px;
  color: var(--charcoal-md);
  padding: 7px 0;
  border-bottom: 1px solid var(--cream-dark);
  display: flex;
  align-items: center;
  gap: 8px;
}

.bundle-items li::before {
  content: '✓';
  color: var(--sage);
  font-weight: 700;
  font-size: 12px;
  flex-shrink: 0;
}

.bundle-items li:last-child {
  border-bottom: none;
}

@media (max-width: 900px) {
  section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .nav-links-list {
    display: none !important;
  }

  .hamburger {
    display: flex !important;
  }

  .nav-inner {
    padding: 0 20px;
  }

  .mobile-menu {
    padding: 28px 20px;
  }

  .hero {
    padding: 120px 20px 60px;
  }

  .hero-content {
    max-width: 100%;
    text-align: center;
  }

  .hero-desc {
    font-size: 14px;
    margin: 24px 0 32px;
  }

  .hero-ctas {
    flex-direction: column;
    align-items: center;
  }

  .hero-ctas .btn {
    width: 100%;
    justify-content: center;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .bundles-grid {
    grid-template-columns: 1fr;
  }

  .bundle-card.bundle-wide {
    grid-column: span 1;
  }

  .service-card-top,
  .service-card-body,
  .bundle-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-trust {
    justify-content: center;
  }

  .trust-item {
    width: 45%;
    justify-content: center;
    text-align: center;
  }
}

/* ═══════════════════════════════════════════
   WHY US
═══════════════════════════════════════════ */
.why-section { padding:100px 40px; background:var(--cream); }
.why-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; margin-top:60px; }

.why-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--cream-dark);
  border-radius: 4px;
  overflow: hidden;
}

.why-visual-inner {
  position:absolute; inset:0;
  display:flex; flex-direction:column; justify-content:flex-end; padding:40px;
  background:linear-gradient(to top, rgba(42,42,42,0.5) 0%, transparent 60%);
}
.why-visual-leaf {
  position:absolute; top:0; left:0; right:0; bottom:0;
  background: radial-gradient(ellipse 80% 80% at 50% 40%, rgba(107,140,110,0.18) 0%, transparent 70%);
  display:flex; align-items:center; justify-content:center;
}
.why-visual-leaf svg { width:60%; opacity:0.15; }
.why-visual-stat {
  background:rgba(246,241,233,0.95); border-radius:3px; padding:20px 24px;
  position:relative; z-index:1;
}
.why-visual-stat-num { font-family:var(--font-serif); font-size:2.8rem; font-weight:300; color:var(--sage-dark); line-height:1; }
.why-visual-stat-label { font-size:12px; color:var(--charcoal-lt); margin-top:4px; letter-spacing:0.04em; }
.why-points { display:flex; flex-direction:column; gap:32px; }
.why-point { display:flex; gap:20px; }
.why-point-num {
  font-family:var(--font-serif); font-size:2rem; font-weight:300;
  color:rgba(184,149,90,0.3); line-height:1; flex-shrink:0; margin-top:2px;
}
.why-point-title { font-family:var(--font-serif); font-size:1.2rem; font-weight:400; margin-bottom:6px; }
.why-point-body { font-size:13.5px; color:var(--charcoal-lt); line-height:1.8; }

/* ═══════════════════════════════════════════
   RADON HIGHLIGHT
═══════════════════════════════════════════ */
.radon-section {
  background:var(--sage-dark); padding:100px 40px; overflow:hidden; position:relative;
}
.radon-section::before {
  content:''; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(ellipse 60% 80% at 10% 50%, rgba(255,255,255,0.06) 0%, transparent 60%);
}
.radon-inner { max-width:1180px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.radon-content .eyebrow { color:rgba(255,255,255,0.6); }
.radon-content .section-title { color:var(--white); }
.radon-content .section-sub { color:rgba(255,255,255,0.6); }
.radon-stat-row { display:flex; gap:36px; margin-top:40px; flex-wrap:wrap; }
.radon-stat { }
.radon-stat-num { font-family:var(--font-serif); font-size:2.4rem; font-weight:300; color:var(--gold-light); line-height:1; }
.radon-stat-label { font-size:11.5px; color:rgba(255,255,255,0.55); margin-top:4px; max-width:140px; line-height:1.5; }
.radon-cta-row { display:flex; gap:12px; margin-top:36px; flex-wrap:wrap; }
.btn-white { background:var(--white); color:var(--sage-dark); }
.btn-white:hover { background:var(--cream); transform:translateY(-2px); }
.btn-outline-white { background:transparent; color:var(--white); border:1.5px solid rgba(255,255,255,0.35); }
.btn-outline-white:hover { border-color:var(--white); transform:translateY(-2px); }
.radon-cards { display:flex; flex-direction:column; gap:16px; }
.radon-card {
  background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.12);
  border-radius:4px; padding:24px 28px;
  display:flex; justify-content:space-between; align-items:center; gap:20px;
  transition:background var(--t);
}
.radon-card:hover { background:rgba(255,255,255,0.12); }
.radon-card-name { font-size:14px; font-weight:500; color:var(--white); }
.radon-card-note { font-size:12px; color:rgba(255,255,255,0.5); margin-top:3px; }
.radon-card-price { font-family:var(--font-serif); font-size:1.5rem; font-weight:300; color:var(--gold-light); white-space:nowrap; }

/* ═══════════════════════════════════════════
   BOOKING FORM
═══════════════════════════════════════════ */
.booking-section { padding:100px 40px; background:var(--cream-dark); }
.booking-inner { max-width:760px; margin:0 auto; }
.booking-card {
  background:var(--white); border-radius:4px; padding:56px;
  box-shadow:0 20px 60px rgba(42,42,42,0.08);
}
.booking-form { margin-top:40px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.form-group { display:flex; flex-direction:column; gap:6px; }
.form-group.full { grid-column:1/-1; }
.form-label { font-size:11px; font-weight:600; letter-spacing:0.1em; text-transform:uppercase; color:var(--charcoal-md); }
.form-input, .form-select, .form-textarea {
  padding:13px 16px; border:1.5px solid var(--cream-deep); border-radius:2px;
  background:var(--cream); font-family:var(--font-sans); font-size:14px; color:var(--charcoal);
  transition:border-color var(--t);
  outline:none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color:var(--sage); background:var(--white); }
.form-textarea { resize:vertical; min-height:100px; }
.form-select { appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B6B6B' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 16px center; cursor:pointer; }
.form-submit { width:100%; margin-top:28px; padding:16px; font-size:12px; }
.form-note { font-size:11.5px; color:var(--charcoal-lt); text-align:center; margin-top:14px; line-height:1.6; }

/* ═══════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════ */
footer {
  background:var(--charcoal); padding:72px 40px 36px;
}
.footer-inner { max-width:1180px; margin:0 auto; }
.footer-top { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:60px; margin-bottom:56px; }
.footer-logo-area .logo-wordmark { color:var(--white); }
.footer-logo-area .logo-llc { color:rgba(255,255,255,0.4); }
.footer-logo-area .logo-lines span { background:var(--gold); }
.footer-desc { font-size:13px; color:rgba(255,255,255,0.45); line-height:1.8; margin-top:20px; max-width:280px; }
.footer-col-title { font-size:10.5px; font-weight:600; letter-spacing:0.16em; text-transform:uppercase; color:rgba(255,255,255,0.35); margin-bottom:20px; }
.footer-links { display:flex; flex-direction:column; gap:12px; }
.footer-links a { font-size:13px; color:rgba(255,255,255,0.55); transition:color var(--t); }
.footer-links a:hover { color:var(--white); }
.footer-bottom {
  border-top:1px solid rgba(255,255,255,0.08); padding-top:28px;
  display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:14px;
}
.footer-copy { font-size:12px; color:rgba(255,255,255,0.3); }
.footer-copy span { color:rgba(184,149,90,0.6); }
.footer-badges { display:flex; gap:16px; }
.footer-badge { font-size:10.5px; font-weight:600; letter-spacing:0.08em; text-transform:uppercase; padding:5px 12px; border-radius:100px; }
.badge-vet { background:rgba(107,140,110,0.2); color:var(--sage-light); }
.badge-woman { background:rgba(184,149,90,0.15); color:var(--gold-light); }
.badge-cos { background:rgba(255,255,255,0.07); color:rgba(255,255,255,0.4); }

/* ═══════════════════════════════════════════
   STICKY BOOK BUTTON (mobile)
═══════════════════════════════════════════ */
.sticky-book {
  display:none; position:fixed; bottom:24px; left:50%; transform:translateX(-50%);
  z-index:800; white-space:nowrap;
  box-shadow:0 8px 28px rgba(76,107,80,0.4);
}

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media(max-width:900px){
  .nav-links-list { display:none; }
  .hamburger { display:flex; }
  .why-grid { grid-template-columns:1fr; }
  .why-visual { aspect-ratio:16/9; }
  .radon-inner { grid-template-columns:1fr; }
  .footer-top { grid-template-columns:1fr 1fr; gap:40px; }
  .form-grid { grid-template-columns:1fr; }
  .booking-card { padding:36px 28px; }
  .sticky-book { display:inline-flex; }
}
@media(max-width:600px){
  .hero { padding:120px 24px 80px; }
  .services-section,
  .bundles-section,
  .why-section,
  .booking-section,
  .radon-section {
  padding: 72px 24px;
}
  .science-bar{ padding:72px 24px; }
  .footer-top { grid-template-columns:1fr; gap:36px; }
  .footer-inner { padding:0; }
  .hero-trust { gap:16px; }
  .radon-inner { gap:48px; }
  .bundle-card { padding:28px 24px; }
}

.logo-wrap {
  position: relative;
  display: inline-block;
  margin-left: -20px;
}

.logo-link {
  position: relative;
  display: inline-block;
}

.site-logo {
  display: block;
  max-height: 65px;   /* was 90px → too big */
  width: auto;
}

@media (max-width: 600px) {
  .site-logo {
    max-height: 42px;
  }
}	

/* ═══════════════════════════════════════════
   ANIMATION SPARKLES FOR LOGO
═══════════════════════════════════════════ */
	
.sparkle {
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.4) rotate(0deg);
  animation: sparkleTwinkle 3.2s ease-in-out infinite;
  filter: drop-shadow(0 0 6px rgba(232, 207, 160, 0.55));
}

.sparkle-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.sparkle-svg path {
  fill: #E8CFA0;
}

.sparkle-one {
  right: 8px;
  bottom: 4px;
  animation-delay: 0s;
}

.sparkle-two {
  right: 44px;
  top: 6px;
  width: 11px;
  height: 11px;
  animation-delay: 1.5s;
  opacity: 0;
}
	
/* LEFT SIDE sparkles */

.sparkle-three {
  left: 8px;
  bottom: 6px;
  width: 16px;
  height: 16px;
  animation-delay: 0.8s;
}

.sparkle-four {
  left: 44px;
  top: 8px;
  width: 10px;
  height: 10px;
  animation-delay: 2.6s;
  opacity: 0.6;
}

@keyframes sparkleTwinkle {
  0%, 68%, 100% {
    opacity: 0;
    transform: scale(0.35) rotate(0deg);
  }
  74% {
    opacity: 0.55;
    transform: scale(0.95) rotate(20deg);
  }
  80% {
    opacity: 1;
    transform: scale(1.25) rotate(45deg);
  }
  86% {
    opacity: 0.6;
    transform: scale(0.95) rotate(70deg);
  }
}
	
/* ═══════════════════════════════════════════
   ANIMATIONS
═══════════════════════════════════════════ */
.fade-up { opacity:0; transform:translateY(28px); transition:opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.fade-up.visible { opacity:1; transform:translateY(0); }
.fade-up:nth-child(2){ transition-delay:0.1s; }
.fade-up:nth-child(3){ transition-delay:0.2s; }
.fade-up:nth-child(4){ transition-delay:0.3s; }

/* ═══════════════════════════════════════════
   PRICING TABLE SECTION
═══════════════════════════════════════════ */
.pricing-section { padding:100px 40px; background:var(--cream); }
.pricing-tabs {
  display:flex; gap:0; flex-wrap:wrap; margin-bottom:48px;
  border-bottom:2px solid var(--cream-deep);
}
.pricing-tab {
  font-family:var(--font-sans); font-size:11.5px; font-weight:600; letter-spacing:0.1em;
  text-transform:uppercase; color:var(--charcoal-lt); padding:12px 24px; cursor:pointer;
  border:none; background:none; border-bottom:2px solid transparent; margin-bottom:-2px;
  transition:all var(--t);
}
.pricing-tab.active { color:var(--sage-dark); border-bottom-color:var(--gold); }
.pricing-tab:hover { color:var(--charcoal); }
.pricing-panel { display:none; }
.pricing-panel.active { display:block; }
.pricing-table { width:100%; border-collapse:collapse; }
.pricing-table th {
  font-family:var(--font-sans); font-size:10.5px; font-weight:600; letter-spacing:0.12em;
  text-transform:uppercase; color:var(--white); background:var(--charcoal);
  padding:14px 20px; text-align:left;
}
.pricing-table td {
  padding:14px 20px; border-bottom:1px solid var(--cream-deep);
  font-size:13.5px; color:var(--charcoal-md); vertical-align:top; line-height:1.6;
}
.pricing-table tr:nth-child(even) td { background:var(--cream); }
.pricing-table tr:hover td { background:var(--gold-pale); }
.pricing-price-cell {
  font-family:var(--font-serif); font-size:1.05rem; font-weight:400;
  color:var(--sage-dark); white-space:nowrap;
}
.pricing-note {
  margin-top:28px; padding:18px 24px;
  background:var(--gold-pale); border-left:3px solid var(--gold);
  font-size:13px; line-height:1.7; color:var(--charcoal-md); border-radius:0 3px 3px 0;
}


/* ===== Surface wheel fix ===== */

.why-visual {
  position: relative;
  aspect-ratio: 4/5;
  background: var(--cream-dark);
  border-radius: 4px;
  overflow: hidden;
}

.wheel-container {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wheel-eyebrow {
  display: block;
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: center;
}

.wheel-wrap {
  position: relative;
  width: min(520px, 100%);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}

.surface-wheel {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(42,42,42,0.18);
}

.seg {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: filter 0.25s ease, transform 0.25s ease;
}

.seg:hover {
  filter: brightness(1.08);
}

.seg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.seg.s0 { clip-path: polygon(50% 50%, 50% 0%, 85.36% 14.64%); }
.seg.s1 { clip-path: polygon(50% 50%, 85.36% 14.64%, 100% 50%); }
.seg.s2 { clip-path: polygon(50% 50%, 100% 50%, 85.36% 85.36%); }
.seg.s3 { clip-path: polygon(50% 50%, 85.36% 85.36%, 50% 100%); }
.seg.s4 { clip-path: polygon(50% 50%, 50% 100%, 14.64% 85.36%); }
.seg.s5 { clip-path: polygon(50% 50%, 14.64% 85.36%, 0% 50%); }
.seg.s6 { clip-path: polygon(50% 50%, 0% 50%, 14.64% 14.64%); }
.seg.s7 { clip-path: polygon(50% 50%, 14.64% 14.64%, 50% 0%); }

.wheel-svg-overlay {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 5;
}

.wheel-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28%;
  height: 28%;
  border-radius: 50%;
  background: var(--cream);
  border: 1.5px solid rgba(184,149,90,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}

.wheel-hub span {
  font-family: var(--font-serif);
  font-size: clamp(9px, 1.6vw, 13px);
  font-weight: 400;
  color: var(--charcoal);
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.35;
}

.wheel-labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 12;
}

.wheel-label {
  position: absolute;
  width: 64px;
  font-size: clamp(8px, 1vw, 11px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  white-space: normal;
  line-height: 1.1;
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 0 2px 6px rgba(0,0,0,0.45);
}

.wheel-tooltip {
  margin-top: 34px;
  min-height: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  padding: 0 12px;
}

.wheel-tooltip-name {
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 400;
  color: var(--charcoal);
  letter-spacing: 0.04em;
}

.wheel-segment::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(107, 140, 110, 0.28); /* sage overlay */
  mix-blend-mode: multiply;
  pointer-events: none;
}

.wheel-segment {
  background-size: cover;
  background-position: center;
  filter: brightness(0.85) saturate(0.85);
}

.wheel-tooltip-desc {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--charcoal-lt);
  line-height: 1.5;
}

/* Give the left wheel column more breathing room */
.why-grid {
  grid-template-columns: minmax(420px, 560px) 1fr;
  gap: 64px;
}

/* Tablet */
@media (max-width: 1100px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .why-visual {
    aspect-ratio: auto;
    padding: 48px 24px !important;
  }

  .wheel-wrap {
    width: min(500px, 100%);
  }

   .wheel-labels {
    inset: 0;
  }

  .wheel-label {
    width: 58px;
    font-size: 9px;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .why-visual {
    padding: 34px 14px 24px !important;
  }

  .wheel-wrap {
    width: min(360px, 100%);
  }

  .wheel-labels {
    inset: 0;
  }

  .wheel-label {
    width: 48px;
    font-size: 7px;
    letter-spacing: 0.04em;
  }

  .wheel-tooltip {
    margin-top: 24px;
    min-height: 54px;
  }

  .wheel-tooltip-name {
    font-size: 1rem;
  }

  .wheel-tooltip-desc {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 900px) {

  .nav-links-list {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .nav-inner {
    padding: 0 20px;
  }

  .site-logo {
    max-height: 40px;
  }
}

@media (max-width: 900px) {

  .hero {
    padding: 120px 20px 60px;
  }

  .hero-content {
    max-width: 100%;
    text-align: center;
  }

  .hero-desc {
    font-size: 14px;
    margin: 24px 0 32px;
  }

  .hero-ctas {
    flex-direction: column;
    align-items: center;
  }

  .hero-ctas .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .nav-links-list {
    display: none !important;
  }

  .hamburger {
    display: flex !important;
  }

  .nav-inner {
    padding: 0 20px;
  }

  .mobile-menu {
    padding: 28px 20px;
  }
}

@media (max-width: 900px) {
  .service-card-top,
  .service-card-body,
  .bundle-card {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* ===== CLEAN MOBILE STACK FIX ===== */
@media (max-width: 900px) {

  .services-grid {
    grid-template-columns: 1fr;
  }

  .bundles-grid {
    grid-template-columns: 1fr;
  }

  .bundle-card.bundle-wide {
    grid-column: span 1;
  }

}

/* BACK TO TOP BUTTON */
#backToTop {
  position: fixed;
  bottom: 28px;
  right: 28px;

  background: transparent;
  border: none;
  padding: 0;

  cursor: pointer;

  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);

  transition: all 0.3s ease;
  z-index: 999;
}

#backToTop.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.leaf-icon {
  width: 45px;
  height: 45px;

  fill: none;
  stroke: var(--sage-dark);
  stroke-width: 1.8;

  transition: all 0.3s ease;
}

/* hover = subtle life */
#backToTop:hover .leaf-icon {
  stroke: var(--sage);
  transform: translateY(-3px) rotate(-5deg);
}

/* ===== MOBILE-ONLY FIXES: logo, hero title, pricing tabs ===== */
@media (max-width: 600px) {

  /* 1) move logo slightly right */
  .logo-wrap {
    margin-left: 0 !important;
  }

  .nav-inner {
    padding: 0 16px !important;
  }

  .site-logo {
    max-height: 40px !important;
  }

  /* 2) make hero title fit on one line better */
  .hero-logo .logo-wordmark,
  .logo-hero .logo-wordmark {
    font-size: clamp(1.45rem, 6vw, 1.9rem) !important;
    letter-spacing: 0.12em !important;
    white-space: nowrap;
  }

  .hero-logo .logo-llc,
  .logo-hero .logo-llc {
    font-size: 0.8rem !important;
    letter-spacing: 0.28em !important;
  }

  /* 3) pricing tabs need real separation and wrapping */
  .pricing-tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 28px !important;
    margin-bottom: 24px !important;
  }

  .pricing-tab {
    flex: 1 1 calc(50% - 10px) !important;
    min-width: 140px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: normal !important;
    line-height: 1.25 !important;
    padding: 12px 14px !important;
  }
}

/* ===== MOBILE HERO BADGE FIX ===== */
@media (max-width: 600px) {

  .hero-badge {
    padding: 6px 12px !important;
    gap: 6px !important;
  }

  .hero-badge-text {
    font-size: 10px !important;
    letter-spacing: 0.08em !important;
    white-space: nowrap;
  }

}

/* ===== MOBILE MENU CTA FIX ===== */
@media (max-width: 900px) {

  .mobile-menu .nav-book {
    background: var(--sage-dark) !important;
    color: var(--white) !important;

    padding: 14px 18px !important;
    border-radius: 3px;

    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.12em !important;

    text-align: center;
    display: block;
  }

  .mobile-menu .nav-book:hover {
    background: var(--sage) !important;
  }

}

/* ===== MOBILE MENU BOOK BUTTON FIX ===== */
@media (max-width: 900px) {
  .mobile-menu .btn.btn-primary {
    background: var(--sage-dark) !important;
    color: var(--white) !important;
    padding: 14px 18px !important;
    border-radius: 3px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.12em !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    margin-top: 18px !important;
    box-shadow: none !important;
  }

  .mobile-menu .btn.btn-primary:hover {
    background: var(--sage) !important;
    color: var(--white) !important;
  }
}

/* FIX: Book A Service text contrast */
.mobile-menu .btn.btn-primary {
  color: #F6F1E9 !important; /* cream for visibility */
}