:root {
  --green-950: #0b2e23;
  --green-900: #123d2f;
  --green-800: #1b513f;
  --green-700: #2b6953;
  --sage: #dce9df;
  --sage-light: #eef4ef;
  --gold: #c89b3c;
  --gold-dark: #9b7225;
  --cream: #fbf7ef;
  --paper: #fffdf8;
  --ink: #17241f;
  --muted: #627069;
  --line: #d9ded9;
  --white: #fff;
  --shadow: 0 24px 70px rgba(20, 52, 40, .13);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; transform: translateY(-160%); background: var(--white); color: var(--green-950); padding: 10px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(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; }

.topbar { color: #f6ead1; background: var(--green-950); font-size: .84rem; letter-spacing: .02em; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 8px; }
.topbar a { font-weight: 700; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #6fd29b; box-shadow: 0 0 0 4px rgba(111, 210, 155, .14); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251, 247, 239, .92); border-bottom: 1px solid rgba(18, 61, 47, .08); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand img { width: 54px; height: 51px; object-fit: cover; border-radius: 50%; }
.brand span { display: grid; line-height: 1; }
.brand strong { color: var(--green-950); font-family: Georgia, "Times New Roman", serif; font-size: 1.62rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.brand small { color: var(--gold-dark); margin-top: 6px; font-size: .68rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: .92rem; font-weight: 700; }
.primary-nav > a:not(.nav-cta) { position: relative; color: #34463e; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px; transform: scaleX(0); transform-origin: right; background: var(--gold); transition: transform .25s ease; }
.primary-nav > a:not(.nav-cta):hover::after, .primary-nav > a:not(.nav-cta):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { color: var(--white); background: var(--green-900); padding: 12px 20px; border-radius: 999px; transition: background .2s ease, transform .2s ease; }
.nav-cta:hover { background: var(--green-800); transform: translateY(-2px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; color: var(--green-950); background: transparent; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: currentColor; border-radius: 9px; transition: transform .25s ease, opacity .2s ease; }

.hero { position: relative; overflow: clip; padding-top: 88px; background: radial-gradient(circle at 8% 18%, rgba(200, 155, 60, .11), transparent 26%), linear-gradient(180deg, var(--cream), #f6f1e8); }
.hero::before { content: ""; position: absolute; width: 600px; height: 600px; right: -180px; top: -220px; border: 1px solid rgba(18, 61, 47, .08); border-radius: 50%; box-shadow: inset 0 0 0 70px rgba(18, 61, 47, .025), inset 0 0 0 140px rgba(18, 61, 47, .018); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr); gap: clamp(58px, 8vw, 105px); align-items: center; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 12px; color: var(--green-700); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: var(--gold); }
.hero h1, .section-heading h2, .feature-copy h2, .about h2, .cta-card h2, .faq h2 { margin: 0; color: var(--green-950); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.hero h1 { font-size: clamp(3.25rem, 6vw, 6.1rem); }
.hero h1 em { color: var(--green-700); font-weight: inherit; }
.hero-lead { max-width: 620px; margin: 26px 0 0; color: #485951; font-size: clamp(1.05rem, 1.5vw, 1.23rem); line-height: 1.7; }
.hindi-line { margin: 12px 0 0; color: var(--gold-dark); font-size: .9rem; font-weight: 800; letter-spacing: .03em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 800; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button-primary { color: var(--white); background: var(--green-900); box-shadow: 0 13px 28px rgba(18, 61, 47, .16); }
.button-primary:hover { background: var(--green-800); box-shadow: 0 16px 30px rgba(18, 61, 47, .23); }
.button-secondary { color: var(--green-950); background: transparent; border-color: #bdc6c0; }
.button-secondary:hover { background: var(--paper); }
.button-secondary svg { width: 17px; }
.trust-row { max-width: 580px; margin-top: 44px; padding-top: 25px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; border-top: 1px solid rgba(18, 61, 47, .13); }
.trust-row div { display: grid; }
.trust-row strong { color: var(--green-950); font-family: Georgia, "Times New Roman", serif; font-size: 1.32rem; line-height: 1; }
.trust-row span { margin-top: 7px; color: var(--muted); font-size: .75rem; }

.hero-media { position: relative; padding: 0 18px 44px 0; }
.image-frame { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 230px 230px var(--radius-lg) var(--radius-lg); background: var(--sage); box-shadow: var(--shadow); }
.image-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255, 255, 255, .5); border-radius: inherit; pointer-events: none; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 51% center; user-select: none; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 14px; color: var(--green-950); background: rgba(255, 253, 248, .95); border: 1px solid rgba(255, 255, 255, .8); border-radius: 18px; box-shadow: 0 18px 45px rgba(13, 52, 39, .16); backdrop-filter: blur(8px); }
.hours-card { right: -24px; bottom: 0; padding: 16px 20px 16px 15px; }
.floating-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--gold-dark); background: #f5ead3; border-radius: 50%; }
.floating-icon svg { width: 22px; height: 22px; }
.floating-card div { display: grid; }
.floating-card small { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.floating-card strong { margin-top: 2px; font-size: .84rem; line-height: 1.35; }
.gold-seal { position: absolute; left: -35px; bottom: 9px; width: 108px; height: 108px; display: grid; place-content: center; text-align: center; color: var(--green-950); background: var(--gold); border: 6px solid #ecd18f; border-radius: 50%; box-shadow: 0 16px 38px rgba(49, 42, 22, .2); transform: rotate(-8deg); font-family: Georgia, "Times New Roman", serif; font-size: .68rem; line-height: 1.06; }
.gold-seal b { height: 5px; color: var(--green-900); font-size: .45rem; }

.quick-strip { position: relative; z-index: 3; color: var(--white); background: var(--green-900); }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-grid > a { min-height: 105px; padding: 24px 32px; display: flex; align-items: center; gap: 17px; border-right: 1px solid rgba(255, 255, 255, .14); transition: background .2s ease; }
.quick-grid > a:first-child { border-left: 1px solid rgba(255, 255, 255, .14); }
.quick-grid > a:hover { background: rgba(255, 255, 255, .06); }
.quick-grid svg { width: 29px; height: 29px; color: #e3bd69; }
.quick-grid span { display: grid; }
.quick-grid small { color: #b5c9bf; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.quick-grid strong { margin-top: 2px; font-size: .95rem; }

.services { background: var(--paper); }
.section-heading { margin-bottom: 58px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.section-heading h2, .feature-copy h2, .about h2, .cta-card h2, .faq h2 { font-size: clamp(2.65rem, 4.5vw, 4.6rem); }
.section-heading > p { max-width: 500px; margin: 0 0 4px; color: var(--muted); font-size: 1.02rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.service-card { min-height: 270px; padding: 24px; position: relative; display: flex; flex-direction: column; overflow: hidden; background: var(--cream); border: 1px solid #e5e1d8; border-radius: var(--radius-md); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(18, 61, 47, .22); box-shadow: 0 18px 40px rgba(20, 52, 40, .08); }
.service-number { position: absolute; top: 18px; right: 19px; color: #aeb7b1; font-family: Georgia, "Times New Roman", serif; font-size: .75rem; }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; color: var(--green-800); background: var(--sage); border-radius: 50%; }
.service-icon svg { width: 25px; height: 25px; }
.service-card h3 { margin: auto 0 8px; color: var(--green-950); font-family: Georgia, "Times New Roman", serif; font-size: 1.36rem; font-weight: 600; letter-spacing: -.02em; line-height: 1.15; }
.service-card p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.service-card-featured { grid-column: span 2; color: var(--white); background: var(--green-900); border-color: var(--green-900); }
.service-card-featured::after { content: ""; position: absolute; width: 180px; height: 180px; right: -45px; top: -50px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255, 255, 255, .025), 0 0 0 65px rgba(255, 255, 255, .02); }
.service-card-featured .service-number { color: rgba(255, 255, 255, .45); }
.service-card-featured .service-icon { color: var(--green-950); background: var(--gold); }
.service-card-featured h3 { color: var(--white); }
.service-card-featured p { color: #c7d6cf; max-width: 420px; }

.feature-section { position: relative; color: var(--white); background: var(--green-950); overflow: hidden; }
.feature-section::before { content: ""; position: absolute; width: 700px; height: 700px; right: -260px; bottom: -450px; border: 1px solid rgba(255, 255, 255, .06); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255, 255, 255, .018), 0 0 0 160px rgba(255, 255, 255, .014); }
.feature-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(55px, 8vw, 105px); align-items: center; }
.feature-media { position: relative; }
.feature-media::before { content: ""; position: absolute; inset: 24px -24px -24px 24px; border: 1px solid rgba(200, 155, 60, .45); border-radius: 26px; }
.feature-media img { position: relative; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 26px; box-shadow: 0 22px 70px rgba(0, 0, 0, .2); }
.image-label { position: absolute; right: -3px; bottom: -2px; padding: 12px 17px; color: var(--green-950); background: var(--gold); border-radius: 12px 0 26px 0; font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.light { color: #d7b86e; }
.feature-copy h2 { color: var(--white); }
.feature-copy > p:not(.eyebrow) { margin: 24px 0 0; color: #b9ccc3; font-size: 1.02rem; }
.steps { margin: 36px 0 31px; padding: 0; list-style: none; }
.steps li { padding: 17px 0; display: grid; grid-template-columns: 44px 1fr; gap: 16px; border-top: 1px solid rgba(255, 255, 255, .11); }
.steps li:last-child { border-bottom: 1px solid rgba(255, 255, 255, .11); }
.steps li > span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--green-950); background: var(--gold); border-radius: 50%; font-family: Georgia, "Times New Roman", serif; font-weight: 800; }
.steps strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.16rem; }
.steps p { margin: 2px 0 0; color: #aebfb7; font-size: .85rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green-800); font-size: .88rem; font-weight: 900; }
.text-link span { font-size: 1.15rem; transition: transform .2s ease; }
.text-link:hover span { transform: translate(2px, -2px); }
.light-link { color: #e0bd69; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 125px); align-items: center; }
.large-copy { margin: 28px 0 0; color: #4f6058; font-size: 1.07rem; line-height: 1.75; }
.consultant-card { margin-top: 30px; padding: 18px; display: flex; align-items: center; gap: 16px; background: var(--paper); border: 1px solid #e6e1d7; border-radius: 18px; }
.initials { width: 54px; height: 54px; flex: 0 0 auto; display: grid; place-items: center; color: var(--cream); background: var(--green-900); border-radius: 50%; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; }
.consultant-card > div:last-child { display: grid; }
.consultant-card small { color: var(--gold-dark); font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.consultant-card strong { color: var(--green-950); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.consultant-card span { color: var(--muted); font-size: .79rem; }
.medical-note { margin: 24px 0 0; padding-left: 14px; color: var(--muted); border-left: 2px solid var(--gold); font-size: .78rem; line-height: 1.6; }
.about-media { position: relative; padding: 0 0 58px 55px; }
.about-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 170px 28px 28px 28px; box-shadow: var(--shadow); }
.about-media blockquote { max-width: 340px; margin: 0; padding: 23px 25px 23px 54px; position: absolute; left: 0; bottom: 0; color: var(--white); background: var(--green-900); border-radius: 18px; box-shadow: 0 18px 40px rgba(18, 61, 47, .2); font-family: Georgia, "Times New Roman", serif; font-size: .97rem; line-height: 1.5; }
.about-media blockquote span { position: absolute; left: 19px; top: 10px; color: var(--gold); font-size: 3.5rem; line-height: 1; }

.cta-section { padding: 0 0 30px; background: var(--cream); }
.cta-card { min-height: 270px; padding: 55px 65px; position: relative; display: flex; align-items: center; justify-content: space-between; gap: 60px; overflow: hidden; color: var(--white); background: var(--green-800); border-radius: var(--radius-lg); }
.cta-card::before { content: "M"; position: absolute; right: 36%; top: -85px; color: rgba(255, 255, 255, .035); font-family: Georgia, "Times New Roman", serif; font-size: 21rem; line-height: 1; }
.cta-card > * { position: relative; }
.cta-card h2 { color: var(--white); font-size: clamp(2.5rem, 4vw, 4rem); }
.cta-card p:not(.eyebrow) { margin: 13px 0 0; color: #bfd0c7; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 11px; }
.button-gold { color: var(--green-950); background: var(--gold); }
.button-gold:hover { background: #d4aa50; }
.button-ghost { color: var(--white); border-color: rgba(255, 255, 255, .35); }
.button-ghost:hover { background: rgba(255, 255, 255, .08); }

.visit { background: var(--cream); }
.location-card { display: grid; grid-template-columns: 1.35fr .65fr; overflow: hidden; background: var(--paper); border: 1px solid #e2ded5; border-radius: var(--radius-lg); box-shadow: 0 24px 65px rgba(29, 57, 46, .08); }
.map-wrap { min-height: 610px; background: var(--sage); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 610px; display: block; border: 0; filter: saturate(.75) contrast(.98); }
.location-info { padding: 42px 37px; display: flex; flex-direction: column; justify-content: center; }
.location-info > img { width: 172px; margin: -20px auto 22px; mix-blend-mode: multiply; }
.info-block { padding: 20px 0; display: grid; grid-template-columns: 39px 1fr; gap: 12px; border-top: 1px solid var(--line); }
.info-block:last-of-type { border-bottom: 1px solid var(--line); }
.info-icon { width: 36px; height: 36px; display: grid; place-items: center; color: var(--green-800); background: var(--sage-light); border-radius: 50%; }
.info-icon svg { width: 18px; height: 18px; }
.info-block small { color: var(--gold-dark); font-size: .67rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.info-block p { margin: 5px 0 0; color: #45564e; font-size: .84rem; line-height: 1.65; }
.location-actions { margin-top: 24px; display: grid; gap: 16px; justify-items: start; }
.location-actions .button { width: 100%; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(55px, 8vw, 110px); align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro p:last-child { max-width: 350px; margin: 22px 0 0; color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--green-950); cursor: pointer; list-style: none; font-family: Georgia, "Times New Roman", serif; font-size: 1.22rem; font-weight: 600; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #c9d0cb; border-radius: 50%; font-family: Inter, sans-serif; font-weight: 400; transition: transform .25s ease, background .2s ease; }
.accordion details[open] summary span { color: var(--white); background: var(--green-900); border-color: var(--green-900); transform: rotate(45deg); }
.accordion details p { max-width: 650px; margin: -3px 50px 24px 0; color: var(--muted); font-size: .92rem; }

.site-footer { padding: 80px 0 28px; color: #bac9c2; background: var(--green-950); }
.footer-grid { padding-bottom: 55px; display: grid; grid-template-columns: 1.5fr repeat(3, .7fr); gap: 50px; }
.footer-logo strong { color: var(--white); }
.footer-brand > p { margin: 17px 0 0; color: #d0ae61; font-family: Georgia, "Times New Roman", serif; font-size: .86rem; letter-spacing: .12em; }
.footer-grid h3 { margin: 5px 0 17px; color: var(--white); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a, .footer-grid > div:not(.footer-brand) p { margin: 0 0 8px; font-size: .82rem; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { padding-top: 23px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .68rem; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { max-width: 560px; text-align: right; }
.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .22s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .section-pad { padding: 90px 0; }
  .hero-grid { grid-template-columns: 1fr .82fr; gap: 54px; }
  .hero h1 { font-size: clamp(3.1rem, 7vw, 5.1rem); }
  .hours-card { right: -10px; }
  .primary-nav { gap: 20px; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card-featured { grid-column: span 3; }
  .location-card { grid-template-columns: 1.15fr .85fr; }
}

@media (max-width: 820px) {
  body { padding-bottom: 68px; }
  .topbar-inner { justify-content: center; }
  .topbar-inner a { display: none; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 47px; height: 44px; }
  .brand strong { font-size: 1.35rem; }
  .brand small { font-size: .59rem; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: absolute; inset: 100% 0 auto; padding: 28px 24px 34px; display: grid; gap: 4px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 24px 40px rgba(21, 53, 41, .1); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .25s ease, visibility .25s; }
  .primary-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .primary-nav > a { padding: 12px 4px; }
  .primary-nav .nav-cta { margin-top: 10px; padding: 15px 20px; text-align: center; }
  .hero { padding-top: 62px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .trust-row { margin-inline: auto; text-align: left; }
  .hero-media { width: min(90%, 530px); margin-inline: auto; padding-right: 0; }
  .image-frame { aspect-ratio: 4 / 4.6; }
  .gold-seal { left: -30px; }
  .quick-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .quick-grid > a, .quick-grid > a:first-child { min-height: auto; padding: 18px 6px; border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .quick-grid > a:last-child { border-bottom: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; text-align: center; }
  .section-heading .eyebrow { justify-content: center; }
  .section-heading > p { margin-inline: auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card-featured { grid-column: span 2; }
  .feature-grid, .about-grid, .faq-grid { grid-template-columns: 1fr; }
  .feature-copy { margin-top: 16px; }
  .about-copy { order: 2; }
  .about-media { order: 1; }
  .cta-card { padding: 46px 38px; display: grid; text-align: center; }
  .cta-card .eyebrow { justify-content: center; }
  .cta-actions { justify-content: center; }
  .location-card { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 430px; }
  .location-info { padding: 36px; }
  .faq-intro { position: static; text-align: center; }
  .faq-intro .eyebrow { justify-content: center; }
  .faq-intro p:last-child { margin-inline: auto; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .mobile-actions { position: fixed; inset: auto 0 0; z-index: 99; height: 68px; display: grid; grid-template-columns: 1fr 1fr; color: var(--white); background: var(--green-950); border-top: 1px solid rgba(255, 255, 255, .15); box-shadow: 0 -10px 30px rgba(12, 41, 31, .15); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 9px; font-size: .84rem; font-weight: 900; }
  .mobile-actions a + a { color: var(--green-950); background: var(--gold); }
  .mobile-actions svg { width: 19px; height: 19px; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 74px 0; }
  .topbar { font-size: .73rem; }
  .nav-wrap { min-height: 68px; }
  .hero { padding: 48px 0 70px; }
  .hero h1 { font-size: clamp(2.85rem, 14vw, 4.2rem); }
  .hero-lead { margin-top: 21px; font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .trust-row div:last-child { grid-column: span 2; }
  .hero-media { width: 100%; margin-top: 2px; padding-bottom: 58px; }
  .image-frame { border-radius: 140px 140px 24px 24px; }
  .hours-card { right: 5px; bottom: 5px; }
  .gold-seal { left: 5px; bottom: 7px; width: 88px; height: 88px; font-size: .58rem; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .feature-copy h2, .about h2, .faq h2 { font-size: clamp(2.4rem, 12vw, 3.35rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card-featured { grid-column: auto; min-height: 235px; }
  .feature-media::before { inset: 14px -8px -14px 14px; }
  .feature-grid { gap: 50px; }
  .about-media { padding: 0 0 70px 0; }
  .about-media img { aspect-ratio: 4 / 4.4; border-radius: 120px 24px 24px 24px; }
  .about-media blockquote { left: 10px; right: 10px; max-width: none; }
  .cta-card { padding: 42px 22px; gap: 32px; border-radius: 24px; }
  .cta-actions { display: grid; }
  .map-wrap, .map-wrap iframe { min-height: 355px; }
  .location-info { padding: 30px 22px; }
  .location-info > img { width: 145px; }
  .accordion summary { font-size: 1.07rem; }
  .accordion details p { margin-right: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: span 2; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: grid; }
  .footer-bottom p:last-child { text-align: left; }
}

@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; }
}

@media print {
  .topbar, .site-header, .mobile-actions, .hero-actions, .quick-strip, .cta-section, .map-wrap { display: none !important; }
  body { color: #000; background: #fff; }
  .section-pad { padding: 32px 0; }
  .reveal { opacity: 1; transform: none; }
}
