:root {
  --navy: #12365f;
  --navy-2: #194d7e;
  --navy-3: #071d34;
  --blue: #2a77b8;
  --blue-light: #e0f1fb;
  --orange: #f2a019;
  --orange-dark: #bf6e00;
  --foam: #f3f8fb;
  --white: #ffffff;
  --ink: #18324b;
  --muted: #617489;
  --line: #d6e3eb;
  --sand: #fff7e9;
  --display: "Barlow Condensed", sans-serif;
  --body: "Manrope", sans-serif;
  --shadow: 0 20px 50px rgb(2 34 55 / 14%);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); font-family: var(--body); background: var(--white); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 108px 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -100px; background: var(--white); color: var(--navy); padding: 12px 18px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.utility-bar { background: var(--navy-3); color: #d5e7f0; font-size: .75rem; font-weight: 600; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner p { margin: 0; }
.utility-inner p, .utility-inner a { display: flex; align-items: center; gap: 7px; }
.utility-inner svg { width: 14px; color: var(--blue); }
.utility-inner a { color: var(--white); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgb(255 255 255 / 95%); backdrop-filter: blur(14px); border-bottom: 1px solid rgb(8 35 61 / 8%); }
.nav-wrap { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); line-height: 1; flex-shrink: 0; }
.brand-mark { width: 118px; height: 72px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; }
.brand b { font: 900 1.5rem/.8 var(--display); letter-spacing: -.03em; }
.brand small { margin-top: 7px; color: var(--orange); font-size: .55rem; font-weight: 800; letter-spacing: .14em; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: 27px; }
.primary-nav a { font-size: .86rem; font-weight: 700; color: #42586a; transition: color .2s ease; }
.primary-nav a:hover { color: var(--blue); }
.nav-toggle { display: none; }

.button { min-height: 54px; padding: 0 24px; border: 0; border-radius: 8px; background: var(--orange); color: var(--white); display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: .83rem; font-weight: 800; letter-spacing: .025em; text-transform: uppercase; box-shadow: 0 9px 0 var(--orange-dark); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(3px); box-shadow: 0 6px 0 var(--orange-dark); background: #ff7d35; }
.button:active { transform: translateY(7px); box-shadow: 0 2px 0 var(--orange-dark); }
.button svg, .text-link svg { width: 18px; }
.button-small { min-height: 43px; padding: 0 17px; font-size: .72rem; box-shadow: 0 5px 0 var(--orange-dark); }
.button-small:hover { box-shadow: 0 3px 0 var(--orange-dark); }
.button-white { background: var(--white); color: var(--navy); box-shadow: 0 7px 0 #a8def0; }
.button-white:hover { background: var(--white); box-shadow: 0 4px 0 #a8def0; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: .83rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; border-bottom: 2px solid var(--blue); padding-bottom: 4px; }
.light-link { color: var(--white); border-color: rgb(255 255 255 / 35%); }

.hero { min-height: 730px; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: var(--white); }
.hero-image { position: absolute; inset: 0; background: url("assets/freshview-hero.jpg") 63% center/cover no-repeat; }
.hero-image::before { content: ""; position: absolute; inset: 0 51% 0 0; background: inherit; background-position: 63% center; background-size: cover; filter: grayscale(.38) brightness(.7) sepia(.18); clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(4 22 37 / 97%) 0%, rgb(6 31 51 / 87%) 40%, rgb(6 31 51 / 28%) 72%, rgb(6 31 51 / 10%) 100%); }
.hero-wash { position: absolute; width: 760px; height: 760px; left: -320px; top: -200px; border: 1px solid rgb(18 168 224 / 28%); border-radius: 50%; box-shadow: 0 0 0 90px rgb(18 168 224 / 5%), 0 0 0 180px rgb(18 168 224 / 4%); }
.hero-content { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; padding-top: 65px; padding-bottom: 100px; }
.hero-copy { max-width: 700px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: #96e1fb; }
.hero h1, h2 { margin: 0; font-family: var(--display); text-transform: uppercase; letter-spacing: -.035em; line-height: .88; }
.hero h1 { font-size: clamp(4.6rem, 8.2vw, 7.4rem); max-width: 760px; text-wrap: balance; }
h1 em, h2 em { color: var(--blue); font-style: italic; }
.hero h1 em { color: transparent; -webkit-text-stroke: 2px var(--blue); text-shadow: 5px 5px 0 rgb(18 168 224 / 15%); }
.hero-lede { max-width: 580px; margin: 28px 0 0; color: #d7e5ed; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 33px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 39px; color: #d4e5ed; font-size: .74rem; font-weight: 700; }
.trust-row span { display: flex; align-items: center; gap: 6px; }
.trust-row svg { width: 16px; color: var(--blue); }
.hero-card { width: 235px; flex: 0 0 auto; padding: 23px; border: 1px solid rgb(255 255 255 / 20%); border-radius: 16px; background: rgb(5 30 49 / 78%); backdrop-filter: blur(14px); box-shadow: var(--shadow); }
.hero-card-kicker { display: block; color: #9fe5fb; font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.hero-card strong { display: block; margin: 9px 0 -2px; color: var(--white); font: 900 3.5rem/1 var(--display); }
.hero-card p { margin: 0 0 8px; font-size: .9rem; font-weight: 700; }
.hero-card small { display: block; color: #9eb5c4; font-size: .65rem; line-height: 1.5; }
.hero-card a { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding-top: 14px; border-top: 1px solid rgb(255 255 255 / 16%); color: #ff9d68; font-size: .69rem; font-weight: 800; text-transform: uppercase; }
.hero-card svg { width: 15px; }
.spray-line { position: absolute; z-index: 3; height: 55px; left: -2%; right: -2%; bottom: -26px; background: var(--white); transform: rotate(-1.2deg); transform-origin: center; }
.spray-line::before { content: ""; position: absolute; left: 13%; right: 8%; top: -13px; height: 22px; background: radial-gradient(ellipse at center, rgb(255 255 255 / 88%) 0 45%, transparent 47%) 0 0/42px 16px repeat-x; filter: blur(2px); }

.proof-strip { position: relative; z-index: 5; background: var(--white); border-bottom: 1px solid var(--line); }
.proof-grid { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-grid div { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; border-right: 1px solid var(--line); }
.proof-grid div:last-child { border: 0; }
.proof-grid strong { font: 900 2.4rem/1 var(--display); color: var(--navy); }
.proof-grid span { max-width: 90px; color: var(--muted); font-size: .72rem; line-height: 1.3; text-transform: uppercase; letter-spacing: .05em; }

.intro { background: var(--foam); }
.intro-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 100px; align-items: start; }
.section-heading h2, .results h2, .quote-band h2, .reviews h2, .faq h2, .areas h2 { font-size: clamp(3.35rem, 5.5vw, 5.2rem); color: var(--navy); }
.section-heading > p:last-child { max-width: 620px; margin: 24px auto 0; color: var(--muted); }
.section-heading.centered { text-align: center; max-width: 850px; margin: 0 auto 52px; }
.section-heading.centered .eyebrow { justify-content: center; }
.intro-copy { border-left: 1px solid #bdd5df; padding-left: 52px; }
.intro-copy > p { margin: 0; color: #4e6576; font-size: 1rem; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 18px; margin: 27px 0 32px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 9px; font-size: .82rem; font-weight: 700; }
.check-list svg { width: 17px; padding: 2px; border-radius: 50%; background: var(--blue); color: var(--white); }

.services { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.service-card { position: relative; min-height: 350px; padding: 33px 30px 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #a8d9ea; box-shadow: var(--shadow); }
.service-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -70px; bottom: -70px; border: 22px solid var(--blue-light); border-radius: 50%; }
.service-card.featured { background: var(--foam); border-color: #b6dfef; }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 13px; color: var(--blue); background: var(--blue-light); }
.service-icon svg { width: 25px; }
.service-num { position: absolute; top: 30px; right: 29px; color: #b7c8d1; font: 800 1.05rem var(--display); }
.service-card h3 { margin: 28px 0 12px; color: var(--navy); font: 800 1.7rem/1 var(--display); text-transform: uppercase; }
.service-card p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.7; }
.service-card > a:not(.button) { position: absolute; z-index: 2; bottom: 27px; left: 30px; display: flex; align-items: center; gap: 7px; color: var(--navy); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.service-card > a svg { width: 15px; color: var(--orange); }
.service-card.cta-card { color: var(--white); background: var(--navy); border-color: var(--navy); }
.service-card.cta-card .service-icon { color: var(--white); background: rgb(18 168 224 / 20%); }
.service-card.cta-card h3 { color: var(--white); font-size: 2.2rem; }
.service-card.cta-card p { color: #bed2dd; }
.service-card.cta-card .button { position: absolute; left: 30px; bottom: 28px; width: calc(100% - 60px); }

.results { color: var(--white); background: var(--navy); overflow: hidden; }
.results-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 82px; align-items: center; }
.results h2, .quote-band h2 { color: var(--white); }
.results-copy > p:not(.eyebrow) { color: #bcd0db; margin: 25px 0 31px; max-width: 470px; }
.results-list { display: grid; gap: 20px; margin: 0; padding: 0; list-style: none; }
.results-list li { display: flex; gap: 15px; color: #c7d8e1; font-size: .8rem; line-height: 1.5; }
.results-list li > svg { flex: 0 0 auto; width: 35px; height: 35px; padding: 8px; border-radius: 9px; color: var(--blue); background: rgb(18 168 224 / 13%); }
.results-list b { display: block; margin-bottom: 2px; color: var(--white); font-size: .85rem; }
.comparison { position: relative; height: 520px; overflow: hidden; border: 8px solid var(--white); border-radius: 24px; box-shadow: 18px 18px 0 rgb(18 168 224 / 18%); }
.compare-photo { position: absolute; inset: 0; background-image: url("assets/freshview-hero.jpg"); background-size: cover; background-position: 65% center; }
.before-photo { filter: grayscale(.5) brightness(.55) sepia(.25) saturate(.7); }
.compare-after { position: absolute; inset: 0 auto 0 0; width: var(--position); overflow: hidden; }
.after-photo { width: 100%; min-width: min(57.4vw, 676px); filter: contrast(1.03) saturate(1.08) brightness(1.05); }
.compare-line { position: absolute; z-index: 3; left: var(--position); top: 0; bottom: 0; width: 3px; background: var(--white); transform: translateX(-50%); pointer-events: none; }
.compare-line span { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; display: grid; place-items: center; transform: translate(-50%, -50%); border: 3px solid var(--white); border-radius: 50%; background: var(--orange); box-shadow: 0 6px 22px rgb(0 0 0 / 25%); }
.compare-line svg { width: 24px; }
.compare-label { position: absolute; z-index: 2; top: 18px; padding: 7px 11px; border-radius: 5px; background: rgb(6 24 39 / 75%); backdrop-filter: blur(6px); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.label-before { left: 18px; }.label-after { right: 18px; }
.compare-range { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }

.why-us { background: var(--foam); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit { position: relative; padding: 42px 29px 37px; border-right: 1px solid var(--line); }
.benefit:last-child { border: 0; }
.benefit > span { position: absolute; right: 20px; top: 16px; color: #bed0d8; font: 800 .78rem var(--display); }
.benefit > svg { width: 35px; height: 35px; color: var(--orange); }
.benefit h3 { margin: 25px 0 12px; color: var(--navy); font: 800 1.45rem/1 var(--display); text-transform: uppercase; }
.benefit p { margin: 0; color: var(--muted); font-size: .8rem; }

.quote-band { padding: 100px 0; color: var(--white); background: linear-gradient(135deg, var(--navy-3), var(--navy-2)); }

.reviews { background: var(--white); }
.reviews-top { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.rating { display: flex; align-items: center; gap: 13px; flex: 0 0 auto; }
.rating > span { font: 900 3.8rem/1 var(--display); color: var(--navy); }
.rating p { margin: 0; color: var(--orange); letter-spacing: .08em; }
.rating small { display: block; color: var(--muted); font-size: .68rem; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review { margin: 0; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--foam); }
.review > p { min-height: 150px; margin: 0; color: #40596b; font-size: .92rem; line-height: 1.8; }
.review footer { display: flex; align-items: center; gap: 10px; padding-top: 20px; border-top: 1px solid var(--line); }
.review footer > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--white); font-size: .68rem; font-weight: 800; }
.review footer > span svg { width: 17px; }
.review footer div { display: flex; flex-direction: column; }
.review footer b { color: var(--navy); font-size: .73rem; }
.review footer small { color: var(--muted); font-size: .6rem; }
.review footer em { margin-left: auto; color: var(--orange); font-size: .68rem; font-style: normal; letter-spacing: -.04em; }

.process { background: var(--sand); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 80px; margin-top: 60px; }
.process-grid::before { content: ""; position: absolute; top: 37px; left: 16%; right: 16%; border-top: 2px dashed #f0a87f; }
.process-step { position: relative; z-index: 2; text-align: center; }
.step-icon { position: relative; width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 26px; border: 6px solid var(--sand); border-radius: 50%; background: var(--orange); color: var(--white); box-shadow: 0 0 0 1px #efae87; }
.step-icon svg { width: 27px; }
.step-icon span { position: absolute; right: -8px; top: -8px; width: 25px; height: 25px; display: grid; place-items: center; border: 3px solid var(--sand); border-radius: 50%; background: var(--navy); font: 800 .75rem var(--display); }
.process-step h3 { margin: 0 0 10px; color: var(--navy); font: 800 1.55rem var(--display); text-transform: uppercase; }
.process-step p { max-width: 280px; margin: 0 auto; color: var(--muted); font-size: .82rem; }

.areas { background: var(--white); }
.areas-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 85px; align-items: center; }
.area-map { min-height: 430px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 24px; background: var(--foam); overflow: hidden; }
.area-map svg { width: 100%; height: 100%; }
.map-road { fill: none; stroke: #b9d7e2; stroke-width: 12; opacity: .55; }.map-road.thin { stroke-width: 5; opacity: .7; }.map-ring { fill: none; stroke: var(--blue); stroke-width: 1.5; stroke-dasharray: 8 7; opacity: .5; }.main-pin path { fill: var(--orange); }.main-pin circle { fill: var(--white); }.small-pin circle { fill: var(--blue); }.small-pin text { fill: var(--navy); font: 700 11px var(--body); }.charlotte-label { fill: var(--navy); font: 900 16px var(--display); letter-spacing: .12em; }
.areas-copy > p:not(.eyebrow, .area-note) { color: var(--muted); }
.town-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 26px 0; }
.town-list span { position: relative; padding-left: 17px; color: var(--navy); font-size: .8rem; font-weight: 700; }
.town-list span::before { content: ""; position: absolute; left: 0; top: .67em; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.area-note { display: flex; gap: 8px; color: var(--navy); font-size: .75rem; font-weight: 700; }
.area-note svg { width: 17px; color: var(--blue); flex: 0 0 auto; }

.faq { background: var(--foam); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.accordion { border-top: 1px solid #bcd3de; }
.accordion details { border-bottom: 1px solid #bcd3de; }
.accordion summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy); font-weight: 800; font-size: .88rem; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary svg { width: 19px; flex: 0 0 auto; color: var(--blue); transition: transform .2s ease; }
.accordion details[open] summary svg { transform: rotate(45deg); color: var(--orange); }
.accordion details p { margin: -4px 35px 24px 0; color: var(--muted); font-size: .82rem; }

.final-cta { position: relative; padding: 110px 0; overflow: hidden; color: var(--white); background: var(--navy); }
.final-cta::before, .final-cta::after { content: ""; position: absolute; border-radius: 50%; border: 2px solid rgb(18 168 224 / 18%); }
.final-cta::before { width: 600px; height: 600px; left: -320px; top: -200px; box-shadow: 0 0 0 70px rgb(18 168 224 / 4%), 0 0 0 140px rgb(18 168 224 / 3%); }
.final-cta::after { width: 380px; height: 380px; right: -170px; bottom: -210px; }
.final-cta-inner { position: relative; z-index: 2; max-width: 790px; text-align: center; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { color: var(--white); font-size: clamp(3.8rem, 6vw, 6rem); }
.final-cta p:not(.eyebrow) { max-width: 580px; margin: 24px auto 30px; color: #bdd0dc; }

.site-footer { padding: 74px 0 24px; color: #b2c6d2; background: var(--navy-3); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1.15fr; gap: 60px; }
.brand-light { color: var(--white); }
.footer-brand > p { max-width: 270px; font-size: .77rem; }
.socials { display: flex; gap: 8px; margin-top: 20px; }
.socials a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / 15%); border-radius: 50%; color: var(--white); }
.socials svg { width: 15px; }
.footer-grid h3 { margin: 2px 0 20px; color: var(--white); font: 800 1rem var(--display); text-transform: uppercase; letter-spacing: .04em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.footer-grid a, .footer-grid p, .footer-grid small { font-size: .72rem; }
.footer-grid > div:not(.footer-brand) > a:hover { color: var(--blue); }
.footer-contact a, .footer-contact p { display: flex; align-items: center; gap: 8px; margin: 0; }
.footer-contact svg { width: 15px; color: var(--blue); flex: 0 0 auto; }
.footer-contact small { color: #7892a1; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgb(255 255 255 / 10%); color: #668393; font-size: .63rem; }
.footer-bottom div { display: flex; gap: 18px; }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .primary-nav { gap: 16px; }.primary-nav a { font-size: .78rem; }
  .hero { min-height: 690px; }.hero-card { display: none; }.hero-copy { max-width: 720px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }.benefit:nth-child(2) { border-right: 0; }.benefit:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .results-grid { gap: 45px; }.comparison { height: 460px; }
  .faq-grid { gap: 50px; }
  .footer-grid { grid-template-columns: 1.2fr .7fr .7fr; }.footer-contact { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid rgb(255 255 255 / 10%); }
}

@media (max-width: 820px) {
  .section-pad { padding: 82px 0; }
  .nav-wrap { grid-template-columns: auto 1fr auto; }.nav-cta { display: none; }
  .nav-toggle { position: relative; z-index: 3; display: grid; justify-self: end; width: 44px; height: 44px; place-content: center; gap: 5px; border: 0; border-radius: 8px; background: var(--foam); cursor: pointer; }
  .nav-toggle span { width: 22px; height: 2px; background: var(--navy); transition: .2s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; top: 116px; right: 0; width: 100%; min-height: calc(100vh - 116px); display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 25px 30px 100px; background: var(--white); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s ease; }
  .primary-nav.open { opacity: 1; visibility: visible; pointer-events: auto; }.primary-nav a { padding: 18px 0; border-bottom: 1px solid var(--line); color: var(--navy); font: 800 1.5rem var(--display); text-transform: uppercase; }
  .hero-image { background-position: 66% center; }.hero-image::after { background: linear-gradient(90deg, rgb(4 22 37 / 96%) 0%, rgb(6 31 51 / 80%) 65%, rgb(6 31 51 / 38%) 100%); }
  .hero-content { padding-bottom: 90px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); padding: 18px 0; }.proof-grid div:nth-child(2) { border: 0; }.proof-grid div { min-height: 66px; }
  .intro-grid, .results-grid, .areas-grid, .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .intro-copy { border-left: 0; border-top: 1px solid var(--line); padding: 35px 0 0; }
  .comparison { height: min(69vw, 500px); }.compare-photo { background-size: 145vw auto; }.after-photo { min-width: calc(100vw - 40px); }
  .review-grid { grid-template-columns: 1fr; }.review > p { min-height: 0; margin-bottom: 28px; }
  .process-grid { gap: 35px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 30px, 1180px); }
  .utility-inner { justify-content: center; }.utility-inner p { display: none; }
  .site-header { top: 0; }.nav-wrap { min-height: 72px; }.primary-nav { top: 106px; min-height: calc(100vh - 106px); }
  .brand-mark { width: 92px; height: 62px; }.brand b { font-size: 1.3rem; }.brand small { font-size: .49rem; margin-top: 6px; }
  .hero { min-height: 740px; align-items: flex-end; }.hero-image { background-position: 70% center; }.hero-image::after { background: linear-gradient(0deg, rgb(4 22 37 / 98%) 0%, rgb(4 22 37 / 88%) 54%, rgb(4 22 37 / 15%) 100%); }
  .hero-content { padding-top: 220px; padding-bottom: 75px; }.hero h1 { font-size: clamp(4rem, 20vw, 5.5rem); }.hero-lede { margin-top: 22px; font-size: .92rem; }.hero-actions { align-items: stretch; flex-direction: column; gap: 23px; }.hero-actions .button { width: 100%; }.hero-actions .text-link { align-self: center; }.trust-row { gap: 12px 18px; margin-top: 32px; }.trust-row span { font-size: .66rem; }
  .proof-grid div { justify-content: flex-start; padding-left: 15px; }.proof-grid strong { font-size: 2rem; }.proof-grid span { font-size: .6rem; }
  .section-heading h2, .results h2, .quote-band h2, .reviews h2, .faq h2, .areas h2 { font-size: 3.25rem; }.section-heading.centered { margin-bottom: 38px; }
  .check-list { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 330px; }
  .comparison { height: 430px; }.compare-photo { background-size: auto 100%; background-position: 66% bottom; }.after-photo { min-width: calc(100vw - 30px); }
  .benefit-grid { grid-template-columns: 1fr; }.benefit { border-right: 0; border-bottom: 1px solid var(--line); }.benefit:nth-child(3) { border-bottom: 1px solid var(--line); }
  .reviews-top { align-items: flex-start; flex-direction: column; }.rating > span { font-size: 3rem; }
  .process-grid { grid-template-columns: 1fr; gap: 50px; }.process-grid::before { top: 60px; bottom: 60px; left: 50%; right: auto; border-top: 0; border-left: 2px dashed #f0a87f; }
  .area-map { min-height: 335px; }.town-list { gap: 8px; }
  .final-cta { padding: 90px 0 110px; }.final-cta h2 { font-size: 3.8rem; }
  .footer-grid { grid-template-columns: 1fr; }.footer-brand, .footer-contact { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 9px; }
  .mobile-call { position: fixed; z-index: 90; left: 12px; right: 12px; bottom: 12px; min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgb(255 255 255 / 38%); border-radius: 10px; background: var(--orange); color: var(--white); box-shadow: 0 12px 30px rgb(5 24 39 / 30%); font-size: .77rem; font-weight: 800; text-transform: uppercase; }
  .mobile-call svg { width: 18px; }
}

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