:root {
  --navy: #151d2d;
  --navy-dark: #0f172a;
  --blue: #0c2f6c;
  --blue-mid: #10327f;
  --red: #d11c1c;
  --red-dark: #ad1717;
  --yellow: #f2c94c;
  --ink: #182235;
  --gray: #596578;
  --line: #dbe1e9;
  --mist: #f4f7f9;
  --white: #fff;
  --max: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 16px/1.6 Inter, Arial, sans-serif; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
a { color: inherit; }
section[id], .quote-card[id] { scroll-margin-top: 104px; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.tag { font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.heading { margin: 12px 0 20px; color: var(--blue); font-size: clamp(38px, 4.6vw, 60px); line-height: 1.07; font-weight: 800; letter-spacing: -.038em; text-wrap: balance; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 13px 24px; border: 0; border-radius: 7px; background: var(--red); color: #fff; font-size: 15px; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: background-color .2s, transform .2s; }
.button:hover { background: var(--red-dark); }
.button:active { transform: translateY(1px); }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

/* The preview notice is outside the campaign design. */
.preview { padding: 7px 12px; background: #e8edf2; color: #36465d; font-size: 11px; font-weight: 700; text-align: center; }
.utility { background: var(--navy); color: #f4f6fa; }
.utility .wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 36px; }
.utility span, .utility a { font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; text-decoration: none; }
.utility span:nth-child(2)::before { content: '●'; margin-right: 9px; color: var(--yellow); font-size: 9px; }
.utility a:hover { text-decoration: underline; text-underline-offset: 3px; }
.header { position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 1px solid #e9edf1; }
.header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 84px; }
.logo { width: 174px; height: auto; }
.nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.nav a { color: #20293b; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.nav a:hover { color: var(--blue); }
.call-button { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; padding: 9px 19px; border: 1px solid var(--blue); border-radius: 999px; color: var(--blue); font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.call-button:hover { background: #edf2f8; }
.header .button { min-height: 44px; padding-inline: 22px; border-radius: 999px; font-size: 14px; white-space: nowrap; }
.mobile-phone { display: none; }

.hero { position: relative; isolation: isolate; color: #fff; background: var(--blue); }
.hero::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(14,44,103,.94), rgba(15,36,80,.84) 52%, rgba(15,28,58,.75)), url('https://selectcoatingsusa.com/wp-content/uploads/2026/06/select-coatings-apartment-complex-crack-filling-sealcoating-meridian-idaho.webp') center 54% / cover; }
.hero .wrap { display: grid; grid-template-columns: minmax(0,1.13fr) minmax(395px,.87fr); gap: clamp(32px, 5vw, 76px); align-items: center; min-height: 700px; padding-block: 78px 94px; }
.hero-copy { max-width: 640px; }
.hero .tag { display: none; }
.hero h1 { max-width: 660px; margin: 0 0 27px; font-size: clamp(43px, 5.1vw, 64px); line-height: 1.09; font-weight: 800; letter-spacing: -.04em; text-wrap: balance; }
.hero-copy > p { max-width: 580px; margin: 0 0 33px; color: #e9edf4; font-size: 19px; line-height: 1.62; }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px 19px; margin: 0; padding: 0; list-style: none; color: #f7f9fc; font-size: 13px; font-weight: 700; }
.hero-points li::before { content: '✓'; margin-right: 8px; color: var(--yellow); }
.hero-rating { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 12px; max-width: 100%; margin-top: 27px; color: #fff; text-decoration: none; }
.hero-rating-stars { color: #fbbc05; font-size: 27px; line-height: 1; letter-spacing: .02em; white-space: nowrap; }
.hero-rating-score { font-size: 21px; line-height: 1.2; white-space: nowrap; }
.hero-rating-score strong { font-weight: 800; }
.hero-rating-brand { display: inline-flex; align-items: center; gap: 5px; font-size: 22px; line-height: 1.2; font-weight: 500; white-space: nowrap; }
.hero-rating-brand svg { display: block; width: 26px; height: 26px; flex: none; }
.hero-rating:hover .hero-rating-brand span { text-decoration: underline; text-underline-offset: 4px; }
.hero-photo-caption { position: absolute; bottom: 39px; left: max(24px, calc((100vw - var(--max)) / 2)); color: #d6dfec; font-size: 11px; font-weight: 600; }

.quote-card { overflow: hidden; align-self: center; background: #fff; color: var(--ink); border: 1px solid rgba(15,23,42,.14); border-radius: 16px; box-shadow: 0 20px 48px rgba(7,20,45,.24); }
.quote-card-head { padding: 27px 30px 24px; background: var(--navy); border-bottom: 5px solid var(--red); color: #fff; }
.quote-card h2 { margin: 0 0 6px; color: #fff; font-size: 27px; line-height: 1.17; font-weight: 800; letter-spacing: -.025em; }
.quote-card-head p { margin: 0; color: #cdd5e1; font-size: 14px; }
.quote-card form { padding: 27px 30px 30px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 15px 13px; }
.field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.field.full { grid-column: 1/-1; }
.field label { color: #28334a; font-size: 13px; font-weight: 700; }
.field input, .field textarea { width: 100%; min-width: 0; min-height: 47px; padding: 10px 12px; border: 1px solid #c9d1dc; border-radius: 6px; background: #fff; color: var(--ink); font-size: 16px; }
.field textarea { min-height: 75px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--blue); }
.quote-card .button { width: 100%; margin-top: 19px; }
.quote-card small { display: block; margin-top: 13px; color: var(--gray); font-size: 12px; text-align: center; }
.quote-card small a { color: var(--blue); font-weight: 700; text-underline-offset: 3px; }
.form-status { margin: 9px 0 0; color: #8d2b1a; font-size: 13px; }

.clients { padding: 0 0 24px; background: var(--mist); }
.clients .wrap { position: relative; top: -23px; margin-bottom: -23px; padding: 28px 34px 31px; border: 1px solid #5c6981; border-radius: 16px; background: var(--navy); color: #fff; }
.clients .tag { color: var(--yellow); }
.clients h2 { margin: 7px 0 20px; font-size: 21px; line-height: 1.25; font-weight: 800; letter-spacing: -.02em; }
.client-marquee { overflow: hidden; }
.client-track { display: flex; width: max-content; animation: client-scroll 38s linear infinite; }
.client-marquee:hover .client-track, .client-marquee:focus-within .client-track { animation-play-state: paused; }
.client-set { display: flex; flex: none; gap: 14px; margin: 0; padding: 0 14px 0 0; list-style: none; }
.client-logo { display: flex; flex: none; align-items: center; justify-content: center; width: 220px; height: 112px; padding: 18px 20px; border: 1px solid #5c6981; border-radius: 9px; }
.client-logo-dark { background: #101a2b; }
.client-logo-light { background: #fff; }
.client-logo img { width: 100%; height: 100%; max-height: 76px; object-fit: contain; }
.client-logo:first-child img { max-height: 56px; }
.client-logo:nth-child(2) img, .client-logo:nth-child(3) img { max-height: 84px; }
@keyframes client-scroll { to { transform: translateX(-50%); } }

.result { padding: 88px 0 105px; background: var(--mist); }
.result-intro { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(280px,.8fr); align-items: end; column-gap: 52px; margin-bottom: 38px; }
.result-intro .tag { grid-column: 1/-1; color: #ad322e; }
.result-intro .heading { max-width: 780px; margin-bottom: 0; }
.result-intro p { max-width: 360px; margin: 0 0 4px; color: #4d596b; font-size: 17px; line-height: 1.6; }
.result-bento { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(0,1fr); grid-template-rows: repeat(2,238px); gap: 18px; }
.result-tile { position: relative; isolation: isolate; overflow: hidden; margin: 0; border-radius: 16px; background: var(--navy); }
.result-tile::after { content: ''; position: absolute; z-index: 0; inset: 35% 0 0; background: linear-gradient(transparent, rgba(15,23,42,.83)); pointer-events: none; }
.result-tile-main { grid-row: span 2; }
.result-tile img { width: 100%; height: 100%; object-fit: cover; }
.result-tile-main img { object-position: center 59%; }
.result-tile figcaption { position: absolute; z-index: 1; right: 20px; bottom: 19px; left: 20px; color: #fff; font-size: 16px; font-weight: 800; line-height: 1.25; text-shadow: 0 1px 8px rgba(0,0,0,.3); }
.result-tile-main figcaption { right: auto; bottom: 23px; left: 25px; font-size: 21px; }
.result-tile figcaption span { display: block; margin-top: 7px; font-size: 12px; font-weight: 600; }
.result-cta { margin: 28px 0 0; text-align: center; }

.before-after { padding: 72px 0 78px; background: #fff; }
.before-after .wrap { max-width: 900px; }
.before-after-intro { max-width: 720px; margin-bottom: 26px; }
.before-after .tag { color: #ad322e; }
.before-after .heading { max-width: 700px; font-size: clamp(33px, 3.6vw, 46px); }
.before-after-intro p { max-width: 620px; margin: 0; color: #4d596b; font-size: 16px; }
.comparison-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.comparison-card { overflow: hidden; margin: 0; border: 1px solid rgba(15,23,42,.12); border-radius: 16px; background: var(--mist); }
.comparison-photo { position: relative; }
.comparison-photo img { width: 100%; height: 310px; object-fit: cover; object-position: center 60%; }
.comparison-label { position: absolute; top: 18px; left: 18px; padding: 10px 15px; border-radius: 999px; background: var(--navy); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.comparison-label-after { background: var(--red); }
.comparison-card figcaption { min-height: 58px; padding: 16px 20px; color: var(--ink); font-size: 14px; font-weight: 700; }

.solution { padding: 85px 0 92px; background: var(--blue); color: #fff; }
.solution-top { max-width: 850px; }
.solution .tag { color: var(--yellow); }
.solution .heading { color: #fff; font-size: clamp(36px, 4vw, 50px); }
.solution-top > p { max-width: 660px; margin: 0; color: #d7e1ef; font-size: 17px; }
.service-grid { display: grid; margin-top: 39px; border-top: 1px solid rgba(255,255,255,.23); }
.service { display: grid; grid-template-columns: 172px 1fr; align-items: center; gap: 29px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.23); }
.service img { width: 172px; height: 112px; border-radius: 8px; object-fit: cover; }
.service:nth-child(2) img { object-position: center 45%; }
.service h3 { margin: 0 0 7px; color: #fff; font-size: 23px; line-height: 1.25; font-weight: 800; letter-spacing: -.02em; }
.service p { max-width: 630px; margin: 0; color: #d7e1ef; font-size: 16px; }

.band { padding: 46px 0; background: #e8eef7; }
.band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.band h2 { max-width: 750px; margin: 0 0 8px; color: var(--blue); font-size: clamp(27px, 3vw, 37px); line-height: 1.16; font-weight: 800; letter-spacing: -.03em; text-wrap: balance; }
.band p { max-width: 760px; margin: 0; color: #4c586e; font-size: 16px; }
.band .button { flex: none; }

.work { padding: 100px 0 110px; background: var(--mist); }
.work-intro { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 45px; margin-bottom: 38px; }
.work-intro .tag { grid-column: 1/-1; color: #ad322e; }
.work-intro .heading { margin-bottom: 0; }
.work-intro p { max-width: 325px; margin: 0 0 4px; color: #4d596b; font-size: 17px; }
.work-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.work-card { overflow: hidden; background: #fff; border: 1px solid rgba(15,23,42,.12); border-radius: 16px; }
.work-card img { width: 100%; height: 250px; object-fit: cover; }
.work-card-copy { min-height: 160px; padding: 22px 23px 27px; }
.work-card .location { margin: 0 0 10px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.work-card h3 { margin: 0 0 9px; color: var(--ink); font-size: 21px; line-height: 1.2; font-weight: 800; letter-spacing: -.025em; }
.work-card p { margin: 0; color: #596579; font-size: 14px; line-height: 1.55; }
.work-card-link { display: inline-block; margin-top: 13px; color: var(--blue); font-size: 14px; font-weight: 800; text-underline-offset: 4px; }

.reviews { padding: 96px 0 105px; background: var(--blue-mid); color: #fff; }
.reviews-intro { max-width: 780px; margin: 0 auto 34px; text-align: center; }
.reviews .tag { color: var(--yellow); }
.reviews .heading { color: #fff; font-size: clamp(37px, 4vw, 50px); }
.reviews-intro p { margin: 0; color: #d9e3f4; font-size: 17px; }
.review-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; max-width: 1030px; margin: auto; }
.review-card { display: flex; flex-direction: column; align-items: flex-start; min-height: 260px; padding: 30px 31px; border: 1px solid rgba(255,255,255,.2); border-radius: 20px; background: rgba(255,255,255,.06); }
.review-stars { color: #ffcf56; font-size: 20px; line-height: 1; letter-spacing: .1em; }
.review-card blockquote { margin: 19px 0 25px; color: #fff; font-size: 19px; font-style: italic; line-height: 1.55; }
.review-card footer { margin-top: auto; color: #c7d6f0; font-size: 13px; }
.review-card footer strong { display: block; color: #fff; font-size: 15px; }
.review-card footer a { display: inline-block; margin-top: 7px; color: #ffb1a7; font-size: 13px; font-weight: 700; text-underline-offset: 3px; }
.reviews-more { margin: 29px 0 0; text-align: center; }
.reviews-more a { color: #fff; font-size: 15px; font-weight: 700; text-underline-offset: 4px; }

.team { padding: 100px 0; background: #fff; }
.team .wrap { display: grid; grid-template-columns: .94fr 1.06fr; gap: 7%; align-items: center; }
.team-photo { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.team-photo img { width: 100%; height: 470px; object-fit: contain; object-position: center bottom; }
.team-photo figcaption { padding: 17px 21px; background: var(--navy); color: #fff; font-size: 12px; font-weight: 700; }
.team .tag { color: #ad322e; }
.team .heading { margin-bottom: 25px; font-size: clamp(37px, 4vw, 53px); }
.team-person { margin-bottom: 22px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.team-person strong, .team-person span { display: block; }
.team-person strong { color: var(--ink); font-size: 18px; line-height: 1.3; }
.team-person span { color: var(--gray); font-size: 14px; }
.team-copy > p { max-width: 58ch; margin: 0 0 22px; color: #4d596b; font-size: 17px; }
.team blockquote { max-width: 560px; margin: 0 0 25px; padding: 21px 24px; border-left: 4px solid var(--red); border-radius: 0 12px 12px 0; background: var(--mist); color: var(--blue); font-size: 19px; font-weight: 700; line-height: 1.45; }
.team blockquote cite { display: block; margin-top: 11px; color: var(--gray); font-size: 12px; font-style: normal; font-weight: 600; }
.team blockquote a { color: var(--blue); text-underline-offset: 3px; }

.faq { padding: 93px 0 104px; background: var(--mist); }
.faq .wrap { max-width: 940px; }
.faq .tag { color: #ad322e; }
.faq .heading { margin-bottom: 36px; }
.faq details { border-bottom: 1px solid #cfd7e1; }
.faq details:first-of-type { border-top: 1px solid #cfd7e1; }
.faq summary { padding: 23px 4px; list-style: none; color: var(--ink); font-size: 19px; font-weight: 700; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; float: right; margin-left: 14px; color: var(--blue); font-size: 26px; line-height: 26px; }
.faq details[open] summary::after { content: '−'; }
.faq details p { max-width: 65ch; margin: 0; padding: 0 30px 22px 4px; color: #4d596b; font-size: 16px; }

.final { padding: 84px 24px 88px; background: var(--blue); color: #fff; text-align: center; }
.final h2 { max-width: 850px; margin: 0 auto 15px; font-size: clamp(38px, 4.3vw, 54px); line-height: 1.1; font-weight: 800; letter-spacing: -.035em; text-wrap: balance; }
.final p { margin: 0 0 27px; color: #dbe5f2; font-size: 17px; }
.final-links { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }
.final-links > a:not(.button) { color: #fff; font-size: 15px; font-weight: 700; text-underline-offset: 4px; }
.sc-footer { overflow: hidden; border-top: 6px solid #fbbf24; background: #011022; color: #fff; font-family: Inter, Arial, sans-serif; }
.sc-footer a { color: inherit; text-decoration: none; }
.sc-footer a:hover { color: #fbbf24; }
.sc-footer-main, .sc-footer-utility, .sc-footer-legal { width: min(calc(100% - 80px),1280px); margin-inline: auto; }
.sc-footer-main { display: grid; grid-template-columns: minmax(350px,1.35fr) minmax(210px,.72fr) minmax(250px,.86fr); padding: 80px 0 50px; }
.sc-footer-brand { padding-right: 64px; }
.sc-footer-logo { display: inline-flex; max-width: 280px; margin-bottom: 24px; }
.sc-footer-logo img { width: 280px; height: auto; }
.sc-footer-brand h2 { margin: 0 0 10px; color: #fff; font-size: 24px; line-height: 1.15; font-weight: 700; }
.sc-footer-brand p { max-width: 36ch; margin: 0; color: #f4f7f9; font-size: 16px; line-height: 1.65; }
.sc-footer-phone { display: block; margin-top: 30px; color: #fff; font-size: clamp(34px,3.2vw,52px); line-height: 1; font-weight: 800; letter-spacing: -.035em; white-space: nowrap; }
.sc-footer-email { display: inline-block; margin-top: 9px; color: #f4f7f9; font-size: 16px; font-weight: 600; overflow-wrap: anywhere; }
.sc-footer-column { padding-left: 48px; border-left: 1px solid rgba(244,247,249,.22); }
.sc-footer-column h3 { margin: 0 0 22px; color: #fbbf24; font-size: 13px; line-height: 1.2; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.sc-footer-column ul { margin: 0; padding: 0; list-style: none; }
.sc-footer-column li { min-height: 40px; }
.sc-footer-column li a, .sc-footer-column li span { display: inline-flex; align-items: center; min-height: 40px; color: #fff; font-size: 16px; line-height: 1.35; }
.sc-footer-column li a:hover { color: #fbbf24; }
.sc-footer-cta { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 56px; margin-top: 24px; padding: 15px 24px; border-radius: 50px; background: #d11c1c; color: #fff !important; font-size: 15px; font-weight: 700; text-align: center; }
.sc-footer-cta:hover { background: #ad1717; }
.sc-footer-utility { display: grid; grid-template-columns: 1.1fr 1fr .9fr .8fr; border-top: 1px solid rgba(244,247,249,.22); border-bottom: 1px solid rgba(244,247,249,.22); }
.sc-footer-utility span { display: flex; align-items: center; min-height: 76px; padding: 0 28px; border-left: 1px solid rgba(244,247,249,.22); color: #f4f7f9; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.sc-footer-utility span:first-child { padding-left: 0; border-left: 0; }
.sc-footer-landscape { width: 100%; overflow: hidden; }
.sc-footer-landscape img { width: 100%; height: auto; aspect-ratio: 2560 / 496; object-fit: cover; }
.sc-footer-legal { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 84px; border-top: 1px solid rgba(244,247,249,.22); color: #f4f7f9; font-size: 12px; font-weight: 500; letter-spacing: .04em; }
.sc-footer-legal span + span { padding-left: 28px; border-left: 1px solid rgba(244,247,249,.22); text-align: right; }
.sc-footer-legal a { font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.sc-footer-call { display: none; }
@media (max-width: 1024px) {
  .sc-footer-main { grid-template-columns: repeat(2,minmax(0,1fr)); width: min(calc(100% - 48px),920px); padding-top: 64px; }
  .sc-footer-brand { grid-column: 1/-1; padding: 0 0 48px; }
  .sc-footer-column { padding-top: 34px; padding-bottom: 10px; border-top: 1px solid rgba(244,247,249,.22); }
  .sc-footer-main > .sc-footer-column:nth-child(2) { padding-left: 0; border-left: 0; }
  .sc-footer-main > .sc-footer-column:nth-child(3) { padding-left: 36px; }
  .sc-footer-utility, .sc-footer-legal { width: min(calc(100% - 48px),920px); }
  .sc-footer-utility { grid-template-columns: 1fr 1fr; padding: 12px 0; }
  .sc-footer-utility span { min-height: 48px; }
  .sc-footer-utility span:nth-child(3) { padding-left: 0; border-left: 0; }
  .sc-footer-call { position: fixed; right: calc(18px + env(safe-area-inset-right,0px)); bottom: calc(18px + env(safe-area-inset-bottom,0px)); z-index: 30; display: grid; place-items: center; width: 60px; height: 60px; border: 2px solid #fff; border-radius: 50%; background: #d11c1c; color: #fff !important; box-shadow: 0 12px 32px rgba(15,23,42,.28); }
  .sc-footer-call svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .sc-footer-call span { display: none; }
}
@media (max-width: 767px) {
  .sc-footer-main, .sc-footer-utility, .sc-footer-legal { width: calc(100% - 36px); }
  .sc-footer-main { display: block; padding: 48px 0 30px; }
  .sc-footer-brand { padding-bottom: 40px; }
  .sc-footer-logo { max-width: 230px; }
  .sc-footer-logo img { width: 230px; }
  .sc-footer-phone { font-size: clamp(34px,10.2vw,42px); }
  .sc-footer-column, .sc-footer-main > .sc-footer-column:nth-child(3) { padding: 32px 0; border-left: 0; border-top: 1px solid rgba(244,247,249,.22); }
  .sc-footer-column ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 20px; }
  .sc-footer-utility { grid-template-columns: 1fr; padding: 12px 0; }
  .sc-footer-utility span, .sc-footer-utility span:nth-child(3) { min-height: 42px; padding: 0; border-left: 0; }
  .sc-footer-landscape img { width: 175%; max-width: none; margin-left: -37.5%; }
  .sc-footer-legal { display: block; min-height: 0; padding: 16px 0 calc(104px + env(safe-area-inset-bottom, 0px)); }
  .sc-footer-legal span { display: block; min-height: 34px; }
  .sc-footer-legal span + span { padding-left: 0; border-left: 0; text-align: left; }
  .sc-footer-call { right: calc(16px + env(safe-area-inset-right, 0px)); bottom: calc(12px + env(safe-area-inset-bottom, 0px)); left: calc(16px + env(safe-area-inset-left, 0px)); display: flex; align-items: center; justify-content: center; gap: 11px; width: auto; height: 66px; padding: 10px 14px; border: 2px solid #fff; border-radius: 999px; background: var(--red); color: #fff; font-size: clamp(15px, 4.6vw, 20px); line-height: 1.1; font-weight: 800; letter-spacing: -.02em; white-space: nowrap; box-shadow: 0 12px 32px rgba(15,23,42,.28); }
  .sc-footer-call:hover { background: var(--red-dark); color: #fff !important; }
  .sc-footer-call svg { flex: none; width: 26px; height: 26px; }
  .sc-footer-call span { display: inline; }
}

@media (max-width: 1120px) {
  .nav { gap: 15px; }
  .header .wrap { gap: 14px; }
  .hero .wrap { grid-template-columns: minmax(0,1fr) minmax(370px,.9fr); gap: 28px; }
  .hero h1 { font-size: clamp(43px, 5vw, 58px); }
}
@media (max-width: 940px) {
  .nav { display: none; }
  .header .wrap { justify-content: space-between; }
  .call-button { margin-left: auto; }
  .hero .wrap { grid-template-columns: 1fr; gap: 42px; padding-block: 72px 85px; }
  .hero-copy { max-width: 760px; }
  .hero h1 { max-width: 740px; }
  .quote-card { width: 100%; max-width: 650px; justify-self: start; }
  .hero-photo-caption { display: none; }
  .team .wrap { gap: 4%; }
}
@media (max-width: 680px) {
  .wrap { width: min(calc(100% - 32px), var(--max)); }
  .utility .wrap { min-height: 32px; }
  .utility span, .utility a { font-size: 10px; }
  .utility span:nth-child(2) { display: none; }
  .header .wrap { min-height: 72px; }
  .logo { width: 148px; }
  .call-button, .header .button { display: none; }
  .mobile-phone { display: inline-flex; padding: 8px 16px; border: 1px solid var(--blue); border-radius: 999px; color: var(--blue); font-size: 13px; font-weight: 700; text-decoration: none; }
  .hero .wrap { gap: 34px; padding-block: 54px 66px; }
  .hero h1 { font-size: clamp(42px, 9.6vw, 58px); }
  .hero-copy > p { font-size: 17px; }
  .hero-points { gap: 7px 13px; font-size: 12px; }
  .hero-rating { gap: 8px; margin-top: 23px; }
  .hero-rating-stars { font-size: 21px; }
  .hero-rating-score { font-size: 17px; }
  .hero-rating-brand { gap: 3px; font-size: 18px; }
  .hero-rating-brand svg { width: 22px; height: 22px; }
  .quote-card-head { padding: 23px 21px 19px; }
  .quote-card h2 { font-size: 24px; }
  .quote-card form { padding: 22px 20px 25px; }
  .form-grid { grid-template-columns: 1fr; gap: 13px; }
  .field.full { grid-column: auto; }
  .clients .wrap { padding: 24px 23px 25px; }
  .client-logo { width: 194px; height: 100px; padding: 14px 17px; }
  .result, .before-after, .solution, .work, .reviews, .team, .faq { padding-block: 70px 78px; }
  .before-after { padding-block: 54px 60px; }
  .result-intro, .work-intro { display: block; margin-bottom: 28px; }
  .result-intro p, .work-intro p { max-width: 650px; margin: 0; }
  .heading { font-size: clamp(37px, 9vw, 50px); }
  .result-bento { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: 305px 180px; gap: 11px; }
  .result-tile-main { grid-column: 1/-1; grid-row: auto; }
  .result-tile figcaption { right: 11px; bottom: 12px; left: 11px; font-size: 12px; }
  .result-tile-main figcaption { right: 16px; bottom: 17px; left: 16px; font-size: 17px; }
  .result-tile figcaption span { font-size: 11px; }
  .comparison-grid { grid-template-columns: 1fr; gap: 16px; }
  .comparison-photo img { height: 225px; }
  .comparison-card figcaption { min-height: 0; }
  .comparison-label { top: 13px; left: 13px; padding: 8px 11px; font-size: 11px; }
  .service { grid-template-columns: 104px 1fr; gap: 16px; }
  .service img { width: 104px; height: 90px; }
  .service h3 { font-size: 18px; }
  .service p { font-size: 14px; }
  .band .wrap { display: block; }
  .band .button { margin-top: 22px; }
  .work-grid, .review-grid { grid-template-columns: 1fr; }
  .work-card img { height: 230px; }
  .work-card-copy { min-height: 0; }
  .review-card { min-height: 0; padding: 25px 23px; }
  .review-card blockquote { font-size: 18px; }
  .team .wrap { grid-template-columns: 1fr; gap: 34px; }
  .team-photo img { height: 320px; }
  .faq summary { font-size: 17px; }
  .final { padding: 74px 20px 80px; }
  .final .button { width: 100%; }
}
@media (max-width: 380px) {
  .utility .wrap { justify-content: center; }
  .utility span:first-child { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
  .client-marquee { overflow-x: auto; scrollbar-color: #8994a8 var(--navy); }
  .client-track { animation: none; }
  .client-set[aria-hidden="true"] { display: none; }
}

/* Netlify honeypot: available to bots but visually hidden. */
.bot-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
