/* =============================================================
   Active Care Chiropractic — ldnchiro.com
   Shared Stylesheet · v2
   ============================================================= */


/* ── Custom Properties ────────────────────────────────────── */
:root {
  /* Brand colours */
  --green-dark:  #1B5235;
  --green-teal:  #2A7A61;
  --green-hover: #215f4d;
  --bg-cream:    #F5F0E8;
  --bg-sage:     #EEF2EC;
  --bg-card:     #FDFAF4;
  --text-dark:   #1A1A1A;
  --text-muted:  #7A7060;
  --border:      #DDD5C5;
  --white:       #FFFFFF;
  --gold:        #C9933A;

  /* Shape */
  --radius-card: 16px;
  --radius-btn:  100px;
  --radius-sm:   8px;

  /* Spacing */
  --section-pad: 5rem;

  /* Shadow */
  --shadow-soft: 0 2px 16px rgba(27,82,53,0.07);
  --shadow-card: 0 6px 32px rgba(27,82,53,0.10);

  /* Transition */
  --ease: 0.28s ease;

  /* Layout */
  --max-w: 1200px;
  --gutter: 24px;
}

/* ── Reset ────────────────────────────────────────────────── */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.72;
  color: var(--text-dark);
  background: var(--bg-cream);
  -webkit-font-smoothing: antialiased;
}
img  { max-width: 100%; height: auto; display: block; }
a    { color: inherit; text-decoration: none; }
ul   { list-style: none; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }
input, textarea, select { font-family: inherit; }

/* ── Typography ───────────────────────────────────────────── */
h1,h2,h3,h4 {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--green-dark);
  line-height: 1.18;
  font-weight: 700;
}
h1 { font-size: clamp(2.1rem, 4.5vw, 3.75rem); }
h2 { font-size: clamp(1.75rem, 3vw,  2.75rem); }
h3 { font-size: clamp(1.15rem, 2vw,  1.55rem); }
h4 { font-size: 1.05rem; }

p  { color: var(--text-dark); max-width: 68ch; }

em { font-style: italic; color: var(--green-teal); }

/* ── Utility ──────────────────────────────────────────────── */
.text-center  { text-align: center; }
.text-center p { margin-inline: auto; }
.text-muted   { color: var(--text-muted); font-size: 0.93rem; }
.italic       { font-style: italic; }

/* ── Layout ───────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

section { padding-block: var(--section-pad); }

/* ── Labels & Dividers ────────────────────────────────────── */
.section-label {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-teal);
  margin-bottom: 0.65rem;
}

.divider {
  width: 52px;
  height: 3px;
  background: var(--green-teal);
  border-radius: 2px;
  margin: 1.1rem 0 1.9rem;
}
.text-center .divider { margin-inline: auto; }

/* ── Buttons ──────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.8rem 1.8rem;
  border-radius: var(--radius-btn);
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1;
  transition: background var(--ease), color var(--ease),
              transform var(--ease), box-shadow var(--ease),
              border-color var(--ease);
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
}

.btn-primary {
  background: var(--green-teal);
  color: var(--white);
  border-color: var(--green-teal);
}
.btn-primary:hover {
  background: var(--green-hover);
  border-color: var(--green-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(42,122,97,0.28);
}

.btn-outline {
  background: transparent;
  color: var(--green-dark);
  border-color: var(--green-dark);
}
.btn-outline:hover {
  background: var(--green-dark);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-white {
  background: var(--white);
  color: var(--green-teal);
  border-color: var(--white);
}
.btn-white:hover {
  background: var(--bg-card);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* ── Navigation ───────────────────────────────────────────── */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  padding: 1.1rem 0;
  transition: background var(--ease), box-shadow var(--ease), padding var(--ease);
}

