:root {
  --navy-950: #061a31;
  --navy-900: #0a2e50;
  --navy-800: #104e78;
  --navy-700: #1d6f9f;
  --slate-600: #5d6b72;
  --slate-300: #b9c0c1;
  --cream: #fff7e8;
  --cream-2: #eaf5fb;
  --white: #fffdf8;
  --gold: #f7c948;
  --gold-dark: #e56f2d;
  --orange: #ef7d32;
  --ink: #0c2940;
  --line: rgba(16, 33, 43, .14);
  --shadow: 0 32px 80px rgba(3, 15, 24, .16);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) {
  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:focus { position: fixed; z-index: 999; top: 12px; left: 12px; background: white; padding: 10px 16px; }

.license-bar { background: var(--navy-950); color: rgba(255,255,255,.72); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.license-bar__inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; }
.license-bar__licenses { display: flex; align-items: center; gap: 12px; }
.license-bar__licenses i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.site-header {
  position: absolute; z-index: 20; top: 34px; left: 0; right: 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.site-header.is-sticky { position: fixed; top: 0; background: rgba(7,19,29,.94); backdrop-filter: blur(16px); box-shadow: 0 12px 28px rgba(0,0,0,.15); }
.site-header__inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; color: white; }
.brand__logo { display: block; width: 164px; height: auto; filter: drop-shadow(0 7px 10px rgba(0,0,0,.22)); }
.brand__logo--footer { width: 220px; }
.primary-nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.82); }
.primary-nav > a:not(.button) { font-size: .84rem; font-weight: 600; }
.primary-nav > a:not(.button):hover { color: var(--gold); }
.menu-toggle { display: none; border: 0; padding: 8px; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: white; }

.button {
  display: inline-flex; justify-content: center; align-items: center; min-height: 54px;
  padding: 0 24px; border: 1px solid transparent; font-size: .82rem; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding-inline: 18px; font-size: .72rem; }
.button--gold { background: var(--gold); color: var(--navy-950); }
.button--gold:hover { background: var(--orange); color: white; }
.button--outline { border-color: rgba(255,255,255,.4); color: white; }
.button--outline:hover { background: white; color: var(--navy-900); }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-block: 8px; color: white; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.35); }
.text-link span { color: var(--gold); }
.text-link--light { color: rgba(255,255,255,.86); }

.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 11px; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
.eyebrow--dark { color: var(--gold-dark); }

.hero { position: relative; min-height: 800px; overflow: hidden; background: var(--navy-900); color: white; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 30%, rgba(54,139,185,.3), transparent 34%), linear-gradient(115deg, transparent 58%, rgba(247,201,72,.08)); }
.hero__grid { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, black, transparent 78%); }
.hero__inner { position: relative; min-height: 800px; padding-top: 142px; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 48px; }
.hero__copy { position: relative; z-index: 3; padding-block: 70px 48px; }
.hero h1 { max-width: 680px; margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(3.25rem, 5.5vw, 5.45rem); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { display: block; color: var(--gold); font-style: normal; font-weight: 500; }
.hero__lede { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.69); font-size: 1.06rem; line-height: 1.75; }
.hero__actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; }
.hero__proof { margin-top: 54px; padding-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; border-top: 1px solid rgba(255,255,255,.13); }
.hero__proof div { display: grid; gap: 5px; }
.hero__proof strong { color: var(--gold); font-family: "Manrope", sans-serif; font-size: 1.2rem; }
.hero__proof span { max-width: 145px; color: rgba(255,255,255,.56); font-size: .73rem; line-height: 1.35; }

