/* Saint Luke Medical — white marble, charcoal, gold + teal details */

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  /* Primary accent: deep teal (buttons, UI — optional) */
  --accent-ink: #0c2a30;
  --accent-dark: #1a4d56;
  --accent: #2a6570;
  --accent-mid: #3d8494;
  --accent-light: #6ba8b8;
  --accent-frost: #a5d0dc;
  --accent-subtle: rgba(42, 101, 112, 0.1);
  --accent-glass: rgba(232, 210, 175, 0.12);
  --line-accent: rgba(42, 101, 112, 0.38);
  /* Aliases for existing .btn-gold / links */
  --gold: var(--accent);
  --gold-light: var(--accent-light);
  --gold-dark: var(--accent-dark);
  --gold-rich: var(--accent-mid);
  --gold-bright: var(--accent-frost);
  --gold-deep: var(--accent-ink);
  --gold-subtle: var(--accent-subtle);
  --white: #ffffff;
  --black: #0a0a0a;
  --charcoal: #1c1f24;
  --charcoal-mid: #2a2f36;
  --gray-light: #e8ecf0;
  --gray-soft: #f4f6f9;
  --gray-muted: #5c6570;
  --marble-vein: rgba(180, 192, 208, 0.22);
  --marble-vein-strong: rgba(160, 176, 196, 0.14);
  --line: rgba(28, 31, 36, 0.07);
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --space-section: clamp(2rem, 5vw, 4rem);
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-soft: 0 20px 50px rgba(10, 10, 10, 0.06);
  --shadow-card: 0 24px 60px rgba(10, 10, 10, 0.08);
  --glass-bg: rgba(255, 255, 255, 0.65);
  --glass-bg-strong: rgba(255, 255, 255, 0.88);
  --glass-border: rgba(255, 255, 255, 0.95);
  --glass-border-dark: rgba(28, 31, 36, 0.06);
  --glass-shadow:
    0 4px 24px rgba(28, 40, 56, 0.06),
    0 12px 40px rgba(28, 40, 56, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(255, 255, 255, 0.45);
  --glass-blur: blur(20px) saturate(135%);
  --glass-blur-heavy: blur(32px) saturate(145%);
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .page-bg__orb {
    animation: none;
  }

  .booking-float-cta {
    animation: none;
  }

  .cert-showcase__glow,
  .cert-showcase__shine,
  .cert-showcase__mark {
    animation: none;
  }
}

@keyframes cert-glow-pulse {

  0%,
  100% {
    opacity: 0.65;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@keyframes cert-shine-drift {

  0%,
  100% {
    transform: rotate(-12deg) translate(0, 0);
  }

  50% {
    transform: rotate(-10deg) translate(4%, 2%);
  }
}

@keyframes cert-seal-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--charcoal);
  background: #fafbfc;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

/* Fixed ambient layer — mesh + orbs show through glass surfaces */
.page-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.page-bg__mesh {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, transparent 44%, var(--marble-vein-strong) 45%, transparent 46%),
    linear-gradient(72deg, transparent 62%, rgba(200, 210, 224, 0.12) 63%, transparent 64%),
    linear-gradient(168deg, transparent 28%, var(--marble-vein) 29%, rgba(200, 210, 224, 0.08) 30%, transparent 32%),
    radial-gradient(ellipse 90% 60% at 0% 100%, rgba(240, 244, 248, 0.9) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(255, 255, 255, 0.95) 0%, transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 45%, #f3f6fa 100%);
}

.page-bg__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.38;
  animation: orb-float 22s ease-in-out infinite;
}

.page-bg__orb--1 {
  width: min(55vw, 420px);
  height: min(55vw, 420px);
  background: radial-gradient(circle, rgba(232, 238, 246, 0.95), transparent 68%);
  top: -8%;
  right: -6%;
  animation-delay: 0s;
}

.page-bg__orb--2 {
  width: min(45vw, 360px);
  height: min(45vw, 360px);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9), transparent 65%);
  bottom: 15%;
  left: -10%;
  animation-delay: -7s;
}

.page-bg__orb--3 {
  width: min(40vw, 320px);
  height: min(40vw, 320px);
  background: radial-gradient(circle, rgba(210, 220, 232, 0.35), transparent 70%);
  top: 42%;
  left: 35%;
  animation-delay: -14s;
}

.page-bg__grain {
  position: absolute;
  inset: 0;
  opacity: 0.018;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
}

@keyframes orb-float {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  33% {
    transform: translate(2%, 3%) scale(1.04);
  }

  66% {
    transform: translate(-2%, 1%) scale(0.98);
  }
}

.site-wrap {
  position: relative;
  z-index: 1;
}

/* Glass surfaces */
.glass-panel {
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  box-shadow: var(--glass-shadow);
}

.glass-panel--hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 252, 246, 0.55) 0%, transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(252, 252, 250, 0.88) 100%);
  -webkit-backdrop-filter: var(--glass-blur-heavy);
  backdrop-filter: var(--glass-blur-heavy);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: calc(var(--radius) + 4px);
  padding: clamp(1.5rem, 4vw, 2.25rem);
  box-shadow:
    var(--glass-shadow),
    0 12px 40px rgba(28, 45, 70, 0.07);
}

