:root {
  --ink: #202527;
  --dark: #151715;
  --forest: #243934;
  --muted: #667071;
  --line: #e5e6df;
  --cream: #f7f6f0;
  --soft: #fbfaf6;
  --white: #ffffff;
  --lime: #b2bb1c;
  --lime-dark: #8d9715;
  --gold: #c29b5d;
  --gold-light: #f0ce91;
  --plum: #766da0;
  --teal: #2d6c72;
  --shadow: 0 22px 60px rgba(32, 37, 39, 0.12);
  --small-shadow: 0 12px 30px rgba(32, 37, 39, 0.08);
  --premium-shadow: 0 28px 80px rgba(32, 37, 39, 0.16);
  --ease: cubic-bezier(0.2, 0.72, 0.22, 1);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

[id] {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(178, 187, 28, 0.24), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(118, 109, 160, 0.2), transparent 30%),
    radial-gradient(circle at 78% 84%, rgba(45, 108, 114, 0.12), transparent 26%),
    linear-gradient(180deg, #fbfaf6 0%, #f7f6f0 44%, #ffffff 100%);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 720ms var(--ease),
    transform 720ms var(--ease);
}

.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
  padding: 14px clamp(20px, 5vw, 64px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(229, 230, 223, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  flex: 0 0 auto;
  padding: 0;
  background: transparent;
  border-radius: 8px;
  line-height: 0;
}

.brand img {
  width: min(236px, 48vw);
  height: auto;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
  color: #343939;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  padding: 10px 0;
}

.main-nav a::after {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--lime), var(--plum));
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.main-nav .nav-cta {
  padding: 13px 20px;
  color: var(--dark);
  background: linear-gradient(135deg, var(--lime), #d9df6c);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(194, 155, 93, 0.28);
}

.main-nav .nav-cta::after {
  display: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: clamp(640px, 76vh, 840px);
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(260px, 0.74fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(48px, 6vw, 86px) clamp(20px, 6vw, 76px);
  color: var(--ink);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(251, 250, 246, 0.96) 38%, rgba(251, 250, 246, 0.58) 57%, rgba(251, 250, 246, 0.12) 100%),
    radial-gradient(circle at 18% 18%, rgba(178, 187, 28, 0.18), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(118, 109, 160, 0.12), transparent 30%),
    url("assets/original-site/original-office-hero-clean.jpg") center right / cover no-repeat,
    linear-gradient(135deg, #ffffff 0%, #fbfaf6 58%, #f0f3d7 100%);
}

.hero::after {
  position: absolute;
  inset: auto clamp(20px, 6vw, 76px) 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
  content: "";
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.2) 72%, rgba(255, 255, 255, 0.52)),
    linear-gradient(90deg, rgba(255, 255, 255, 0) 48%, rgba(178, 187, 28, 0.09) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  animation: heroRise 780ms var(--ease) both;
}

.hero-media {
  position: absolute;
  top: 50%;
  right: clamp(18px, 5vw, 72px);
  z-index: 0;
  width: min(50vw, 720px);
  transform: translateY(-48%);
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center right;
  border-radius: 0;
  background: transparent;
  filter: saturate(1.05) contrast(1.02) drop-shadow(0 26px 42px rgba(32, 37, 39, 0.16));
  opacity: 0.96;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 100%);
}

.hero-media {
  animation: imageFloat 760ms var(--ease) 120ms both;
}

.hero-media::before {
  position: absolute;
  inset: -16% -8% -18% 10%;
  z-index: -1;
  background:
    radial-gradient(circle at 68% 48%, rgba(178, 187, 28, 0.22), transparent 56%),
    radial-gradient(circle at 52% 54%, rgba(118, 109, 160, 0.16), transparent 58%);
  content: "";
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--lime-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--lime-dark);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 5.4vw, 5.5rem);
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: 0;
}

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

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 5vw, 4.75rem);
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.2;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 600px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.hero-location {
  max-width: 560px;
  margin-bottom: 28px;
  padding-left: 16px;
  color: var(--forest);
  border-left: 3px solid rgba(178, 187, 28, 0.72);
  font-size: clamp(0.98rem, 1.6vw, 1.12rem);
  font-weight: 800;
}

.hero-proof {
  max-width: 580px;
  margin: 18px 0 0;
  padding: 12px 14px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(178, 187, 28, 0.28);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(32, 37, 39, 0.06);
  font-size: clamp(0.88rem, 1.4vw, 0.98rem);
  font-weight: 800;
  line-height: 1.45;
  backdrop-filter: blur(12px);
}

.hero-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 680px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero-pill-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(178, 187, 28, 0.26);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(32, 37, 39, 0.07);
  backdrop-filter: blur(12px);
}

.why-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(251, 250, 246, 0.94)),
    var(--white);
  backdrop-filter: blur(18px);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.why-grid article {
  position: relative;
  overflow: hidden;
  grid-column: span 2;
  min-height: 176px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 2.4vw, 30px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
  transition:
    transform 220ms var(--ease),
    box-shadow 220ms var(--ease),
    border-color 220ms var(--ease);
}

.why-grid article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--lime), rgba(118, 109, 160, 0.72));
  content: "";
}

.why-grid article:nth-child(n + 4) {
  grid-column: span 2;
  min-height: 176px;
}

.why-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(194, 155, 93, 0.28);
  box-shadow: var(--shadow);
}

.why-grid span {
  width: fit-content;
  color: var(--plum);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.why-grid h3 {
  margin-bottom: 12px;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.why-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.photo-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.48fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  background:
    radial-gradient(circle at 12% 20%, rgba(118, 109, 160, 0.13), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(178, 187, 28, 0.12), transparent 26%),
    rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.photo-copy {
  max-width: 520px;
}

.photo-copy p {
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.14rem);
}

.photo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.92fr);
  grid-auto-rows: minmax(214px, 1fr);
  gap: 16px;
}

.photo-card {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
}

.photo-card-large {
  grid-row: span 2;
  min-height: 468px;
}

.photo-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  transition: transform 420ms var(--ease);
}

.photo-card:hover img {
  transform: scale(1.04);
}

.photo-card::after {
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(180deg, rgba(32, 37, 39, 0), rgba(32, 37, 39, 0.48));
  content: "";
  pointer-events: none;
}

.photo-card span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  padding: 9px 11px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions .button {
  min-width: min(100%, 224px);
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition:
    transform 220ms var(--ease),
    box-shadow 220ms var(--ease),
    background 220ms var(--ease),
    color 220ms var(--ease);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.42) 46%, transparent 58%);
  content: "";
  transform: translateX(-120%);
  transition: transform 640ms var(--ease);
}

.button:hover::after,
.button:focus-visible::after {
  transform: translateX(120%);
}

.button-primary {
  color: var(--dark);
  background: linear-gradient(135deg, #c8d424, var(--lime), var(--gold));
  box-shadow: 0 18px 40px rgba(178, 187, 28, 0.28), 0 18px 38px rgba(194, 155, 93, 0.18);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, #c5cf29, var(--gold-light));
}

.button-secondary {
  color: var(--dark);
  border-color: rgba(36, 57, 52, 0.28);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(32, 37, 39, 0.12);
}

.button-secondary.dark,
.button-ghost {
  color: var(--ink);
  border-color: var(--line);
  background: var(--white);
}

.trust-bar {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.trust-bar::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--lime), var(--gold-light), var(--plum), var(--teal));
  content: "";
}

.trust-bar div {
  min-height: 72px;
  display: grid;
  gap: 8px;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 18px 14px;
  color: #424847;
  font-size: 0.84rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  border-left: 1px solid var(--line);
  transition:
    color 220ms var(--ease),
    background 220ms var(--ease);
}

.trust-bar div span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  min-width: 34px;
  height: 30px;
  padding: 0 8px;
  color: var(--forest);
  background: rgba(178, 187, 28, 0.18);
  border: 1px solid rgba(178, 187, 28, 0.32);
  border-radius: 999px;
  font-size: 0.74rem;
  line-height: 1;
}

.trust-bar div:hover {
  color: var(--plum);
  background: rgba(178, 187, 28, 0.08);
}

.trust-bar div:first-child {
  border-left: 0;
}

.section {
  padding: clamp(72px, 10vw, 128px) clamp(20px, 6vw, 76px);
}

.quick-call-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 0.62fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  background:
    radial-gradient(circle at 92% 14%, rgba(178, 187, 28, 0.16), transparent 28%),
    radial-gradient(circle at 8% 90%, rgba(118, 109, 160, 0.1), transparent 26%),
    rgba(250, 248, 245, 0.94);
  backdrop-filter: blur(18px);
}

.quick-copy {
  max-width: 820px;
}

.quick-copy h2 {
  max-width: 690px;
}

.quick-copy p {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.16rem);
}

.quick-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.quick-points span {
  padding: 15px 16px;
  color: var(--forest);
  background: rgba(139, 115, 85, 0.08);
  border: 1px solid rgba(139, 115, 85, 0.18);
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.quick-form,
.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quick-form h3 {
  margin-bottom: 4px;
}

.quick-form label,
.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.quick-form input,
.quick-form select,
.quick-form textarea,
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 15px 14px;
  color: var(--ink);
  background: #fbfbf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  transition:
    border 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.quick-form input:focus,
.quick-form select:focus,
.quick-form textarea:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  background: var(--white);
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(194, 155, 93, 0.16);
}

.quick-form textarea,
.contact-form textarea {
  resize: vertical;
}

.quick-form select,
.contact-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--plum) 50%),
    linear-gradient(135deg, var(--plum) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 52%,
    calc(100% - 12px) 52%;
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
}

.form-note {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
}

.stats-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background:
    linear-gradient(135deg, rgba(178, 187, 28, 0.16), rgba(118, 109, 160, 0.1)),
    rgba(255, 255, 255, 0.92);
  color: var(--ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stats-ribbon div {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 24px clamp(18px, 4vw, 46px);
  border-left: 1px solid var(--line);
}

.stats-ribbon div:first-child {
  border-left: 0;
}

.stats-ribbon strong {
  color: var(--plum);
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1;
}

.stats-ribbon span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-photo-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 4vw, 42px) clamp(20px, 6vw, 76px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid var(--line);
}

.site-photo-band article {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--small-shadow);
}

.site-photo-band img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 220ms ease;
}

.site-photo-band article:hover img {
  transform: scale(1.04);
}

.site-photo-band span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  width: fit-content;
  max-width: calc(100% - 32px);
  padding: 10px 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.services-section {
  background: rgba(251, 250, 246, 0.94);
  backdrop-filter: blur(18px);
}

.section-heading p,
.about-copy p,
.doctor-copy p,
.visit-grid p,
.faq-item p,
.contact-details > p {
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.16rem);
}

.section-heading {
  max-width: 840px;
  margin-bottom: clamp(34px, 6vw, 62px);
}

.section-heading.compact {
  max-width: 980px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-grid-detailed {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
  transition:
    transform 240ms var(--ease),
    box-shadow 240ms var(--ease),
    border 240ms var(--ease);
}

.service-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--lime), var(--gold-light), rgba(118, 109, 160, 0.78));
  content: "";
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(194, 155, 93, 0.34);
  box-shadow: var(--shadow);
}

.service-number {
  width: fit-content;
  margin-bottom: 24px;
  color: var(--plum);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.service-card h3 {
  margin-top: 0;
}

.service-card p {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.96rem;
}

.service-card .service-best {
  margin-top: auto;
  margin-bottom: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 0.86rem;
}

.service-card .service-best strong {
  color: var(--ink);
}

.service-link {
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-link:hover,
.service-link:focus-visible {
  color: var(--plum);
}

.local-seo-section {
  background:
    radial-gradient(circle at 12% 14%, rgba(178, 187, 28, 0.16), transparent 30%),
    radial-gradient(circle at 88% 88%, rgba(45, 108, 114, 0.1), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(251, 250, 246, 0.94));
  backdrop-filter: blur(18px);
}

.seo-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.seo-copy p {
  margin: 0;
  padding: clamp(20px, 3vw, 28px);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.5;
}

.disclosure-note {
  max-width: 920px;
  margin: 28px 0 0;
  padding: 18px 20px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.94rem;
}

.patient-hero {
  min-height: calc(64vh - 82px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 250, 246, 0.94) 42%, rgba(251, 250, 246, 0.5) 68%, rgba(251, 250, 246, 0.22) 100%),
    radial-gradient(circle at 78% 22%, rgba(178, 187, 28, 0.18), transparent 28%),
    url("assets/original-site/original-office-hero-clean.jpg") center right / cover no-repeat,
    linear-gradient(135deg, #ffffff 0%, #fbfaf6 58%, #f0f3d7 100%);
}

.patient-hero h1 {
  max-width: 860px;
}

.forms-hub-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(178, 187, 28, 0.14), transparent 30%),
    radial-gradient(circle at 92% 86%, rgba(118, 109, 160, 0.1), transparent 30%),
    rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.forms-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}

.form-resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-resource-card,
.patient-note-card,
.patient-step,
.insurance-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
}

.form-resource-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 3vw, 30px);
  transition:
    transform 220ms var(--ease),
    box-shadow 220ms var(--ease),
    border-color 220ms var(--ease);
}

.form-resource-card::before,
.patient-step::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--lime), var(--gold-light), var(--plum));
  content: "";
}

.form-resource-card:hover,
.patient-step:hover {
  transform: translateY(-6px);
  border-color: rgba(194, 155, 93, 0.34);
  box-shadow: var(--shadow);
}

.form-resource-top {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}