.site-nav.scrolled {
  background: rgba(245,240,232,0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 24px rgba(27,82,53,0.09);
  padding: 0.65rem 0;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--green-dark);
  line-height: 1.2;
  flex-shrink: 0;
}
.nav-logo span {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-top: 1px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.25rem;
}
.nav-links a {
  font-weight: 500;
  font-size: 0.93rem;
  color: var(--text-dark);
  position: relative;
  transition: color var(--ease);
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px; left: 0; right: 0;
  height: 2px;
  background: var(--green-teal);
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--ease);
}
.nav-links a:hover,
.nav-links a.active { color: var(--green-teal); }
.nav-links a:hover::after,
.nav-links a.active::after { transform: scaleX(1); }

.nav-cta { margin-left: 0.75rem; }

/* Hamburger toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 34px;
  height: 34px;
  padding: 4px;
  cursor: pointer;
  z-index: 1001;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--green-dark);
  border-radius: 2px;
  transition: transform var(--ease), opacity var(--ease);
  transform-origin: center;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile overlay */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: var(--bg-cream);
  z-index: 950;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--ease);
}
.nav-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.nav-overlay a {
  font-family: 'Playfair Display', serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--green-dark);
  transition: color var(--ease);
}
.nav-overlay a:hover { color: var(--green-teal); }
.nav-overlay .btn {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  margin-top: 0.5rem;
}

/* ── Hero / Page Hero ─────────────────────────────────────── */
.page-hero {
  padding-top: 9rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 520px; height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(42,122,97,0.07) 0%, transparent 70%);
  pointer-events: none;
}

/* Home hero inherits page-hero with bigger top */
.hero {
  padding-top: 8.5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(42,122,97,0.07) 0%, transparent 68%);
  pointer-events: none;
}

.hero-content { max-width: 700px; }

.hero-sub {
  font-size: 1.12rem;
  color: var(--text-muted);
  margin: 1.2rem 0 2.25rem;
  max-width: 58ch;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
}

/* ── Proof bar ────────────────────────────────────────────── */
.proof-bar {
  background: var(--green-dark);
  padding: 1.9rem 0;
}
.proof-bar-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 4rem;
}
.proof-item { text-align: center; color: var(--white); }
.proof-item .num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
}
.proof-item .label {
  font-size: 0.82rem;
  opacity: 0.72;
  margin-top: 0.25rem;
}

/* ── Section backgrounds ──────────────────────────────────── */
.section-sage { background: var(--bg-sage); }

/* ── CTA Band ─────────────────────────────────────────────── */
.cta-band {
  background: var(--green-teal);
  padding: var(--section-pad) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before,
.cta-band::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  pointer-events: none;
}
.cta-band::before { width: 480px; height: 480px; top: -120px; left: -120px; }
.cta-band::after  { width: 320px; height: 320px; bottom: -80px; right: -60px; }

.cta-band h2  { color: var(--white); }
.cta-band p   { color: rgba(255,255,255,0.84); margin: 1rem auto 2.25rem; }
.cta-band .section-label { color: rgba(255,255,255,0.65); }

/* ── Card ─────────────────────────────────────────────────── */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 2rem;
  transition: transform var(--ease), box-shadow var(--ease);
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}

/* ── Service Cards ────────────────────────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
  gap: 1.4rem;
  margin-top: 2.75rem;
}

.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 1.85rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  transition: transform var(--ease), box-shadow var(--ease);
  cursor: pointer;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}
.service-icon {
  width: 46px; height: 46px;
  background: var(--bg-sage);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}
.service-card h3 { font-size: 1.18rem; margin: 0; }
.service-card p  { color: var(--text-muted); font-size: 0.93rem; flex: 1; }
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--green-teal);
  margin-top: auto;
  transition: gap var(--ease);
}
.service-card:hover .service-link { gap: 0.55rem; }

/* ── Pricing Grid & Cards ─────────────────────────────────── */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-top: 2.5rem;
}

.pricing-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 1.75rem 1.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: transform var(--ease), box-shadow var(--ease);
}
.pricing-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}

/* service-name: Playfair italic */
.service-name {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.22rem;
  color: var(--green-dark);
  line-height: 1.25;
}

.service-desc {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.65;
  flex: 1;
}

.service-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.85rem;
  margin-top: 0.25rem;
  border-top: 1px solid var(--border);
}

