:root {
  --green-900: #0f2f1f;
  --green-700: #1f5c3d;
  --green-500: #3f8c5c;
  --green-300: #b5d9a4;
  --sand-50: #f9f7f2;
  --sand-100: #f1ede4;
  --stone-900: #0f0f0f;
  --stone-700: #2f2f2f;
  --stone-500: #5c5c5c;
  --radius-lg: 16px;
  --radius: 12px;
  --shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  --shell: min(1440px, 98vw);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Public Sans', 'Helvetica Neue', Arial, sans-serif;
  color: var(--stone-900);
  background: var(--sand-50);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.shell {
  width: var(--shell);
  margin: 0 auto;
  padding: 0 1rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--green-700);
  margin: 0 0 0.3rem;
}

h1, h2, h3, h4 {
  font-family: 'Libre Baskerville', 'Public Sans', serif;
  color: var(--stone-900);
  line-height: 1.2;
  margin: 0 0 0.6rem;
}

h1 { font-size: clamp(2.2rem, 3vw, 2.8rem); }
h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); }
h3 { font-size: 1.2rem; }
h4 { font-size: 1rem; text-transform: uppercase; letter-spacing: 0.06em; }

p { margin: 0 0 1rem; color: var(--stone-700); }

.lede { font-size: 1.05rem; color: var(--stone-700); max-width: 48ch; }

.link { text-decoration: underline; text-decoration-thickness: 2px; text-decoration-color: var(--green-500); }

.button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.3rem;
  border-radius: var(--radius-lg);
  border: 1.5px solid transparent;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.button--primary {
  background: var(--green-700);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.button--primary:hover {
  transform: translateY(-1px);
  background: var(--green-500);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.button--ghost {
  background: transparent;
  color: var(--stone-900);
  border-color: var(--green-500);
}
.button--muted {
  color: #f4f4f4;
  border-color: rgba(255, 255, 255, 0.25);
}
.button--muted:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
}

.button-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.button--small { padding: 0.65rem 1rem; font-size: 0.95rem; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
  background: rgba(249, 247, 242, 0.96);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.site-header .shell {
  padding-left: 0.5rem;
  padding-right: 1rem;
}

.utility-bar {
  background: linear-gradient(90deg, rgba(31, 92, 61, 0.95), rgba(63, 140, 92, 0.9));
  color: #f1f5f0;
  font-size: 0.9rem;
  position: sticky;
  top: 0;
  z-index: 110;
}

.utility__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.35rem 0;
  gap: 1rem;
}

.utility__label { font-weight: 600; letter-spacing: 0.02em; }
.utility__contacts { display: inline-flex; gap: 0.5rem; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.utility__link { color: #f1f5f0; text-decoration: none; font-weight: 600; }
.utility__link:hover { text-decoration: underline; }
.utility__divider { opacity: 0.7; font-weight: 700; }
.utility__address {
  display: inline-flex;
  flex-direction: row;
  gap: 0.3rem;
  line-height: 1.2;
  font-size: 0.9rem;
  flex-wrap: wrap;
}
.utility__address span::after {
  content: '';
}
.utility__address span:not(:last-child)::after {
  content: ',';
  margin-left: 0.1rem;
}

.header__inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.1rem 0;
}

.brand { display: inline-flex; align-items: center; gap: 0.5rem; }
.brand__mark { width: 200px; max-height: 64px; }

.header-right {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}

.primary-nav { }
.primary-nav .menu { list-style: none; display: flex; gap: 1.5rem; margin: 0; padding: 0; align-items: center; justify-content: flex-end; }
.primary-nav a { padding: 0.35rem 0.5rem; border-radius: 8px; font-weight: 600; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 0.25rem; }
.primary-nav a:hover { background: rgba(0, 0, 0, 0.04); }
.primary-nav .has-dropdown { position: relative; display: flex; align-items: center; gap: 0.25rem; }
.primary-nav .mega-trigger {
  background: none;
  border: none;
  padding: 0.35rem 0.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
  color: inherit;
}
.primary-nav .mega-trigger:hover { background: rgba(0, 0, 0, 0.04); }
.primary-nav .chevron {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--stone-900);
  border-bottom: 2px solid var(--stone-900);
  transform: rotate(45deg);
  margin-top: -2px;
}
.primary-nav .dropdown-trigger {
  background: none;
  border: none;
  padding: 0.35rem 0.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
  color: inherit;
}
.primary-nav .dropdown-trigger:hover { background: rgba(0, 0, 0, 0.04); }
.primary-nav .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.08);
  border-radius: var(--radius);
  padding: 0.5rem;
  min-width: 220px;
  z-index: 20;
}
.primary-nav .dropdown li { list-style: none; }
.primary-nav .dropdown a {
  display: block;
  padding: 0.45rem 0.6rem;
  border-radius: 8px;
  color: var(--stone-900);
}
.primary-nav .dropdown a:hover { background: rgba(0, 0, 0, 0.05); }
.primary-nav .has-dropdown:hover > .dropdown { display: block; }
.primary-nav .dropdown.is-open { display: block; }
.primary-nav .mega-panel {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 260px;
  max-width: 320px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
  padding: 0.75rem;
  z-index: 30;
}
.primary-nav .mega-panel.is-open { display: block; }
.primary-nav .has-mega:hover > .mega-panel { display: block; }
.primary-nav .mega-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 0.35rem;
  margin-bottom: 0.5rem;
}
.primary-nav .mega-header h4 { margin: 0; }
.primary-nav .mega-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.mega-group h4 { margin: 0 0 0.35rem 0; font-size: 1rem; }
.primary-nav .mega-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.4rem;
}
.primary-nav .mega-list a {
  display: grid;
  gap: 0.15rem;
  padding: 0.35rem 0.45rem;
  border-radius: 10px;
}
.primary-nav .mega-list a:hover { background: rgba(0, 0, 0, 0.04); }
.mega-title { font-weight: 700; color: var(--stone-900); }
.mega-desc { font-size: 0.92rem; color: var(--stone-700); }
.mega-list--single {
  grid-template-columns: 1fr;
  min-width: 240px;
}
.mega-list--single a {
  padding: 0.45rem 0.6rem;
  font-weight: 700;
}