.form-resource-top span,
.patient-step span {
  width: fit-content;
  color: var(--plum);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-resource-top strong {
  color: var(--forest);
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: clamp(1.55rem, 2.6vw, 2.08rem);
  line-height: 1;
}

.form-resource-card p,
.patient-note-card p,
.patient-step p,
.insurance-copy p,
.insurance-card p {
  color: var(--muted);
}

.form-actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.form-actions .button {
  width: 100%;
  min-height: 48px;
  padding: 13px 16px;
  font-size: 0.78rem;
}

.patient-note-card {
  padding: clamp(24px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(36, 57, 52, 0.96), rgba(118, 109, 160, 0.9)),
    var(--forest);
  color: var(--white);
}

.patient-note-card .eyebrow {
  color: #dfe77a;
}

.patient-note-card h3 {
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1;
}

.patient-note-card p {
  color: rgba(255, 255, 255, 0.82);
}

.patient-note-card .text-link {
  color: var(--gold-light);
}

.patient-steps-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(45, 108, 114, 0.12), transparent 30%),
    rgba(247, 246, 240, 0.94);
  backdrop-filter: blur(18px);
}

.patient-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.patient-step {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 3vw, 28px);
  transition:
    transform 220ms var(--ease),
    box-shadow 220ms var(--ease),
    border-color 220ms var(--ease);
}

.patient-step span {
  margin-bottom: auto;
}

.patient-step h3 {
  margin-top: 44px;
}

.patient-step p {
  margin-bottom: 0;
  font-size: 0.96rem;
}

.insurance-section {
  padding-top: clamp(30px, 5vw, 56px);
  padding-bottom: clamp(30px, 5vw, 56px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(251, 250, 246, 0.94)),
    var(--white);
  backdrop-filter: blur(18px);
}

.insurance-disclosure {
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
}

.insurance-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(21px, 3vw, 30px) clamp(22px, 4vw, 38px);
  color: var(--forest);
  cursor: pointer;
  list-style: none;
}

.insurance-disclosure summary::-webkit-details-marker {
  display: none;
}

.insurance-disclosure summary span {
  display: grid;
  gap: 5px;
}

.insurance-disclosure summary strong {
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1;
}

.insurance-disclosure summary small {
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 700;
}

.insurance-disclosure summary::after {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  background: rgba(178, 187, 28, 0.18);
  border-radius: 50%;
  color: var(--forest);
  content: "+";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.insurance-disclosure[open] summary {
  border-bottom: 1px solid var(--line);
}

.insurance-disclosure[open] summary::after {
  content: "-";
}

.insurance-disclosure-content {
  padding: clamp(24px, 4vw, 42px) clamp(22px, 4vw, 38px) clamp(28px, 5vw, 52px);
}

.insurance-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: start;
}

.insurance-copy {
  position: static;
}

.insurance-disclosure-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.insurance-card {
  padding: clamp(24px, 4vw, 36px);
}

.insurance-card h3 {
  margin-bottom: 22px;
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1;
}

.carrier-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.carrier-list li {
  display: grid;
  gap: 4px;
  padding: 14px;
  background: rgba(251, 250, 246, 0.82);
  border: 1px solid rgba(229, 230, 223, 0.92);
  border-radius: 8px;
}

.carrier-list span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.carrier-list a {
  color: var(--forest);
  font-weight: 900;
}

.patient-faq-section {
  background:
    radial-gradient(circle at 8% 80%, rgba(178, 187, 28, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(118, 109, 160, 0.1), transparent 28%),
    rgba(251, 250, 246, 0.94);
}

.page-hero {
  min-height: calc(66vh - 82px);
}

.services-hero,
.about-hero,
.reviews-hero,
.blog-hero,
.contact-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 250, 246, 0.94) 42%, rgba(251, 250, 246, 0.52) 68%, rgba(251, 250, 246, 0.22) 100%),
    radial-gradient(circle at 78% 22%, rgba(178, 187, 28, 0.18), transparent 28%),
    url("assets/original-site/original-office-hero-clean.jpg") center right / cover no-repeat,
    linear-gradient(135deg, #ffffff 0%, #fbfaf6 58%, #f0f3d7 100%);
}

.service-grid.expanded {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-grid.expanded .service-card {
  min-height: 288px;
}

.about-doctor-section {
  min-height: clamp(560px, 58vw, 680px);
}

.team-section,
.blog-feature-section,
.review-archive-section,
.form-shell {
  background:
    radial-gradient(circle at 10% 14%, rgba(178, 187, 28, 0.12), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(118, 109, 160, 0.09), transparent 28%),
    rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.team-grid,
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.team-card,
.resource-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 3vw, 30px);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
  transition:
    transform 220ms var(--ease),
    box-shadow 220ms var(--ease),
    border-color 220ms var(--ease);
}

.team-card::before,
.resource-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--lime), var(--gold-light), var(--plum));
  content: "";
}

.team-card:hover,
.resource-card:hover {
  transform: translateY(-6px);
  border-color: rgba(194, 155, 93, 0.34);
  box-shadow: var(--shadow);
}

.team-card span,
.resource-card span {
  width: fit-content;
  margin-bottom: auto;
  color: var(--plum);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.team-card h3,
.resource-card h3 {
  margin-top: 44px;
}

.team-card p,
.resource-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.team-intro-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: end;
  margin-bottom: clamp(24px, 4vw, 42px);
  padding: clamp(24px, 5vw, 54px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(251, 250, 246, 0.9)),
    radial-gradient(circle at 10% 10%, rgba(178, 187, 28, 0.14), transparent 34%);
  border: 1px solid rgba(194, 155, 93, 0.18);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.team-intro-panel h2 {
  max-width: 820px;
}

.team-intro-panel p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
}

.team-stat-grid {
  display: grid;
  gap: 12px;
}

.team-stat {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--small-shadow);
}

.team-stat strong {
  color: var(--plum);
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 0.9;
}

.team-stat span {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.28;
}

.team-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: clamp(28px, 5vw, 54px);
}

.team-pill-row a {
  padding: 12px 15px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(178, 187, 28, 0.32);
  border-radius: 999px;
  box-shadow: var(--small-shadow);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.team-pill-row a:hover,
.team-pill-row a:focus-visible {
  transform: translateY(-2px);
  background: rgba(178, 187, 28, 0.14);
  border-color: rgba(178, 187, 28, 0.58);
  box-shadow: var(--shadow);
}

.team-group {
  display: grid;
  gap: 18px;
  margin-top: clamp(30px, 6vw, 70px);
}

.team-group:first-of-type {
  margin-top: 0;
}

.team-group-heading {
  display: grid;
  gap: 8px;
  max-width: 860px;
}

.team-group-heading span,
.team-lead-card span,
.team-section .team-card span {
  width: fit-content;
  color: var(--plum);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.team-group-heading h3,
.team-lead-card h4 {
  margin: 0;
}

.team-group-heading p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
}

.team-lead-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.doctor-team-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.doctor-team-grid .team-lead-card {
  grid-template-columns: 1fr;
  align-content: start;
}

.doctor-team-grid .team-lead-photo {
  width: 100%;
  max-height: 360px;
}

.team-lead-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(132px, 0.42fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 28px);
  align-items: center;
  padding: clamp(20px, 3vw, 30px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(251, 250, 246, 0.86)),
    radial-gradient(circle at 8% 14%, rgba(178, 187, 28, 0.12), transparent 30%);
  border: 1px solid rgba(194, 155, 93, 0.22);
  border-radius: 14px;
  box-shadow: var(--small-shadow);
  transition:
    transform 220ms var(--ease),
    box-shadow 220ms var(--ease),
    border-color 220ms var(--ease);
}

.team-lead-card:hover {
  transform: translateY(-5px);
  border-color: rgba(194, 155, 93, 0.4);
  box-shadow: var(--shadow);
}

.team-lead-photo,
.team-portrait {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(178, 187, 28, 0.1), rgba(118, 109, 160, 0.08)),
    #ffffff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.team-lead-photo {
  aspect-ratio: 4 / 5;
  box-shadow: 0 18px 38px rgba(32, 37, 39, 0.12);
}

.team-lead-photo img,
.team-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--portrait-position, center top);
}

.team-lead-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.team-section .team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.team-section .team-card {
  display: grid;
  gap: 0;
  min-height: auto;
  padding: 0;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 14px;
  box-shadow: var(--small-shadow);
}

.team-section .team-card::before {
  display: none;
}

.team-section .team-card:hover {
  transform: translateY(-5px);
  border-color: rgba(194, 155, 93, 0.34);
  box-shadow: var(--shadow);
}

.team-portrait {
  aspect-ratio: 4 / 5;
  border: 0;
  border-radius: 14px 14px 0 0;
}

.brand-team-portrait {
  isolation: isolate;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72) 0 30%, transparent 30% 100%),
    linear-gradient(32deg, rgba(118, 109, 160, 0.24) 0 23%, transparent 23% 100%),
    linear-gradient(128deg, #f1f4d4 0%, #dbe694 40%, #b9d5d3 70%, #d0c8e2 100%);
  box-shadow: inset 0 0 0 1px rgba(36, 57, 52, 0.08);
}

#team-dentists .brand-team-portrait,
.team-background-dentists .brand-team-portrait {
  background: linear-gradient(145deg, #ffffff 0%, #fdfdfb 62%, #f1f2ed 100%);
}

#team-administration .brand-team-portrait,
.team-background-administration .brand-team-portrait,
#team-assistants .brand-team-portrait,
.team-background-assistants .brand-team-portrait,
#team-hygienists .brand-team-portrait,
.team-background-hygienists .brand-team-portrait {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72) 0 30%, transparent 30% 100%),
    linear-gradient(32deg, rgba(45, 108, 114, 0.22) 0 23%, transparent 23% 100%),
    linear-gradient(128deg, #f1f4d4 0%, #dbe694 40%, #b9d5c0 72%, #8faf96 100%);
}

.brand-team-portrait::before,
.brand-team-portrait::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  pointer-events: none;
  transform: scale(var(--portrait-scale, 1));
  transform-origin: center bottom;
}

.brand-team-portrait::before {
  background-image: var(--portrait-base);
  filter: contrast(1.04) saturate(1.06);
  mix-blend-mode: multiply;
  opacity: 0.72;
}

.brand-team-portrait::after {
  z-index: 2;
  background-image: var(--portrait-art);
}

.brand-team-portrait img,
.team-lead-photo.brand-team-portrait img {
  position: absolute;
  right: auto;
  bottom: var(--portrait-lift, 0);
  left: 50%;
  z-index: 3;
  width: 100%;
  max-width: none;
  height: 100%;
  opacity: 1;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 16px 20px rgba(36, 57, 52, 0.24));
  transform: translateX(-50%) scale(var(--portrait-scale, 1));
  transform-origin: center bottom;
}

.cdcp-section {
  background:
    linear-gradient(120deg, rgba(178, 187, 28, 0.13), rgba(45, 108, 114, 0.08) 52%, rgba(118, 109, 160, 0.1)),
    #ffffff;
  border-top: 1px solid rgba(178, 187, 28, 0.18);
  border-bottom: 1px solid rgba(118, 109, 160, 0.14);
}

.cdcp-layout {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1.18fr) minmax(250px, 0.6fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
}

.cdcp-mark {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  color: var(--forest);
  background: linear-gradient(145deg, #dfe76f, #b9d5d3 58%, #d0c8e2);
  border-radius: 8px;
  box-shadow: var(--premium-shadow);
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: clamp(1.7rem, 4vw, 3.2rem);
  font-weight: 800;
}

.cdcp-copy h2,
.cdcp-mini-panel h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.cdcp-copy > p:not(.eyebrow),
.cdcp-mini-panel > div > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.cdcp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.cdcp-privacy-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 600;
}

.cdcp-facts {
  display: grid;
  gap: 12px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(178, 187, 28, 0.28);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
}

.cdcp-facts strong {
  color: var(--forest);
  font-size: 1rem;
}

.cdcp-facts span {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.cdcp-facts span::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--lime);
  border-radius: 50%;
  content: "";
}

.cdcp-mini-panel {
  margin-bottom: clamp(28px, 5vw, 52px);
  padding: clamp(24px, 5vw, 46px);
  background: linear-gradient(135deg, rgba(241, 244, 212, 0.88), rgba(255, 255, 255, 0.94) 58%, rgba(208, 200, 226, 0.35));
  border: 1px solid rgba(178, 187, 28, 0.28);
  border-radius: 8px;
}

.team-card-copy {
  display: grid;
  gap: 8px;
  padding: 18px 18px 20px;
}

.team-section .team-card h3 {
  margin: 0;
  font-size: clamp(1.28rem, 2.2vw, 1.62rem);
}

.team-section .team-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.team-group-feature {
  max-width: 920px;
}

.periodontist-card {
  grid-template-columns: minmax(140px, 0.3fr) minmax(0, 1fr);
  background:
    linear-gradient(135deg, rgba(31, 94, 87, 0.06), rgba(255, 255, 255, 0.96)),
    rgba(255, 255, 255, 0.94);
}

.categories-section,
.blog-archive-section {
  background:
    linear-gradient(135deg, rgba(178, 187, 28, 0.09), rgba(118, 109, 160, 0.08)),
    rgba(251, 250, 246, 0.94);
}