.glass-panel--booking {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 50% -20%, var(--accent-glass), transparent 55%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.96) 0%, rgba(252, 253, 255, 0.88) 100%);
  -webkit-backdrop-filter: var(--glass-blur-heavy);
  backdrop-filter: var(--glass-blur-heavy);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: calc(var(--radius) + 6px);
  box-shadow:
    var(--glass-shadow),
    0 20px 48px rgba(28, 45, 70, 0.08);
}

.glass-panel--card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.92) 0%, rgba(252, 252, 254, 0.86) 100%);
  border: 1px solid rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: var(--glass-blur-heavy);
  backdrop-filter: var(--glass-blur-heavy);
  box-shadow:
    var(--glass-shadow),
    0 12px 36px rgba(28, 45, 70, 0.06),
    0 0 0 1px rgba(230, 234, 240, 0.9);
}

.glass-panel--tile {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(252, 252, 254, 0.86) 100%);
  border: 1px solid rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: blur(20px) saturate(130%);
  backdrop-filter: blur(20px) saturate(130%);
  box-shadow:
    var(--glass-shadow),
    0 4px 20px rgba(28, 45, 70, 0.04),
    0 0 0 1px rgba(230, 234, 240, 0.85);
}

.glass-panel--tile::before {
  display: none;
}

.specialty-tile.glass-panel--tile {
  border-left: 1px solid rgba(226, 232, 240, 0.95);
}

.glass-panel--form {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(252, 252, 254, 0.86) 100%);
  border: 1px solid rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: var(--glass-blur-heavy);
  backdrop-filter: var(--glass-blur-heavy);
  box-shadow:
    var(--glass-shadow),
    0 8px 32px rgba(28, 45, 70, 0.05),
    0 0 0 1px rgba(230, 234, 240, 0.9);
}

.glass-panel--quote {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.94) 0%, rgba(252, 252, 254, 0.82) 100%);
  border: 1px solid rgba(255, 255, 255, 1);
  -webkit-backdrop-filter: var(--glass-blur-heavy);
  backdrop-filter: var(--glass-blur-heavy);
  border-radius: calc(var(--radius) + 4px);
  padding: clamp(1.5rem, 3vw, 2rem);
  margin: 0;
  position: relative;
  overflow: hidden;
  box-shadow:
    var(--glass-shadow),
    0 0 0 1px rgba(230, 234, 240, 0.88);
}

.glass-panel--quote::before {
  content: "“";
  position: absolute;
  top: 0.35rem;
  left: 1rem;
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 1;
  color: rgba(28, 31, 36, 0.08);
  pointer-events: none;
}

.glass-panel--hours {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.97) 0%, rgba(252, 252, 254, 0.9) 100%);
  -webkit-backdrop-filter: var(--glass-blur-heavy);
  backdrop-filter: var(--glass-blur-heavy);
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow:
    var(--glass-shadow),
    0 16px 40px rgba(28, 45, 70, 0.07),
    0 0 0 1px rgba(230, 234, 240, 0.9);
}

.glass-panel--contact {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.94) 0%, rgba(252, 252, 254, 0.86) 100%);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2rem);
  -webkit-backdrop-filter: var(--glass-blur-heavy);
  backdrop-filter: var(--glass-blur-heavy);
  box-shadow:
    var(--glass-shadow),
    0 0 0 1px rgba(230, 234, 240, 0.88);
}

/* Certification — elevated glass + seal */
.glass-panel--cert-card {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) + 8px);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 1);
  background:
    radial-gradient(ellipse 90% 70% at 50% -25%, rgba(255, 255, 255, 0.75), transparent 50%),
    radial-gradient(ellipse 60% 50% at 80% 100%, rgba(248, 246, 240, 0.35), transparent 45%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.99) 0%, rgba(252, 252, 254, 0.96) 50%, rgba(255, 255, 255, 0.98) 100%);
  -webkit-backdrop-filter: var(--glass-blur-heavy);
  backdrop-filter: var(--glass-blur-heavy);
  box-shadow:
    var(--glass-shadow),
    0 28px 64px rgba(28, 45, 70, 0.08),
    0 0 0 1px rgba(230, 234, 240, 0.95),
    0 0 0 1px rgba(28, 31, 36, 0.06) inset;
}

.cert-showcase {
  margin: 0;
  height: 100%;
}

.cert-showcase__frame {
  text-align: center;
  height: 100%;
}

.cert-showcase__glow {
  position: absolute;
  inset: -35% -20% auto -20%;
  height: 75%;
  background: radial-gradient(ellipse 50% 45% at 50% 40%, rgba(200, 175, 120, 0.14), transparent 70%);
  pointer-events: none;
  animation: cert-glow-pulse 5s ease-in-out infinite;
}

.cert-showcase__shine {
  position: absolute;
  top: -40%;
  left: -20%;
  width: 70%;
  height: 80%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.55) 0%, transparent 65%);
  pointer-events: none;
  transform: rotate(-12deg);
  animation: cert-shine-drift 12s ease-in-out infinite;
}

.cert-showcase__content {
  position: relative;
  z-index: 1;
  padding: clamp(2.15rem, 5vw, 3rem) clamp(1.5rem, 4vw, 2.5rem);
}

.cert-showcase__kicker {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5a5f66;
  margin: 0 0 0.5rem;
}

