/*
Theme Name: Blue & Gold Labs
Theme URI: https://blueandgoldlabs.com
Author: Blue & Gold Labs
Author URI: https://blueandgoldlabs.com
Description: Precision Health & Performance — Custom WordPress theme for Blue & Gold Labs Lafayette, CA.
Version: 1.5.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
License URI: https://blueandgoldlabs.com
Text Domain: blue-gold-labs
Tags: health, performance, precision, custom
*/

/* ── RESET & VARIABLES ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #003262;
  --navy-mid: #00254a;
  --navy-light: #0a3d72;
  --gold: #FDB515;
  --gold-light: #FDCA5A;
  --gold-pale: #FEF0C4;
  --cream: #FAF8F3;
  --white: #FFFFFF;
  --gray: #8A8F99;
  --text: #1a2f4a;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--cream);
  color: var(--text);
  overflow-x: hidden;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 4rem;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 50, 98, 0.12);
  transition: padding 0.3s;
}

.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.nav-logo img,
.nav-logo svg {
  display: block;
  width: 260px;
  height: 52px;
  max-width: none;
}

.nav-links {
  display: flex; gap: 2.5rem; list-style: none;
}

.nav-links a {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(0, 50, 98, 0.65);
  text-decoration: none;
  transition: color 0.2s;
}

.nav-links a:hover { color: var(--navy); }

.nav-cta {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--navy);
  padding: 0.65rem 1.6rem;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  text-decoration: none;
}

.nav-cta:hover { background: var(--navy-light); transform: translateY(-1px); }

/* ── MOBILE HAMBURGER (IMPROVEMENT) ── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}

.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
  transition: transform 0.3s, opacity 0.3s;
}

.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  background: var(--navy);
  display: flex; align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 4rem;
}

.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 50%, rgba(253,181,21,0.07) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(0,37,74,0.8) 0%, transparent 60%);
}

.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(253,181,21,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(253,181,21,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-arc {
  position: absolute;
  right: -80px; top: 50%;
  transform: translateY(-50%);
  width: 700px; height: 700px;
  border: 1px solid rgba(253,181,21,0.12);
  border-radius: 50%;
}

.hero-arc::before {
  content: '';
  position: absolute;
  inset: 50px;
  border: 1px solid rgba(253,181,21,0.08);
  border-radius: 50%;
}

.hero-arc::after {
  content: '';
  position: absolute;
  inset: 120px;
  border: 1px solid rgba(253,181,21,0.05);
  border-radius: 50%;
}

.hero-content {
  position: relative; z-index: 2;
  max-width: 700px;
  animation: fadeUp 1s ease both;
}

.hero-eyebrow {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
  display: flex; align-items: center; gap: 1rem;
}

.hero-eyebrow::before {
  content: '';
  display: block;
  width: 40px; height: 1px;
  background: var(--gold);
}

.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 1.8rem;
}

.hero h1 em {
  font-style: italic;
  color: var(--gold-light);
}

.hero-sub {
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,0.6);
  max-width: 520px;
  margin-bottom: 2.8rem;
  letter-spacing: 0.03em;
}

.hero-actions {
  display: flex; gap: 1.2rem; align-items: center;
}

.btn-primary {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy);
  background: var(--gold);
  padding: 1rem 2.4rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  display: inline-block;
}

.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }

.btn-secondary {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  background: transparent;
  padding: 1rem 0;
  border: none; border-bottom: 1px solid rgba(255,255,255,0.25);
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s;
  display: inline-block;
}

.btn-secondary:hover { color: var(--gold); border-color: var(--gold); }

.hero-stats {
  position: absolute;
  bottom: 3rem; right: 4rem;
  display: flex; gap: 3rem;
  z-index: 2;
  animation: fadeUp 1s 0.4s ease both;
}

.hero-stat-item { text-align: right; }

.hero-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 400;
  color: var(--gold);
  display: block;
  line-height: 1;
}

.hero-stat-label {
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-top: 0.3rem;
  display: block;
}

/* ── MARQUEE ── */
.marquee-bar {
  background: var(--gold);
  padding: 0.75rem 0;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-track {
  display: inline-block;
  animation: marquee 30s linear infinite;
}

.marquee-track span {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy);
  margin: 0 2rem;
}

.marquee-track span::before {
  content: '◆';
  margin-right: 2rem;
  opacity: 0.5;
}