.category-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.category-pill-grid span {
  padding: 13px 16px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(178, 187, 28, 0.28);
  border-radius: 999px;
  box-shadow: var(--small-shadow);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.archive-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.archive-list a {
  display: grid;
  gap: 8px;
  min-height: 96px;
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
  font-weight: 800;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.archive-list a span {
  width: fit-content;
  color: var(--plum);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.archive-list a strong {
  align-self: end;
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  line-height: 1.18;
}

.archive-list a:hover,
.archive-list a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(118, 109, 160, 0.28);
  box-shadow: var(--shadow);
}

.archive-loading {
  grid-column: 1 / -1;
  margin: 0;
  padding: 20px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
}

.blog-search-card {
  display: grid;
  gap: 14px;
  margin: 0 auto 22px;
  padding: clamp(18px, 3vw, 26px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(178, 187, 28, 0.22);
  border-radius: 12px;
  box-shadow: var(--small-shadow);
}

.blog-search-card label {
  color: var(--ink);
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  font-weight: 800;
}

.blog-search-card div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.blog-search-card input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  outline: none;
}

.blog-search-card input:focus {
  border-color: rgba(118, 109, 160, 0.42);
  box-shadow: 0 0 0 4px rgba(118, 109, 160, 0.1);
}

.blog-search-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.blog-detail-section {
  background:
    radial-gradient(circle at 20% 10%, rgba(178, 187, 28, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(251, 250, 246, 0.96));
}

.blog-detail-card {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(194, 155, 93, 0.2);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.blog-detail-card h2 {
  margin-bottom: 18px;
}

.blog-article-body {
  display: grid;
  gap: 18px;
}

.blog-article-body p {
  margin: 0;
}

.blog-detail-card p:not(.eyebrow):not(.blog-source-note) {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.18rem);
  line-height: 1.8;
}

.blog-source-note {
  margin: 22px 0 0;
  padding-top: 18px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}

.form-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: start;
}

.form-intro {
  position: sticky;
  top: 112px;
}

.form-intro h1 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
}

.form-intro p {
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.16rem);
}

.patient-full-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 38px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.patient-full-form fieldset {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 26px);
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(251, 250, 246, 0.7);
}

.patient-full-form legend {
  padding: 0 10px;
  color: var(--plum);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-grid {
  display: grid;
  gap: 14px;
}

.form-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.patient-full-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.patient-full-form label span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.patient-full-form input,
.patient-full-form select,
.patient-full-form textarea {
  width: 100%;
  padding: 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
}

.patient-full-form textarea {
  resize: vertical;
}

.patient-full-form input:focus,
.patient-full-form select:focus,
.patient-full-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(194, 155, 93, 0.16);
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.checkbox-grid label,
.consent-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 48px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-transform: none;
  line-height: 1.35;
}

.checkbox-grid input,
.consent-line input {
  width: auto;
  margin-top: 3px;
}

.form-copy {
  margin-bottom: 0;
  color: var(--muted);
}

.coverage-table {
  display: grid;
  gap: 10px;
}

.coverage-table label {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(180px, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.coverage-table span {
  color: var(--forest);
  font-weight: 900;
}

.print-button {
  cursor: pointer;
}

.form-submit-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.first-visit-section {
  background:
    radial-gradient(circle at 88% 18%, rgba(118, 109, 160, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.visit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.visit-grid article,
.faq-item {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
  transition:
    transform 220ms var(--ease),
    box-shadow 220ms var(--ease),
    border-color 220ms var(--ease);
}

.visit-grid article:hover,
.faq-item:hover {
  transform: translateY(-5px);
  border-color: rgba(118, 109, 160, 0.28);
  box-shadow: var(--shadow);
}

.visit-grid span {
  display: block;
  margin-bottom: 30px;
  color: var(--plum);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visit-grid p,
.faq-item p {
  margin-bottom: 0;
}

.faq-item summary {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  font-size: clamp(1.02rem, 1.8vw, 1.24rem);
  font-weight: 900;
  line-height: 1.24;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--forest);
  background: rgba(178, 187, 28, 0.18);
  border: 1px solid rgba(178, 187, 28, 0.3);
  border-radius: 999px;
  content: "+";
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item[open] p {
  margin-top: 16px;
}

.smile-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.68fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  background:
    radial-gradient(circle at 14% 18%, rgba(118, 109, 160, 0.12), transparent 32%),
    radial-gradient(circle at 88% 82%, rgba(178, 187, 28, 0.13), transparent 28%),
    rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.smile-copy {
  display: grid;
  gap: clamp(22px, 4vw, 34px);
}

.smile-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.smile-grid article {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
}

.smile-grid span {
  width: fit-content;
  margin-bottom: auto;
  color: var(--plum);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.smile-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.smile-visual {
  position: relative;
  min-height: clamp(360px, 42vw, 540px);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--premium-shadow);
}

.smile-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(32, 37, 39, 0.02), rgba(32, 37, 39, 0.24)),
    radial-gradient(circle at 82% 18%, rgba(178, 187, 28, 0.24), transparent 34%);
  content: "";
  pointer-events: none;
}

.smile-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.06) contrast(1.02);
}

.representative-note {
  max-width: 820px;
  padding: 14px 16px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 700;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.doctor-story-section {
  position: relative;
  isolation: isolate;
  min-height: clamp(560px, 66vw, 720px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 246, 240, 0.94)),
    var(--soft);
}

.doctor-story-section::before {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -2;
  width: min(66vw, 940px);
  background:
    linear-gradient(90deg, rgba(251, 250, 246, 0.94) 0%, rgba(251, 250, 246, 0.42) 12%, rgba(251, 250, 246, 0.08) 25%, rgba(251, 250, 246, 0) 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1)),
    url("assets/owners-shulman-clear.jpg") center right / cover no-repeat;
  content: "";
}

.doctor-story-section::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 16% 18%, rgba(178, 187, 28, 0.12), transparent 30%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 250, 246, 0.94) 36%, rgba(251, 250, 246, 0.2) 55%, rgba(251, 250, 246, 0) 72%);
  content: "";
}

.doctor-story-section .eyebrow {
  color: var(--plum);
}

.doctor-copy {
  position: relative;
  z-index: 1;
  max-width: min(700px, 52vw);
}

.doctor-copy p {
  color: var(--muted);
}

.doctor-intro {
  margin-bottom: 16px;
  color: var(--forest) !important;
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
  font-weight: 800;
}

.doctor-copy .text-link {
  color: var(--plum);
}

.doctor-cta {
  margin-top: 12px;
}

.about-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-image::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 94px;
  height: 94px;
  background: var(--lime);
  border-radius: 50%;
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.72;
}

.about-image img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center;
}

.about-copy p {
  margin-bottom: 18px;
}

.text-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--teal);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.text-link::after {
  margin-left: 10px;
  content: "->";
}

.experience-section {
  background:
    linear-gradient(135deg, rgba(118, 109, 160, 0.1), rgba(178, 187, 28, 0.12)),
    rgba(251, 250, 246, 0.94);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.experience-section .eyebrow {
  color: var(--plum);
}

.experience-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 76px);
}

.experience-feature {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 4vw, 38px);
  color: var(--white);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(32, 37, 39, 0.04), rgba(32, 37, 39, 0.72)),
    url("assets/site-photos/anxiety-free-dentistry.jpg") center / cover no-repeat;
}

.experience-feature p {
  color: #dfe77a;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.experience-feature h3 {
  max-width: 540px;
  margin-bottom: 0;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.05;
}

.experience-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.experience-list div {
  padding: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
  transition:
    transform 220ms var(--ease),
    box-shadow 220ms var(--ease),
    border-color 220ms var(--ease);
}

.experience-list div:hover {
  transform: translateY(-5px);
  border-color: rgba(118, 109, 160, 0.28);
  box-shadow: var(--shadow);
}

.experience-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.reviews-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(178, 187, 28, 0.14), transparent 30%),
    radial-gradient(circle at 8% 80%, rgba(118, 109, 160, 0.09), transparent 28%),
    rgba(247, 246, 240, 0.94);
  backdrop-filter: blur(18px);
}

.review-heading {
  max-width: 900px;
}

.review-source-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.review-source-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(229, 230, 223, 0.92);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
  transition:
    transform 220ms var(--ease),
    box-shadow 220ms var(--ease),
    border-color 220ms var(--ease);
}

.review-source-card:hover {
  transform: translateY(-5px);
  border-color: rgba(194, 155, 93, 0.32);
  box-shadow: var(--shadow);
}

.review-source-card {
  display: grid;
  align-content: space-between;
  min-height: 310px;
  padding: clamp(24px, 3vw, 34px);
}

.review-source-card::after {
  position: absolute;
  right: 22px;
  bottom: 8px;
  color: rgba(178, 187, 28, 0.13);
  content: "\201C";
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: clamp(6rem, 12vw, 10rem);
  line-height: 1;
  pointer-events: none;
}

.review-source-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.review-source-top span {
  display: block;
  color: var(--plum);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.review-source-top strong {
  color: var(--ink);
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 0.98;
}

.star-visual {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-bottom: 18px;
  color: var(--lime-dark);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  letter-spacing: 0.16em;
}

.review-source-card p {
  position: relative;
  z-index: 1;
  color: var(--muted);
}

.review-source-button {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-top: 14px;
}

.review-note {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.review-wall-section {
  background:
    radial-gradient(circle at 8% 10%, rgba(178, 187, 28, 0.16), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(118, 109, 160, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(251, 250, 246, 0.98), rgba(255, 255, 255, 0.94));
}

.review-summary-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.review-stat-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: clamp(22px, 3vw, 30px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(229, 230, 223, 0.94);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
}

.review-stat-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--lime), var(--gold-light), var(--plum));
  content: "";
}

.review-stat-card.featured {
  background:
    linear-gradient(135deg, rgba(178, 187, 28, 0.14), rgba(255, 255, 255, 0.92) 44%),
    var(--white);
}

.review-stat-card span,
.review-card-top span {
  display: block;
  color: var(--plum);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.page-hero-disclosure {
  position: absolute;
  right: 18px;
  bottom: 14px;
  z-index: 2;
  margin: 0;
  padding: 7px 9px;
  color: rgba(32, 37, 39, 0.76);
  background: rgba(255, 255, 255, 0.88);
  border-radius: 6px;
  font-size: 0.67rem;
  font-weight: 700;
}

.doctor-since {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.team-proof-list {
  display: grid;
  gap: 12px;
  align-content: center;
}

.team-proof-list span {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 0.9rem;
  font-weight: 800;
}

.team-proof-list svg {
  width: 22px;
  height: 22px;
  color: var(--plum);
}

.team-card-copy h4 {
  margin: 0 0 8px;
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: clamp(1.2rem, 1.9vw, 1.5rem);
  line-height: 1.12;
}

.service-index-section .service-card {
  display: flex;
  flex-direction: column;
}

.service-index-section .service-card .service-link {
  margin-top: auto;
  padding-top: 18px;
  color: var(--forest);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-index-section .service-card-emergency .service-number {
  color: #ffffff;
  background: var(--plum);
}

.service-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-category-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: clamp(26px, 4vw, 42px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--small-shadow);
}

.service-category-card h3 {
  margin: 20px 0 10px;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
}

.service-category-card > p {
  margin: 0;
  color: var(--muted);
}

.service-category-urgent {
  background: linear-gradient(145deg, #fffdf9, #f5f1f7);
  border-color: rgba(98, 54, 96, 0.22);
}

.service-category-urgent .service-number {
  color: #ffffff;
  background: var(--plum);
}

.service-group-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 26px;
  padding: 0;
  list-style: none;
}

.service-group-list li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  line-height: 1.55;
}

.service-group-list li::before {
  position: absolute;
  top: 0.62em;
  left: 2px;
  width: 8px;
  height: 8px;
  background: var(--lime-dark);
  border-radius: 50%;
  content: "";
}

.service-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: auto;
}

.service-guide-links a {
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-guidance-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  background: #eef0df;
}

.service-guidance-strip h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.service-guidance-strip .hero-actions {
  justify-content: flex-end;
}

@media (max-width: 860px) {
  .service-category-grid,
  .service-guidance-strip {
    grid-template-columns: 1fr;
  }

  .service-category-card {
    min-height: 0;
  }

  .service-guidance-strip .hero-actions {
    justify-content: flex-start;
  }
}

.cost-guide-section {
  background: #ffffff;
}

.cost-question-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cost-question-grid article {
  min-height: 230px;
  padding: 28px;
  background: #fbfaf6;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.cost-question-grid svg {
  width: 28px;
  height: 28px;
  color: var(--plum);
}

.cost-question-grid h3 {
  margin: 30px 0 10px;
}

.cost-question-grid p {
  margin: 0;
  color: var(--muted);
}

.insurance-clarity-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: start;
  background: #eef0d9;
}

.cdcp-welcome-section {
  background: #ffffff;
}

.cdcp-welcome-section > div:first-child {
  max-width: 800px;
}

.cdcp-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0;
  padding: 0;
  list-style: none;
}

.cdcp-steps li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  padding: 24px;
  background: #fbfaf6;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.cdcp-steps li > span {
  color: var(--plum);
  font-size: 0.74rem;
  font-weight: 900;
}

.cdcp-steps h3,
.cdcp-steps p {
  margin: 0;
}

.cdcp-steps p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.88rem;
}

@media (max-width: 800px) {
  .cost-question-grid,
  .cdcp-steps,
  .insurance-clarity-section {
    grid-template-columns: 1fr;
  }
}

.service-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1.14fr);
  min-height: clamp(620px, 72vh, 820px);
  background: #fbfaf6;
}

.service-detail-hero-copy {
  align-self: center;
  padding: clamp(48px, 7vw, 96px) clamp(20px, 6vw, 76px);
}

.service-detail-hero-copy h1 {
  max-width: 720px;
  margin: 12px 0 22px;
  font-size: clamp(3rem, 5.8vw, 6rem);
  line-height: 0.98;
}

.service-detail-hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.8vw, 1.2rem);
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 24px;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.back-link svg {
  width: 17px;
  height: 17px;
}