.cert-showcase__mark {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 1.35rem;
  border-radius: 50%;
  background: conic-gradient(from 200deg, #2a2d32, #5a5e66, #3d4148, #6a6e76, #2e3136, #2a2d32);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.95),
    0 0 0 4px rgba(28, 31, 36, 0.12),
    0 8px 22px rgba(0, 0, 0, 0.14),
    inset 0 2px 3px rgba(255, 255, 255, 0.22),
    inset 0 -2px 6px rgba(0, 0, 0, 0.22);
  position: relative;
  animation: cert-seal-float 4.5s ease-in-out infinite;
}

.cert-showcase__mark::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 249, 251, 0.96) 100%);
  border: 1px solid rgba(40, 44, 52, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
}

.cert-showcase__mark::after {
  content: "✓";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3036;
  z-index: 1;
  line-height: 1;
}

.cert-showcase__title {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  color: #2a2d32;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}

.cert-showcase__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--gray-muted);
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

/* Certification + testimonials row */
.trust-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
  margin-top: 2.75rem;
  padding-top: 2.75rem;
  border-top: 1px solid rgba(28, 31, 36, 0.1);
}

.trust-row__cert {
  min-width: 0;
}

.trust-row__divider {
  width: 1px;
  margin: 0 clamp(1rem, 3vw, 2rem);
  background: linear-gradient(180deg,
      transparent 0%,
      rgba(28, 31, 36, 0.12) 15%,
      rgba(28, 31, 36, 0.14) 50%,
      rgba(28, 31, 36, 0.12) 85%,
      transparent 100%);
  align-self: stretch;
  min-height: 8rem;
}

.trust-row__quotes {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.trust-row__heading {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--charcoal);
  margin: 0 0 1.1rem;
  letter-spacing: 0.02em;
}

.testimonials-grid--trust {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  flex: 1;
}

.testimonials-grid--trust .testimonial-card {
  margin: 0;
  flex: 1;
}

.testimonials-grid--trust .testimonial-card blockquote p {
  font-size: 1.05rem;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .trust-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-top: 2rem;
    margin-top: 2.25rem;
  }

  .trust-row__divider {
    width: 100%;
    height: 1px;
    min-height: 0;
    margin: 0;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(28, 31, 36, 0.1) 20%,
        rgba(28, 31, 36, 0.12) 50%,
        rgba(28, 31, 36, 0.1) 80%,
        transparent 100%);
  }

  .trust-row__heading {
    font-size: 1.2rem;
    margin-bottom: 0.85rem;
  }

  .testimonials-grid--trust .testimonial-card blockquote p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .booking-float-cta {
    padding: 0.95rem 1.1rem;
    font-size: 0.6875rem;
    letter-spacing: 0.07em;
  }

  .cert-showcase__content {
    padding: 1.75rem 1.25rem;
  }

  .cert-showcase__title {
    letter-spacing: 0.05em;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--gold-dark);
}

a:hover {
  color: var(--charcoal);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  padding: 0.75rem 1.25rem;
  background: var(--charcoal);
  color: var(--white);
}

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

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: var(--glass-blur-heavy);
  backdrop-filter: var(--glass-blur-heavy);
  border-bottom: 1px solid rgba(230, 236, 242, 0.95);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--charcoal);
}

.logo-img {
  height: 80px;
  width: auto;
  object-fit: cover;
  object-position: top;
  /* This ensures the top of the logo is what stays visible */
  transform: scale(.7);
  transform-origin: left center;
}

.logo-img--multiply {
  mix-blend-mode: multiply;
  filter: contrast(1.05) brightness(1.02);
  transition: opacity 0.3s ease;
}

.logo-img--multiply:hover {
  opacity: 0.85;
}

.logo-img--gold {
  mix-blend-mode: normal;
  filter: none;
  transition: opacity 0.3s ease;
  animation: logo-gold-glow 6s ease-in-out infinite;
}

@keyframes logo-gold-glow {
  0%, 100% {
    filter: drop-shadow(0 0 2px rgba(212, 175, 55, 0.2));
  }
  50% {
    filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.6));
  }
}

.logo-img--gold:hover {
  opacity: 0.85;
}

.site-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.mobile-header-title {
  display: none;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: 0.5rem;
  background: none;
  border: 0;
  cursor: pointer;
}

.nav-toggle-bar {
  width: 24px;
  height: 2px;
  background: var(--charcoal);
}

.site-nav .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 1.25rem;
}

.site-nav a {
  text-decoration: none;
  color: var(--charcoal);
  font-size: 0.9375rem;
  font-weight: 500;
}

.site-nav a:hover {
  color: var(--gold-dark);
}

.header-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