.hero-visual { position: relative; align-self: stretch; min-height: 680px; margin-right: -120px; }
.hero-visual::before { content: ""; position: absolute; inset: 6% 7% 8% 0; border: 1px solid rgba(255,255,255,.11); border-radius: 52% 42% 48% 32%; transform: rotate(-8deg); }
.hero-visual__sun { position: absolute; z-index: 0; top: 18%; right: 24%; width: 250px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 38% 38%, #ffe889, #f7c948 56%, rgba(239,125,50,.18) 72%); opacity: .62; box-shadow: 0 0 90px rgba(247,201,72,.34); }
.hero-visual__coastline { position: absolute; left: 0; right: 0; bottom: 0; height: 31%; background: linear-gradient(180deg, rgba(17,54,72,.1), rgba(20,72,92,.52)); clip-path: polygon(0 43%, 15% 32%, 32% 48%, 48% 35%, 65% 45%, 83% 25%, 100% 34%, 100% 100%, 0 100%); }
.roof-scene { position: absolute; z-index: 2; width: 97%; left: -4%; bottom: -3%; }
.hero-visual__badge { position: absolute; z-index: 4; right: 16%; bottom: 16%; display: flex; align-items: center; gap: 12px; padding: 15px 18px; background: rgba(244,239,229,.95); color: var(--ink); box-shadow: var(--shadow); }
.hero-visual__badge-icon { width: 38px; height: 38px; display: grid; place-items: center; background: var(--navy-900); color: var(--gold); font-family: "Manrope"; font-weight: 800; }
.hero-visual__badge > span:last-child { display: grid; line-height: 1.2; gap: 4px; }
.hero-visual__badge strong { font-size: .8rem; text-transform: uppercase; letter-spacing: .04em; }
.hero-visual__badge small { color: var(--slate-600); font-size: .68rem; }
.hero-visual__caption { position: absolute; z-index: 4; right: 15%; top: 24%; margin: 0; color: rgba(255,255,255,.58); font-size: .65rem; letter-spacing: .09em; text-transform: uppercase; transform: rotate(90deg) translateX(100%); transform-origin: right top; }
.hero-visual__caption span { margin-inline: 8px; color: var(--gold); }

.audience-strip { position: relative; z-index: 5; margin-top: -1px; background: var(--white); box-shadow: 0 28px 70px rgba(5,21,31,.12); }
.audience-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.audience-strip a { min-height: 154px; display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: auto auto; column-gap: 18px; align-content: center; padding: 28px 32px; border-right: 1px solid var(--line); transition: color .2s, background .2s; }
.audience-strip a:last-child { border-right: 0; }
.audience-strip a:hover { background: var(--navy-800); color: white; }
.audience-strip a > span { grid-row: 1 / 3; color: var(--gold-dark); font-size: .7rem; }
.audience-strip strong { font-family: "Manrope"; font-size: 1.05rem; }
.audience-strip small { color: var(--slate-600); line-height: 1.35; margin-top: 5px; }
.audience-strip a:hover small { color: rgba(255,255,255,.62); }
.audience-strip b { grid-row: 1 / 3; align-self: center; color: var(--gold-dark); font-size: 1.3rem; }

.section { padding-block: 120px; }
.section-heading { margin-bottom: 55px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 90px; }
.section-heading--compact { grid-template-columns: 1fr; }
.section-heading h2, .services h2, .commercial h2, .areas h2, .contact h2 { margin: 0; font-family: "Manrope"; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 5px; color: var(--slate-600); }
.coastal { background: linear-gradient(145deg, var(--cream) 0%, #eef8fd 100%); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { position: relative; min-height: 330px; padding: 38px; background: var(--white); border: 1px solid var(--line); overflow: hidden; }
.feature-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -65px; bottom: -65px; border: 1px solid rgba(16,33,43,.08); border-radius: 50%; }
.feature-card--accent { background: var(--gold); border-color: var(--gold); }
.feature-card__number { position: absolute; top: 27px; right: 28px; color: rgba(16,33,43,.4); font-size: .7rem; }
.feature-card__icon { width: 66px; height: 66px; margin: 12px 0 48px; position: relative; color: var(--gold-dark); }
.feature-card--accent .feature-card__icon { color: var(--navy-900); }
.wind-icon i { position: absolute; left: 0; height: 2px; background: currentColor; border-radius: 2px; }
.wind-icon i:nth-child(1) { top: 15px; width: 58px; }
.wind-icon i:nth-child(2) { top: 31px; width: 43px; }
.wind-icon i:nth-child(3) { top: 47px; width: 52px; }
.water-icon::before { content: ""; position: absolute; inset: 2px 13px 9px; border: 2px solid currentColor; border-radius: 55% 45% 52% 48%; transform: rotate(45deg); }
.sun-icon { border: 2px solid currentColor; border-radius: 50%; transform: scale(.62); box-shadow: 0 -44px 0 -20px currentColor, 0 44px 0 -20px currentColor, 44px 0 0 -20px currentColor, -44px 0 0 -20px currentColor; }
.feature-card h3 { margin: 0 0 14px; font: 700 1.18rem "Manrope"; }
.feature-card p { margin: 0; color: var(--slate-600); font-size: .9rem; }
.feature-card--accent p { color: rgba(16,33,43,.7); }

.services { background: linear-gradient(135deg, var(--navy-800), var(--navy-900)); color: white; }
.services__grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 90px; align-items: start; }
.services__intro { position: sticky; top: 130px; }
.services__intro > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.services__intro .button { margin-top: 22px; }
.service-list { border-top: 1px solid rgba(255,255,255,.15); }
.service-item { min-height: 124px; display: grid; grid-template-columns: 44px 1fr auto; gap: 20px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); transition: padding .2s, color .2s; }
.service-item:hover { padding-left: 12px; color: var(--gold); }
.service-item__index { color: var(--gold); font-size: .72rem; }
.service-item__copy { display: grid; gap: 7px; }
.service-item__copy strong { font: 600 1.16rem "Manrope"; }
.service-item__copy small { color: rgba(255,255,255,.52); font-size: .82rem; }
.service-item__arrow { font-size: 1.2rem; }

