/*
Theme Name: Vantarakis Veterinary Clinic
Theme URI: https://www.vantarakis-vet.eu/
Author: Vantarakis Veterinary Clinic
Description: A calm, premium Greek veterinary clinic theme for companion animals.
Version: 1.0.0
Text Domain: vantarakis-vet
*/

:root {
  --lime: #78c800;
  --olive: #506044;
  --sage: #eaf3de;
  --pale-sage: #dcebc5;
  --mist: #f5f9ed;
  --charcoal: #292929;
  --muted: #6f746b;
  --line: #e2e7dd;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(80, 96, 68, 0.12);
  --radius-lg: 32px;
  --radius-md: 18px;
  --max-width: 1180px;
  --font-body: 'Calibri Light', 'Calibri', Arial, sans-serif;
  --font-heading: 'Calibri', 'Calibri Light', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--charcoal);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--olive); }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.screen-reader-text:focus {
  background: var(--white);
  clip: auto;
  clip-path: none;
  color: var(--charcoal);
  height: auto;
  left: 16px;
  padding: 10px 14px;
  top: 16px;
  width: auto;
  z-index: 1000;
}
.site-shell { overflow: clip; }
.container { width: min(calc(100% - 40px), var(--max-width)); margin-inline: auto; }
.section { padding: 104px 0; position: relative; }
.section--mist { background: var(--mist); }
.section--sage { background: var(--sage); }
.section__head { max-width: 720px; margin-bottom: 44px; }
.eyebrow {
  color: var(--olive);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin: 0 0 14px;
  text-transform: uppercase;
}
h1, h2, h3, h4 {
  color: var(--olive);
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 20px;
}
h1 { font-size: clamp(2.5rem, 4.2vw, 4.4rem); letter-spacing: -0.03em; }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); letter-spacing: -0.025em; }
h3 { font-size: 1.65rem; }
p { margin: 0 0 18px; }
.lede { color: var(--muted); font-size: 1.08rem; max-width: 650px; }
.text-highlight { color: var(--lime); }
a,
.primary-nav a,
.inline-link,
.footer-list a {
  transition: color 220ms ease-out;
}

.button {
  align-items: center;
  background: var(--lime);
  border: 2px solid var(--lime);
  border-radius: 999px;
  color: var(--charcoal);
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  transition:
    background-color 260ms cubic-bezier(0.22, 1, 0.36, 1),
    color 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}