.header-cta { display: flex; align-items: center; gap: 0.75rem; justify-content: flex-end; }
.header-phone { font-weight: 600; color: var(--stone-700); }
.header-cta .button { box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12); }

.nav-toggle { display: none; background: none; border: none; padding: 0.5rem; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; margin-bottom: 5px; background: var(--stone-900); border-radius: 2px; }

/* Hero */
.hero {
  padding: 1.25rem 0 1rem;
  background: radial-gradient(circle at 10% 20%, rgba(181, 217, 164, 0.3), transparent 35%),
              radial-gradient(circle at 90% 10%, rgba(63, 140, 92, 0.2), transparent 25%),
              linear-gradient(180deg, #ffffff 0%, #f7f4ec 100%);
}

.hero hgroup {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 720px;
}
.hero h1 { margin: 0; line-height: 1.05; }
.hero hgroup p { margin: 0; line-height: 1.25; }

/* Legacy Hero blocks from imported service pages */
.Hero {
  padding: 0 !important;
  margin: 0 !important;
}
.Hero-container,
.Hero-contentWrapper {
  padding: 0 !important;
  margin: 0 !important;
}
.Hero hgroup { margin: 0 !important; padding: 0 !important; }
.Hero-title { margin: 0 !important; line-height: 1.05; }
.Hero-description { margin: 0 !important; line-height: 1.2; }

.hero__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 2rem;
  align-items: start;
}

.hero__actions { margin: 1.25rem 0; display: flex; gap: 0.75rem; flex-wrap: wrap; }

.hero__proof {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  display: grid;
  gap: 0.5rem;
  max-width: 56ch;
}
.hero__proof li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  color: var(--stone-700);
  font-weight: 650;
}
.hero__proof .check { color: var(--green-700); font-weight: 900; line-height: 1.4; }

.hero__meta { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; margin-top: 1rem; }
.meta-label { display: block; font-weight: 700; color: var(--green-700); margin-bottom: 0.35rem; }

.hero__panel {
  background: #fff;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.hero__panel--image {
  background: linear-gradient(135deg, rgba(31,92,61,0.08), rgba(63,140,92,0.05));
  border: 1px solid rgba(0,0,0,0.03);
}
.hero__panelBadge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(31,92,61,0.1);
  color: var(--green-700);
  font-weight: 700;
  font-size: 0.9rem;
}
.hero__panelCopy { margin: 0.75rem 0; }
.hero__panelCopy h3 { margin: 0 0 0.35rem 0; }
.hero__panelTags { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(0,0,0,0.05);
  font-weight: 600;
  color: var(--stone-900);
}

.stacked-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: grid;
  gap: 0.5rem;
}

/* Sections */
.section { padding: 3.5rem 0; }
.section__header { max-width: 720px; }

/* Home section bands */
.home .home-services,
.front-page .home-services,
.home .home-finance,
.front-page .home-finance,
.home .home-faq,
.front-page .home-faq {
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.04);
}