.commercial { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--navy-950), #0d4970); color: white; }
.commercial__blueprint { position: absolute; inset: 0; opacity: .09; background: linear-gradient(90deg, transparent 49.7%, white 50%, transparent 50.3%), linear-gradient(transparent 49.7%, white 50%, transparent 50.3%); background-size: 80px 80px; transform: rotate(-8deg) scale(1.2); }
.commercial__inner { position: relative; display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; }
.commercial__copy > p:not(.eyebrow) { max-width: 660px; color: rgba(255,255,255,.65); font-size: 1rem; }
.commercial__actions { margin-top: 30px; display: flex; align-items: center; gap: 26px; }
.commercial__systems { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(6px); }
.commercial__systems div { min-height: 92px; padding: 20px 28px; display: flex; align-items: center; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.commercial__systems div:last-child { border-bottom: 0; }
.commercial__systems span { color: var(--gold); font-size: .68rem; }
.commercial__systems strong { font: 600 .95rem "Manrope"; }

.process { background: var(--white); border-top: 8px solid var(--gold); }
.process-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-list li { position: relative; min-height: 215px; padding: 28px 24px 0 0; border-right: 1px solid var(--line); }
.process-list li:not(:first-child) { padding-left: 24px; }
.process-list li:last-child { border-right: 0; }
.process-list li::before { content: ""; position: absolute; top: -4px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--gold-dark); }
.process-list span { color: var(--gold-dark); font-size: .68rem; }
.process-list div { margin-top: 52px; }
.process-list strong { font: 700 1rem "Manrope"; }
.process-list p { margin: 8px 0 0; color: var(--slate-600); font-size: .84rem; }

