/* IRONCLAD — standalone stylesheet. Replace brand tokens here for future branding. */
:root {
  --navy: #102b49;
  --navy-deep: #0c223b;
  --blue: #1558cf;
  --blue-light: #eaf1fc;
  --orange: #fa842b;
  --orange-hover: #ff994d;
  --text: #19304b;
  --muted: #647184;
  --line: #dfe5ec;
  --surface: #f5f7fa;
  --white: #fff;
  --radius: 14px;
  --font-body: 'DM Sans', sans-serif;
  --font-heading: 'Manrope', sans-serif;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; }
body { margin: 0; color: var(--text); background: var(--white); font-family: var(--font-body); font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a, input, textarea, select, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--font-heading); }
h2 { font-size: clamp(30px, 3.2vw, 44px); font-weight: 750; letter-spacing: -1.9px; line-height: 1.23; }
h3 { letter-spacing: -.4px; }
button, a { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
[hidden] { display: none !important; }
section, article[id], details[id] { scroll-margin-top: 118px; }
.wrap { width: min(1220px, calc(100% - 112px)); margin-inline: auto; }
.section { padding: 98px 0; }
.icon { flex: 0 0 auto; display: inline-block; vertical-align: middle; }
.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; top: 8px; left: 12px; z-index: 200; background: var(--white); color: var(--navy); padding: 10px 16px; border-radius: 5px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.utility-bar { color: #e0e8f2; background: var(--navy); font-size: 11px; letter-spacing: .1px; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner>span { display: flex; align-items: center; gap: 9px; }
.utility-inner .icon { width: 13px; height: 13px; }
.utility-divider { margin: 0 4px; opacity: .45; }
.status-dot { width: 6px; height: 6px; flex: 0 0 auto; display: inline-block; border-radius: 100%; background: #71d4a5; box-shadow: 0 0 0 3px rgb(113 212 165 / 10%); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgb(255 255 255 / 97%); border-bottom: 1px solid #e8edf2; backdrop-filter: blur(16px); }
.nav-row { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: block; width: 218px; flex-shrink: 0; }
.brand img { width: 218px; height: 63px; object-fit: contain; }
.main-navigation { display: flex; align-items: center; gap: 24px; }
.main-navigation a { font-size: 12px; font-weight: 550; color: #4b5667; padding: 10px 0; position: relative; white-space: nowrap; }
.main-navigation a:hover, .main-navigation a[aria-current="location"] { color: var(--blue); }
.main-navigation a[aria-current="location"]:after { content: ''; position: absolute; bottom: 1px; left: 0; width: 16px; height: 2px; background: var(--orange); }
.header-phone { display: flex; align-items: center; gap: 10px; font-weight: 750; white-space: nowrap; font-family: var(--font-heading); font-size: 14px; }
.header-phone>.icon { width: 19px; height: 19px; color: var(--blue); }
.header-phone small { display: block; color: var(--muted); font-family: var(--font-body); font-size: 10px; font-weight: 400; }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 7px; background: var(--white); width: 44px; height: 44px; align-items: center; justify-content: center; }
.hero { background: linear-gradient(110deg, #f4f7fb 0%, #f5f7fa 55%, #edf2f8 100%); padding: 52px 0 56px; position: relative; overflow: hidden; }
.hero:before { content: ''; position: absolute; right: -190px; bottom: -490px; height: 760px; width: 760px; border: 1px solid #d6e1ee; border-radius: 50%; box-shadow: 0 0 0 70px rgb(224 233 244 / 40%), 0 0 0 140px rgb(224 233 244 / 25%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 55px; align-items: center; position: relative; }
.hero-copy { padding: 13px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 700; color: var(--blue); letter-spacing: 1.6px; line-height: 1.65; text-transform: uppercase; margin-bottom: 20px; }
.eyebrow>span:empty { height: 6px; width: 6px; background: var(--orange); }
.hero-business { display: block; color: #51627a; font-family: var(--font-body); font-size: 15px; font-weight: 500; letter-spacing: .2px; margin-bottom: 15px; }
.hero-headline { display: block; font-family: var(--font-heading); font-size: clamp(48px, 5vw, 69px); font-weight: 800; letter-spacing: -3.5px; line-height: 1.11; }
.accent-word { color: var(--blue); }
.hero-description { font-size: 16px; max-width: 450px; color: #5c6a7b; margin-top: 25px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; border-radius: 7px; min-height: 52px; padding: 13px 21px; border: 1px solid transparent; font-size: 13px; line-height: 1.5; font-weight: 700; transition: background 180ms var(--ease-out), border-color 180ms var(--ease-out), transform 160ms var(--ease-out), box-shadow 180ms var(--ease-out); text-align: center; }
.button .icon { width: 18px; height: 18px; }
.button:active { transform: scale(.97); }
.button-orange { background: var(--orange); color: var(--navy-deep); box-shadow: 0 5px 14px rgb(215 107 26 / 9%); }
.button-orange:hover { background: var(--orange-hover); box-shadow: 0 7px 20px rgb(215 107 26 / 16%); }
.button-outline { background: transparent; border-color: #bac6d4; color: var(--navy); }
.button-outline:hover { border-color: var(--blue); background: #edf3fc; }
.button-navy { background: var(--navy); color: var(--white); }
.button-navy:hover { background: #1a436e; }
.button-number { display: block; font-size: 10px; font-weight: 500; }
.hero-actions .button { min-height: 57px; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 21px; color: #52647c; font-size: 11px; }
.hero-checks>span { display: flex; align-items: center; gap: 6px; }
.hero-checks .icon { height: 15px; width: 15px; color: var(--blue); }
.hero-visual { height: 545px; position: relative; border-radius: 16px; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 57%; border-radius: 16px; }
.availability-card { position: absolute; right: -15px; top: 26px; display: flex; align-items: center; gap: 13px; border: 1px solid rgb(255 255 255 / 65%); background: rgb(255 255 255 / 96%); padding: 17px 21px; border-radius: 11px; box-shadow: 0 10px 25px rgb(12 34 59 / 13%); }
.availability-icon { width: 45px; height: 45px; border-radius: 10px; background: var(--blue-light); color: var(--blue); display: grid; place-items: center; }
.availability-label { font-size: 8px; font-weight: 700; letter-spacing: 1.1px; display: flex; align-items: center; gap: 6px; color: #53667d; }
.availability-card strong { display: block; font-size: 22px; letter-spacing: -.5px; font-family: var(--font-heading); line-height: 1.45; }
.availability-card small { display: block; color: var(--muted); font-size: 10px; }
.photo-caption { position: absolute; left: -24px; bottom: 36px; background: var(--navy); color: #becddf; border-radius: 10px; padding: 20px 70px 20px 25px; box-shadow: 0 10px 25px rgb(12 34 59 / 15%); font-size: 12px; line-height: 1.7; }
.photo-caption strong { font-family: var(--font-heading); font-size: 15px; color: var(--white); font-weight: 600; }
.photo-caption .icon { position: absolute; right: 23px; top: 28px; color: var(--orange); height: 30px; width: 30px; }
.photo-coordinate { position: absolute; bottom: 11px; right: 15px; font-size: 7px; font-weight: 500; letter-spacing: 1px; color: white; text-shadow: 0 1px 4px #000; }
.trust-strip { border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 28px 0; }
.trust-grid>div { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 0 18px; border-right: 1px solid var(--line); }
.trust-grid>div:first-child { justify-content: flex-start; padding-left: 0; }
.trust-grid>div:last-child { border-right: 0; padding-right: 0; }
.trust-grid .icon { color: var(--blue); width: 28px; height: 28px; }
.trust-grid strong { display: block; font-size: 12px; font-weight: 650; }
.trust-grid small { display: block; color: var(--muted); font-size: 10px; margin-top: 2px; }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; margin-bottom: 34px; }
.section-heading-row .eyebrow { margin-bottom: 15px; }
.muted-heading { color: #708099; }
.section-intro { color: var(--muted); max-width: 340px; font-size: 14px; padding-bottom: 5px; line-height: 1.8; }
.service-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.service-filters { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-button { border: 1px solid var(--line); border-radius: 6px; background: var(--white); padding: 8px 16px; font-size: 11px; font-weight: 550; min-height: 38px; transition: background 160ms var(--ease-out); }
.filter-button:hover { background: var(--blue-light); }
.filter-button.active { background: var(--navy); color: var(--white); border-color: var(--navy); }
.filter-button span { display: inline-flex; align-items: center; justify-content: center; background: #37506b; width: 20px; height: 19px; font-size: 9px; border-radius: 4px; margin-left: 7px; }
.service-count { color: var(--muted); font-size: 11px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { padding: 27px 27px 19px; border: 1px solid var(--line); border-radius: 11px; background: var(--white); display: flex; flex-direction: column; position: relative; transition: border-color 180ms var(--ease-out), box-shadow 180ms var(--ease-out), transform 180ms var(--ease-out); }
.service-card:hover { border-color: #a8bedb; box-shadow: 0 8px 25px rgb(16 43 73 / 5%); transform: translateY(-3px); }
.service-card:target { border-color: var(--blue); box-shadow: 0 0 0 2px var(--blue-light); }
.service-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.service-icon { display: grid; place-items: center; width: 52px; height: 52px; background: #f0f4fb; border-radius: 11px; color: var(--blue); }
.service-icon .icon { height: 31px; width: 31px; stroke-width: 1.35; }
.service-number { color: #647184; font-size: 10px; font-family: var(--font-heading); }
.service-card h3 { font-size: 18px; font-weight: 750; margin-bottom: 10px; }
.service-card h3 a:hover { color: var(--blue); }
.service-card>p { color: var(--muted); font-size: 12px; line-height: 1.85; flex: 1; }
.service-details { margin-top: 16px; font-size: 11px; }
.service-details summary { display: flex; align-items: center; justify-content: space-between; list-style: none; color: #50637d; padding-block: 5px; }
.service-details summary .icon { width: 13px; height: 13px; }
.service-details p { font-size: 11px; line-height: 1.85; color: var(--muted); margin-top: 10px; }
.service-request { display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: 600; border-top: 1px solid #e8edf3; margin-top: 17px; padding-top: 13px; color: var(--blue); }
.service-request .icon { width: 16px; height: 16px; }
.service-request:hover { color: var(--navy); }
.services-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; }
.services-bottom p { color: var(--muted); font-size: 11px; }
.services-bottom .button { font-size: 11px; min-height: 43px; padding: 10px 17px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 12px; font-weight: 650; }
.text-link .icon { width: 17px; height: 17px; transition: transform 160ms var(--ease-out); }
.text-link:hover .icon { transform: translateX(4px); }
.about-section { background: var(--surface); }
.about-grid { display: grid; grid-template-columns: 1fr 1.03fr; gap: 76px; align-items: center; }
.about-visual { position: relative; height: 455px; }
.about-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 42% center; border-radius: 12px; }
.about-image-label { position: absolute; bottom: 25px; left: -17px; display: flex; align-items: center; gap: 13px; background: white; padding: 15px 23px; font-family: var(--font-heading); font-size: 13px; font-weight: 650; line-height: 1.5; border-radius: 8px; box-shadow: 0 8px 30px rgb(16 43 73 / 10%); }
.about-image-label .icon { width: 29px; height: 29px; color: var(--blue); }
.about-copy .eyebrow { font-size: 9px; }
.about-prose { margin: 24px 0; }
.about-prose p { font-size: 13px; color: var(--muted); line-height: 1.85; margin-bottom: 13px; }
.about-copy .text-link { font-size: 11px; }
.why-section { background: var(--navy); color: var(--white); position: relative; overflow: hidden; }
.why-section:after { content: ''; position: absolute; height: 600px; width: 600px; border: 1px solid rgb(119 157 199 / 12%); border-radius: 50%; right: -320px; top: -350px; pointer-events: none; }
.why-section .eyebrow { color: #a0c3ff; }
.why-section .section-intro { color: #b3c3d7; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid #304a65; }
.benefit { padding: 30px 24px 26px 0; border-bottom: 1px solid #304a65; }
.benefit>.icon { color: #ff9b50; width: 27px; height: 27px; margin-bottom: 16px; }
.benefit h3 { font-size: 15px; margin-bottom: 9px; font-weight: 650; }
.benefit p { font-size: 12px; line-height: 1.8; color: #b5c4d7; max-width: 228px; }
.benefit-call { background: #193956; padding: 25px; margin: 20px 0; border-radius: 9px; }
.benefit-call p { color: #b5c4d7; font-size: 12px; margin-top: 8px; }
.benefit-call strong { color: white; font-size: 14px; font-family: var(--font-heading); }
.benefit-call a { display: flex; align-items: center; justify-content: space-between; color: #ffae6f; margin-top: 15px; font-size: 14px; font-weight: 700; }
.benefit-call .icon { width: 17px; height: 17px; }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.process-steps { list-style: none; padding: 0; margin: 30px 0; }
.process-steps li { display: flex; gap: 17px; position: relative; padding-bottom: 25px; }
.process-steps li:last-child { padding-bottom: 0; }
.process-steps li>span { color: var(--blue); border: 1px solid #d8e3f2; background: #f1f5fb; width: 35px; height: 35px; display: grid; place-items: center; font-size: 11px; font-weight: 700; border-radius: 50%; flex-shrink: 0; z-index: 1; }
.process-steps li:not(:last-child):after { content: ''; position: absolute; left: 17px; top: 36px; width: 1px; height: calc(100% - 36px); background: var(--line); }
.process-steps h3 { font-size: 15px; margin: 4px 0 5px; }
.process-steps p { font-size: 12px; color: var(--muted); max-width: 365px; line-height: 1.85; }
.process-visual { height: 490px; position: relative; }
.process-visual img { height: 100%; width: 100%; object-fit: cover; border-radius: 12px; object-position: 25% center; }
.routine-note { position: absolute; left: 20px; right: 20px; bottom: 20px; background: rgb(255 255 255 / 94%); border-radius: 8px; padding: 21px 24px; color: var(--muted); font-size: 12px; }
.routine-note strong { font-family: var(--font-heading); color: var(--navy); font-size: 18px; }
.faq-section { background: var(--surface); }
.faq-grid { display: grid; grid-template-columns: .85fr 1.25fr; gap: 85px; }
.faq-intro>p:not(.eyebrow) { margin-top: 22px; color: var(--muted); font-size: 13px; max-width: 285px; }
.faq-help { display: flex; gap: 15px; margin-top: 35px; padding-top: 28px; border-top: 1px solid var(--line); max-width: 310px; }
.faq-help>.icon { color: var(--blue); width: 21px; height: 21px; margin-top: 3px; }
.faq-help strong { font-size: 12px; }
.faq-help a { display: block; font-weight: 650; font-size: 16px; color: var(--blue); margin: 5px 0; }
.faq-help a .icon { margin-left: 10px; width: 16px; height: 16px; }
.faq-help small { color: var(--muted); font-size: 11px; }
.faq-item { border-bottom: 1px solid #d9e0ea; }
.faq-item:first-child { border-top: 1px solid #d9e0ea; }
.faq-item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 13px; font-weight: 600; padding: 22px 0; }
summary::-webkit-details-marker { display: none; }
.faq-item summary .icon { width: 16px; height: 16px; color: var(--blue); transition: transform 160ms var(--ease-out); }
.faq-item[open] summary .icon, .service-details[open] summary .icon { transform: rotate(45deg); }
.faq-item[open] summary { color: var(--blue); }
.faq-answer { padding: 0 30px 23px 0; }
.faq-answer p { color: var(--muted); font-size: 12px; line-height: 1.85; }
.faq-permalink { font-size: 10px; color: var(--blue); display: inline-block; margin-top: 10px; text-decoration: underline; text-underline-offset: 3px; }
.area-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: center; }
.area-copy>p:not(.eyebrow):not(.area-nearby) { font-size: 13px; color: var(--muted); margin: 23px 0; max-width: 435px; }
.area-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.area-chip { background: white; border: 1px solid var(--line); border-radius: 5px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; font-size: 10px; min-height: 36px; }
.area-chip .icon { width: 12px; height: 12px; color: var(--blue); }
.area-chip:hover, .area-chip.active { background: var(--blue-light); border-color: #a6bddf; }
.area-nearby { color: var(--muted); font-size: 11px; margin: 13px 0 22px; }
.location-card { display: flex; align-items: flex-start; gap: 13px; padding: 21px 0 0; border-top: 1px solid var(--line); }
.location-card>.icon { color: var(--blue); width: 20px; height: 20px; margin-top: 3px; }
.location-card strong { font-size: 12px; }
.location-card address { font-style: normal; font-size: 12px; color: var(--muted); margin: 5px 0; }
.location-card address span { font-size: 11px; }
.location-card a { display: inline-flex; align-items: center; gap: 5px; color: var(--blue); font-size: 11px; font-weight: 600; margin-top: 5px; }
.location-card a .icon { width: 15px; height: 15px; }
.map-panel { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #edf1eb; }
.service-map { height: 420px; width: 100%; }
.map-loading { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: #52687b; background-color: #edf1eb; background-image: linear-gradient(45deg, transparent 48%, #dbe4d9 49%, #dbe4d9 51%, transparent 52%), linear-gradient(-25deg, transparent 47%, #e2e8dd 48%, #e2e8dd 51%, transparent 52%); background-size: 130px 120px, 90px 150px; font-size: 13px; }
.map-loading>.icon { color: var(--blue); height: 35px; width: 35px; }
.map-loading a { color: var(--blue); text-decoration: underline; }
.map-legend { background: white; padding: 14px 18px; }
.map-legend>span { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; }
.map-dot { background: var(--blue); height: 7px; width: 7px; border-radius: 50%; }
.map-legend small { font-size: 9px; color: var(--muted); display: block; margin-top: 3px; }
.contact-section { background: var(--navy); color: white; background-image: radial-gradient(ellipse at -10% 90%, #1a3b60, transparent 55%); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.12fr; gap: 95px; align-items: start; }
.contact-copy { padding-top: 20px; }
.contact-copy .eyebrow { color: #a0c3ff; }
.contact-copy h2 { font-size: clamp(35px, 3.8vw, 51px); line-height: 1.2; }
.contact-copy h2 span { color: #ff9f55; }
.contact-copy>p:not(.eyebrow) { color: #b7c7da; font-size: 14px; margin: 24px 0 34px; max-width: 330px; }
.contact-phone { display: flex; align-items: center; gap: 17px; font-size: 29px; font-family: var(--font-heading); font-weight: 700; letter-spacing: -1px; }
.contact-phone>.icon { width: 30px; height: 30px; color: #ff9f55; }
.contact-phone small { display: block; color: #b7c7da; font-size: 9px; letter-spacing: 1.1px; font-family: var(--font-body); font-weight: 400; margin-bottom: 2px; }
.contact-details { display: grid; gap: 23px; margin: 35px 0; }
.contact-details>div { display: flex; gap: 16px; font-size: 12px; color: #b7c7da; }
.contact-details .icon { height: 20px; width: 20px; color: #91b7e8; margin-top: 2px; }
.contact-details strong { display: block; color: white; font-weight: 500; font-size: 13px; margin-bottom: 4px; }
.emergency-note { border-top: 1px solid #34506c; padding-top: 23px; display: flex; align-items: flex-start; gap: 12px; color: #b7c7da; font-size: 11px; max-width: 355px; }
.emergency-note>.icon { color: #ff9f55; width: 17px; height: 17px; margin-top: 2px; }
.emergency-note a { color: #ffb179; text-decoration: underline; }
.form-card { background: white; color: var(--text); padding: 33px; border-radius: 14px; box-shadow: 0 18px 40px rgb(0 0 0 / 8%); }
.form-card h3 { font-size: 24px; font-weight: 750; letter-spacing: -.8px; }
.form-intro { font-size: 12px; color: var(--muted); margin: 4px 0 17px; }
.form-availability { font-size: 10px; color: #605540; background: #fff7e8; border: 1px solid #f2e4c4; padding: 9px 12px; border-radius: 5px; line-height: 1.7; margin-bottom: 20px; }
.form-availability a { font-weight: 650; text-decoration: underline; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 11px; font-weight: 550; margin-bottom: 6px; }
.field label>span { color: var(--blue); }
input:not([type="checkbox"]), textarea, select { width: 100%; background: #fcfdfe; color: var(--text); border: 1px solid #dce3ec; border-radius: 5px; padding: 11px 12px; outline-offset: 2px; font-size: 11px; min-height: 43px; }
input::placeholder, textarea::placeholder { color: #7a8696; opacity: 1; }
textarea { resize: vertical; min-height: 100px; }
select { padding-right: 24px; }
input:focus, textarea:focus, select:focus { border-color: var(--blue); }
.consent-label { display: flex; align-items: flex-start; gap: 9px; font-size: 9px; color: #687487; line-height: 1.8; margin: 2px 0 20px; cursor: pointer; }
.consent-label input { margin: 3px 0 0; flex-shrink: 0; width: 15px; height: 15px; accent-color: var(--blue); }
.submit-button { width: 100%; justify-content: space-between; padding-inline: 20px; font-size: 12px; min-height: 48px; }
.submit-button:disabled { opacity: .6; cursor: progress; }
.form-footnote { margin-top: 12px; font-size: 9px; text-align: center; color: var(--muted); }
.form-footnote a { text-decoration: underline; text-underline-offset: 2px; }
#form-status { border: 1px solid #e7d5b2; background: #fff8eb; color: #665230; font-size: 12px; border-radius: 5px; padding: 14px; margin-top: 15px; }
#form-status.success { border-color: #b7d9cc; background: #f0faf5; color: #1e5b44; }
.honeypot { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.privacy-note { font-size: 10px; color: var(--muted); border-top: 1px solid var(--line); margin-top: 15px; padding-top: 10px; }
.privacy-note summary { color: #4e6380; }
.privacy-note p { margin-top: 8px; line-height: 1.8; }
.site-footer { background: #f7f9fc; padding: 40px 0 22px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { width: 215px; }
.footer-brand img { width: 215px; height: 62px; object-fit: contain; }
.footer-top p { color: var(--muted); font-size: 12px; }
.footer-phone { font-size: 16px; font-family: var(--font-heading); font-weight: 750; display: inline-flex; gap: 10px; align-items: center; }
.footer-phone .icon { width: 18px; height: 18px; color: var(--blue); }
.footer-middle { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding: 28px 0; margin-bottom: 23px; }
.footer-middle nav { display: flex; gap: 23px; flex-wrap: wrap; font-size: 11px; }
.footer-middle a:hover { color: var(--blue); }
.footer-middle>span { color: var(--muted); font-size: 10px; }
.footer-separator { margin: 0 10px; color: #a2afc0; }
.disclaimer { font-size: 10px; color: #5d697a; line-height: 1.9; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 9px; color: #5d697a; padding-top: 21px; }
.footer-bottom a { color: var(--navy); }
.mobile-call-bar { display: none; }
@media (min-width: 1440px) {
  .hero-headline { font-size: 72px; }
  .hero { padding: 62px 0; }
  .hero-visual { height: 570px; }
}
@media (max-width: 1199px) {
  .wrap { width: calc(100% - 72px); }
  .nav-row { gap: 18px; }
  .brand, .brand img { width: 192px; }
  .main-navigation { gap: 16px; }
  .main-navigation a { font-size: 11px; }
  .header-phone { font-size: 12px; gap: 7px; }
  .header-phone>.icon { width: 16px; height: 16px; }
  .hero-grid { gap: 36px; }
  .hero-headline { font-size: 59px; letter-spacing: -3px; }
  .hero-description { font-size: 14px; }
  .hero-visual { height: 510px; }
  .hero-actions { gap: 9px; }
  .hero-actions .button { padding: 11px 14px; font-size: 11px; gap: 8px; }
  .availability-card { right: -10px; padding: 14px 15px; }
  .trust-grid>div { padding: 0 12px; gap: 10px; }
  .trust-grid .icon { width: 24px; height: 24px; }
  .trust-grid strong { font-size: 10px; }
  .trust-grid small { font-size: 9px; }
  .section { padding: 80px 0; }
  .about-grid, .process-grid { gap: 48px; }
  .faq-grid, .area-grid { gap: 50px; }
  .contact-grid { gap: 50px; }
  .contact-phone { font-size: 25px; }
  .form-card { padding: 28px; }
  .benefit h3 { font-size: 13px; }
  .footer-middle nav { gap: 16px; }
}
@media (max-width: 1000px) {
  .main-navigation { position: absolute; top: 100%; left: 0; right: 0; background: white; border-bottom: 1px solid var(--line); padding: 18px 36px 24px; display: none; box-shadow: 0 20px 25px rgb(16 43 73 / 5%); }
  .main-navigation.is-open { display: grid; grid-template-columns: 1fr 1fr; gap: 3px 20px; }
  .main-navigation a { font-size: 14px; padding: 12px 0; }
  .menu-toggle { display: flex; }
  .header-phone { margin-left: auto; font-size: 14px; }
  .hero-headline { font-size: 52px; }
  .hero-business { font-size: 13px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: 1.1px; }
  .hero-visual { height: 485px; }
  .hero-actions .button { width: 100%; max-width: 300px; min-height: 46px; }
  .button-number { display: inline; margin-left: 5px; }
  .hero-checks { gap: 10px; font-size: 9px; }
  .photo-caption { padding: 16px 60px 16px 18px; left: -15px; }
  .photo-caption strong { font-size: 12px; }
  .photo-caption .icon { top: 23px; right: 18px; width: 26px; height: 26px; }
  .availability-card strong { font-size: 18px; }
  .availability-label { font-size: 7px; }
  .availability-icon { width: 35px; height: 35px; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 22px 0; }
  .trust-grid>div:nth-child(2) { border-right: 0; }
  .trust-grid>div:nth-child(3) { justify-content: flex-start; padding-left: 0; }
  .trust-grid>div:nth-child(even) { justify-content: flex-start; padding-left: 40px; }
  .trust-grid strong { font-size: 12px; }
  .trust-grid small { font-size: 10px; }
  .service-card { padding: 21px 20px 18px; }
  .service-card h3 { font-size: 15px; }
  .section-heading-row { gap: 35px; }
  .section-intro { max-width: 270px; font-size: 12px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit p { max-width: 300px; }
  .benefit h3 { font-size: 15px; }
  .benefit:nth-child(even) { padding-left: 20px; }
  .about-visual { height: 490px; }
  .about-copy .eyebrow { font-size: 8px; }
  .about-copy .text-link { line-height: 1.8; }
  .process-visual { height: 460px; }
  .routine-note { padding: 15px; }
  .routine-note strong { font-size: 15px; }
  .faq-grid { grid-template-columns: .8fr 1.2fr; gap: 35px; }
  .faq-item summary { font-size: 12px; }
  .area-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .area-copy h2 { font-size: 29px; }
  .service-map { height: 450px; }
  .contact-grid { gap: 35px; grid-template-columns: .8fr 1.2fr; }
  .contact-copy h2 { font-size: 36px; }
  .contact-phone { font-size: 21px; gap: 11px; }
  .contact-phone>.icon { width: 23px; height: 23px; }
  .contact-phone small { font-size: 7px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-middle { align-items: flex-start; }
  .footer-middle>span { white-space: nowrap; }
}
@media (max-width: 767px) {
  html { scroll-padding-top: 90px; }
  section, article[id], details[id] { scroll-margin-top: 90px; }
  .wrap { width: calc(100% - 40px); }
  .section { padding: 60px 0; }
  h2 { font-size: 34px; letter-spacing: -1.5px; }
  .utility-inner { justify-content: center; min-height: 30px; }
  .utility-inner>span:first-child { display: none; }
  .utility-inner>span { font-size: 10px; }
  .nav-row { min-height: 75px; gap: 12px; }
  .brand, .brand img { width: 176px; }
  .brand img { height: 51px; }
  .header-phone { font-size: 11px; }
  .header-phone small { font-size: 8px; }
  .header-phone>.icon { display: none; }
  .menu-toggle { width: 37px; height: 37px; flex-shrink: 0; }
  .menu-toggle .icon { width: 20px; height: 20px; }
  .main-navigation { padding: 15px 20px 22px; }
  .hero { padding: 30px 0 33px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { padding-top: 5px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: 1.25px; margin-bottom: 18px; }
  .hero-business { font-size: 13px; margin-bottom: 13px; }
  .hero-headline { font-size: clamp(47px, 9.2vw, 65px); letter-spacing: -2.7px; line-height: 1.1; }
  .hero-headline br:last-of-type { display: none; }
  .hero-description { font-size: 14px; margin-top: 21px; line-height: 1.8; max-width: 480px; }
  .hero-actions { flex-wrap: nowrap; margin-top: 23px; gap: 10px; }
  .hero-actions .button { width: auto; flex: 1; min-height: 52px; padding: 11px 12px; font-size: 11px; }
  .button-number { display: block; margin-left: 0; font-size: 9px; }
  .hero-checks { margin-top: 17px; gap: 18px; font-size: 10px; }
  .hero-visual { height: 385px; margin-inline: 0; }
  .hero-photo { object-position: center 53%; border-radius: 12px; }
  .availability-card { right: 12px; top: 16px; padding: 12px 14px; }
  .availability-card strong { font-size: 18px; }
  .availability-label { font-size: 7px; }
  .photo-caption { left: 12px; bottom: 30px; padding: 14px 62px 14px 17px; }
  .photo-caption strong { font-size: 13px; }
  .photo-caption .icon { top: 23px; }
  .trust-grid { padding: 23px 0; gap: 20px 0; }
  .trust-grid>div { gap: 10px; padding-inline: 10px; align-items: flex-start; }
  .trust-grid>div:nth-child(even) { padding-left: 17px; }
  .trust-grid .icon { width: 21px; height: 21px; margin-top: 2px; }
  .trust-grid strong { font-size: 10px; }
  .trust-grid small { font-size: 8px; max-width: 125px; }
  .section-heading-row { display: block; margin-bottom: 27px; }
  .section-intro { max-width: 400px; margin-top: 19px; font-size: 13px; }
  .eyebrow { font-size: 9px; margin-bottom: 16px; letter-spacing: 1.2px; }
  .service-toolbar { display: block; }
  .service-filters { gap: 6px; flex-wrap: nowrap; }
  .filter-button { padding: 8px 11px; font-size: 10px; white-space: nowrap; }
  .filter-button span { width: 17px; height: 17px; font-size: 8px; margin-left: 4px; }
  .service-count { display: block; margin-top: 12px; font-size: 10px; }
  .service-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .service-card { padding: 19px 16px 15px; }
  .service-card-top { margin-bottom: 15px; }
  .service-icon { width: 43px; height: 43px; border-radius: 8px; }
  .service-icon .icon { width: 26px; height: 26px; }
  .service-card h3 { font-size: 15px; line-height: 1.4; }
  .service-card>p { font-size: 11px; line-height: 1.75; }
  .service-details { font-size: 10px; }
  .service-details summary { gap: 4px; }
  .service-request { font-size: 10px; }
  .services-bottom { flex-wrap: wrap; justify-content: flex-start; gap: 15px 22px; margin-top: 22px; }
  .services-bottom p { width: 100%; }
  .services-bottom .button { font-size: 10px; }
  .about-grid, .process-grid, .faq-grid, .area-grid, .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .about-visual { height: 350px; order: 2; }
  .about-visual img { object-position: center 45%; }
  .about-image-label { left: 12px; bottom: 15px; font-size: 12px; padding: 13px 18px; }
  .about-copy .eyebrow { font-size: 8px; }
  .about-prose { margin-top: 20px; }
  .about-prose p { font-size: 13px; }
  .about-copy .text-link { font-size: 11px; }
  .benefit { padding: 24px 15px 24px 0; }
  .benefit:nth-child(even) { padding-left: 12px; }
  .benefit h3 { font-size: 13px; }
  .benefit p { font-size: 11px; }
  .benefit>.icon { width: 25px; height: 25px; margin-bottom: 14px; }
  .benefit-call { margin: 15px 0; padding: 19px 15px; }
  .benefit-call p { font-size: 11px; }
  .benefit-call strong { font-size: 12px; }
  .benefit-call a { font-size: 12px; gap: 3px; }
  .process-steps { margin: 26px 0; }
  .process-steps h3 { font-size: 14px; }
  .process-steps p { font-size: 12px; }
  .process-visual { height: 310px; }
  .process-visual img { object-position: center 57%; }
  .routine-note { padding: 13px 18px; left: 15px; right: 15px; bottom: 15px; }
  .routine-note strong { font-size: 15px; }
  .faq-intro h2 br { display: none; }
  .faq-intro>p:not(.eyebrow) { max-width: 400px; margin-top: 16px; }
  .faq-help { max-width: 100%; margin-top: 22px; padding-top: 20px; }
  .faq-item summary { font-size: 12px; padding: 20px 0; }
  .faq-answer p { font-size: 12px; }
  .area-copy h2 { font-size: 33px; }
  .area-copy>p:not(.eyebrow):not(.area-nearby) { margin: 20px 0; }
  .area-chip { font-size: 11px; }
  .service-map { height: 350px; }
  .map-legend { padding: 13px 15px; }
  .contact-copy { padding-top: 0; }
  .contact-copy h2 { font-size: 40px; }
  .contact-copy>p:not(.eyebrow) { max-width: 390px; margin-bottom: 27px; }
  .contact-phone { font-size: 30px; gap: 16px; }
  .contact-phone small { font-size: 9px; }
  .contact-details { margin: 27px 0; gap: 21px; }
  .emergency-note { max-width: 100%; }
  .form-card { padding: 25px 21px; }
  .form-row { grid-template-columns: 1fr 1fr; gap: 12px; }
  .form-card h3 { font-size: 23px; }
  input:not([type="checkbox"]), textarea, select { font-size: 16px; padding: 10px; min-height: 46px; }
  input::placeholder, textarea::placeholder { font-size: 12px; }
  .field label { font-size: 11px; }
  .consent-label { font-size: 10px; }
  .consent-label input { width: 18px; height: 18px; }
  .form-footnote { font-size: 10px; }
  .site-footer { padding: 32px 0 90px; }
  .footer-top { flex-wrap: wrap; gap: 17px; }
  .footer-brand { width: 190px; }
  .footer-brand img { width: 190px; height: 55px; }
  .footer-top p { font-size: 10px; order: 3; width: 100%; }
  .footer-phone { font-size: 12px; gap: 5px; }
  .footer-phone .icon { width: 14px; height: 14px; }
  .footer-middle { display: block; padding: 24px 0; }
  .footer-middle nav { gap: 12px 20px; }
  .footer-middle>span { display: block; margin-top: 20px; }
  .disclaimer { font-size: 9px; }
  .footer-bottom { align-items: flex-start; font-size: 8px; }
  .footer-bottom>a { white-space: nowrap; }
  .mobile-call-bar { position: fixed; z-index: 45; bottom: 0; left: 0; width: 100%; background: white; box-shadow: 0 -3px 18px rgb(16 43 73 / 10%); display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 20px calc(10px + env(safe-area-inset-bottom)); }
  .mobile-call-bar>span { font-size: 10px; display: inline-flex; align-items: center; gap: 8px; }
  .mobile-call-bar a { background: var(--orange); color: var(--navy); border-radius: 5px; padding: 10px 24px; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12px; font-weight: 700; min-height: 42px; }
  .mobile-call-bar .icon { height: 15px; width: 15px; }
}
@media (max-width: 390px) {
  .wrap { width: calc(100% - 32px); }
  .brand, .brand img { width: 158px; }
  .header-phone { font-size: 10px; }
  .nav-row { gap: 9px; }
  .hero-headline { font-size: 46px; }
  .hero-headline br:last-of-type { display: block; }
  .hero-actions .button { font-size: 10px; padding-inline: 9px; }
  .hero-actions .icon { width: 15px; height: 15px; }
  .filter-button { padding-inline: 8px; font-size: 9px; }
  .service-card { padding: 17px 13px 14px; }
  .service-card h3 { font-size: 14px; }
  .service-details summary { font-size: 9px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-brand, .footer-brand img { width: 160px; }
  .mobile-call-bar { padding-inline: 16px; }
  .mobile-call-bar>span { font-size: 9px; }
  .mobile-call-bar a { padding-inline: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation: none !important; transition: none !important; }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: reveal 500ms var(--ease-out) both; }
  .hero-visual { animation: reveal 600ms var(--ease-out) 90ms both; }
  @keyframes reveal { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
}
@media print {
  .site-header { position: static; }
  .utility-bar, .menu-toggle, .mobile-call-bar, .service-filters, .hero-actions, .service-request, .form-card, .map-panel, .services-bottom { display: none !important; }
  .section { padding: 30px 0; }
  .wrap { width: 95%; }
  .why-section, .contact-section { background: white; color: #102b49; }
  .why-section p, .contact-section p { color: #334155 !important; }
  .contact-grid { display: block; }
  .service-card { break-inside: avoid; }
}

/* Uploaded-photo refresh: one placement per image, no repeated backgrounds or carousel clones. */
.hero-visual { height: auto; aspect-ratio: 1600 / 1067; align-self: center; margin-block: 28px; }
.hero-photo { object-fit: contain; background: #eaf0f6; }
.hero-visual .availability-card { top: -29px; }
.hero-visual .photo-caption { bottom: -28px; }
.hero-visual .photo-coordinate { bottom: 9px; right: 12px; background: rgb(16 43 73 / 80%); padding: 3px 7px; border-radius: 3px; }
.about-visual { height: auto; aspect-ratio: 1200 / 650; }
.about-visual img { object-fit: contain; }
.about-image-label { bottom: -28px; }
.process-visual { height: auto; aspect-ratio: 764 / 401; margin-bottom: 40px; }
.process-visual img { object-fit: contain; }
.routine-note { position: relative; margin: -20px 20px 0; left: auto; right: auto; bottom: auto; box-shadow: 0 8px 22px rgb(16 43 73 / 8%); }
.service-photo { height: 190px; margin: -27px -27px 23px; overflow: hidden; border-radius: 10px 10px 0 0; background: #eef2f7; }
.service-photo img { width: 100%; height: 100%; object-fit: contain; }
.repair-photo-gallery { margin-top: 70px; padding-top: 36px; border-top: 1px solid var(--line); }
.repair-photo-gallery .eyebrow { margin-bottom: 19px; }
.repair-photo-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 17px; }
.repair-photo-strip figure { margin: 0; min-width: 0; }
.repair-photo-strip img { width: 100%; aspect-ratio: 3 / 2; object-fit: contain; background: #eef2f7; border-radius: 8px; }
.repair-photo-strip figcaption { color: #53657d; font-size: 11px; font-weight: 500; line-height: 1.6; margin-top: 11px; }
.footer-brand { display: inline-flex; flex-direction: column; justify-content: center; }
.footer-brand strong { color: var(--blue); font-family: var(--font-heading); font-size: 29px; font-weight: 800; letter-spacing: 1.2px; line-height: 1.15; }
.footer-brand>span { color: #ad4908; font-size: 10px; font-weight: 750; letter-spacing: 2.7px; margin-top: 4px; }
@media (max-width: 1199px) {
 .service-photo { height: 170px; }
 .repair-photo-strip { gap: 12px; }
 .repair-photo-strip figcaption { font-size: 10px; }
}
@media (max-width: 1000px) {
 .service-photo { margin: -21px -20px 20px; height: 145px; }
 .repair-photo-strip { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 23px 15px; }
 .repair-photo-strip figcaption { font-size: 11px; }
 .hero-visual .photo-caption { left: -12px; padding-right: 53px; }
 .hero-visual .photo-caption strong { font-size: 11px; }
}
@media (max-width: 767px) {
 .hero-visual { margin-block: 27px 24px; aspect-ratio: 1600 / 1067; }
 .hero-visual .availability-card { top: -22px; right: 10px; }
 .hero-visual .photo-caption { bottom: -24px; left: 10px; }
 .hero-visual .photo-caption strong { font-size: 12px; }
 .about-visual { margin-bottom: 24px; }
 .about-image-label { bottom: -24px; }
 .process-visual { margin-bottom: 26px; }
 .routine-note { margin: -13px 12px 0; padding: 12px 16px; }
 .routine-note strong { font-size: 14px; }
 .service-photo { margin: -19px -16px 17px; height: 120px; }
 .repair-photo-gallery { margin-top: 30px; padding-top: 27px; }
 .repair-photo-strip { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px 12px; }
 .repair-photo-strip figcaption { margin-top: 8px; font-size: 10px; }
 .footer-brand strong { font-size: 25px; }
 .footer-brand>span { font-size: 8px; letter-spacing: 2.8px; }
}
@media (max-width: 390px) {
 .service-photo { margin: -17px -13px 15px; height: 110px; }
 .footer-brand strong { font-size: 23px; }
 .footer-brand>span { font-size: 8px; letter-spacing: 2.1px; }
}

/* Keep the hero photo’s face and active repair area unobstructed. */
.hero-visual .availability-card { left: 12px; right: auto; top: -42px; }
@media (max-width: 767px) {
 .hero-visual { margin-top: 46px; }
 .hero-visual .availability-card { left: 10px; right: auto; top: -51px; gap: 9px; padding: 11px 13px; }
 .hero-visual .availability-card strong { font-size: 16px; }
 .hero-visual .availability-label { font-size: 6px; letter-spacing: .8px; }
 .hero-visual .availability-card small { font-size: 9px; }
 .hero-visual .availability-icon { width: 31px; height: 31px; }
}