.home .first-visit,
.front-page .first-visit,
.home .location,
.front-page .location {
  background: radial-gradient(circle at 15% 20%, rgba(63, 140, 92, 0.08), transparent 45%),
              radial-gradient(circle at 85% 0%, rgba(181, 217, 164, 0.22), transparent 42%),
              var(--sand-100);
  border-top: 1px solid rgba(0,0,0,0.04);
}

/* Our Services page */
.page-hero--services {
  background: radial-gradient(circle at 12% 15%, rgba(63, 140, 92, 0.12), transparent 30%),
              radial-gradient(circle at 88% 8%, rgba(15, 47, 31, 0.12), transparent 36%),
              linear-gradient(135deg, #f9f7f2 0%, #f3f0e7 40%, #f9f7f2 100%);
  border-bottom: 1px solid rgba(0,0,0,0.03);
  padding: 3.25rem 0;
}
.hero-rails {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 2rem;
  align-items: center;
}
.hero-rails__copy h1 { font-size: clamp(2.4rem, 3.2vw, 3rem); }
.hero-badges { display: flex; gap: 0.5rem; flex-wrap: wrap; margin: 0.65rem 0 0.9rem; }
.stat-row {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.8rem;
}
.stat {
  background: #fff;
  border-radius: var(--radius);
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 10px 20px rgba(0,0,0,0.04);
}
.stat__label { display: block; font-weight: 700; color: var(--green-700); margin-bottom: 0.25rem; }
.stat__value { display: block; font-size: 1rem; color: var(--stone-900); font-weight: 700; }
.hero-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: 0 18px 35px rgba(0,0,0,0.06);
}
.hero-card--services .checklist { margin: 1rem 0; }