.areas { overflow: hidden; background: var(--cream-2); }
.areas__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; }
.areas__visual { position: relative; min-height: 440px; padding: 26px 0 110px; }
.areas__map { position: relative; width: 600px; max-width: 100%; aspect-ratio: 929 / 567; margin-inline: auto; }
.areas__map-shape { position: absolute; inset: 0; background: linear-gradient(140deg, var(--navy-800) 5%, var(--navy-700) 58%, #52a9cf); -webkit-mask: url("assets/apex-logo-transparent.png") center / contain no-repeat; mask: url("assets/apex-logo-transparent.png") center / contain no-repeat; filter: drop-shadow(0 22px 28px rgba(6,26,49,.18)); }
.coast-highlight { fill: none; stroke: var(--gold); stroke-width: 22; stroke-linecap: round; filter: drop-shadow(0 0 8px rgba(247,201,72,.55)); }
.coast-highlight--southeast { stroke: var(--orange); }
.map-location { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; transform: translate(-50%, -50%); }
.map-location i { flex: 0 0 auto; width: 16px; height: 16px; border: 4px solid var(--cream-2); border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 2px var(--orange), 0 6px 14px rgba(6,26,49,.3); }
.map-location b { padding: 6px 10px; background: var(--navy-950); color: white; font-size: .68rem; font-weight: 700; line-height: 1.35; letter-spacing: .03em; white-space: nowrap; box-shadow: 0 7px 18px rgba(6,26,49,.2); }
.map-location--kansas-city { top: 53%; left: 53%; }
.map-location--dallas { top: 72%; left: 49%; }
.florida-inset { position: absolute; right: 0; bottom: 4px; z-index: 3; display: grid; grid-template-columns: 100px 1fr; align-items: center; gap: 14px; width: min(360px, 78%); padding: 14px 18px; border: 1px solid rgba(16,78,120,.18); background: rgba(255,255,255,.96); box-shadow: 0 18px 40px rgba(6,26,49,.14); }
.florida-inset__map { position: relative; width: 94px; }
.florida-inset__map img { display: block; width: 100%; height: auto; }
.florida-inset__map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.florida-inset span { display: block; margin-bottom: 4px; color: var(--orange); font: 700 .64rem "Manrope"; letter-spacing: .13em; text-transform: uppercase; }
.florida-inset strong { display: block; color: var(--navy-950); font: 700 .78rem/1.45 "Manrope"; }
.areas__copy > p:not(.eyebrow) { max-width: 590px; color: var(--slate-600); }
.area-tags { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 9px; }
.area-tags span { padding: 10px 14px; border: 1px solid rgba(16,33,43,.22); font-size: .72rem; font-weight: 600; }

.contact { padding-block: 100px; background: linear-gradient(125deg, var(--gold), #ffd95f 58%, #ffb04a); }
.contact__inner { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 70px 90px; }
.contact .eyebrow { color: var(--navy-800); }
.contact__options { border-top: 1px solid rgba(16,33,43,.25); }
.contact__options a { min-height: 106px; padding: 18px 0; display: grid; grid-template-columns: 1fr auto; align-content: center; border-bottom: 1px solid rgba(16,33,43,.25); }
.contact__options span { color: rgba(16,33,43,.62); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.contact__options strong { grid-row: 2; font: 700 1.14rem "Manrope"; }
.contact__options small { grid-column: 2; grid-row: 1 / 3; align-self: center; color: rgba(16,33,43,.58); }

.estimate-form { grid-column: 1 / -1; padding: 42px; background: var(--white); box-shadow: var(--shadow); }
.estimate-form__heading { display: grid; grid-template-columns: 1fr .75fr; gap: 50px; align-items: end; margin-bottom: 30px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.estimate-form__heading .eyebrow { margin-bottom: 12px; }
.estimate-form__heading h3 { margin: 0; font: 700 clamp(1.7rem, 3vw, 2.4rem)/1.08 "Manrope"; }
.estimate-form__heading > p { margin: 0; color: var(--slate-600); }
.estimate-form__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.estimate-form label { display: grid; gap: 8px; }
.estimate-form label > span { color: var(--navy-800); font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.estimate-form input, .estimate-form select, .estimate-form textarea { width: 100%; padding: 14px 15px; border: 1px solid rgba(16,33,43,.26); border-radius: 0; background: #fff; color: var(--navy-950); font: inherit; }
.estimate-form input:focus, .estimate-form select:focus, .estimate-form textarea:focus { outline: 3px solid rgba(247,201,72,.34); border-color: var(--gold); }
.estimate-form textarea { resize: vertical; }
.estimate-form input[type="file"] { padding: 11px; background: rgba(247,201,72,.12); }
.estimate-form label small { color: var(--slate-600); font-size: .72rem; }
.estimate-form__wide { grid-column: 1 / -1; }
.estimate-form__submit { margin-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.estimate-form__submit p { margin: 0; color: var(--slate-600); font-size: .74rem; }
.button--dark { border: 0; background: var(--navy-950); color: var(--white); cursor: pointer; }
.form-honey { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-success { margin-bottom: 24px; padding: 16px 18px; display: grid; gap: 3px; border-left: 4px solid #2d7550; background: #edf8f1; color: var(--navy-950); }
.form-success span { color: var(--slate-600); font-size: .82rem; }

.site-footer { padding-block: 60px 28px; background: var(--navy-950); color: white; }
.site-footer__top { display: grid; grid-template-columns: 1fr .9fr auto; align-items: center; gap: 60px; padding-bottom: 48px; }
.brand--footer { color: white; }
.site-footer__top > p { color: rgba(255,255,255,.5); font-size: .84rem; }
.site-footer__licenses { display: flex; gap: 18px; color: var(--gold); font-size: .68rem; letter-spacing: .08em; }
.site-footer__bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: .68rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay, .reveal--delay-1 { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .22s; }
.reveal--delay-3 { transition-delay: .32s; }

@media (max-width: 1050px) {
  .primary-nav { gap: 18px; }
  .hero__inner { grid-template-columns: 1.05fr .95fr; }
  .hero-visual { margin-right: -160px; }
  .services__grid, .commercial__inner { gap: 55px; }
  .areas__grid { gap: 60px; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 36px, 720px); }
  .license-bar__licenses { display: none; }
  .license-bar__inner { justify-content: center; }
  .site-header__inner { min-height: 84px; }
  .brand__logo { width: 132px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 84px; left: 0; right: 0; padding: 24px; display: grid; gap: 18px; background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.1); transform: scaleY(0); transform-origin: top; opacity: 0; pointer-events: none; transition: .2s; }
  .primary-nav.is-open { transform: scaleY(1); opacity: 1; pointer-events: auto; }
  .hero, .hero__inner { min-height: auto; }
  .hero__inner { grid-template-columns: 1fr; padding-top: 144px; }
  .hero__copy { padding-block: 70px 24px; }
  .hero-visual { min-height: 520px; margin: -70px -150px 0 30px; }
  .hero-visual__caption { display: none; }
  .audience-strip__grid { grid-template-columns: 1fr; }
  .audience-strip a { min-height: 122px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding-block: 88px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 280px; }
  .services__grid, .commercial__inner, .areas__grid, .contact__inner { grid-template-columns: 1fr; gap: 60px; }
  .services__intro { position: static; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li:nth-child(2) { border-right: 0; }
  .process-list li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .areas__visual { order: 2; width: min(100%, 680px); margin-inline: auto; }
  .estimate-form__heading { grid-template-columns: 1fr; gap: 16px; }
  .site-footer__top { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .brand__logo { width: 118px; }
  .brand__logo--footer { width: 190px; }
  .hero__inner { padding-top: 106px; }
  .hero__copy { padding-top: 56px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .hero__lede { font-size: .94rem; }
  .hero__actions, .commercial__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .text-link, .commercial__actions .text-link { align-self: flex-start; }
  .hero__proof { grid-template-columns: 1fr; gap: 14px; }
  .hero__proof div { grid-template-columns: 90px 1fr; align-items: center; }
  .hero-visual { min-height: 380px; margin: -45px -100px 0 -20px; }
  .hero-visual__badge { right: 24%; bottom: 9%; transform: scale(.82); transform-origin: right bottom; }
  .audience-strip a { padding: 24px 20px; }
  .section { padding-block: 72px; }
  .section-heading h2, .services h2, .commercial h2, .areas h2, .contact h2 { font-size: 2.35rem; }
  .feature-card { padding: 30px; }
  .service-item { grid-template-columns: 34px 1fr auto; }
  .service-item__copy small { display: none; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li:nth-child(2) { min-height: 160px; padding: 24px 0; border-right: 0; border-top: 1px solid var(--line); }
  .process-list li:first-child { border-top: 0; }
  .process-list li::before { display: none; }
  .process-list div { margin-top: 24px; }
  .map-location { gap: 5px; }
  .map-location i { width: 10px; height: 10px; border-width: 2px; }
  .map-location b { padding: 3px 6px; font-size: .52rem; }
  .areas__visual { min-height: 330px; padding: 10px 0 104px; }
  .florida-inset { grid-template-columns: 70px 1fr; width: min(310px, 88%); padding: 10px 12px; }
  .florida-inset__map { width: 66px; }
  .florida-inset span { font-size: .55rem; }
  .florida-inset strong { font-size: .68rem; }
  .contact__options a { grid-template-columns: 1fr; }
  .contact__options small { grid-column: 1; grid-row: 3; margin-top: 5px; }
  .estimate-form { padding: 26px 20px; }
  .estimate-form__grid { grid-template-columns: 1fr; }
  .estimate-form__wide { grid-column: 1; }
  .estimate-form__submit { align-items: stretch; flex-direction: column; }
  .site-footer__bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