.service-detail-hero-media {
  position: relative;
  min-height: inherit;
  margin: 0;
  overflow: hidden;
}

.service-detail-hero-media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #fbfaf6 0%, rgba(251, 250, 246, 0.58) 10%, rgba(251, 250, 246, 0) 28%);
  content: "";
}

.service-detail-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-hero-media figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  padding: 7px 9px;
  color: rgba(32, 37, 39, 0.76);
  background: rgba(255, 255, 255, 0.88);
  border-radius: 6px;
  font-size: 0.67rem;
  font-weight: 700;
}

.service-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 clamp(20px, 6vw, 76px);
  background: var(--forest);
}

.service-proof-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 84px;
  padding: 18px;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.84rem;
  font-weight: 800;
  text-align: center;
}

.service-proof-strip span:last-child {
  border-right: 0;
}

.service-proof-strip svg {
  width: 22px;
  height: 22px;
  color: #dbe457;
}

.service-explainer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: start;
}

.service-prose > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 12px 14px 12px 42px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.check-list li::before {
  position: absolute;
  top: 14px;
  left: 16px;
  color: var(--lime-dark);
  font-weight: 900;
  content: "✓";
}

.service-callout {
  padding: 30px;
  background: #eef0d9;
  border-radius: 8px;
}

.service-callout > svg {
  width: 34px;
  height: 34px;
  color: var(--plum);
}

.service-callout h3 {
  margin: 22px 0 10px;
}

.service-callout p {
  margin: 0;
  color: var(--muted);
}

.service-process-section {
  background: #ffffff;
}

.service-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-process li {
  min-height: 250px;
  padding: 26px;
  background: #fbfaf6;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-process li > span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--plum);
  font-size: 0.74rem;
  font-weight: 900;
}

.service-process h3 {
  margin-bottom: 10px;
  font-size: 1.16rem;
}

.service-process p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.cost-clarity-panel,
.service-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
}

.cost-clarity-panel {
  color: #ffffff;
  background: var(--forest);
}

.cost-clarity-panel .eyebrow {
  color: #dbe457;
}

.cost-clarity-panel h2 {
  color: #ffffff;
}

.cost-clarity-panel p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
}

.cost-actions {
  display: grid;
  gap: 14px;
  justify-items: center;
}

.cost-clarity-panel .text-link {
  color: #ffffff;
}

.service-final-cta {
  background: #eef0d9;
}

.service-final-cta > div:last-child {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

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

  .service-detail-hero-media {
    min-height: clamp(360px, 72vw, 560px);
  }

  .service-detail-hero-media::before {
    background: linear-gradient(180deg, #fbfaf6 0%, rgba(251, 250, 246, 0) 20%);
  }

  .service-explainer,
  .cost-clarity-panel,
  .service-final-cta {
    grid-template-columns: 1fr;
  }

  .service-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .service-proof-strip,
  .service-process {
    grid-template-columns: 1fr;
  }

  .service-proof-strip span {
    justify-content: flex-start;
    min-height: 68px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .service-proof-strip span:last-child {
    border-bottom: 0;
  }

  .service-process li {
    min-height: 210px;
  }
}

.review-stat-card strong {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 0.96;
}

.review-stat-card:not(.featured) strong {
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
}

.review-stat-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.compact-sources {
  margin-top: 8px;
}

.compact-sources .review-source-card {
  min-height: 250px;
}

.google-review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.google-review-card {
  position: relative;
  overflow: hidden;
  min-height: 198px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)),
    var(--white);
  border: 1px solid rgba(229, 230, 223, 0.92);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
  transition:
    transform 220ms var(--ease),
    box-shadow 220ms var(--ease),
    border-color 220ms var(--ease);
}

.google-review-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--lime), var(--gold-light), var(--teal));
  content: "";
}

.google-review-card:hover {
  transform: translateY(-5px);
  border-color: rgba(178, 187, 28, 0.36);
  box-shadow: var(--shadow);
}

.google-review-card span,
.google-review-card small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.google-review-card .star-visual {
  margin: 18px 0 16px;
  color: var(--gold);
  font-size: 0.95rem;
}

.google-review-card p {
  margin-bottom: 20px;
  color: var(--forest);
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.08;
}

.google-review-card small {
  margin-top: auto;
  color: var(--plum);
}

.review-wall-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.homepage-review-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.homepage-review-summary {
  margin-bottom: 28px;
}

.review-wall-card {
  min-height: 220px;
  padding: 24px;
}

.review-wall-card p {
  color: var(--forest);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.38;
}

.review-wall-card .star-visual {
  margin: 16px 0 18px;
  font-size: 0.86rem;
  letter-spacing: 0.13em;
}

.review-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.review-card-top strong {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
  text-align: right;
}

.review-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.faq-section {
  background:
    linear-gradient(135deg, rgba(178, 187, 28, 0.09), rgba(118, 109, 160, 0.08)),
    rgba(251, 250, 246, 0.94);
  backdrop-filter: blur(18px);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 0.85fr);
  gap: clamp(34px, 7vw, 92px);
  background: rgba(247, 246, 240, 0.9);
  backdrop-filter: blur(18px);
}

.final-cta-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(31, 94, 87, 0.94), rgba(36, 57, 52, 0.96)),
    var(--forest);
  color: #ffffff;
}

.final-cta-section .eyebrow,
.final-cta-section p {
  color: rgba(255, 255, 255, 0.82);
}

.final-cta-section h2 {
  margin-bottom: 12px;
  color: #ffffff;
}

.final-cta-section p {
  max-width: 680px;
  margin-bottom: 0;
  font-size: clamp(1rem, 1.8vw, 1.16rem);
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.detail-list {
  display: grid;
  gap: 14px;
  margin: 34px 0;
}

.detail-list div,
.hours-card,
.contact-form,
.map-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
}

.detail-list div {
  padding: 20px;
}

.detail-list span {
  display: block;
  margin-bottom: 6px;
  color: var(--lime-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail-list a {
  color: var(--ink);
  font-weight: 800;
}

.detail-list .instagram-profile-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: var(--plum);
}

.instagram-mark {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  background: linear-gradient(135deg, var(--plum) 0%, var(--teal) 58%, var(--lime) 100%);
  border-radius: 10px;
  box-shadow: 0 7px 16px rgba(36, 57, 52, 0.2);
}

.instagram-mark::before {
  position: absolute;
  inset: 7px;
  content: "";
  border: 2px solid var(--white);
  border-radius: 6px;
}

.instagram-mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  content: "";
  border: 2px solid var(--white);
  border-radius: 50%;
  box-shadow: 7px -7px 0 -2px var(--white);
  transform: translate(-50%, -50%);
}

.hours-card {
  padding: 24px;
}

.hours-card h3 {
  margin-bottom: 18px;
}

dl,
dt,
dd {
  margin: 0;
}

.hours-card dl {
  display: grid;
  gap: 14px;
}

.hours-card dl div {
  display: grid;
  grid-template-columns: minmax(130px, 0.55fr) minmax(160px, 1fr);
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.hours-card dt {
  color: var(--ink);
  font-weight: 800;
}

.hours-card dd {
  color: var(--muted);
}

.contact-panel {
  display: grid;
  gap: 18px;
}

.form-button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-status {
  min-height: 1.4em;
  margin: 0;
  color: var(--teal);
  font-size: 0.92rem;
  font-weight: 700;
}

.form-status.is-success {
  color: #4f6810;
}

.form-status.is-error {
  color: #a02c2c;
}

.form-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.review-wall-card blockquote {
  margin: 14px 0;
  padding-left: 14px;
  color: var(--plum);
  border-left: 3px solid var(--lime);
  font-weight: 800;
  line-height: 1.45;
}

.trust-bar {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.homepage-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.map-card {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  background: #f2f2eb;
}

.map-card iframe {
  width: 100%;
  min-height: 320px;
  display: block;
  border: 0;
}

.map-directions {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  color: var(--dark);
  background: linear-gradient(135deg, #c8d424, var(--gold-light));
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(32, 37, 39, 0.2);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 28px clamp(20px, 6vw, 76px);
  background: var(--white);
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: min(210px, 56vw);
  height: auto;
  object-fit: contain;
}

.site-footer p {
  margin-bottom: 0;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  justify-content: flex-end;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.thank-you-page {
  min-height: 100vh;
}

.thank-you-section {
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 42px;
  padding: clamp(30px, 6vw, 76px);
}

.thank-you-section .brand img {
  width: min(260px, 70vw);
}

.thank-you-card {
  max-width: 760px;
  padding: clamp(28px, 6vw, 58px);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--premium-shadow);
}

.thank-you-card h1 {
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 7vw, 4.8rem);
}

.thank-you-card p {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
}

.mobile-booking {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 25;
  display: none;
  max-width: calc(100vw - 28px);
  grid-template-columns: 1fr 1.15fr;
  gap: 8px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(229, 230, 223, 0.92);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(32, 37, 39, 0.26);
  backdrop-filter: blur(14px);
}

.mobile-booking a {
  min-width: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.mobile-booking a:last-child {
  background: linear-gradient(135deg, #c8d424, var(--gold-light));
  border-color: transparent;
}

.chat-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 35;
  display: grid;
  justify-items: end;
  gap: 12px;
  font-family: "Inter", system-ui, sans-serif;
}

.chat-toggle {
  position: relative;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  color: var(--dark);
  background: linear-gradient(135deg, #c8d424, var(--gold-light));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 44px rgba(32, 37, 39, 0.2);
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition:
    transform 220ms var(--ease),
    box-shadow 220ms var(--ease);
}

.chat-toggle:hover,
.chat-toggle:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(32, 37, 39, 0.24);
}

.chat-toggle.has-unread {
  box-shadow: 0 0 0 5px rgba(162, 60, 80, 0.2), 0 24px 54px rgba(32, 37, 39, 0.24);
}

.chat-toggle.has-unread .chat-pulse {
  background: #a23c50;
  box-shadow: 0 0 0 7px rgba(162, 60, 80, 0.18);
}

.chat-pulse {
  width: 10px;
  height: 10px;
  background: var(--plum);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(118, 109, 160, 0.42);
  animation: pulseDot 1.8s ease-out infinite;
}

.chat-panel {
  order: -1;
  width: min(430px, calc(100vw - 28px));
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(229, 230, 223, 0.94);
  border-radius: 8px;
  box-shadow: 0 26px 80px rgba(32, 37, 39, 0.22);
  backdrop-filter: blur(18px);
  transform-origin: right bottom;
  animation: chatEnter 240ms var(--ease) both;
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(36, 57, 52, 0.98), rgba(118, 109, 160, 0.94)),
    var(--forest);
}

.chat-header strong,
.chat-header span {
  display: block;
}

.chat-header strong {
  font-size: 1.02rem;
  line-height: 1.2;
}

.chat-header span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.chat-close {
  width: 34px;
  height: 34px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  cursor: pointer;
  font-weight: 900;
}

.chat-messages {
  max-height: 280px;
  display: grid;
  gap: 10px;
  overflow: auto;
  padding: 16px;
  background:
    radial-gradient(circle at 0% 0%, rgba(178, 187, 28, 0.11), transparent 34%),
    #fbfaf6;
}

.chat-live-status {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 16px;
  color: var(--forest);
  background: rgba(241, 244, 212, 0.72);
  border-bottom: 1px solid rgba(178, 187, 28, 0.22);
  font-size: 0.8rem;
  font-weight: 800;
}

.chat-status-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  background: #a0a5a2;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(160, 165, 162, 0.12);
}

.chat-status-dot.is-online {
  background: #3a976b;
  box-shadow: 0 0 0 4px rgba(58, 151, 107, 0.14);
}

.chat-live-entry {
  padding: 0 16px 12px;
  background: #fbfaf6;
}

.chat-live-button {
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--forest), var(--teal));
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
}

.chat-live-button:disabled {
  color: var(--muted);
  background: #eceee8;
  cursor: not-allowed;
}

.chat-live-button.is-connected {
  color: #ffffff;
  background: #3a976b;
}

.chat-panel.is-live .chat-actions,
.chat-panel.is-live .chat-cta {
  display: none;
}

.chat-panel.is-live .chat-live-entry {
  padding-top: 12px;
}

.chat-message {
  width: fit-content;
  max-width: 88%;
  padding: 11px 13px;
  border-radius: 8px;
  font-size: 0.92rem;
  line-height: 1.4;
  animation: messageIn 180ms var(--ease) both;
}

.chat-message.bot {
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
}

.chat-message.user {
  justify-self: end;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--plum));
}

.chat-message.receptionist {
  color: var(--ink);
  background: rgba(241, 244, 212, 0.92);
  border: 1px solid rgba(178, 187, 28, 0.34);
}

.chat-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  padding: 0 16px 14px;
  background: #fbfaf6;
}

.chat-actions button {
  min-height: 42px;
  padding: 10px 11px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(178, 187, 28, 0.28);
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.chat-actions button:hover,
.chat-actions button:focus-visible {
  transform: translateY(-2px);
  background: var(--white);
  border-color: rgba(178, 187, 28, 0.56);
}

.chat-cta {
  display: grid;
  gap: 8px;
  padding: 0 16px 16px;
  background: #fbfaf6;
}

.chat-cta .button {
  min-height: 46px;
  width: 100%;
  padding: 12px 14px;
  font-size: 0.78rem;
}

.chat-privacy-note {
  margin: 0;
  padding: 0 16px 14px;
  color: var(--muted);
  background: #fbfaf6;
  font-size: 0.78rem;
  font-weight: 700;
}

.chat-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 14px;
  background: var(--white);
  border-top: 1px solid var(--line);
}

