:root {
  --bg: #191b1e;
  --bg-deep: #101214;
  --surface: #22252a;
  --surface-light: #292d32;
  --orange: #f26a1b;
  --orange-light: #ff8340;
  --green: #a8b54d;
  --blue: #4267b2;
  --white: #fff;
  --text: #fff;
  --muted: rgba(255, 255, 255, .7);
  --faint: rgba(255, 255, 255, .56);
  --border: rgba(255, 255, 255, .1);
  --display: "Archivo Black", Impact, sans-serif;
  --condensed: "Barlow Condensed", Arial Narrow, sans-serif;
  --body: "Barlow", system-ui, sans-serif;
  --shell: 1180px;
  --gutter: clamp(22px, 5vw, 48px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--white); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; z-index: -1; inset: 0; opacity: .22; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--orange); color: var(--bg); }

.shell { width: min(100%, var(--shell)); margin-inline: auto; padding-inline: var(--gutter); }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; transform: translateY(-140%); border-radius: 6px; background: #fff; color: #111; font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; top: 0; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, .08); background: rgba(16, 18, 20, .88); backdrop-filter: blur(14px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; min-width: 0; font-family: var(--display); font-size: 15px; line-height: 1; text-transform: uppercase; }
.brand img { width: 48px; height: 48px; margin-right: 10px; object-fit: cover; border-radius: 7px; }
.brand small { display: block; margin-top: 4px; color: var(--orange); font-family: var(--condensed); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); margin-left: auto; }
.desktop-nav a { position: relative; color: var(--muted); font-family: var(--condensed); font-size: 15px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; transform: scaleX(0); background: var(--orange); transition: transform .2s; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: #fff; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.call-button { display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; border-radius: 7px; background: var(--orange); color: var(--bg); font-weight: 700; transition: background .2s, transform .2s; }
.call-button svg { width: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.call-button:hover { background: var(--orange-light); transform: translateY(-1px); }

.hero { position: relative; min-height: min(850px, 92svh); display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; }
.hero-photo, .hero-shade { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: center 44%; filter: saturate(.85); transform: scale(1.015); }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(13, 15, 17, .9) 0%, rgba(13, 15, 17, .67) 46%, rgba(13, 15, 17, .16) 75%), linear-gradient(0deg, var(--bg) 0%, transparent 35%); }
.hero-content { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; padding-top: 150px; padding-bottom: clamp(58px, 9vh, 95px); }
.hero-copy { max-width: 670px; }
.eyebrow { margin: 0 0 12px; color: var(--orange); font-family: var(--condensed); font-size: 14px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { opacity: .6; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.035em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(49px, 7.5vw, 92px); line-height: .91; }
h1 em { color: var(--orange); font-style: normal; }
.hero-tagline { margin: 18px 0 0; color: rgba(255, 255, 255, .66); font-size: clamp(16px, 2vw, 19px); font-style: italic; line-height: 1.4; }
.hero-intro { max-width: 590px; margin: 24px 0 28px; color: rgba(255, 255, 255, .82); font-size: clamp(16px, 2vw, 19px); line-height: 1.55; }
.hero-actions { display: grid; grid-template-columns: minmax(200px, 1.45fr) 1fr 1fr; gap: 10px; max-width: 630px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 18px; border: 1px solid transparent; border-radius: 8px; cursor: pointer; font-weight: 700; transition: border-color .2s, background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--bg); }
.button-primary:hover { background: var(--orange-light); }
.button-outline { border-color: rgba(255,255,255,.32); background: rgba(16,18,20,.35); color: #fff; }
.button-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.button-facebook { border-color: #577ac0; background: rgba(66,103,178,.24); color: #b6cdf4; }
.button-facebook:hover { background: rgba(66,103,178,.4); color: #fff; }
.hero-badge { position: relative; width: 220px; height: 220px; min-height: 220px; flex: none; overflow: hidden; margin: 0; border: 3px solid rgba(242,106,27,.8); border-radius: 50%; background: var(--surface); text-align: center; text-transform: uppercase; box-shadow: 0 18px 50px rgba(0,0,0,.4); }
.hero-badge::before { content: ""; position: absolute; inset: -10px; background: url("pic.jpg?v=20260721-3") center 30% / cover no-repeat; filter: blur(7px) brightness(.68); transform: scale(1.08); }
.hero-badge img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; display: block; border-radius: 50%; object-fit: cover; object-position: center 30%; transform: scale(.91); -webkit-mask-image: radial-gradient(circle, #000 82%, transparent 100%); mask-image: radial-gradient(circle, #000 82%, transparent 100%); }
.hero-badge figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: center; padding: 48px 15px 19px; background: linear-gradient(0deg, rgba(16,18,20,.96) 0%, rgba(16,18,20,.78) 58%, transparent 100%); }
.hero-badge strong { font-family: var(--condensed); font-size: 19px; line-height: 1; }
.hero-badge span { margin-top: 5px; color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .1em; }

.marquee { overflow: hidden; padding-block: 12px; background: var(--orange); white-space: nowrap; }
.marquee-track { width: max-content; display: flex; animation: marquee 24s linear infinite; }
.marquee-set { min-width: 100vw; display: flex; flex: none; justify-content: space-around; }
.marquee-set span { padding-inline: 28px; color: var(--bg); font-family: var(--condensed); font-size: 16px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(242,106,27,.45); } 70% { box-shadow: 0 0 0 13px rgba(242,106,27,0); } 100% { box-shadow: 0 0 0 0 rgba(242,106,27,0); } }
.pulse { animation: pulse 2.4s infinite; }

.section { padding-block: clamp(66px, 9vw, 116px); }
h2 { margin: 0; font-size: clamp(37px, 5vw, 64px); line-height: .98; }
.split-intro { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: clamp(36px, 8vw, 120px); }
.section-lead { max-width: 630px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 50px; }
.value-card { min-height: 138px; display: flex; align-items: flex-start; gap: 16px; padding: 22px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); }
.icon-tile { width: 44px; height: 44px; display: grid; flex: none; place-items: center; border-radius: 9px; background: var(--orange); color: var(--bg); font-size: 24px; font-weight: 800; }
.icon-tile svg { width: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.value-card h3, .service-card h3 { margin: 1px 0 4px; font-family: var(--condensed); font-size: 20px; line-height: 1.05; text-transform: uppercase; }
.value-card p, .service-card p { margin: 0; color: var(--faint); font-size: 13px; line-height: 1.45; }

.services-section { background: var(--bg-deep); }
.section-heading { margin-bottom: 36px; }
.section-heading > p:not(.eyebrow) { max-width: 600px; margin: 14px 0 0; color: var(--faint); font-size: 14px; line-height: 1.5; }
.services-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px; }
.service-card { grid-column: span 2; }
.service-card:nth-child(5) { grid-column: 2 / span 2; }
.service-card { position: relative; min-height: 220px; display: flex; flex-direction: column; overflow: hidden; padding: 22px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); color: var(--text); text-decoration: none; transition: border-color .22s, box-shadow .22s, transform .22s, background .22s; }
.service-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 0; height: 3px; background: var(--orange); transition: width .25s ease; }
.service-card:hover { border-color: rgba(242,106,27,.58); background: var(--surface-light); box-shadow: 0 18px 36px rgba(0,0,0,.2); transform: translateY(-5px); }
.service-card:hover::before { width: 100%; }
.service-number { position: relative; z-index: 1; color: var(--orange); font-family: var(--display); font-size: 13px; }
.service-icon-wrap { position: absolute; top: 18px; right: 18px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(242,106,27,.18); border-radius: 10px; background: rgba(242,106,27,.07); color: #8f9194; transition: border-color .22s, background .22s, color .22s, transform .22s; }
.service-icon { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-icon-filled { fill: currentColor; stroke: none; }
.service-icon-wrap-wide { width: 54px; }
.service-icon-machine, .service-icon-gutter { width: 32px; }
.service-card:hover .service-icon-wrap { border-color: rgba(242,106,27,.48); background: rgba(242,106,27,.13); color: var(--orange); transform: rotate(2deg) scale(1.04); }
.service-copy { position: relative; z-index: 1; margin-top: auto; padding-top: 46px; }
.service-card h3 { font-size: 21px; }
.service-card p { color: #9b9da0; font-size: 14px; }
.service-link { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.075); color: #b8babc; font-family: var(--condensed); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color .2s; }
.service-link b { color: var(--orange); font-size: 18px; line-height: 1; transition: transform .2s; }
.service-card:hover .service-link { color: var(--text); }
.service-card:hover .service-link b { transform: translateX(4px); }

.work-section { padding-bottom: 70px; }
.work-layout { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: clamp(40px, 8vw, 100px); }
.work-layout .section-heading > p:last-child span { color: var(--orange); }
.comparison { --position: 50%; position: relative; height: clamp(430px, 60vw, 650px); overflow: hidden; border: 1px solid var(--border); border-radius: 16px; cursor: ew-resize; user-select: none; touch-action: none; box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.comparison-after, .comparison-before, .comparison-before img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.comparison-before { right: auto; width: var(--position); overflow: hidden; }
.comparison-before img { width: var(--comparison-width, 700px); max-width: none; }
.comparison-range { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; margin: 0; cursor: ew-resize; opacity: 0; }
.comparison-line { position: absolute; z-index: 4; top: 0; bottom: 0; left: var(--position); width: 3px; transform: translateX(-50%); background: var(--orange); pointer-events: none; }
.comparison-line span { position: absolute; top: 50%; left: 50%; width: 44px; height: 44px; display: grid; place-items: center; transform: translate(-50%, -50%); border: 4px solid rgba(25,27,30,.3); border-radius: 50%; background: var(--orange); color: var(--bg); font-size: 18px; font-weight: 800; }
.photo-label { position: absolute; z-index: 3; top: 14px; padding: 6px 11px; border-radius: 5px; font-family: var(--condensed); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; pointer-events: none; }
.label-before { left: 14px; background: rgba(16,18,20,.85); }
.label-after { right: 14px; background: var(--orange); color: var(--bg); }
.comparison:focus-within { outline: 3px solid #fff; outline-offset: 3px; }
.gallery-wrap { margin-top: 80px; }
.gallery-heading { display: flex; align-items: center; justify-content: space-between; }
.swipe-note { margin: 0; color: var(--faint); font-size: 13px; }
.gallery { width: min(calc(100% - max(var(--gutter), (100vw - var(--shell)) / 2)), calc(var(--shell) + (100vw - var(--shell)) / 2)); display: flex; gap: 14px; overflow-x: auto; margin-left: max(var(--gutter), calc((100vw - var(--shell)) / 2 + var(--gutter))); padding: 6px max(var(--gutter), calc((100vw - var(--shell)) / 2 + var(--gutter))) 20px 0; scroll-snap-type: x mandatory; scrollbar-color: var(--orange) transparent; scrollbar-width: thin; }
.gallery figure { width: clamp(235px, 28vw, 340px); flex: none; margin: 0; scroll-snap-align: start; }
.gallery img { width: 100%; height: clamp(300px, 36vw, 430px); display: block; border-radius: 11px; object-fit: cover; }
.gallery figcaption { margin-top: 9px; color: var(--muted); font-size: 13px; }

.stats-band { padding-block: 44px; background: var(--surface); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stats-grid > div { padding-left: 20px; border-left: 2px solid rgba(242,106,27,.5); }
.stats-grid strong { display: block; color: var(--orange); font-family: var(--display); font-size: clamp(29px, 4vw, 46px); font-weight: 400; line-height: 1; }
.stats-grid span { display: block; max-width: 180px; margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.35; }

.reviews-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(40px, 9vw, 120px); }
.review-cta { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--border); }
.review-cta > span { display: block; margin-bottom: 14px; color: var(--faint); font-family: var(--condensed); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.review-cta .button-outline { min-height: 46px; padding: 10px 18px; font-size: 14px; }
.review-cta-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; }
.review-fb-link { color: #b6cdf4; font-size: 14px; font-weight: 600; text-decoration: none; }
.review-fb-link:hover { color: #fff; text-decoration: underline; }
.testimonial { position: relative; min-height: 330px; padding: clamp(28px, 5vw, 54px); overflow: hidden; border-radius: 16px; background: var(--orange); color: var(--bg); }
.quote-mark { position: absolute; top: 5px; right: 28px; color: rgba(25,27,30,.14); font-family: Georgia, serif; font-size: 180px; line-height: 1; }
.testimonial blockquote { position: relative; margin: 0; }
.testimonial blockquote p { max-width: 680px; min-height: 94px; margin: 24px 0; font-size: clamp(20px, 2.5vw, 28px); font-weight: 600; line-height: 1.35; }
.testimonial blockquote footer { display: flex; flex-direction: column; }
.testimonial blockquote strong { font-family: var(--condensed); font-size: 17px; letter-spacing: .08em; text-transform: uppercase; }
.testimonial blockquote span { margin-top: 2px; color: rgba(25,27,30,.66); font-size: 13px; }
.stars { position: absolute; right: clamp(28px, 5vw, 54px); bottom: 44px; letter-spacing: 3px; }
.review-dots { display: flex; gap: 7px; margin-top: 30px; }
.review-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 10px; background: rgba(25,27,30,.32); cursor: pointer; transition: width .25s, background .25s; }
.review-dot[aria-current="true"] { width: 27px; background: var(--bg); }
.review-dot:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

.facebook-section { padding-top: 20px; }
.facebook-heading { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; }
.facebook-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 6px; background: var(--blue); font-family: Arial; font-size: 19px; font-weight: 800; }
.facebook-heading h2 { font-size: 23px; letter-spacing: -.01em; }
.facebook-heading a { margin-left: auto; color: #9ab7eb; font-size: 14px; font-weight: 700; }
.posts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.post-card { overflow: hidden; border: 1px solid var(--border); border-radius: 13px; background: var(--surface); }
.post-card header { display: flex; align-items: center; gap: 10px; padding: 14px 16px 8px; }
.post-card header img { width: 39px; height: 39px; border-radius: 50%; object-fit: cover; }
.post-card header div { display: flex; flex-direction: column; }
.post-card header strong { font-size: 13px; }
.post-card header span { color: var(--faint); font-size: 12px; }
.post-card > p { min-height: 68px; margin: 0; padding: 3px 16px 14px; color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.5; }
.post-photo { width: 100%; height: 320px; display: block; object-fit: cover; }
.post-card footer { display: flex; gap: 18px; padding: 12px 16px; color: var(--faint); font-size: 12px; }
.post-card footer a { margin-left: auto; color: #9ab7eb; font-weight: 700; }

.quote-section { padding-block: clamp(70px, 10vw, 120px); background: var(--surface); }
.quote-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(42px, 9vw, 120px); }
.quote-copy > p:not(.eyebrow) { max-width: 430px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.direct-contact { display: flex; flex-direction: column; margin-top: 35px; }
.direct-contact span { color: var(--faint); font-family: var(--condensed); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.direct-contact a { margin-top: 4px; color: var(--orange); font-family: var(--display); font-size: 24px; }
.quote-form { padding: clamp(22px, 4vw, 38px); border: 1px solid var(--border); border-radius: 16px; background: var(--bg); box-shadow: 0 20px 60px rgba(0,0,0,.2); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { margin-bottom: 14px; }
.field label { display: block; margin-bottom: 7px; color: rgba(255,255,255,.78); font-family: var(--condensed); font-size: 14px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.field label span { color: var(--faint); font-weight: 500; text-transform: none; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; outline: none; background: var(--bg-deep); color: #fff; }
.field input, .field select { height: 50px; padding: 0 13px; }
.field textarea { min-height: 112px; padding: 13px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(242,106,27,.16); }
.field [aria-invalid="true"] { border-color: #ff806c; }
.submit-button { width: 100%; border: 0; }
.form-error { margin: 0 0 12px; color: #ff9a89; font-size: 13px; }
.form-note { margin: 10px 0 0; color: var(--faint); font-size: 12.5px; text-align: center; }
.contact-buttons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 20px; }
.contact-buttons a { padding: 10px 8px; border: 1px solid var(--border); border-radius: 7px; color: var(--muted); font-size: 13px; font-weight: 600; text-align: center; }
.contact-buttons a:hover { border-color: var(--orange); color: #fff; }

.site-footer { padding: 52px 0 90px; background: var(--bg-deep); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; }
.footer-brand img { width: 145px; height: 145px; object-fit: cover; border-radius: 10px; }
.footer-brand p { max-width: 390px; margin: 14px 0 0; color: var(--faint); font-size: 13px; line-height: 1.5; }
.footer-grid h2 { margin: 10px 0 16px; color: var(--faint); font-family: var(--condensed); font-size: 13px; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(:first-child) a { margin-bottom: 10px; color: var(--muted); font-size: 14px; }
.footer-grid a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.48); font-size: 12.5px; }
.mobile-action-bar { display: none; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s cubic-bezier(.2,.6,.2,1), transform .65s cubic-bezier(.2,.6,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero-badge { position: absolute; top: 105px; right: var(--gutter); width: 142px; height: 142px; min-height: 142px; display: block; }
  .hero-badge figcaption { padding: 36px 10px 13px; }
  .hero-badge strong { font-size: 15px; }
  .hero-badge span { font-size: 8px; }
  .hero-content { justify-content: flex-start; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card, .service-card:nth-child(5) { grid-column: auto; }
  .promise-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 0; }
  .work-layout, .reviews-layout, .quote-layout { grid-template-columns: 1fr; }
  .work-layout .section-heading { margin-bottom: 0; }
  .comparison { height: min(680px, 90vw); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
}

@media (max-width: 640px) {
  :root { --gutter: 22px; }
  html { scroll-padding-top: 64px; }
  body { padding-bottom: 62px; }
  .site-header .shell { padding-inline: 16px; }
  .header-inner { min-height: 64px; }
  .brand img { width: 42px; height: 42px; }
  .brand { font-size: 12px; }
  .brand small { font-size: 9px; }
  .call-button { padding: 9px 11px; font-size: 13px; }
  .call-button span { font-size: 0; }
  .call-button span::after { content: "Call"; font-size: 13px; }
  .hero { min-height: 760px; }
  .hero-photo { object-position: 58% center; }
  .hero-badge { top: 88px; right: 18px; width: 112px; height: 112px; min-height: 112px; border-width: 2px; }
  .hero-badge figcaption { padding: 29px 7px 10px; }
  .hero-badge strong { font-size: 12px; }
  .hero-badge span { display: none; }
  .hero-shade { background: linear-gradient(0deg, var(--bg) 0%, rgba(13,15,17,.72) 58%, rgba(13,15,17,.2) 100%); }
  .hero-content { padding-top: 125px; padding-bottom: 42px; }
  .hero-content, .hero-copy { width: 100%; min-width: 0; }
  h1 { font-size: clamp(44px, 12.3vw, 58px); letter-spacing: -.045em; }
  .hero-intro { margin: 18px 0 22px; font-size: 16px; }
  .hero-actions { width: 100%; max-width: 100%; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .hero-actions .button-primary { grid-column: 1 / -1; }
  .button { min-width: 0; min-height: 50px; padding-inline: 9px; font-size: 14px; }
  .section { padding-block: 68px; }
  h2 { font-size: clamp(35px, 10vw, 46px); }
  .split-intro { grid-template-columns: 1fr; gap: 22px; }
  .section-lead { font-size: 15px; }
  .promise-grid { margin-top: 32px; }
  .value-card { padding: 16px; }
  .services-grid { gap: 10px; }
  .service-card { min-height: 205px; padding: 18px 14px; }
  .service-icon-wrap { top: 14px; right: 14px; width: 42px; height: 42px; }
  .service-icon { width: 22px; height: 22px; }
  .service-copy { padding-top: 40px; }
  .service-card h3 { font-size: 18px; }
  .comparison { height: 420px; border-radius: 12px; }
  .gallery-wrap { margin-top: 58px; }
  .gallery { width: calc(100% - var(--gutter)); margin-left: var(--gutter); padding-right: var(--gutter); }
  .gallery figure { width: 230px; }
  .gallery img { height: 290px; }
  .stats-band { padding-block: 38px; }
  .stats-grid { gap: 30px 12px; }
  .stats-grid > div { padding-left: 12px; }
  .stats-grid strong { font-size: 31px; }
  .testimonial { min-height: 330px; padding: 28px 22px; }
  .testimonial blockquote p { min-height: 135px; font-size: 20px; }
  .stars { position: static; margin-top: 15px; }
  .posts-grid { grid-template-columns: 1fr; }
  .post-card > p { min-height: 0; }
  .post-photo { height: 250px; }
  .quote-layout { gap: 32px; }
  .direct-contact { margin-top: 24px; }
  .quote-form { padding: 20px 16px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
  .site-footer { padding-bottom: 42px; }
  .mobile-action-bar { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr 1.25fr; border-top: 1px solid rgba(255,255,255,.12); background: rgba(16,18,20,.96); backdrop-filter: blur(12px); }
  .mobile-action-bar a { min-height: 62px; display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.08); color: #fff; font-family: var(--condensed); font-size: 14px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
  .mobile-action-bar .action-quote { background: var(--orange); color: var(--bg); }
}

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