@media (max-width: 900px) {
  .header-inner {
    flex-wrap: nowrap;
    padding: 0.65rem 1rem;
    gap: 0.5rem;
    justify-content: space-between;
    position: relative;
  }

  .logo {
    flex: 0 0 auto;
    order: 1;
  }

  .logo-img {
    height: 44px; 
    transform: scale(1);
  }

  .mobile-header-title {
    display: block;
    order: 2;
    flex: 1;
    text-align: center;
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--charcoal);
    font-style: italic;
    letter-spacing: 0.06em;
    padding: 0 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.9;
  }

  .nav-toggle {
    display: flex;
    order: 3;
    flex: 0 0 auto;
    padding: 0.5rem 0.25rem;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 2rem 1.5rem;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    display: none;
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav .nav-list {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .site-nav .nav-list li a {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .header-ctas {
    display: none !important;
  }

  .mobile-floating-actions {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2.5rem);
    max-width: 450px;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    backdrop-filter: blur(16px) saturate(180%);
    padding: 0.75rem;
    border-radius: 100px;
    box-shadow: 
      0 15px 35px rgba(0, 0, 0, 0.12),
      0 5px 15px rgba(0, 0, 0, 0.05),
      inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 2000;
    margin: 0;
  }

  .mobile-floating-actions .btn {
    flex: 1;
    padding: 0.85rem 1rem;
    font-size: 0.8rem;
    border-radius: 100px;
    white-space: nowrap;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }
}

.mobile-floating-actions {
  display: none;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 1.25rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
}

.btn:active {
  transform: scale(0.98);
}

.btn-primary {
  background: var(--charcoal);
  color: var(--white);
  border-color: var(--charcoal);
}

.btn-primary:hover {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.btn-gold {
  background: linear-gradient(165deg, #2e3238 0%, #24272c 38%, #1a1d22 72%, #252830 100%);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 4px 18px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.35);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.btn-gold:hover {
  filter: brightness(1.12);
  color: var(--white);
  box-shadow:
    0 6px 22px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(0, 0, 0, 0.32);
}

.btn-outline {
  background: transparent;
  color: var(--charcoal);
  border-color: var(--charcoal);
}

.btn-outline:hover {
  background: var(--charcoal);
  color: var(--white);
}

.btn-ghost {
  background: transparent;
  color: var(--charcoal);
  border-color: var(--line);
}

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

/* Hero — continuous with page (no separate white slab) */
.hero {
  position: relative;
  background: transparent;
  color: var(--charcoal);
  overflow: hidden;
}

.hero::before {
  display: none;
}

.hero-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 3.5rem) 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
}

.hero-kicker {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gray-muted);
  margin: 0 0 1rem;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 500;
  line-height: 1.12;
  margin: 0 0 1.25rem;
  letter-spacing: -0.02em;
  color: #14181c;
}

.hero-lead {
  font-size: 1.125rem;
  color: var(--gray-muted);
  margin: 0 0 1.75rem;
  max-width: 36ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.hero-actions .btn-primary {
  background: var(--charcoal);
  color: var(--white);
  border-color: var(--charcoal);
}

.hero-actions .btn-primary:hover {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.hero-actions .btn-outline {
  color: var(--charcoal);
  border-color: rgba(28, 31, 36, 0.22);
  background: rgba(255, 255, 255, 0.5);
}

.hero-actions .btn-outline:hover {
  background: var(--white);
  color: var(--charcoal);
  border-color: rgba(28, 31, 36, 0.35);
}

.hero-note {
  font-size: 0.875rem;
  color: #7a8490;
  margin: 0;
  max-width: 40ch;
}

/* Booking card (sample-style) */
.booking-card {
  color: var(--charcoal);
  padding: clamp(1.5rem, 3vw, 2rem);
}

.booking-card h2 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1.35rem;
  color: #14181c;
}

.booking-float-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 1.35rem;
  padding: 1.05rem 1.5rem;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 1.35;
  border-radius: 999px;
  background: linear-gradient(165deg,
      #9a8628 0%,
      #b89a30 14%,
      #d4b838 28%,
      #e8d060 42%,
      #f2e088 50%,
      #dcc848 58%,
      #c4a830 75%,
      #a68c28 100%);
  border: 2px solid rgba(255, 250, 220, 0.95);
  position: relative;
  z-index: 2;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.2s ease;
  animation: booking-cta-float 5s ease-in-out infinite;
  color: var(--white);
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.42),
    0 0 1px rgba(0, 0, 0, 0.35);
  box-shadow:
    0 0 0 2px rgba(220, 190, 80, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.55) inset,
    0 6px 18px rgba(140, 120, 40, 0.14),
    0 10px 28px rgba(180, 155, 50, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    inset 0 -1px 0 rgba(130, 110, 35, 0.18);
}

.booking-float-cta:hover {
  filter: brightness(1.04);
  color: var(--white);
  box-shadow:
    0 0 0 2px rgba(220, 190, 80, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.6) inset,
    0 8px 22px rgba(140, 120, 40, 0.16),
    0 12px 32px rgba(180, 155, 50, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    inset 0 -1px 0 rgba(130, 110, 35, 0.14);
}

.booking-float-cta:focus-visible {
  outline: 2px solid var(--charcoal);
  outline-offset: 3px;
}

@keyframes booking-cta-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

.booking-card>p.sub {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  color: var(--gray-muted);
}

.booking-steps {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.booking-step {
  flex: 1;
  min-width: 5rem;
  text-align: center;
  padding: 0.65rem 0.5rem;
  border-radius: var(--radius-sm);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(248, 250, 252, 0.9);
  color: var(--gray-muted);
  border: 1px solid rgba(226, 232, 240, 0.95);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.booking-step.is-active {
  background: linear-gradient(145deg, rgba(246, 246, 248, 0.98) 0%, rgba(232, 233, 237, 0.95) 100%);
  color: var(--charcoal);
  border-color: rgba(40, 44, 52, 0.28);
  box-shadow: 0 0 0 1px rgba(40, 44, 52, 0.1);
}

.slot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 480px) {
  .slot-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.slot-btn {
  padding: 0.6rem;
  font-size: 0.8125rem;
  font-family: var(--font-body);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.85);
  color: var(--charcoal);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.slot-btn:hover {
  border-color: rgba(40, 44, 52, 0.22);
  background: var(--white);
}

.slot-btn[aria-pressed="true"] {
  background: linear-gradient(165deg, rgba(246, 246, 248, 0.98) 0%, rgba(234, 235, 238, 0.96) 100%);
  border-color: rgba(40, 44, 52, 0.38);
  color: var(--charcoal);
  font-weight: 600;
  box-shadow:
    0 2px 10px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.booking-card .btn-gold {
  width: 100%;
  padding: 0.85rem 1.25rem;
  font-size: 0.9375rem;
}

.booking-card .fine {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  color: #8a939e;
  text-align: center;
  line-height: 1.5;
}

.booking-slot-label {
  margin-bottom: 0.5rem !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: var(--charcoal) !important;
}

/* Sections */
.section {
  padding: var(--space-section) 1.5rem;
}

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.section-kicker {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #6d7682;
  margin: 0 0 0.5rem;
}

.section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 600;
  margin: 0 0 1rem;
  color: var(--charcoal);
}

.section-lead {
  margin: 0 0 2rem;
  max-width: 58ch;
  color: var(--gray-muted);
}

.section--elevated,
.section--soft,
.section--pickup,
.section--hours {
  position: relative;
  background: transparent;
}

/* Section top rules — content width (match .section-inner), not full viewport */
#insurance,
#team,
#book,
#pickup,
#hours {
  border-top: none;
  position: relative;
}

#insurance::before,
#team::before,
#book::before,
#pickup::before,
#hours::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100% - 3rem, 1200px);
  height: 1px;
  background: rgba(28, 31, 36, 0.08);
  pointer-events: none;
}

/* CTA strip — no floating card; hairlines only */
.cta-strip {
  position: relative;
  padding: 0.75rem 1.5rem;
  text-align: center;
  background: var(--gray-soft);
  z-index: 1001;
}

.cta-strip::before,
.cta-strip::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(100% - 3rem, 52rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(28, 31, 36, 0.1) 20%, rgba(28, 31, 36, 0.14) 50%, rgba(28, 31, 36, 0.1) 80%, transparent);
  pointer-events: none;
}

.cta-strip::before {
  top: 0;
}

.cta-strip::after {
  bottom: 0;
}

.cta-strip__text {
  position: relative;
  max-width: 40rem;
  margin: 0 auto;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--gray-muted);
}