.services-nav {
  padding: 0.336rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.services-nav--band {
  background: linear-gradient(135deg, rgba(15,47,31,0.95), rgba(15,47,31,0.9));
  border-top: 1px solid rgba(0,0,0,0.12);
  border-bottom: 1px solid rgba(0,0,0,0.16);
}
.services-nav .pill-row {
  position: sticky;
  top: 70px;
  z-index: 10;
  padding: 0.067rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 0.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.services-nav--band .pill {
  width: 100%;
  justify-content: center;
  font-size: clamp(0.9rem, 2vw, 1rem);
  line-height: 1.1;
  white-space: nowrap;
}
.services-nav--band .pill {
  background: rgba(255,255,255,0.12);
  color: #f1f5f0;
  border-color: rgba(241,245,240,0.26);
}
.services-nav--band .pill--ghost {
  background: rgba(255,255,255,0.06);
  border-color: rgba(241,245,240,0.26);
}
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.pill-row--tight { gap: 0.4rem; margin-top: 0.5rem; }
.pill {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(31, 92, 61, 0.12);
  color: var(--stone-900);
  font-weight: 700;
  border: 1px solid rgba(31, 92, 61, 0.18);
  transition: transform 0.15s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.pill:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(0,0,0,0.06); }
.pill--ghost {
  background: #fff;
  border-color: rgba(0,0,0,0.08);
}

.services-featured {
  background: linear-gradient(135deg, rgba(31,92,61,0.06), rgba(63,140,92,0.02));
  color: var(--stone-900);
  border-top: 1px solid rgba(0,0,0,0.03);
  border-bottom: 1px solid rgba(0,0,0,0.03);
}
.services-featured .cards { gap: 1.25rem; }
.services-featured .section__header {
  text-align: center;
  margin: 0 auto 2.2rem;
  max-width: 1040px;
}
.section__header--stacked { display: grid; gap: 0.35rem; }
.section__header--stacked .lede { margin: 0 auto; }
.lede--muted { color: var(--stone-600); }
.services-featured .section__header h2,
.services-featured .section__header p,
.services-featured .section__header .eyebrow { color: var(--stone-900); }
.services-featured p { color: var(--stone-700); }
.services-featured h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.2rem);
  margin-bottom: 0.2rem;
  color: var(--green-700);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.services-featured .section__header .lede {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.4;
}
.services-featured .section__header .lede--muted {
  font-weight: 500;
  font-size: 1.02rem;
  line-height: 1.5;
}

.card--service {
  background: linear-gradient(145deg, #fff, #f7f4ec);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 14px 30px rgba(0,0,0,0.08);
  padding: 1.6rem;
  display: grid;
  gap: 0.6rem;
}
.cards--feature { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

@media (min-width: 1100px) {
  .cards--feature { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.card--featureService {
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 16px 34px rgba(0,0,0,0.08);
  padding: 1.9rem;
  background: linear-gradient(145deg, #fff, #f7f4ec);
  display: grid;
  gap: 0.85rem;
  height: 100%;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
  color: var(--stone-900);
}
.card--featureService--extra {
  background: linear-gradient(145deg, #fff, #f9f7f2);
  border-color: rgba(0,0,0,0.07);
}
.card-actions { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-top: 0.4rem; }

.card--featureService:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  border-color: rgba(31,92,61,0.18);
  background: linear-gradient(145deg, #fff, #f3f0e7);
}

/* Orthodontics detail page emphasis */
.page-service--orthodontics .card--featureService {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 18px 36px rgba(0,0,0,0.12);
}
.page-service--orthodontics .card--featureService h3 a { color: var(--stone-900); }
.page-service--orthodontics .card--featureService:hover {
  box-shadow: 0 24px 48px rgba(0,0,0,0.14);
  border-color: rgba(31,92,61,0.2);
}

/* Make-appointment page emphasis */
.page-service--appointment .card--featureService {
  background: linear-gradient(145deg, #f9f7f2, #f0ede6);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 18px 36px rgba(0,0,0,0.12);
}
.page-service--appointment .card--featureService:hover {
  box-shadow: 0 22px 44px rgba(0,0,0,0.14);
  border-color: rgba(31,92,61,0.2);
}
.page-service--appointment .cards.cards--feature {
  gap: 1rem;
}
.page-service--appointment .card--featureService:nth-child(-n+2) {
  padding: 1.35rem 1.5rem;
}

.card__head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.service-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(31,92,61,0.12);
  border: 1px solid rgba(31,92,61,0.28);
  color: var(--green-700);
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}
.card-divider {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,0.08), transparent);
}
.service-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.35rem 1rem;
}
.service-link {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.35rem;
  padding: 0.1rem 0;
  border-radius: 0;
  background: transparent;
  border: none;
  color: var(--stone-900);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(0,0,0,0.3);
  text-decoration-thickness: 2px;
  transition: color 0.16s ease, text-decoration-color 0.16s ease, transform 0.16s ease;
}
.service-link span { color: var(--green-700); }
.service-link:hover {
  transform: translateY(-1px);
  text-decoration-color: rgba(0,0,0,0.7);
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.35rem;
}
.checklist li {
  position: relative;
  padding-left: 1.3rem;
  color: var(--stone-700);
}
.checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green-700);
  font-weight: 800;
}

.testimonial--services {
  background: #0f2f1f;
  color: #f1f5f0;
}
.testimonial--services h2,
.testimonial--services .eyebrow,
.testimonial--services .lede { color: #f1f5f0; }
.testimonial__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.trust-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; }

.service-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.65rem;
  margin-top: 0.75rem;
}
.service-tile {
  background: #f7f4ec;
  border-radius: var(--radius);
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(0,0,0,0.05);
  display: grid;
  gap: 0.25rem;
  transition: transform 0.15s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.service-tile__title { font-weight: 700; color: var(--stone-900); }
.service-tile__cta { font-weight: 600; color: var(--green-700); font-size: 0.95rem; }
.service-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  border-color: rgba(31,92,61,0.16);
}

.first-visit__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.25rem;
  align-items: start;
}
.first-visit__panel {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 1.5rem;
  display: grid;
  gap: 0.9rem;
}
.first-visit__panel h3 { margin: 0; }
.first-visit__callout strong { display: block; margin-bottom: 0.25rem; }

.trust-band {
  background: #0f2f1f;
  color: #f1f5f0;
  padding: 0.85rem 0;
}
.trust-band__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.75rem;
  align-items: center;
}
.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.75rem;
  border-radius: 14px;
  background: rgba(255,255,255,0.12);
  color: #f1f5f0;
  font-weight: 700;
  text-align: center;
}