.duration {
  font-size: 0.84rem;
  color: var(--text-muted);
  font-weight: 500;
}

.price {
  font-family: 'Playfair Display', serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--green-teal);
  line-height: 1;
}

/* Pricing category wrapper */
.pricing-category { margin-bottom: 4rem; }
.pricing-category > p { color: var(--text-muted); margin-bottom: 0; max-width: 64ch; }
.category-cta { margin-top: 2rem; display: flex; gap: 1rem; flex-wrap: wrap; }

/* ── Steps ────────────────────────────────────────────────── */
.steps {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.step { text-align: center; padding: 2rem 1.5rem; }

.step-num {
  width: 54px; height: 54px;
  border-radius: 50%;
  background: var(--green-teal);
  color: var(--white);
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}

.step h3 { margin-bottom: 0.5rem; }
.step p  { color: var(--text-muted); font-size: 0.93rem; }

/* ── FAQ Accordion ────────────────────────────────────────── */
.faq-list { margin-top: 2.5rem; }

.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.35rem 0;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--green-dark);
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  transition: color var(--ease);
}
.faq-question:hover { color: var(--green-teal); }

.faq-icon {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--bg-sage);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  color: var(--green-dark);
  flex-shrink: 0;
  transition: transform var(--ease), background var(--ease), color var(--ease);
  user-select: none;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
  background: var(--green-teal);
  color: var(--white);
}

.faq-answer {
  display: none;
  padding-bottom: 1.35rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.72;
  max-width: 66ch;
}
.faq-item.open .faq-answer { display: block; }

/* ── Testimonials ─────────────────────────────────────────── */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
  gap: 1.4rem;
  margin-top: 3rem;
}

.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 2rem;
}

.testimonial-stars {
  color: var(--gold);
  letter-spacing: 0.04em;
  font-size: 0.92rem;
  margin-bottom: 1rem;
}

.testimonial-card blockquote {
  font-style: italic;
  font-size: 0.96rem;
  line-height: 1.72;
  color: var(--text-dark);
  margin-bottom: 1.25rem;
}

.testimonial-author {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--green-dark);
}
.testimonial-condition {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-top: 0.15rem;
}

/* ── Condition Treatments grid ────────────────────────────── */
.condition-treatments {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px,1fr));
  gap: 1.2rem;
  margin-top: 2rem;
}

.treatment-link-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 1.5rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  cursor: pointer;
  transition: transform var(--ease), box-shadow var(--ease);
}
.treatment-link-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}
.treatment-link-card .icon { font-size: 1.75rem; }
.treatment-link-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: var(--green-dark);
}
.treatment-link-card span {
  font-size: 0.84rem;
  color: var(--green-teal);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: auto;
  padding-top: 0.35rem;
}

/* ── Internal links pill bar ──────────────────────────────── */
.internal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2rem;
}
.internal-links a {
  padding: 0.45rem 1.1rem;
  border-radius: var(--radius-btn);
  border: 1.5px solid var(--border);
  font-size: 0.87rem;
  font-weight: 500;
  color: var(--text-dark);
  transition: border-color var(--ease), color var(--ease);
}
.internal-links a:hover {
  border-color: var(--green-teal);
  color: var(--green-teal);
}

/* ── About Teaser ─────────────────────────────────────────── */
.about-teaser {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem;
  align-items: center;
}
.about-teaser-img {
  border-radius: var(--radius-card);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--bg-sage);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
}
.about-teaser-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-teaser-text h2 { margin-bottom: 0; }
.about-teaser-text p  { color: var(--text-muted); margin-bottom: 1rem; }

/* ── Pillars ──────────────────────────────────────────────── */
.pillars {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1.4rem;
  margin-top: 3rem;
}

.pillar {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 2rem;
}
.pillar-icon { font-size: 2rem; margin-bottom: 1rem; display: block; }
.pillar h3   { margin-bottom: 0.65rem; }
.pillar p    { color: var(--text-muted); font-size: 0.93rem; }