.cta-strip__text strong {
  color: var(--charcoal);
  font-weight: 600;
}

/* Services — bento-style layout */
.services-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.35rem;
  align-items: stretch;
}

.service-card {
  border-radius: calc(var(--radius) + 4px);
  padding: clamp(1.5rem, 2.5vw, 2rem);
}

.service-card:nth-child(1) {
  grid-column: span 6;
}

.service-card:nth-child(2) {
  grid-column: span 6;
}

.service-card:nth-child(3) {
  grid-column: span 12;
}

@media (max-width: 900px) {

  .service-card:nth-child(1),
  .service-card:nth-child(2),
  .service-card:nth-child(3) {
    grid-column: span 12;
  }
}

.service-card h3 {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  margin: 0 0 0.35rem;
  color: var(--charcoal);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.25;
  padding-bottom: 0;
  border-bottom: none;
}

.service-card h3::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  margin-top: 0.65rem;
  margin-bottom: 1rem;
  background: rgba(28, 31, 36, 0.12);
  border-radius: 1px;
}

.service-card ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--gray-muted);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.service-card:nth-child(3) ul {
  columns: 2;
  column-gap: 2.5rem;
  padding-left: 1.15rem;
}

@media (max-width: 600px) {
  .service-card:nth-child(3) ul {
    columns: 1;
  }
}

.service-card li {
  margin-bottom: 0.5rem;
  break-inside: avoid;
}

/* Insurance block */
.split-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .split-block {
    grid-template-columns: 1fr;
  }
}

.info-card {
  padding: 1.75rem;
  border-radius: calc(var(--radius) + 2px);
}

.info-card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 0.75rem;
}

.info-card p {
  margin: 0;
  color: var(--gray-muted);
  font-size: 0.9375rem;
}

/* Team specialties — editorial list with accent dot */
.team-grid {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  max-width: 52rem;
}

.specialty-tile {
  display: grid;
  grid-template-columns: 12px 1fr;
  column-gap: 1.15rem;
  row-gap: 0.4rem;
  align-items: start;
  padding: 1.25rem 1.4rem;
  border-radius: var(--radius);
  text-align: left;
}

.specialty-tile.glass-panel--tile::before {
  display: block;
  content: "";
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  width: 8px;
  height: 8px;
  margin-top: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #6a6e76, #2e3136);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
  position: static;
}

.specialty-tile strong {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--font-display);
  font-size: 1.22rem;
  color: var(--charcoal);
  margin: 0;
  font-weight: 600;
  line-height: 1.25;
}