.chat-form input {
  min-width: 0;
  padding: 12px;
  color: var(--ink);
  background: #fbfbf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
}

.chat-form input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(194, 155, 93, 0.14);
}

.chat-form button {
  padding: 12px 14px;
  color: var(--dark);
  background: var(--lime);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
}

.chat-form input:disabled,
.chat-form button:disabled {
  color: var(--muted);
  background: #eceee8;
  cursor: not-allowed;
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes imageFloat {
  from {
    opacity: 0;
    transform: translateY(-45%) translateX(28px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(-48%) translateX(0) scale(1);
  }
}

@keyframes pulseDot {
  0% {
    box-shadow: 0 0 0 0 rgba(118, 109, 160, 0.42);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(118, 109, 160, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(118, 109, 160, 0);
  }
}

@keyframes chatEnter {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes messageIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .main-nav {
    gap: 16px;
    font-size: 0.78rem;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-grid article,
  .why-grid article:nth-child(n + 4) {
    grid-column: auto;
    min-height: 164px;
  }

  .quick-points,
  .stats-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-copy,
  .smile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-photo-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-ribbon div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .stats-ribbon div:nth-child(4) {
    border-top: 1px solid var(--line);
  }

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

  .trust-bar div:nth-child(4) {
    border-left: 0;
  }

  .photo-section {
    grid-template-columns: 1fr;
  }

  .photo-copy {
    max-width: 760px;
  }

  .google-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-stat-card.featured {
    grid-column: 1 / -1;
  }

  .forms-layout,
  .insurance-layout {
    grid-template-columns: 1fr;
  }

  .form-resource-grid,
  .patient-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insurance-copy {
    position: static;
  }

  .service-grid.expanded,
  .team-grid,
  .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-intro-panel {
    grid-template-columns: 1fr;
  }

  .team-section .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form-shell {
    grid-template-columns: 1fr;
  }

  .form-intro {
    position: static;
  }

  .form-grid.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  body {
    background-attachment: scroll;
    background-position: center top;
  }

  .site-header {
    min-height: 72px;
  }

  .menu-toggle {
    display: block;
    position: relative;
    z-index: 31;
  }

  .main-nav {
    position: fixed;
    top: 72px;
    right: 0;
    left: 0;
    max-height: calc(100vh - 72px);
    z-index: 30;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    overflow: auto;
    padding: 12px 28px 28px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 22px 48px rgba(32, 37, 39, 0.14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  body.nav-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    font-size: 1.05rem;
  }

  .main-nav .nav-cta {
    margin-top: 18px;
    text-align: center;
  }

  .hero {
    min-height: auto;
    display: block;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 246, 240, 0.94) 54%, rgba(247, 246, 240, 0.72) 100%),
      url("assets/original-site/original-office-hero-clean.jpg") center bottom / cover no-repeat,
      linear-gradient(135deg, #ffffff 0%, #fbfaf6 60%, #f0f3d7 100%);
    padding-bottom: clamp(260px, 62vw, 440px);
  }

  .patient-hero {
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.97) 0%, rgba(247, 246, 240, 0.92) 60%, rgba(247, 246, 240, 0.68) 100%),
      url("assets/original-site/original-office-hero-clean.jpg") center bottom / cover no-repeat,
      linear-gradient(135deg, #ffffff 0%, #fbfaf6 60%, #f0f3d7 100%);
  }

  .page-hero {
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.97) 0%, rgba(247, 246, 240, 0.92) 60%, rgba(247, 246, 240, 0.68) 100%),
      url("assets/original-site/original-office-hero-clean.jpg") center bottom / cover no-repeat,
      linear-gradient(135deg, #ffffff 0%, #fbfaf6 60%, #f0f3d7 100%);
  }

  .trust-bar,
  .photo-section,
  .quick-call-section,
  .about-section,
  .doctor-story-section,
  .hero,
  .smile-section,
  .experience-layout,
  .contact-section,
  .final-cta-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .final-cta-actions {
    justify-content: flex-start;
  }

  .trust-bar div,
  .trust-bar div:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .trust-bar div:first-child {
    border-top: 0;
  }

  .experience-list,
  .why-grid,
  .visit-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .review-source-grid,
  .review-summary-grid {
    grid-template-columns: 1fr;
  }

  .review-stat-card.featured {
    grid-column: auto;
  }

  .google-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-lead-grid,
  .team-lead-card,
  .periodontist-card {
    grid-template-columns: 1fr;
  }

  .team-lead-photo {
    max-width: 280px;
  }

  .carrier-list {
    grid-template-columns: 1fr;
  }

  .blog-search-card div,
  .form-grid.two,
  .form-grid.three,
  .checkbox-grid,
  .archive-list,
  .coverage-table label {
    grid-template-columns: 1fr;
  }

  .experience-feature {
    min-height: 390px;
  }

  .smile-visual {
    min-height: clamp(300px, 58vw, 420px);
  }

  .site-footer {
    text-align: center;
    justify-items: center;
  }

  .hero-content,
  .photo-copy,
  .quick-copy,
  .doctor-copy,
  .section-heading,
  .contact-details {
    max-width: none;
  }

  .doctor-story-section {
    min-height: auto;
    display: block;
    padding-bottom: clamp(338px, 76vw, 470px);
  }

  .doctor-story-section::before {
    top: auto;
    right: clamp(20px, 6vw, 76px);
    bottom: clamp(34px, 7vw, 68px);
    left: clamp(20px, 6vw, 76px);
    width: auto;
    height: clamp(270px, 62vw, 390px);
    border: 1px solid rgba(229, 230, 223, 0.86);
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.02) 42%, rgba(32, 37, 39, 0.2) 100%),
      url("assets/owners-shulman-clear.jpg") center / cover no-repeat;
    box-shadow: var(--shadow);
  }

  .doctor-story-section::after {
    background:
      radial-gradient(circle at 18% 14%, rgba(178, 187, 28, 0.1), transparent 32%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 250, 246, 0.94) 58%, rgba(251, 250, 246, 0.3) 100%);
  }

  .footer-links {
    justify-content: center;
  }

  .mobile-booking {
    display: grid;
  }

  body {
    padding-bottom: 92px;
  }

  .chat-widget {
    right: 14px;
    bottom: 116px;
  }

  .chat-panel {
    width: calc(100vw - 28px);
  }
}

@media (max-width: 620px) {
  .brand img {
    width: min(222px, 58vw);
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
  }

  h1 {
    font-size: clamp(2.08rem, 9.2vw, 2.42rem);
    line-height: 0.98;
  }

  .mobile-title-break {
    display: block;
  }

  .hero-copy {
    max-width: min(100%, 320px);
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions {
    gap: 10px;
  }

  .button {
    width: 100%;
  }

  .mobile-booking {
    left: 10px;
    right: 10px;
    max-width: calc(100vw - 20px);
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 6px;
  }

  .mobile-booking a {
    min-height: 46px;
    padding: 9px 4px;
    font-size: 0.76rem;
    letter-spacing: 0;
  }

  .service-grid,
  .why-grid,
  .photo-grid,
  .site-photo-band,
  .visit-grid,
  .seo-copy,
  .smile-grid,
    .team-grid,
    .resource-grid,
    .form-resource-grid,
    .patient-step-grid,
    .review-summary-grid,
    .review-source-grid,
    .google-review-grid,
  .faq-grid,
  .quick-points,
  .stats-ribbon {
    grid-template-columns: 1fr;
  }

  .team-intro-panel {
    padding: 20px;
    border-radius: 12px;
  }

  .team-stat {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .team-pill-row {
    gap: 8px;
  }

  .team-pill-row a {
    width: 100%;
    text-align: center;
  }

  .team-lead-card {
    padding: 18px;
  }

  .team-lead-photo {
    max-width: 220px;
  }

  .team-section .team-grid {
    grid-template-columns: 1fr;
  }

  .photo-card,
  .photo-card-large {
    min-height: 240px;
  }

  .photo-grid {
    grid-auto-rows: auto;
  }

  .photo-card-large {
    grid-row: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .photo-card:not(.photo-card-large) {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .stats-ribbon div,
  .stats-ribbon div:nth-child(3),
  .stats-ribbon div:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .stats-ribbon div:first-child {
    border-top: 0;
  }

  .service-card {
    min-height: 220px;
  }

  .service-grid.expanded .service-card,
  .team-card,
  .resource-card,
  .review-wall-card {
    min-height: auto;
  }

  .patient-full-form {
    padding: 16px;
  }

  .patient-full-form fieldset {
    padding: 16px;
  }

  .checkbox-grid label,
  .consent-line,
  .coverage-table label {
    min-height: auto;
  }

  .form-resource-card,
  .patient-step {
    min-height: auto;
  }

  .form-resource-top strong {
    font-size: clamp(1.45rem, 8vw, 1.85rem);
  }

  .hero-proof {
    display: flex;
  }

  .chat-toggle {
    width: 52px;
    min-width: 54px;
    height: 54px;
    min-height: 54px;
    justify-content: center;
    gap: 0;
    padding: 0;
    font-size: 0;
  }

  .chat-toggle::after {
    font-size: 1.08rem;
    content: "?";
  }

  .chat-pulse {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 8px;
    height: 8px;
  }

  .chat-messages {
    max-height: 190px;
  }

  .chat-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chat-panel {
    max-height: calc(100vh - 190px);
    overflow-y: auto;
  }

  .hours-card dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

}

/* Visual refinements for the About, Patients, and Blog pages. */
.about-doctor-section {
  min-height: clamp(520px, 44vw, 620px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #f7f6f0 58%, #eff0df 100%);
}

.about-doctor-section::before {
  inset: 0;
  width: auto;
  background:
    linear-gradient(90deg, #f7f6f0 0%, rgba(247, 246, 240, 0.96) 35%, rgba(247, 246, 240, 0.34) 50%, rgba(247, 246, 240, 0.02) 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(43, 77, 72, 0.08)),
    url("assets/doctors-black-scrubs-about-2026-v4.jpg") right center / auto 100% no-repeat;
  filter: saturate(0.96) contrast(1.02) brightness(1.03);
}

.about-doctor-section::after {
  background:
    radial-gradient(circle at 14% 16%, rgba(178, 187, 28, 0.13), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(251, 250, 246, 0.96) 34%, rgba(251, 250, 246, 0.35) 47%, rgba(251, 250, 246, 0) 62%);
}

.about-doctor-section .doctor-copy {
  max-width: min(520px, 39vw);
}

.about-doctor-section .doctor-copy p {
  max-width: 510px;
  font-size: clamp(1rem, 1.35vw, 1.1rem);
  line-height: 1.62;
}

.about-team-photo {
  object-fit: cover !important;
  object-position: 68% 44% !important;
  background: #e8eadc;
}

.blog-featured-section {
  padding-top: clamp(62px, 8vw, 112px);
  padding-bottom: clamp(62px, 8vw, 112px);
}

.blog-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.blog-feature-card {
  position: relative;
  display: grid;
  grid-template-rows: minmax(172px, 15vw) auto auto;
  gap: 10px;
  min-height: 330px;
  overflow: hidden;
  padding: 0 22px 24px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), border-color 220ms var(--ease);
}

.blog-feature-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--lime), var(--gold-light), var(--plum));
  content: "";
}

.blog-feature-card:hover,
.blog-feature-card:focus-visible {
  color: var(--ink);
  border-color: rgba(194, 155, 93, 0.36);
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.blog-feature-card img {
  width: calc(100% + 44px);
  height: 100%;
  margin-left: -22px;
  object-fit: cover;
  filter: saturate(0.9) brightness(1.05);
  transition: transform 440ms var(--ease), filter 260ms var(--ease);
}

.blog-feature-card:hover img {
  filter: saturate(1) brightness(1.05);
  transform: scale(1.035);
}

.blog-feature-card span {
  align-self: end;
  color: var(--plum);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-feature-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.08;
}

.blog-archive-section {
  padding-top: clamp(62px, 8vw, 108px);
}

.blog-search-card {
  gap: 18px;
  max-width: 980px;
  padding: clamp(18px, 3.2vw, 28px);
  border-radius: 8px;
}

.blog-search-card div {
  grid-template-columns: 1fr;
}

.category-pill-grid {
  gap: 8px;
}

.category-pill-grid button {
  appearance: none;
  padding: 10px 13px;
  color: var(--forest);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(178, 187, 28, 0.28);
  border-radius: 999px;
  box-shadow: none;
  font: inherit;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.category-pill-grid button:hover,
.category-pill-grid button:focus-visible {
  background: rgba(178, 187, 28, 0.16);
  border-color: rgba(178, 187, 28, 0.58);
  transform: translateY(-2px);
}

.category-pill-grid button[aria-pressed="true"] {
  color: #24302f;
  background: var(--lime);
  border-color: var(--lime);
}

.archive-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.archive-list a {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 14px 16px;
}

.archive-list a span {
  min-width: 62px;
  padding-right: 12px;
  border-right: 1px solid var(--line);
  line-height: 1.25;
}

.archive-list a strong {
  align-self: center;
  font-family: Inter, sans-serif;
  font-size: clamp(0.98rem, 1.35vw, 1.08rem);
  line-height: 1.25;
}

.archive-actions {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

[data-blog-load-more][hidden] {
  display: none;
}

@media (max-width: 860px) {
  .about-doctor-section {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: clamp(348px, 75vw, 460px);
  }

  .about-doctor-section .doctor-copy {
    max-width: 590px;
  }

  .about-doctor-section::before {
    top: auto;
    right: clamp(20px, 6vw, 76px);
    bottom: clamp(28px, 7vw, 64px);
    left: clamp(20px, 6vw, 76px);
    width: auto;
    height: clamp(270px, 62vw, 390px);
    border: 1px solid rgba(229, 230, 223, 0.86);
    border-radius: 8px;
    background: url("assets/doctors-black-scrubs-about-2026-v4.jpg") right center / cover no-repeat;
    box-shadow: var(--shadow);
    filter: none;
  }

  .about-doctor-section::after {
    background: radial-gradient(circle at 18% 14%, rgba(178, 187, 28, 0.1), transparent 32%);
  }

  .blog-feature-grid {
    grid-template-columns: 1fr;
  }

  .blog-feature-card {
    grid-template-columns: minmax(160px, 0.66fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
    min-height: 190px;
    padding: 22px 22px 22px 0;
  }

  .blog-feature-card img {
    grid-row: 1 / -1;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 620px) {
  .about-doctor-section {
    padding-bottom: 310px;
  }

  .about-doctor-section::before {
    right: 20px;
    bottom: 24px;
    left: 20px;
    height: 250px;
    background-position: right center;
  }

  .about-doctor-section .doctor-copy p {
    font-size: 1rem;
  }

  .blog-feature-card {
    grid-template-columns: 122px minmax(0, 1fr);
    min-height: 160px;
    gap: 8px 16px;
    padding: 17px 16px 17px 0;
  }

  .blog-feature-card h3 {
    font-size: 1.2rem;
  }

  .archive-list {
    grid-template-columns: 1fr;
  }

  .archive-list a {
    min-height: 70px;
  }

  .category-pill-grid {
    gap: 7px;
  }

  .category-pill-grid button {
    padding: 9px 11px;
    font-size: 0.68rem;
  }
}

/* Homepage conversion refresh */
.premium-hero {
  min-height: clamp(690px, 82vh, 900px);
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.88fr);
  gap: clamp(34px, 6vw, 88px);
  padding-top: clamp(54px, 7vw, 104px);
  padding-bottom: clamp(54px, 7vw, 104px);
  background:
    radial-gradient(circle at 8% 4%, rgba(178, 187, 28, 0.16), transparent 28%),
    radial-gradient(circle at 96% 94%, rgba(118, 109, 160, 0.15), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #fbfaf6 58%, #f2f3dc 100%);
}

.premium-hero::after,
.premium-hero .hero-overlay {
  display: none;
}

.premium-hero .hero-content {
  width: min(680px, 100%);
}

.premium-hero h1 {
  max-width: 690px;
  font-size: clamp(3.25rem, 5.2vw, 5.8rem);
  line-height: 0.96;
}

.premium-hero .hero-copy {
  max-width: 630px;
  font-size: clamp(1.05rem, 1.65vw, 1.22rem);
}

.premium-hero-media {
  position: relative;
  min-height: clamp(450px, 46vw, 640px);
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(32, 37, 39, 0.2);
  isolation: isolate;
}

.premium-hero-media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(31, 94, 87, 0.02) 46%, rgba(31, 94, 87, 0.28) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  content: "";
  pointer-events: none;
}

.premium-hero-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  filter: saturate(0.92) brightness(1.03);
}

.patient-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 250, 246, 0.94) 42%, rgba(251, 250, 246, 0.48) 70%, rgba(251, 250, 246, 0.14) 100%),
    url("assets/patients-clinic-hero-2026.jpg") right center / cover no-repeat,
    linear-gradient(135deg, #ffffff 0%, #fbfaf6 58%, #eff0df 100%);
}

.services-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 250, 246, 0.94) 42%, rgba(251, 250, 246, 0.48) 70%, rgba(251, 250, 246, 0.16) 100%),
    url("assets/services-clinic-hero-2026.jpg") right center / cover no-repeat,
    linear-gradient(135deg, #ffffff 0%, #fbfaf6 58%, #eff0df 100%);
}

.reviews-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 250, 246, 0.94) 42%, rgba(251, 250, 246, 0.5) 70%, rgba(251, 250, 246, 0.16) 100%),
    url("assets/reviews-clinic-hero-2026.jpg") right center / cover no-repeat,
    linear-gradient(135deg, #ffffff 0%, #fbfaf6 58%, #eff0df 100%);
}