/* ── PHILOSOPHY ── */
.philosophy {
  padding: 7rem 4rem;
  background: var(--cream);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.section-eyebrow {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
  display: flex; align-items: center; gap: 0.8rem;
}

.section-eyebrow::before {
  content: '';
  display: block;
  width: 30px; height: 1px;
  background: var(--gold);
}

.philosophy h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 300;
  line-height: 1.15;
  color: var(--navy);
  margin-bottom: 1.8rem;
}

.philosophy h2 em { font-style: italic; color: var(--gold); }

.philosophy p {
  font-size: 0.85rem;
  line-height: 1.9;
  color: #4a5168;
  font-weight: 300;
  margin-bottom: 1.2rem;
}

.philosophy-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5px;
}

.phil-card {
  background: var(--navy);
  padding: 2.5rem 2rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s;
}

.phil-card:hover { transform: translateY(-4px); }

.phil-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

.phil-card:hover::before { transform: scaleX(1); }

.phil-icon {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}

.phil-icon-img {
  width: 48px;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}

.phil-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--gold-light);
  margin-bottom: 0.6rem;
}

.phil-card p {
  font-size: 0.72rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.5);
  font-weight: 300;
}

/* ── WHO WE SERVE ── */
.serve {
  padding: 7rem 4rem;
  background: var(--navy);
  text-align: center;
}

.serve h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 300;
  color: var(--white);
  margin-bottom: 0.8rem;
}

.serve h2 em { font-style: italic; color: var(--gold-light); }

.serve > p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
  max-width: 500px;
  margin-left: auto; margin-right: auto;
}

.serve-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  max-width: 1100px;
  margin: 0 auto;
}

.serve-card {
  background: var(--navy-mid);
  padding: 3.5rem 2.5rem;
  text-align: left;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s, background 0.3s;
}

.serve-card:hover {
  background: var(--navy-light);
  border-color: var(--gold);
}

.serve-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  font-weight: 300;
  color: rgba(253,181,21,0.12);
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  line-height: 1;
}

.serve-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.serve-card p {
  font-size: 0.78rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.5);
  font-weight: 300;
}

.serve-tag {
  display: inline-block;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(253,181,21,0.3);
  padding: 0.3rem 0.8rem;
  margin-bottom: 1.2rem;
}

/* ── ASSESSMENT ── */
.assessment {
  padding: 7rem 4rem;
  background: var(--cream);
}

.assessment-header {
  text-align: center;
  margin-bottom: 5rem;
}

.assessment-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 300;
  color: var(--navy);
  margin-bottom: 0.8rem;
}

.assessment-header h2 em { font-style: italic; color: var(--gold); }

.assessment-header p {
  font-size: 0.82rem;
  color: var(--gray);
  font-weight: 300;
  letter-spacing: 0.05em;
  max-width: 500px;
  margin: 0 auto;
}

.assessment-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: #c8cdd6;
  max-width: 1200px;
  margin: 0 auto;
}

.assess-item {
  background: var(--white);
  padding: 2.5rem 1.8rem;
  position: relative;
  transition: background 0.3s;
}

.assess-item:hover { background: var(--navy); }
.assess-item:hover .assess-title { color: var(--gold-light); }
.assess-item:hover .assess-desc { color: rgba(255,255,255,0.5); }
.assess-item:hover .assess-num { color: rgba(253,181,21,0.15); }

.assess-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--gold-pale);
  line-height: 1;
  margin-bottom: 0.5rem;
  transition: color 0.3s;
}

.assess-icon-img {
  width: 52px;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}

.assess-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 0.7rem;
  transition: color 0.3s;
  line-height: 1.2;
}

.assess-desc {
  font-size: 0.7rem;
  line-height: 1.7;
  color: var(--gray);
  font-weight: 300;
  transition: color 0.3s;
}

.assess-time {
  margin-top: 1.2rem;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex; align-items: center; gap: 0.4rem;
}

.assess-time::before {
  content: '';
  display: block;
  width: 12px; height: 1px;
  background: var(--gold);
}

/* ── PRICING ── */
.pricing {
  padding: 7rem 4rem;
  background: var(--navy);
  text-align: center;
}

.pricing h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 300;
  color: var(--white);
  margin-bottom: 0.8rem;
}

.pricing h2 em { font-style: italic; color: var(--gold-light); }

.pricing > p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  font-weight: 300;
  margin-bottom: 4rem;
  max-width: 520px;
  margin-left: auto; margin-right: auto;
}

.pricing-card {
  max-width: 680px;
  margin: 0 auto;
  background: var(--navy-mid);
  border: 1px solid rgba(253,181,21,0.3);
  padding: 4rem;
  position: relative;
  overflow: hidden;
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
}