.specialty-tile span {
  grid-column: 2;
  grid-row: 2;
  font-size: 0.9rem;
  color: var(--gray-muted);
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 480px) {
  .specialty-tile {
    grid-template-columns: 12px 1fr;
    padding: 1.1rem 1.15rem;
  }

  .specialty-tile.glass-panel--tile::before {
    grid-row: 1 / span 2;
  }
}

/* Forms */
.form-section {
  background: transparent;
}

.forms-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

@media (max-width: 900px) {
  .forms-layout {
    grid-template-columns: 1fr;
  }
}

.form-panel {
  border-radius: calc(var(--radius) + 4px);
  padding: clamp(1.5rem, 3vw, 2rem);
}

.form-panel h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}

.form-panel>.sub {
  margin: 0 0 1.5rem;
  font-size: 0.9375rem;
  color: var(--gray-muted);
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--charcoal);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.65rem 0.85rem;
  font-family: var(--font-body);
  font-size: 1rem;
  border: 1px solid rgba(31, 31, 31, 0.1);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.form-group textarea {
  min-height: 100px;
  resize: vertical;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.5rem 1rem;
  margin-top: 0.5rem;
}

.checkbox-grid label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  cursor: pointer;
}

.checkbox-grid input {
  width: auto;
  margin-top: 0.2rem;
}

.form-actions {
  margin-top: 1.25rem;
}

.form-actions .btn-gold {
  width: 100%;
}

.form-note {
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  color: var(--gray-muted);
}

/* Hours */
.hours-card {
  color: var(--charcoal);
  border-radius: calc(var(--radius) + 4px);
  padding: 2rem;
  max-width: 480px;
}

.hours-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin: 0 0 1rem;
  color: #14181c;
}

.hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(226, 232, 240, 0.95);
  font-size: 0.9375rem;
}

.hours-list li span:first-child {
  color: var(--gray-muted);
  font-weight: 500;
}

.hours-list li span:last-child {
  color: var(--charcoal);
  font-weight: 600;
}

.hours-list li:last-child {
  border-bottom: 0;
}

.contact-block {
  margin-top: 2rem;
}

.layout-hours-contact .contact-block {
  margin-top: 0;
}

.contact-block a {
  text-decoration: none;
}

.contact-block a:hover {
  text-decoration: underline;
}

/* Testimonials (clinical focus trust row) */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 1.25rem;
  margin-bottom: 0;
}

.testimonial-card {
  margin: 0;
}

.testimonial-card blockquote {
  margin: 0;
  padding: 0.5rem 0 0 0.25rem;
  position: relative;
  z-index: 1;
}

.testimonial-card blockquote p {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.55;
  color: var(--charcoal);
  font-style: italic;
}

.testimonial-card figcaption {
  margin-top: 1.15rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--gray-muted);
  letter-spacing: 0.06em;
}

.contact-block__title {
  font-family: var(--font-display);
  font-size: 1.75rem;
  margin: 0 0 1rem;
  font-weight: 600;
  color: var(--charcoal);
}

.contact-block__email {
  font-size: 1.125rem;
  margin: 0 0 1.5rem;
}

.contact-block__email a {
  color: var(--charcoal);
  font-weight: 600;
}

.contact-block__note {
  color: var(--gray-muted);
  margin: 0 0 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
}

/* Footer */
.site-footer {
  background: linear-gradient(180deg, #1a1e24 0%, #12151a 100%);
  color: rgba(255, 255, 255, 0.72);
  padding: 2.5rem 1.5rem 2rem;
  font-size: 0.875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.06);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.footer-email a {
  color: rgba(220, 230, 240, 0.95);
  text-decoration: none;
}

.footer-email a:hover {
  text-decoration: underline;
}

.footer-policies {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-policies h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(200, 210, 222, 0.85);
  margin: 0 0 0.75rem;
}

.footer-policies ul {
  margin: 0;
  padding-left: 1.2rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}

.footer-copy {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8125rem;
}

.layout-hours-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

@media (max-width: 768px) {
  .layout-hours-contact {
    grid-template-columns: 1fr;
  }
}

/* Products & Bundles Section */
.section--products {
  background: radial-gradient(circle at 10% 20%, rgba(42, 101, 112, 0.03) 0%, transparent 40%);
}

.product-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.tab-btn {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(28, 31, 36, 0.1);
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--charcoal);
  backdrop-filter: blur(10px);
}

.tab-btn:hover {
  background: rgba(255, 255, 255, 0.8);
  border-color: var(--accent);
}

.tab-btn.is-active {
  background: var(--charcoal);
  color: var(--white);
  border-color: var(--charcoal);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.tab-content {
  display: none;
  animation: fadeIn 0.5s ease;
}

.tab-content.is-active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.products-grid,
.bundles-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}

@media (max-width: 1100px) {

  .products-grid,
  .bundles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {

  .products-grid,
  .bundles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.product-card,
.bundle-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: var(--radius);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: white;
}

.product-card:hover,
.bundle-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--glass-shadow), 0 20px 40px rgba(0, 0, 0, 0.08);
}