.blog-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 250, 246, 0.94) 42%, rgba(251, 250, 246, 0.46) 70%, rgba(251, 250, 246, 0.14) 100%),
    url("assets/original-site/office-brush-original.jpg") right 5% center / 42% auto no-repeat,
    linear-gradient(135deg, #ffffff 0%, #fbfaf6 58%, #eff0df 100%);
}

/* Let the original white-backdrop dentist portraits blend into the team cards. */
.team-lead-grid .team-lead-photo {
  background:
    radial-gradient(circle at 16% 14%, rgba(178, 187, 28, 0.18), transparent 42%),
    linear-gradient(145deg, #f8f7f0, #eaf0df);
  border-color: rgba(178, 187, 28, 0.22);
}

#team-dentists [data-team-member="jaclyn-altman"] .team-lead-photo {
  background:
    radial-gradient(circle at 16% 14%, rgba(178, 187, 28, 0.18), transparent 42%),
    linear-gradient(145deg, #f8f7f0, #eaf0df);
  border-color: rgba(178, 187, 28, 0.22);
}

.team-lead-grid .team-lead-photo img {
  padding-top: 3px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.hero-trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 12px;
  margin: 24px 0;
}

.hero-trust-list span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--forest);
  font-size: 0.87rem;
  font-weight: 800;
  line-height: 1.3;
}

.hero-trust-list span::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  background: var(--lime);
  border-radius: 999px;
  content: "";
}

.hero-trust-list strong {
  color: var(--plum);
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: 1.08rem;
}

.hero-emergency-line {
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.hero-emergency-line a {
  color: var(--forest);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pathways-section {
  background:
    radial-gradient(circle at 92% 12%, rgba(178, 187, 28, 0.14), transparent 28%),
    rgba(255, 255, 255, 0.94);
}

.pathway-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pathway-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), border-color 220ms var(--ease);
}

.pathway-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--lime), var(--gold-light), var(--plum));
  content: "";
}

.pathway-card:hover {
  border-color: rgba(194, 155, 93, 0.34);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.pathway-card h3 {
  margin: 20px 0 12px;
  font-size: clamp(1.32rem, 2vw, 1.72rem);
}

.pathway-card p {
  margin-bottom: 22px;
  color: var(--muted);
}

.pathway-card a {
  margin-top: auto;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pathway-card a::after,
.service-link::after {
  margin-left: 8px;
  content: "->";
}

.pathway-card a::after,
.service-link::after {
  display: none;
}

.pathway-number,
.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  height: 34px;
  color: var(--plum);
  background: rgba(118, 109, 160, 0.1);
  border: 1px solid rgba(118, 109, 160, 0.16);
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.pathway-emergency {
  background:
    linear-gradient(135deg, rgba(31, 94, 87, 0.96), rgba(36, 57, 52, 0.98)),
    var(--forest);
  border-color: var(--forest);
}

.pathway-emergency::before {
  background: linear-gradient(90deg, var(--lime), var(--gold-light));
}

.pathway-emergency h3,
.pathway-emergency a {
  color: #ffffff;
}

.pathway-emergency p {
  color: rgba(255, 255, 255, 0.78);
}

.pathway-emergency .pathway-number {
  color: var(--dark);
  background: var(--lime);
  border-color: var(--lime);
}

.homepage-doctor-section {
  min-height: clamp(530px, 44vw, 650px);
}

.individual-service-grid .service-card {
  min-height: 270px;
}

.individual-service-grid .service-icon {
  margin-bottom: 22px;
  color: var(--forest);
  background: rgba(178, 187, 28, 0.18);
  border-color: rgba(178, 187, 28, 0.28);
}

.individual-service-grid .service-card h3 {
  margin-bottom: 10px;
}

.individual-service-grid .service-link {
  margin-top: auto;
}

.service-card-emergency .service-icon {
  color: #ffffff;
  background: var(--plum);
  border-color: var(--plum);
}

.comfort-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
  background:
    radial-gradient(circle at 92% 12%, rgba(178, 187, 28, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(118, 109, 160, 0.08), rgba(255, 255, 255, 0.96));
}

.comfort-visual {
  position: relative;
  min-height: clamp(390px, 40vw, 540px);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--premium-shadow);
}

.comfort-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 94, 87, 0.02), rgba(31, 94, 87, 0.38));
  content: "";
}

.comfort-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.88) brightness(1.06);
}

.comfort-visual span {
  position: absolute;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  padding: 10px 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.comfort-copy > p:not(.eyebrow) {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.16rem);
}

.comfort-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.comfort-card-grid article {
  min-height: 188px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
}

.comfort-card-grid span {
  display: block;
  margin-bottom: 24px;
  color: var(--plum);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.comfort-card-grid h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.comfort-card-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.emergency-callout {
  display: inline-flex;
  margin-top: 18px;
  padding: 13px 15px;
  color: #ffffff;
  background: var(--forest);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 900;
}

.hero-trust-list span:last-child {
  grid-column: 1 / -1;
}

.clinic-gallery-section {
  background:
    radial-gradient(circle at 88% 14%, rgba(178, 187, 28, 0.15), transparent 27%),
    linear-gradient(135deg, rgba(247, 246, 240, 0.94), rgba(255, 255, 255, 0.96));
}

.clinic-gallery-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(280px, 0.62fr);
  gap: clamp(24px, 5vw, 80px);
  max-width: none;
}

.clinic-gallery-heading h2 {
  line-height: 1.08;
}

.clinic-gallery-heading p:last-child {
  align-self: end;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.13rem);
}

.clinic-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.26fr) repeat(2, minmax(0, 0.82fr));
  gap: 16px;
}

.clinic-gallery figure {
  position: relative;
  min-height: clamp(280px, 28vw, 390px);
  margin: 0;
  overflow: hidden;
  background: #eef0df;
  border-radius: 8px;
  box-shadow: var(--small-shadow);
}

.clinic-gallery-feature {
  min-height: clamp(330px, 34vw, 460px) !important;
}

.clinic-gallery img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  filter: saturate(0.96) brightness(1.04);
  transition: transform 480ms var(--ease), filter 280ms var(--ease);
}

.clinic-gallery figure:nth-child(2) img {
  object-position: center;
}

.clinic-gallery figure:nth-child(3) img {
  object-position: center;
}

.clinic-gallery figure:hover img {
  transform: scale(1.04);
  filter: saturate(1.04) brightness(1.06);
}

.clinic-gallery figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 11px 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 7px;
  box-shadow: 0 10px 24px rgba(32, 37, 39, 0.1);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.35;
}

.emergency-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 14%, rgba(178, 187, 28, 0.28), transparent 28%),
    linear-gradient(135deg, #183e3a, #243934 58%, #344633);
}

.emergency-section .eyebrow,
.emergency-section h2,
.emergency-section h3,
.emergency-section p,
.emergency-section a {
  color: #ffffff;
}

.emergency-copy > p:not(.eyebrow) {
  max-width: 740px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.7vw, 1.15rem);
}

.emergency-copy h2 {
  max-width: 15ch;
  line-height: 1.28;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.emergency-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.emergency-section .button-secondary.dark {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.52);
  box-shadow: none;
}

.emergency-note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.86rem !important;
  font-weight: 700;
}

.emergency-guide {
  padding: clamp(26px, 4vw, 40px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(8, 30, 28, 0.22);
}

.emergency-guide > span,
.smile-guidance > span {
  display: block;
  margin-bottom: 26px;
  color: #e6ed80;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.emergency-guide h3 {
  max-width: 330px;
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.emergency-guide p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
}

.emergency-guide > a {
  color: #ffffff;
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  font-weight: 800;
}

.smile-section {
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.52fr);
  background:
    radial-gradient(circle at 16% 10%, rgba(118, 109, 160, 0.14), transparent 30%),
    radial-gradient(circle at 90% 86%, rgba(178, 187, 28, 0.16), transparent 28%),
    rgba(255, 255, 255, 0.95);
}

.smile-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.smile-grid article {
  min-height: 168px;
}

.smile-grid h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.smile-guidance {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 46px);
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 14%, rgba(178, 187, 28, 0.25), transparent 28%),
    linear-gradient(145deg, var(--plum), #5c566f);
  border-radius: 8px;
  box-shadow: var(--premium-shadow);
}

.smile-guidance > span {
  color: #eff39c;
}

.smile-guidance h3,
.smile-guidance p {
  color: #ffffff;
}

.smile-guidance h3 {
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  line-height: 1.05;
}

.smile-guidance p {
  color: rgba(255, 255, 255, 0.84);
}

.smile-guidance .button {
  align-self: flex-start;
  margin-top: 16px;
}

.contact-directions {
  width: fit-content;
  margin-top: 12px;
}