/* ── Contact Grid ─────────────────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-detail {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.65rem;
}
.contact-detail .icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--bg-sage);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.contact-detail h4 { color: var(--green-dark); margin-bottom: 0.2rem; font-size: 0.95rem; }
.contact-detail p  { color: var(--text-muted); font-size: 0.93rem; margin: 0; max-width: none; }
.contact-detail a  { color: var(--green-teal); font-weight: 600; }

/* ── Hours Table ──────────────────────────────────────────── */
.hours-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}
.hours-table td {
  padding: 0.5rem 0;
  font-size: 0.93rem;
  border-bottom: 1px solid var(--border);
  color: var(--text-muted);
}
.hours-table tr:last-child td { border-bottom: none; }
.hours-table td:last-child {
  text-align: right;
  font-weight: 600;
  color: var(--green-dark);
}

/* ── Map Embed ────────────────────────────────────────────── */
.map-embed {
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid var(--border);
  margin-top: 1.75rem;
  background: var(--bg-sage);
}
.map-embed iframe { display: block; }

/* ── GHL Wrappers ─────────────────────────────────────────── */
.ghl-calendar-wrapper,
.ghl-form-wrapper {
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-card);
}
.ghl-calendar-wrapper iframe,
.ghl-form-wrapper iframe { display: block; }

/* Booking option cards */
.booking-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.booking-option-card {
  background: var(--bg-card);
  border: 2px solid var(--border);
  border-radius: var(--radius-card);
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  transition: border-color var(--ease), transform var(--ease), box-shadow var(--ease);
}
.booking-option-card:hover {
  border-color: var(--green-teal);
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}
.booking-option-card.selected {
  border-color: var(--green-teal);
  background: rgba(42,122,97,0.04);
}
.booking-option-card .oc-icon { font-size: 2.25rem; margin-bottom: 0.75rem; }
.booking-option-card h3 { font-size: 1.2rem; margin-bottom: 0.4rem; }
.booking-option-card p  { color: var(--text-muted); font-size: 0.9rem; margin: 0; }

.booking-embed-area { display: none; }
.booking-embed-area.active { display: block; }

/* ── Footer ───────────────────────────────────────────────── */
.site-footer {
  background: var(--green-dark);
  padding: 4.5rem 0 2rem;
}

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

.footer-brand .nav-logo { color: var(--white); margin-bottom: 1rem; }
.footer-brand .nav-logo span { color: rgba(255,255,255,0.5); }
.footer-brand p { font-size: 0.88rem; color: rgba(255,255,255,0.65); line-height: 1.7; max-width: 30ch; }

.footer-col h4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 1.25rem;
}
.footer-col ul { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col ul a {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  transition: color var(--ease);
}
.footer-col ul a:hover { color: var(--white); }

.footer-map {
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin-top: 1rem;
  border: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 2rem;
}
.footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.4); margin: 0; }

