@charset "UTF-8";
/* Haram Acupuncture — clear blue, natural photography, considered space.
   One shared system for every page. Only short, progressive motion. */

@font-face {
  font-family: "Fraunces";
  src: url("/assets/fraunces.woff2") format("woff2-variations");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces Fallback";
  src: local("Georgia");
  size-adjust: 100%;
  ascent-override: 97.8%;
  descent-override: 25.5%;
  line-gap-override: 0%;
}

:root {
  --white: #fff;
  --ice: #eef5fc;
  --ice-deep: #e1edf9;
  --blue: #164b91;
  --navy: #102b4e;
  --ink: #132d4d;
  --ink-soft: #42566f;
  --ink-faint: #52657a;
  --line: #cfdeee;
  --deep: var(--blue);
  --deep-hi: #0e3d7b;
  --azure: #3c73b8;
  /* Shared content still references these tokens; all resolve to cool blue. */
  --hanji: var(--white);
  --hanji-warm: var(--ice);
  --hanji-deep: var(--ice-deep);
  --card: var(--white);
  --celadon: var(--blue);
  --celadon-lt: var(--line);
  --celadon-wash: var(--ice);
  --seal: var(--blue);
  --seal-lt: var(--azure);
  --display: "Fraunces", "Fraunces Fallback", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --serif: var(--sans);
  --t--2: .8125rem;
  --t--1: .875rem;
  --t-0: 1rem;
  --t-1: clamp(1.0625rem, .25vw + 1rem, 1.1875rem);
  --t-2: clamp(1.25rem, .65vw + 1.1rem, 1.625rem);
  --t-3: clamp(1.55rem, 1.1vw + 1.2rem, 2.2rem);
  --t-4: clamp(2rem, 2.1vw + 1.3rem, 3rem);
  --t-5: clamp(2.4rem, 3vw + 1.2rem, 4.2rem);
  --t-6: clamp(3.5rem, 5.6vw, 5rem);
  --gutter: clamp(20px, 4.1vw, 64px);
  --maxw: 1320px;
  --wrapw: min(var(--maxw), 100% - var(--gutter) * 2);
  --band: clamp(68px, 7.5vw, 112px);
  --radius: 5px;
  --ease: cubic-bezier(.2, .7, .25, 1);
}