.pricing-badge {
  display: inline-block;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--navy);
  background: var(--gold);
  padding: 0.4rem 1.2rem;
  margin-bottom: 2rem;
}

/* ── Prominent prices at the top (First Assessment, Subsequent Assessments) ── */
.pricing-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.5rem;
}

.pricing-row-prominent {
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(253,181,21,0.1);
}

.pricing-row-prominent .pricing-row-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1.2;
}

.pricing-row-prominent .pricing-row-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.2rem;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
  flex-shrink: 0;
}

/* ── Secondary annual subscription block (smaller, de-emphasized) ── */
.pricing-secondary {
  text-align: left;
  margin-bottom: 2.5rem;
}

.pricing-secondary .pricing-badge {
  margin-bottom: 1rem;
}

.pricing-row-secondary {
  margin-bottom: 0.4rem;
}

.pricing-row-secondary .pricing-row-label {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.05em;
}

.pricing-row-secondary .pricing-row-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--gold-light);
  line-height: 1;
  flex-shrink: 0;
}

.pricing-period {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 1.5;
}

.pricing-divider {
  height: 1px;
  background: rgba(253,181,21,0.15);
  margin: 2rem 0;
}

.pricing-includes {
  text-align: left;
  margin-bottom: 2.5rem;
}

.pricing-includes-title {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

.pricing-feature {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.9rem;
  align-items: flex-start;
}

.pricing-feature-check {
  color: var(--gold);
  font-size: 0.7rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.pricing-feature-text {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.7);
  font-weight: 300;
  line-height: 1.5;
}

.pricing-feature-text strong {
  color: var(--white);
  font-weight: 500;
}

.pricing-note {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.35);
  font-style: italic;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

/* ── TIMELINE ── */
.timeline {
  padding: 7rem 4rem;
  background: var(--cream);
}

.timeline-header {
  text-align: center;
  margin-bottom: 4rem;
}

.timeline-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 300;
  color: var(--navy);
  margin-bottom: 0.8rem;
}

.timeline-header h2 em { font-style: italic; color: var(--gold); }

.timeline-header p {
  font-size: 0.82rem;
  color: var(--gray);
  font-weight: 300;
}

.timeline-track {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.timeline-track::before {
  content: '';
  position: absolute;
  left: 140px;
  top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
  opacity: 0.3;
}

.timeline-item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 2.5rem;
  margin-bottom: 0;
  position: relative;
}

.timeline-time {
  text-align: right;
  padding: 2rem 1.2rem 2rem 0;
}

.timeline-time-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--gold);
  display: block;
  line-height: 1;
}

.timeline-time-sub {
  font-size: 0.6rem;
  color: var(--gray);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-top: 0.3rem;
}

.timeline-dot {
  position: absolute;
  left: 132px;
  top: 2.3rem;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--cream);
  border: 2px solid var(--gold);
  z-index: 1;
}

.timeline-content {
  background: var(--white);
  padding: 1.8rem 2rem;
  border-left: 3px solid var(--gold-pale);
  margin-left: 20px;
  transition: border-color 0.3s;
}

.timeline-content:hover { border-color: var(--gold); }

.timeline-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 0.4rem;
}

.timeline-content p {
  font-size: 0.73rem;
  color: var(--gray);
  font-weight: 300;
  line-height: 1.7;
}

.timeline-total {
  max-width: 900px;
  margin: 2rem auto 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0,50,98,0.1);
}

.timeline-total-label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray);
}

.timeline-total-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  color: var(--navy);
  font-weight: 300;
}

.timeline-total-value span {
  color: var(--gold);
}

/* ── QUOTE ── */
.quote-section {
  background: var(--navy);
  padding: 6rem 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.quote-section::before {
  content: '"';
  position: absolute;
  top: -2rem; left: 50%;
  transform: translateX(-50%);
  font-family: 'Cormorant Garamond', serif;
  font-size: 20rem;
  color: rgba(253,181,21,0.04);
  line-height: 1;
  pointer-events: none;
}

.quote-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 300;
  font-style: italic;
  color: var(--white);
  max-width: 700px;
  margin: 0 auto 1.5rem;
  line-height: 1.5;
  position: relative; z-index: 1;
}

.quote-source {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  position: relative; z-index: 1;
}

/* ── LOCATION ── */
.location {
  padding: 7rem 4rem;
  background: var(--cream);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.location h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300;
  color: var(--navy);
  margin-bottom: 1.5rem;
  line-height: 1.15;
}