/* ── Breadcrumb ───────────────────────────────────────────── */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.83rem;
  color: var(--text-muted);
  margin-bottom: 1.75rem;
}
.breadcrumb a { color: var(--green-teal); font-weight: 500; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { opacity: 0.5; }
.breadcrumb span:not(.sep) { opacity: 1; }
.breadcrumb .sep { opacity: 0.45; }

/* ── Scroll Animations ────────────────────────────────────── */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-up-delay-1 { transition-delay: 0.1s; }
.fade-up-delay-2 { transition-delay: 0.2s; }
.fade-up-delay-3 { transition-delay: 0.3s; }
.fade-up-delay-4 { transition-delay: 0.4s; }
.fade-up-delay-5 { transition-delay: 0.5s; }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 960px) {
  /* Nav */
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }

  /* Grids → 2 col */
  .pricing-grid   { grid-template-columns: 1fr 1fr; }
  .steps          { grid-template-columns: 1fr 1fr; }
  .pillars        { grid-template-columns: 1fr 1fr; }
  .footer-grid    { grid-template-columns: 1fr 1fr; }
  .booking-options { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  :root { --section-pad: 3.5rem; }

  h1 { font-size: 2.1rem; }
  h2 { font-size: 1.75rem; }

  /* All 2-col → 1 col */
  .about-teaser    { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-grid    { grid-template-columns: 1fr; gap: 2.5rem; }
  .pricing-grid    { grid-template-columns: 1fr; }
  .steps           { grid-template-columns: 1fr; }
  .pillars         { grid-template-columns: 1fr; }
  .footer-grid     { grid-template-columns: 1fr; gap: 2rem; }
  .booking-options { grid-template-columns: 1fr; }

  .footer-bottom   { flex-direction: column; text-align: center; }
  .proof-bar-inner { gap: 1.25rem 2rem; }

  .hero, .page-hero { padding-top: 7rem; }

  .category-cta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .hero-btns { flex-direction: column; align-items: flex-start; }
  .btn { width: 100%; justify-content: center; }
}

/* =============================================================
   Hero Split Layout (image right)
   ============================================================= */
.hero-split {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 4rem;
  align-items: center;
}
.hero-split .hero-content { max-width: none; }

.hero-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.hero-img-wrap img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center top;
  border-radius: 20px;
  display: block;
}
.hero-img-badge {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  background: var(--white);
  border-radius: 12px;
  padding: 0.85rem 1.1rem;
  box-shadow: 0 8px 28px rgba(0,0,0,0.14);
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-dark);
}
.hero-img-badge .stars { color: #F0B429; font-size: 0.82rem; }

/* stock photo grid in intro band */
.photo-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 3.5rem;
}
.photo-strip-item {
  border-radius: var(--radius-card);
  overflow: hidden;
  aspect-ratio: 3/4;
  background: var(--bg-sage);
}
.photo-strip-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.photo-strip-item:hover img { transform: scale(1.04); }

@media (max-width: 960px) {
  .hero-split { grid-template-columns: 1fr; }
  .hero-img-wrap { display: none; }
  .photo-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .photo-strip { grid-template-columns: 1fr 1fr; gap: 0.65rem; }
}

/* =============================================================
   Google Reviews Slider
   ============================================================= */
.reviews-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}

.google-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 100px;
  padding: 0.5rem 1.15rem 0.5rem 0.75rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.25rem;
}
.google-badge .g-icon {
  width: 26px; height: 26px;
  background: #4285F4;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: sans-serif;
  flex-shrink: 0;
}
.google-badge .g-stars { color: #F0B429; letter-spacing: 0.03em; }

/* Slider outer wrapper */
.reviews-slider-outer {
  position: relative;
  margin-top: 2.5rem;
}

.reviews-track-wrapper {
  overflow: hidden;
  border-radius: 4px;
}

.reviews-track {
  display: flex;
  gap: 1.4rem;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* Each card: 1/3 of container on desktop */
.reviews-track .testimonial-card {
  flex: 0 0 calc((100% - 2 * 1.4rem) / 3);
  min-width: 0;
}

/* Reviewer name + initial avatar */
.reviewer-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.reviewer-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--green-dark);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 0.88rem;
  flex-shrink: 0;
}
.reviewer-info { flex: 1; min-width: 0; }
.reviewer-name {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--green-dark);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reviewer-meta {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* Slider controls */
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 2.25rem;
}

.slider-btn {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  transition: background var(--ease), border-color var(--ease),
              color var(--ease), transform var(--ease);
  color: var(--green-dark);
}
.slider-btn:hover {
  background: var(--green-teal);
  border-color: var(--green-teal);
  color: var(--white);
  transform: scale(1.08);
}

.slider-dots {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.slider-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--border);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background var(--ease), transform var(--ease), width var(--ease);
}
.slider-dot.active {
  background: var(--green-teal);
  width: 20px;
  border-radius: 4px;
  transform: none;
}

/* Sammy award photo */
.sammy-award-photo {
  border-radius: var(--radius-card);
  overflow: hidden;
  background: var(--bg-sage);
}
.sammy-award-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 900px) {
  .reviews-track .testimonial-card {
    flex: 0 0 calc((100% - 1.4rem) / 2);
  }
}
@media (max-width: 560px) {
  .reviews-track .testimonial-card {
    flex: 0 0 100%;
  }
}