.product-card__image,
.bundle-card__image {
  aspect-ratio: 1;
  overflow: hidden;
  background: #fdfdfd;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.product-card__image img,
.bundle-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.product-card:hover img,
.bundle-card:hover img {
  transform: scale(1.05);
}

.product-card__content,
.bundle-card__content {
  padding: 1.25rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-card__content h3,
.bundle-card__content h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
  color: var(--charcoal);
  line-height: 1.2;
}

.product-card__content p,
.bundle-card__content p {
  font-size: 0.8125rem;
  color: var(--gray-muted);
  line-height: 1.4;
  margin: 0;
}

.bundle-includes {
  font-weight: 600;
  color: var(--accent) !important;
  font-size: 0.75rem !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem !important;
}

/* New Image Components */
.promo-banner {
  max-width: 1200px;
  margin: 0 auto 3rem;
  padding: 0 1.5rem;
}

.promo-img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  display: block;
}

.lifestyle-gallery {
  margin-top: 4rem;
  padding: 0 1.5rem;
}

.gallery-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-track img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease;
}

.gallery-track img:hover {
  transform: scale(1.02);
}

@media (max-width: 640px) {
  .gallery-track {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Clinic Gallery */
.section--clinic {
  background: #fff;
}

.clinic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.clinic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.15);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.clinic-item:hover img {
  transform: scale(1.25);
}

.clinic-item {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  aspect-ratio: 4/3;
}

@media (max-width: 900px) {
  .clinic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .clinic-grid {
    grid-template-columns: 1fr;
  }
}

/* Overview Grid for Home */
.overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.overview-item {
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  text-align: left;
}

.overview-item h3 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  margin: 0;
  color: var(--charcoal);
}

.overview-item p {
  font-size: 0.9375rem;
  color: var(--gray-muted);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.overview-item .btn {
  margin-top: auto;
  align-self: flex-start;
}

.home-trust-teaser {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.65rem 1.5rem;
  border-radius: 999px;
  font-size: 0.875rem;
  color: var(--charcoal);
  border: 1px solid rgba(28, 31, 36, 0.08);
}

.cert-mark {
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--accent-light);
}

@media (max-width: 900px) {
  .overview-grid {
    grid-template-columns: 1fr;
  }
}

/* Board Certification Showcase */
.home-cert-section {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  width: 100%;
}

.cert-showcase {
  position: relative;
  z-index: 2;
  perspective: 1000px;
  max-width: 500px;
  width: 100%;
}

.cert-showcase__frame {
  position: relative;
  padding: 3rem 2rem;
  border-radius: var(--radius);
  text-align: center;
  overflow: hidden;
}

.cert-showcase__glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, var(--accent-subtle) 0%, transparent 60%);
  animation: cert-glow-pulse 6s infinite;
  pointer-events: none;
}

.cert-showcase__shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.4) 45%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.4) 55%, transparent 60%);
  animation: cert-shine-drift 8s infinite;
  pointer-events: none;
}

.cert-showcase__mark {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto 1.5rem;
  background: var(--accent);
  border-radius: 50%;
  position: relative;
  animation: cert-seal-float 4s ease-in-out infinite;
  box-shadow: 0 10px 30px var(--accent-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-showcase__mark::after {
  content: "✓";
  color: white;
  font-size: 1.75rem;
  font-weight: 700;
}

.cert-showcase__kicker {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gray-muted);
  margin-bottom: 0.75rem;
}

.cert-showcase__title {
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 600;
  color: var(--charcoal);
  margin: 0 0 1rem;
  line-height: 1.1;
}

.cert-showcase__text {
  font-size: 1rem;
  color: var(--gray-muted);
  max-width: 35ch;
  margin: 0 auto;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .cert-showcase__title {
    font-size: 1.85rem;
  }
}

/* Services Page Enhancements */
.section--services-hero {
  padding-top: 4rem;
  padding-bottom: 3rem;
  text-align: center;
}

.services-category-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}

.cat-pill {
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--charcoal);
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(28, 31, 36, 0.08);
  backdrop-filter: blur(10px);
}

.cat-pill:hover {
  background: var(--charcoal);
  color: var(--white);
  transform: translateY(-2px);
}

.service-detail-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 8vw, 6rem);
  align-items: center;
}

.service-detail-row--reverse {
  direction: rtl;
}

.service-detail-row--reverse>* {
  direction: ltr;
}

.service-feature-list {
  list-style: none;
  padding: 0;
  margin: 2.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.service-feature-list li {
  font-size: 0.9375rem;
  color: var(--gray-muted);
  line-height: 1.6;
}

.service-feature-list li span {
  display: block;
  font-weight: 700;
  color: var(--charcoal);
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin-bottom: 0.35rem;
}

.glass-image-frame {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.glass-img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
}

.specialized-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.specialty-card {
  padding: 3rem;
  border-radius: var(--radius);
}

.specialty-card h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--charcoal);
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
  margin-top: 4rem;
}

.journey-step {
  position: relative;
}

.step-num {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--accent-frost);
  opacity: 0.4;
  display: block;
  margin-bottom: 0.5rem;
}

.journey-step h3 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  margin-bottom: 0.85rem;
  color: var(--charcoal);
}

.journey-step p {
  font-size: 0.9375rem;
  color: var(--gray-muted);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .service-detail-row {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .journey-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .specialized-grid {
    grid-template-columns: 1fr;
  }
}

/* Comprehensive Care Grid */
.comprehensive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3.5rem;
}

.comp-card {
  padding: 2.75rem 2.25rem;
  display: flex;
  flex-direction: column;
}

.comp-card__header h3 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  margin-bottom: 0.65rem;
  color: var(--charcoal);
  line-height: 1.15;
}

