:root {
  color-scheme: light;
  --navy: #0f3f68;
  --navy-dark: #082b49;
  --blue: #36aaff;
  --blue-dark: #0877b9;
  --green: #0877b9;
  --green-dark: #065f96;
  --yellow: #36aaff;
  --red: #c62828;
  --ink: #060808;
  --muted: #627286;
  --line: #dce4eb;
  --soft: #f5f7fa;
  --mint: #eef8ff;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(4, 40, 72, 0.13);
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
mhs-site-header { display: block; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--white); }
body.menu-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Poppins", ui-sans-serif, system-ui, sans-serif; letter-spacing: 0; }
h1 { margin-bottom: 22px; font-size: clamp(2.25rem, 3.8vw, 3rem); line-height: 1.08; font-weight: 600; }
h2 { margin-bottom: 18px; font-size: clamp(1.75rem, 2.8vw, 2.25rem); line-height: 1.12; font-weight: 600; }
p { line-height: 1.65; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; background: white; color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 10px; color: var(--green-dark); font-size: .76rem; line-height: 1.2; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow.light { color: var(--yellow); }

.site-header { position: sticky; z-index: 60; top: 0; }
.utility-bar { min-height: 38px; color: #f4f7fa; background: #050505; }
.utility-inner { width: min(1280px, calc(100% - 40px)); min-height: 38px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-contact, .utility-links { display: flex; align-items: center; gap: 16px; }
.utility-contact a, .utility-contact span, .utility-links a, .utility-links span { color: inherit; display: inline-flex; align-items: center; gap: 7px; text-decoration: none; font-size: .72rem; font-weight: 600; white-space: nowrap; }
.utility-contact svg, .utility-directions svg, .utility-links svg { width: 14px; height: 14px; color: var(--yellow); }
.utility-emergency { color: #ffe5e5 !important; }
.utility-emergency svg { color: var(--red) !important; }
.utility-links a:hover { color: var(--yellow); }

.main-header { color: white; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.12); }
.header-inner { width: min(1280px, calc(100% - 40px)); min-height: 88px; margin: 0 auto; display: flex; align-items: center; gap: 28px; }
.brand { width: 262px; height: 88px; flex: 0 0 auto; display: flex; align-items: center; text-decoration: none; }
.brand img { width: 100%; height: auto; max-width: 100%; object-fit: contain; filter: brightness(0) invert(1); }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 2px; }
.desktop-nav > a, .nav-dropdown > summary { min-height: 88px; padding: 0 13px; color: #f0f5fa; display: flex; align-items: center; gap: 5px; text-decoration: none; list-style: none; font-size: .84rem; font-weight: 700; cursor: pointer; }
.nav-dropdown > summary::-webkit-details-marker { display: none; }
.nav-dropdown > summary svg { width: 14px; }
.desktop-nav > a:hover, .nav-dropdown > summary:hover, .nav-dropdown[open] > summary { color: var(--yellow); background: rgba(255,255,255,.06); }
.nav-dropdown { position: relative; }
.nav-menu { position: absolute; top: calc(100% - 5px); left: 0; min-width: 250px; padding: 10px; border-top: 3px solid var(--green); border-radius: 0 0 6px 6px; background: white; box-shadow: 0 16px 38px rgba(4,40,72,.2); display: grid; }
.login-dropdown .nav-menu { left: auto; right: 0; }
.nav-menu a { min-height: 44px; padding: 10px 12px; color: var(--ink); text-decoration: none; font-size: .82rem; font-weight: 650; }
.nav-menu a:hover { color: var(--blue); background: var(--soft); }
.services-menu { width: 510px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.services-menu a { display: flex; gap: 10px; }
.services-menu a > svg { width: 18px; flex: 0 0 auto; color: var(--green-dark); }
.services-menu span { display: grid; }
.services-menu small { margin-top: 2px; color: var(--muted); font-weight: 500; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.menu-button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: white; background: transparent; display: grid; place-items: center; cursor: pointer; }
.menu-button svg { width: 19px; }
.proposal-button { min-height: 44px; padding: 0 15px; border-radius: 4px; color: var(--navy-dark); background: var(--yellow); display: inline-flex; align-items: center; text-decoration: none; font-size: .78rem; font-weight: 800; white-space: nowrap; }
.menu-button { display: none; }

.hero { position: relative; min-height: 650px; overflow: hidden; color: white; background: url("../assets/coastal-community.webp") center / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,28,50,.94) 0%, rgba(4,40,72,.8) 58%, rgba(4,40,72,.52) 100%); }
.hero-inner { position: relative; z-index: 1; width: min(1280px, calc(100% - 48px)); min-height: 650px; margin: 0 auto; padding: 66px 0; display: flex; flex-direction: column; justify-content: center; }
.hero-copy { max-width: 1050px; }
.hero-copy h1 { margin-bottom: 20px; color: white; font-size: clamp(3.6rem, 7.2vw, 7rem); line-height: .94; letter-spacing: -.055em; }
.hero-copy .hero-intro { max-width: 940px; margin-bottom: 12px; color: white; font-size: clamp(1.03rem, 1.55vw, 1.3rem); line-height: 1.65; }
.hero-copy .hero-intro-detail { max-width: 1020px; margin-bottom: 0; color: #d9e8f4; font-size: .9rem; line-height: 1.7; }
.hero-persona { width: 100%; margin-top: 36px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.4); display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); gap: 42px; align-items: center; }
.hero-persona-heading { display: flex; align-items: flex-start; gap: 15px; }
.hero-persona-heading > svg { width: 27px; height: 27px; margin-top: 2px; color: var(--blue); flex: 0 0 auto; }
.hero-persona-heading .eyebrow { margin-bottom: 5px; }
.hero-persona-heading h2 { margin-bottom: 0; color: white; font-size: clamp(1.35rem, 2.4vw, 2.2rem); }
.hero-persona-select { min-height: 58px; padding: 4px; border: 1px solid rgba(255,255,255,.72); border-radius: 4px; background: white; display: flex; align-items: center; gap: 4px; }
.hero-persona-select:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(54,170,255,.22); }
.hero-persona-select select { width: 100%; min-width: 0; min-height: 48px; padding: 0 10px; border: 0; outline: 0; appearance: none; color: var(--navy); background: transparent; text-align: center; text-align-last: center; font-size: .9rem; font-weight: 700; cursor: pointer; }
.hero-persona-select option { text-align: center; }
.persona-open-button { min-height: 48px; padding: 0 15px; border: 0; border-left: 1px solid var(--line); border-radius: 0; color: var(--blue-dark); background: transparent; display: inline-flex; align-items: center; justify-content: center; gap: 7px; flex: 0 0 auto; font: inherit; font-size: .82rem; font-weight: 800; cursor: pointer; white-space: nowrap; }
.persona-open-button:hover { color: var(--green-dark); background: transparent; }
.persona-open-button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; }
.persona-open-button svg { width: 17px; height: 17px; }
.hero-ai { width: 100%; padding: 25px 0 0; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 42px; align-items: start; }
.hero-ai-entry { min-width: 0; }
.hero-ai-heading { min-width: 0; display: flex; align-items: flex-start; gap: 15px; }
.hero-ai-heading > svg { width: 27px; height: 27px; margin-top: 2px; color: var(--blue); flex: 0 0 auto; }
.hero-ai-heading .eyebrow { margin-bottom: 5px; }
.hero-ai-heading h2 { margin-bottom: 6px; color: white; font-size: clamp(1.25rem, 2vw, 1.8rem); }
.hero-ai-guidance { margin: 0 0 8px; color: #d9e8f4; font-size: .78rem; line-height: 1.5; }
.hero-ask-field { min-height: 58px; background: white; border-color: rgba(255,255,255,.72); }
.hero-ai .ask-status { color: #d9e8f4; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 50px; padding: 0 18px; border-radius: 4px; display: inline-flex; align-items: center; gap: 9px; text-decoration: none; font-weight: 800; font-size: .88rem; }
.button svg { width: 18px; }
.button-green { color: white; background: var(--green); }
.button-green:hover { background: var(--green-dark); }
.button-outline { border: 1px solid rgba(255,255,255,.7); color: white; background: rgba(4,40,72,.2); }
.button-outline:hover { background: rgba(255,255,255,.12); }
.button-blue { color: white; background: var(--blue); }
.button-blue:hover { background: var(--blue-dark); }
.hero-coverage { margin-top: 4px; display: flex; flex-wrap: wrap; gap: 18px; }
.hero-coverage span { padding-left: 18px; border-left: 3px solid var(--yellow); color: #ecf4fb; font-size: .76rem; font-weight: 700; }
.navigator-tools { border: 1px solid var(--line); border-radius: 6px; box-shadow: var(--shadow); display: grid; grid-template-columns: 1.45fr .85fr .8fr; }
.hero-tools { grid-column: 2; grid-row: 1 / span 2; align-self: center; overflow: visible; border: 0; grid-template-columns: 1fr; gap: 12px; color: var(--ink); background: transparent; box-shadow: none; }
.ask-tool, .route-tool { min-width: 0; padding: 22px; }
.route-tool { border-left: 1px solid var(--line); }
.member-help-intro { padding: 22px 22px 18px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, white, #f7fbfd); }
.member-help-intro .eyebrow { margin-bottom: 8px; }
.member-help-intro h2 { margin-bottom: 8px; font-size: 1.34rem; line-height: 1.16; }
.member-help-intro p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.hero-tools .ask-tool, .hero-tools .route-tool { padding: 18px 20px; border: 1px solid rgba(255,255,255,.6); border-radius: 6px; background: rgba(255,255,255,.97); box-shadow: 0 15px 34px rgba(4,40,72,.2); }
.hero-tools .route-tool { border-left: 1px solid rgba(255,255,255,.6); border-top: 1px solid rgba(255,255,255,.6); }
.hero-tools .tool-step + .tool-step { border-top: 1px solid rgba(255,255,255,.6); }
.tool-label { min-height: 46px; margin-bottom: 14px; display: flex; align-items: center; gap: 11px; }
.step-number { width: 28px; height: 28px; flex: 0 0 auto; border-radius: 50%; color: white; background: var(--navy); display: grid; place-items: center; font-family: "Poppins", sans-serif; font-size: .74rem; font-weight: 800; }
.tool-icon { width: 40px; height: 40px; flex: 0 0 auto; border-radius: 50%; color: white; background: var(--green); display: grid; place-items: center; }
.tool-icon.blue { background: var(--blue); }
.tool-icon.yellow { color: var(--navy); background: var(--yellow); }
.tool-icon.step-icon { font-family: "Poppins", sans-serif; font-size: 1rem; font-weight: 800; line-height: 1; }
.tool-icon svg { width: 19px; }
.tool-label div { display: grid; }
.tool-label small { color: var(--muted); font-size: .67rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.tool-label strong { color: var(--navy); font-family: "Poppins", sans-serif; font-size: .96rem; }
.ask-field { min-height: 52px; padding: 4px; border: 1px solid var(--line); border-radius: 5px; display: flex; align-items: center; gap: 5px; }
.ask-field:focus-within, .input-shell:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,119,185,.1); }
.ask-field input { width: 100%; min-width: 0; padding: 0 10px; border: 0; outline: 0; color: var(--ink); }
.voice-button, .ask-submit { width: 42px; height: 42px; flex: 0 0 auto; border: 0; border-radius: 50%; display: grid; place-items: center; cursor: pointer; }
.voice-button { color: var(--blue); background: #e9f4fa; }
.voice-button.listening { color: #ad3131; background: #fde9e9; animation: pulse 1.2s infinite; }
.ask-submit { color: white; background: var(--green); }
.voice-button svg, .ask-submit svg { width: 18px; }
.ask-status { margin: 8px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.35; }
.hero .ask-status { margin: 8px 0 0; color: #516779; font-size: .7rem; line-height: 1.35; }
.ask-result { margin-top: 12px; padding: 12px; border-left: 3px solid var(--green); background: var(--soft); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ask-result[hidden] { display: none; }
.ask-result div { min-width: 0; display: grid; }
.ask-result small { color: var(--green-dark); font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.ask-result strong { margin-top: 3px; color: var(--navy); }
.ask-result p { margin: 3px 0 0; color: var(--muted); font-size: .74rem; line-height: 1.35; }
.hero .ask-result p { margin: 3px 0 0; color: var(--muted); font-size: .74rem; line-height: 1.35; }
.ask-result > a { flex: 0 0 auto; min-height: 36px; padding: 0 10px; border-radius: 4px; color: white; background: var(--blue); display: inline-flex; align-items: center; gap: 5px; text-decoration: none; font-size: .73rem; font-weight: 800; }
.ask-result > a svg { width: 14px; }
.input-shell { min-height: 52px; padding: 0 12px; border: 1px solid var(--line); border-radius: 5px; display: flex; align-items: center; gap: 9px; }
.input-shell > svg { width: 18px; flex: 0 0 auto; color: var(--blue); }
.input-shell input, .input-shell select { width: 100%; min-width: 0; border: 0; outline: 0; appearance: none; color: var(--ink); background: transparent; font-size: .84rem; }
.selected-community { margin-top: 9px; padding: 9px; border-radius: 4px; color: var(--navy); background: #eef8ff; display: flex; align-items: center; gap: 9px; text-decoration: none; }
.selected-community[hidden] { display: none; }
.community-code { min-width: 46px; padding: 5px; border-radius: 3px; color: var(--green-dark); background: white; text-align: center; font-size: .68rem; font-weight: 800; }
.selected-community > span:nth-child(2) { min-width: 0; display: grid; }
.selected-community strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .76rem; }
.selected-community small { color: var(--muted); font-size: .65rem; }
.selected-community > svg { width: 15px; margin-left: auto; }

.visit-tools { border-bottom: 1px solid var(--line); background: white; }
.visit-tools-inner { width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: 54px 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.visit-tool { min-width: 0; padding: 0 48px; }
.visit-tool:first-child { padding-left: 0; border-right: 1px solid var(--line); }
.visit-tool:last-child { padding-right: 0; }
.visit-tool-heading { min-height: 104px; margin-bottom: 20px; display: flex; align-items: flex-start; gap: 14px; }
.visit-tool-heading > span { width: 42px; height: 42px; flex: 0 0 auto; border-radius: 50%; color: white; background: var(--blue-dark); display: grid; place-items: center; }
.visit-tool-heading > span svg { width: 20px; }
.visit-tool-heading .eyebrow { margin-bottom: 4px; }
.visit-tool-heading h2 { margin-bottom: 6px; color: var(--navy); font-size: clamp(1.45rem, 2.4vw, 2.1rem); }
.visit-tool-heading p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.visit-input { min-height: 58px; padding: 0 14px; border: 1px solid #c9d8e4; border-radius: 5px; background: white; display: flex; align-items: center; gap: 9px; }
.visit-input:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,119,185,.1); }
.visit-input > svg { width: 18px; flex: 0 0 auto; color: var(--blue-dark); }
.visit-input input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: .86rem; }
.visit-ask-field { min-height: 58px; }

.actions-section, .coverage-section { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }
.actions-section { padding: 74px 0 82px; border-top: 0; }
.section-heading { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 480px; margin-bottom: 4px; color: var(--muted); }
.action-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.action-card { min-height: 165px; padding: 20px; border: 1px solid var(--line); border-radius: 5px; background: white; display: flex; flex-direction: column; align-items: flex-start; text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.action-card:hover { transform: translateY(-3px); border-color: #b6cad9; box-shadow: 0 12px 28px rgba(4,40,72,.09); }
.action-card > svg { width: 24px; height: 24px; margin-bottom: 24px; color: var(--blue); }
.action-card strong { color: var(--navy); font-family: "Poppins", sans-serif; font-size: .92rem; line-height: 1.25; }
.action-card small { margin-top: 5px; color: var(--muted); font-size: .73rem; line-height: 1.4; }
.action-card .card-arrow { width: 16px; height: 16px; margin: auto 0 0 auto; color: var(--green-dark); }
.community-action-card { cursor: default; }.community-action-card:hover { transform: none; }.community-card-select { width: 100%; min-height: 38px; margin-top: auto; padding: 0 9px; border: 1px solid #afc2d0; border-radius: 5px; color: var(--navy); background: white; font-size: .7rem; font-weight: 700; }
.text-button { margin: 22px auto 0; border: 0; color: var(--blue); background: transparent; display: flex; align-items: center; gap: 7px; font-weight: 800; cursor: pointer; }
.text-button svg { width: 17px; }

.services-section { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; background: var(--soft); }
.services-image { min-height: 720px; }
.services-image img { width: 100%; height: 100%; object-fit: cover; }
.services-content { padding: 74px max(40px, calc((100vw - 1280px) / 2)) 74px 64px; align-self: center; }
.section-copy { max-width: 670px; margin-bottom: 24px; color: var(--muted); }
.service-rows { margin-bottom: 28px; border-top: 1px solid var(--line); }
.service-rows a { min-height: 82px; padding: 14px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 15px; text-decoration: none; }
.service-rows a > svg:first-child { width: 23px; color: var(--green-dark); }
.service-rows a > svg:last-child { width: 17px; margin-left: auto; color: var(--blue); }
.service-rows span { display: grid; }
.service-rows strong { color: var(--navy); font-family: "Poppins", sans-serif; font-size: .9rem; }
.service-rows small { margin-top: 3px; color: var(--muted); line-height: 1.4; }

.audience-section { padding: 82px max(24px, calc((100vw - 1280px) / 2)); color: white; background: var(--navy); }
.light-heading > p { color: #cad8e6; }
.audience-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.audience-grid > a { min-height: 270px; padding: 28px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; align-items: flex-start; text-decoration: none; }
.audience-grid > a > svg { width: 27px; color: var(--yellow); }
.audience-grid strong { margin-top: 30px; font-family: "Poppins", sans-serif; font-size: 1.04rem; }
.audience-grid span { margin-top: 10px; color: #ccd9e6; font-size: .82rem; line-height: 1.55; }
.audience-grid small { margin-top: auto; color: white; display: flex; align-items: center; gap: 7px; font-weight: 700; }
.audience-grid small svg { width: 15px; }

.board-section { width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: 84px 0; }
.board-content > p:not(.eyebrow) { max-width: 680px; color: var(--muted); }
.board-links { margin-top: 28px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.board-links a { min-height: 155px; padding: 18px; border: 1px solid var(--line); border-radius: 5px; background: var(--soft); display: flex; flex-direction: column; align-items: flex-start; gap: 10px; text-decoration: none; }
.board-links a:hover { border-color: #b6cad9; background: white; box-shadow: 0 10px 24px rgba(4,40,72,.08); }
.board-links a > svg:first-child { width: 22px; color: var(--blue); }
.board-links a > svg:last-child { width: 16px; margin: auto 0 0 auto; color: var(--green-dark); }
.board-links span { display: grid; }
.board-links strong { color: var(--navy); font-family: "Poppins", sans-serif; font-size: .88rem; }
.board-links small { margin-top: 3px; color: var(--muted); }

.member-section { overflow: hidden; color: white; background: var(--blue); }
.member-inner { width: min(1180px, calc(100% - 48px)); min-height: 500px; margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; }
.member-copy { max-width: 560px; padding: 66px 0; }
.member-copy > p:not(.eyebrow) { color: #e8f3fa; }
.store-badges { margin: 26px 0 18px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.store-badges img { width: 145px; height: 43px; object-fit: contain; }
.member-link { color: white; display: inline-flex; align-items: center; gap: 7px; font-weight: 800; }
.member-link svg { width: 16px; }
.member-phones { width: min(590px, 100%); max-height: 450px; object-fit: contain; justify-self: end; align-self: end; }
.rental-links { margin-top: 26px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.rental-links a { min-height: 46px; padding: 0 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 4px; color: white; display: inline-flex; align-items: center; justify-content: space-between; gap: 8px; text-decoration: none; font-size: .78rem; font-weight: 800; }
.rental-links a:hover { background: rgba(255,255,255,.12); }
.rental-links svg { width: 15px; flex: 0 0 auto; }

.coverage-section { padding: 78px 0; display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.coverage-section p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); }
.coverage-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.coverage-grid span { min-height: 54px; padding: 0 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--navy); background: var(--soft); display: flex; align-items: center; font-size: .82rem; font-weight: 700; }

.professional-section { width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: 78px 0; border-top: 1px solid var(--line); }
.professional-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.professional-grid a { min-height: 245px; padding: 24px; border: 1px solid var(--line); border-radius: 5px; background: white; display: flex; flex-direction: column; align-items: flex-start; text-decoration: none; }
.professional-grid a > svg { width: 26px; height: 26px; color: var(--blue-dark); }
.professional-grid strong { margin-top: 26px; color: var(--navy); font-family: "Poppins", sans-serif; font-size: 1rem; line-height: 1.25; }
.professional-grid span { margin-top: 10px; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.professional-grid small { margin-top: auto; color: var(--green-dark); display: flex; align-items: center; gap: 7px; font-weight: 800; }
.professional-grid small svg { width: 15px; }

.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.3); border-left: 1px solid rgba(255,255,255,.3); }
.contact-grid a { min-height: 92px; padding: 17px; border-right: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); display: flex; align-items: center; gap: 12px; text-decoration: none; }
.contact-grid svg { width: 21px; flex: 0 0 auto; }
.contact-grid span { min-width: 0; display: grid; }
.contact-grid small { color: #dcebd7; font-size: .66rem; font-weight: 700; text-transform: uppercase; }
.contact-grid strong { margin-top: 3px; overflow-wrap: anywhere; font-size: .82rem; }

.site-footer { color: #cbd8e5; background: var(--navy-dark); }
.content-footer-shell { color: #cbd8e5; background: var(--navy-dark); }
.footer-contact { width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: 58px 0; border-bottom: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: .7fr 1.3fr; gap: 54px; align-items: center; }
.footer-contact-copy h2 { margin-bottom: 12px; color: white; }
.footer-contact-copy > p:not(.eyebrow) { margin-bottom: 0; color: #cbd8e5; }
.footer-contact .contact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.footer-contact .contact-grid a { min-height: 82px; }
.footer-contact .contact-grid a:hover { color: white; background: rgba(255,255,255,.06); }
.footer-main { width: min(1280px, calc(100% - 48px)); margin: 0 auto; padding: 58px 0; display: grid; grid-template-columns: .7fr .9fr 1.6fr; gap: 58px; }
.footer-brand { width: 270px; max-width: 100%; padding: 0; background: transparent; display: flex; align-items: center; }
.footer-brand img { width: 100%; height: auto; object-fit: contain; }
footer img[src$="mhs-navigation-logo.png"] { width: 270px; max-width: 100%; height: auto; padding: 0; background: transparent; border-radius: 0; object-fit: contain; filter: url("/assets/mhs-logo-colors.svg#footer-blue"); }
.footer-main > p { margin-bottom: 0; font-size: .8rem; }
.footer-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.footer-columns > div { display: grid; align-content: start; gap: 9px; }
.footer-columns strong { margin-bottom: 5px; color: white; font-family: "Poppins", sans-serif; font-size: .82rem; }
.footer-columns a { color: #cbd8e5; text-decoration: none; font-size: .76rem; }
.footer-columns a:hover { color: var(--yellow); }
.footer-bottom { min-height: 54px; padding: 0 max(24px, calc((100vw - 1280px) / 2)); border-top: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; font-size: .7rem; }
.footer-bottom > :last-child { text-align: right; }
.footer-sitemap-link { color: white; font-weight: 800; text-align: center; text-decoration: none; }
.footer-sitemap-link:hover { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }

.menu-scrim { position: fixed; inset: 0; z-index: 80; background: rgba(4,40,72,.58); }
.site-menu { position: fixed; z-index: 90; inset: 0 auto 0 0; width: min(380px, calc(100vw - 36px)); padding: 20px; color: var(--ink); background: white; box-shadow: 18px 0 50px rgba(4,40,72,.22); transform: translateX(-105%); transition: transform .22s ease; }
.site-menu.open { transform: translateX(0); }
.menu-heading { padding-bottom: 18px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.menu-heading img { width: 190px; height: auto; max-height: 70px; padding: 3px 8px; background: var(--navy-dark); border-radius: 5px; object-fit: contain; }
.menu-heading button, .dialog-heading button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: white; display: grid; place-items: center; cursor: pointer; }
.menu-heading button svg, .dialog-heading button svg { width: 19px; }
.site-menu nav { display: grid; margin-top: 18px; }
.site-menu nav a { min-height: 46px; padding: 0 8px; border-bottom: 1px solid var(--line); color: var(--navy); display: flex; align-items: center; text-decoration: none; font-weight: 700; }
.site-menu nav strong { margin: 18px 0 6px; color: var(--green-dark); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.site-menu nav strong:first-child { margin-top: 0; }
.menu-callout { margin-top: 24px; padding: 16px; background: var(--soft); display: grid; gap: 4px; }
.menu-callout small { color: var(--muted); font-size: .66rem; text-transform: uppercase; }
.menu-callout a { margin-bottom: 8px; color: var(--blue); text-decoration: none; font-weight: 800; }

.all-actions-dialog { width: min(740px, calc(100% - 28px)); max-height: min(740px, calc(100vh - 28px)); padding: 0; border: 0; border-radius: 6px; box-shadow: 0 30px 80px rgba(4,40,72,.3); }
.all-actions-dialog::backdrop { background: rgba(4,40,72,.6); }
.dialog-heading { padding: 20px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.dialog-heading h2 { margin-bottom: 0; font-size: 1.55rem; }
.dialog-heading .eyebrow { margin-bottom: 4px; }
.dialog-search { margin: 18px 20px; }
.all-actions-list { padding: 0 20px 24px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.all-actions-list a { min-height: 72px; padding: 12px; border: 1px solid var(--line); border-radius: 4px; display: flex; align-items: center; gap: 11px; text-decoration: none; }
.all-actions-list a > svg { width: 19px; color: var(--blue); }
.all-actions-list span { display: grid; }
.all-actions-list strong { color: var(--navy); font-size: .82rem; }
.all-actions-list small { margin-top: 2px; color: var(--muted); font-size: .68rem; }

@keyframes pulse { 50% { transform: scale(1.08); } }

@media (max-width: 1120px) {
  .utility-emergency { display: none !important; }
  .desktop-nav { display: none; }
  .menu-button { display: grid; }
  .brand { width: 210px; height: 70px; }
  .brand img { width: 100%; height: auto; }
  .header-actions { margin-left: auto; }
  .hero { min-height: auto; }
  .hero-inner { min-height: auto; padding: 52px 0; }
  .hero-persona, .hero-ai { grid-template-columns: .9fr 1.1fr; gap: 28px; }
  .board-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-contact { grid-template-columns: 1fr; gap: 24px; }
  .services-section { grid-template-columns: .8fr 1.2fr; }
  .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 72px; }
  .utility-bar { display: block; }
  .utility-inner { width: calc(100% - 20px); justify-content: start; overflow-x: auto; }
  .utility-contact { gap: 16px; }
  .utility-links { display: none; }
  .header-inner { width: calc(100% - 24px); min-height: 70px; gap: 10px; }
  .brand { width: 178px; height: 58px; }
  .brand img { width: 100%; height: auto; }
  .proposal-button { display: none; }
  .menu-button { width: 40px; height: 40px; }
  .hero { background-position: 58% center; }
  .hero-overlay { background: rgba(4,35,63,.82); }
  .hero-inner { width: calc(100% - 32px); padding: 46px 0; }
  h1 { font-size: 2.75rem; }
  .hero-copy h1 { font-size: 3.4rem; }
  .hero-copy .hero-intro { font-size: .98rem; }
  .hero-copy .hero-intro-detail { font-size: .79rem; }
  .hero-persona { margin-top: 28px; grid-template-columns: 1fr; gap: 18px; }
  .hero-ai { grid-template-columns: 1fr; gap: 16px; }
  .hero-ai-heading { grid-row: 1; }
  .hero-ai-entry { grid-row: 2; }
  .hero-persona-heading h2 { font-size: 1.45rem; }
  .button { justify-content: center; }
  .ask-field input { font-size: .82rem; }
  .actions-section, .coverage-section, .board-section { width: calc(100% - 28px); }
  .actions-section { padding: 54px 0; }
  .section-heading { display: block; margin-bottom: 22px; }
  .section-heading > p { margin-top: 9px; font-size: .84rem; }
  .action-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .action-card { min-height: 154px; padding: 14px; }
  .action-card > svg { margin-bottom: 18px; }
  .action-card strong { font-size: .82rem; }
  .action-card small { font-size: .66rem; }
  .services-section { min-height: auto; grid-template-columns: 1fr; }
  .services-image { min-height: 310px; }
  .services-content { padding: 48px 18px 54px; }
  .service-rows small { font-size: .72rem; }
  .audience-section { padding: 54px 14px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid > a { min-height: 215px; padding: 22px; }
  .audience-grid strong { margin-top: 22px; }
  .board-section { padding: 54px 0; }
  .board-links { grid-template-columns: 1fr; }
  .board-links a { min-height: 132px; }
  .board-links small { font-size: .7rem; }
  .member-inner { width: calc(100% - 32px); min-height: auto; grid-template-columns: 1fr; }
  .member-copy { padding: 52px 0 20px; }
  .member-phones { max-height: 320px; justify-self: center; }
  .coverage-section { padding: 54px 0; grid-template-columns: 1fr; gap: 28px; }
  .coverage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .professional-section { width: calc(100% - 28px); padding: 54px 0; }
  .professional-grid { grid-template-columns: 1fr; }
  .professional-grid a { min-height: 200px; padding: 20px; }
  .rental-links { grid-template-columns: 1fr; }
  .footer-contact { width: calc(100% - 36px); padding: 44px 0; }
  .footer-contact .contact-grid { grid-template-columns: 1fr; }
  .footer-main { width: calc(100% - 36px); padding: 44px 0; grid-template-columns: 1fr; gap: 26px; }
  .footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-bottom { padding: 14px 18px; grid-template-columns: 1fr; justify-content: start; }
  .footer-bottom > :last-child, .footer-sitemap-link { text-align: left; }
  .all-actions-list { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  h1 { font-size: 2.36rem; }
  .hero-copy h1 { font-size: 2.9rem; }
  .hero-inner { padding-top: 50px; }
  .persona-open-button { padding: 0 12px; }
  .persona-open-button span { display: none; }
  .action-card { min-height: 164px; padding: 12px; }
  .footer-columns { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