.site-footer {
  grid-template-columns: minmax(180px, 0.5fr) minmax(0, 1.8fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  padding-top: clamp(38px, 6vw, 64px);
  padding-bottom: clamp(38px, 6vw, 64px);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(210px, 1.35fr) minmax(220px, 1.1fr) minmax(120px, 0.72fr);
  gap: 26px;
}

.footer-grid > div {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-grid strong {
  margin-bottom: 6px;
  color: var(--plum);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-grid a,
.footer-grid span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

@media (max-width: 1240px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: var(--forest);
}

.footer-grid .footer-appointment {
  width: fit-content;
  margin-top: 12px;
  padding: 11px 13px;
  color: var(--dark);
  background: linear-gradient(135deg, #c8d424, var(--gold-light));
  border-radius: 7px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer .footer-instagram {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  height: auto;
  padding: 5px 13px 5px 5px;
  color: var(--forest);
  background: var(--white);
  border: 1px solid rgba(36, 57, 52, 0.16);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(68, 48, 61, 0.08);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.site-footer .footer-instagram .instagram-mark {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  box-shadow: 0 6px 14px rgba(36, 57, 52, 0.2);
}

.site-footer .footer-instagram:hover,
.site-footer .footer-instagram:focus-visible {
  color: var(--forest);
  border-color: rgba(141, 151, 21, 0.55);
  box-shadow: 0 12px 26px rgba(92, 49, 78, 0.14);
  transform: translateY(-2px);
}

.site-footer .footer-email {
  text-transform: none;
  overflow-wrap: anywhere;
}

@media (max-width: 1120px) {
  .pathway-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .comfort-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cdcp-layout {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .cdcp-facts {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .premium-hero {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 34px;
    padding-bottom: 56px;
  }

  .premium-hero .hero-content {
    width: 100%;
  }

  .premium-hero-media {
    min-height: 420px;
    margin: 0 clamp(4px, 4vw, 26px);
  }

  .premium-hero h1 {
    font-size: clamp(3rem, 9vw, 4.3rem);
  }

  .patient-hero {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 246, 240, 0.94) 54%, rgba(247, 246, 240, 0.66) 100%),
      url("assets/patients-clinic-hero-2026.jpg") center bottom / cover no-repeat,
      linear-gradient(135deg, #ffffff 0%, #fbfaf6 60%, #eff0df 100%);
  }

  .services-hero {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 246, 240, 0.94) 54%, rgba(247, 246, 240, 0.66) 100%),
      url("assets/services-clinic-hero-2026.jpg") center bottom / cover no-repeat,
      linear-gradient(135deg, #ffffff 0%, #fbfaf6 60%, #eff0df 100%);
  }

  .reviews-hero {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 246, 240, 0.94) 54%, rgba(247, 246, 240, 0.66) 100%),
      url("assets/reviews-clinic-hero-2026.jpg") center bottom / cover no-repeat,
      linear-gradient(135deg, #ffffff 0%, #fbfaf6 60%, #eff0df 100%);
  }

  .blog-hero {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 246, 240, 0.94) 54%, rgba(247, 246, 240, 0.66) 100%),
      url("assets/original-site/office-brush-original.jpg") center bottom / cover no-repeat,
      linear-gradient(135deg, #ffffff 0%, #fbfaf6 60%, #eff0df 100%);
  }

  .comfort-section {
    grid-template-columns: 1fr;
  }

  .comfort-visual {
    min-height: 400px;
  }

  .cdcp-layout {
    grid-template-columns: 1fr;
  }

  .cdcp-mark {
    width: 148px;
  }

  .cdcp-facts {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .premium-hero {
    padding-top: 44px;
  }

  .premium-hero h1 {
    font-size: clamp(2.5rem, 11.2vw, 3.35rem);
    line-height: 0.98;
  }

  .premium-hero .hero-copy {
    max-width: 100%;
  }

  .hero-trust-list {
    grid-template-columns: 1fr;
    margin: 22px 0;
  }

  .premium-hero-media {
    min-height: 320px;
    margin: 0;
  }

  .pathway-grid,
  .comfort-card-grid {
    grid-template-columns: 1fr;
  }

  .pathway-card {
    min-height: 230px;
    padding: 24px;
  }

  .individual-service-grid .service-card {
    min-height: 230px;
  }

  .comfort-visual {
    min-height: 300px;
  }

  .cdcp-actions {
    display: grid;
  }

  .cdcp-mark {
    width: 118px;
  }
}

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

  .clinic-gallery-feature {
    grid-column: 1 / -1;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .clinic-gallery-heading,
  .emergency-section,
  .smile-section {
    grid-template-columns: 1fr;
  }

  .clinic-gallery-heading p:last-child {
    max-width: 620px;
  }

  .emergency-guide {
    max-width: 620px;
  }

  .smile-guidance {
    min-height: 360px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: start;
    text-align: left;
  }

  .footer-grid {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .hero-trust-list span:last-child {
    grid-column: auto;
  }

  .clinic-gallery,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .clinic-gallery-feature {
    grid-column: auto;
  }

  .clinic-gallery figure,
  .clinic-gallery-feature {
    min-height: 280px !important;
  }

  .emergency-actions,
  .smile-guidance .button {
    width: 100%;
  }

  .emergency-actions .button,
  .smile-guidance .button {
    justify-content: center;
  }

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

/* Private receptionist workspace styles retained for compatibility. */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.receptionist-body {
  min-height: 100vh;
  padding: 0;
  background:
    radial-gradient(circle at 88% 4%, rgba(178, 187, 28, 0.14), transparent 27%),
    linear-gradient(145deg, #f7f8f3, #ffffff 52%, #eff4f1);
}

.receptionist-header {
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 16px clamp(20px, 5vw, 64px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 34px rgba(32, 37, 39, 0.06);
}

.receptionist-header img {
  width: min(320px, 48vw);
  height: auto;
  object-fit: contain;
}

.receptionist-header div {
  display: grid;
  gap: 2px;
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.receptionist-header span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.receptionist-header strong {
  color: var(--forest);
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: 1.05rem;
}

.receptionist-shell {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: clamp(30px, 5vw, 68px) clamp(18px, 4vw, 54px);
}

.receptionist-login {
  width: min(560px, 100%);
  margin: clamp(20px, 7vh, 88px) auto 0;
  padding: clamp(28px, 5vw, 48px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(178, 187, 28, 0.24);
  border-radius: 8px;
  box-shadow: var(--premium-shadow);
}

.receptionist-login h1,
.receptionist-toolbar h1 {
  margin: 8px 0 14px;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
}

.receptionist-login > p:not(.eyebrow) {
  color: var(--muted);
}

.receptionist-login form {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.receptionist-login label {
  display: grid;
  gap: 8px;
  color: var(--forest);
  font-size: 0.86rem;
  font-weight: 800;
}

.receptionist-login input,
.receptionist-reply-form input {
  min-height: 50px;
  padding: 12px 14px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
}

.receptionist-login input:focus,
.receptionist-reply-form input:focus {
  border-color: var(--lime);
  box-shadow: 0 0 0 4px rgba(178, 187, 28, 0.14);
}

.receptionist-dashboard {
  display: grid;
  gap: 26px;
}

.receptionist-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.receptionist-toolbar h1 {
  margin-bottom: 0;
}

.receptionist-presence {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
}

.receptionist-presence strong {
  color: var(--forest);
  font-size: 0.82rem;
}

.receptionist-presence button,
.conversation-list-heading button,
.conversation-panel-header button {
  padding: 8px 10px;
  color: var(--forest);
  background: #f7f8f3;
  border: 1px solid var(--line);
  border-radius: 7px;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 800;
}

.receptionist-grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--premium-shadow);
}

.conversation-list-panel {
  background: #f6f7f2;
  border-right: 1px solid var(--line);
}

.conversation-list-heading,
.conversation-panel-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
}

.conversation-list {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.conversation-list > p {
  padding: 18px 8px;
  color: var(--muted);
  font-size: 0.88rem;
}

.conversation-list button {
  width: 100%;
  display: grid;
  gap: 5px;
  padding: 14px;
  color: var(--ink);
  text-align: left;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.conversation-list button.is-active {
  background: rgba(241, 244, 212, 0.88);
  border-color: rgba(178, 187, 28, 0.5);
}

.conversation-list button span {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.conversation-list button small {
  color: var(--plum);
  font-size: 0.7rem;
  font-weight: 800;
}

.conversation-panel,
.conversation-panel > div:not(.conversation-empty) {
  min-height: 100%;
}

.conversation-empty {
  min-height: 620px;
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 28px;
  color: var(--muted);
  text-align: center;
}

.conversation-empty strong {
  color: var(--forest);
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-size: 1.35rem;
}

.conversation-panel-header span,
.conversation-panel-header strong {
  display: block;
}

.conversation-panel-header span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.receptionist-messages {
  height: 450px;
  display: grid;
  align-content: start;
  gap: 12px;
  overflow-y: auto;
  padding: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(178, 187, 28, 0.08), transparent 32%),
    #fbfcf8;
}

.reception-message {
  width: fit-content;
  max-width: min(76%, 680px);
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.reception-message.receptionist {
  justify-self: end;
  color: #ffffff;
  background: linear-gradient(135deg, var(--forest), var(--teal));
  border-color: transparent;
}

.reception-message span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
}

.reception-message.receptionist span {
  color: rgba(255, 255, 255, 0.72);
}

.reception-message p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

.receptionist-reply-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 14px 18px 8px;
  border-top: 1px solid var(--line);
}

.receptionist-reply-form button {
  padding: 0 18px;
  color: var(--dark);
  background: var(--lime);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
}

.conversation-panel .chat-privacy-note {
  padding: 6px 18px 16px;
  background: #ffffff;
}

@media (max-width: 860px) {
  .receptionist-header div {
    display: none;
  }

  .receptionist-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .receptionist-presence {
    flex-wrap: wrap;
  }

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

  .conversation-list-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .conversation-list {
    max-height: 270px;
    overflow-y: auto;
  }
}

@media (max-width: 620px) {
  .receptionist-shell {
    padding: 22px 12px;
  }

  .receptionist-header {
    justify-content: center;
  }

  .receptionist-header img {
    width: min(300px, 78vw);
  }

  .receptionist-toolbar h1,
  .receptionist-login h1 {
    font-size: 2.2rem;
  }

  .receptionist-grid {
    min-height: 540px;
  }

  .receptionist-messages {
    height: 360px;
    padding: 14px;
  }

  .reception-message {
    max-width: 88%;
  }

  .receptionist-reply-form {
    grid-template-columns: 1fr;
  }

  .receptionist-reply-form button {
    min-height: 46px;
  }
}

@media print {
  body {
    padding-bottom: 0;
    background: #ffffff;
  }

  .site-header,
  .site-footer,
  .chat-widget,
  .mobile-booking,
  .hero-actions,
  .form-submit-actions,
  .form-note {
    display: none !important;
  }

  .form-shell {
    display: block;
    padding: 0;
    background: #ffffff;
  }

  .form-intro {
    position: static;
    margin-bottom: 24px;
  }

  .form-intro h1 {
    font-size: 2rem;
  }

  .patient-full-form {
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .patient-full-form fieldset {
    break-inside: avoid;
    background: #ffffff;
  }
}

@media (max-width: 620px) {
  .form-submit-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .motion-ready .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Audit refinements: four verified trust items and three objection-led stories. */
.trust-bar {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.homepage-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .trust-bar,
  .homepage-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .trust-bar,
  .homepage-review-grid {
    grid-template-columns: 1fr;
  }
}

/* Responsive parity: reliable mobile navigation, sharper crops, and safe-area spacing. */
.menu-toggle {
  position: relative;
}

.menu-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle span:first-child {
  transform: translate(-50%, -4px);
}

.menu-toggle span:last-child {
  transform: translate(-50%, 4px);
}

body.nav-open .menu-toggle span:first-child {
  transform: translate(-50%, 0) rotate(45deg);
}

body.nav-open .menu-toggle span:last-child {
  transform: translate(-50%, 0) rotate(-45deg);
}

.menu-toggle:focus-visible {
  outline: 3px solid rgba(178, 187, 28, 0.42);
  outline-offset: 3px;
}

@media (max-width: 860px) {
  html.nav-open,
  body.nav-open {
    overflow: hidden;
  }

  .site-header {
    gap: 14px;
    padding-right: clamp(16px, 5vw, 28px);
    padding-left: clamp(16px, 5vw, 28px);
  }

  .main-nav {
    max-height: calc(100dvh - 72px);
    overscroll-behavior: contain;
    padding-bottom: calc(28px + env(safe-area-inset-bottom));
  }

  .main-nav a {
    min-height: 54px;
    display: flex;
    align-items: center;
  }

  .main-nav .nav-cta {
    min-height: 50px;
    justify-content: center;
  }

  body {
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }

  .mobile-booking {
    bottom: max(10px, env(safe-area-inset-bottom));
  }

  .chat-widget {
    bottom: calc(110px + env(safe-area-inset-bottom));
  }

  .premium-hero-media,
  .service-detail-hero-media,
  .team-lead-photo,
  .team-portrait,
  .site-photo-band article {
    isolation: isolate;
  }
}

@media (max-width: 760px) {
  .persuasion-hero .premium-hero-media img {
    object-position: 60% center;
    transform: translateY(4%) scale(1.06);
  }
}

@media (max-width: 620px) {
  .brand img {
    width: min(205px, calc(100vw - 86px));
  }

  .menu-toggle {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
  }

  .hero-actions .button,
  .mobile-booking a,
  .chat-actions button,
  .chat-form button {
    min-height: 48px;
  }

  .team-lead-photo {
    width: min(100%, 320px);
    max-width: 320px;
    margin-inline: auto;
  }

  .site-photo-band img,
  .blog-feature-card img,
  .service-detail-hero-media img {
    filter: none;
  }
}

/* 2026 persuasion and service architecture refresh */
body {
  background: linear-gradient(180deg, #fbfaf6 0%, #ffffff 42%, #f7f6f0 100%);
}

.emergency-ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 42px;
  padding: 9px 20px;
  color: #ffffff;
  background: var(--forest);
  font-size: 0.82rem;
}

.emergency-ribbon strong {
  color: #dbe457;
}

.emergency-ribbon a {
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-weight: 900;
}

.persuasion-hero {
  min-height: min(810px, calc(100vh - 124px));
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(28px, 4vw, 68px);
  background: #fbfaf6;
}

.persuasion-hero .hero-content {
  position: relative;
  z-index: 2;
}

.persuasion-hero h1 {
  max-width: 760px;
  font-size: clamp(3.15rem, 5.6vw, 6.1rem);
  line-height: 0.98;
}

.persuasion-hero .premium-hero-media {
  align-self: stretch;
  min-height: 560px;
  margin: -22px -3vw -22px 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.persuasion-hero .premium-hero-media::before {
  background: linear-gradient(90deg, #fbfaf6 0%, rgba(251, 250, 246, 0.62) 9%, rgba(251, 250, 246, 0) 30%);
}

.persuasion-hero .premium-hero-media img {
  object-position: center right;
  filter: none;
}

.image-disclosure {
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  margin: 0;
  padding: 7px 9px;
  color: rgba(32, 37, 39, 0.78);
  background: rgba(255, 255, 255, 0.88);
  border-radius: 6px;
  font-size: 0.67rem;
  font-weight: 700;
}

.button svg,
.trust-bar svg,
.positioning-points svg,
.visit-finder-options svg,
.featured-service-card svg,
.service-shortcuts svg,
.comfort-card-grid svg,
.review-card-top svg {
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
  stroke-width: 2;
}

.button-call {
  gap: 9px;
}

.hero-open-status {
  margin: 13px 0 0;
  color: var(--forest);
  font-size: 0.86rem;
  font-weight: 800;
}

.hero-open-status::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: var(--lime);
  border-radius: 50%;
  content: "";
}

.trust-bar {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding: 0 clamp(20px, 4vw, 60px);
  background: #ffffff;
}

.trust-bar::before {
  display: none;
}

.trust-bar div {
  min-height: 100px;
  justify-content: flex-start;
  gap: 12px;
  padding: 20px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  font-size: 0.76rem;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}

.trust-bar div:last-child {
  border-right: 0;
}

.trust-bar div > svg {
  width: 24px;
  height: 24px;
  color: var(--plum);
}

.trust-bar div > span {
  display: grid;
  gap: 2px;
}

.trust-bar strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.positioning-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
  padding: clamp(34px, 5vw, 72px);
  color: #ffffff;
  background: var(--forest);
  border-radius: 8px;
}

.positioning-panel .eyebrow {
  color: #dbe457;
}

.positioning-panel h2 {
  color: #ffffff;
}

.positioning-copy > p:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
}

.positioning-points {
  display: grid;
  gap: 2px;
}

.positioning-points article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.positioning-points article:last-child {
  border-bottom: 0;
}

.positioning-points svg {
  width: 28px;
  height: 28px;
  color: #dbe457;
}

.positioning-points h3,
.positioning-points p {
  margin: 0;
}

.positioning-points h3 {
  color: #ffffff;
  font-size: 1rem;
}

.positioning-points p {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.visit-finder {
  display: grid;
  grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1.45fr);
  gap: 28px;
  align-items: center;
  margin-top: 18px;
  padding: 26px clamp(24px, 4vw, 46px);
  background: #eef0d9;
  border: 1px solid rgba(178, 187, 28, 0.28);
  border-radius: 8px;
}

.visit-finder h3 {
  margin: 0;
}

.visit-finder-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.visit-finder-options a {
  display: grid;
  justify-items: start;
  gap: 10px;
  min-height: 106px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid rgba(32, 37, 39, 0.09);
  border-radius: 7px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.3;
  transition: transform 180ms var(--ease), border-color 180ms ease;
}

.visit-finder-options a:hover {
  border-color: var(--lime-dark);
  transform: translateY(-3px);
}

.visit-finder-options svg {
  width: 23px;
  height: 23px;
  color: var(--plum);
}

.services-heading-split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  max-width: none;
  gap: 24px;
}

.featured-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.featured-service-card {
  position: relative;
  min-height: clamp(280px, 30vw, 390px);
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: clamp(24px, 4vw, 42px);
  overflow: hidden;
  color: #ffffff;
  background: var(--forest);
  border-radius: 8px;
}

.featured-service-card::after {
  position: absolute;
  inset: 0;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  width: 62px;
  height: 5px;
  background: rgba(255, 255, 255, 0.4);
  content: "";
}

.featured-service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms var(--ease);
}

.featured-service-card:hover img {
  transform: scale(1.035);
}

.featured-service-card:nth-child(1) {
  background: var(--teal);
}

.featured-service-card:nth-child(2) {
  background: var(--plum);
}

.featured-service-card:nth-child(3) {
  background: var(--forest);
}

.featured-service-card:nth-child(4) {
  color: var(--ink);
  background: #dbe457;
}

.featured-service-card:nth-child(4)::after {
  background: rgba(32, 37, 39, 0.3);
}

.featured-service-card:nth-child(4) span,
.featured-service-card:nth-child(4) h3 {
  color: var(--ink);
}

.featured-service-card span,
.featured-service-card h3 {
  position: relative;
  z-index: 1;
}

.featured-service-card span {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  color: #e0e86a;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.featured-service-card span svg {
  width: 26px;
  height: 26px;
}

.featured-service-card h3 {
  max-width: 540px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.55rem, 3vw, 2.6rem);
  line-height: 1.08;
}

.service-shortcuts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.service-shortcuts a {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  min-height: 126px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-shortcuts svg {
  width: 24px;
  height: 24px;
  color: var(--plum);
}

.service-shortcuts span {
  display: grid;
  gap: 4px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.service-shortcuts strong {
  color: var(--ink);
  font-size: 0.93rem;
}

.family-feature-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: center;
  background: #eef0d9;
}

.family-feature-media {
  position: relative;
  min-height: clamp(420px, 44vw, 620px);
  overflow: hidden;
  border-radius: 8px;
}

.family-feature-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.family-feature-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.comfort-card-grid article > svg {
  width: 25px;
  height: 25px;
  margin-bottom: 24px;
  color: var(--plum);
}

.homepage-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-card-top span {
  display: flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 1040px) {
  .persuasion-hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.8fr);
  }

  .trust-bar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trust-bar div:nth-child(3) {
    border-right: 0;
  }

  .trust-bar div:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }

  .visit-finder,
  .positioning-panel {
    grid-template-columns: 1fr;
  }

  .service-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .emergency-ribbon {
    flex-wrap: wrap;
    gap: 3px 8px;
    justify-content: flex-start;
  }

  .persuasion-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .persuasion-hero h1 {
    font-size: clamp(2.75rem, 12vw, 4.8rem);
  }

  .persuasion-hero .premium-hero-media {
    min-height: clamp(360px, 84vw, 560px);
    margin: 10px -20px 0;
  }

  .persuasion-hero .premium-hero-media::before {
    background: linear-gradient(180deg, #fbfaf6 0%, rgba(251, 250, 246, 0) 20%);
  }

  .trust-bar {
    grid-template-columns: 1fr;
  }

  .trust-bar div,
  .trust-bar div:nth-child(3) {
    min-height: 76px;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .visit-finder-options,
  .featured-service-grid,
  .service-shortcuts,
  .homepage-review-grid {
    grid-template-columns: 1fr;
  }

  .visit-finder-options a {
    min-height: 78px;
    grid-template-columns: 28px 1fr;
    align-items: center;
  }

  .services-heading-split {
    align-items: flex-start;
    flex-direction: column;
  }

  .featured-service-card {
    min-height: 390px;
  }

  .family-feature-section,
  .comfort-section {
    grid-template-columns: 1fr;
  }

  .family-feature-media {
    min-height: 380px;
  }
}

/* 2026 homepage focus and owner-led photography */
.persuasion-hero {
  min-height: min(720px, calc(100vh - 124px));
}

.persuasion-hero .hero-copy {
  max-width: 570px;
}

.persuasion-hero .premium-hero-media img {
  object-position: center;
  transform: translateY(5%) scale(1.1);
  transform-origin: center;
}

.cdcp-quick-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 4vw, 60px);
  color: var(--ink);
  background: #e4ea70;
  border-block: 1px solid rgba(141, 151, 21, 0.24);
}

.cdcp-quick-banner > div,
.cdcp-quick-actions,
.cdcp-quick-actions a {
  display: flex;
  align-items: center;
}

.cdcp-quick-banner > div {
  gap: 14px;
}

.cdcp-quick-banner p {
  margin: 0;
  font-size: 0.88rem;
}

.cdcp-quick-mark {
  display: inline-grid;
  min-width: 58px;
  min-height: 34px;
  place-items: center;
  padding: 6px 10px;
  color: #ffffff;
  background: var(--forest);
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
}

.cdcp-quick-actions {
  flex: 0 0 auto;
  gap: 20px;
}

.cdcp-quick-actions a {
  gap: 7px;
  font-size: 0.8rem;
  font-weight: 900;
  white-space: nowrap;
}

.cdcp-quick-actions svg {
  width: 16px;
  height: 16px;
}

.trust-bar-animated {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.motion-ready .trust-bar-animated [data-fly-in] {
  opacity: 0;
  transform: translateY(28px) scale(0.96);
  transition:
    opacity 620ms var(--ease),
    transform 720ms var(--ease);
}

.motion-ready .trust-bar-animated.is-visible [data-fly-in] {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.motion-ready .trust-bar-animated.is-visible [data-fly-in]:nth-child(2) {
  transition-delay: 90ms;
}

.motion-ready .trust-bar-animated.is-visible [data-fly-in]:nth-child(3) {
  transition-delay: 180ms;
}

.motion-ready .trust-bar-animated.is-visible [data-fly-in]:nth-child(4) {
  transition-delay: 270ms;
}

.visit-finder-compact {
  margin-top: 0;
  padding-block: clamp(28px, 4vw, 44px);
}

.visit-finder-compact h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.clinic-gallery-heading {
  margin-bottom: 32px;
}

.homepage-doctor-section::before {
  background:
    linear-gradient(90deg, rgba(251, 250, 246, 0.96) 0%, rgba(251, 250, 246, 0.42) 12%, rgba(251, 250, 246, 0.08) 25%, rgba(251, 250, 246, 0) 44%),
    url("assets/doctors-clinical-action-home-single-2026.png") center right / cover no-repeat;
}

.doctor-image-note {
  position: absolute;
  right: clamp(24px, 4vw, 56px);
  bottom: 20px;
  z-index: 2;
  margin: 0;
  padding: 7px 9px;
  color: rgba(32, 37, 39, 0.72);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  font-size: 0.64rem;
  font-weight: 700;
}

.care-pair-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding-block: clamp(36px, 5vw, 64px);
  background: #f2f3e6;
}

.care-pair-section > a {
  display: grid;
  grid-template-columns: 46px 1fr 24px;
  gap: 16px;
  align-items: center;
  min-height: 134px;
  padding: clamp(22px, 3vw, 34px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--small-shadow);
  transition: transform 220ms var(--ease), border-color 220ms ease;
}

.care-pair-section > a:hover {
  border-color: rgba(141, 151, 21, 0.7);
  transform: translateY(-4px);
}

.care-pair-section > a > svg:first-child {
  width: 32px;
  height: 32px;
  color: var(--plum);
}

.care-pair-section > a > svg:last-child {
  width: 20px;
  height: 20px;
}

.care-pair-section span {
  display: grid;
  gap: 4px;
}

.care-pair-section small {
  color: var(--lime-dark);
  font-size: 0.73rem;
  font-weight: 900;
  text-transform: uppercase;
}

.care-pair-section strong {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  line-height: 1.25;
}

@media (max-width: 1040px) {
  .cdcp-quick-banner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .trust-bar-animated {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .homepage-doctor-section::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.01) 52%, rgba(32, 37, 39, 0.1) 100%),
      url("assets/doctors-clinical-action-home-single-2026.png") 62% center / cover no-repeat;
  }

  .homepage-doctor-section::after {
    background:
      radial-gradient(circle at 18% 14%, rgba(178, 187, 28, 0.1), transparent 32%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 250, 246, 0.94) 42%, rgba(251, 250, 246, 0) 58%);
  }
}

@media (max-width: 760px) {
  .persuasion-hero {
    padding-top: 38px;
  }

  .persuasion-hero .premium-hero-media {
    min-height: clamp(300px, 72vw, 440px);
  }

  .persuasion-hero .premium-hero-media img {
    object-position: 60% center;
  }

  .cdcp-quick-banner > div,
  .cdcp-quick-actions {
    width: 100%;
  }

  .cdcp-quick-banner > div {
    align-items: flex-start;
  }

  .cdcp-quick-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-left: 72px;
  }

  .trust-bar-animated,
  .care-pair-section {
    grid-template-columns: 1fr;
  }

  .homepage-doctor-section::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.02) 42%, rgba(32, 37, 39, 0.12) 100%),
      url("assets/doctors-clinical-action-home-single-2026.png") 62% center / cover no-repeat;
  }

  .doctor-image-note {
    right: 28px;
    bottom: 42px;
    left: 28px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .trust-bar-animated [data-fly-in] {
    opacity: 1;
    transform: none;
  }
}

.blog-managed-image {
  width: 100%;
  max-height: 560px;
  margin: 24px 0 34px;
  object-fit: cover;
  border-radius: 8px;
}

.owner-site-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 44px;
  padding: 10px 20px;
  color: #ffffff;
  background: var(--teal);
  font-size: 0.8rem;
  text-align: center;
}

.owner-site-notice a {
  flex: 0 0 auto;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  font-weight: 900;
}

@media (max-width: 620px) {
  .owner-site-notice {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    text-align: left;
  }
}

/* Final audit layout overrides. */
.trust-bar {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.homepage-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .trust-bar,
  .homepage-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .trust-bar,
  .homepage-review-grid {
    grid-template-columns: 1fr;
  }
}
