:root {
  --ink: #252b78;
  --deep: #202668;
  --cream: #fff6ee;
  --paper: #fffdfa;
  --coral: #f27a43;
  --mint: #d9f3f4;
  --aqua: #43bbc5;
  --line: #dddfea;
  --muted: #646a80;
}

.brand-mark {
  overflow: hidden;
  background: #fff;
  border: 2px solid #e8e9f1;
  border-radius: 50%;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 5%;
  transform: scale(1.2);
}

.hero {
  background: linear-gradient(105deg, var(--cream) 0 58%, #def4f4 58%);
}

.eyebrow { color: #258d98; }
.button:hover { background: #dc6634; }
.trust-strip, footer { background: var(--deep); }
.trust-grid p, .footer-grid p { color: #c4d8ec; }
.service-card.featured { background: var(--mint); border-color: #bfe7e9; }
.welcome { background: linear-gradient(135deg, var(--deep), #303998); }
.map-art { background: #e1f3f4; }

.personality { background: #fff; }
.photo-grid {
  display: grid;
  grid-template-columns: 1.65fr .75fr;
  gap: 22px;
  margin-top: 64px;
}
.photo-grid figure { margin: 0; position: relative; }
.photo-grid img { width: 100%; height: 520px; object-fit: cover; border-radius: 20px; }
.photo-tall img { object-position: center 36%; }
.photo-grid figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 15px;
  border-radius: 99px;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 820px) {
  body { font-size: 19px; line-height: 1.65; }
  .hero { background: var(--cream); }
  .photo-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .photo-grid img { height: 390px; }
  .brand small { font-size: 12px; }
  .menu-toggle, nav a { font-size: 18px; }
  .eyebrow { font-size: 15px; line-height: 1.45; letter-spacing: .13em; }
  .intro, .section-heading > p { font-size: 20px; }
  .hero-notes { font-size: 16px; line-height: 1.55; gap: 12px; }
  .hero-notes span::before { margin-right: 9px; }
  .button, .text-link, .mobile-call { font-size: 18px; }
  .care-card { padding: 18px 22px; }
  .care-card p { font-size: 17px; line-height: 1.45; }
  .trust-grid p { font-size: 16px; line-height: 1.55; }
  .trust-grid strong { font-size: 22px; }
  .service-card > span { font-size: 15px; }
  .service-card p { font-size: 19px; }
  .service-card li { font-size: 18px; padding: 13px 0; }
  .photo-label { font-size: 19px; }
  .photo-label span { font-size: 14px; }
  .large-copy { font-size: 27px; }
  .credentials span { font-size: 18px; }
  .welcome cite { font-size: 15px; }
  .contact-list span { font-size: 15px; }
  .contact-list p { font-size: 19px; }
  .map-card span { font-size: 17px; }
  .photo-grid figcaption { font-size: 16px; }
  .footer-grid p { font-size: 16px; }
}

@media (max-width: 440px) {
  body { font-size: 19px; }
  .hero h1 { font-size: clamp(43px, 13vw, 52px); }
  .section h2 { font-size: clamp(39px, 11vw, 46px); }
  .intro, .section-heading > p { font-size: 20px; }
  .button { width: 100%; min-height: 52px; }
  .actions { align-items: stretch; }
  .actions .text-link { padding: 8px 2px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid p { padding: 12px 0 12px 18px; }
  .photo-grid img { height: 330px; }
  .contact-list div { grid-template-columns: 1fr; gap: 4px; }
}