.cards {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.cards--three { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.cards--two { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.cards--services { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.cards--four { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }

.card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

.card h3 { margin-bottom: 0.4rem; }
.card p { margin: 0; }
.card--resource .eyebrow { margin-bottom: 0.35rem; }
.card-cta {
  margin-top: auto;
  font-weight: 800;
  color: var(--green-700);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.home-services__actions {
  margin-top: 1.25rem;
  display: flex;
}

.home-services__rotator {
  transition: opacity 0.35s ease, transform 0.35s ease;
  will-change: opacity, transform;
}
.home-services__rotator.is-transitioning {
  opacity: 0;
  transform: translateX(-18px);
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .home-services__rotator { transition: none; }
}

.split__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  align-items: start;
}

.split__panel {
  background: #fff;
  padding: 1.25rem;
  border-radius: var(--radius);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.split__panel--image {
  background: linear-gradient(135deg, rgba(31,92,61,0.08), rgba(63,140,92,0.05));
  min-height: 240px;
  display: flex;
  align-items: flex-end;
}
.split__panelText { padding: 1rem; }

.cta {
  background: var(--green-900);
  color: #fff;
}

.cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.cta h2, .cta p, .cta .eyebrow { color: #fff; }
.cta .button--ghost { color: #fff; border-color: rgba(255, 255, 255, 0.6); }
.cta .lede { color: rgba(255, 255, 255, 0.82); }

.cta--light {
  background: var(--green-900);
  color: #fff;
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.cta--light h2,
.cta--light p,
.cta--light .eyebrow { color: #fff; }
.cta--light .lede { color: rgba(255,255,255,0.82); }
.cta--light .button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}

/* Tighten spacing before footer when CTA precedes it */
.section.cta--light {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
}


/* Page content */
.page-hero { padding: 0; background: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.page-content .prose { display: grid; gap: 1rem; background: #fff; padding: 0; border-radius: var(--radius); border: 1px solid rgba(0,0,0,0.05); }
.page-content img { border-radius: var(--radius); }
.page-content ul, .page-content ol { padding-left: 1.2rem; color: var(--stone-700); }

/* Payment + Insurance + Expectation pages */
.page-payment,
.page-insurance,
.page-expect {
  background: radial-gradient(circle at 20% 20%, rgba(63, 140, 92, 0.08), transparent 35%),
              radial-gradient(circle at 80% 0%, rgba(31, 92, 61, 0.1), transparent 40%),
              var(--sand-50);
}
.page-payment .page-hero,
.page-insurance .page-hero,
.page-expect .page-hero {
  padding: 4.5rem 0 2.5rem;
  background: transparent;
  border: none;
}
.page-payment .page-content,
.page-insurance .page-content,
.page-expect .page-content { padding-top: 0; }
.page-payment .page-content .prose,
.page-insurance .page-content .prose,
.page-expect .page-content .prose {
  background: transparent;
  border: none;
  padding: 0;
  gap: 2rem;
}

/* Service detail pages */
.page-service {
  background: radial-gradient(circle at 20% 20%, rgba(63, 140, 92, 0.08), transparent 35%),
              radial-gradient(circle at 80% 0%, rgba(31, 92, 61, 0.1), transparent 40%),
              var(--sand-50);
}
.page-service .page-hero {
  padding: 4.5rem 0 2.5rem;
  background: transparent;
  border: none;
}
.service-hero {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}
.service-hero__copy .lede { max-width: 56ch; }
.service-hero__meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.service-hero__meta strong { display: block; }
.service-hero__panel {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 1.5rem;
  display: grid;
  gap: 0.75rem;
}
.service-hero__note { margin: 0; color: var(--stone-700); }
.service-hero__tags { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.service-cards__header { text-align: center; margin: 0 auto 1.5rem; }
.cards--serviceGrid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.service-card { display: grid; gap: 0.65rem; }
.contact-icon { margin-right: 0.35rem; }

/* What to Expect steps */
.steps-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-bottom: 1.5rem;
}
.steps-grid--home { margin-bottom: 0; }
.card--step {
  display: grid;
  gap: 0.5rem;
  align-items: start;
}
.step-badge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #153d29;
  color: #fff;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.35rem;
}

.payment-hero,
.insurance-hero,
.expect-hero {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}
.payment-hero__copy .lede,
.insurance-hero__copy .lede,
.expect-hero__copy .lede { max-width: 52ch; }
.payment-hero__note,
.insurance-hero__note,
.expect-hero__note { margin: 0.35rem 0 1rem; color: var(--stone-700); }
.payment-hero__card,
.insurance-hero__card,
.expect-hero__card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 1.5rem;
  display: grid;
  gap: 0.75rem;
}
.payment-badges,
.insurance-badges,
.expect-badges { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.payment-badge,
.insurance-badge,
.expect-badge {
  background: #e8f7f4;
  color: var(--green-700);
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
}

.pay-grid,
.coverage-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin: 0 0 0.5rem;
}
.accepted-cards {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 12px 32px rgba(0,0,0,0.06);
  padding: 1.4rem 1.6rem;
  margin-bottom: 1rem;
}
.accepted-card-grid {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.accepted-card {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 0.9rem;
  border-radius: var(--radius);
  background: #f5fbf7;
  border: 1px solid rgba(31,92,61,0.12);
  font-weight: 700;
  color: var(--stone-900);
}
.accepted-card__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #e8f7f4;
  color: var(--green-700);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  font-weight: 800;
}
.pay-card,
.coverage-card,
.expect-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-lg);
  padding: 1.4rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}
.pay-card:hover,
.coverage-card:hover,
.expect-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12); }
.pay-card__icon,
.coverage-card__icon,
.expect-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #153d29;
  border: 1px solid rgba(0,0,0,0.14);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.pay-card h2,
.coverage-card h2,
.expect-card h2 { margin: 0 0 0.4rem 0; }
.pay-card p,
.coverage-card p,
.expect-card p { margin: 0 0 0.5rem 0; }
.pay-list,
.coverage-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.35rem; }
.pay-list li,
.coverage-list li,
.expect-list li { display: flex; align-items: flex-start; gap: 0.45rem; color: var(--stone-700); }
.pay-list .check,
.coverage-list .check,
.expect-list .check { color: var(--green-700); font-weight: 700; line-height: 1.4; }

/* What to expect cards match feature style */
.page-expect .coverage-card {
  background: linear-gradient(145deg, #fff, #f7f4ec);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 16px 34px rgba(0,0,0,0.08);
}
.page-expect .coverage-card:hover {
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  border-color: rgba(31,92,61,0.18);
  background: linear-gradient(145deg, #fff, #f3f0e7);
}

.payment-cta-bar,
.insurance-cta-bar,
.expect-cta-bar {
  background: linear-gradient(120deg, rgba(31, 92, 61, 0.95), rgba(63, 140, 92, 0.92));
  color: #f5fbf7;
  border-radius: var(--radius-lg);
  padding: 1.4rem 1.6rem;
  display: grid;
  gap: 0.6rem;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}
.payment-cta-bar p,
.insurance-cta-bar p,
.expect-cta-bar p { color: rgba(245, 251, 247, 0.9); margin: 0; }
.payment-cta-bar strong,
.insurance-cta-bar strong,
.expect-cta-bar strong { font-size: 1.05rem; display: block; margin-bottom: 0.15rem; }
.payment-cta-actions,
.insurance-cta-actions,
.expect-cta-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; justify-content: flex-end; }
.payment-cta-bar .button--ghost,
.insurance-cta-bar .button--ghost,
.expect-cta-bar .button--ghost { color: #f5fbf7; border-color: rgba(245, 251, 247, 0.65); }

.faq-wrap { max-width: none; margin: 0; }
.faq-title { text-align: left; margin: 0 0 1rem; }
.faq-accordion {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
}
.faq-item {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.faq-question {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 0.9rem 1rem;
  font-weight: 700;
  font-size: 1.05rem;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
}
.faq-question .chevron {
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--green-700);
  border-bottom: 2px solid var(--green-700);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.faq-question[aria-expanded="true"] .chevron { transform: rotate(225deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease, padding 0.2s ease, opacity 0.18s ease;
  padding: 0 1rem;
  opacity: 0;
}
.faq-answer.is-open {
  padding: 0 1rem 0.9rem;
  max-height: 600px;
  opacity: 1;
}
.faq-quicklinks {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  margin-top: 1.1rem;
  font-weight: 700;
}
.faq-quicklinks .divider {
  color: rgba(0,0,0,0.4);
  font-weight: 700;
}

/* Services preview */
.services-preview__grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 1.25rem;
  align-items: start;
}
.services-feature {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.services-feature h3 { margin: 0 0 0.5rem 0; }
.services-list {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.services-list__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.75rem;
}
.services-list ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.35rem; }
.services-list li a { font-weight: 700; }

/* Testimonial */
.testimonial {
  background: #0f2f1f;
  color: #f1f5f0;
}
.testimonial__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.testimonial__quote p { margin: 0 0 0.5rem 0; font-size: 1.05rem; }
.testimonial__meta { color: rgba(241,245,240,0.8); font-weight: 600; }

/* Team preview */
.team-preview__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.25rem;
  align-items: start;
}
.team-preview__card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  display: grid;
  gap: 0.35rem;
}

/* Location */
.location__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: start;
}
.location__panel {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  padding: 1.5rem;
  display: grid;
  gap: 0.85rem;
  transition: transform 0.15s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.location__panel h3 { margin: 0.75rem 0 0.25rem; }
.location__address { display: grid; gap: 0.2rem; }
.hours { margin-top: 0.25rem; }
.location__panel--hours .hours-list { margin-top: 0.35rem; }
.hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.25rem;
}
.hours-list li {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  color: var(--stone-700);
}
.map-embed iframe {
  width: 100%;
  min-height: 220px;
  border: 0;
  border-radius: var(--radius);
}
.map-embed--home {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  padding: 0.6rem;
  transition: transform 0.15s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.map-embed--home iframe { min-height: 340px; }
.location__panel:hover,
.location__panel:focus-within,
.map-embed--home:hover,
.map-embed--home:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.08);
  border-color: rgba(31,92,61,0.16);
}
.map-embed__fallback {
  padding: 1.25rem;
  border-radius: var(--radius);
  background: linear-gradient(145deg, #fff, #f7f4ec);
  border: 1px solid rgba(0,0,0,0.06);
}

.site-footer .hours-list {
  gap: 0.2rem;
}
.site-footer .hours-list li {
  color: #f4f4f4;
  font-weight: 600;
}

/* Footer */
.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #0f0f0f;
  color: #f4f4f4;
  margin-top: 0;
  border-top: 1px solid rgba(241, 237, 228, 0.4);
}
.site-footer, .site-footer .footer__grid { font-size: 0.98rem; }
.footer__grid {
  display: grid;
  grid-template-columns: minmax(220px, 300px) 1fr;
  column-gap: clamp(1.25rem, 3vw, 2.5rem);
  row-gap: clamp(1.25rem, 3vw, 2rem);
  padding: 1.75rem 0 1.5rem;
  position: relative;
  z-index: 1;
  align-items: start;
  align-items: start;
  justify-items: start;
}

.footer__columns {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  column-gap: clamp(1.5rem, 4vw, 3rem);
  row-gap: 1.5rem;
  align-items: start;
}
.footer__columns [data-accordion="hours"] { margin-right: 2rem; }
.footer__contact { margin-top: 0.5rem; }

.footer__title {
  color: #f4f4f4;
  margin: 0 0 0.9rem 0;
  padding: 0;
  font-size: 1.05rem;
}
.site-footer .footer__title {
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Public Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
}
.footer__microcopy { margin: 0 0 0.4rem; color: #d7d7d7; font-weight: 600; }
.footer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0.4rem 0 0.75rem;
}
.footer__address { display: grid; gap: 0.25rem; font-style: normal; color: #e4e4e4; }
.footer__brand { display: grid; gap: 0.5rem; }
.brand__mark--large { width: 210px; max-width: 100%; }
.footer__follow { margin: 0; color: #e4e4e4; font-weight: 700; }
.footer__contactItems {
  display: grid;
  gap: 0.75rem;
  align-content: start;
}
.footer__contactItem {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: start;
}
.footer__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(63, 140, 92, 0.14);
  color: var(--green-500);
  font-size: 0.95rem;
  flex-shrink: 0;
}
.footer__contact-body { display: grid; gap: 0.15rem; }
.footer__contact-label { font-weight: 700; color: #f4f4f4; }
.footer__contact-value {
  display: grid;
  gap: 0.1rem;
  color: #e4e4e4;
  text-decoration: none;
  font-size: 0.98rem;
}
.footer__contact-value:hover { text-decoration: underline; }
.footer__address--contact .footer__address-line {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.footer__address-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #f4f4f4;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.footer__address-text { display: grid; gap: 0.1rem; color: #e4e4e4; }
.footer__menu { list-style: none; padding: 0; margin: 0 0 0.75rem; display: grid; gap: 0.35rem; }
.footer__menu a { color: #f4f4f4; text-decoration: none; font-size: 0.98rem; }
.footer__menu a:hover { text-decoration: underline; }
.footer__social { display: flex; gap: 0.75rem; }
.footer__social .social { color: #c4e5ac; font-weight: 600; }
.footer__social .social:hover { text-decoration: underline; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.footer__social--icons { gap: 0.5rem; }
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.social-icon:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}
.social-icon__svg { width: 20px; height: 20px; fill: currentColor; }
.social-icon--facebook { background: #1877f2; border-color: #1877f2; }
.social-icon--instagram { background: linear-gradient(135deg, #f9a33f 0%, #f77737 25%, #e1306c 50%, #c13584 65%, #833ab4 100%); border-color: transparent; }
.social-icon--google { background: #ffffff; border-color: #ffffff; color: #4285f4; }
.social-icon--yelp { background: #d32323; border-color: #d32323; }
.site-footer .button--ghost {
  color: #f4f4f4;
  border-color: rgba(255, 255, 255, 0.25);
}
.site-footer .button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.4);
}

.footer-accordion {
  position: relative;
}
.footer-accordion__trigger {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.04);
  color: #f4f4f4;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 0.85rem 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.05rem;
  cursor: pointer;
}
.footer-accordion__chevron {
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.footer-accordion.is-open .footer-accordion__chevron { transform: rotate(-135deg); }
.footer-accordion__content {
  margin-top: 0.5rem;
}
.footer__hoursBlock .hours-list {
  display: grid;
  gap: 0.25rem;
  justify-items: end;
}
.footer__hoursBlock .hours-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 0.45rem;
  color: #f4f4f4;
  font-weight: 600;
}
.footer__hoursBlock .hours-list li.is-today .hours-time { color: #fff; font-weight: 700; }
.hours-day { min-width: 0; text-align: right; }
.hours-time { display: inline-flex; align-items: center; gap: 0.3rem; justify-content: flex-end; }

.footer__bottom { border-top: 1px solid rgba(241, 237, 228, 0.25); padding: 1rem 0; position: relative; z-index: 1; }
.footer__bottom-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: 0.95rem; color: #d7d7d7; }
.footer__tagline { color: #d7d7d7; }
.footer__tiny { color: #9ca39a; font-size: 0.9rem; }

.footer__legal-links {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #d7d7d7;
}

.footer__legal-links .link { color: #f4f4f4; text-decoration: none; }
.footer__legal-links .link:hover { text-decoration: underline; }
.footer__legal-links .divider {
  display: inline-block;
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.2);
}

.footer__top {
  display: block;
  padding: 1.25rem 0 1rem;
  border-bottom: 1px solid rgba(241, 237, 228, 0.25);
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}

.footer__mapHours {
  display: grid;
  grid-template-columns: minmax(260px, 1.05fr) minmax(220px, 0.95fr);
  gap: 1rem;
  align-items: start;
}
.footer__hoursBlock {
  justify-self: end;
  text-align: right;
}

.footer__map .map-embed--footer iframe {
  width: 100%;
  min-height: 220px;
  border: 0;
  border-radius: var(--radius);
}

.call-chip {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: none;
  align-items: center;
  gap: 0.35rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green-700), var(--green-500));
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(0,0,0,0.18);
  z-index: 120;
}
.call-chip__label { text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.85rem; }
.call-chip__number { font-weight: 700; }

/* Cards for services */
.card--service h3 a { text-decoration: none; }
.card--service h3 a:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 900px) {
  .header__inner {
    flex-wrap: wrap;
  }
  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }
  .header-right {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .primary-nav {
    width: 100%;
    display: none;
  }
  .primary-nav.is-open { display: block; }
  .primary-nav .menu { flex-direction: column; align-items: flex-start; padding: 0.5rem 0; }
  .primary-nav .has-dropdown { flex-direction: column; align-items: flex-start; }
  .primary-nav .mega-panel {
    position: static;
    display: block;
    box-shadow: none;
    border: none;
    padding: 0.5rem 0 0 0;
    min-width: auto;
    background: transparent;
  }
  .primary-nav .mega-grid { grid-template-columns: 1fr; }
  .primary-nav .dropdown {
    position: static;
    display: block;
    box-shadow: none;
    border: none;
    padding: 0.25rem 0 0.5rem 0.5rem;
    background: transparent;
  }
  .header-cta { justify-content: flex-start; }
  .hero__grid, .split__grid { grid-template-columns: 1fr; }
  .hero-rails { grid-template-columns: 1fr; }
  .cta__inner { flex-direction: column; align-items: flex-start; }
  .call-chip { display: inline-flex; }
  .payment-cta-bar,
  .insurance-cta-bar,
  .expect-cta-bar { grid-template-columns: 1fr; }
  .payment-cta-actions,
  .insurance-cta-actions,
  .expect-cta-actions { justify-content: flex-start; }
  .services-preview__grid,
  .first-visit__grid,
  .team-preview__inner,
  .location__grid { grid-template-columns: 1fr; }
  .testimonial__inner { flex-direction: column; align-items: flex-start; gap: 0.5rem; }

  .footer__grid { grid-template-columns: 1fr; }
  .footer__columns { grid-template-columns: 1fr; }
  .footer__columns [data-accordion="hours"] { margin-right: 0; }
  .footer-accordion__trigger { display: inline-flex; }
  .footer-accordion.is-collapsible .footer-accordion__content { display: none; }
  .footer-accordion.is-collapsible.is-open .footer-accordion__content { display: block; }
  .footer-accordion__content .footer__title { display: none; }
}

@media (max-width: 600px) {
  .brand__mark { width: 150px; }
  .section { padding: 2.75rem 0; }
  .hero { padding: 3rem 0; }
}
