:root {
  --ink: #17302e;
  --muted: #5c6e6b;
  --deep: #163f3b;
  --deep-2: #0d302d;
  --sage: #dce9df;
  --mint: #eef5f0;
  --cream: #faf8f1;
  --white: #ffffff;
  --gold: #bf8d4a;
  --line: rgba(22, 63, 59, 0.16);
  --shadow: 0 24px 70px rgba(18, 54, 50, 0.12);
  --radius: 22px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.concept-notice {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 9px 24px;
  background: #f1e4ce;
  color: #5d4020;
  font-size: 0.78rem;
  letter-spacing: 0.025em;
  text-align: center;
}
.concept-notice strong { letter-spacing: 0.12em; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 12px clamp(22px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
  background: rgba(250, 248, 241, 0.94);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(22, 63, 59, 0.28);
  border-radius: 50%;
  color: var(--deep);
  font-family: var(--serif);
  font-size: 0.95rem;
}
.brand strong, .brand small { display: block; line-height: 1.08; }
.brand strong { font-family: var(--serif); font-size: 1.12rem; font-weight: 500; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; }
nav { display: flex; gap: 30px; }
nav a { color: var(--muted); font-size: 0.91rem; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--deep); }
.header-call {
  justify-self: end;
  padding: 11px 17px;
  border: 1px solid var(--deep);
  border-radius: 999px;
  color: var(--deep);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(44px, 8vw, 112px);
  align-items: center;
  min-height: 680px;
  padding: clamp(74px, 10vw, 132px) clamp(24px, 7vw, 110px);
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 15%, rgba(191, 141, 74, 0.14), transparent 23%),
    linear-gradient(135deg, #f7f4ea 0%, #eef4ee 100%);
}
.hero::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -210px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(22, 63, 59, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,0.18), 0 0 0 140px rgba(255,255,255,0.12);
  pointer-events: none;
}
.hero-copy, .hero-card { position: relative; z-index: 1; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.035em; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(3.15rem, 7vw, 6.6rem); line-height: 0.97; }
h2 { margin-bottom: 18px; font-size: clamp(2.15rem, 4vw, 4.15rem); line-height: 1.03; }
h3 { font-size: 1.08rem; line-height: 1.3; }
.hero-intro { max-width: 680px; margin: 0 0 34px; color: var(--muted); font-size: clamp(1.02rem, 1.6vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-decoration: none;
}
.button-primary { background: var(--deep); color: var(--white); box-shadow: 0 10px 28px rgba(22,63,59,.2); }
.button-primary:hover, .button-primary:focus-visible { background: var(--deep-2); transform: translateY(-1px); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.58); color: var(--deep); }
.button-light { background: var(--white); color: var(--deep); }
.button-outline-light { border-color: rgba(255,255,255,.44); color: var(--white); }
.handoff-note { margin: 15px 0 0; color: var(--muted); font-size: 0.78rem; }
.hero-card {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255,255,255,.42);
  border-radius: var(--radius);
  background: var(--deep);
  color: var(--white);
  box-shadow: var(--shadow);
}
.card-kicker { margin: 0 0 22px; color: #b9d1c7; font-size: 0.76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-card h2 { font-size: clamp(2rem, 3vw, 3.1rem); }
.hero-card > p:not(.card-kicker):not(.card-footnote) { color: #d9e5e1; }
.emergency-number { display: inline-block; margin: 18px 0; color: white; font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.4rem); text-decoration: none; }
.card-footnote { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); color: #b9c9c5; font-size: .76rem; }
.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 clamp(24px, 7vw, 110px);
  border-bottom: 1px solid var(--line);
}
.trust-band div { display: grid; gap: 3px; padding: 30px clamp(14px, 3vw, 40px); border-right: 1px solid var(--line); }
.trust-band div:first-child { padding-left: 0; }
.trust-band div:last-child { border: 0; }
.trust-band strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.trust-band span { color: var(--muted); font-size: .78rem; }
.section { padding: clamp(86px, 11vw, 150px) clamp(24px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; column-gap: 7vw; align-items: end; max-width: 1120px; margin-bottom: 54px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p:last-child { margin: 0 0 8px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.48); }
.service-card-featured { background: var(--sage); }
.service-number { margin: 0 0 44px; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.service-card p:not(.service-number) { color: var(--muted); }
.service-card a, .text-link, .visit-card a { color: var(--deep); font-size: .85rem; font-weight: 800; text-decoration-color: rgba(22,63,59,.35); text-underline-offset: 4px; }
.practice { background: var(--mint); }
.practice-panel { display: grid; grid-template-columns: minmax(180px, .38fr) 1fr; gap: clamp(38px, 7vw, 100px); align-items: center; max-width: 1120px; margin: 0 auto; }
.practice-monogram { display: grid; place-items: center; aspect-ratio: 1; border: 1px solid rgba(22,63,59,.25); border-radius: 50%; color: var(--deep); font-family: var(--serif); font-size: clamp(3.5rem, 8vw, 7rem); background: rgba(255,255,255,.42); }
.practice .role { color: var(--gold); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.practice div > p:not(.eyebrow):not(.role) { max-width: 720px; color: var(--muted); font-size: 1.04rem; }
.visit { background: var(--white); }
.visit-heading { max-width: 780px; margin-bottom: 46px; }
.visit-heading > p:last-child { color: var(--muted); font-size: 1.04rem; }
.visit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.visit-card { padding: 30px; border-right: 1px solid var(--line); }
.visit-card:first-child { padding-left: 0; }
.visit-card:last-child { border: 0; }
.visit-card h3 { margin-bottom: 24px; color: var(--gold); font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }
address { margin-bottom: 20px; font-style: normal; }
.hours { margin: 0; }
.hours div { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.hours div:last-child { border-bottom: 0; }
.hours dt, .hours dd { margin: 0; font-size: .84rem; }
.hours dd { color: var(--muted); text-align: right; }
.contact-line { display: block; width: fit-content; margin-bottom: 8px; font-family: var(--serif); font-size: 1.55rem !important; font-weight: 400 !important; }
.contact-line.email { overflow-wrap: anywhere; font-family: var(--sans); font-size: .9rem !important; font-weight: 700 !important; }
.contact-card p { margin-top: 28px; color: var(--muted); font-size: .78rem; }
.final-cta { padding: clamp(78px, 10vw, 128px) clamp(24px, 7vw, 110px); background: var(--deep); color: var(--white); text-align: center; }
.final-cta .eyebrow { color: #d8ba8d; }
.final-cta h2 { max-width: 720px; margin-right: auto; margin-left: auto; }
.final-cta .hero-actions { justify-content: center; }
footer { display: grid; grid-template-columns: .8fr 1.4fr 1fr; gap: 36px; padding: 38px clamp(24px, 7vw, 110px) 110px; background: var(--deep-2); color: #c9d7d3; font-size: .75rem; }
.footer-brand { color: white; font-family: var(--serif); font-size: 1rem; }
.footer-brand span { display: block; color: #91aaa3; font-family: var(--sans); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
footer p { margin: 0; }
.mobile-actions { display: none; }
.button, .header-call, nav a { transition: .18s ease; }
a:focus-visible { outline: 3px solid #d29c53; outline-offset: 3px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-card { max-width: 620px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .visit-grid { grid-template-columns: 1fr; }
  .visit-card, .visit-card:first-child { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .visit-card:last-child { border-bottom: 0; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > :last-child { grid-column: 2; }
}

@media (max-width: 620px) {
  body { padding-bottom: 68px; }
  .concept-notice { align-items: center; gap: 7px; padding: 8px 14px; font-size: .66rem; }
  .concept-notice span { text-align: left; line-height: 1.25; }
  .site-header { min-height: 67px; padding: 10px 18px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .63rem; }
  .header-call { display: none; }
  .hero { gap: 42px; padding: 66px 20px 74px; }
  h1 { font-size: clamp(3.05rem, 15vw, 4.6rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-card { padding: 27px 23px; }
  .trust-band { grid-template-columns: 1fr; margin: 0 20px; }
  .trust-band div, .trust-band div:first-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-band div:last-child { border-bottom: 0; }
  .section { padding: 84px 20px; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading h2 { margin-bottom: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 225px; }
  .practice-panel { grid-template-columns: 1fr; }
  .practice-monogram { width: min(70vw, 260px); margin: 0 auto; }
  .visit-heading h2 { font-size: 2.6rem; }
  .hours div { display: block; }
  .hours dd { margin-top: 2px; text-align: left; }
  .final-cta { padding: 74px 20px; }
  footer { display: block; padding: 34px 20px 44px; }
  footer > * { margin-bottom: 22px; }
  .mobile-actions { position: fixed; right: 0; bottom: 0; left: 0; z-index: 30; display: grid; grid-template-columns: .75fr 1.25fr; box-shadow: 0 -10px 30px rgba(13,48,45,.14); }
  .mobile-actions a { display: grid; place-items: center; min-height: 68px; padding: 12px; background: var(--cream); color: var(--deep); font-size: .76rem; font-weight: 900; letter-spacing: .025em; text-decoration: none; }
  .mobile-actions a:last-child { background: var(--deep); color: white; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
