:root {
  --blue: #3e95e7;
  --navy: #092d52;
  --ink: #102b45;
  --paper: #fffdfa;
  --mist: #edf6fc;
  --line: #d9e3ea;
  --white: #fff;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font: 16px/1.55 var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; width: 100%; }
:focus-visible { outline: 3px solid white; outline-offset: 3px; }
main :focus-visible, footer :focus-visible { outline-color: var(--blue); }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; border-radius: 10px; background: white; color: var(--navy); font-weight: 800; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 5; top: 0; left: 0; width: 100%; color: white; }
.nav-shell { height: 66px; max-width: 1240px; margin: 16px auto 0; padding: 0 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(9,45,82,.14); box-shadow: 0 10px 30px rgba(9,45,82,.08); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.nav-left { display: flex; align-items: center; gap: 30px; }
.nav-left a { font-size: .88rem; font-weight: 650; white-space: nowrap; }
.nav-left span { margin-left: 5px; }
.brand { justify-self: center; display: inline-flex; align-items: baseline; font-size: 1.62rem; font-weight: 740; line-height: 1; letter-spacing: -.038em; white-space: nowrap; }
.brand-word { color: white; }
.brand-ai { margin-left: .08em; color: var(--navy); font-size: .68em; font-weight: 780; letter-spacing: -.04em; transform: translateY(-.01em); }
.quote-pill { justify-self: end; padding: 10px 22px; border-radius: 999px; background: white; color: var(--navy); font-size: .86rem; font-weight: 800; box-shadow: 0 6px 18px rgba(9,45,82,.1); }

.hero { background: var(--blue); color: white; padding: 148px 24px 0; min-height: 970px; }
.hero-intro { text-align: center; }
.hero-intro h1 { margin: 0 0 42px; font: 500 clamp(3.4rem, 6.5vw, 6.5rem)/.95 var(--serif); letter-spacing: -.055em; }
.hero-intro em, .hero-card h2 em { font-weight: 400; }
.service-toggle { --active-index: 0; position: relative; width: min(100%, 470px); display: inline-grid; grid-template-columns: repeat(3, minmax(0,1fr)); padding: 5px; border-radius: 18px; background: rgba(255,255,255,.19); margin-bottom: 34px; }
.service-toggle::before { content: ""; position: absolute; z-index: 0; top: 5px; bottom: 5px; left: 5px; width: calc((100% - 10px) / 3); border-radius: 14px; background: white; box-shadow: 0 5px 18px rgba(11,46,77,.1); transform: translateX(calc(var(--active-index) * 100%)); transition: transform .32s cubic-bezier(.2,.75,.25,1); }
.service-toggle button { position: relative; z-index: 1; min-width: 0; min-height: 45px; padding: 0 18px; display: grid; place-items: center; border: 0; border-radius: 14px; background: transparent; color: white; font-weight: 650; transition: color .22s ease; }
.service-toggle .active { color: var(--navy); }
.hero-card { max-width: 1160px; height: 505px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 28px 28px 0 0; background: var(--paper); color: var(--ink); box-shadow: 0 18px 50px rgba(27,84,130,.12); }
.hero-card-copy { padding: clamp(36px, 5vw, 62px); display: flex; flex-direction: column; justify-content: space-between; gap: 34px; }
.hero-card h2 { margin: 0; max-width: 480px; font: 500 clamp(2.55rem, 4vw, 4.5rem)/.98 var(--serif); letter-spacing: -.052em; }
.hero-card h2 em { color: var(--blue); }
.hero-card p { margin: 26px 0 0; max-width: 460px; color: #40576b; }
.hero-photo { background: url('roof-hero.jpg') center/cover no-repeat; }
.hero-visual-copy { display: none; }
.hero-card[data-service="water"] .hero-photo, .hero-card[data-service="power"] .hero-photo { padding: clamp(36px,5vw,62px); display: flex; align-items: flex-end; }
.hero-card[data-service="water"] .hero-photo { background: linear-gradient(180deg,rgba(9,45,82,.06),rgba(9,45,82,.24)),url('water-homewater-install.webp') center/cover no-repeat; }
.hero-card[data-service="power"] .hero-photo { background: linear-gradient(180deg,rgba(9,45,82,.04),rgba(9,45,82,.22)),url('generac-homeowner-consult.jpg') center/cover no-repeat; }
.hero-card[data-service="water"] .hero-visual-copy, .hero-card[data-service="power"] .hero-visual-copy { max-width: 440px; padding: 22px 24px; display: block; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(9,45,82,.82); box-shadow: 0 14px 34px rgba(9,45,82,.18); color: white; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.hero-visual-copy small { font-size: .75rem; font-weight: 850; letter-spacing: .12em; }
.hero-visual-copy > strong { max-width: 450px; margin-top: 14px; display: block; font: 500 clamp(2.5rem,4vw,4.4rem)/.96 var(--serif); letter-spacing: -.05em; }
.hero-visual-copy > p { margin: 20px 0 28px; color: rgba(255,255,255,.84); }
.hero-visual-copy > div { display: flex; flex-wrap: wrap; gap: 8px; }
.hero-visual-copy > div span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; font-size: .75rem; font-weight: 750; }
.hero-card[data-service="power"] .hero-visual-copy small { color: #cce6fb; }
.hero-card[data-service="power"] h2 em { color: var(--blue); }
.address-start label { display: block; margin-bottom: 9px; font-size: .76rem; font-weight: 800; color: #506679; }
.address-control { min-height: 58px; display: grid; grid-template-columns: 26px 1fr 46px; align-items: center; gap: 8px; padding: 5px 5px 5px 15px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.address-control > span { color: var(--blue); font-size: 1.2rem; }
.address-control input { min-width: 0; border: 0; outline: none; color: var(--ink); }
.address-control button { width: 46px; height: 46px; border: 0; border-radius: 12px; background: var(--blue); color: white; font-size: 1.25rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.primary-action { min-height: 54px; padding: 0 20px; display: inline-flex; align-items: center; gap: 42px; border-radius: 14px; background: var(--navy); color: white; font-size: .86rem; font-weight: 800; }
.secondary-action { padding: 10px 2px 6px; border-bottom: 1px solid var(--navy); color: var(--navy); font-size: .84rem; font-weight: 750; }

.proof-strip { max-width: 1160px; margin: 0 auto; padding: 54px 0; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--paper); }
.proof-strip div { padding: 0 45px; display: grid; gap: 3px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { font: 500 2.2rem/1 var(--serif); color: var(--navy); }
.proof-strip span { color: #667989; font-size: .82rem; }

.quote-section { scroll-margin-top: 24px; padding: 105px max(5vw,24px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px,8vw,120px); align-items: start; background: var(--mist); }
.quote-copy { position: sticky; top: 34px; }
.quote-copy h2 { margin: 0; max-width: 600px; font: 500 clamp(3rem,5vw,5.2rem)/.98 var(--serif); letter-spacing: -.055em; text-wrap: balance; }
.quote-copy > p:not(.section-kicker) { max-width: 560px; margin: 27px 0 34px; color: #50687a; }
.quote-assurances { display: grid; gap: 13px; color: var(--navy); font-size: .82rem; font-weight: 700; }
.quote-assurances span { display: flex; gap: 10px; align-items: baseline; }
.quote-assurances span::before { content: "✓"; color: var(--blue); font-weight: 900; }
.quote-assurances a { border-bottom: 1px solid var(--navy); }
.quote-form { padding: clamp(28px,4vw,48px); display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; border-radius: 26px; background: white; box-shadow: 0 24px 55px rgba(19,71,111,.12); }
.form-field { min-width: 0; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 8px; color: var(--navy); font-size: .86rem; font-weight: 800; }
.form-field label span { color: #718493; font-weight: 600; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #b9cbd8; border-radius: 12px; background: white; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.form-field input, .form-field select { min-height: 52px; padding: 0 14px; }
.form-field textarea { min-height: 116px; padding: 13px 14px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(62,149,231,.18); }
.form-field input[aria-invalid="true"], .form-field select[aria-invalid="true"] { border-color: #b42318; }
.contact-help { margin: -11px 0 0; color: #5a7081; font-size: .8rem; }
.bot-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-submit { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.form-submit button { min-height: 54px; padding: 0 20px; display: inline-flex; align-items: center; gap: 44px; border: 0; border-radius: 13px; background: var(--navy); color: white; font-size: .86rem; font-weight: 800; }
.form-submit button:hover { background: #0e416f; }
.form-submit button:disabled { cursor: wait; opacity: .68; }
.form-submit p { flex: 1; min-width: 220px; margin: 0; color: #416073; font-size: .78rem; }
.form-submit p.success { color: #147044; font-weight: 750; }
.form-submit p.error { color: #a1261d; font-weight: 750; }

.section-kicker { margin: 0 0 17px; color: var(--navy); font-size: .75rem; font-weight: 850; letter-spacing: .1em; }
.project-stories { padding: 112px 0 120px; text-align: center; background: white; overflow: hidden; }
.project-stories h2 { max-width: 760px; margin: 0 auto 54px; font: 500 clamp(2.7rem, 5vw, 5rem)/1 var(--serif); letter-spacing: -.052em; }
.project-slider { position: relative; }
.project-viewport { overflow-x: auto; padding: 0 max(7vw,70px) 12px; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.project-viewport::-webkit-scrollbar { display: none; }
.project-row { width: max-content; display: flex; gap: 18px; align-items: start; }
.project-card { margin: 0; position: relative; overflow: hidden; border-radius: 20px; box-shadow: 0 10px 24px rgba(19,53,81,.1); }
.project-card { width: clamp(280px, 34vw, 500px); flex: 0 0 auto; scroll-snap-align: center; }
.project-card img { height: 290px; object-fit: cover; }
.project-card.tall img { height: 360px; }
.project-card.medium img { height: 325px; }
.project-card figcaption { position: absolute; left: 14px; bottom: 14px; padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.94); color: var(--navy); font-size: .75rem; font-weight: 750; }
.slider-arrow { position: absolute; z-index: 2; top: 50%; width: 48px; height: 48px; display: grid; place-items: center; border: 0; border-radius: 50%; background: white; color: var(--navy); box-shadow: 0 8px 24px rgba(9,45,82,.18); transform: translateY(-50%); font-size: 1.25rem; }
.slider-prev { left: 22px; }
.slider-next { right: 22px; }
.slider-arrow:hover { background: var(--navy); color: white; }
.story-dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.story-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; background: #c9d6df; transition: width .25s ease, background .25s ease; }
.story-dots button.active { width: 27px; background: var(--navy); }

.feature-block { padding: 92px max(4vw,24px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 120px); align-items: center; background: var(--paper); }
.feature-photo { min-height: 570px; border-radius: 24px; background-position: center; background-size: cover; }
.crew-photo { background-image: url('roof-team.jpg'); }
.inspection-photo { background-image: url('roof-inspection.webp'); }
.feature-copy { max-width: 550px; }
.feature-copy h2, .warranty-copy h2, .numbers-heading h2, .process-heading h2, .areas-section h2 { margin: 0; font: 500 clamp(2.8rem, 4.8vw, 5.2rem)/1 var(--serif); letter-spacing: -.055em; text-wrap: balance; }
.feature-copy > p:not(.section-kicker) { margin: 25px 0; color: #536879; font-size: 1rem; }
.inline-link { display: inline-flex; gap: 9px; align-items: center; padding-bottom: 3px; border-bottom: 1px solid var(--navy); font-weight: 750; font-size: .86rem; }
.reverse { background: white; }
.reverse .feature-copy { justify-self: end; }

.roofing-services { padding: 100px max(5vw,24px); background: white; }
.roofing-services-heading { display: grid; grid-template-columns: .45fr 1fr; gap: 50px; margin-bottom: 64px; }
.roofing-services-heading h2 { max-width: 780px; margin: 0; font: 500 clamp(2.8rem,4.8vw,5.1rem)/1 var(--serif); letter-spacing: -.055em; }
.service-columns { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.service-columns > div { min-height: 285px; padding: 30px 36px 10px 0; border-right: 1px solid var(--line); }
.service-columns > div + div { padding-left: 36px; }
.service-columns > div:last-child { border-right: 0; }
.service-columns h3 { margin: 0 0 22px; color: #176cad; font-size: .76rem; letter-spacing: .09em; text-transform: uppercase; }
.service-columns a { display: block; width: max-content; max-width: 100%; margin: 13px 0; color: var(--navy); font: 500 1.3rem/1.2 var(--serif); }
.service-columns a:hover { color: var(--blue); }

.warranty-panel { margin: 70px max(4vw,24px) 110px; padding: clamp(60px, 8vw, 105px); display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: center; border-radius: 28px; background: var(--blue); color: white; }
.warranty-panel .section-kicker { color: #ddebfa; }
.warranty-copy h2 { max-width: 760px; }
.warranty-copy > p:last-child { max-width: 650px; color: #e7f1fa; }
.warranty-stat { display: grid; place-items: center; padding: 45px 25px; border-radius: 22px; background: rgba(255,255,255,.16); text-align: center; }
.warranty-stat span { font: 500 7.5rem/.8 var(--serif); }
.warranty-stat strong { max-width: 190px; margin-top: 20px; font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; }

.numbers-section { padding: 115px max(4vw,24px); background: var(--mist); }
.numbers-heading { display: grid; grid-template-columns: .4fr 1fr; align-items: start; gap: 50px; margin-bottom: 80px; }
.numbers-heading h2 { max-width: 720px; }
.numbers-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c7d8e4; }
.numbers-grid article { padding: 38px 42px 20px 0; min-height: 270px; border-right: 1px solid #c7d8e4; }
.numbers-grid article + article { padding-left: 42px; }
.numbers-grid article:last-child { border-right: 0; }
.numbers-grid strong { display: block; font: 500 clamp(2.8rem, 5vw, 5rem)/1 var(--serif); color: var(--blue); }
.numbers-grid h3 { margin: 45px 0 10px; font-size: 1rem; }
.numbers-grid p { margin: 0; color: #5d7384; font-size: .86rem; }

.water-section { padding: 105px max(5vw,24px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px,9vw,130px); align-items: center; background: #e9f7fb; scroll-margin-top: 30px; }
.water-copy .section-kicker { color: #2879a8; }
.water-copy h2, .power-heading h2 { margin: 0; font: 500 clamp(3rem,5vw,5.4rem)/.98 var(--serif); letter-spacing: -.055em; text-wrap: balance; }
.water-copy > p:not(.section-kicker) { margin: 27px 0; max-width: 560px; color: #506c7b; }
.benefit-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 32px; }
.benefit-row span { padding: 9px 12px; border: 1px solid #a9cbd9; border-radius: 999px; color: #174f6c; font-size: .76rem; font-weight: 750; }
.system-cta { display: inline-flex; gap: 36px; align-items: center; padding: 14px 18px; border-radius: 12px; background: #0d4b68; color: white; font-size: .86rem; font-weight: 800; }
.water-system-card { padding: clamp(28px,4vw,48px); border-radius: 26px; background: white; box-shadow: 0 24px 55px rgba(23,91,119,.14); }
.system-card-head { display: flex; justify-content: space-between; gap: 25px; align-items: start; padding-bottom: 28px; border-bottom: 1px solid #cfe1e8; }
.system-card-head small { color: #356b84; font-size: .75rem; font-weight: 850; letter-spacing: .1em; }
.system-card-head h3 { margin: 7px 0 0; font: 500 2.8rem/1 var(--serif); }
.system-card-head > span { padding: 8px 11px; border-radius: 999px; background: #dff2f7; color: #174f6c; font-size: .75rem; font-weight: 800; }
.water-system-card ol { margin: 0; padding: 0; list-style: none; }
.water-system-card li { padding: 22px 0; display: grid; grid-template-columns: 42px 1fr; gap: 15px; border-bottom: 1px solid #dbe9ee; }
.water-system-card li > span { color: #176cad; font-size: .75rem; font-weight: 850; }
.water-system-card li strong { color: #173f52; }
.water-system-card li p { margin: 4px 0 0; color: #657b86; font-size: .82rem; }
.water-system-card li small { margin-top: 7px; display: block; color: #3d7188; font-size: .75rem; font-weight: 750; }
.system-note { margin: 21px 0 0; color: #52687b; font-size: .75rem; }

.power-section { padding: 115px max(5vw,24px); background: var(--navy); color: white; scroll-margin-top: 30px; }
.power-heading { display: grid; grid-template-columns: .35fr 1fr .65fr; gap: 50px; align-items: start; }
.power-heading .section-kicker { color: #9bc9ed; }
.power-heading > p:last-child { margin: 6px 0 0; color: #b8c8d5; }
.power-steps { margin-top: 80px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.2); }
.power-steps article { min-height: 285px; padding: 30px 38px 28px 0; border-right: 1px solid rgba(255,255,255,.18); }
.power-steps article + article { padding-left: 38px; }
.power-steps article:last-child { border-right: 0; }
.power-steps article > span { color: #9bc9ed; font-size: .74rem; font-weight: 850; }
.power-steps h3 { margin: 55px 0 12px; font: 500 1.85rem/1.05 var(--serif); }
.power-steps p { margin: 0; color: #aebfcb; font-size: .86rem; }
.power-cta { margin-top: 45px; padding: 28px 30px; display: flex; justify-content: space-between; gap: 30px; align-items: center; border-radius: 18px; background: var(--blue); color: white; }
.power-cta div { display: grid; }
.power-cta strong { font: 500 1.55rem/1.1 var(--serif); }
.power-cta span { font-size: .78rem; }
.power-cta a { padding: 12px 16px; border-radius: 10px; background: white; color: var(--navy); font-size: .82rem; font-weight: 800; }
.power-cta b { margin-left: 24px; }
.service-panel[hidden] { display: none; }

.service-feature { padding: 105px max(5vw,24px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px,8vw,120px); align-items: center; background: white; }
.service-feature.reverse { background: var(--paper); }
.service-feature-photo { position: relative; margin: 0; min-height: 610px; overflow: hidden; border-radius: 26px; background: var(--mist); box-shadow: 0 18px 44px rgba(9,45,82,.12); }
.service-feature-photo img { width: 100%; height: 100%; position: absolute; inset: 0; }
.service-feature-photo figcaption { position: absolute; z-index: 1; left: 18px; bottom: 18px; padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.94); color: var(--navy); font-size: .74rem; font-weight: 800; box-shadow: 0 8px 20px rgba(9,45,82,.12); }
.water-product-photo img { object-fit: contain; }
.generac-home-photo { min-height: 0; aspect-ratio: 16 / 9; align-self: center; }
.generac-home-photo img { object-fit: cover; object-position: 30% center; }
.service-feature-copy { max-width: 620px; }
.service-feature.reverse .service-feature-copy { justify-self: end; }
.service-feature-copy h2, .outcomes-heading h2 { margin: 0; font: 500 clamp(2.8rem,4.8vw,5.2rem)/1 var(--serif); letter-spacing: -.055em; text-wrap: balance; }
.service-feature-copy > p:not(.section-kicker) { max-width: 570px; margin: 25px 0 32px; color: #536879; }
.value-list { margin: 0 0 32px; border-top: 1px solid var(--line); }
.value-list article { padding: 20px 0; display: grid; grid-template-columns: 42px 1fr; gap: 14px; border-bottom: 1px solid var(--line); }
.value-list article > span { color: #176cad; font-size: .75rem; font-weight: 850; }
.value-list h3 { margin: 0 0 5px; color: var(--navy); font: 500 1.35rem/1.15 var(--serif); }
.value-list p { margin: 0; color: #647889; font-size: .84rem; }

.outcomes-section { padding: 110px max(5vw,24px); background: var(--mist); }
.outcomes-heading { display: grid; grid-template-columns: .4fr 1fr; gap: 50px; margin-bottom: 72px; }
.outcomes-heading h2 { max-width: 850px; }
.outcomes-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #c7d8e4; }
.outcomes-grid article { min-height: 280px; padding: 34px 42px 22px 0; border-right: 1px solid #c7d8e4; }
.outcomes-grid article + article { padding-left: 42px; }
.outcomes-grid article:last-child { border-right: 0; }
.outcomes-grid strong { color: #176cad; font-size: .75rem; letter-spacing: .08em; }
.outcomes-grid h3 { margin: 58px 0 13px; font: 500 1.9rem/1.08 var(--serif); }
.outcomes-grid p { margin: 0; color: #5d7384; font-size: .86rem; }
.power-outcomes { background: var(--blue); color: white; }
.power-outcomes .section-kicker, .power-outcomes .outcomes-grid strong { color: #d9ecfb; }
.power-outcomes .outcomes-grid { border-top-color: rgba(255,255,255,.35); }
.power-outcomes .outcomes-grid article { border-right-color: rgba(255,255,255,.28); }
.power-outcomes .outcomes-grid p { color: #e7f2fb; }

.process-section { padding: 120px max(5vw,24px); background: var(--navy); color: white; }
.process-heading { display: grid; grid-template-columns: .4fr 1fr; gap: 50px; margin-bottom: 75px; }
.process-heading .section-kicker { color: #9bc9ed; }
.process-list { border-top: 1px solid rgba(255,255,255,.24); }
.process-list article { display: grid; grid-template-columns: 70px 1fr; gap: 28px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-list article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.38); font-size: .82rem; }
.process-list article div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: center; }
.process-list h3 { margin: 0; font: 500 1.85rem/1.1 var(--serif); }
.process-list p { margin: 0; max-width: 540px; color: #bbcad7; }

.areas-section { padding: 125px max(5vw,24px); text-align: center; background: var(--paper); }
.areas-section h2 { max-width: 880px; margin: 0 auto 48px; }
.area-pills { max-width: 920px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.area-pills span { padding: 13px 18px; border: 1px solid #b9ccd9; border-radius: 999px; color: var(--navy); font-weight: 650; }

.press-section { padding: 105px max(5vw,24px) 120px; background: white; }
.press-heading { display: grid; grid-template-columns: .4fr 1fr; gap: 50px; align-items: end; margin-bottom: 55px; }
.press-heading h2 { margin: 0; font: 500 clamp(2.8rem,4.8vw,5rem)/1 var(--serif); letter-spacing: -.055em; }
.press-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.press-card { min-height: 300px; padding: 32px 30px 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line); transition: background .22s ease, transform .22s ease; }
.press-card:last-child { border-right: 0; }
.press-card > span { color: #176cad; font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.press-card h3 { margin: 40px 0; max-width: 360px; font: 500 clamp(1.65rem,2.2vw,2.3rem)/1.08 var(--serif); letter-spacing: -.035em; }
.press-card b { margin-top: auto; font-size: .82rem; }
.press-card i { margin-left: 8px; font-style: normal; }
.press-card:hover { background: var(--mist); transform: translateY(-4px); }

footer { padding: 90px max(5vw,24px) 28px; background: var(--navy); color: white; }
.footer-top { display: grid; grid-template-columns: 1fr 1.5fr auto; align-items: center; gap: 40px; padding-bottom: 70px; border-bottom: 1px solid rgba(255,255,255,.18); }
.footer-brand { justify-self: start; }
.footer-brand .brand-ai { color: #8fc5f1; }
.footer-top h2 { margin: 0; font: 500 clamp(2.3rem, 4vw, 4rem)/1 var(--serif); }
.footer-cta { padding: 12px 22px; border-radius: 999px; background: white; color: var(--navy); font-weight: 800; }
.footer-grid { padding: 60px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.footer-grid h3 { margin: 0 0 16px; color: #8ebde0; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a, .footer-grid p { display: block; margin: 9px 0; color: #cad7e1; font-size: .86rem; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.18); color: #8fa6b7; font-size: .75rem; }

.mobile-action-bar { display: none; }

@media (max-width: 760px) {
  body { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
  .mobile-action-bar { position: fixed; z-index: 20; right: 10px; bottom: 10px; left: 10px; min-height: 58px; padding: 6px; padding-bottom: calc(6px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: .86fr 1.14fr; gap: 7px; border: 1px solid rgba(9,45,82,.12); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 14px 38px rgba(9,45,82,.22); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
  .mobile-action-bar a { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 13px; font-size: .88rem; font-weight: 850; }
  .mobile-call { border: 1px solid #bed2e1; background: white; color: var(--navy); }
  .mobile-quote { background: var(--navy); color: white; }
  .mobile-quote span { margin-left: 10px; }
  .mobile-action-bar a:focus-visible { outline-color: var(--blue); outline-offset: 2px; }
  .mobile-action-bar a:active { transform: translateY(1px); }
}

@media (max-width: 960px) {
  .nav-shell { grid-template-columns: 1fr auto; }
  .nav-left { display: none; }
  .brand { justify-self: start; }
  .hero { min-height: auto; padding-top: 135px; }
  .hero-card { height: auto; grid-template-columns: 1fr; border-radius: 26px 26px 0 0; }
  .hero-card-copy { min-height: 455px; }
  .hero-photo { min-height: 430px; }
  .project-card { width: min(70vw, 500px); }
  .feature-block, .service-feature { grid-template-columns: 1fr; }
  .reverse .feature-photo { order: -1; }
  .service-feature.reverse .service-feature-photo { order: -1; }
  .reverse .feature-copy { justify-self: start; }
  .service-feature.reverse .service-feature-copy { justify-self: start; }
  .feature-copy { max-width: 700px; }
  .warranty-panel { grid-template-columns: 1fr; }
  .numbers-heading, .process-heading, .outcomes-heading { grid-template-columns: 1fr; }
  .press-heading { grid-template-columns: 1fr; gap: 18px; }
  .press-grid { grid-template-columns: repeat(2,1fr); }
  .press-card:nth-child(2n) { border-right: 0; }
  .press-card:nth-child(n+3) { border-top: 1px solid var(--line); }
  .roofing-services-heading, .water-section, .power-heading, .quote-section { grid-template-columns: 1fr; }
  .quote-copy { position: static; }
  .footer-top { grid-template-columns: 1fr auto; }
  .footer-top h2 { grid-row: 2; grid-column: 1 / -1; }
}

@media (max-width: 650px) {
  .nav-shell { width: calc(100% - 24px); height: 62px; margin-top: 12px; padding: 0 12px; border-radius: 16px; }
  .brand { font-size: 1.45rem; }
  .quote-pill { padding: 9px 14px; font-size: .82rem; }
  .hero { padding: 120px 16px 0; }
  .hero-intro h1 { font-size: 3.55rem; margin-bottom: 32px; }
  .service-toggle button { padding: 0 8px; font-size: .82rem; }
  .service-toggle { max-width: 350px; }
  .service-toggle button:focus-visible { outline-color: var(--navy); outline-offset: -2px; }
  .hero-card-copy { padding: 34px 25px; min-height: 460px; }
  .hero-card h2 { font-size: 2.8rem; }
  .hero-photo { min-height: 330px; }
  .hero-card[data-service="water"] .hero-photo, .hero-card[data-service="power"] .hero-photo { min-height: 390px; padding: 18px; }
  .hero-card[data-service="water"] .hero-visual-copy, .hero-card[data-service="power"] .hero-visual-copy { padding: 16px 18px; }
  .hero-visual-copy > strong { font-size: 2rem; }
  .hero-visual-copy > p { display: none; }
  .proof-strip { grid-template-columns: 1fr; padding: 34px 24px; }
  .proof-strip div { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip div:last-child { border-bottom: 0; }
  .project-stories { padding: 85px 0; }
  .project-stories h2 { padding: 0 22px; }
  .project-viewport { padding-inline: 28px; }
  .project-card { width: min(82vw, 390px); }
  .slider-arrow { width: 42px; height: 42px; }
  .slider-prev { left: 8px; }
  .slider-next { right: 8px; }
  .project-card img, .project-card.tall img, .project-card.medium img { height: 280px; }
  .feature-block { padding: 72px 20px; gap: 42px; }
  .feature-photo { min-height: 390px; }
  .service-feature, .outcomes-section { padding: 82px 20px; }
  .service-feature { gap: 42px; }
  .service-feature-photo { min-height: 460px; }
  .generac-home-photo { min-height: 0; }
  .warranty-panel { margin: 45px 16px 78px; padding: 48px 24px; }
  .numbers-section, .process-section, .areas-section { padding: 88px 20px; }
  .press-section { padding: 88px 20px; }
  .roofing-services, .water-section, .power-section, .quote-section { padding: 88px 20px; }
  .quote-form { grid-template-columns: 1fr; padding: 28px 22px; }
  .form-field-wide { grid-column: auto; }
  .roofing-services-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 50px; }
  .service-columns, .power-steps { grid-template-columns: 1fr; }
  .service-columns > div, .service-columns > div + div, .power-steps article, .power-steps article + article { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .power-steps article, .power-steps article + article { border-bottom-color: rgba(255,255,255,.18); }
  .power-steps h3 { margin-top: 24px; }
  .power-heading { gap: 20px; }
  .power-steps { margin-top: 55px; }
  .power-cta { align-items: stretch; flex-direction: column; }
  .numbers-heading, .process-heading, .outcomes-heading { gap: 18px; margin-bottom: 50px; }
  .numbers-grid, .outcomes-grid { grid-template-columns: 1fr; }
  .press-grid { grid-template-columns: 1fr; }
  .press-card, .press-card:nth-child(n+3) { min-height: 230px; padding: 28px 0; border-top: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .press-card:last-child { border-bottom: 0; }
  .numbers-grid article, .numbers-grid article + article { min-height: 0; padding: 32px 0; border-right: 0; border-bottom: 1px solid #c7d8e4; }
  .outcomes-grid article, .outcomes-grid article + article { min-height: 0; padding: 30px 0; border-right: 0; border-bottom: 1px solid #c7d8e4; }
  .power-outcomes .outcomes-grid article, .power-outcomes .outcomes-grid article + article { border-bottom-color: rgba(255,255,255,.28); }
  .numbers-grid h3 { margin-top: 22px; }
  .outcomes-grid h3 { margin-top: 22px; }
  .process-list article { grid-template-columns: 48px 1fr; gap: 15px; }
  .process-list article div { grid-template-columns: 1fr; gap: 10px; }
  .footer-top, .footer-grid { grid-template-columns: 1fr; }
  .footer-top h2 { grid-row: auto; grid-column: auto; }
  .footer-cta { justify-self: start; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