.location h2 em { font-style: italic; color: var(--gold); }

.location p {
  font-size: 0.82rem;
  line-height: 1.9;
  color: #4a5168;
  font-weight: 300;
  margin-bottom: 1.2rem;
}

.location-details {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.location-detail {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 0.78rem;
  color: var(--gray);
  font-weight: 300;
}

.location-detail-icon {
  color: var(--gold);
  font-size: 0.9rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.location-map-placeholder {
  background: var(--navy);
  aspect-ratio: 4 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.location-map-placeholder::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(253,181,21,0.08) 0%, transparent 60%),
    linear-gradient(rgba(253,181,21,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(253,181,21,0.03) 1px, transparent 1px);
  background-size: 100%, 30px 30px, 30px 30px;
}

.map-pin {
  position: relative; z-index: 1;
  text-align: center;
}

.map-pin-dot {
  width: 16px; height: 16px;
  background: var(--gold);
  border-radius: 50%;
  margin: 0 auto 0.5rem;
  box-shadow: 0 0 0 6px rgba(253,181,21,0.2), 0 0 0 14px rgba(253,181,21,0.08);
}

.map-pin-label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
}

.map-pin-sub {
  font-size: 0.6rem;
  color: rgba(255,255,255,0.4);
  margin-top: 0.3rem;
  display: block;
}

/* ── CTA BAND ── */
.cta-band {
  background: var(--gold);
  padding: 6rem 4rem;
  text-align: center;
}

/* ── BLOCKQUOTE RESET (browser default styles cause layout issues) ── */
blockquote {
  margin: 0;
  padding: 0;
  border: none;
}

.cta-band h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--navy);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.cta-band p {
  font-size: 0.82rem;
  color: rgba(11,22,40,0.65);
  font-weight: 300;
  margin-bottom: 2.5rem;
  letter-spacing: 0.03em;
  max-width: 500px;
  margin-left: auto; margin-right: auto;
}

.btn-dark {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--navy);
  padding: 1rem 2.8rem;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, transform 0.2s;
}

.btn-dark:hover { background: var(--navy-light); transform: translateY(-2px); }

/* ── CONTACT FORM (IMPROVEMENT) ── */
.contact-section {
  padding: 7rem 4rem;
  background: var(--cream);
  text-align: center;
}

.contact-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 300;
  color: var(--navy);
  margin-bottom: 0.8rem;
}

.contact-section h2 em { font-style: italic; color: var(--gold); }

.contact-section > p {
  font-size: 0.85rem;
  color: var(--gray);
  font-weight: 300;
  margin-bottom: 3rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-wrap {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.contact-form-wrap .wpcf7-form,
.contact-form-wrap form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="email"],
.contact-form-wrap input[type="tel"],
.contact-form-wrap select,
.contact-form-wrap textarea {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 300;
  color: var(--text);
  background: var(--white);
  border: 1px solid rgba(0,50,98,0.15);
  padding: 1rem 1.2rem;
  outline: none;
  transition: border-color 0.2s;
  appearance: none;
}

.contact-form-wrap input:focus,
.contact-form-wrap select:focus,
.contact-form-wrap textarea:focus {
  border-color: var(--gold);
}

.contact-form-wrap textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form-wrap input[type="submit"],
.contact-form-wrap button[type="submit"] {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy);
  background: var(--gold);
  padding: 1rem 2.4rem;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  width: 100%;
}

.contact-form-wrap input[type="submit"]:hover,
.contact-form-wrap button[type="submit"]:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
}

/* ── FOOTER ── */
footer {
  background: var(--navy);
  padding: 4rem 4rem 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(253,181,21,0.1);
}

.footer-tagline {
  font-size: 0.72rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.35);
  font-weight: 300;
  max-width: 280px;
  font-style: italic;
}

.footer-col h4 {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

.footer-col ul {
  list-style: none;
}

.footer-col li { margin-bottom: 0.6rem; }

.footer-col ul a {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  font-weight: 300;
  transition: color 0.2s;
}

.footer-col ul a:hover { color: var(--gold); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copy {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.2);
  font-weight: 300;
}

.footer-copy span { color: rgba(253,181,21,0.5); }

.footer-hsa {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(253,181,21,0.5);
  border: 1px solid rgba(253,181,21,0.2);
  padding: 0.3rem 0.8rem;
}

/* ── MOBILE STICKY CTA (IMPROVEMENT) ── */
.mobile-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 200;
  background: var(--gold);
  color: var(--navy);
  text-align: center;
  padding: 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border-top: 2px solid var(--navy);
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── SKIP LINK (ACCESSIBILITY IMPROVEMENT) ── */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  background: var(--gold);
  color: var(--navy);
  padding: 0.5rem 1rem;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  z-index: 9999;
  transition: top 0.2s;
}