.button:hover { background: #8bdd18; box-shadow: 0 10px 24px rgba(120, 200, 0, 0.2); color: var(--charcoal); transform: translateY(-1px); }
.button--outline { background: transparent; border-color: var(--olive); color: var(--olive); }
.button--outline:hover { background: var(--olive); color: var(--white); }
.button--light { background: var(--white); border-color: var(--white); }
.button--icon { padding-inline: 18px; }
.button svg { height: 18px; width: 18px; }
.inline-link { align-items: center; color: var(--olive); display: inline-flex; font-weight: 800; gap: 8px; }
.inline-link:hover { color: var(--lime); }
.inline-link svg { height: 16px; width: 16px; }
.list-checks, .service-list, .profile-list { list-style: none; margin: 0; padding: 0; }
.list-checks li, .service-list li, .profile-list li { padding-left: 28px; position: relative; }
.list-checks li::before, .service-list li::before, .profile-list li::before {
  color: var(--lime);
  content: '✓';
  font-weight: 800;
  left: 0;
  position: absolute;
  top: 0;
}
.site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(226, 231, 221, 0.8);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
}
.header-inner { align-items: center; display: grid; gap: 28px; grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr); min-height: 82px; }
.site-brand { align-items: center; display: inline-flex; flex: 0 0 auto; }
.site-brand__logo { display: block; height: auto; width: 220px; }
.site-brand__mark { align-items: center; background: var(--lime); border-radius: 50% 44% 50% 42%; color: var(--olive); display: inline-flex; height: 40px; justify-content: center; transform: rotate(-10deg); width: 40px; }
.site-brand__mark svg { transform: rotate(10deg); }
.site-brand__copy { display: grid; line-height: 1.05; }
.site-brand__copy strong { color: var(--olive); font-size: 0.78rem; letter-spacing: 0.1em; }
.site-brand__copy span { color: var(--muted); font-size: 0.68rem; margin-top: 5px; }
.primary-nav { align-items: center; display: flex; justify-self: center; }
.primary-nav ul { align-items: center; display: flex; gap: 18px; list-style: none; margin: 0; padding: 0; }
.primary-nav a { color: var(--muted); font-size: 1rem; font-weight: 700; text-align: center; white-space: nowrap; }
.primary-nav a:hover, .primary-nav .current-menu-item > a, .primary-nav .current_page_item > a { color: var(--olive); }
.header-actions { align-items: center; display: flex; gap: 16px; justify-self: end; }
.header-phone { color: var(--olive); font-size: 0.88rem; font-weight: 800; white-space: nowrap; }
.menu-toggle { background: transparent; border: 1px solid var(--line); border-radius: 50%; color: var(--olive); cursor: pointer; display: none; height: 44px; padding: 0; width: 44px; }
.menu-toggle svg { height: 20px; width: 20px; }
.hero { background: var(--mist); overflow: hidden; padding: 82px 0 96px; position: relative; }
.hero h1 { font-size: clamp(2.3rem, 3.8vw, 4rem); }
.hero::before { border: 1px solid rgba(120, 200, 0, 0.32); border-radius: 50%; content: ''; height: 290px; position: absolute; right: -120px; top: -120px; width: 290px; }
.hero__grid { align-items: center; display: grid; gap: 48px; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); }
.hero__copy { position: relative; z-index: 2; }
.hero__copy .lede { margin-bottom: 30px; }
.hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; }
.hero__trust { align-items: flex-start; color: var(--muted); display: flex; font-size: 0.84rem; gap: 10px; margin-top: 28px; }
.hero__trust::before { background: var(--lime); border-radius: 50%; content: ''; height: 9px; margin-top: .35em; width: 9px; }
.hero__visual { margin-left: 28px; min-height: 680px; position: relative; }
.organic-blob { background: var(--pale-sage); border-radius: 48% 52% 58% 42% / 45% 42% 58% 55%; inset: 4% 2% 0 0; position: absolute; transform: rotate(5deg); }
.organic-blob::before { border: 1px solid var(--lime); border-radius: inherit; content: ''; inset: 20px -22px -18px 26px; position: absolute; }
.hero__image { border-radius: 46% 54% 45% 55% / 38% 43% 57% 62%; height: 92%; inset: 4% 3% auto 0; object-fit: contain; object-position: center; position: absolute; width: auto; }
.hero__badge { align-items: center; background: var(--white); border-radius: 16px; bottom: 32px; box-shadow: var(--shadow); display: flex; gap: 12px; left: 0; padding: 16px 18px; position: absolute; z-index: 2; }
.hero__badge strong { color: var(--olive); display: block; font-family: var(--font-heading); font-size: 1.1rem; font-weight: 700; }
.hero__badge span { color: var(--muted); display: block; font-size: 0.78rem; }
.badge-dot { background: var(--lime); border-radius: 50%; height: 16px; width: 16px; }
.section--dark { background: var(--olive); color: var(--white); }
.section--dark h2, .section--dark h3, .section--dark .eyebrow { color: var(--white); }
.section--dark .lede, .section--dark p { color: rgba(255, 255, 255, 0.8); }
.site-footer { background: var(--olive); color: rgba(255, 255, 255, 0.78); padding: 76px 0 34px; }
.site-footer .site-brand__logo { filter: brightness(0) invert(1); width: 250px; }
.footer-grid { display: grid; gap: 46px; grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr; }
.site-footer .site-brand__copy strong, .site-footer .site-brand__copy span, .site-footer a, .site-footer h3 { color: var(--white); }
.site-footer h3 { font-family: var(--font-body); font-size: 0.9rem; font-weight: 700; margin-bottom: 16px; }
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { margin-bottom: 8px; }
.footer-list a:hover { color: var(--lime); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.14); display: flex; gap: 24px; justify-content: space-between; margin-top: 52px; padding-top: 20px; }
.footer-bottom p, .footer-bottom a { font-size: 0.78rem; margin: 0; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 16px; }
.mobile-contact-bar { background: var(--olive); bottom: 0; display: none; grid-template-columns: repeat(3, 1fr); left: 0; padding: 9px 10px calc(9px + env(safe-area-inset-bottom)); position: fixed; right: 0; z-index: 45; }
.mobile-contact-bar a { align-items: center; color: var(--white); display: flex; flex-direction: column; font-size: 0.72rem; font-weight: 800; gap: 3px; }
.mobile-contact-bar svg { height: 18px; width: 18px; }
.form-shell { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: clamp(22px, 4vw, 44px); }
.form-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-field { display: grid; gap: 7px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { color: var(--olive); font-size: 0.86rem; font-weight: 800; }
.form-field input, .form-field select, .form-field textarea { background: var(--mist); border: 1px solid var(--line); border-radius: 12px; color: var(--charcoal); min-height: 48px; padding: 11px 13px; width: 100%; }
.form-field textarea { min-height: 132px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--lime); outline: 3px solid rgba(120, 200, 0, 0.22); }
.consent { align-items: flex-start; display: flex; gap: 10px; margin: 20px 0; }
.consent input { accent-color: var(--lime); margin-top: 5px; }
.consent label { color: var(--muted); font-size: 0.82rem; }
.form-status { border-radius: 12px; font-weight: 700; margin-bottom: 18px; padding: 14px 16px; }
.form-status--success { background: var(--sage); color: var(--olive); }
.form-status--error { background: #fff0ed; color: #8b3427; }
.map-card { align-items: center; background: var(--sage); border-radius: var(--radius-lg); display: flex; min-height: 360px; overflow: hidden; padding: 30px; position: relative; }
.map-card::before, .map-card::after { border: 1px solid rgba(80, 96, 68, 0.28); border-radius: 50%; content: ''; position: absolute; }
.map-card::before { height: 290px; right: -90px; top: -72px; width: 290px; }
.map-card::after { bottom: -120px; height: 250px; left: -80px; width: 250px; }
.map-card__inner { position: relative; z-index: 1; }
.map-card__pin { align-items: center; background: var(--lime); border-radius: 50%; color: var(--olive); display: flex; height: 48px; justify-content: center; margin-bottom: 20px; width: 48px; }
.map-card__pin svg { height: 22px; width: 22px; }
.skip-link { left: 12px; position: absolute; top: -60px; }
.skip-link:focus { top: 12px; }

@media (max-width: 1120px) {
  .primary-nav { gap: 14px; }
  .primary-nav ul { gap: 12px; }
  .header-phone { display: none; }
}
@media (max-width: 920px) {
  .header-inner { display: flex; justify-content: space-between; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .header-actions .button { display: none; }
  .primary-nav { background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(41, 41, 41, 0.08); display: none; left: 0; padding: 22px 20px 28px; position: absolute; right: 0; top: 100%; }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .primary-nav li { border-bottom: 1px solid var(--line); }
  .primary-nav a { display: block; padding: 13px 0; }
  .hero__grid { gap: 34px; grid-template-columns: 1fr; }
  .hero__visual { margin-left: 0; min-height: 560px; order: 2; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  body { padding-bottom: 70px; }
  .container { width: min(calc(100% - 32px), var(--max-width)); }
  .site-brand__logo { width: 168px; }
  .site-footer .site-brand__logo { width: 210px; }
  .section { padding: 76px 0; }
  .hero { padding: 56px 0 72px; }
  .hero h1 { font-size: clamp(2.2rem, 8.5vw, 3.1rem); }
  h1 { font-size: clamp(2.35rem, 10vw, 3.3rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__visual { aspect-ratio: 1 / 1; margin-inline: auto; min-height: 0; width: min(100%, 410px); }
  .hero__badge { bottom: 8px; left: 0; }
  .hero__image { height: 96%; inset: 0 2% auto 2%; object-fit: cover; object-position: center 45%; width: 96%; border-radius: 50%; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-contact-bar { display: grid; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

/* Subtle site motion */
.motion-ready .motion-reveal {
  opacity: 1;
  translate: 0 14px;
  transition:
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    translate 520ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 360ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--motion-delay, 0ms);
  will-change: opacity, translate;
}

.motion-ready .motion-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
  will-change: auto;
}

.approach-card,
.service-card,
.equipment-item,
.feature-tile,
.contact-card,
.map-card,
.clinic-gallery__item,
.diagnostics-media__item {
  transition:
    box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .approach-card:hover,
  .service-card:hover,
  .equipment-item:hover,
  .feature-tile:hover,
  .contact-card:hover,
  .map-card:hover,
  .clinic-gallery__item:hover,
  .diagnostics-media__item:hover {
    box-shadow: var(--shadow);
    border-color: rgba(120, 200, 0, 0.55);
  }
}

.approach-card:focus-within,
.service-card:focus-within,
.equipment-item:focus-within,
.feature-tile:focus-within,
.contact-card:focus-within,
.map-card:focus-within,
.clinic-gallery__item:focus-within,
.diagnostics-media__item:focus-within {
  box-shadow: var(--shadow);
    border-color: rgba(120, 200, 0, 0.55);
}

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

  .motion-ready .motion-reveal,
  .motion-ready .motion-reveal.is-visible,
  .approach-card,
  .service-card,
  .equipment-item,
  .feature-tile,
  .contact-card,
  .map-card,
  .clinic-gallery__item,
  .diagnostics-media__item,
  .button {
    opacity: 1;
    translate: none;
    transform: none;
    transition: none;
  }
}
/*
Theme Name: Vantarakis Veterinary Clinic
Theme URI: https://www.vantarakis-vet.eu/
Author: Vantarakis Veterinary Clinic
Description: A calm, premium Greek veterinary clinic theme for companion animals.
Version: 1.0.0
Text Domain: vantarakis-vet
*/

:root {
  --lime: #78c800;
  --olive: #506044;
  --sage: #eaf3de;
  --pale-sage: #dcebc5;
  --mist: #f5f9ed;
  --charcoal: #292929;
  --muted: #6f746b;
  --line: #e2e7dd;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(80, 96, 68, 0.12);
  --radius-lg: 32px;
  --radius-md: 18px;
  --max-width: 1180px;
  --font-body: 'Calibri Light', 'Calibri', Arial, sans-serif;
  --font-heading: 'Calibri', 'Calibri Light', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--charcoal);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--olive); }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.screen-reader-text:focus {
  background: var(--white);
  clip: auto;
  clip-path: none;
  color: var(--charcoal);
  height: auto;
  left: 16px;
  padding: 10px 14px;
  top: 16px;
  width: auto;
  z-index: 1000;
}
.site-shell { overflow: clip; }
.container { width: min(calc(100% - 40px), var(--max-width)); margin-inline: auto; }
.section { padding: 104px 0; position: relative; }
.section--mist { background: var(--mist); }
.section--sage { background: var(--sage); }
.section__head { max-width: 720px; margin-bottom: 44px; }
.eyebrow {
  color: var(--olive);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin: 0 0 14px;
  text-transform: uppercase;
}
h1, h2, h3, h4 {
  color: var(--olive);
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 20px;
}
h1 { font-size: clamp(2.5rem, 4.2vw, 4.4rem); letter-spacing: -0.03em; }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); letter-spacing: -0.025em; }
h3 { font-size: 1.65rem; }
p { margin: 0 0 18px; }
.lede { color: var(--muted); font-size: 1.08rem; max-width: 650px; }
.text-highlight { color: var(--lime); }
a,
.primary-nav a,
.inline-link,
.footer-list a {
  transition: color 220ms ease-out;
}

.button {
  align-items: center;
  background: var(--lime);
  border: 2px solid var(--lime);
  border-radius: 999px;
  color: var(--charcoal);
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  transition:
    background-color 260ms cubic-bezier(0.22, 1, 0.36, 1),
    color 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}
.button:hover { background: #8bdd18; box-shadow: 0 10px 24px rgba(120, 200, 0, 0.2); color: var(--charcoal); transform: translateY(-1px); }
.button--outline { background: transparent; border-color: var(--olive); color: var(--olive); }
.button--outline:hover { background: var(--olive); color: var(--white); }
.button--light { background: var(--white); border-color: var(--white); }
.button--icon { padding-inline: 18px; }
.button svg { height: 18px; width: 18px; }
.inline-link { align-items: center; color: var(--olive); display: inline-flex; font-weight: 800; gap: 8px; }
.inline-link:hover { color: var(--lime); }
.inline-link svg { height: 16px; width: 16px; }
.list-checks, .service-list, .profile-list { list-style: none; margin: 0; padding: 0; }
.list-checks li, .service-list li, .profile-list li { padding-left: 28px; position: relative; }
.list-checks li::before, .service-list li::before, .profile-list li::before {
  color: var(--lime);
  content: '✓';
  font-weight: 800;
  left: 0;
  position: absolute;
  top: 0;
}
.site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(226, 231, 221, 0.8);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
}
.header-inner { align-items: center; display: grid; gap: 28px; grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr); min-height: 82px; }
.site-brand { align-items: center; display: inline-flex; flex: 0 0 auto; }
.site-brand__logo { display: block; height: auto; width: 220px; }
.site-brand__mark { align-items: center; background: var(--lime); border-radius: 50% 44% 50% 42%; color: var(--olive); display: inline-flex; height: 40px; justify-content: center; transform: rotate(-10deg); width: 40px; }
.site-brand__mark svg { transform: rotate(10deg); }
.site-brand__copy { display: grid; line-height: 1.05; }
.site-brand__copy strong { color: var(--olive); font-size: 0.78rem; letter-spacing: 0.1em; }
.site-brand__copy span { color: var(--muted); font-size: 0.68rem; margin-top: 5px; }
.primary-nav { align-items: center; display: flex; justify-self: center; }
.primary-nav ul { align-items: center; display: flex; gap: 18px; list-style: none; margin: 0; padding: 0; }
.primary-nav a { color: var(--muted); font-size: 1rem; font-weight: 700; text-align: center; white-space: nowrap; }
.primary-nav a:hover, .primary-nav .current-menu-item > a, .primary-nav .current_page_item > a { color: var(--olive); }
.header-actions { align-items: center; display: flex; gap: 16px; justify-self: end; }
.header-phone { color: var(--olive); font-size: 0.88rem; font-weight: 800; white-space: nowrap; }
.menu-toggle { background: transparent; border: 1px solid var(--line); border-radius: 50%; color: var(--olive); cursor: pointer; display: none; height: 44px; padding: 0; width: 44px; }
.menu-toggle svg { height: 20px; width: 20px; }
.hero { background: var(--mist); overflow: hidden; padding: 82px 0 96px; position: relative; }
.hero h1 { font-size: clamp(2.3rem, 3.8vw, 4rem); }
.hero::before { border: 1px solid rgba(120, 200, 0, 0.32); border-radius: 50%; content: ''; height: 290px; position: absolute; right: -120px; top: -120px; width: 290px; }
.hero__grid { align-items: center; display: grid; gap: 48px; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); }
.hero__copy { position: relative; z-index: 2; }
.hero__copy .lede { margin-bottom: 30px; }
.hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; }
.hero__trust { align-items: flex-start; color: var(--muted); display: flex; font-size: 0.84rem; gap: 10px; margin-top: 28px; }
.hero__trust::before { background: var(--lime); border-radius: 50%; content: ''; height: 9px; margin-top: .35em; width: 9px; }
.hero__visual { margin-left: 28px; min-height: 680px; position: relative; }
.organic-blob { background: var(--pale-sage); border-radius: 48% 52% 58% 42% / 45% 42% 58% 55%; inset: 4% 2% 0 0; position: absolute; transform: rotate(5deg); }
.organic-blob::before { border: 1px solid var(--lime); border-radius: inherit; content: ''; inset: 20px -22px -18px 26px; position: absolute; }
.hero__image { border-radius: 46% 54% 45% 55% / 38% 43% 57% 62%; height: 92%; inset: 4% 3% auto 0; object-fit: contain; object-position: center; position: absolute; width: auto; }
.hero__badge { align-items: center; background: var(--white); border-radius: 16px; bottom: 32px; box-shadow: var(--shadow); display: flex; gap: 12px; left: 0; padding: 16px 18px; position: absolute; z-index: 2; }
.hero__badge strong { color: var(--olive); display: block; font-family: var(--font-heading); font-size: 1.1rem; font-weight: 700; }
.hero__badge span { color: var(--muted); display: block; font-size: 0.78rem; }
.badge-dot { background: var(--lime); border-radius: 50%; height: 16px; width: 16px; }
.section--dark { background: var(--olive); color: var(--white); }
.section--dark h2, .section--dark h3, .section--dark .eyebrow { color: var(--white); }
.section--dark .lede, .section--dark p { color: rgba(255, 255, 255, 0.8); }
.site-footer { background: var(--olive); color: rgba(255, 255, 255, 0.78); padding: 76px 0 34px; }
.site-footer .site-brand__logo { filter: brightness(0) invert(1); width: 250px; }
.footer-grid { display: grid; gap: 46px; grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr; }
.site-footer .site-brand__copy strong, .site-footer .site-brand__copy span, .site-footer a, .site-footer h3 { color: var(--white); }
.site-footer h3 { font-family: var(--font-body); font-size: 0.9rem; font-weight: 700; margin-bottom: 16px; }
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { margin-bottom: 8px; }
.footer-list a:hover { color: var(--lime); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.14); display: flex; gap: 24px; justify-content: space-between; margin-top: 52px; padding-top: 20px; }
.footer-bottom p, .footer-bottom a { font-size: 0.78rem; margin: 0; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 16px; }
.mobile-contact-bar { background: var(--olive); bottom: 0; display: none; grid-template-columns: repeat(3, 1fr); left: 0; padding: 9px 10px calc(9px + env(safe-area-inset-bottom)); position: fixed; right: 0; z-index: 45; }
.mobile-contact-bar a { align-items: center; color: var(--white); display: flex; flex-direction: column; font-size: 0.72rem; font-weight: 800; gap: 3px; }
.mobile-contact-bar svg { height: 18px; width: 18px; }
.form-shell { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: clamp(22px, 4vw, 44px); }
.form-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-field { display: grid; gap: 7px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { color: var(--olive); font-size: 0.86rem; font-weight: 800; }
.form-field input, .form-field select, .form-field textarea { background: var(--mist); border: 1px solid var(--line); border-radius: 12px; color: var(--charcoal); min-height: 48px; padding: 11px 13px; width: 100%; }
.form-field textarea { min-height: 132px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--lime); outline: 3px solid rgba(120, 200, 0, 0.22); }
.consent { align-items: flex-start; display: flex; gap: 10px; margin: 20px 0; }
.consent input { accent-color: var(--lime); margin-top: 5px; }
.consent label { color: var(--muted); font-size: 0.82rem; }
.form-status { border-radius: 12px; font-weight: 700; margin-bottom: 18px; padding: 14px 16px; }
.form-status--success { background: var(--sage); color: var(--olive); }
.form-status--error { background: #fff0ed; color: #8b3427; }
.map-card { align-items: center; background: var(--sage); border-radius: var(--radius-lg); display: flex; min-height: 360px; overflow: hidden; padding: 30px; position: relative; }
.map-card::before, .map-card::after { border: 1px solid rgba(80, 96, 68, 0.28); border-radius: 50%; content: ''; position: absolute; }
.map-card::before { height: 290px; right: -90px; top: -72px; width: 290px; }
.map-card::after { bottom: -120px; height: 250px; left: -80px; width: 250px; }
.map-card__inner { position: relative; z-index: 1; }
.map-card__pin { align-items: center; background: var(--lime); border-radius: 50%; color: var(--olive); display: flex; height: 48px; justify-content: center; margin-bottom: 20px; width: 48px; }
.map-card__pin svg { height: 22px; width: 22px; }
.skip-link { left: 12px; position: absolute; top: -60px; }
.skip-link:focus { top: 12px; }

@media (max-width: 1120px) {
  .primary-nav { gap: 14px; }
  .primary-nav ul { gap: 12px; }
  .header-phone { display: none; }
}
@media (max-width: 920px) {
  .header-inner { display: flex; justify-content: space-between; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .header-actions .button { display: none; }
  .primary-nav { background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(41, 41, 41, 0.08); display: none; left: 0; padding: 22px 20px 28px; position: absolute; right: 0; top: 100%; }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .primary-nav li { border-bottom: 1px solid var(--line); }
  .primary-nav a { display: block; padding: 13px 0; }
  .hero__grid { gap: 34px; grid-template-columns: 1fr; }
  .hero__visual { margin-left: 0; min-height: 560px; order: 2; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  body { padding-bottom: 70px; }
  .container { width: min(calc(100% - 32px), var(--max-width)); }
  .site-brand__logo { width: 168px; }
  .site-footer .site-brand__logo { width: 210px; }
  .section { padding: 76px 0; }
  .hero { padding: 56px 0 72px; }
  .hero h1 { font-size: clamp(2.2rem, 8.5vw, 3.1rem); }
  h1 { font-size: clamp(2.35rem, 10vw, 3.3rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__visual { aspect-ratio: 1 / 1; margin-inline: auto; min-height: 0; width: min(100%, 410px); }
  .hero__badge { bottom: 8px; left: 0; }
  .hero__image { height: 96%; inset: 0 2% auto 2%; object-fit: cover; object-position: center 45%; width: 96%; border-radius: 50%; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-contact-bar { display: grid; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

/* Subtle site motion */
.motion-ready .motion-reveal {
  opacity: 1;
  translate: 0 14px;
  transition:
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    translate 520ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 360ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--motion-delay, 0ms);
  will-change: opacity, translate;
}

.motion-ready .motion-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
  will-change: auto;
}

.approach-card,
.service-card,
.equipment-item,
.feature-tile,
.contact-card,
.map-card,
.clinic-gallery__item,
.diagnostics-media__item {
  transition:
    box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .approach-card:hover,
  .service-card:hover,
  .equipment-item:hover,
  .feature-tile:hover,
  .contact-card:hover,
  .map-card:hover,
  .clinic-gallery__item:hover,
  .diagnostics-media__item:hover {
    box-shadow: var(--shadow);
    border-color: rgba(120, 200, 0, 0.55);
  }
}

.approach-card:focus-within,
.service-card:focus-within,
.equipment-item:focus-within,
.feature-tile:focus-within,
.contact-card:focus-within,
.map-card:focus-within,
.clinic-gallery__item:focus-within,
.diagnostics-media__item:focus-within {
  box-shadow: var(--shadow);
    border-color: rgba(120, 200, 0, 0.55);
}

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

  .motion-ready .motion-reveal,
  .motion-ready .motion-reveal.is-visible,
  .approach-card,
  .service-card,
  .equipment-item,
  .feature-tile,
  .contact-card,
  .map-card,
  .clinic-gallery__item,
  .diagnostics-media__item,
  .button {
    opacity: 1;
    translate: none;
    transform: none;
    transition: none;
  }
}

/* Compact footer hours */
.footer-phone-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 8px;
}

.footer-hours {
	margin-top: 14px;
}

.footer-hours__title {
	color: var(--white);
	display: block;
	font-size: .82rem;
	margin-bottom: 8px;
}

.footer-hours__list {
	display: grid;
	gap: 7px;
	margin: 0;
}

.footer-hours__list > div {
	display: grid;
	gap: 2px;
}

.footer-hours__list dt,
.footer-hours__list dd {
	font-size: 1rem;
	line-height: 1.65;
	margin: 0;
}

.footer-hours__list dt {
	color: inherit;
}

.footer-hours__list dd {
	align-items: center;
	color: inherit;
	display: flex;
	flex-wrap: wrap;
	gap: 0 5px;
}

/* Five-field footer layout */
.footer-grid {
	gap: 32px;
	grid-template-columns: minmax(240px, 1.35fr) minmax(120px, .7fr) minmax(120px, .7fr) minmax(170px, .85fr) minmax(210px, 1.1fr);
}

.footer-hours-column {
	min-width: 0;
}

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

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

/* Keep the four approach-card hover responses synchronized. */
.motion-ready .approach-card.motion-reveal {
  transition-delay: 0ms;
}


/* Navigation pointer and keyboard highlight */
.primary-nav a { isolation: isolate; position: relative; z-index: 0; }
.primary-nav a::before {
  background: rgba(120, 200, 0, 0.14);
  border-radius: 999px;
  content: '';
  inset: -6px -8px;
  opacity: 0;
  position: absolute;
  transform: scale(0.92);
  transition: opacity 180ms cubic-bezier(0.22, 1, 0.36, 1), transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .primary-nav a:hover::before { opacity: 1; transform: scale(1); }
}
.primary-nav a:focus-visible { border-radius: 4px; color: var(--olive); outline: 2px solid var(--lime); outline-offset: 7px; }
.primary-nav a:focus-visible::before { opacity: 1; transform: scale(1); }
@media (prefers-reduced-motion: reduce) {
  .primary-nav a::before { transition: none; }
}

/* Legal pages: readable hierarchy and predictable paragraph rhythm. */
.legal-page .section__head { margin-bottom: clamp(30px, 5vw, 54px); max-width: 880px; }
.legal-page .section__head h1 { font-size: clamp(2.25rem, 5vw, 4.25rem); line-height: 1.05; }
.legal-content { max-width: 880px; }
.legal-content > *:first-child { margin-top: 0; }
.legal-content h2 { color: var(--olive); font-size: clamp(1.35rem, 2.4vw, 1.85rem); line-height: 1.25; margin: 42px 0 14px; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.legal-content p { margin: 0 0 18px; }
.legal-content ul, .legal-content ol { margin: 0 0 24px; padding-left: 24px; }
.legal-content li + li { margin-top: 8px; }
.legal-content a { color: var(--olive); font-weight: 700; text-decoration: underline; text-decoration-color: var(--lime); text-underline-offset: 3px; }

/* Blog cards and long-form articles. */
.home-blog { background: var(--mist); }
.home-blog__head { align-items: end; border-bottom: 1px solid var(--line); display: flex; gap: 28px; justify-content: space-between; margin-bottom: 34px; padding-bottom: 20px; }
.home-blog__head h2 { margin-bottom: 0; }
.blog-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.blog-card { background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 18px 42px rgba(80, 96, 68, .08); display: flex; flex-direction: column; min-width: 0; overflow: hidden; }
.blog-card__media { display: block; overflow: hidden; position: relative; }
.blog-card__media img { aspect-ratio: 3 / 2; display: block; height: auto; object-fit: cover; transition: transform .45s cubic-bezier(.22, 1, .36, 1); width: 100%; }
.blog-card:hover .blog-card__media img { transform: scale(1.025); }
.blog-card__date { align-items: center; background: var(--white); color: var(--olive); display: flex; flex-direction: column; height: 58px; justify-content: center; left: 14px; line-height: 1; position: absolute; top: 14px; width: 54px; }
.blog-card__date strong { font-family: var(--font-heading); font-size: 1.35rem; }
.blog-card__date span { font-size: .62rem; font-weight: 800; margin-top: 5px; }
.blog-card__body { align-items: flex-start; display: flex; flex: 1; flex-direction: column; padding: 26px; }
.blog-card__category { background: var(--lime); color: var(--charcoal); font-size: .65rem; font-weight: 800; letter-spacing: .06em; margin: -39px 0 18px; padding: 7px 10px; position: relative; text-transform: uppercase; }
.blog-card h2, .blog-card h3 { color: var(--charcoal); font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.2; margin: 0 0 13px; }
.blog-card h2 a, .blog-card h3 a { color: inherit; }
.blog-card__body > p { color: var(--muted); font-size: .9rem; line-height: 1.65; margin: 0 0 22px; }
.blog-card__body .inline-link { margin-top: auto; }
.blog-grid--archive { row-gap: 34px; }
.single-article__hero { background: var(--mist); padding: clamp(50px, 8vw, 96px) 0; }
.single-article__hero-grid { align-items: center; display: grid; gap: clamp(34px, 7vw, 88px); grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); }
.single-article__hero h1 { max-width: 780px; }
.single-article__hero figure { margin: 0; }
.single-article__hero img { aspect-ratio: 3 / 2; border-radius: 10px; display: block; object-fit: cover; width: 100%; }
.single-article__meta { color: var(--muted); font-size: .86rem; margin-top: 22px; }
.single-article__layout { align-items: start; display: grid; gap: clamp(42px, 7vw, 90px); grid-template-columns: minmax(0, 1fr) minmax(250px, .34fr); padding-bottom: clamp(72px, 9vw, 120px); padding-top: clamp(58px, 8vw, 96px); }
.single-article__content { max-width: 800px; }
.single-article__content h2 { color: var(--olive); font-size: clamp(1.55rem, 3vw, 2.2rem); margin: 42px 0 16px; }
.single-article__content h3 { color: var(--olive); font-size: 1.25rem; margin: 30px 0 12px; }
.single-article__content p, .single-article__content li { color: var(--muted); font-size: 1rem; line-height: 1.82; }
.single-article__content p { margin: 0 0 20px; }
.single-article__content ul { margin: 0 0 24px; padding-left: 23px; }
.single-article__content li + li { margin-top: 8px; }
.single-article__aside { background: var(--pale-sage); border-top: 3px solid var(--lime); padding: 26px; position: sticky; top: 108px; }
.single-article__aside h2 { font-size: 1.6rem; }
.single-article__aside p:not(.eyebrow) { color: var(--muted); font-size: .9rem; line-height: 1.65; }

/* Mobile quick actions: call above Viber, clear of the bottom booking bar. */
.mobile-floating-actions { display: none; }
@media (max-width: 1120px) and (min-width: 921px) {
  .primary-nav ul { gap: 10px; }
  .primary-nav a { font-size: .91rem; }
}
@media (max-width: 920px) {
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .single-article__hero-grid, .single-article__layout { grid-template-columns: 1fr; }
  .single-article__aside { position: static; }
}
@media (max-width: 640px) {
  .legal-page .section__head h1 { font-size: clamp(2rem, 11vw, 3rem); overflow-wrap: anywhere; }
  .legal-content h2 { margin-top: 34px; }
  .home-blog__head { align-items: flex-start; flex-direction: column; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card__body { padding: 23px; }
  .mobile-contact-bar { grid-template-columns: repeat(2, 1fr); }
  .mobile-floating-actions { align-items: flex-end; bottom: calc(88px + env(safe-area-inset-bottom)); display: flex; flex-direction: column; gap: 10px; position: fixed; right: 14px; z-index: 46; }
  .mobile-floating-action { align-items: center; border: 3px solid var(--white); border-radius: 50%; box-shadow: 0 8px 24px rgba(41, 41, 41, .24); color: var(--white); display: flex; height: 58px; justify-content: center; position: relative; width: 58px; }
  .mobile-floating-action svg { height: 25px; width: 25px; }
  .mobile-floating-action span { background: rgba(41, 41, 41, .86); border-radius: 999px; font-size: .68rem; font-weight: 800; opacity: 0; padding: 5px 8px; pointer-events: none; position: absolute; right: 66px; transition: opacity .18s ease; white-space: nowrap; }
  .mobile-floating-action:focus-visible span, .mobile-floating-action:active span { opacity: 1; }
  .mobile-floating-action--call { background: var(--olive); }
  .mobile-floating-action--viber { background: #7360f2; }
}
