:root {
  color-scheme: light;
  --pine-950: #102f2b;
  --pine-900: #173f3a;
  --pine-800: #205148;
  --pine-700: #2e675c;
  --sage-500: #89a99d;
  --sage-200: #d9e5df;
  --sage-100: #ebf2ee;
  --cream: #f6f0e5;
  --paper: #fcfaf5;
  --peach: #e3a889;
  --ink: #16312d;
  --muted: #5e706b;
  --line: rgba(23, 63, 58, 0.16);
  --shadow-sm: 0 12px 30px rgba(20, 57, 51, 0.09);
  --shadow-lg: 0 30px 80px rgba(20, 57, 51, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Avenir, "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  --max: 1180px;
  --radius: 24px;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
::selection { background: var(--peach); color: var(--pine-950); }

.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: 1000; left: 16px; top: 12px; padding: 10px 16px;
  background: var(--cream); color: var(--pine-950); border-radius: 8px;
  transform: translateY(-160%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--peach); outline-offset: 4px; }

.demo-banner {
  min-height: 34px; padding: 6px clamp(18px, 4vw, 52px); display: flex; align-items: center;
  justify-content: center; gap: 12px; background: var(--pine-950); color: #f9f3e8;
  font-size: 11px; letter-spacing: .06em; text-transform: uppercase;
}
.demo-banner span { padding: 2px 8px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; font-weight: 800; }
.demo-banner p { margin: 0; opacity: .76; }

.site-header {
  position: sticky; z-index: 100; top: 0; border-bottom: 1px solid transparent;
  background: rgba(252,250,245,.88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  transition: border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(23,63,58,.07); }
.nav-shell {
  width: min(calc(100% - 40px), var(--max)); height: 78px; margin: auto;
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { position: relative; width: 36px; height: 36px; display: block; transform: rotate(-4deg); }
.brand-mark i, .brand-mark b { position: absolute; display: block; background: var(--pine-800); border-radius: 50%; }
.brand-mark i:nth-child(1) { width: 9px; height: 12px; left: 2px; top: 5px; transform: rotate(-25deg); }
.brand-mark i:nth-child(2) { width: 9px; height: 12px; left: 12px; top: 0; }
.brand-mark i:nth-child(3) { width: 9px; height: 12px; right: 3px; top: 5px; transform: rotate(25deg); }
.brand-mark i:nth-child(4) { width: 7px; height: 10px; right: 0; top: 15px; transform: rotate(35deg); }
.brand-mark b { width: 22px; height: 19px; left: 7px; bottom: 1px; border-radius: 55% 55% 45% 45%; transform: rotate(2deg); }
.brand-text { display: grid; font-family: var(--serif); font-size: 25px; line-height: .85; letter-spacing: -.03em; }
.brand-text small { margin-top: 7px; font: 700 8px/1 var(--sans); letter-spacing: .24em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); }
.site-nav a { position: relative; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .03em; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .25s var(--ease); }
.site-nav a:hover::after { right: 0; }
.nav-cta, .button {
  border: 0; cursor: pointer; min-height: 48px; padding: 0 22px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center; gap: 16px;
  font-weight: 800; font-size: 13px; letter-spacing: .02em; transition: transform .25s var(--ease), background .25s ease, box-shadow .25s ease;
}
.nav-cta { min-height: 44px; color: white; background: var(--pine-900); padding-inline: 20px; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.menu-button { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--sage-100); cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; width: 19px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .25s ease; }

.hero {
  position: relative; isolation: isolate; min-height: min(760px, calc(100svh - 112px));
  width: min(calc(100% - 40px), var(--max)); margin: auto; padding: clamp(62px, 8vw, 108px) 0 76px;
  display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(36px, 7vw, 92px);
}
.hero-glow { position: absolute; z-index: -1; width: 520px; height: 520px; right: -120px; top: 12%; background: radial-gradient(circle, rgba(227,168,137,.18), transparent 68%); }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 11px; color: var(--pine-700); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .96; letter-spacing: -.055em; text-wrap: balance; }
h1 { font-size: clamp(58px, 7.5vw, 105px); }
h2 { font-size: clamp(45px, 5.8vw, 76px); }
h1 em, h2 em { color: var(--pine-700); font-weight: 400; }
.hero-lede { max-width: 585px; margin: 30px 0 0; color: var(--muted); font-size: clamp(17px, 1.6vw, 20px); line-height: 1.7; text-wrap: pretty; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; }
.button-primary { color: white; background: var(--pine-900); box-shadow: 0 14px 28px rgba(23,63,58,.18); }
.button-primary:hover { background: var(--pine-800); box-shadow: 0 18px 34px rgba(23,63,58,.24); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.trust-row { margin: 42px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 24px; list-style: none; color: var(--muted); font-size: 12px; font-weight: 700; }
.trust-row span { color: var(--pine-700); margin-right: 5px; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(23,63,58,.13); border-radius: 50%; }
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 360px; height: 360px; border-style: dashed; }
.sun-disc { position: absolute; right: 3%; top: 10%; width: 115px; height: 115px; border-radius: 50%; background: var(--peach); opacity: .72; }
.pet-portrait { position: relative; width: min(390px, 83vw); height: 440px; overflow: hidden; border-radius: 195px 195px 32px 32px; background: var(--sage-200); box-shadow: var(--shadow-lg); }
.pet-portrait::before { content: ""; position: absolute; inset: 48% -15% -15%; border-radius: 50% 50% 0 0; background: var(--pine-800); }
.portrait-label { position: absolute; z-index: 5; top: 25px; left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; }
.portrait-label span { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--peach); }
.cat, .dog { position: absolute; z-index: 3; bottom: 22px; }
.cat { left: 42px; width: 132px; height: 250px; }
.dog { right: 34px; width: 160px; height: 285px; }
.cat-head, .dog-head { position: absolute; z-index: 2; border-radius: 48% 48% 44% 44%; background: #d9a67d; }
.cat-head { left: 9px; top: 32px; width: 108px; height: 99px; }
.cat-body { position: absolute; bottom: 0; width: 132px; height: 145px; border-radius: 52% 52% 20% 20%; background: #c98e65; }
.cat-ear { position: absolute; z-index: 1; top: 10px; width: 45px; height: 55px; background: #d9a67d; clip-path: polygon(50% 0, 100% 100%, 0 82%); }
.cat-ear.left { left: 7px; transform: rotate(-12deg); }.cat-ear.right { right: 7px; transform: rotate(12deg); }
.dog-head { left: 17px; top: 44px; width: 126px; height: 116px; background: #f0d6ae; }
.dog-body { position: absolute; bottom: 0; width: 160px; height: 153px; border-radius: 48% 48% 18% 18%; background: #dfbd91; }
.dog-ear { position: absolute; z-index: 3; top: 55px; width: 42px; height: 88px; border-radius: 55% 25% 70% 45%; background: #a97858; }
.dog-ear.left { left: 0; transform: rotate(10deg); }.dog-ear.right { right: 0; transform: rotate(-10deg) scaleX(-1); }
.eye { position: absolute; z-index: 5; top: 43%; width: 7px; height: 9px; border-radius: 50%; background: var(--pine-950); }
.eye.left { left: 30%; }.eye.right { right: 30%; }
.nose { position: absolute; z-index: 6; left: 50%; top: 60%; width: 10px; height: 7px; transform: translateX(-50%); border-radius: 60% 60% 45% 45%; background: var(--pine-950); }
.muzzle { position: absolute; left: 50%; bottom: 17px; width: 46px; height: 30px; transform: translateX(-50%); border-radius: 50%; background: rgba(255,255,255,.35); }
.leaf { position: absolute; z-index: 4; width: 35px; height: 70px; border-radius: 100% 0 100% 0; background: #769689; opacity: .7; }
.leaf-a { left: 18px; bottom: 30px; transform: rotate(-32deg); }.leaf-b { left: 4px; bottom: 74px; transform: rotate(-68deg) scale(.7); }.leaf-c { right: 5px; bottom: 22px; transform: rotate(28deg) scale(.8); }
.floating-note { position: absolute; z-index: 5; right: -5px; bottom: 35px; display: flex; align-items: center; gap: 12px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.7); border-radius: 16px; background: rgba(252,250,245,.92); box-shadow: var(--shadow-sm); }
.note-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--cream); font-size: 22px; }
.floating-note > span:last-child { display: grid; line-height: 1.25; }.floating-note b { font-size: 12px; }.floating-note small { color: var(--muted); font-size: 10px; }

.section-pad { padding: clamp(80px, 11vw, 150px) max(20px, calc((100vw - var(--max)) / 2)); }
.section-kicker { display: flex; align-items: center; gap: 24px; color: var(--pine-700); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.section-kicker i { flex: 1; height: 1px; background: var(--line); }
.intro { background: var(--cream); }
.intro-grid { margin-top: 54px; display: grid; grid-template-columns: 1.05fr .75fr; align-items: end; gap: clamp(50px, 10vw, 160px); }
.intro-copy > p { margin: 0; color: var(--muted); font: 24px/1.6 var(--serif); text-wrap: pretty; }
.signature { margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 14px; }
.signature-mark { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; background: var(--pine-900); color: white; font: italic 23px var(--serif); }
.signature > span:last-child { display: grid; line-height: 1.4; }.signature b { font-size: 12px; }.signature small { color: var(--muted); font-size: 11px; }

.services-heading { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 60px; }
.services-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 16px; }
.service-grid { margin-top: 64px; display: grid; grid-template-columns: 1.14fr 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { position: relative; min-height: 410px; padding: 38px 34px 32px; border-left: 1px solid var(--line); transition: background .35s ease, transform .35s var(--ease), box-shadow .35s ease; }
.service-card:first-child { border-left: 0; }
.service-card:hover { z-index: 2; transform: translateY(-8px); background: white; box-shadow: var(--shadow-lg); }
.service-card.featured { background: var(--sage-100); }
.service-number { color: var(--sage-500); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.service-icon { position: relative; width: 76px; height: 76px; margin: 44px 0 34px; border-radius: 50%; background: var(--cream); }
.service-icon.wellness i { position: absolute; inset: 22px 31px; background: var(--pine-700); border-radius: 10px; }.service-icon.wellness b { position: absolute; inset: 31px 22px; background: var(--pine-700); border-radius: 10px; }
.service-icon.dental i { position: absolute; width: 35px; height: 44px; left: 20px; top: 15px; background: var(--pine-700); border-radius: 50% 50% 45% 45%; clip-path: polygon(0 0,100% 0,88% 100%,56% 70%,44% 70%,12% 100%); }
.service-icon.diagnostics i { position: absolute; width: 35px; height: 35px; left: 17px; top: 15px; border: 5px solid var(--pine-700); border-radius: 50%; }.service-icon.diagnostics b { position: absolute; width: 25px; height: 5px; left: 44px; top: 49px; background: var(--pine-700); border-radius: 8px; transform: rotate(45deg); }
.service-card h3 { margin: 0; font: 29px/1.15 var(--serif); letter-spacing: -.025em; }
.service-card p { margin: 16px 0 36px; color: var(--muted); font-size: 14px; }
.card-link { position: absolute; left: 34px; right: 34px; bottom: 31px; display: flex; justify-content: space-between; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.card-link i { font-style: normal; transition: transform .25s ease; }.service-card:hover .card-link i { transform: translateX(5px); }

.experience { background: var(--pine-900); color: white; display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: clamp(60px, 10vw, 150px); }
.experience .eyebrow, .visit .eyebrow { color: var(--sage-200); }
.experience h2 em, .visit h2 em { color: var(--peach); }
.experience-copy > p:not(.eyebrow) { max-width: 570px; color: rgba(255,255,255,.68); font-size: 16px; }
.arch { position: relative; overflow: hidden; aspect-ratio: .85; max-height: 600px; border-radius: 240px 240px 28px 28px; background: var(--sage-200); }
.arch-sun { position: absolute; width: 110px; height: 110px; border-radius: 50%; right: 13%; top: 16%; background: var(--peach); }
.arch-hill { position: absolute; bottom: -10%; border-radius: 50% 50% 0 0; }.hill-one { left: -30%; width: 100%; height: 54%; background: var(--sage-500); transform: rotate(10deg); }.hill-two { right: -40%; width: 110%; height: 62%; background: var(--pine-700); transform: rotate(-8deg); }
.arch-pet { position: absolute; z-index: 2; left: 42%; bottom: 11%; width: 95px; height: 120px; border-radius: 50% 50% 25% 25%; background: var(--cream); }.arch-pet::before, .arch-pet::after { content: ""; position: absolute; top: -18px; width: 46px; height: 55px; background: var(--cream); clip-path: polygon(50% 0,100% 100%,0 80%); }.arch-pet::before { left: 0; transform: rotate(-10deg); }.arch-pet::after { right: 0; transform: scaleX(-1) rotate(-10deg); }.arch-pet i, .arch-pet b { position: absolute; z-index: 3; top: 38px; width: 8px; height: 10px; border-radius: 50%; background: var(--pine-950); }.arch-pet i { left: 27px; }.arch-pet b { right: 27px; }
.art-caption { display: block; margin-top: 14px; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.steps { margin: 42px 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); }
.steps li > span { color: var(--peach); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.steps div { display: grid; }.steps b { font: 20px var(--serif); }.steps small { margin-top: 4px; color: rgba(255,255,255,.58); font-size: 12px; }

.visit { background: var(--cream); }
.visit-card { position: relative; overflow: hidden; min-height: 430px; padding: clamp(44px, 7vw, 86px); display: flex; align-items: center; border-radius: 32px; background: var(--pine-800); color: white; }
.visit-copy { position: relative; z-index: 2; max-width: 720px; }
.visit-copy > p:not(.eyebrow) { max-width: 540px; color: rgba(255,255,255,.7); }
.button-cream { margin-top: 22px; background: var(--cream); color: var(--pine-950); }
.visit-rings { position: absolute; width: 500px; height: 500px; right: -80px; top: 50%; transform: translateY(-50%); }
.visit-rings > i { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }.visit-rings > i:nth-child(2) { inset: 70px; }.visit-rings > i:nth-child(3) { inset: 140px; }
.heart { position: absolute; inset: 180px; display: grid; place-items: center; border-radius: 50%; background: var(--peach); color: var(--pine-950); font-size: 44px; }

.footer { padding: 72px max(20px, calc((100vw - var(--max)) / 2)) 30px; background: var(--pine-950); color: white; }
.footer > * { max-width: var(--max); margin-inline: auto; }
.footer-brand { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.brand-footer .brand-mark i, .brand-footer .brand-mark b { background: var(--peach); }.brand-footer .brand-text { color: white; }
.footer-brand > p { max-width: 430px; margin: 0; color: rgba(255,255,255,.58); font-size: 14px; }
.footer-links { margin-top: 62px; padding: 42px 0; border-top: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: repeat(2, minmax(160px, 1fr)); gap: 60px; }
.footer-links div { display: grid; align-content: start; gap: 9px; }.footer-links b { margin-bottom: 9px; color: var(--peach); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }.footer-links a, .footer-links span { width: fit-content; color: rgba(255,255,255,.62); font-size: 12px; text-decoration: none; }.footer-links a:hover { color: white; text-decoration: underline; }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.contact-dialog { width: min(560px, calc(100% - 32px)); padding: clamp(28px, 5vw, 46px); border: 0; border-radius: 26px; background: var(--paper); color: var(--ink); box-shadow: 0 40px 100px rgba(10,35,31,.35); }
.contact-dialog::backdrop { background: rgba(8,31,28,.72); backdrop-filter: blur(4px); }
.dialog-top { display: flex; align-items: center; justify-content: space-between; }
.mini-paw { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--sage-100); font-size: 22px; }
.dialog-close { width: 44px; height: 44px; border: 0; border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; font-size: 28px; }.dialog-close:hover { background: var(--cream); }
.contact-dialog .eyebrow { margin-top: 28px; }.contact-dialog h2 { font-size: clamp(38px, 7vw, 58px); }.contact-dialog > p:not(.eyebrow) { color: var(--muted); }
.contact-dialog dl { margin: 28px 0; border-top: 1px solid var(--line); }.contact-dialog dl div { padding: 13px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 110px 1fr; gap: 18px; }.contact-dialog dt { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.contact-dialog dd { margin: 0; color: var(--muted); }
.dialog-done { width: 100%; }
.contact-dialog[open] { animation: dialog-in .3s var(--ease); }
@keyframes dialog-in { from { opacity: 0; transform: translateY(16px) scale(.98); } }

.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 540px; }
  .intro-grid, .services-heading, .experience { grid-template-columns: 1fr; }
  .intro-grid { gap: 36px; }
  .services-heading > p { max-width: 560px; }
  .service-grid { grid-template-columns: 1fr; border: 1px solid var(--line); }
  .service-card { min-height: 335px; border-left: 0; border-top: 1px solid var(--line); }
  .service-card:first-child { border-top: 0; }
  .experience-art { max-width: 470px; margin: auto; width: 100%; }
  .experience-copy { max-width: 680px; }
  .visit-rings { opacity: .38; right: -240px; }
}

@media (max-width: 700px) {
  .demo-banner { justify-content: flex-start; }.demo-banner p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .nav-shell { width: min(calc(100% - 28px), var(--max)); height: 68px; }
  .menu-button { display: block; position: relative; z-index: 2; }
  .menu-button[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-of-type(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; top: 68px; left: 0; right: 0; padding: 22px 20px 26px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow-sm); display: grid; gap: 2px; transform: translateY(-10px); opacity: 0; visibility: hidden; transition: .22s ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 14px; width: 100%; }
  .hero { width: min(calc(100% - 36px), var(--max)); min-height: auto; padding: 60px 0 70px; }
  h1 { font-size: clamp(51px, 16vw, 74px); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 13px; }.text-link { justify-content: center; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-visual { min-height: 460px; transform: scale(.9); margin: -20px -20px; }
  .orbit-one { width: 430px; height: 430px; }.orbit-two { width: 330px; height: 330px; }
  .floating-note { right: 0; }
  .section-pad { padding-block: 86px; }
  .intro-copy > p { font-size: 21px; }
  .services-heading { gap: 28px; }.service-grid { margin-top: 42px; }
  .service-card { padding-inline: 26px; }.card-link { left: 26px; right: 26px; }
  .experience { gap: 55px; }.steps li { grid-template-columns: 36px 1fr; }
  .visit-card { padding: 48px 26px; border-radius: 22px; }
  .footer-brand { grid-template-columns: 1fr; gap: 30px; }.footer-links { grid-template-columns: 1fr 1fr; gap: 24px; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 420px) {
  .hero-visual { min-height: 425px; transform: scale(.8); margin: -45px -42px; }
  .trust-row { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr; }
  .contact-dialog dl div { grid-template-columns: 1fr; gap: 2px; }
}

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