.skip-link:focus { top: 1rem; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  nav { padding: 1rem 2rem; }
  .nav-logo img, .nav-logo svg { width: 200px; height: 40px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 70px; left: 0; right: 0;
    background: rgba(255,255,255,0.98);
    padding: 2rem;
    gap: 1.5rem;
    border-top: 1px solid rgba(0,50,98,0.1);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    z-index: 99;
  }
  .nav-cta { display: none; }

  .hero { padding: 6rem 2rem 4rem; }
  .hero-stats { position: static; margin-top: 3rem; justify-content: flex-start; }
  .hero-arc { display: none; }

  .philosophy { grid-template-columns: 1fr; gap: 3rem; padding: 5rem 2rem; }
  .philosophy-right { grid-template-columns: 1fr 1fr; }

  .serve { padding: 5rem 2rem; }
  .serve-cards { grid-template-columns: 1fr; }

  .assessment { padding: 5rem 2rem; }
  .assessment-grid { grid-template-columns: repeat(3, 1fr); }

  .timeline { padding: 5rem 2rem; }
  .timeline-track::before { left: 100px; }
  .timeline-item { grid-template-columns: 100px 1fr; }
  .timeline-dot { left: 100px; }

  .pricing { padding: 5rem 2rem; }
  .pricing-card { padding: 2.5rem 1.5rem; }
  .pricing-row-prominent .pricing-row-label { font-size: 1.2rem; }
  .pricing-row-prominent .pricing-row-value { font-size: 2.2rem; }

  .location { grid-template-columns: 1fr; gap: 3rem; padding: 5rem 2rem; }

  .cta-band { padding: 4rem 2rem; }

  .contact-section { padding: 5rem 2rem; }

  footer { padding: 3rem 2rem 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }

  .mobile-sticky-cta { display: block; }
  body { padding-bottom: 56px; }
}

@media (max-width: 640px) {
  .philosophy-right { grid-template-columns: 1fr; }
  .assessment-grid { grid-template-columns: 1fr 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .hero-stats { flex-direction: column; gap: 1.5rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  .timeline-item { grid-template-columns: 80px 1fr; gap: 1.5rem; }
  .timeline-track::before { left: 80px; }
  .timeline-dot { left: 80px; }
}

/* ── HONEYPOT SPAM PROTECTION ────────────────────────────────────
 * Hides the decoy "website" field from real users while keeping it
 * in the DOM for bots to discover and fill in. Position-based hiding
 * (rather than display:none) defeats bots that skip display:none fields.
 */
.bgl-hp-field {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ── ABOUT SECTION (Medical & Scientific Leadership) ── */
.about {
  padding: 7rem 4rem;
  background: var(--navy);
}
.about-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.about-eyebrow { color: var(--gold); }
.about-heading {
  text-align: center;
  color: var(--white);
  margin-bottom: 1rem;
}
.about-intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 4rem;
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
  line-height: 1.9;
}
.about-bios {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.about-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(253,181,21,0.15);
  padding: 2.5rem;
}
.about-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top;
  margin-bottom: 1.8rem;
  display: block;
}
.about-role {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.about-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 0.3rem;
}
.about-rule {
  width: 2.5rem;
  height: 2px;
  background: var(--gold);
  margin-bottom: 1.4rem;
}
.about-bio {
  font-size: 0.75rem;
  line-height: 1.9;
  color: rgba(255,255,255,0.65);
  margin-bottom: 1rem;
}
.about-bio-last { margin-bottom: 0; }

/* ── FOOTER DEVELOPER CREDIT ── */
.footer-credit {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.62rem;
  font-weight: 300;
  color: rgba(255,255,255,0.25);
}
.footer-credit a {
  color: rgba(253,181,21,0.55);
  text-decoration: none;
}
.footer-credit a:hover { color: var(--gold); }

/* ── ABOUT RESPONSIVE: stack bios when width shrinks ── */
@media (max-width: 1024px) {
  .about { padding: 5rem 2rem; }
  .about-bios { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 640px) {
  .about { padding: 4rem 1.5rem; }
  .about-card { padding: 1.8rem; }
}
