:root {
  --blue: #0f70ca;
  --blue-dark: #075da9;
  --blue-ink: #0a4b82;
  --blue-soft: #e9f6ff;
  --blue-pale: #f5fbff;
  --navy: #102c42;
  --text: #4f6677;
  --white: #fff;
  --line: #dcecf6;
  --shadow: 0 24px 70px rgba(18, 83, 130, 0.13);
  --radius: 26px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--white);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 14px; transform: translateY(-160%); background: var(--navy); color: white; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  transition: background .3s, box-shadow .3s, transform .3s;
}
.site-header.scrolled { background: rgba(255,255,255,.92); box-shadow: 0 8px 30px rgba(25,81,118,.08); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 205px; }
.main-nav { display: flex; align-items: center; gap: 36px; font-size: 14px; font-weight: 600; }
.main-nav a { position: relative; text-decoration: none; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px; border-radius: 9px; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 13px 20px; border-radius: 999px; color: white; background: var(--blue); box-shadow: 0 10px 26px rgba(49,149,245,.23); transition: transform .25s, background .25s; }
.nav-cta:hover { transform: translateY(-2px); background: var(--blue-dark); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; border-radius: 3px; background: var(--navy); transition: transform .25s, opacity .25s; }

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  padding: 170px 0 95px;
  background:
    radial-gradient(circle at 7% 20%, rgba(113,199,255,.14) 0 2px, transparent 3px) 0 0 / 28px 28px,
    linear-gradient(112deg, #fff 0%, #f9fdff 48%, #eef9ff 100%);
}
.hero::after { content: ""; position: absolute; right: -70px; bottom: -200px; width: 560px; height: 560px; border: 1px solid rgba(49,149,245,.13); border-radius: 50%; }
.hero-inner { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 52px; }
.hero-copy { padding-top: 22px; }
.hero-identity { margin-bottom: 38px; }
.hero-doctor { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(38px, 4.25vw, 62px); font-weight: 700; line-height: 1.04; letter-spacing: -.052em; white-space: nowrap; }
.hero-doctor strong { display: inline-block; color: var(--blue); font-weight: 700; white-space: nowrap; }
.hero-role { display: block; margin-top: 11px; color: var(--blue-ink); font-size: clamp(13px, 1.25vw, 18px); font-weight: 800; line-height: 1.3; letter-spacing: .13em; text-transform: uppercase; }
.hero-contact-line { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px 12px; margin: 15px 0 0; color: var(--blue-ink); font-family: "Manrope", sans-serif; font-size: clamp(18px, 1.7vw, 25px); font-weight: 700; line-height: 1.35; letter-spacing: -.025em; }
.hero-contact-line a { text-decoration: none; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.hero-contact-line a:hover, .hero-contact-line a:focus-visible { color: var(--blue); text-decoration: underline; }
.eyebrow { margin: 0 0 18px; color: var(--blue-dark); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 2px; margin: 0 10px 3px 0; border-radius: 9px; background: currentColor; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { max-width: 660px; margin: 0; font-size: clamp(48px, 5.2vw, 76px); line-height: 1.04; letter-spacing: -.055em; }
h1 span { color: var(--blue); }
.hero-lead { max-width: 580px; margin: 27px 0 0; color: var(--text); font-size: 19px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .25s, box-shadow .25s, background .25s, border .25s; }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 14px 30px rgba(49,149,245,.28); }
.button-primary:hover { transform: translateY(-3px); background: var(--blue-dark); box-shadow: 0 18px 34px rgba(49,149,245,.35); }
.button-ghost { border-color: #bcdff3; background: rgba(255,255,255,.7); }
.button-ghost:hover { transform: translateY(-3px); border-color: var(--blue); }
.trust-line { display: flex; align-items: center; gap: 15px; margin-top: 43px; }
.trust-line p { margin: 0; color: var(--text); font-size: 12px; line-height: 1.55; }
.trust-line strong { color: var(--navy); font-size: 13px; }
.avatar-paws { display: flex; }
.avatar-paws span { display: grid; place-items: center; width: 34px; height: 34px; margin-left: -7px; border: 3px solid white; border-radius: 50%; background: var(--blue-soft); font-size: 14px; }
.avatar-paws span:first-child { margin-left: 0; }

.hero-art { position: relative; min-height: 500px; display: grid; place-items: center; }
.pet-card { position: relative; width: min(100%, 455px); aspect-ratio: .91; border: 1px solid rgba(255,255,255,.8); border-radius: 48% 48% 44% 44% / 42% 42% 50% 50%; background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(221,243,255,.75)); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.pet-card::before { content: ""; position: absolute; inset: 8%; border: 1px dashed rgba(49,149,245,.22); border-radius: inherit; }
.pet-illustration { position: absolute; inset: 2% 4% 0; width: 92%; height: 96%; }
.blob { fill: #ccecff; }
.cat-body, .cat-head { fill: #f8c978; stroke: var(--navy); stroke-width: 3; }
.dog-body, .dog-head, .dog-ear { fill: #dfeaf0; stroke: var(--navy); stroke-width: 3; }
.dog-ear { fill: #b8d1df; }
.eye, .nose { fill: var(--navy); }
.face-line, .collar { fill: none; stroke: var(--navy); stroke-width: 3; stroke-linecap: round; }
.collar { stroke: var(--blue); stroke-width: 8; }
.tag { fill: var(--blue); }
.cross { stroke: white; stroke-width: 3; stroke-linecap: round; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 8px; padding: 12px 16px; border: 1px solid rgba(49,149,245,.12); border-radius: 15px; background: rgba(255,255,255,.92); box-shadow: 0 12px 32px rgba(28,94,135,.13); color: var(--navy); font-size: 12px; font-weight: 700; backdrop-filter: blur(10px); animation: float 4s ease-in-out infinite; }
.floating-note span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: white; background: var(--blue); }
.note-top { top: 18%; right: -9%; }
.note-bottom { bottom: 10%; left: -11%; animation-delay: -2s; }
.orbit { position: absolute; border: 1px solid rgba(49,149,245,.2); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 390px; height: 390px; border-style: dashed; animation: spin 34s linear infinite; }
.paw-dot { position: absolute; color: var(--blue); font-size: 18px; filter: drop-shadow(0 4px 7px rgba(49,149,245,.25)); }
.paw-dot-one { top: 7%; left: 11%; }
.paw-dot-two { top: 20%; left: 4%; font-size: 11px; }
.paw-dot-three { top: 5%; left: 20%; font-size: 9px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 240px; height: 240px; top: 90px; right: 4%; background: rgba(84,183,250,.12); }
.hero-glow-two { width: 120px; height: 120px; bottom: 30px; left: 40%; background: rgba(255,211,128,.13); }
.scroll-cue { position: absolute; z-index: 3; bottom: 28px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 8px; transform: translateX(-50%); color: #6c899d; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }
.scroll-cue span { position: relative; width: 22px; height: 34px; border: 1px solid #9fc7df; border-radius: 99px; }
.scroll-cue span::after { content: ""; position: absolute; top: 7px; left: 9px; width: 3px; height: 6px; border-radius: 9px; background: var(--blue); animation: scroll 1.8s ease infinite; }

.about-section { background: white; }
.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; }
.section-heading h2 { max-width: 610px; margin: 0; font-size: clamp(35px, 4vw, 54px); line-height: 1.15; letter-spacing: -.045em; }
.section-heading h2 em { color: var(--blue); font-style: normal; }
.section-heading > p:last-child:not(.eyebrow) { max-width: 590px; margin: 20px auto 0; color: var(--text); font-size: 17px; line-height: 1.7; }
.about-copy { color: var(--text); font-size: 16px; line-height: 1.8; }
.about-copy p { margin-top: 0; }
.large-copy { color: var(--navy); font-size: 20px; line-height: 1.65; }
.about-role { display: block; margin-top: 3px; color: var(--blue-dark); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.about-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
.about-details a { padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--blue-pale); text-decoration: none; transition: transform .25s, border-color .25s, background .25s; }
.about-details a:last-child { grid-column: 1 / -1; }
.about-details a:hover, .about-details a:focus-visible { transform: translateY(-3px); border-color: #addcf7; background: var(--blue-soft); }
.about-details span, .about-details strong { display: block; }
.about-details span { margin-bottom: 5px; color: #7890a1; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.about-details strong { color: var(--navy); font-size: 13px; line-height: 1.45; overflow-wrap: anywhere; }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 40px; }
.about-values div { padding: 22px 15px; border-top: 1px solid var(--line); }
.about-values span { display: block; margin-bottom: 18px; color: var(--blue); font-size: 11px; font-weight: 800; }
.about-values strong, .about-values small { display: block; }
.about-values strong { color: var(--navy); font-size: 15px; }
.about-values small { margin-top: 6px; color: #7890a1; font-size: 11px; line-height: 1.45; }

.services-section { position: relative; overflow: hidden; background: var(--blue-pale); }
.services-section::before { content: ""; position: absolute; top: -180px; right: -180px; width: 460px; height: 460px; border: 70px solid rgba(49,149,245,.035); border-radius: 50%; }
.centered { position: relative; text-align: center; }
.centered h2 { margin-inline: auto; }
.services-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 58px; }
.service-card { position: relative; display: flex; align-items: center; gap: 18px; min-height: 150px; overflow: hidden; padding: 30px 28px; border: 1px solid #e1eef6; border-radius: 22px; background: white; box-shadow: 0 14px 40px rgba(16,75,115,.055); transition: transform .3s, box-shadow .3s, border-color .3s; }
.service-card::after { content: ""; position: absolute; right: -38px; bottom: -62px; width: 120px; height: 120px; border: 18px solid var(--blue-soft); border-radius: 50%; transition: transform .4s; }
.service-card:hover { transform: translateY(-8px); border-color: #bfe2f7; box-shadow: 0 22px 50px rgba(16,75,115,.11); }
.service-card:hover::after { transform: scale(1.15); }
.service-card h3 { position: relative; z-index: 1; align-self: center; margin: 0; font-size: 18px; line-height: 1.35; letter-spacing: -.02em; }
.service-icon { position: relative; z-index: 1; display: grid; flex: 0 0 auto; place-items: center; width: 50px; height: 50px; border-radius: 15px; color: var(--blue); background: var(--blue-soft); }
.service-icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card-featured { display: grid; grid-template-columns: 50px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 18px; color: white; border-color: var(--blue); background: var(--blue); box-shadow: 0 22px 46px rgba(49,149,245,.22); }
.service-card-featured::after { border-color: rgba(255,255,255,.09); }
.service-card-featured .service-icon { grid-row: 1 / 3; color: var(--blue); background: white; }
.service-card-featured h3 { grid-column: 2; margin-bottom: 12px; }
.service-options { position: relative; z-index: 1; display: flex; grid-column: 2; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.service-options li { padding: 6px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: 11px; font-weight: 700; line-height: 1.35; }

.gallery-section { position: relative; overflow: hidden; background: white; }
.gallery-section::before { content: ""; position: absolute; top: 115px; left: -155px; width: 330px; height: 330px; border: 1px solid var(--line); border-radius: 50%; }
.gallery-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 55px; }
.gallery-intro { max-width: 455px; margin: 0 0 5px; color: var(--text); font-size: 16px; line-height: 1.75; }
.gallery-grid { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 205px; gap: 16px; }
.gallery-item { position: relative; grid-column: span 5; overflow: hidden; border-radius: 22px; background: var(--blue-soft); box-shadow: 0 14px 36px rgba(16,75,115,.08); }
.gallery-item-featured { grid-column: span 7; grid-row: span 2; }
.gallery-item-small { grid-column: span 4; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.25,1), filter .4s; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(8,39,61,.58) 100%); opacity: 0; transition: opacity .35s; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.045); filter: saturate(1.08); }
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; }
.gallery-item:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.gallery-overlay { position: absolute; z-index: 2; right: 28px; bottom: 25px; left: 28px; color: white; opacity: 0; transform: translateY(10px); transition: opacity .35s, transform .35s; }
.gallery-item:hover .gallery-overlay, .gallery-item:focus-visible .gallery-overlay { opacity: 1; transform: translateY(0); }
.gallery-overlay strong, .gallery-overlay small { display: block; }
.gallery-overlay strong { font-family: "Manrope", sans-serif; font-size: 18px; }
.gallery-overlay small { margin-top: 4px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.gallery-zoom { position: absolute; z-index: 3; top: 17px; right: 17px; display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: white; background: rgba(7,55,88,.44); opacity: 0; transform: scale(.85); backdrop-filter: blur(8px); transition: opacity .3s, transform .3s; }
.gallery-item:hover .gallery-zoom, .gallery-item:focus-visible .gallery-zoom { opacity: 1; transform: scale(1); }
.gallery-zoom svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }

.gallery-lightbox { width: min(94vw, 1120px); max-width: none; max-height: 92vh; padding: 0; overflow: visible; border: 0; background: transparent; color: white; }
.gallery-lightbox::backdrop { background: rgba(5,24,38,.9); backdrop-filter: blur(10px); }
.gallery-lightbox figure { margin: 0; overflow: hidden; border-radius: 24px; background: #071d2c; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.gallery-lightbox figure img { display: block; width: 100%; max-height: calc(92vh - 62px); object-fit: contain; background: #071d2c; }
.gallery-lightbox figcaption { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 58px; padding: 12px 22px; font-size: 14px; }
.gallery-lightbox figcaption small { color: #a9c2d3; font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.lightbox-close, .lightbox-nav { position: absolute; z-index: 5; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: white; background: rgba(8,42,65,.8); cursor: pointer; backdrop-filter: blur(8px); transition: transform .2s, background .2s; }
.lightbox-close:hover, .lightbox-nav:hover { transform: scale(1.07); background: var(--blue); }
.lightbox-close:focus-visible, .lightbox-nav:focus-visible { outline: 3px solid white; outline-offset: 3px; }
.lightbox-close { top: -16px; right: -16px; width: 46px; height: 46px; }
.lightbox-nav { top: 50%; width: 48px; height: 48px; transform: translateY(-50%); }
.lightbox-nav:hover { transform: translateY(-50%) scale(1.07); }
.lightbox-prev { left: -66px; }
.lightbox-next { right: -66px; }
.lightbox-close svg, .lightbox-nav svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }

.contact-section { padding-bottom: 90px; background: white; }
.contact-shell { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 575px; overflow: hidden; border-radius: 32px; background: var(--blue); box-shadow: 0 30px 70px rgba(22,102,162,.2); }
.contact-info { position: relative; overflow: hidden; padding: 58px 52px; color: white; }
.contact-info::after { content: ""; position: absolute; right: -125px; bottom: -150px; width: 330px; height: 330px; border: 45px solid rgba(255,255,255,.07); border-radius: 50%; }
.eyebrow-light { color: white; }
.contact-info h2 { max-width: 400px; margin: 0; font-size: clamp(35px, 3.3vw, 49px); line-height: 1.13; letter-spacing: -.045em; }
.contact-intro { max-width: 430px; margin: 20px 0 34px; color: white; line-height: 1.7; }
.contact-item { position: relative; z-index: 1; display: flex; gap: 15px; margin: 24px 0; }
.contact-icon { display: grid; flex: 0 0 auto; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: rgba(255,255,255,.15); }
.contact-icon svg { width: 20px; fill: none; stroke: white; stroke-width: 1.7; }
.contact-item span, .contact-item strong { display: block; }
.contact-item span { margin-bottom: 4px; color: white; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-item strong { font-size: 13px; line-height: 1.65; }
.phone-link { color: white; font-size: 18px; text-decoration: none; }
.phone-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.button-white { position: relative; z-index: 2; margin-top: 13px; color: var(--blue-dark); background: white; }
.button-white:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(4,54,92,.18); }
.map-wrap { position: relative; min-height: 575px; margin: 12px 12px 12px 0; overflow: hidden; border-radius: 24px; background: #dcecf5; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 575px; border: 0; filter: saturate(.75) contrast(.95); }
.map-wrap::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 35px rgba(18,78,120,.1); }
.map-label { position: absolute; z-index: 3; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 12px; min-width: 220px; padding: 14px 18px; border: 1px solid rgba(49,149,245,.14); border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 12px 35px rgba(24,79,117,.18); text-decoration: none; backdrop-filter: blur(10px); }
.map-pin { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; color: white; background: var(--blue); }
.map-label strong, .map-label small { display: block; }
.map-label strong { font-size: 14px; }
.map-label small { margin-top: 3px; color: var(--text); font-size: 10px; }

.site-footer { padding: 32px 0; border-top: 1px solid var(--line); }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #7a91a2; font-size: 12px; }
.footer-brand img { width: 140px; }
.footer-meta { text-align: right; }
.copyright { margin: 0; }
.footer-credit { display: inline-block; margin-top: 6px; color: var(--blue-dark); font-weight: 700; text-decoration: none; text-underline-offset: 4px; transition: color .2s; }
.footer-credit:hover, .footer-credit:focus-visible { color: var(--blue); text-decoration: underline; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }
.delay-4 { transition-delay: .4s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(12px); } }

@media (max-width: 1280px) {
  .lightbox-prev { left: 14px; }
  .lightbox-next { right: 14px; }
  .lightbox-close { top: 12px; right: 12px; }
}

@media (max-width: 980px) {
  .nav-wrap { min-height: 80px; }
  .brand img { width: 175px; }
  .nav-toggle { display: block; z-index: 3; }
  .main-nav { position: fixed; inset: 0; z-index: 2; min-height: 100vh; height: 100dvh; overflow-y: auto; overscroll-behavior: contain; flex-direction: column; justify-content: safe center; gap: 27px; padding: 100px 24px 40px; visibility: hidden; opacity: 0; background: var(--blue-pale); font-family: "Manrope", sans-serif; font-size: 22px; transition: opacity .25s, visibility .25s; }
  .menu-open .site-header { background: transparent; box-shadow: none; backdrop-filter: none; }
  .menu-open .main-nav { visibility: visible; opacity: 1; }
  .menu-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 135px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .hero-art { min-height: 430px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .gallery-grid { grid-auto-rows: 180px; }
  .gallery-heading { grid-template-columns: 1fr 1fr; gap: 40px; }
  .contact-shell { grid-template-columns: 1fr; }
  .map-wrap { min-height: 450px; margin: 0 12px 12px; }
  .map-wrap iframe { min-height: 450px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 78px 0; }
  .hero { min-height: auto; padding: 125px 0 78px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 0; text-align: center; }
  .hero-identity { margin-bottom: 26px; text-align: center; }
  .hero-doctor { white-space: normal; }
  .hero-contact-line { justify-content: center; }
  .eyebrow::before { display: none; }
  h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero-lead { margin-inline: auto; font-size: 17px; }
  .hero-actions, .trust-line { justify-content: center; }
  .hero-art { min-height: 390px; margin-top: 30px; }
  .pet-card { width: 330px; }
  .orbit-one { width: 370px; height: 370px; }
  .orbit-two { width: 290px; height: 290px; }
  .floating-note { padding: 9px 11px; font-size: 10px; }
  .note-top { right: -1%; }
  .note-bottom { left: -1%; }
  .scroll-cue { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 38px; }
  .section-heading, .section-heading h2 { text-align: center; }
  .about-copy { text-align: center; }
  .about-details { text-align: left; }
  .about-values { text-align: left; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 120px; }
  .service-card-featured { min-height: 150px; }
  .gallery-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; text-align: center; }
  .gallery-intro { margin-inline: auto; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; gap: 12px; }
  .gallery-item, .gallery-item-small { grid-column: span 1; }
  .gallery-item-featured { grid-column: span 2; grid-row: span 2; }
  .gallery-overlay { opacity: 1; transform: none; }
  .gallery-item-featured::after { opacity: 1; }
  .gallery-zoom { opacity: 1; transform: scale(1); }
  .gallery-lightbox { width: calc(100vw - 20px); }
  .gallery-lightbox figure { border-radius: 18px; }
  .lightbox-nav { width: 42px; height: 42px; }
  .contact-info { padding: 43px 28px; }
  .map-wrap { min-height: 390px; }
  .map-wrap iframe { min-height: 390px; }
  .footer-wrap { flex-direction: column; text-align: center; }
  .footer-meta { text-align: center; }
}

@media (max-width: 460px) {
  .brand img { width: 150px; }
  .nav-wrap { min-height: 72px; }
  .hero { padding-top: 110px; }
  .hero-doctor { font-size: clamp(29px, 9.2vw, 42px); }
  .hero-contact-line { display: grid; justify-items: center; gap: 4px; font-size: 18px; }
  .hero-contact-line span { display: none; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-art { min-height: 350px; }
  .pet-card { width: 285px; }
  .orbit-one { width: 318px; height: 318px; }
  .orbit-two { width: 248px; height: 248px; }
  .floating-note span { width: 20px; height: 20px; }
  .about-values { grid-template-columns: 1fr; gap: 0; }
  .about-details { grid-template-columns: 1fr; }
  .about-details a:last-child { grid-column: auto; }
  .about-values div { display: grid; grid-template-columns: 30px 1fr; column-gap: 8px; }
  .about-values span { grid-row: span 2; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 210px; }
  .gallery-item, .gallery-item-small, .gallery-item-featured { grid-column: 1; grid-row: auto; }
  .gallery-item-featured { min-height: 285px; }
  .gallery-overlay { right: 20px; bottom: 18px; left: 20px; }
  .contact-info h2 { font-size: 36px; }
  .map-label { right: 14px; bottom: 14px; left: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
