:root {
  --blue: #0a88b8;
  --blue-dark: #075a7b;
  --blue-light: #95d8e9;
  --ice: #e9f6fe;
  --ink: #15313d;
  --muted: #55707a;
  --line: #d8e6eb;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-logo { display: block; width: min(360px, 34vw); height: auto; max-height: 58px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { text-decoration: none; font-size: .92rem; font-weight: 650; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { min-height: 44px; padding: 0 15px; display: flex; align-items: center; gap: 8px; border: 2px solid var(--blue); border-radius: 6px; color: var(--blue-dark); font-weight: 750; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu-panel { position: absolute; top: calc(100% + 10px); right: 0; width: min(290px, calc(100vw - 28px)); padding: 10px; display: grid; gap: 4px; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 16px 40px rgba(10,41,53,.2); }
.mobile-menu-panel > a { min-height: 46px; padding: 8px 12px; display: flex; align-items: center; color: var(--ink); text-decoration: none; font-weight: 700; border-radius: 5px; }
.mobile-menu-panel > a:hover { background: var(--ice); }
.mobile-menu-panel .button { margin-top: 5px; color: white; }
.facebook-link { display: inline-flex; align-items: center; gap: .7rem; }
.facebook-icon { display: inline-grid; width: 1.65rem; height: 1.65rem; place-items: center; flex: 0 0 1.65rem; border: 2px solid rgba(255,255,255,.65); border-radius: 50%; background: #1877f2; color: white; font: 800 1rem/1 Arial, sans-serif; box-shadow: 0 2px 7px rgba(7,58,83,.16); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border-radius: 6px; background: var(--blue); color: white; text-decoration: none; font-weight: 750; border: 2px solid var(--blue); }
.button:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.button.secondary { background: transparent; color: var(--blue-dark); border-color: var(--blue); }
.button.secondary:hover, .prose .button { color: var(--white); }
.hero { padding: 78px 0 64px; background: linear-gradient(110deg, var(--ice), white 65%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 64px; align-items: center; }
.eyebrow { color: var(--blue-dark); font-weight: 800; letter-spacing: .13em; text-transform: uppercase; font-size: .78rem; }
h1, h2, h3 { line-height: 1.12; margin: 0; color: #123746; }
h1 { margin-top: 14px; font-size: clamp(2.6rem, 6vw, 5.2rem); letter-spacing: -.045em; max-width: 820px; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.035em; }
h3 { font-size: 1.25rem; }
.lede { margin: 25px 0 0; max-width: 680px; color: var(--muted); font-size: 1.18rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.photo-placeholder { min-height: 510px; border-radius: 28px 8px 28px 8px; background: linear-gradient(145deg, #d7edf5, #8dcddd); display: grid; place-items: center; color: var(--blue-dark); border: 1px solid #7fc3d8; position: relative; overflow: hidden; }
.photo-placeholder::before { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; background: rgba(255,255,255,.22); right: -90px; top: -65px; }
.photo-placeholder span { position: relative; max-width: 250px; padding: 20px; text-align: center; font-weight: 750; }
.photo-real { display: block; width: 100%; min-height: 400px; height: 100%; max-height: 590px; object-fit: cover; border-radius: 28px 8px 28px 8px; }
.portrait-photo { aspect-ratio: 4 / 5; object-position: center top; }
.social-callout { padding: 48px 0; background: var(--blue); color: white; }
.social-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.social-title { display: flex; align-items: center; gap: 18px; }
.facebook-icon-large { width: 2.75rem; height: 2.75rem; flex-basis: 2.75rem; background: white; color: #1877f2; font-size: 1.35rem; box-shadow: 0 5px 18px rgba(7,58,83,.2); }
.social-row h2 { color: white; font-size: clamp(1.55rem, 3vw, 2.35rem); }
.social-row p { margin: 8px 0 0; color: #d9f2fa; }
.social-row .button { background: white; border-color: white; color: var(--blue-dark); white-space: nowrap; }
.trust-strip { background: var(--blue-dark); color: white; }
.trust-grid { min-height: 96px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 24px; }
.trust-item { border-left: 1px solid rgba(255,255,255,.28); padding-left: 22px; }
.trust-item strong { display: block; font-size: 1.05rem; }
.trust-item span { color: #cdeaf4; font-size: .9rem; }
section { padding: 90px 0; }
.section-head { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; margin-bottom: 42px; align-items: end; }
.section-head p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.services { background: #f8fbfc; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 30px; background: white; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 10px 34px rgba(22,71,89,.05); }
.card-num { color: var(--blue); font-weight: 850; font-size: .78rem; letter-spacing: .13em; }
.card h3 { margin-top: 20px; }
.card p { color: var(--muted); margin: 12px 0 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.copy p { color: var(--muted); }
.copy ul { padding-left: 20px; }
.copy li { margin: 8px 0; }
.small-placeholder { min-height: 400px; }
.quote { background: var(--ice); }
blockquote { margin: 0 auto; max-width: 920px; color: #123746; font-size: clamp(1.35rem, 3vw, 2.05rem); line-height: 1.45; text-align: center; }
blockquote footer { margin-top: 22px; color: var(--blue-dark); font-size: .95rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact { background: #123746; color: white; }
.contact h2 { color: white; }
.contact p { color: #cfe2e9; }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; }
.contact-list { display: grid; gap: 18px; }
.contact-list a, .contact-list div { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); text-decoration: none; }
.contact-list span { display: block; color: #90cadc; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-list strong { display: block; margin-top: 4px; font-size: 1.22rem; }
.contact-list strong.facebook-link { display: flex; align-items: center; gap: .75rem; }
.contact-list .facebook-icon { display: inline-grid; width: 1.85rem; height: 1.85rem; flex: 0 0 1.85rem; place-items: center; margin: 0; border: 2px solid rgba(255,255,255,.72); border-radius: 50%; background: #1877f2; color: white; font: 800 1rem/1 Arial,sans-serif; letter-spacing: 0; text-transform: none; }
.emergency-note { margin-top: 25px; padding: 18px; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; }
.site-footer { padding: 28px 0; background: #0a2935; color: #b9d2db; font-size: .86rem; }
.footer-row { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.review-flag { display: inline-block; margin-top: 16px; padding: 5px 9px; background: #fff3c4; color: #665000; border-radius: 4px; font-size: .76rem; font-weight: 800; }
.breadcrumb-bar { background: #f8fbfc; border-bottom: 1px solid var(--line); }
.breadcrumb { min-height: 46px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .86rem; font-weight: 700; }
.breadcrumb a { color: var(--blue-dark); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span[aria-hidden="true"] { color: #8aa1aa; }
.breadcrumb [aria-current="page"] { font-weight: 600; }
.page-hero { padding: 70px 0 58px; background: var(--ice); }
.page-hero h1 { max-width: 900px; font-size: clamp(2.45rem, 5vw, 4.5rem); }
.page-hero .lede { max-width: 780px; }
.prose { max-width: 790px; }
.prose h2 { margin-top: 54px; font-size: clamp(1.7rem, 3vw, 2.45rem); }
.prose h3 { margin-top: 36px; }
.prose p, .prose li { color: var(--muted); }
.prose a { color: var(--blue-dark); font-weight: 750; }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 36px; }
.service-list article { padding: 26px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.service-list article p { margin-bottom: 0; }
.card-link { display: inline-block; margin-top: 18px; color: var(--blue-dark); font-weight: 800; text-decoration: none; }
.info-panel { margin-top: 34px; padding: 28px; background: var(--ice); border-left: 5px solid var(--blue); }
.info-panel h3 { margin-top: 0; }
.hours-table { width: min(100%, 430px); margin: 22px 0 34px; border-collapse: collapse; }
.hours-table th, .hours-table td { padding: 10px 14px; border-bottom: 1px solid var(--line); text-align: left; }
.hours-table th { width: 52%; color: var(--ink); }
.hours-table td { color: var(--muted); }
.page-actions { margin-top: 52px; padding-top: 34px; border-top: 1px solid var(--line); }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .mobile-menu { display: block; margin-left: auto; }
  .hero-grid, .split, .contact-grid, .section-head { grid-template-columns: 1fr; gap: 34px; }
  .social-row { align-items: flex-start; flex-direction: column; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .photo-placeholder { min-height: 360px; }
}
@media (max-width: 620px) {
  .page-hero + section .split > .photo-real { order: -1; }
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .brand-logo { width: min(210px, 48vw); max-height: 44px; }
  .nav .button { min-height: 42px; padding-inline: 14px; font-size: .84rem; }
  .hero { padding-top: 54px; }
  section { padding: 64px 0; }
  .cards, .trust-grid { grid-template-columns: 1fr; }
  .service-list { grid-template-columns: 1fr; }
  .trust-grid { padding: 22px 0; }
  .trust-item { padding: 7px 0 7px 18px; }
}
