:root {
  --ink: #10151c;
  --navy: #152131;
  --blue: #0963df;
  --electric: #5faaff;
  --paper: #f2f5f8;
  --muted: #546170;
  --line: #d9e0e7;
  --max: 1320px;
  color: var(--ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
p, h1, h2, h3, h4, figure { margin: 0; }
p { line-height: 1.7; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid #ffb548; outline-offset: 5px; }
[hidden] { display: none !important; }
.wrap { width: min(var(--max), calc(100% - 96px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 15px 22px; z-index: 100; color: var(--ink); background: #fff; transform: translateY(-170%); }
.skip-link:focus { transform: translateY(0); }
.icon { width: 22px; height: 22px; flex-shrink: 0; }
.utility { background: #080d13; color: #b8c3d0; }
.utility-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: .8125rem; }
.utility-inner > span:first-child { letter-spacing: .06em; font-size: .75rem; }
.utility-separator { color: #52647a; margin-inline: 12px; }
.utility a { color: #9ccbff; }
.utility a:hover { text-decoration: underline; text-underline-offset: 4px; }
.header { background: #10151cf5; color: #fff; position: sticky; top: 0; z-index: 30; border-bottom: 1px solid #ffffff1a; backdrop-filter: blur(15px); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: block; flex-shrink: 0; }
.brand-image { display: block; position: relative; width: 216px; height: 82px; overflow: hidden; background: #202b31; }
.brand-image img { position: absolute; width: 265px; max-width: none; height: auto; left: -24px; top: -80px; }
nav { display: flex; align-items: center; gap: 30px; color: #c5cfdb; font-size: .9375rem; font-weight: 600; }
nav a { padding-block: 24px; position: relative; }
nav a:hover, nav a[aria-current] { color: #fff; }
nav a[aria-current]::after { content: ''; position: absolute; bottom: 11px; height: 2px; left: 0; right: 0; background: var(--electric); }
.header-phone { display: flex; align-items: center; gap: 13px; padding-left: 28px; border-left: 1px solid #ffffff26; }
.header-phone > svg { color: var(--electric); }
.header-phone small, .header-phone strong { display: block; }
.header-phone small { font-size: .6875rem; letter-spacing: .1em; color: #a8b6c6; margin-bottom: 5px; }
.header-phone strong { font-size: 1.125rem; }
.header-phone:hover strong { color: #9ccbff; }
.menu-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 56px; padding: 17px 24px; border: 1px solid transparent; font-weight: 700; font-size: 1rem; line-height: 1.35; border-radius: 3px; transition: background .2s, transform .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-blue { color: #fff; background: var(--blue); }
.button-blue:hover { background: #0755bf; }
.button-outline { color: #fff; border-color: #ffffff5c; background: #10151c50; }
.button-outline:hover { border-color: #fff; background: #ffffff0d; }
.button-white { color: var(--ink); background: #fff; }
.button-white:hover { background: #dfecff; }
.text-link { display: inline-flex; align-items: center; gap: 22px; font-size: 1rem; font-weight: 700; line-height: 1.5; padding-block: 9px; border-bottom: 1px solid currentColor; color: var(--blue); }
.text-link:hover { color: #043e91; }
.light-link { color: #e9f2ff; }
.light-link:hover { color: var(--electric); }
.hero { color: #fff; background: var(--ink); min-height: 710px; position: relative; isolation: isolate; overflow: hidden; }
.hero-photo { position: absolute; inset: 0 0 0 43%; z-index: -1; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 51% center; }
.hero-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #10151c 0%, #10151c75 17%, #10151c00 47%), linear-gradient(0deg, #10151cbf, transparent 40%); }
.hero-content { padding-top: 57px; padding-bottom: 68px; }
.hero-copy { width: 49%; max-width: 630px; }
.eyebrow { color: #075bc7; font-size: .8125rem; font-weight: 700; letter-spacing: .13em; line-height: 1.5; margin-bottom: 24px; }
.eyebrow.light { color: #9bcbff; }
h1 { font-size: clamp(3.75rem, 5.9vw, 5.5rem); font-weight: 800; line-height: .99; letter-spacing: -.058em; }
h1 span { color: var(--electric); }
.hero-description { color: #c2cbd7; font-size: 1.0625rem; max-width: 440px; margin-top: 27px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.photo-caption { position: absolute; bottom: 16px; right: 20px; font-size: .75rem; color: #fff; background: #10151cbf; padding: 6px 9px; z-index: 2; border-radius: 2px; }
.hero-photo .photo-caption { top: 18px; bottom: auto; }
.hero-location { display: flex; align-items: center; gap: 17px; position: absolute; right: max(48px, calc((100vw - var(--max)) / 2)); bottom: 48px; background: #10151ce8; border-left: 3px solid var(--electric); padding: 20px 24px; font-size: .875rem; color: #b9c6d7; backdrop-filter: blur(12px); }
.hero-location > svg { color: var(--electric); }
.hero-location strong { display: block; color: #fff; font-size: 1rem; margin-top: 6px; }
.hero-location:hover { background: #172433; }
.quick-strip { color: #fff; background: #182433; border-top: 1px solid #ffffff19; }
.quick-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.quick-grid > * { padding: 29px 0; display: flex; flex-direction: column; justify-content: center; }
.quick-grid > * + * { border-left: 1px solid #ffffff1f; padding-left: 38px; margin-left: 20px; }
.strip-label { color: #91a6bc; font-size: .75rem; letter-spacing: .12em; margin-bottom: 10px; }
.quick-grid strong { font-size: 1rem; line-height: 1.5; }
.quick-grid strong span { font-weight: 400; color: #c5d1df; }
.quick-grid > a:hover strong { color: #85bfff; }
.section { padding-block: 106px; }
h2 { font-size: clamp(2.5rem, 3.9vw, 3.75rem); line-height: 1.09; letter-spacing: -.052em; font-weight: 750; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 46px; }
.section-heading > p { max-width: 390px; color: var(--muted); font-size: 1.0625rem; }
.services { background: #f8fafc; }
.service-browser { display: grid; grid-template-columns: .86fr 1.6fr; gap: 46px; align-items: start; }
.service-navigation { min-width: 0; position: sticky; top: 125px; }
.service-choices { border-top: 1px solid var(--line); }
.service-choice { display: flex; align-items: center; gap: 16px; padding: 23px 15px 23px 0; border-bottom: 1px solid var(--line); font-size: 1rem; font-weight: 650; transition: color .2s, background .2s; }
.choice-number { font-size: .75rem; color: #77889a; min-width: 22px; font-weight: 400; }
.choice-arrow { margin-left: auto; color: #63768a; }
.service-choice:hover { color: var(--blue); }
.service-choice[aria-selected='true'] { color: var(--blue); box-shadow: inset 3px 0 var(--blue); padding-left: 18px; background: #e9f1fc; }
.service-choice[aria-selected='true'] .choice-number, .service-choice[aria-selected='true'] .choice-arrow { color: var(--blue); }
.service-help { margin-top: 30px; color: var(--muted); font-size: .9375rem; }
.service-help > a { display: flex; align-items: center; gap: 16px; margin-top: 9px; color: var(--ink); font-weight: 700; }
.service-help .icon { width: 18px; height: 18px; color: var(--blue); }
.service-help a:hover { color: var(--blue); }
.service-panels { min-width: 0; }
.service-panel { position: relative; background: #fff; border: 1px solid #dce4ed; box-shadow: 0 12px 32px #20385108; border-top: 4px solid var(--blue); border-radius: 3px; overflow: hidden; }
.panel-body { padding: 30px 38px 36px; }
.service-photo { position: relative; background: #c4d1dc; }
.service-photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: center 55%; }
.service-photo figcaption, .mobile-photo figcaption { position: absolute; top: 12px; right: 12px; padding: 5px 8px; color: #fff; background: #10151ccc; border-radius: 2px; font-size: .75rem; z-index: 2; }
.service-panel + .service-panel { margin-top: 25px; }
.services-enhanced .service-panel { margin-top: 0; }
.panel-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.panel-category { color: #5d7085; letter-spacing: .09em; font-size: .75rem; font-weight: 700; }
.service-icon { width: 40px; height: 40px; color: var(--blue); flex-shrink: 0; }
.service-panel h3 { font-size: clamp(1.875rem, 2.7vw, 2.5rem); line-height: 1.12; letter-spacing: -.042em; }
.panel-intro { font-size: 1rem; color: var(--muted); margin-top: 20px; }
.panel-details { margin-top: 25px; }
.panel-details h4 { font-size: .875rem; line-height: 1.5; font-weight: 700; }
.panel-details ul { list-style: none; margin: 14px 0 0; padding: 0; }
.panel-details li { position: relative; padding: 0 0 0 23px; line-height: 1.65; color: #3d4e60; font-size: 1rem; }
.panel-details li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); font-size: .9375rem; }
.panel-details li + li { margin-top: 9px; }
.service-note { margin-top: 24px; border-top: 1px solid var(--line); padding-top: 19px; color: var(--muted); font-size: .9375rem; }
.service-note strong { color: var(--ink); }
.panel-body > .button { margin-top: 27px; }
.mobile-section { background: #075cd0; color: #fff; padding-block: 85px; position: relative; overflow: hidden; }
.mobile-layout { display: grid; grid-template-columns: 1fr 1.12fr; gap: 75px; align-items: center; }
.mobile-photo { position: relative; min-height: 590px; height: 100%; background: #143557; }
.mobile-photo > img { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; object-position: 48% center; }
.mobile-number { position: absolute; bottom: 0; left: 0; display: flex; align-items: center; gap: 24px; padding: 28px; background: var(--ink); color: #fff; }
.mobile-number > span { font-size: 6.5rem; font-weight: 800; line-height: .9; letter-spacing: -.08em; }
.mobile-number > strong { font-size: .8125rem; letter-spacing: .13em; line-height: 1.8; }
.mobile-copy .eyebrow { color: #cee6ff; }
.mobile-copy > p:not(.eyebrow) { color: #e4efff; font-size: 1rem; margin-top: 24px; }
.mobile-copy h2 { font-size: clamp(2.5rem, 3.3vw, 3.3rem); }
.mobile-checklist { margin-top: 27px; }
.mobile-checklist h3 { font-size: .9375rem; }
.mobile-checklist ul { margin: 15px 0 0; padding: 0; list-style: none; }
.mobile-checklist li { display: flex; align-items: start; gap: 15px; font-size: 1rem; line-height: 1.7; padding-block: 9px; border-bottom: 1px solid #ffffff26; }
.mobile-checklist li span { color: #c0dfff; font-size: .8125rem; padding-top: 3px; }
.mobile-copy > .button { margin-top: 29px; }
.mobile-copy > p.mobile-note { font-size: .875rem; color: #d5e8ff; margin-top: 20px; }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-visual { position: relative; min-height: 620px; height: 100%; max-height: 760px; }
.about-visual > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 23% center; }
.about-visual > .photo-caption { top: 14px; bottom: auto; right: 14px; }
.location-stamp { position: absolute; left: -1px; bottom: -1px; background: var(--ink); color: #fff; padding: 30px 34px; min-width: 70%; }
.location-stamp > span { display: block; font-size: .75rem; letter-spacing: .15em; color: #a2b7cd; line-height: 1.5; }
.location-stamp strong { display: block; font-size: 3.3rem; letter-spacing: -.06em; margin-block: 10px; }
.about-copy .lead { color: #2d4055; font-size: 1.125rem; margin-top: 26px; }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); font-size: 1rem; margin-top: 18px; }
.about-points { margin-top: 27px; }
.about-points > div { border-top: 1px solid var(--line); padding: 18px 0; }
.about-points h3 { font-size: 1rem; font-weight: 700; line-height: 1.5; }
.about-points p { font-size: .9375rem; color: var(--muted); margin-top: 5px; }
.about-copy > .text-link { margin-top: 11px; }
.mission-values { display: grid; grid-template-columns: .9fr 1.3fr; gap: 56px; margin-top: 72px; padding-top: 72px; border-top: 1px solid var(--line); align-items: start; }
.mission-statement { padding: 34px; color: #fff; background: var(--navy); border-top: 4px solid var(--blue); border-radius: 3px; }
.mission-statement h3, .core-values > h3 { font-size: 2rem; line-height: 1.15; letter-spacing: -.035em; }
.mission-statement > p:last-child { margin-top: 23px; color: #d0dcea; font-size: 1.0625rem; }
.mission-statement .eyebrow, .core-values > .eyebrow { margin-bottom: 16px; }
.values-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 30px; padding: 0; margin: 25px 0 0; list-style: none; }
.values-grid > li { border-top: 1px solid var(--line); padding-block: 20px; }
.values-grid h4 { color: var(--ink); font-size: 1rem; line-height: 1.5; }
.values-grid p { margin-top: 8px; color: var(--muted); font-size: 1rem; }
.contact-section { padding-block: 100px; background: var(--ink); color: #fff; }
.contact-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 46px; }
.contact-heading h2 { font-size: clamp(3rem, 4.5vw, 4.5rem); }
.contact-heading h2 span { color: var(--electric); }
.contact-heading > p { color: #acbacb; font-size: 1.0625rem; max-width: 370px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; }
.contact-call { padding: 43px; background: #0a62dc; display: flex; flex-direction: column; }
.contact-label { display: block; font-size: .75rem; font-weight: 700; letter-spacing: .12em; line-height: 1.6; }
.contact-call .contact-label { color: #d5e7ff; }
.big-phone { font-size: clamp(3rem, 5.5vw, 5rem); font-weight: 700; line-height: 1.1; letter-spacing: -.06em; margin-top: 34px; margin-bottom: 29px; display: block; }
.big-phone > span { font-weight: 400; font-size: .7em; margin-left: 9px; }
.big-phone:hover { color: #d6e8ff; }
.contact-call p { color: #e1edff; font-size: .9375rem; }
.email-link { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #ffffff4d; padding-top: 25px; margin-top: auto; font-size: 1rem; overflow-wrap: anywhere; }
.email-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.contact-social { margin-top: 28px; }
.contact-social .social-links { margin-top: 12px; }
.social-links { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.social-links a { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 10px 14px; color: #fff; border: 1px solid #ffffff73; border-radius: 3px; font-size: 1rem; font-weight: 700; line-height: 1.3; transition: background .2s, border-color .2s; }
.social-links a:hover { background: #ffffff1f; border-color: #fff; }
.social-links .icon { width: 20px; height: 20px; }
.social-links a[href*="instagram.com"] .icon { color: #fff; padding: 2px; border-radius: 6px; background: linear-gradient(135deg, #feda75 0%, #fa7e1e 25%, #d62976 55%, #962fbf 78%, #4f5bd5 100%); }
.social-links a[href*="tiktok.com"] .icon { color: #25f4ee; filter: drop-shadow(2px 2px 0 #fe2c55); }
.contact-info { color: var(--ink); background: #f1f5f9; padding: 10px 42px; }
.contact-row { padding-block: 25px; }
.contact-row + .contact-row { border-top: 1px solid #cdd7e2; }
.contact-info .contact-label { color: #52677e; margin-bottom: 13px; }
address { font-size: 1.5rem; line-height: 1.45; font-style: normal; font-weight: 600; letter-spacing: -.025em; }
.address-link:hover { color: var(--blue); text-decoration: underline; text-underline-offset: 5px; }
.contact-map-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 0 26px; }
.footer-address:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.contact-row .text-link { margin-top: 11px; font-size: .9375rem; }
.contact-row .icon { height: 18px; width: 18px; }
.hours-row { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 1rem; line-height: 1.6; }
.hours-row > span { color: #3b4e63; }
.contact-note { color: #53667b; font-size: .8125rem; margin-top: 8px; }
.contact-mobile p { font-size: 1.125rem; font-weight: 700; }
.contact-mobile > a { display: block; color: var(--blue); font-size: .9375rem; line-height: 1.6; margin-top: 7px; }
.contact-mobile > a:hover { text-decoration: underline; text-underline-offset: 4px; }
footer { background: #080d13; color: #fff; }
.footer-main { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 30px; padding-block: 34px; }
.footer-main p { color: #a0afc2; font-size: 1rem; }
.footer-bottom { border-top: 1px solid #ffffff22; display: flex; justify-content: space-between; gap: 30px; padding-block: 25px; color: #a0afc2; font-size: .8125rem; line-height: 1.6; }
.mobile-dock { display: none; }
@media(min-width:1650px) {
  .hero { min-height: 775px; }
  .hero-content { padding-block: 70px; }
  .hero-photo { left: 45%; }
}
@media(max-width:1150px) {
  .wrap { width: calc(100% - 64px); }
  .header-inner { gap: 20px; }
  nav { gap: 23px; }
  .brand-image { width: 190px; height: 74px; }
  .brand-image img { width: 235px; top: -71px; left: -23px; }
  .header-phone { padding-left: 21px; gap: 10px; }
  .header-phone strong { font-size: 1rem; }
  .header-phone small { font-size: .6875rem; }
  .header-phone > svg { display: none; }
  .hero-copy { width: 52%; }
  .hero { min-height: 685px; }
  .hero-photo { left: 42%; }
  .hero-location { right: 32px; padding: 18px; font-size: .8125rem; }
  .hero-location strong { font-size: .9375rem; }
  .hero-actions { gap: 12px; }
  .hero-actions .button { padding: 16px 19px; gap: 16px; }
  .quick-grid > * + * { padding-left: 23px; margin-left: 15px; }
  .quick-grid strong { font-size: .9375rem; }
  .section { padding-block: 85px; }
  .service-browser { gap: 30px; grid-template-columns: .9fr 1.4fr; }
  .panel-body { padding: 27px; }
  .service-choice { gap: 12px; }
  .mobile-layout { gap: 65px; }
  .about-layout { gap: 48px; }
  .about-visual { min-height: 640px; }
  .contact-call { padding: 35px; }
  .contact-info { padding-inline: 32px; }
}
@media(max-width:900px) {
  html { scroll-padding-top: 98px; }
  .utility-inner { font-size: .75rem; }
  .utility-inner > span:first-child { display: none; }
  .header-inner { min-height: 82px; }
  .header-phone { margin-left: auto; }
  .menu-toggle { display: flex; align-items: center; gap: 8px; justify-content: center; min-height: 44px; padding: 10px 12px; color: #fff; border: 1px solid #667487; border-radius: 3px; background: transparent; font-size: .875rem; order: 3; }
  .menu-toggle > svg { width: 20px; height: 20px; }
  nav { position: absolute; top: 100%; left: 0; right: 0; display: flex; padding: 12px 32px 22px; flex-direction: column; align-items: stretch; gap: 0; background: var(--ink); border-top: 1px solid #ffffff26; box-shadow: 0 15px 24px #0003; }
  .js-ready nav:not(.is-open) { display: none; }
  nav a { padding: 17px 0; border-bottom: 1px solid #ffffff26; }
  nav a[aria-current]::after { display: none; }
  .hero { min-height: 650px; }
  .hero-copy { width: 62%; }
  h1 { font-size: clamp(3.6rem, 7.5vw, 4.6rem); }
  .hero-photo { left: 36%; }
  .hero-photo::after { background: linear-gradient(90deg, #10151c, #10151c77 30%, #10151c33), linear-gradient(0deg, #10151c99, transparent); }
  .hero-location { display: none; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .quick-grid > :last-child { display: none; }
  .quick-grid > * + * { margin-left: 0; padding-left: 30px; }
  .quick-grid strong { font-size: 1rem; }
  .section-heading { gap: 32px; }
  .section-heading > p { max-width: 300px; font-size: 1rem; }
  .service-browser { gap: 23px; grid-template-columns: 1fr 1.45fr; }
  .service-choice { font-size: .9375rem; padding-block: 22px; gap: 9px; }
  .service-choice .choice-arrow { display: none; }
  .panel-body { padding: 25px; }
  .panel-category { font-size: .6875rem; }
  .panel-top { gap: 10px; }
  .service-icon { width: 30px; height: 30px; }
  .mobile-layout { gap: 32px; grid-template-columns: .9fr 1.2fr; }
  .mobile-number { padding: 19px; gap: 14px; }
  .mobile-number > span { font-size: 4.5rem; }
  .mobile-number > strong { font-size: .6875rem; letter-spacing: .08em; }
  .about-layout { grid-template-columns: 1fr; gap: 40px; }
  .mission-values { grid-template-columns: 1fr; gap: 35px; margin-top: 52px; padding-top: 52px; }
  .about-visual { min-height: 440px; }
  .about-visual > img { object-position: center 50%; }
  .location-stamp { min-width: 0; padding: 25px 35px; }
  .about-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
  .contact-heading { flex-direction: column; align-items: start; gap: 25px; }
  .contact-heading > p { max-width: 520px; }
  .contact-call, .contact-info { padding-inline: 28px; }
  .big-phone { font-size: 3.75rem; }
}
@media(max-width:650px) {
  .wrap { width: calc(100% - 40px); }
  .utility-inner { flex-wrap: wrap; justify-content: center; gap: 5px; padding-block: 10px; }
  .utility-inner > * { text-align: center; }
  .utility-inner > span { width: 100%; }
  .header-phone { display: none; }
  .header-inner { min-height: 80px; }
  .brand-image { width: 185px; height: 72px; }
  .brand-image img { width: 230px; left: -23px; top: -70px; }
  .menu-toggle { margin-left: auto; }
  nav { padding-inline: 20px; }
  .hero { padding-bottom: 290px; min-height: 0; }
  .hero-content { padding-block: 38px 37px; }
  .hero-copy { width: 100%; max-width: none; }
  .hero-copy .eyebrow { font-size: .75rem; margin-bottom: 23px; }
  h1 { font-size: clamp(3.6rem, 12vw, 4.8rem); line-height: 1.01; }
  .hero-description { margin-top: 24px; max-width: 470px; }
  .hero-actions { margin-top: 25px; gap: 12px; }
  .hero-actions .button { flex: 1; font-size: .9375rem; padding-inline: 15px; gap: 11px; }
  .hero-photo { inset: auto 0 0; height: 290px; z-index: -1; }
  .hero-photo img { object-position: center 42%; }
  .hero-photo::after { background: linear-gradient(180deg, #10151c66, transparent 30%); }
  .hero-photo .photo-caption { top: auto; bottom: 12px; right: 12px; }
  .quick-grid { width: 100%; }
  .quick-grid > * { padding: 24px 20px; }
  .quick-grid > * + * { padding-left: 20px; }
  .quick-grid strong { font-size: .9375rem; }
  .quick-grid strong span { display: block; margin-top: 3px; }
  .quick-grid a strong span { display: none; }
  .strip-label { font-size: .6875rem; }
  .section { padding-block: 64px; }
  h2 { font-size: 2.65rem; }
  .section-heading { align-items: start; flex-direction: column; gap: 23px; margin-bottom: 33px; }
  .section-heading > p { max-width: 500px; }
  .eyebrow { font-size: .75rem; margin-bottom: 20px; }
  .service-browser { grid-template-columns: 1fr; gap: 22px; }
  .service-navigation { position: static; }
  .service-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-left: 1px solid var(--line); }
  .service-choice { font-size: .875rem; padding: 15px 12px; min-height: 79px; border-right: 1px solid var(--line); gap: 9px; line-height: 1.45; align-items: center; }
  .choice-number { min-width: 14px; font-size: .6875rem; }
  .service-choice[aria-selected='true'] { padding-left: 12px; box-shadow: inset 0 -3px var(--blue); }
  .service-help { display: none; }
  .panel-body { padding: 26px 22px; }
  .panel-category { font-size: .6875rem; }
  .service-panel h3 { font-size: 2rem; }
  .panel-intro { margin-top: 17px; }
  .panel-body > .button { width: 100%; }
  .mobile-section { padding-block: 55px 60px; }
  .mobile-layout { grid-template-columns: 1fr; gap: 35px; }
  .mobile-photo { min-height: 330px; }
  .mobile-number { padding: 20px 24px; gap: 19px; }
  .mobile-number > span { font-size: 4.75rem; }
  .mobile-number > strong { font-size: .75rem; line-height: 1.7; }
  .mobile-copy h2 { font-size: 2.5rem; }
  .mobile-copy .button { width: 100%; gap: 13px; padding-inline: 17px; }
  .about-visual { min-height: 350px; }
  .location-stamp { padding: 19px 25px; }
  .location-stamp strong { font-size: 2.65rem; margin-block: 6px; }
  .location-stamp > span { font-size: .6875rem; }
  .about-points { grid-template-columns: 1fr; gap: 0; }
  .about-copy .lead { margin-top: 23px; }
  .mission-statement { padding: 28px 24px; }
  .values-grid { grid-template-columns: 1fr; }
  .contact-section { padding-block: 65px; }
  .contact-heading { gap: 22px; margin-bottom: 33px; }
  .contact-heading h2 { font-size: 3rem; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-call { padding: 31px 26px; }
  .big-phone { font-size: clamp(3.4rem, 12vw, 4.5rem); margin-top: 25px; margin-bottom: 25px; }
  .email-link { margin-top: 30px; }
  .contact-info { padding: 6px 26px; }
  address { font-size: 1.375rem; }
  .hours-row { gap: 6px; }
  .footer-main { flex-wrap: wrap; gap: 22px; padding-block: 27px; }
  .footer-main > p { display: none; }
  .footer-main .text-link { font-size: .875rem; }
  .footer-bottom { flex-direction: column; gap: 8px; padding-block: 24px; }
  footer { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
  .mobile-dock { position: fixed; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: 1.25fr 1fr; padding-bottom: env(safe-area-inset-bottom); background: #10151c; color: #fff; z-index: 25; box-shadow: 0 -5px 20px #0002; }
  .mobile-dock > a { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 12px; font-size: 1rem; font-weight: 700; }
  .mobile-dock > a:first-child { background: var(--blue); }
  .mobile-dock small { display: block; font-size: .75rem; font-weight: 400; margin-top: 4px; }
  .mobile-dock > a:hover { background: #174c8e; }
}
@media(max-width:360px) {
  .wrap { width: calc(100% - 32px); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .service-choice { padding-inline: 9px; gap: 7px; }
  .service-choice[aria-selected='true'] { padding-left: 9px; }
  .service-choice .choice-number { display: none; }
  .big-phone { font-size: 3.25rem; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
