:root {
  --navy: #093c78;
  --blue: #0b5ca9;
  --teal: #17a7b4;
  --teal-dark: #087d89;
  --cream: #fbf8f1;
  --mint: #eaf8f6;
  --ink: #16304a;
  --muted: #5e7081;
  --line: #dce9ea;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(13, 62, 103, .13);
  --serif: "Lora", Georgia, serif;
  --sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--navy); color: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(9,60,120,.08);
}
.nav-wrap { min-height: 84px; display: flex; align-items: center; gap: 30px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.wordmark img { width: 58px; height: 58px; object-fit: contain; }
.wordmark span { display: grid; line-height: 1.12; }
.wordmark strong { color: var(--navy); font-family: var(--serif); font-size: 17px; }
.wordmark small { color: var(--teal-dark); margin-top: 4px; font-weight: 600; letter-spacing: .04em; }
nav { display: flex; gap: 28px; }
nav a { text-decoration: none; color: #3d5368; font-weight: 600; font-size: 15px; }
nav a:hover, nav a:focus-visible { color: var(--teal-dark); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  color: white;
  border: 0;
  background: linear-gradient(135deg, var(--blue), var(--teal-dark));
  box-shadow: 0 10px 25px rgba(10,92,169,.2);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(10,92,169,.28); }
.button:focus-visible, a:focus-visible { outline: 3px solid #f2ba4f; outline-offset: 3px; }
.button-small { min-height: 44px; padding-inline: 20px; font-size: 14px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #fff 0%, var(--cream) 56%, #e9f8f6 100%); }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; background: rgba(23,167,180,.08); top: -280px; left: -160px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; min-height: 690px; padding-block: 76px 120px; }
.eyebrow { margin: 0 0 16px; color: var(--teal-dark); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 24px; height: 2px; margin: 0 10px 4px 0; background: var(--teal); }
h1, h2, h3 { margin: 0; line-height: 1.16; }
h1 { font-family: var(--serif); color: var(--navy); font-size: clamp(48px, 6vw, 76px); letter-spacing: -.045em; }
h1 em { color: var(--teal-dark); font-style: normal; }
.hero-lede { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 21px); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.button-outline { color: var(--navy); border: 1px solid rgba(9,60,120,.25); background: rgba(255,255,255,.7); box-shadow: none; }
.button-outline:hover { background: white; box-shadow: 0 10px 25px rgba(10,92,169,.12); }
.hero-email { display: inline-block; margin-top: 17px; color: var(--teal-dark); font-size: 14px; font-weight: 700; text-underline-offset: 4px; }
.text-link { color: var(--navy); font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(9,60,120,.3); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 35px; color: #4f687c; font-size: 14px; font-weight: 600; }
.trust-row b { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 7px; border-radius: 50%; color: white; background: var(--teal); font-size: 12px; }

.hero-art { position: relative; min-height: 500px; display: grid; place-items: center; }
.hero-photo-wrap { position: relative; width: min(540px, 100%); aspect-ratio: 4 / 5; overflow: hidden; border: 10px solid rgba(255,255,255,.78); border-radius: 48% 48% 28px 28px; box-shadow: var(--shadow); background: #dcecec; }
.hero-photo-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -90px 90px rgba(6,54,110,.12); pointer-events: none; }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.care-note { position: absolute; right: 2%; bottom: 6%; display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-radius: 16px; background: white; box-shadow: var(--shadow); color: var(--navy); font-weight: 700; }
.care-note span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--mint); color: var(--teal-dark); font-size: 22px; }
.wave { position: absolute; left: -5%; right: -5%; bottom: -44px; height: 90px; background: white; border-radius: 50% 50% 0 0 / 65% 65% 0 0; }

.credential-strip { position: relative; z-index: 2; padding: 18px 0 30px; background: white; }
.credential-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.credential-badge { display: flex; align-items: center; min-width: 0; gap: 13px; padding: 16px; border: 1px solid #cce3e4; border-radius: 18px; background: linear-gradient(145deg, #fff, #f2fafa); box-shadow: 0 10px 28px rgba(13,62,103,.06); }
.credential-badge > span { flex: 0 0 auto; display: grid; place-items: center; width: 48px; height: 48px; border: 2px solid white; border-radius: 50%; color: white; background: linear-gradient(145deg, var(--blue), var(--teal-dark)); box-shadow: 0 7px 18px rgba(9,60,120,.2); font-size: 25px; }
.credential-badge div { min-width: 0; display: grid; line-height: 1.25; }
.credential-badge strong { color: var(--navy); font-size: 13px; text-transform: uppercase; letter-spacing: .045em; }
.credential-badge small { margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.35; }

.section { padding-block: 104px; }
.section-heading { width: min(710px, 100%); margin-bottom: 48px; }
h2 { color: var(--navy); font-family: var(--serif); font-size: clamp(36px, 4.2vw, 54px); letter-spacing: -.035em; }
.section-heading > p:last-child, .about-copy > p { color: var(--muted); font-size: 18px; }
.services-section { padding-top: 78px; background: linear-gradient(180deg, #fff 0%, #fbfdfd 100%); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 224px; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 10px 32px rgba(24,74,95,.06); transition: transform .18s ease, box-shadow .18s ease; }
.service-card:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(24,74,95,.1); }
.material-symbols-rounded { font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 32; }
.service-card .icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 22px; border-radius: 14px; background: var(--mint); color: var(--teal-dark); font-size: 27px; }
.service-card h3 { color: var(--navy); font-family: var(--serif); font-size: 21px; }
.service-card p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.process-section { color: white; background: linear-gradient(135deg, #07366e, #0b5ca9 62%, #0b7e8b); }
.process-heading { width: min(760px, 100%); }
.process-heading .eyebrow { color: #9ce5e7; }
.process-heading h2 { color: white; }
.process-heading > p:last-child { color: rgba(255,255,255,.76); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-grid article { min-height: 255px; padding: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(255,255,255,.08); backdrop-filter: blur(5px); }
.process-grid article > span { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 34px; border-radius: 50%; color: var(--navy); background: #bdeff0; font-weight: 800; }
.process-grid h3 { color: white; font-family: var(--serif); font-size: 23px; }
.process-grid p { margin: 12px 0 0; color: rgba(255,255,255,.78); font-size: 15px; }

.area-section { background: linear-gradient(180deg, #f4fbfa, #fff); }
.area-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 76px; align-items: center; }
.area-map { position: relative; overflow: hidden; margin: 0; border: 1px solid #c7e0e1; border-radius: 30px; box-shadow: var(--shadow); background: white; }
.area-map::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.75); border-radius: inherit; pointer-events: none; }
.area-map img { display: block; width: 100%; height: auto; }
.area-copy > p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); font-size: 18px; }
.county-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.county-list span { padding: 9px 14px; border: 1px solid #b8dedd; border-radius: 999px; color: var(--navy); background: white; font-size: 14px; font-weight: 700; }

.about-section { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 88px; align-items: center; }
.about-card { position: relative; min-height: 590px; overflow: hidden; border-radius: 36px; background: linear-gradient(145deg, #dff6f3, #f9eee0); box-shadow: var(--shadow); }
.about-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(6,43,81,.4)); pointer-events: none; }
.about-card img { width: 100%; height: 590px; object-fit: cover; object-position: center 22%; }
blockquote { position: absolute; left: 30px; right: 30px; bottom: 28px; margin: 0; padding: 20px 24px; border-radius: 18px; background: rgba(255,255,255,.93); box-shadow: 0 14px 35px rgba(9,60,120,.12); }
blockquote { z-index: 1; }
blockquote p { margin: 0; color: var(--navy); font-family: var(--serif); font-size: 22px; font-weight: 700; }
blockquote footer { margin-top: 4px; color: var(--teal-dark); font-size: 13px; font-weight: 700; }
.about-copy > p { margin: 22px 0 0; }
.check-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; color: var(--navy); font-weight: 700; }
.check-list li::before { content: "\2713"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--teal); color: white; font-size: 12px; }

.mission-section { padding-block: 80px; }
.mission-card { text-align: center; padding: 70px 90px; border: 1px solid var(--line); border-radius: 32px; background: linear-gradient(180deg, #fff, #f4fbfa); box-shadow: 0 20px 55px rgba(13,62,103,.08); }
.mission-card p:last-child { max-width: 800px; margin: 22px auto 0; color: var(--muted); font-size: 19px; }

.faq-section { background: #f8fbfb; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 86px; align-items: start; }
.faq-grid > div:first-child > p:last-child { color: var(--muted); font-size: 18px; }
.faq-list { display: grid; gap: 14px; }
.faq-list details { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 8px 28px rgba(13,62,103,.05); }
.faq-list summary { position: relative; padding: 22px 56px 22px 24px; color: var(--navy); font-family: var(--serif); font-size: 19px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 18px; right: 22px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: var(--teal-dark); background: var(--mint); font-family: var(--sans); }
.faq-list details[open] summary::after { content: "\2212"; }
.faq-list details p { margin: 0; padding: 0 24px 22px; color: var(--muted); }
.faq-list details p a { color: var(--teal-dark); font-weight: 700; }

.emergency-notice { padding: 16px 0; color: #663b00; background: #fff4dc; border-block: 1px solid #f0d39c; text-align: center; }
.emergency-notice a { color: #8e240c; font-weight: 800; }

.contact-section { padding-top: 80px; }
.contact-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: start; padding: 62px 70px; border-radius: 32px; color: white; background: linear-gradient(135deg, #07366e, #0b5ca9 54%, #0c8b98); box-shadow: var(--shadow); }
.eyebrow.light { color: #9ce5e7; }
.contact-card h2 { color: white; }
.contact-copy > p:not(.eyebrow) { max-width: 670px; color: rgba(255,255,255,.82); }
.contact-details { display: grid; gap: 16px; margin-top: 30px; }
.contact-details a, .contact-details p { margin: 0; color: white; text-decoration: none; font-weight: 700; }
.contact-details span { display: block; margin-bottom: 2px; color: #9ce5e7; font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.inquiry-form { display: grid; gap: 16px; padding: 30px; border-radius: 24px; color: var(--ink); background: white; box-shadow: 0 18px 45px rgba(1,34,70,.23); }
.form-heading h3 { color: var(--navy); font-family: var(--serif); font-size: 26px; }
.form-heading p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.inquiry-form label { display: grid; gap: 6px; color: var(--navy); font-size: 13px; font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #bdced4; border-radius: 10px; color: var(--ink); background: white; font: inherit; font-weight: 500; }
.inquiry-form textarea { min-height: 104px; resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { outline: 3px solid rgba(23,167,180,.22); border-color: var(--teal-dark); }
.privacy-note { margin: 0; padding: 11px 13px; border-radius: 10px; color: #5b5b52 !important; background: #f7f4e9; font-size: 12px; line-height: 1.45; }
.form-status { min-height: 20px; margin: -6px 0 0; color: var(--navy) !important; font-size: 12px; text-align: center; }
.button-light { width: 100%; color: var(--navy); background: white; box-shadow: none; }
.inquiry-form .button-light { color: white; background: linear-gradient(135deg, var(--blue), var(--teal-dark)); }

.mobile-cta { display: none; }

.site-footer { margin-top: 104px; padding: 48px 0 24px; border-top: 1px solid var(--line); background: #f8fbfb; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 58px; height: 58px; object-fit: contain; }
.footer-brand div, .footer-info { display: grid; }
.footer-brand strong { color: var(--navy); }
.footer-brand span, .footer-info { color: var(--muted); font-size: 14px; }
.footer-info { text-align: right; }
.footer-info a { color: var(--teal-dark); font-weight: 700; }
.legal { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); color: #758594; font-size: 13px; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 20px; padding-top: 62px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-art { min-height: 430px; }
  .credential-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: auto; }
  .area-grid { grid-template-columns: 1fr; gap: 46px; }
  .about-grid { grid-template-columns: 1fr; gap: 54px; }
  .about-card { min-height: 450px; }
  .about-card img { height: 540px; }
  .faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .contact-card { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 72px; }
  .wordmark img { width: 48px; height: 48px; }
  .wordmark strong { font-size: 15px; }
  .wordmark small { font-size: 11px; }
  .nav-wrap > .button { display: none; }
  .hero-grid { min-height: auto; padding-block: 54px 95px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; justify-content: start; text-align: left; margin-inline: auto; width: fit-content; }
  .hero-art { min-height: 400px; }
  .hero-photo-wrap { width: min(350px, 94%); aspect-ratio: 4 / 5; border-width: 7px; }
  .care-note { right: 0; bottom: 2%; }
  .credential-strip { padding-top: 8px; }
  .credential-grid { gap: 10px; }
  .credential-badge { align-items: flex-start; gap: 9px; padding: 12px 10px; border-radius: 15px; }
  .credential-badge > span { width: 38px; height: 38px; font-size: 21px; }
  .credential-badge strong { font-size: 11px; letter-spacing: .025em; }
  .credential-badge small { font-size: 10.5px; }
  .section { padding-block: 76px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .area-map { border-radius: 22px; }
  .about-card { min-height: 480px; }
  .about-card img { height: 520px; }
  blockquote { left: 16px; right: 16px; bottom: 16px; padding: 16px 18px; }
  blockquote p { font-size: 19px; }
  .form-row { grid-template-columns: 1fr; }
  .mission-card, .contact-card { padding: 42px 24px; border-radius: 24px; }
  .inquiry-form { padding: 22px 18px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .footer-info { text-align: left; }
  body { padding-bottom: 66px; }
  .mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 62px; padding: 8px; gap: 8px; background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -8px 25px rgba(13,62,103,.12); }
  .mobile-cta a { display: grid; place-items: center; border-radius: 999px; color: var(--navy); background: var(--mint); font-size: 14px; font-weight: 800; text-decoration: none; }
  .mobile-cta a:last-child { color: white; background: linear-gradient(135deg, var(--blue), var(--teal-dark)); }
}

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