.comp-card__header p {
  font-size: 0.875rem;
  color: var(--gray-muted);
  margin-bottom: 2rem;
  line-height: 1.5;
}

.comp-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(28, 31, 36, 0.08);
  padding-top: 2rem;
}

.comp-list li {
  font-size: 0.9375rem;
  margin-bottom: 0.85rem;
  color: var(--charcoal);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  line-height: 1.4;
}

.comp-list li::before {
  content: "";
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 50%;
  opacity: 0.8;
}

@media (max-width: 1000px) {
  .comprehensive-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .comp-card {
    padding: 2.25rem 1.75rem;
  }
}

/* Journey Mini (Top) */
.section--journey-mini {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}

.journey-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 1.25rem 2.5rem;
  gap: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(28, 31, 36, 0.06);
}

.journey-mini-item {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  padding: 0.5rem 0;
  /* Extra vertical balance */
}

.journey-mini-item div {
  transform: translateY(-10px);
  /* Visually center text with bubbles */
}

.journey-mini-item .step-num {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--accent);
  background: rgba(42, 101, 112, 0.08);
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}

.journey-mini-item h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin-bottom: 0.15rem;
  color: var(--charcoal);
  font-weight: 700;
}

.journey-mini-item p {
  font-size: 0.8125rem;
  color: var(--gray-muted);
  margin: 0;
  line-height: 1.3;
}

@media (max-width: 1000px) {
  .journey-mini-grid {
    grid-template-columns: 1fr;
    border-radius: var(--radius);
    padding: 1.5rem;
    gap: 1rem;
  }
}

/* Service Gallery */
.service-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 1rem;
}

.gallery-img-frame {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: var(--shadow-soft);
}

.gallery-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-img-frame:hover img {
  transform: scale(1.25);
}

/* Footer List Fix */
.no-break-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  padding-left: 0 !important;
  list-style: none !important;
  margin-top: 0.5rem;
}

.no-break-list li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6) !important;
}

.no-break-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.3);
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.lightbox.is-active {
  display: flex;
}

.lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 20, 24, 0.82);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  backdrop-filter: blur(12px) saturate(160%);
}

.lightbox__content {
  position: relative;
  background: var(--white);
  border-radius: var(--radius);
  max-width: 1000px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1);
  animation: lightboxEntrance 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes lightboxEntrance {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(20px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.lightbox__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: var(--charcoal);
  color: var(--white);
  border: none;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  font-size: 1.75rem;
  cursor: pointer;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}

.lightbox__close:hover {
  transform: rotate(90deg) scale(1.1);
}

.lightbox__image-wrap {
  background: #fdfdfd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.lightbox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.lightbox__info {
  padding: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.lightbox__title {
  font-family: var(--font-display);
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
  color: var(--charcoal);
  line-height: 1.1;
}

.lightbox__text {
  font-size: 1.0625rem;
  color: var(--gray-muted);
  line-height: 1.7;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .lightbox__content {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .lightbox__image-wrap {
    aspect-ratio: 1;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .lightbox__info {
    padding: 2.5rem 2rem;
  }

  .lightbox__title {
    font-size: 2rem;
  }
}

.lightbox-trigger {
  cursor: pointer;
}

/* Flag Layout */
.flag-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 1.5rem;
  height: 400px;
}

.flag-pole {
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
}

.flag-banner {
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
}

.flag-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  /* Slightly further down to show hand and logo spacing */
  display: block;
}

@media (max-width: 900px) {
  .flag-layout {
    grid-template-columns: 1fr;
    height: auto;
    gap: 2rem;
  }

  .flag-pole {
    height: 300px;
  }

  .flag-banner {
    height: 250px;
  }
}

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

@media (max-width: 1000px) {
  .contact-forms-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

/* Insurance Page Improvements */
.insurance-header {
  text-align: center;
  margin-bottom: 4rem;
}

.insurance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 4rem;
}

.ins-card {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ins-card h3 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: var(--charcoal);
}

.ins-card p {
  font-size: 0.9375rem;
  color: var(--gray-muted);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.ins-card .tag {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  background: var(--accent-subtle);
  color: var(--accent);
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;

  .ins-card__icon {
    width: 64px;
    height: 64px;
    background: var(--accent-subtle);
    color: var(--accent);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    transition: transform 0.3s ease;
  }

  .ins-card:hover .ins-card__icon {
    transform: translateY(-5px);
  }

  /* Wide Certificate Layout */
  .cert-showcase--wide .cert-showcase__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    text-align: left;
  }

  .promo-banner-wide {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-card);
  }

  @media (max-width: 800px) {
    .cert-showcase--wide .cert-showcase__content {
      flex-direction: column !important;
      text-align: center !important;
      gap: 1.5rem !important;
      padding: 2.5rem 2rem !important;
    }

    .cert-showcase--wide .cert-showcase__content div {
      max-width: 100% !important;
    }

    .promo-banner-wide img {
      height: 250px !important;
    }
  }

  /* Contact Block Mirroring Hours Card */
  .contact-block {
    padding: 2rem;
    border-radius: var(--radius);
  }

  /* Fix Step Num Centering */
  .journey-mini-item .step-num {
    padding-top: 2px;
    /* Visual nudging for perfect center */
  }