/*
Theme Name: Mr. Spray — Elementor Clean
Theme URI: https://mr-spray-fort-worth.tqyzbwrbfd.chatgpt.site/
Author: Mr. Spray
Description: A responsive local-service theme for Mr. Spray curb painting in Fort Worth, Texas.
Version: 3.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: mr-spray
*/

:root {
  --font-sans: Arial, Helvetica, sans-serif;
  --font-mono: "Courier New", monospace;
}

html { scroll-padding-top: 86px; }
body.admin-bar .site-header { top: 32px; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.quote-alert { margin: 0 0 22px; padding: 14px 16px; border-left: 4px solid var(--orange); background: #fff1e8; font-size: 13px; line-height: 1.5; }
.quote-alert.success-message { background: #eef8ef; border-color: #2d8b45; }
.site-content { min-height: 55vh; }
.mr-spray-elementor-full-width,
.mr-spray-canvas .site-content { width: 100%; margin: 0; padding: 0; }
.elementor-page .site-content > .elementor { width: 100%; }
.elementor-fallback-footer { padding-top: 1px; }
.mr-elementor-quote-form { max-width: 720px; margin-inline: auto; }
.mr-el-section { padding: clamp(75px, 9vw, 125px) 24px; }
.mr-el-section-dark { background: var(--ink); color: white; }
.mr-el-section-paper { background: var(--paper-2); }
.mr-el-kicker .elementor-heading-title { color: var(--orange); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; }
.mr-el-display .elementor-heading-title { font-size: clamp(54px, 8vw, 108px); line-height: .86; letter-spacing: -.07em; text-transform: uppercase; }
.mr-el-title .elementor-heading-title { font-size: clamp(42px, 6vw, 78px); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }
.mr-el-copy { max-width: 720px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.mr-el-section-dark .mr-el-copy { color: #b9b9b2; }
.mr-el-button .elementor-button { min-height: 52px; padding: 18px 25px; border-radius: 7px; background: var(--orange); text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.mr-el-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.mr-el-card { min-height: 250px; padding: 30px !important; background: var(--white); border: 1px solid var(--line); }
.mr-el-card-dark { background: #222320; color: white; border-color: #ffffff1c; }
.mr-el-price .elementor-heading-title { color: var(--orange); font-size: 58px; letter-spacing: -.06em; }
.mr-el-hero { min-height: 82vh; padding: clamp(75px, 9vw, 130px) 24px; background: var(--paper); }
.mr-el-hero-grid { display: grid !important; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(45px, 8vw, 100px); max-width: 1240px; margin-inline: auto; }
.mr-el-hero-image img { width: 100%; min-height: 570px; object-fit: cover; border-radius: 2px 58px 2px 2px; box-shadow: 0 30px 90px #2b271d30; }

@media (max-width: 800px) {
  .mr-el-grid, .mr-el-hero-grid { grid-template-columns: 1fr; }
  .mr-el-hero-image img { min-height: 430px; }
}

:root {
  --ink: #171816;
  --muted: #6f716b;
  --paper: #f7f5ef;
  --paper-2: #eeece5;
  --white: #fffef9;
  --line: #d8d5cc;
  --orange: #ff5b1a;
  --orange-dark: #dd3d00;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans), Arial, sans-serif; overflow-x: hidden; }
::selection { background: var(--orange); color: white; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.narrow { width: min(860px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 80; background: color-mix(in srgb, var(--paper) 88%, transparent); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-wrap { width: min(1320px, calc(100% - 40px)); height: 72px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; letter-spacing: -.05em; font-size: 19px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; background: var(--orange); border-radius: 5px; transform: rotate(-3deg); box-shadow: 0 7px 20px #ff5b1a35; }
.brand-mark span { width: 13px; height: 13px; border: 3px solid var(--white); border-radius: 50%; }
.desktop-nav { display: flex; gap: 30px; margin-left: auto; }
.desktop-nav a { text-transform: uppercase; font-size: 11px; font-weight: 750; letter-spacing: .13em; transition: color .2s; }
.desktop-nav a:hover { color: var(--orange); }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.phone-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid; }
.button { min-height: 50px; padding: 0 22px; border: 0; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border-radius: 7px; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .12em; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 17px; line-height: 1; }
.button-small { min-height: 42px; padding: 0 17px; gap: 14px; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--orange); }
.button-primary { background: var(--orange); color: white; box-shadow: 0 13px 30px #ff5b1a3b; }
.button-primary:hover { background: var(--orange-dark); }
.menu-button { display: none; width: 40px; height: 40px; border: 0; background: transparent; padding: 10px; }
.menu-button span { display: block; height: 2px; background: var(--ink); margin: 5px 0; }
.mobile-menu { display: none; overflow: hidden; padding: 0 24px 18px; }
.mobile-menu[hidden] { display: none !important; }
.mobile-menu a { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 750; }

.hero { min-height: calc(100svh - 72px); position: relative; padding: clamp(68px, 8vw, 120px) 0 72px; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 580px; height: 580px; right: -260px; top: -270px; border: 1px solid #ff5b1a28; border-radius: 50%; box-shadow: 0 0 0 80px #ff5b1a09, 0 0 0 160px #ff5b1a06; }
.hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; color: var(--muted); text-transform: uppercase; letter-spacing: .18em; font-family: var(--font-mono); font-size: 10px; font-weight: 700; }
.eyebrow i { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px #ff5b1a1a; }
.eyebrow-light { color: #c8c8c1; }
.hero h1 { margin: 0; max-width: 650px; font-size: clamp(64px, 7.4vw, 116px); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; font-weight: 900; }
.hero h1 span { display: block; }
.hero h1 .accent { color: var(--orange); font-style: italic; font-weight: 700; font-family: Georgia, serif; letter-spacing: -.09em; }
.hero-lede { max-width: 560px; margin: 34px 0 0; color: var(--muted); font-size: clamp(16px, 1.4vw, 20px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.text-link { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; border-bottom: 1px solid var(--ink); padding: 12px 0 8px; }
.text-link span { margin-left: 12px; color: var(--orange); }
.hero-stats { display: flex; gap: 42px; margin-top: 46px; padding-top: 24px; border-top: 1px solid var(--line); max-width: 555px; }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong { font-family: var(--font-mono); font-size: 21px; }
.hero-stats span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; margin-top: 4px; }
.hero-media { position: relative; padding: 20px 10px 30px 34px; }
.hero-media::after { content: ""; position: absolute; left: 0; top: 0; width: 38%; height: 40%; border: 2px solid var(--orange); border-right: 0; border-bottom: 0; z-index: -1; }
.hero-photo { aspect-ratio: 4 / 4.6; overflow: hidden; border-radius: 2px 64px 2px 2px; box-shadow: 0 30px 90px #2b271d30; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; transform: scale(1.01); }
.photo-tag { position: absolute; right: -18px; top: 46px; background: var(--ink); color: white; padding: 17px 20px; display: flex; align-items: center; gap: 14px; box-shadow: 0 14px 34px #17181642; }
.photo-tag > span { font-family: var(--font-mono); font-size: 20px; font-weight: 800; letter-spacing: .12em; color: var(--orange); }
.photo-tag small { font-size: 8px; text-transform: uppercase; letter-spacing: .12em; line-height: 1.5; }
.review-note { position: absolute; left: -18px; bottom: 0; width: 260px; padding: 22px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 22px 60px #2b271d30; }
.review-note p { margin: 9px 0 12px; font-size: 15px; line-height: 1.45; font-family: Georgia, serif; font-style: italic; }
.review-note > span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; font-weight: 750; }
.stars { color: var(--orange); letter-spacing: .08em; font-size: 11px; }
.scroll-cue { position: absolute; bottom: 20px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .18em; }
.scroll-cue i { width: 1px; height: 28px; background: var(--line); position: relative; overflow: hidden; }
.scroll-cue i::after { content: ""; position: absolute; inset: 0; background: var(--orange); animation: scrollLine 2s infinite; }
@keyframes scrollLine { 0% { transform: translateY(-100%); } 50%,100% { transform: translateY(100%); } }

.recent { padding: 34px 0 46px; background: var(--paper-2); border-block: 1px solid var(--line); }
.section-minihead { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.section-minihead a b { color: var(--orange); font-size: 13px; }
.photo-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.work-shot { aspect-ratio: 1; overflow: hidden; background: #ddd; }
.work-shot img { width: 190%; height: 150%; object-fit: cover; filter: saturate(.88) contrast(1.05); }
.crop-a img { object-position: 20% 75%; transform: translate(-8%, -12%); }
.crop-b img { object-position: 57% 65%; transform: translate(-28%, -5%); }
.crop-c img { object-position: 90% 80%; transform: translate(-42%, -18%) scale(1.1); }
.crop-d img { object-position: 30% 15%; transform: translate(-10%, 0); }
.crop-e img { object-position: 75% 35%; transform: translate(-38%, -4%); }
.crop-f img { object-position: 45% 80%; transform: translate(-22%, -22%) scale(1.12); }
.marquee { overflow: hidden; padding: 17px 0; background: var(--ink); color: white; }
.marquee-track { width: max-content; display: flex; animation: marquee 34s linear infinite; }
.marquee-track span { display: flex; align-items: center; gap: 32px; margin-right: 32px; text-transform: uppercase; font-size: 9px; font-weight: 750; letter-spacing: .17em; white-space: nowrap; }
.marquee-track b { color: var(--orange); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: clamp(90px, 10vw, 150px) 0; }
.section-heading { max-width: 720px; margin-bottom: 60px; }
.section-heading h2, .split-heading h2, .benefit-copy h2, .quote-copy h2 { margin: 0; text-transform: uppercase; font-size: clamp(48px, 6vw, 84px); line-height: .92; letter-spacing: -.065em; font-weight: 880; }
.section-heading > p, .split-heading > p { color: var(--muted); line-height: 1.6; max-width: 430px; }
.section-heading > p { margin: 24px 0 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.feature-card { position: relative; min-height: 310px; padding: 36px; background: var(--paper); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, transform .25s; }
.feature-card:nth-child(3n) { border-right: 0; }
.feature-card:nth-child(n+4) { border-bottom: 0; }
.feature-card:hover { background: var(--white); transform: translateY(-5px); z-index: 2; box-shadow: 0 20px 50px #17181613; }
.feature-num { font-family: var(--font-mono); color: var(--orange); font-size: 10px; }
.feature-icon { width: 50px; height: 50px; margin: 47px 0 22px; display: grid; place-items: center; background: #ff5b1a12; color: var(--orange); border: 1px solid #ff5b1a25; font-size: 21px; transition: transform .25s; }
.feature-card:hover .feature-icon { transform: rotate(7deg); }
.feature-card h3 { margin: 0 0 12px; text-transform: uppercase; font-size: 17px; letter-spacing: -.02em; }
.feature-card p { color: var(--muted); line-height: 1.6; font-size: 13px; max-width: 290px; }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }
.split-heading > p { margin: 0 0 7px; }

.comparison-section { background: var(--paper-2); border-block: 1px solid var(--line); }
.comparison { position: relative; height: min(690px, 62vw); min-height: 430px; overflow: hidden; box-shadow: 0 32px 80px #28231620; }
.compare-image { position: absolute; inset: 0; }
.compare-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.compare-image.before img { filter: grayscale(.88) sepia(.15) brightness(.68) contrast(.9); transform: scale(1.03); }
.compare-image.before::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, #1c181345, transparent 60%); mix-blend-mode: multiply; }
.compare-label { position: absolute; z-index: 4; top: 24px; padding: 9px 12px; background: var(--ink); color: white; text-transform: uppercase; font-size: 9px; letter-spacing: .15em; font-weight: 800; }
.before-label { left: 24px; }
.after-label { right: 24px; background: var(--orange); }
.compare-line { position: absolute; z-index: 3; top: 0; bottom: 0; width: 2px; background: white; pointer-events: none; }
.compare-line span { position: absolute; top: 50%; left: 50%; width: 56px; height: 56px; transform: translate(-50%, -50%); display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: white; border: 5px solid white; box-shadow: 0 10px 30px #17181650; font-size: 17px; }
.comparison input { position: absolute; inset: 0; z-index: 5; width: 100%; height: 100%; cursor: ew-resize; opacity: 0; }

.services-section { background: var(--white); }
.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 70px 1fr 140px 54px; gap: 28px; align-items: center; min-height: 124px; border-bottom: 1px solid var(--line); transition: padding .2s, background .2s; }
.service-item:hover { padding-inline: 18px; background: var(--paper); }
.service-index { font-family: var(--font-mono); color: var(--orange); font-size: 10px; }
.service-item h3 { margin: 0 0 7px; text-transform: uppercase; font-size: clamp(18px, 2vw, 27px); letter-spacing: -.035em; }
.service-item p { margin: 0; color: var(--muted); font-size: 13px; }
.service-item > strong { color: var(--orange); text-transform: uppercase; font-family: var(--font-mono); font-size: 11px; }
.service-item > a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); transition: background .2s, color .2s; }
.service-item:hover > a { background: var(--orange); color: white; border-color: var(--orange); }

.dark-section, .quote-section { position: relative; overflow: hidden; background: var(--ink); color: white; }
.grid-texture { position: absolute; inset: 0; opacity: .055; background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px); background-size: 48px 48px; }
.light { position: relative; }
.steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #ffffff25; }
.step { min-height: 270px; padding: 34px 32px 0 0; border-right: 1px solid #ffffff25; }
.step:last-child { border: 0; padding-left: 32px; }
.step + .step { padding-left: 32px; }
.step > span { font-family: var(--font-mono); color: var(--orange); font-size: 13px; }
.step div { margin-top: 85px; }
.step h3 { text-transform: uppercase; font-size: 17px; margin: 0 0 12px; }
.step p { color: #aaa9a3; font-size: 13px; line-height: 1.6; }

.rating { display: flex; align-items: center; gap: 18px; margin-bottom: 10px; }
.rating > strong { font-size: 58px; letter-spacing: -.06em; }
.rating > span { color: var(--orange); letter-spacing: .08em; }
.rating small { display: block; margin-top: 4px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .13em; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial { padding: 30px; background: var(--white); border: 1px solid var(--line); }
.quote-mark { color: var(--orange); font-family: Georgia, serif; font-size: 60px; line-height: .6; }
.testimonial > p { min-height: 130px; margin: 24px 0 28px; font-family: Georgia, serif; font-size: 18px; line-height: 1.55; }
.testimonial > div:last-child { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.avatar { width: 36px; height: 36px; display: grid; place-items: center; background: var(--ink); color: white; border-radius: 50%; font-weight: 800; }
.testimonial strong { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.testimonial strong small { display: block; margin-top: 3px; color: var(--muted); font-size: 8px; }
.testimonial .stars { margin-left: auto; }
.disclaimer { color: var(--muted); font-size: 10px; margin: 18px 0 0; }

.benefit-section { background: var(--paper-2); border-block: 1px solid var(--line); }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.benefit-photo { position: relative; height: 690px; overflow: hidden; }
.benefit-photo img { width: 160%; height: 100%; object-fit: cover; object-position: 64% 50%; filter: saturate(.82); transform: translateX(-24%); }
.benefit-photo > span { position: absolute; left: 0; bottom: 0; background: var(--orange); color: white; padding: 14px 18px; text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.benefit-copy h2 em { color: var(--orange); font-family: Georgia, serif; font-weight: 500; }
.benefit-copy > p { max-width: 500px; margin: 30px 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.benefit-copy ul, .price-card ul { list-style: none; padding: 0; }
.benefit-copy li { display: flex; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 650; }
.benefit-copy li span, .price-card li span { color: var(--orange); }

.pricing-section { background: var(--white); }
.centered { text-align: center; margin-inline: auto; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; padding: 36px; background: var(--paper); border: 1px solid var(--line); }
.price-card.featured { background: var(--ink); color: white; transform: translateY(-12px); box-shadow: 0 30px 70px #1718162c; }
.popular { position: absolute; right: 20px; top: 20px; padding: 7px 9px; background: var(--orange); color: white; text-transform: uppercase; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.plan-name { text-transform: uppercase; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.featured .plan-name { color: var(--orange); }
.price { margin-top: 30px; font-size: clamp(52px, 5vw, 75px); font-weight: 850; letter-spacing: -.07em; }
.price-card > p { margin: 4px 0 30px; color: var(--muted); font-size: 12px; }
.featured > p { color: #aaa9a3; }
.price-card ul { min-height: 170px; padding-top: 24px; border-top: 1px solid var(--line); }
.featured ul { border-color: #ffffff25; }
.price-card li { display: flex; gap: 10px; margin: 14px 0; font-size: 13px; }
.price-card .button { width: 100%; }

.area-section { background: var(--paper-2); border-block: 1px solid var(--line); }
.available { display: flex; align-items: center; gap: 10px; color: var(--orange); text-transform: uppercase; font-family: var(--font-mono); font-size: 9px; letter-spacing: .14em; }
.available i { width: 8px; height: 8px; background: var(--orange); border-radius: 50%; animation: pulse 1.4s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px #ff5b1a00; } 0%,100% { box-shadow: 0 0 0 3px #ff5b1a25; } }
.city-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.city-grid div { min-height: 72px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 650; transition: background .2s, color .2s; }
.city-grid div:nth-child(4n) { border-right: 0; }
.city-grid div:nth-last-child(-n+4) { border-bottom: 0; }
.city-grid div:hover { background: var(--orange); color: white; }
.city-grid span { color: var(--muted); font-family: var(--font-mono); font-size: 9px; }
.city-grid div:hover span { color: white; }
.area-note { color: var(--muted); font-size: 13px; }
.area-note a { color: var(--orange); font-weight: 750; border-bottom: 1px solid; }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 27px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: none; border: 0; text-align: left; cursor: pointer; font-weight: 750; font-size: 18px; }
.faq-item button i { width: 32px; height: 32px; display: grid; place-items: center; color: var(--orange); font-size: 25px; font-style: normal; }
.faq-item div { overflow: hidden; }
.faq-item p { max-width: 720px; margin: 0 0 28px; color: var(--muted); line-height: 1.7; }

.quote-section { padding: clamp(90px, 10vw, 140px) 0; }
.quote-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.quote-copy h2 { font-size: clamp(52px, 6vw, 86px); }
.quote-copy > p { max-width: 470px; color: #aaa9a3; font-size: 17px; line-height: 1.65; }
.quote-copy > a { display: inline-flex; flex-direction: column; margin-top: 26px; color: var(--orange); font-size: 30px; font-weight: 800; }
.quote-copy > a span { margin-top: 6px; color: white; text-transform: uppercase; font-size: 9px; letter-spacing: .16em; }
.glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; filter: blur(130px); opacity: .16; }
.glow-a { background: var(--orange); right: 10%; top: -20%; }
.glow-b { background: #ffad77; left: -10%; bottom: -35%; }
.quote-card { min-height: 590px; padding: 34px; background: var(--white); color: var(--ink); border-radius: 4px; }
.form-head { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.form-head span { text-transform: uppercase; font-size: 17px; font-weight: 850; }
.form-head small { max-width: 180px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; text-align: right; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; margin: 24px 0; }
.form-grid label { display: flex; flex-direction: column; gap: 8px; color: var(--muted); text-transform: uppercase; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.form-grid .wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; color: var(--ink); text-transform: none; letter-spacing: normal; font-size: 13px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--orange); }
.quote-card form > .button { width: 100%; }
.form-note { text-align: center; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.success { min-height: 520px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success > span { width: 66px; height: 66px; display: grid; place-items: center; background: var(--orange); color: white; border-radius: 50%; font-size: 28px; }
.success h3 { margin: 26px 0 10px; text-transform: uppercase; font-size: 28px; }
.success p { max-width: 420px; color: var(--muted); line-height: 1.6; }
.success button { border: 0; border-bottom: 1px solid; background: none; padding: 8px 0; color: var(--orange); cursor: pointer; }

footer { padding: 70px 0 26px; background: #0f100f; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1.3fr 1.3fr; gap: 50px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid > div > span { margin-bottom: 10px; color: var(--orange); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.footer-grid a, .footer-grid p { margin: 0; color: #aaa9a3; font-size: 12px; line-height: 1.6; }
.footer-grid a:hover { color: white; }
.footer-brand { color: white !important; margin-bottom: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 58px; padding-top: 24px; border-top: 1px solid #ffffff20; color: #71716d; text-transform: uppercase; font-size: 8px; letter-spacing: .12em; }
.footer-bottom div { display: flex; gap: 20px; }
.sticky-mobile { display: none; }

@media (max-width: 980px) {
  .desktop-nav, .phone-link { display: none; }
  .menu-button, .mobile-menu { display: block; }
  .hero-grid, .benefit-grid, .quote-grid { grid-template-columns: 1fr; }
  .hero-media { width: min(680px, 100%); margin: 0 auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .feature-card:nth-child(2n) { border-right: 0; }
  .feature-card:nth-child(n+4) { border-bottom: 1px solid var(--line); }
  .feature-card:nth-child(n+5) { border-bottom: 0; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2) { border-right: 0; }
  .step:nth-child(-n+2) { border-bottom: 1px solid #ffffff25; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial > p { min-height: auto; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 650px; margin: auto; }
  .price-card.featured { transform: none; }
  .city-grid { grid-template-columns: repeat(3, 1fr); }
  .city-grid div:nth-child(4n) { border-right: 1px solid var(--line); }
  .city-grid div:nth-child(3n) { border-right: 0; }
  .city-grid div:nth-last-child(-n+4) { border-bottom: 1px solid var(--line); }
  .city-grid div:nth-last-child(-n+3) { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 700px) {
  .container, .narrow { width: min(100% - 32px, 1240px); }
  .nav-wrap { width: calc(100% - 28px); height: 64px; }
  .nav-actions .button { display: none; }
  .hero { padding-top: 60px; padding-bottom: 50px; }
  .hero h1 { font-size: clamp(55px, 18vw, 82px); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; border: 0; }
  .hero-stats { gap: 18px; justify-content: space-between; }
  .hero-stats strong { font-size: 17px; }
  .hero-media { padding: 12px 0 32px; }
  .hero-photo { aspect-ratio: 4 / 4.8; border-radius: 2px 42px 2px 2px; }
  .photo-tag { right: -4px; top: 30px; }
  .review-note { left: 12px; width: 235px; }
  .scroll-cue { display: none; }
  .photo-row { grid-template-columns: repeat(3, 1fr); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card:nth-child(3n), .feature-card:nth-child(2n), .feature-card:nth-child(n+4), .feature-card:nth-child(n+5) { border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-card:last-child { border-bottom: 0; }
  .split-heading { display: block; }
  .split-heading > p, .available, .rating { margin-top: 24px; }
  .comparison { height: 500px; min-height: 0; }
  .service-item { grid-template-columns: 40px 1fr 38px; gap: 10px; padding: 22px 0; }
  .service-item > strong { grid-column: 2; }
  .service-item > a { grid-row: 1 / span 2; grid-column: 3; }
  .steps { grid-template-columns: 1fr; }
  .step, .step + .step, .step:last-child { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid #ffffff25; }
  .step div { margin-top: 34px; }
  .benefit-photo { height: 500px; }
  .city-grid { grid-template-columns: repeat(2, 1fr); }
  .city-grid div:nth-child(3n), .city-grid div:nth-child(4n) { border-right: 1px solid var(--line); }
  .city-grid div:nth-child(2n) { border-right: 0; }
  .city-grid div:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .city-grid div:nth-last-child(-n+2) { border-bottom: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .wide { grid-column: auto; }
  .quote-card { padding: 24px 20px; }
  .form-head small { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  footer { padding-bottom: 100px; }
  .sticky-mobile { position: fixed; z-index: 90; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 7px; background: #fffef9e8; border: 1px solid var(--line); box-shadow: 0 15px 45px #17181640; backdrop-filter: blur(14px); }
  .sticky-mobile a { min-height: 48px; display: grid; place-items: center; background: var(--ink); color: white; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
  .sticky-mobile a:last-child { background: var(--orange); }
}

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

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