@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --navy-950: #071126;
  --navy-900: #0b1730;
  --navy-800: #122449;
  --navy-700: #1b376a;
  --ink: #142033;
  --slate: #5b6677;
  --line: #dfe5ed;
  --soft: #f3f6fa;
  --white: #ffffff;
  --amber: #ffb703;
  --amber-dark: #e8a300;
  --green: #20a66a;
  --shadow: 0 26px 70px rgba(9, 24, 51, 0.15);
  --radius: 18px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: 'Manrope', system-ui, sans-serif;
  letter-spacing: -0.035em;
  line-height: 1.1;
}
h1 { font-size: clamp(2.75rem, 5vw, 5.3rem); }
h2 { font-size: clamp(2.15rem, 3.7vw, 3.65rem); }
h3 { font-size: 1.25rem; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 104px 0; }
.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: 8px;
  z-index: 999;
  padding: 10px 16px;
  color: var(--navy-950);
  background: var(--amber);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.urgent-bar { color: #eef5ff; background: var(--navy-950); font-size: .875rem; }
.urgent-bar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.urgent-bar p { margin: 0; display: flex; align-items: center; gap: 9px; }
.urgent-bar a { color: var(--amber); font-weight: 700; }
.urgent-bar a:hover { color: #ffd66b; }
.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffba08;
  box-shadow: 0 0 0 0 rgba(255, 186, 8, .55);
  animation: pulse 2s infinite;
}
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(255, 186, 8, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 186, 8, 0); } }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(221, 227, 235, .9);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 84px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--navy-950);
  background: var(--amber);
  border-radius: 12px 12px 4px 12px;
  font: 800 .92rem/1 'Manrope', sans-serif;
  letter-spacing: -.04em;
  box-shadow: 0 7px 18px rgba(255, 183, 3, .22);
}
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong { color: var(--navy-950); font: 800 .89rem/1.2 'Manrope', sans-serif; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: #6b7483; font-size: .62rem; font-weight: 700; letter-spacing: .12em; }
.main-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.main-nav a { color: #364154; font-size: .925rem; font-weight: 600; transition: color .2s ease; }
.main-nav a:hover { color: var(--navy-700); }
.header-call {
  display: flex;
  flex-direction: column;
  padding: 10px 16px;
  color: white;
  background: var(--navy-900);
  border-radius: 11px;
  line-height: 1.15;
  transition: background .2s ease, transform .2s ease;
}
.header-call:hover { background: var(--navy-700); transform: translateY(-1px); }
.header-call span { color: #aebbd0; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.header-call strong { margin-top: 4px; font-size: .92rem; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle > span:not(.sr-only) { height: 2px; width: 24px; margin: 5px auto; background: var(--navy-900); transition: .2s ease; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 90px;
  background:
    radial-gradient(circle at 4% 15%, rgba(255, 183, 3, .13), transparent 27%),
    linear-gradient(135deg, #f8fafc 0%, #fff 55%, #eff4fa 100%);
}
.hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -120px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(18, 36, 73, .08);
  border-radius: 50%;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.01fr .99fr; gap: 58px; align-items: center; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  color: var(--navy-700);
  font: 800 .76rem/1 'Manrope', sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow span { width: 26px; height: 3px; background: var(--amber); border-radius: 10px; }
.hero h1 { max-width: 720px; margin-bottom: 24px; color: var(--navy-950); }
.hero h1 em { color: var(--navy-700); font-style: normal; }
.hero-lead { max-width: 650px; margin-bottom: 32px; color: var(--slate); font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 21px;
  border: 0;
  border-radius: 11px;
  font-weight: 800;
  line-height: 1.1;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button svg, .contact-icon svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--navy-950); background: var(--amber); box-shadow: 0 13px 30px rgba(232, 163, 0, .25); }
.button--primary:hover { background: #ffc326; box-shadow: 0 16px 34px rgba(232, 163, 0, .32); }
.button--ghost { color: var(--navy-900); background: var(--white); border: 1px solid #d7dee8; box-shadow: 0 8px 24px rgba(14, 33, 65, .06); }
.button--ghost:hover { border-color: #adb9ca; }
.trust-row { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 33px; }
.trust-row > div { display: flex; align-items: center; gap: 8px; color: #5f6a79; font-size: .83rem; }
.trust-row strong { color: var(--ink); }
.check { width: 20px; height: 20px; display: grid; place-items: center; color: var(--green); background: #e7f8f0; border-radius: 50%; font-size: .72rem; font-weight: 800; }

.hero-visual { position: relative; min-width: 0; }
.hero-photo {
  min-height: 585px;
  background-image: linear-gradient(180deg, transparent 65%, rgba(6, 17, 37, .18)), url('assets/technician-hero.webp');
  background-position: 64% center;
  background-size: cover;
  border-radius: 34px 34px 8px 34px;
  box-shadow: var(--shadow);
}
.hero-visual::before {
  content: '';
  position: absolute;
  top: -13px;
  right: -13px;
  width: 130px;
  height: 130px;
  z-index: -1;
  background-image: radial-gradient(rgba(11, 23, 48, .24) 1.5px, transparent 1.5px);
  background-size: 11px 11px;
}
.availability-card {
  position: absolute;
  left: -34px;
  bottom: 28px;
  max-width: 340px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  color: white;
  background: rgba(8, 20, 43, .95);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 16px;
  box-shadow: 0 24px 45px rgba(4, 16, 35, .26);
  backdrop-filter: blur(12px);
}
.availability-card__icon { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; color: var(--navy-950); background: var(--amber); border-radius: 11px; }
.availability-card__icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.availability-card div { display: flex; flex-direction: column; }
.availability-card small { color: #aab9cf; font-size: .76rem; }
.availability-card strong { font: 700 .95rem/1.4 'Manrope', sans-serif; }
.availability-card a { margin-top: 4px; color: var(--amber); font-size: .78rem; font-weight: 700; }

.services { background: var(--white); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 46px; }
.section-heading > div { max-width: 680px; }
.section-heading h2 { margin-bottom: 0; color: var(--navy-950); }
.section-heading > p { max-width: 405px; margin-bottom: 5px; color: var(--slate); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-6px); border-color: #b8c4d3; box-shadow: 0 18px 42px rgba(10, 29, 57, .09); }
.service-photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #dfe5ed; }
.service-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:first-child .service-photo img { object-position: 66% center; }
.service-card:hover .service-photo img { transform: scale(1.035); }
.service-number {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  display: grid;
  place-items: center;
  min-width: 38px;
  height: 28px;
  padding: 0 9px;
  color: var(--navy-950);
  background: var(--amber);
  border-radius: 7px;
  box-shadow: 0 8px 22px rgba(7, 17, 38, .2);
  font: 800 .7rem/1 'Manrope', sans-serif;
  letter-spacing: .1em;
}
.service-card__body { padding: 22px 22px 24px; }
.service-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 18px; color: var(--navy-700); background: #edf2f8; border-radius: 12px; }
.service-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 12px; color: var(--navy-950); }
.service-card p { margin-bottom: 0; color: var(--slate); font-size: .94rem; }
.service-note { display: flex; align-items: center; gap: 17px; margin-top: 18px; padding: 18px 22px; background: var(--soft); border-radius: 13px; }
.service-note__mark { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; color: white; background: var(--navy-700); border-radius: 50%; font-weight: 800; }
.service-note p { margin: 0; flex: 1; color: var(--slate); }
.service-note p strong { color: var(--ink); }
.service-note a { color: var(--navy-700); font-weight: 800; white-space: nowrap; }

.emergency { position: relative; overflow: hidden; padding: 88px 0; color: white; background: var(--navy-900); }
.emergency::before { content: ''; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(115deg, transparent 40%, rgba(255, 183, 3, .18)), radial-gradient(circle at 85% 20%, rgba(255, 183, 3, .25), transparent 28%); }
.emergency-grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; }
.eyebrow--light { color: #d7e2f1; }
.emergency h2 { max-width: 760px; margin-bottom: 23px; }
.emergency-copy > p { max-width: 720px; color: #c0cada; font-size: 1.05rem; }
.emergency-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; flex-wrap: wrap; }
.button--light { color: var(--navy-950); background: white; }
.button--light:hover { background: var(--amber); }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--navy-700); font-weight: 800; border-bottom: 1px solid currentColor; }
.text-link--light { color: var(--amber); }
.safety-card { display: flex; gap: 16px; padding: 25px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 17px; background: rgba(255, 255, 255, .07); backdrop-filter: blur(10px); }
.safety-card__icon { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; color: var(--navy-950); background: var(--amber); border-radius: 50%; font: 800 1.1rem/1 'Manrope', sans-serif; }
.safety-card strong { display: block; margin-bottom: 4px; font-family: 'Manrope', sans-serif; }
.safety-card p { margin: 0; color: #c4cede; font-size: .88rem; }

.process { background: #f6f8fb; }
.section-heading--center { display: block; max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center > p { max-width: 620px; margin: 20px auto 0; }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin: 0; padding: 0; list-style: none; }
.steps::before { content: ''; position: absolute; top: 29px; left: 15%; right: 15%; height: 1px; background: #cdd6e2; }
.step { position: relative; text-align: center; }
.step-number { position: relative; z-index: 1; width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 25px; color: var(--navy-950); background: var(--amber); border: 8px solid #f6f8fb; border-radius: 50%; font: 800 1rem/1 'Manrope', sans-serif; box-sizing: content-box; }
.step h3 { margin-bottom: 12px; color: var(--navy-950); }
.step p { max-width: 310px; margin: 0 auto; color: var(--slate); }

.estimate { color: white; background: linear-gradient(120deg, var(--navy-950), #112a52); }
.estimate-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 82px; align-items: center; }
.estimate-copy h2 { margin-bottom: 22px; }
.estimate-copy > p { color: #bac6d8; font-size: 1.04rem; }
.estimate-points { margin-top: 40px; display: grid; gap: 22px; }
.estimate-points > div { display: flex; align-items: flex-start; gap: 15px; }
.estimate-points > div > span { width: 37px; height: 37px; flex: 0 0 37px; display: grid; place-items: center; color: var(--amber); border: 1px solid rgba(255, 183, 3, .4); border-radius: 9px; font: 800 .72rem/1 'Manrope', sans-serif; }
.estimate-points p { margin: 0; color: #aebbd0; font-size: .91rem; }
.estimate-points strong { color: white; }
.estimate-points a { color: var(--amber); font-weight: 700; }
.form-card { color: var(--ink); background: white; border-radius: 22px; box-shadow: 0 28px 70px rgba(0, 0, 0, .24); }
#estimate-form { display: grid; gap: 19px; padding: 34px; }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--navy-950); font: 800 1.25rem/1 'Manrope', sans-serif; letter-spacing: -.03em; }
.form-heading small { color: #778191; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
#estimate-form label > span, #estimate-form legend { display: block; margin-bottom: 7px; color: #344055; font-weight: 700; font-size: .84rem; }
#estimate-form input, #estimate-form select, #estimate-form textarea {
  width: 100%;
  color: var(--ink);
  background: #f8fafc;
  border: 1px solid #d8e0e9;
  border-radius: 9px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
#estimate-form input, #estimate-form select { height: 50px; padding: 0 14px; }
#estimate-form textarea { padding: 13px 14px; resize: vertical; }
#estimate-form input:focus, #estimate-form select:focus, #estimate-form textarea:focus { background: white; border-color: var(--navy-700); box-shadow: 0 0 0 3px rgba(27, 55, 106, .1); }
#estimate-form input:user-invalid, #estimate-form select:user-invalid, #estimate-form textarea:user-invalid { border-color: #c83e4d; }
#estimate-form fieldset { margin: 0; padding: 0; border: 0; }
.choice-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice { min-height: 62px; display: flex !important; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid #d8e0e9; border-radius: 9px; cursor: pointer; }
.choice:has(input:checked) { border-color: var(--navy-700); background: #f0f5fb; }
.choice--urgent:has(input:checked) { border-color: #d18d00; background: #fff8e5; }
.choice input { width: 17px !important; height: 17px !important; padding: 0 !important; accent-color: var(--navy-700); }
.choice > span { margin: 0 !important; display: flex !important; flex-direction: column; }
.choice strong { color: var(--ink); font-size: .87rem; }
.choice small { color: var(--slate); font-weight: 400; }
.form-submit { width: 100%; }
.form-disclaimer { margin: -6px 0 0; color: #707b8a; font-size: .76rem; line-height: 1.5; }
.form-status { display: none; padding: 11px 13px; color: #0e613e; background: #e9f8f1; border-radius: 8px; font-size: .84rem; }
.form-status.is-visible { display: block; }

.faq { background: white; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.faq-heading h2 { margin-bottom: 20px; color: var(--navy-950); }
.faq-heading > p { color: var(--slate); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 23px 48px 23px 0; color: var(--navy-950); font: 700 1.04rem/1.4 'Manrope', sans-serif; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span, .accordion summary span::after { position: absolute; width: 15px; height: 2px; background: var(--navy-700); }
.accordion summary span { top: 33px; right: 8px; }
.accordion summary span::after { content: ''; transform: rotate(90deg); transition: transform .2s ease; }
.accordion details[open] summary span::after { transform: rotate(0deg); }
.accordion details p { max-width: 690px; margin: -4px 48px 23px 0; color: var(--slate); }

.contact-band { padding: 72px 0; background: var(--amber); }
.contact-band__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 50px; align-items: center; }
.contact-kicker { display: block; margin-bottom: 8px; color: rgba(7, 17, 38, .66); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; }
.contact-band h2 { margin: 0; color: var(--navy-950); font-size: clamp(2rem, 3vw, 3rem); }
.contact-options { display: grid; gap: 9px; }
.contact-options > a { min-width: 0; display: flex; align-items: center; gap: 14px; padding: 13px 16px; background: rgba(255, 255, 255, .52); border: 1px solid rgba(7, 17, 38, .1); border-radius: 12px; transition: background .2s ease, transform .2s ease; }
.contact-options > a:hover { background: rgba(255, 255, 255, .82); transform: translateX(3px); }
.contact-icon { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; color: white; background: var(--navy-900); border-radius: 10px; }
.contact-options a > span:last-child { min-width: 0; display: flex; flex-direction: column; }
.contact-options small { color: #5e5024; font-size: .72rem; font-weight: 700; }
.contact-options strong { overflow: hidden; color: var(--navy-950); font: 800 .98rem/1.4 'Manrope', sans-serif; text-overflow: ellipsis; }

.site-footer { padding: 70px 0 24px; color: #aeb9ca; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr .7fr; gap: 50px; padding-bottom: 48px; }
.brand--footer .brand-copy strong { color: white; }
.brand--footer .brand-copy small { color: #8f9bb0; }
.footer-brand p { max-width: 310px; margin: 22px 0 0; }
.site-footer h3 { margin-bottom: 17px; color: white; font-size: .9rem; letter-spacing: 0; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 8px 0; }
.site-footer a:hover { color: var(--amber); }
.site-footer address { font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .78rem; }
.footer-bottom p { margin: 0; }
.mobile-call-bar { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 3px solid #ffca39; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .main-nav { gap: 16px; }
  .main-nav a { font-size: .84rem; }
  .brand-copy small { display: none; }
  .hero-grid { gap: 38px; }
  .hero-photo { min-height: 540px; }
  .trust-row { gap: 11px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 0; }
  .estimate-grid { gap: 45px; }
  .faq-grid { gap: 45px; }
}

@media (max-width: 840px) {
  :root { --shell: min(100% - 32px, 680px); }
  .section { padding: 80px 0; }
  .urgent-bar__inner { justify-content: center; }
  .urgent-bar p { display: none; }
  .nav-wrap { min-height: 74px; }
  .menu-toggle { display: block; margin-left: auto; }
  .header-call { display: none; }
  .main-nav {
    position: fixed;
    top: 112px;
    left: 16px;
    right: 16px;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 12px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    background: white;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(8, 24, 50, .18);
    transition: .2s ease;
  }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav a { padding: 13px; font-size: 1rem; border-bottom: 1px solid #eef1f5; }
  .main-nav a:last-child { border-bottom: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding: 60px 0 80px; }
  .hero-grid, .emergency-grid, .estimate-grid, .faq-grid, .contact-band__grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 48px; }
  .hero-copy { text-align: center; }
  .hero .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-photo { min-height: 500px; }
  .availability-card { left: 20px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .emergency-grid { gap: 36px; }
  .steps { grid-template-columns: 1fr; gap: 26px; }
  .steps::before { top: 35px; bottom: 35px; left: 28px; right: auto; width: 1px; height: auto; }
  .step { display: grid; grid-template-columns: 58px 1fr; gap: 22px; align-items: start; text-align: left; }
  .step-number { margin: 0; border-width: 7px; }
  .step p { max-width: none; margin: 0; }
  .estimate-grid, .faq-grid { gap: 55px; }
  .faq-heading { text-align: center; }
  .faq-heading .eyebrow { justify-content: center; }
  .contact-band__grid { gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 580px) {
  :root { --shell: calc(100% - 28px); }
  body { padding-bottom: 64px; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.35rem); }
  h2 { font-size: clamp(1.95rem, 9vw, 2.75rem); }
  .section { padding: 68px 0; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: .77rem; }
  .hero { padding-top: 48px; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .trust-row { display: grid; justify-content: start; width: max-content; margin-inline: auto; text-align: left; }
  .hero-photo { min-height: 390px; background-position: 62% center; border-radius: 24px 24px 6px 24px; }
  .availability-card { left: 10px; right: 10px; bottom: 12px; max-width: none; }
  .hero-visual::before { display: none; }
  .section-heading { margin-bottom: 34px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-photo { aspect-ratio: 16 / 10; }
  .service-note { align-items: flex-start; flex-wrap: wrap; }
  .service-note a { width: 100%; margin-left: 51px; }
  .emergency { padding: 68px 0; }
  .emergency-actions { display: grid; gap: 16px; }
  .text-link--light { width: max-content; }
  .step { gap: 16px; }
  #estimate-form { padding: 23px 18px; }
  .form-heading, .field-row { grid-template-columns: 1fr; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .choice-row { grid-template-columns: 1fr; }
  .contact-options strong { font-size: .85rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .mobile-call-bar {
    position: fixed;
    z-index: 80;
    left: 0;
    right: 0;
    bottom: 0;
    height: 64px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 8px;
    gap: 8px;
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid var(--line);
    box-shadow: 0 -10px 30px rgba(7, 17, 38, .12);
    backdrop-filter: blur(12px);
  }
  .mobile-call-bar a { display: grid; place-items: center; border-radius: 9px; font-weight: 800; }
  .mobile-call-bar a:first-child { color: var(--navy-950); background: var(--amber); }
  .mobile-call-bar a:last-child { color: white; background: var(--navy-900); }
}