/* Foundation */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 144px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
}
img, svg, picture { display: block; max-width: 100%; }
img { height: auto; }
figure, blockquote { margin: 0; }
button { color: inherit; font: inherit; }
a { color: inherit; text-decoration-color: var(--blue); text-underline-offset: .22em; }
h1, h2, h3, h4 { margin: 0 0 .55em; text-wrap: balance; }
h1, h2 { font-family: var(--display); font-weight: 400; line-height: 1.1; letter-spacing: -.01em; word-spacing: .015em; }
h1 { font-size: var(--t-6); }
h2 { font-size: var(--t-5); }
h3 { font-size: var(--t-2); font-weight: 600; line-height: 1.3; letter-spacing: -.012em; }
h4 { font-size: var(--t-1); line-height: 1.4; }
p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }
::selection { background: var(--blue); color: #fff; }
:focus-visible { outline: 3px solid #3879c8; outline-offset: 4px; border-radius: 2px; }
hr { height: 1px; border: 0; margin: 0; background: var(--line); }
[hidden] { display: none !important; }
main { position: relative; }
.wrap { width: var(--wrapw); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1100; top: 12px; left: 12px; padding: 12px 20px; background: var(--blue); color: #fff; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.lede { max-width: 40em; color: var(--ink-soft); font-size: var(--t-1); line-height: 1.7; }
.measure { max-width: 40em; }
.tag, .hero-eyebrow {
  display: flex; align-items: center; gap: 12px;
  color: var(--blue); font-size: .8125rem; font-weight: 600;
  letter-spacing: .035em; line-height: 1.55; text-transform: none;
}
.tag::before, .hero-eyebrow::before { content: ""; flex: 0 0 24px; height: 1px; background: currentColor; }

/* Header and navigation */
.announcement { padding: 8px 20px; background: var(--navy); color: #fff; text-align: center; font-size: .75rem; font-weight: 400; line-height: 1.5; }
.announcement p { margin: 0; }
.announcement span { margin-inline: 4px; color: #c4d8f1; }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid #e5edf5; background: #fff; }
.site-header.is-stuck { box-shadow: 0 5px 22px -18px #102b4e66; }
.progress { position: absolute; bottom: -1px; left: 0; right: 0; display: none; height: 2px; overflow: hidden; background: #dce8f6; pointer-events: none; }
.js .progress { display: block; }
.progress span { display: block; width: 100%; height: 100%; background: var(--blue); transform: scaleX(var(--scroll, 0)); transform-origin: left; }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; flex-shrink: 0; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { width: 63px; height: auto; color: var(--blue); }
.brand-rule { width: 1px; height: 34px; background: var(--line); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text b { font-size: 1.4rem; font-weight: 500; letter-spacing: .16em; }
.brand-text span { margin-top: 7px; color: var(--ink-faint); font-size: .55rem; font-weight: 650; letter-spacing: .13em; }
.primary-nav { display: flex; align-items: center; gap: clamp(16px, 1.8vw, 29px); }
.primary-nav a { position: relative; display: flex; align-items: center; min-height: 46px; text-decoration: none; white-space: nowrap; font-size: .875rem; font-weight: 500; }
.primary-nav a::after { position: absolute; bottom: 5px; left: 0; width: 100%; height: 1px; content: ""; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .2s var(--ease); }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--blue); }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.status { display: inline-flex; align-items: center; gap: 8px; font-size: .75rem; font-weight: 500; color: var(--ink-soft); line-height: 1.4; }
.status-dot { flex: 0 0 6px; width: 6px; height: 6px; border-radius: 50%; background: #8192a6; }
.status[data-open="yes"] .status-dot { background: var(--blue); box-shadow: 0 0 0 3px var(--ice-deep); }
.status[data-open="no"] .status-dot { background: #8192a6; }
.menu-toggle { display: none; align-items: center; gap: 9px; min-height: 44px; padding: 9px 12px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; font-size: .8rem; font-weight: 600; cursor: pointer; }
.menu-lines { display: grid; gap: 5px; width: 15px; }
.menu-lines span { height: 1px; background: currentColor; transition: transform .2s var(--ease); }
.menu-toggle[aria-expanded="true"] .menu-lines span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-lines span:last-child { transform: translateY(-3px) rotate(-45deg); }

/* Actions */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 54px; padding: 14px 23px; border: 1px solid var(--blue); border-radius: var(--radius); font-size: .875rem; font-weight: 600; line-height: 1.4; text-decoration: none; cursor: pointer; transition: background .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease); }
.btn svg { flex: 0 0 17px; width: 17px; height: 17px; }
.btn-solid { background: var(--blue); color: #fff; }
.btn-solid:hover { background: var(--deep-hi); border-color: var(--deep-hi); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--blue); }
.btn-ghost:hover { background: var(--ice); }
.btn-sm { min-height: 44px; padding: 11px 16px; font-size: .8rem; white-space: nowrap; }
.qlink { display: inline-flex; align-items: center; gap: 15px; min-height: 44px; padding-block: 8px; color: var(--blue); border-bottom: 1px solid var(--line); font-size: .875rem; font-weight: 600; line-height: 1.4; text-decoration: none; }
.qlink i { font-style: normal; transition: transform .2s var(--ease); }
.qlink:hover { border-color: var(--blue); }
.qlink:hover i { transform: translateX(4px); }

/* Homepage opening */
.hero { padding-block: clamp(42px, 4.5vw, 70px) clamp(34px, 4vw, 62px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.08fr); align-items: center; gap: clamp(38px, 4.3vw, 66px); }
.hero-copy { padding-block: 18px; }
.hero-eyebrow { margin-bottom: 27px; font-size: .8125rem; letter-spacing: .025em; }
.hero h1 { margin-bottom: 25px; line-height: 1.08; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero h1 .line { display: block; }
.hero h1 .line i { font-style: normal; }
.hero-sub { max-width: 28em; color: var(--ink-soft); font-size: 1.0625rem; line-height: 1.8; margin-bottom: 28px; }
.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
.hero-cta .qlink { font-size: .84rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px 0; margin-top: 35px; color: var(--ink-faint); font-size: .75rem; line-height: 1.5; }
.hero-trust > * { margin: 0; padding-inline: 12px; border-left: 1px solid var(--line); }
.hero-trust > :first-child { padding-left: 0; border: 0; }
.hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 14px; margin-top: 25px; color: var(--ink-faint); font-size: .75rem; }
.hero-meta .sep { color: #9caec3; }
.hero-figure { position: relative; min-width: 0; isolation: isolate; }
/* The mark's round loop and horizontal stroke reappear as two quiet frame accents. */
.hero-figure::before {
  position: absolute; z-index: -1; top: -14px; right: -14px;
  width: 138px; height: 138px; border-top: 1px solid #c0d4ec;
  border-right: 1px solid #c0d4ec; border-top-right-radius: 76px;
  content: ""; pointer-events: none;
}
.hero-photo { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: var(--ice-deep); border-radius: 4px 4px 56px 4px; }
.hero-photo picture, .hero-photo img { width: 100%; height: 100%; }
.hero-photo img { object-fit: cover; object-position: var(--hero-focus, 50% 50%); }
.hero-photo.hero-house { aspect-ratio: 16 / 9; }
.hero-photo::after { position: absolute; inset: 0; content: ""; pointer-events: none; box-shadow: inset 0 0 0 1px #102b4e0a; }
.hero-caption { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 5px 14px; margin-top: 15px; color: var(--ink-faint); font-size: .72rem; }
.hero-kicker { position: absolute; z-index: 1; left: 22px; bottom: 22px; max-width: calc(100% - 44px); padding: 12px 17px; background: #fffffff2; border-radius: 3px; color: var(--ink); font-size: .75rem; line-height: 1.5; }
.hero-kicker b, .hero-kicker strong { display: block; color: var(--blue); font-weight: 600; }
.seal { display: none; }
.care-index { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.care-index > a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 101px; padding: 22px clamp(16px, 2.2vw, 34px); border-left: 1px solid var(--line); color: var(--ink); text-decoration: none; font-size: .95rem; font-weight: 500; line-height: 1.45; transition: background .2s var(--ease), color .2s var(--ease); }
.care-index > a:first-child { border-left: 0; }
.care-index > a:hover { background: var(--ice); color: var(--blue); }
.care-index h3, .care-index strong { margin: 0; font-size: inherit; font-weight: 500; }
.care-index > a > span:first-child:not(:last-child) { color: var(--ink-faint); font-size: .7rem; }
.care-index i { color: var(--blue); font-size: 1.2rem; font-style: normal; }

/* Content rhythm */
.band { position: relative; padding-block: var(--band); }
.band:not(.band-dark):not(.band-tint):not(.page-head) + .band:not(.band-dark):not(.band-tint) { padding-top: 0; }
.band-tint { background: var(--ice); }
.band-dark { background: var(--navy); color: #fff; }
.band-dark h2, .band-dark h3 { color: #fff; }
.band-dark p { color: #d4e3f6; }
.band-dark .tag { color: #bcd5f5; }
.band-dark .qlink { color: #fff; border-color: #58718e; }
.band-dark .qlink:hover { border-color: #fff; }
.band-dark .btn-solid { background: #fff; border-color: #fff; color: var(--blue); }
.band-dark .btn-ghost { border-color: #8199b6; color: #fff; }
.band-dark .btn-ghost:hover { background: #26466c; }
.band-dark hr { background: #476180; }
.section-head { max-width: 830px; margin-bottom: clamp(32px, 3.8vw, 54px); }
.section-head .tag { margin-bottom: 22px; }
.section-head h2 { margin-bottom: 18px; }
.section-head > p:not(.tag) { max-width: 43em; color: var(--ink-soft); font-size: var(--t-1); }
.band-dark .section-head > p:not(.tag) { color: #d4e3f6; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(34px, 6vw, 92px); }
.split > * { min-width: 0; }
.split:has(.prose) { align-items: start; }
.split.flip > :first-child { order: 2; }
.split-figure { position: relative; }
.split-figure .photo { border-radius: var(--radius); }
.split h2 { font-size: clamp(2.2rem, 3.15vw, 3.3rem); }
.figure-note { margin-top: 12px; color: var(--ink-faint); font-size: .78rem; line-height: 1.55; }
.sub-h { font-family: var(--sans); font-size: 1.125rem; font-weight: 600; letter-spacing: -.015em; line-height: 1.4; }

/* Four areas of care */
.concerns { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.concern { position: relative; display: flex; flex-direction: column; min-width: 0; padding: clamp(22px, 2.3vw, 34px); background: var(--ice); border: 1px solid transparent; border-radius: var(--radius); text-decoration: none; transition: background .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease); }
.concern:hover { background: #e7f0fb; border-color: #adc7e7; transform: translateY(-3px); }
.concern-icon { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 29px; color: var(--blue); }
.concern-icon svg { width: 34px; height: 34px; }
.concern :is(h2, h3) { margin-bottom: 14px; font-family: var(--display); font-size: clamp(1.45rem, 1.8vw, 1.7rem); font-weight: 450; line-height: 1.22; letter-spacing: -.016em; }
.concern p { margin-bottom: 24px; color: var(--ink-soft); font-size: .93rem; line-height: 1.7; }
.concern ul { padding: 0; margin: 0 0 27px; list-style: none; color: var(--ink-faint); font-size: .8rem; }
.concern li { position: relative; padding-left: 14px; margin-bottom: 7px; }
.concern li::before { position: absolute; left: 0; top: .78em; content: ""; width: 4px; height: 4px; background: var(--blue); border-radius: 50%; }
.concern-go { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); color: var(--blue); font-size: .8rem; font-weight: 600; }
.concern-go i { font-size: 1.15rem; font-style: normal; }

/* Image-led homepage care: compact editorial rows, distinct from inner-page cards. */
.home-care .section-head, .section-head--split {
  display: grid; grid-template-columns: 1.18fr 1fr; align-items: end;
  gap: 0 60px; max-width: none; margin-bottom: 36px;
}
.home-care .section-head .tag, .section-head--split .tag { grid-column: 1 / -1; margin-bottom: 21px; }
.home-care .section-head h2, .section-head--split h2 { margin: 0; }
.home-care .section-head > p:not(.tag), .section-head--split > p:not(.tag) { max-width: 32em; margin: 0 0 3px; font-size: 1rem; line-height: 1.75; }
.care-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 32px; padding-top: 28px; border-top: 1px solid var(--line); }
.care-card {
  display: grid; grid-template-columns: minmax(0, .43fr) minmax(0, .57fr);
  min-width: 0; padding-bottom: 26px; border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.care-card-media { position: relative; min-width: 0; overflow: hidden; border-radius: 4px; background: var(--ice); }
.care-card-media picture, .care-card-media .photo, .care-card-media img { display: block; width: 100%; height: 100%; }
.care-card-media img { object-fit: cover; object-position: center; }
.care-card-body { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 6px 0 0 clamp(20px, 2.1vw, 32px); }
.care-card-index { display: block; margin-bottom: 12px; color: var(--blue); font-size: .75rem; font-weight: 600; letter-spacing: .025em; line-height: 1.5; text-transform: lowercase; }
.care-card h3 { margin-bottom: 13px; font-family: var(--display); font-size: clamp(1.6rem, 2.05vw, 1.9rem); font-weight: 400; line-height: 1.2; letter-spacing: -.005em; transition: color .2s var(--ease); }
.care-card p { max-width: 27em; margin-bottom: 13px; color: var(--ink-soft); font-size: .96rem; line-height: 1.7; }
.care-card-link { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; min-height: 44px; margin-top: auto; color: var(--blue); font-size: .875rem; font-weight: 600; line-height: 1.5; }
.care-card-link i { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; font-style: normal; font-size: 1rem; transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease); }
.care-card:hover h3 { color: var(--blue); }
.care-card:hover .care-card-link i { background: var(--blue); color: #fff; border-color: var(--blue); }
.home-practice .split { grid-template-columns: minmax(0, 1.08fr) minmax(0, .95fr); gap: clamp(40px, 6.5vw, 100px); }
.home-practice .split-figure { isolation: isolate; }
.home-practice .split-figure::before {
  position: absolute; z-index: -1; left: -14px; bottom: 30px;
  width: 112px; height: 112px; border-left: 1px solid #bed3eb;
  border-bottom: 1px solid #bed3eb; border-bottom-left-radius: 70px;
  content: ""; pointer-events: none;
}
.home-practice .split-figure .photo { border-radius: 4px 4px 4px 44px; }
.home-practice .split-figure .photo img { aspect-ratio: 5 / 4; object-fit: cover; }
.home-practice .split h2 { font-size: clamp(2.4rem, 3.35vw, 3.6rem); }
.home-practice .split .tag { font-size: .8125rem; margin-bottom: 21px; }
.home-practice .stat-row { margin-top: 30px; padding-top: 24px; }
.care-gallery, .photo-strip.care-gallery { display: grid; grid-template-columns: 1.35fr 1fr; align-items: end; gap: 26px; margin-top: 45px; }
.care-gallery > figure { min-width: 0; }
.care-gallery > figure .photo img { aspect-ratio: 4 / 3; object-fit: cover; }
.care-gallery > figure:first-child .photo img { aspect-ratio: 16 / 9; }
.care-gallery > figure:first-child .photo { border-radius: 4px 4px 30px 4px; }
.care-gallery > figure:last-child .photo { border-radius: 4px; }
.care-gallery figcaption { margin-top: 12px; font-size: .78rem; line-height: 1.55; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .care-card-media img { transition: transform .65s var(--ease); }
  .care-card:hover .care-card-media img { transform: scale(1.035); }
}

/* First visit, information and team */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 3.8vw, 58px); }
.step { position: relative; padding-top: 27px; border-top: 1px solid #b7cde5; }
.step-n { display: block; margin-bottom: 20px; color: var(--blue); font-size: .78rem; font-weight: 650; letter-spacing: .04em; }
.step :is(h2, h3) { margin-bottom: 12px; font-family: var(--sans); font-size: 1.15rem; font-weight: 600; letter-spacing: -.012em; line-height: 1.4; }
.step p { color: var(--ink-soft); font-size: .98rem; }
.stat-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 35px; padding-top: 28px; border-top: 1px solid var(--line); }
.stat b { display: block; color: var(--blue); font-family: var(--display); font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; line-height: 1; letter-spacing: -.025em; font-variant-numeric: lining-nums; }
.stat > span { display: block; max-width: 13em; margin-top: 12px; color: var(--ink-faint); font-size: .73rem; line-height: 1.65; }
.creds { padding: 0; margin: 28px 0 0; list-style: none; }
.creds li { display: flex; gap: 18px; padding: 15px 0; border-top: 1px solid var(--line); font-size: .95rem; }
.creds li:last-child { border-bottom: 1px solid var(--line); }
.creds span:first-child { flex: 0 0 8.1em; padding-top: 2px; color: var(--blue); font-size: .8rem; font-weight: 600; }
.team { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.member { padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.member h3 { margin-bottom: 8px; font-family: var(--display); font-size: 1.8rem; font-weight: 400; }
.member-cred { margin-bottom: 22px; color: var(--blue); font-size: .8rem; font-weight: 600; }
.member p:not(.member-cred) { color: var(--ink-soft); font-size: .95rem; }
.member .qlink { margin-top: 16px; }
.ins-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; margin-top: 36px; }
.ins-item h3 { font-size: 1.12rem; }
.ins-item p { font-size: .98rem; }
.payer-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 32px 0 0; padding: 0; list-style: none; }
.payer-list li { padding: 11px 17px; border: 1px solid #536f91; border-radius: 3px; color: #e8f2ff; font-size: .82rem; }

/* Photographs */
.photo { position: relative; overflow: hidden; background: var(--ice-deep); border-radius: var(--radius); }
.photo img { width: 100%; object-fit: cover; }
.photo-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.photo-pair > :first-child { grid-column: 1 / -1; }
.photo-pair img { aspect-ratio: 4 / 3; }
.photo-pair > :first-child img { aspect-ratio: 16 / 10; }
.photo-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: clamp(34px, 4vw, 56px); }
.photo-strip .photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.photo-strip figcaption { margin-top: 12px; color: var(--ink-faint); font-size: .78rem; line-height: 1.6; }
.band-photo { overflow: hidden; margin-block: 0; }
.band-photo img { width: 100%; max-height: 650px; aspect-ratio: 2.3 / 1; object-fit: cover; }
.mark-watermark { position: absolute; right: 0; bottom: 0; width: 180px; opacity: .045; pointer-events: none; }

/* Inner page opening, long text and service rows */
.crumb { padding-top: 25px; color: var(--ink-faint); font-size: .75rem; }
.crumb ol { display: flex; align-items: center; flex-wrap: wrap; gap: 5px 10px; padding: 0; margin: 0; list-style: none; }
.crumb li::after { content: "/"; margin-left: 10px; color: #8ea6c0; }
.crumb li:last-child::after { content: none; }
.crumb a { display: inline-block; padding-block: 8px; text-decoration: none; }
.crumb a:hover { text-decoration: underline; }
.page-head { padding-block: 44px 55px; }
.page-head .tag { margin-bottom: 22px; }
.page-head h1 { max-width: 15em; font-size: clamp(3rem, 5.1vw, 4.8rem); }
.page-head .lede { max-width: 43em; margin-top: 24px; }
.page-head + .band { padding-top: 0; }
.prose { max-width: 43em; }
.prose p { color: var(--ink-soft); }
.prose h2 { font-size: var(--t-4); margin-top: 1.7em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.25rem; margin-top: 30px; }
.prose ul, .prose ol { margin: 0 0 24px; padding-left: 22px; }
.prose li { margin-bottom: 9px; }
.prose li::marker { color: var(--blue); }
.prose blockquote { margin: 28px 0; padding: 4px 0 4px 24px; border-left: 2px solid var(--blue); color: var(--ink-soft); }
.note { margin-top: 34px; padding: 23px 27px; border-left: 2px solid var(--blue); border-radius: 0 4px 4px 0; background: var(--ice); color: var(--ink-soft); font-size: .9rem; line-height: 1.75; }
.note strong { color: var(--ink); }
.note + .photo { margin-top: 28px; }
.band-tint .note { background: #fff; }
.svc-list { border-top: 1px solid var(--line); }
.svc { display: grid; grid-template-columns: minmax(0, .6fr) minmax(0, 1fr); gap: 42px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.svc :is(h2, h3) { margin: 0; font-family: var(--display); font-size: 1.8rem; font-weight: 400; line-height: 1.2; }
.svc .ko { display: block; margin-top: 10px; color: var(--ink-faint); font-size: .82rem; }
.svc p { color: var(--ink-soft); font-size: 1rem; }
.svc-meta { margin-top: 14px; color: var(--ink-faint); font-size: .8rem !important; }
.cols-2 { columns: 2; column-gap: 48px; }

/* Questions and practical lists */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; min-height: 70px; padding: 24px 0; font-size: 1.1rem; font-weight: 500; line-height: 1.5; letter-spacing: -.015em; list-style: none; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--blue); }
.faq summary::after { content: "+"; flex: 0 0 24px; font-size: 1.4rem; font-weight: 400; line-height: 1.1; text-align: center; color: var(--blue); }
.faq details[open] summary::after { content: "−"; }
.faq-body { max-width: 49em; padding: 0 40px 25px 0; color: var(--ink-soft); }
.faq-body p { font-size: 1rem; }
.directions { counter-reset: dir; list-style: none; padding: 0; margin: 24px 0 0; }
.directions li { position: relative; counter-increment: dir; padding: 0 0 20px 40px; font-size: .98rem; }
.directions li::before { content: counter(dir); position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid #b6cee9; border-radius: 50%; color: var(--blue); font-size: .73rem; font-weight: 600; }
.checklist { padding: 0; margin: 24px 0; list-style: none; }
.checklist li { position: relative; padding: 15px 0 15px 29px; border-bottom: 1px solid var(--line); font-size: .98rem; }
.checklist li::before { position: absolute; top: 24px; left: 3px; width: 10px; height: 6px; content: ""; border-left: 1.5px solid var(--blue); border-bottom: 1.5px solid var(--blue); transform: rotate(-45deg); }

/* Visit and hours */
.visit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(30px, 4vw, 64px); }
.visit-grid > * { min-width: 0; }
.visit-grid .photo img { aspect-ratio: 1.2; object-fit: cover; }
.hours { width: 100%; border-collapse: collapse; font-size: .88rem; line-height: 1.5; }
.hours th, .hours td { padding: 13px 0; border-bottom: 1px solid var(--line); text-align: left; }
.hours th { color: var(--ink-soft); font-weight: 400; }
.hours td { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.hours tr[data-today] :is(th, td) { color: var(--blue); font-weight: 600; }
.hours tr[data-today] th::after { content: "today"; margin-left: 7px; color: var(--blue); font-size: .6rem; letter-spacing: .04em; vertical-align: 1px; }
.contact-block { margin: 0; font-style: normal; }
.contact-block dt { color: var(--ink-faint); font-size: .78rem; font-weight: 600; margin-bottom: 9px; }
.contact-block dd { margin: 0 0 30px; font-size: 1.125rem; line-height: 1.65; }
.contact-block dd:last-child { margin-bottom: 0; }
.contact-block a { display: inline-block; min-height: 40px; padding-block: 5px; text-decoration: none; }
.contact-block a:hover { text-decoration: underline; }
.phone-xl { display: inline-block; font-family: var(--display); font-size: clamp(1.8rem, 2.3vw, 2.2rem); font-weight: 400; letter-spacing: -.022em; font-variant-numeric: lining-nums; color: var(--blue); text-decoration: none; line-height: 1.4; }
.visit-grid p a, .figure-note a { display: inline-block; padding-block: 8px; }

/* Patient reviews */
.reviews-head { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 30px; margin-bottom: 35px; }
.stars { display: inline-flex; align-items: center; gap: 12px; font-size: .8rem; color: var(--ink-soft); }
.stars svg { width: 95px; height: 18px; color: var(--blue); }
.stars b { color: var(--ink); font-family: var(--display); font-size: 1.8rem; font-weight: 400; line-height: 1; }
.review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.review { position: relative; display: flex; flex-direction: column; padding: clamp(26px, 3vw, 42px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.review blockquote { position: relative; max-width: 40em; margin: 0 0 25px; color: var(--ink); font-size: 1rem; line-height: 1.8; }
.review blockquote::before { content: "“"; }
.review blockquote::after { content: "”"; }
.review figcaption { margin-top: auto; color: var(--ink-faint); font-size: .75rem; line-height: 1.6; }
.review figcaption b { color: var(--blue); font-weight: 600; }

/* Map stays optional */
.mapbox { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--ice-deep); }
.mapbox img, .mapbox iframe { width: 100%; aspect-ratio: 16 / 10; border: 0; object-fit: cover; }
.mapbox iframe { display: block; }
.map-cover { position: absolute; inset: 0; display: none; align-items: center; justify-content: center; width: 100%; padding: 0; border: 0; background: #102b4e66; cursor: pointer; }
.js .map-cover { display: flex; }
.map-cta { position: relative; display: flex; align-items: center; gap: 12px; min-height: 54px; padding: 15px 23px; border-radius: var(--radius); background: #fff; color: var(--blue); font-size: .875rem; font-weight: 600; }
.map-cta svg { width: 18px; height: 18px; }
.map-cover:hover .map-cta { background: var(--ice); }
.map-note { position: absolute; bottom: 0; left: 0; right: 0; padding: 15px; background: #102b4ecc; color: #fff; text-align: center; font-size: .74rem; line-height: 1.5; }
.map-tabs { display: none; flex-wrap: wrap; gap: 8px; margin-bottom: 15px; }
.js .map-tabs { display: flex; }
.map-tab { min-height: 44px; padding: 10px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink-soft); font-size: .8rem; font-weight: 600; cursor: pointer; }
.map-tab[aria-selected="true"] { background: var(--blue); border-color: var(--blue); color: #fff; }
.map-tab:hover:not([aria-selected="true"]) { background: var(--ice); border-color: #a8c4e4; }

/* Homepage map: practical directions at the end of the visit section. */
.home-map { margin-top: clamp(44px, 5.5vw, 78px); padding-top: clamp(26px, 3vw, 42px); border-top: 1px solid var(--line); }
.home-map-heading { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 28px; margin-bottom: 20px; }
.home-map-heading h3 { margin: 0; font-size: 1.25rem; font-weight: 500; line-height: 1.4; }
.home-map-heading .qlink { flex-shrink: 0; }
.home-map-frame { border: 1px solid var(--line); }
.home-map .home-map-frame iframe { display: block; width: 100%; height: 400px; aspect-ratio: auto; border: 0; }

/* Closing invitation and footer */
.callout { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: clamp(32px, 5vw, 70px); border-radius: var(--radius); background: var(--blue); color: #fff; }
.callout h2 { font-size: clamp(2rem, 3vw, 3rem); color: #fff; margin-bottom: 15px; }
.callout p { max-width: 39em; margin: 0; color: #e0edff; font-size: .98rem; }
.callout .btn { flex-shrink: 0; color: var(--blue); border-color: #fff; background: #fff; }
.callout .btn:hover { background: var(--ice); border-color: var(--ice); }
.site-footer { padding-block: 65px 30px; border-top: 1px solid var(--line); background: var(--ice); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: clamp(26px, 4vw, 62px); }
.footer-grid h2 { color: var(--blue); font-family: var(--sans); font-size: .8125rem; font-weight: 600; letter-spacing: .025em; line-height: 1.6; margin-bottom: 22px; text-transform: none; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.footer-nav a { display: flex; align-items: center; min-height: 36px; font-size: .84rem; line-height: 1.6; text-decoration: none; }
.footer-nav a:hover { color: var(--blue); text-decoration: underline; }
.footer-about p { color: var(--ink-soft); font-size: .85rem; line-height: 1.85; max-width: 27em; }
.footer-about .phone-xl { font-size: 1.9rem; margin-top: 6px; }
.footer-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-top: 28px; margin-top: 48px; border-top: 1px solid var(--line); color: var(--ink-faint); font-size: .71rem; line-height: 1.8; }
.footer-bottom p { margin: 0; max-width: 70em; }
.footer-bottom > :last-child { flex-shrink: 0; }
.footer-bottom a { display: inline-block; padding-block: 8px; }
.site-footer .preview-notice { margin: 18px 0 0; color: var(--ink-faint); font-size: .72rem; line-height: 1.65; }
.footer-social { display: flex; gap: 16px; }
.footer-social svg { width: 18px; height: 18px; }
.call-bar { position: fixed; z-index: 55; bottom: 0; left: 0; right: 0; display: none; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 20px calc(12px + env(safe-area-inset-bottom)); background: var(--navy); color: #fff; transform: translateY(110%); transition: transform .25s var(--ease); box-shadow: 0 -1px 0 #ffffff20; }
.call-bar.is-shown { transform: none; }
.call-bar-text { color: #ccdef4; font-size: .68rem; line-height: 1.6; }
.call-bar-text b { display: block; color: #fff; font-size: .8rem; font-weight: 600; }
.call-bar .btn { min-height: 44px; padding: 11px 20px; background: #fff; color: var(--blue); border-color: #fff; white-space: nowrap; }
.err { display: grid; place-items: center; min-height: 63vh; padding-block: 80px; text-align: center; }
.err h1 { font-size: var(--t-5); }
.err p { max-width: 35em; margin-inline: auto; color: var(--ink-soft); }
.err-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

/* Intro: one short composition. CSS releases it even if site.js fails. */
.curtain { position: fixed; z-index: 1000; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; background: var(--blue); color: #fff; opacity: 0; visibility: hidden; pointer-events: none; }
.js-preload:not(.lifted):not(.calm) .curtain { opacity: 1; visibility: visible; animation: intro-escape .35s var(--ease) 1.4s forwards; }
.js-preload.lifted .curtain { opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility 0s .35s; }
.intro-orbit { position: relative; display: grid; place-items: center; width: 156px; height: 156px; margin-bottom: 30px; }
.intro-orbit::before { position: absolute; inset: 0; border: 1px solid #ffffff35; border-radius: 50%; content: ""; }
.intro-orbit::after { position: absolute; inset: 0; border: 1px solid transparent; border-top-color: #bcd8ff; border-right-color: #bcd8ff; border-radius: 50%; content: ""; animation: intro-orbit .65s var(--ease) both; }
.curtain-mark { width: 90px; color: #fff; animation: intro-mark .35s var(--ease) both; }
.intro-wordmark { margin: 0 0 12px; padding-left: .22em; font-size: 1.7rem; font-weight: 400; letter-spacing: .22em; line-height: 1.3; animation: intro-type .35s var(--ease) .05s both; }
.intro-caption { margin: 0; color: #e4efff; font-size: .65rem; font-weight: 500; letter-spacing: .14em; line-height: 1.8; animation: intro-type .35s var(--ease) .10s both; }
.curtain-rule { display: block; width: 94px; height: 1px; margin-top: 30px; background: #ffffff7a; transform-origin: left; animation: intro-rule .4s var(--ease) .1s both; }
.intro-location { position: absolute; bottom: max(40px, env(safe-area-inset-bottom)); color: #c8ddfa; font-size: .62rem; letter-spacing: .15em; animation: intro-type .7s var(--ease) .15s both; }
@keyframes intro-mark { from { opacity: 0; transform: translateY(5px) scale(.95); } to { opacity: 1; transform: none; } }
@keyframes intro-type { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes intro-rule { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes intro-orbit { from { opacity: 0; transform: rotate(-140deg); } to { opacity: 1; transform: rotate(30deg); } }
@keyframes intro-escape { to { opacity: 0; visibility: hidden; } }

/* Motion is enhancement; readable content is the default. */
.rail, .aura-field, .edge-glow, .sheen, .curtain-bar, .marquee { display: none; }
.reveal { opacity: 1; transform: none; }
.js:not(.calm) .reveal { transition: opacity .65s var(--ease), transform .65s var(--ease); }
.js:not(.calm) .reveal:not(.in) { opacity: 0; transform: translateY(15px); animation: reveal-safety 0s 1.5s forwards; }
.js:not(.calm) .reveal.in { opacity: 1; transform: none; animation: none; }
.reveal-1 { transition-delay: .05s; }
.reveal-2 { transition-delay: .1s; }
.reveal-3 { transition-delay: .15s; }
@keyframes reveal-safety { to { opacity: 1; transform: none; } }

/* Native page-to-page dissolve; ordinary navigation in other browsers. */
@media (prefers-reduced-motion: no-preference) {
  @view-transition { navigation: auto; }
  .site-header { view-transition-name: haram-header; }
  ::view-transition-group(*) { animation-duration: .22s; }
  ::view-transition-old(root) { animation: page-out .22s ease both; }
  ::view-transition-new(root) { animation: page-in .22s ease both; }
  ::view-transition-group(haram-header),
  ::view-transition-old(haram-header),
  ::view-transition-new(haram-header) { animation: none; }
  ::view-transition-old(haram-header) { display: none; }
}
@keyframes page-out { to { opacity: 0; } }
@keyframes page-in { from { opacity: 0; } }
.calm::view-transition-group(*),
.calm::view-transition-old(*),
.calm::view-transition-new(*) { animation: none !important; }

/* Tablet */
@media (max-width: 1280px) {
  .header-actions .status { display: none; }
  .header-inner { gap: 20px; }
  .primary-nav { gap: 21px; }
  .brand-mark { width: 54px; }
  .concerns { gap: 14px; }
  .concern { padding: 24px; }
}
@media (max-width: 1080px) {
  .brand-text b { font-size: 1.2rem; }
  .brand-text span { font-size: .48rem; }
  .brand { gap: 10px; }
  .header-inner { gap: 16px; }
  .primary-nav { gap: 17px; }
  .primary-nav a { font-size: .8rem; }
  .hero-grid { gap: 35px; }
  .hero-eyebrow { font-size: .75rem; }
  .hero-cta { gap: 8px 18px; }
  .hero-trust { max-width: 29em; line-height: 1.6; }
  .concerns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .concern { padding: 30px; }
  .concern-icon { margin-bottom: 22px; }
  .concern :is(h2, h3) { font-size: 1.9rem; }
  .visit-grid { gap: 28px; }
  .member { padding: 25px; }
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .care-grid { gap: 27px; }
  .care-card { grid-template-columns: 1fr; padding-bottom: 20px; }
  .care-card-media { aspect-ratio: 16 / 10; }
  .care-card-body { padding: 20px 0 0; }
  .care-card-index { margin-bottom: 9px; }
  .care-card h3 { font-size: 1.8rem; }
  .care-card p { font-size: .96rem; }
  .home-care .section-head, .section-head--split { gap: 0 36px; }
  .home-practice .split { gap: 38px; }

  .hero h1 { font-size: clamp(3.25rem, 7.2vw, 3.6rem); }
  .hero-sub { font-size: 1rem; }
  .hero-photo { aspect-ratio: 4 / 3; }
  .hero-trust { margin-top: 25px; font-size: .68rem; }
  .hero-trust > * { padding-inline: 9px; }
  .hero-caption { font-size: .65rem; }
  .split { gap: 38px; }
  .split h2 { font-size: 2.5rem; }
  .care-index > a { min-height: 92px; padding: 18px; font-size: .85rem; }
  .care-index > a > span:first-child:not(:last-child) { display: none; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; display: grid; grid-template-columns: 1.4fr 1fr; column-gap: 50px; }
  .footer-about h2 { grid-column: 1 / -1; margin-bottom: 12px; }
  .footer-about p { max-width: 36em; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 16px; }
  .team { grid-template-columns: 1fr; gap: 15px; }
  .member { padding: 30px; }
}

/* Mobile navigation, also usable without JavaScript. */
@media (max-width: 900px) {
  .header-inner { min-height: 76px; }
  .brand-mark { width: 51px; }
  .brand-text b { font-size: 1.25rem; }
  .brand-text span { font-size: .5rem; }
  .header-actions { gap: 10px; }
  .header-actions .btn { width: 44px; height: 44px; min-height: 44px; padding: 0; gap: 0; font-size: 0; }
  .header-actions .btn svg { width: 18px; height: 18px; }
  .js .menu-toggle { display: inline-flex; }
  .js .primary-nav { display: none; }
  .js .primary-nav.is-open { position: absolute; top: 100%; left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 14px var(--gutter) 22px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 14px 28px -24px #102b4e99; max-height: calc(100dvh - 132px); overflow-y: auto; }
  .js .primary-nav.is-open a { min-height: 53px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .js .primary-nav.is-open a::after { display: none; }
  html:not(.js) .header-inner { flex-wrap: wrap; padding-block: 14px; }
  html:not(.js) .primary-nav { order: 3; flex-basis: 100%; flex-wrap: wrap; gap: 2px 20px; border-top: 1px solid var(--line); padding-top: 5px; }
  html:not(.js) .primary-nav a { font-size: .85rem; min-height: 40px; }
  .visit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px; }
  .visit-grid > :last-child { grid-column: 1 / -1; max-width: none; }
}

/* Phone */
@media (max-width: 760px) {
  :root { --band: 68px; }
  .home-map .home-map-frame iframe { height: 330px; }
  .home-map-heading { gap: 5px 20px; margin-bottom: 16px; }
  .home-care .section-head, .section-head--split { grid-template-columns: 1fr; gap: 0; margin-bottom: 28px; }
  .home-care .section-head h2, .section-head--split h2 { margin-bottom: 16px; }
  .home-care .section-head > p:not(.tag), .section-head--split > p:not(.tag) { max-width: 36em; font-size: .97rem; }
  .care-grid { gap: 23px; padding-top: 23px; }
  .care-card h3 { font-size: 1.7rem; }
  .home-practice .split { grid-template-columns: 1fr; gap: 32px; }
  .home-practice .split-figure .photo img { aspect-ratio: 16 / 10; }
  .home-practice .split h2 { font-size: 2.6rem; }
  .care-gallery, .photo-strip.care-gallery { grid-template-columns: 1.2fr 1fr; gap: 16px; margin-top: 32px; }
  .care-gallery > figure .photo img { aspect-ratio: 1; }
  .care-gallery > figure:first-child .photo img { aspect-ratio: 1.2; }

  .hero { padding-top: 30px; padding-bottom: 33px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-copy { padding: 0; }
  .hero-eyebrow { font-size: .8125rem; margin-bottom: 22px; }
  .hero h1 { font-size: clamp(3.05rem, 8.3vw, 4.8rem); max-width: 12em; line-height: 1.04; margin-bottom: 21px; }
  .hero-sub { font-size: 1rem; max-width: 35em; margin-bottom: 24px; }
  .hero-cta { gap: 10px 20px; }
  .hero-cta .btn { padding: 14px 19px; font-size: .85rem; }
  .hero-trust { max-width: none; margin-top: 23px; font-size: .7rem; }
  .hero-meta { margin-top: 20px; }
  .hero-photo { aspect-ratio: 4 / 3; border-radius: 4px 4px 35px 4px; }
  .hero-caption { font-size: .68rem; margin-top: 12px; }
  .care-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .care-index > a { min-height: 78px; padding: 17px; font-size: .85rem; }
  .care-index > a:nth-child(odd) { border-left: 0; }
  .care-index > a:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .split, .steps, .ins-grid { grid-template-columns: 1fr; gap: 32px; }
  .split.flip > :first-child { order: 0; }
  .split-figure { max-width: none; }
  .split h2 { font-size: 2.6rem; }
  .step { padding-top: 20px; }
  .step-n { margin-bottom: 15px; }
  .photo-strip { gap: 16px; }
  .photo-strip figcaption { font-size: .7rem; }
  .stat-row { gap: 16px; }
  .stat > span { font-size: .74rem; }
  .section-head { margin-bottom: 32px; }
  .section-head h2 { font-size: clamp(2.4rem, 6.1vw, 3rem); }
  .section-head .tag { margin-bottom: 18px; }
  .page-head { padding-block: 35px 44px; }
  .page-head h1 { font-size: clamp(2.75rem, 7vw, 4rem); }
  .page-head .lede { margin-top: 20px; }
  .review-grid { grid-template-columns: 1fr; }
  .review { padding: 28px; }
  .band-photo img { aspect-ratio: 16 / 10; }
  .cols-2 { columns: 1; }
  .callout { align-items: flex-start; flex-direction: column; gap: 26px; }
  .callout h2 { max-width: 12em; font-size: 2.4rem; }
  .callout .btn { min-height: 52px; }
  .site-footer { padding-top: 48px; padding-bottom: 110px; }
  .call-bar { display: flex; }
  .footer-about { display: block; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 24px; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
  .footer-grid h2 { margin-bottom: 13px; }
  .footer-nav a { min-height: 42px; }
  .footer-about p { max-width: 32em; }
  .footer-bottom { margin-top: 30px; }
  .footer-bottom > :last-child { flex-shrink: 1; }
}
@media (max-width: 600px) {
  .care-grid { grid-template-columns: 1fr; gap: 23px; }
  .care-card { padding-bottom: 23px; }
  .care-card-media { aspect-ratio: 2 / 1; }
  .care-card-body { position: relative; padding: 18px 0 0; }
  .care-card-index { margin-bottom: 8px; font-size: .75rem; }
  .care-card h3 { margin-bottom: 10px; font-size: 1.8rem; }
  .care-card p { max-width: 32em; margin-bottom: 6px; font-size: .95rem; line-height: 1.7; }
  .care-card-link { font-size: .875rem; }
  .care-gallery, .photo-strip.care-gallery { gap: 13px; }
  .care-gallery figcaption { font-size: .72rem; margin-top: 9px; }
}
@media (max-width: 520px) {
  body { font-size: 1rem; }
  :root { --gutter: 22px; }
  .brand { gap: 9px; }
  .brand-mark { width: 45px; }
  .brand-rule { height: 28px; }
  .brand-text b { font-size: 1.1rem; letter-spacing: .12em; }
  .brand-text span { font-size: .43rem; letter-spacing: .07em; margin-top: 5px; }
  .header-inner { gap: 12px; min-height: 72px; }
  .menu-toggle { padding-inline: 10px; font-size: .75rem; }
  .hero-eyebrow { font-size: .75rem; letter-spacing: .02em; gap: 9px; }
  .hero-eyebrow::before { flex-basis: 18px; }
  .hero h1 { font-size: clamp(2.95rem, 12vw, 3.8rem); letter-spacing: -.01em; }
  .hero-sub { font-size: .96rem; line-height: 1.75; }
  .hero-trust { font-size: .66rem; }
  .hero-trust > * { padding-inline: 8px; }
  .hero-cta { gap: 7px 18px; }
  .hero-cta .qlink { font-size: .8rem; }
  .hero-photo { aspect-ratio: 4 / 3; }
  .hero-caption { font-size: .64rem; }
  .hero-kicker { left: 14px; bottom: 14px; padding: 10px 13px; font-size: .65rem; }
  .care-index > a { padding: 15px 13px; font-size: .79rem; }
  .concerns { grid-template-columns: 1fr; gap: 15px; }
  .concern { padding: 27px; }
  .concern :is(h2, h3) { font-size: 1.85rem; }
  .concern-icon { margin-bottom: 17px; }
  .concern p { margin-bottom: 18px; }
  .concern ul { margin-bottom: 18px; }
  .photo-strip { grid-template-columns: 1fr; gap: 24px; }
  .photo-strip figcaption { font-size: .78rem; }
  .photo-strip .photo img { aspect-ratio: 16 / 10; }
  .visit-grid { grid-template-columns: 1fr; gap: 32px; }
  .visit-grid > :last-child { grid-column: auto; }
  .visit-grid .photo img { aspect-ratio: 4 / 3; }
  .svc { grid-template-columns: 1fr; gap: 19px; padding-block: 29px; }
  .svc :is(h2, h3) { font-size: 1.65rem; }
  .svc .ko { margin-top: 6px; }
  .creds li { flex-direction: column; gap: 5px; }
  .creds span:first-child { flex-basis: auto; padding: 0; }
  .faq summary { font-size: 1.02rem; padding-block: 21px; }
  .faq-body { padding-right: 5px; }
  .note { padding: 21px; font-size: .85rem; }
  .mapbox img, .mapbox iframe { aspect-ratio: 4 / 3; }
  .callout { padding: 29px; }
  .callout h2 { font-size: 2.1rem; }
  .callout p { font-size: .92rem; }
  .call-bar { padding-inline: 18px; }
  .intro-orbit { width: 140px; height: 140px; margin-bottom: 27px; }
  .curtain-mark { width: 83px; }
  .intro-wordmark { font-size: 1.5rem; }
  .intro-caption { font-size: .56rem; }
}
@media (max-width: 360px) {
  :root { --gutter: 18px; }
  .header-inner { gap: 8px; }
  .brand-mark { width: 38px; }
  .brand { gap: 7px; }
  .brand-text b { font-size: .95rem; }
  .brand-text span { display: none; }
  .header-actions { gap: 8px; }
  .hero h1 { font-size: 2.85rem; }
  .hero-eyebrow { font-size: .71rem; }
  .hero-trust { gap: 8px 0; font-size: .62rem; }
  .hero-trust > * { padding-inline: 6px; }
  .care-index > a { padding: 14px 10px; font-size: .75rem; }
  .phone-xl { font-size: 1.8rem; }
  .call-bar { padding-inline: 14px; gap: 10px; }
  .call-bar .btn { padding-inline: 15px; }
  .call-bar-text { font-size: .6rem; }
  .call-bar-text b { font-size: .72rem; }
}

/* Accessibility and printing */
.calm { scroll-behavior: auto; }
.calm *, .calm *::before, .calm *::after { animation: none !important; transition: none !important; }
.calm .curtain, html:not(.js-preload) .curtain { display: none; }
.calm .reveal { opacity: 1; transform: none; animation: none; }
.calm .hero-photo img { transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .curtain { display: none !important; }
  .reveal, .js .reveal:not(.in) { opacity: 1 !important; transform: none !important; }
  .hero-photo img, [data-par] > picture { transform: none !important; }
}
@media print {
  .site-header, .call-bar, .curtain, .btn, .map-tabs, .map-cover { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .wrap { width: 100%; }
  .band { padding-block: 25px; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .site-footer { padding-bottom: 20px; }
}
