:root {
  --teal: #0c9a95;
  --teal-dark: #08716e;
  --teal-ink: #0d3d43;
  --mint: #e9f8f6;
  --mint-bright: #d7f2ee;
  --peach: #f3c59f;
  --peach-soft: #fff0e2;
  --ink: #12343a;
  --muted: #597176;
  --line: #ccdfdd;
  --white: #ffffff;
  --off-white: #f8fbfa;
  --shadow: 0 24px 60px rgba(18, 52, 58, 0.12);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --shell: min(1180px, calc(100% - 36px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Avenir Next", Avenir, "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]) { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding-block: clamp(72px, 9vw, 124px); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--ink); color: white; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.eyebrow { margin: 0 0 12px; color: var(--teal-dark); font-size: 0.79rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -0.035em; }
h1 { margin-bottom: 22px; font-size: clamp(3rem, 7.3vw, 6.3rem); font-weight: 750; max-width: 760px; }
h2 { margin-bottom: 20px; font-size: clamp(2.2rem, 4.8vw, 4.25rem); font-weight: 720; }
h3 { font-size: 1.22rem; }
p { margin-top: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(204, 223, 221, 0.75);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 210px; height: auto; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.desktop-nav a { position: relative; text-decoration: none; font-weight: 650; font-size: 0.94rem; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--teal); transition: right 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-phone { display: inline-flex; align-items: center; gap: 9px; padding: 11px 17px; border-radius: 999px; color: var(--white); background: var(--ink); text-decoration: none; font-weight: 750; }
.phone-icon { color: var(--peach); font-size: 1.15rem; }

.hero { position: relative; overflow: hidden; padding-top: clamp(54px, 6vw, 88px); background: linear-gradient(115deg, var(--mint) 0 58%, #f7fbfa 58% 100%); }
.hero::before { content: "+"; position: absolute; left: -65px; bottom: -155px; color: rgba(12, 154, 149, 0.065); font-size: 31rem; font-weight: 900; line-height: 0.8; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(350px, 0.88fr); gap: clamp(38px, 7vw, 94px); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-lead { max-width: 670px; margin-bottom: 28px; color: #365a60; font-size: clamp(1.15rem, 2vw, 1.42rem); line-height: 1.6; }
.open-panel { max-width: 620px; margin-bottom: 28px; padding: 17px 20px; border: 1px solid rgba(12, 154, 149, 0.22); border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.76); }
.open-panel p { margin: 8px 0 0; color: var(--muted); font-size: 0.9rem; }
.status-row { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 18px; }
.status-pill { display: inline-flex; align-items: center; gap: 9px; font-weight: 780; }
.status-dot { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: #b16b46; box-shadow: 0 0 0 5px rgba(177, 107, 70, 0.12); }
.status-pill.is-open .status-dot { background: #12a365; box-shadow: 0 0 0 5px rgba(18, 163, 101, 0.13); }
.text-button { border: 0; padding: 0; color: var(--teal-dark); background: none; font-weight: 750; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; cursor: pointer; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 780; line-height: 1.2; transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .header-phone:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--peach); outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--teal-dark); }
.button-primary:hover { background: #065d5b; }
.button-secondary { border-color: var(--line); background: var(--white); }
.button-secondary:hover { border-color: var(--teal); }
.button-outline { border-color: var(--teal-dark); color: var(--teal-dark); background: transparent; }
.button-outline:hover { color: white; background: var(--teal-dark); }
.quick-facts { display: flex; gap: 36px; margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(13, 61, 67, 0.14); }
.quick-facts div { display: grid; gap: 2px; }
.quick-facts span { color: var(--muted); font-size: 0.76rem; font-weight: 750; letter-spacing: 0.1em; text-transform: uppercase; }
.quick-facts a, .quick-facts strong { font-size: 0.98rem; font-weight: 780; text-decoration: none; }
.hero-visual { position: relative; min-height: 600px; display: grid; align-items: end; }
.hero-visual::before { content: ""; position: absolute; width: 66%; aspect-ratio: 1; right: -11%; top: 7%; border-radius: 50%; background: var(--peach); opacity: 0.68; }
.image-frame { position: relative; z-index: 1; height: 590px; overflow: hidden; border-radius: 46% 46% 22px 22px; background: white; box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 48% 48%; mix-blend-mode: multiply; }
.care-note { position: absolute; left: -56px; bottom: 28px; z-index: 2; max-width: 265px; display: flex; align-items: flex-start; gap: 14px; padding: 18px; border-radius: 16px; background: var(--ink); color: white; box-shadow: 0 18px 45px rgba(18, 52, 58, 0.2); }
.care-note > span { color: var(--peach); font-size: 1.7rem; font-weight: 800; line-height: 1; }
.care-note p { margin: 0; font-size: 0.9rem; line-height: 1.45; }

.section-heading { max-width: 760px; margin-bottom: 48px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr 0.72fr; gap: 72px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { max-width: 520px; margin-bottom: 6px; color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 230px; display: flex; flex-direction: column; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); background: white; }
.service-icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: auto; border-radius: 50%; color: var(--teal-dark); background: var(--mint); font-size: 1rem; font-weight: 850; }
.service-card h3 { margin: 30px 0 8px; font-size: 1.12rem; }
.service-card p { margin: 0; color: var(--muted); font-size: 0.89rem; line-height: 1.5; }

.prices { background: var(--off-white); }
.price-layout { display: grid; grid-template-columns: minmax(0, 0.76fr) minmax(480px, 1.24fr); gap: clamp(48px, 8vw, 110px); align-items: start; }
.price-intro { position: sticky; top: 118px; }
.price-intro > p:not(.eyebrow) { max-width: 490px; color: var(--muted); font-size: 1.05rem; }
.price-callout { display: flex; gap: 14px; margin-top: 36px; padding: 20px; border-left: 4px solid var(--peach); background: var(--white); }
.price-callout svg { flex: 0 0 auto; margin-top: 2px; color: var(--teal-dark); }
.price-callout p { margin: 0; }
.price-callout a { font-weight: 750; }
.price-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; box-shadow: 0 18px 50px rgba(18,52,58,.07); }
.price-filter { padding: 22px 24px; border-bottom: 1px solid var(--line); background: white; }
.price-filter-head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 13px; }
.price-filter-head > span:first-child { color: var(--ink); font-size: .84rem; font-weight: 800; }
.price-filter-head > span:last-child { color: var(--muted); font-size: .8rem; }
.price-filter-options { display: flex; flex-wrap: wrap; gap: 8px; }
.price-filter-button { min-height: 42px; padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--off-white); font-weight: 750; cursor: pointer; transition: color 160ms ease, background 160ms ease, border-color 160ms ease; }
.price-filter-button:hover { border-color: var(--teal); }
.price-filter-button[aria-pressed="true"] { border-color: var(--teal-dark); color: white; background: var(--teal-dark); }
.price-card-head { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 15px 24px; color: #557076; background: var(--mint); font-size: 0.76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px; align-items: center; min-height: 67px; padding: 15px 24px; border-bottom: 1px solid var(--line); }
.price-item span:first-child { font-weight: 700; }
.price-value { color: var(--teal-dark); font-weight: 820; white-space: nowrap; }
.price-note { display: block; margin-top: 2px; color: var(--muted); font-size: .82rem; font-weight: 500; }
.price-group-title { margin: 0; padding: 14px 24px 10px; border-bottom: 1px solid var(--line); color: var(--teal-dark); background: #f5fbfa; font-size: .76rem; font-weight: 850; letter-spacing: .11em; line-height: 1.4; text-transform: uppercase; }
.expand-button { width: 100%; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 19px; border: 0; color: var(--teal-dark); background: white; font-weight: 800; cursor: pointer; }
.expand-button:hover { background: var(--mint); }
.expand-button svg { transition: transform 180ms ease; }
.expand-button[aria-expanded="true"] svg { transform: rotate(180deg); }
.price-terms { padding: 18px 24px 22px; border-top: 1px solid var(--line); color: var(--muted); background: #fbfdfd; font-size: .82rem; }
.price-terms p { margin: 0; }
.price-terms p + p { margin-top: 7px; }
.price-terms strong { color: var(--ink); }

.trust { color: white; background: var(--ink); }
.trust .eyebrow { color: #74d7cf; }
.trust-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr); gap: clamp(54px, 9vw, 130px); align-items: center; }
.trust-copy > p:not(.eyebrow) { max-width: 550px; color: rgba(255,255,255,.68); font-size: 1.08rem; }
.inline-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 18px; color: white; font-weight: 800; text-decoration: none; }
.inline-link span { color: var(--peach); font-size: 1.3rem; transition: transform 180ms ease; }
.inline-link:hover span { transform: translateX(5px); }
.trust-points { display: grid; grid-template-columns: repeat(2, 1fr); }
.trust-points article { min-height: 210px; padding: 28px; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.trust-points article:nth-child(even) { border-right: 1px solid rgba(255,255,255,.14); }
.trust-points article:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
.trust-points span { color: var(--peach); font-size: .76rem; font-weight: 800; letter-spacing: .12em; }
.trust-points h3 { margin: 44px 0 8px; }
.trust-points p { margin: 0; color: rgba(255,255,255,.6); font-size: .9rem; }

.reviews { background: var(--white); }
.centered { margin-inline: auto; text-align: center; }
.centered > p:last-child { color: var(--muted); font-size: 1.04rem; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-placeholder { min-height: 230px; padding: 26px; border: 1px dashed #abc6c3; border-radius: var(--radius-sm); background: linear-gradient(140deg, #fbfdfd, var(--mint)); }
.review-placeholder span { color: var(--teal-dark); font-size: .76rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.review-placeholder h3 { margin: 55px 0 10px; }
.review-placeholder p { margin: 0; color: var(--muted); font-size: .9rem; }
.center-action { display: flex; justify-content: center; margin-top: 34px; }

.contact { background: var(--mint); }
.contact-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.contact-head h2 { margin-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); overflow: hidden; border-radius: var(--radius-md); background: white; box-shadow: var(--shadow); }
.map-wrap { min-height: 620px; background: #dfecea; }
.map-wrap iframe { display: block; width: 100%; height: 100%; min-height: 620px; border: 0; filter: saturate(.72) contrast(.96); }
.contact-details { padding: clamp(28px, 5vw, 56px); }
.contact-block { padding-block: 26px; border-bottom: 1px solid var(--line); }
.contact-block:first-child { padding-top: 0; }
.contact-block:last-child { padding-bottom: 0; border-bottom: 0; }
.detail-label { display: block; margin-bottom: 7px; color: var(--muted); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
address { font-style: normal; font-size: 1.1rem; }
.contact-phone { display: block; color: var(--teal-dark); font-size: 1.75rem; font-weight: 820; letter-spacing: -.02em; text-decoration: none; }
.contact-block > span:last-child { color: var(--muted); font-size: .88rem; }
.contact-hours { display: grid; gap: 7px; }
.hours-row { display: grid; grid-template-columns: 1fr auto; gap: 20px; }
.hours-row.is-today { color: var(--teal-dark); font-weight: 800; }
.hours-block > p { margin: 18px 0 0; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }

.site-footer { padding: 68px 0 calc(24px + env(safe-area-inset-bottom)); color: rgba(255,255,255,.72); background: #092d32; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 70px; }
.footer-brand img { width: 230px; height: auto; margin-bottom: 22px; padding: 8px; border-radius: 5px; background: white; }
.footer-brand p { margin-bottom: 8px; }
.footer-brand a { color: white; font-size: 1.08rem; font-weight: 750; }
.site-footer nav { display: grid; align-content: start; gap: 9px; }
.site-footer nav span, .footer-open > span { margin-bottom: 6px; color: white; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.site-footer nav a { width: fit-content; text-decoration: none; }
.site-footer nav a:hover { color: white; }
.footer-mobile-call { display: none; }
.footer-status { margin: 12px 0; color: white; }
.footer-open .text-button { color: #74d7cf; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; }
.footer-bottom a { text-decoration: none; }

.hours-dialog { width: min(510px, calc(100% - 28px)); max-height: calc(100dvh - 28px); padding: 0; border: 0; border-radius: var(--radius-md); color: var(--ink); box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.hours-dialog::backdrop { background: rgba(5,28,31,.66); backdrop-filter: blur(4px); }
.dialog-head { display: flex; justify-content: space-between; gap: 20px; padding: 26px 28px 18px; border-bottom: 1px solid var(--line); }
.dialog-head h2 { margin: 0; font-size: 2rem; }
.dialog-close { width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--ink); background: var(--mint); font-size: 1.8rem; line-height: 1; cursor: pointer; }
.dialog-hours { padding: 12px 28px; }
.dialog-hours .hours-row { padding: 10px 0; border-bottom: 1px solid var(--line); }
.dialog-note { margin: 0 28px 22px; color: var(--muted); font-size: .88rem; }
.hours-dialog > .button { width: calc(100% - 56px); margin: 0 28px 28px; }
.phone-dialog-body { padding: 34px 28px 30px; text-align: center; }
.phone-dialog-body > p:first-child { margin-bottom: 4px; color: var(--muted); font-weight: 650; }
.phone-dialog-number { display: block; color: var(--teal-dark); font-size: clamp(2.5rem, 8vw, 3.7rem); font-weight: 820; letter-spacing: -.045em; line-height: 1.15; }
.phone-dialog-note { max-width: 360px; margin: 18px auto 24px; color: var(--muted); font-size: .92rem; }
.copy-phone-button { width: 100%; cursor: pointer; }
.noscript-note { padding: 16px; color: white; background: #8d3f2d; text-align: center; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr .7fr; gap: 42px; }
  .hero-visual { min-height: 520px; }
  .image-frame { height: 510px; }
  .care-note { left: -30px; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .price-layout, .trust-grid { grid-template-columns: 1fr 1.15fr; gap: 52px; }
  .contact-grid { grid-template-columns: 1.1fr .9fr; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 30px, 650px); }
  .section-pad { padding-block: 76px; }
  .header-inner { min-height: 68px; }
  .brand img { width: 174px; }
  .desktop-nav { display: none; }
  .header-phone { margin-left: auto; padding: 9px 14px; font-size: .9rem; }
  .hero { padding-top: 45px; background: linear-gradient(180deg, var(--mint) 0 72%, #f7fbfa 72% 100%); }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-lead { font-size: 1.12rem; }
  .hero-actions .button { flex: 1 1 100%; }
  .quick-facts { gap: 22px; }
  .hero-visual { width: calc(100% - 24px); min-height: 470px; margin-left: auto; }
  .image-frame { height: 470px; border-radius: 44% 44% 18px 18px; }
  .care-note { left: -24px; bottom: 20px; }
  .split-heading, .price-layout, .trust-grid, .contact-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 18px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 210px; }
  .price-intro { position: static; }
  .trust-grid { gap: 46px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-placeholder { min-height: 190px; }
  .review-placeholder h3 { margin-top: 38px; }
  .contact-head { align-items: stretch; flex-direction: column; }
  .contact-head .button { align-self: flex-start; }
  .map-wrap, .map-wrap iframe { min-height: 390px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .footer-open { grid-column: 1 / -1; }
  .footer-mobile-call { display: inline; }
}

@media (max-width: 520px) {
  .header-phone .phone-icon { display: none; }
  .hero { padding-top: 38px; }
  .open-panel { padding: 15px; }
  .status-row { align-items: flex-start; flex-direction: column; }
  .quick-facts { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-visual { min-height: 410px; }
  .image-frame { height: 410px; }
  .care-note { right: 16px; left: -15px; max-width: none; }
  .service-grid { grid-template-columns: 1fr; border-right: 1px solid var(--line); }
  .service-card { min-height: 180px; }
  .service-card h3 { margin-top: 25px; }
  .price-filter, .price-card-head, .price-item, .price-group-title, .price-terms { padding-inline: 17px; }
  .price-filter-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-filter-button { width: 100%; }
  .price-item { gap: 12px; }
  .price-value { font-size: .9rem; }
  .trust-points { grid-template-columns: 1fr; }
  .trust-points article, .trust-points article:nth-child(even), .trust-points article:nth-last-child(-n+2) { min-height: 170px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 0; }
  .trust-points article:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
  .trust-points h3 { margin-top: 30px; }
  .contact-head .button { width: 100%; }
  .map-wrap, .map-wrap iframe { min-height: 330px; }
  .contact-details { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-open { grid-column: auto; }
  .hours-dialog { border-radius: 18px; }
}

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