:root {
  --ink: #0a0d0b;
  --ink2: #11150f;
  --text: #161a17;
  --muted: #69736c;
  --paper: #f3f5f3;
  --soft: #e9ede9;
  --white: #fff;
  --brand: #2fc23a;
  --brand-deep: #15871f;
  --brand-soft: rgba(47, 194, 58, .14);
  --chrome: #cfd7da;
  --chrome-dark: #8b969b;
  --line: rgba(20, 24, 21, .12);
  --shadow: 0 24px 80px rgba(6, 10, 7, .22);
  --radius: 10px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, a, span, strong, article, section, div { min-width: 0; }
h1, h2, h3 { font-family: Sora, Inter, sans-serif; }
h1, h2, h3, p { overflow-wrap: break-word; }
.site-header { position: sticky; top: 0; z-index: 50; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px clamp(16px, 4vw, 56px); background: rgba(10, 13, 11, .92); border-bottom: 1px solid rgba(47, 194, 58, .26); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; }
.brand-mark { width: 50px; height: 50px; object-fit: contain; flex: 0 0 auto; }
.brand-text { display: grid; gap: 0; line-height: 1.05; color: #fff; }
.brand-text strong { font-family: Sora, serif; font-size: 1.16rem; letter-spacing: .01em; }
.brand-text span { color: var(--brand); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.brand-text small { color: rgba(255,255,255,.6); font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nav-links { display: flex; gap: 24px; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.nav-links a:hover { color: var(--brand); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.phone-link { color: #fff; font-weight: 900; white-space: nowrap; }
.phone-link:hover { color: var(--brand); }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: var(--radius); padding: 0 20px; font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .035em; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(47, 194, 58, .26); }
.btn.primary, .btn.small { background: var(--brand); color: #06210b; border-color: var(--brand); }
.btn.primary:hover, .btn.small:hover { background: #36d243; }
.btn.secondary { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.3); }
.btn.light { background: #fff; color: #06210b; border-color: #fff; }
.btn.ghost { color: #fff; border-color: rgba(255,255,255,.5); background: transparent; }
.btn.small { min-height: 42px; padding: 0 15px; }
.btn.dark-btn { background: var(--ink); color: #fff; border-color: var(--ink); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); background: transparent; position: relative; }
.menu-toggle span, .menu-toggle:before, .menu-toggle:after { content: ""; position: absolute; left: 12px; right: 12px; height: 2px; border-radius: 999px; background: #fff; }
.menu-toggle span { top: 22px; }
.menu-toggle:before { top: 15px; }
.menu-toggle:after { top: 29px; }
.mobile-menu { display: none; }
.hero { position: relative; isolation: isolate; min-height: calc(100svh - 74px); display: grid; grid-template-columns: minmax(0, .96fr) minmax(360px, 1.04fr); align-items: center; gap: clamp(30px, 5vw, 70px); padding: clamp(42px, 7vw, 90px) clamp(16px, 5vw, 76px); background: radial-gradient(circle at 80% 8%, rgba(47,194,58,.2), transparent 36%), radial-gradient(circle at 12% 90%, rgba(47,194,58,.12), transparent 40%), linear-gradient(140deg, #060907, #0e1712 58%, #14271a); color: #fff; overflow: hidden; }
.hero > *:not(.foam-motion) { position: relative; z-index: 1; }
.foam-motion { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.foam-motion .shimmer { position: absolute; top: -40%; left: -30%; width: 50%; height: 180%; transform: rotate(18deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.07), transparent); animation: chromeSweep 7.5s ease-in-out infinite; }
.bubble-field { position: absolute; inset: 0; }
.bubble-field i { position: absolute; bottom: -50px; left: var(--x); width: var(--s); height: var(--s); border-radius: 50%; background: radial-gradient(circle at 32% 28%, rgba(255,255,255,.92), rgba(150,235,170,.22) 58%, rgba(47,194,58,.05)); border: 1px solid rgba(255,255,255,.28); animation: bubbleRise var(--t) linear infinite; animation-delay: var(--d); opacity: 0; }
@keyframes bubbleRise { 0% { transform: translateY(0) scale(.6); opacity: 0; } 12% { opacity: .85; } 88% { opacity: .5; } 100% { transform: translateY(-118vh) scale(1.05); opacity: 0; } }
@keyframes chromeSweep { 0%, 100% { transform: translateX(0) rotate(18deg); } 50% { transform: translateX(420%) rotate(18deg); } }
.hero h1, .subhero h1, .detail-hero h1, .contact-hero h1 { margin: 0; font-size: clamp(2.7rem, 6.3vw, 6rem); line-height: .96; letter-spacing: -.01em; max-width: 13ch; text-wrap: balance; }
.hero h1 .shine { background: linear-gradient(92deg, #6bf07a, #2fc23a 40%, #d9f7df 70%, #2fc23a); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p, .subhero p, .detail-hero p, .contact-hero p { color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 700px; }
.eyebrow { display: inline-flex; margin-bottom: 16px; color: var(--brand-deep); font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.hero .eyebrow, .dark .eyebrow, .cta-band .eyebrow, .subhero .eyebrow, .detail-hero .eyebrow, .contact-hero .eyebrow { color: var(--brand); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 34px; max-width: 720px; }
.trust-row span { min-height: 72px; display: flex; align-items: center; padding: 14px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.06); color: rgba(255,255,255,.9); font-weight: 800; }
.hero-visual { position: relative; min-height: 600px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.hero-badge { position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 4; padding: 18px 20px; border-radius: var(--radius); background: rgba(8, 12, 9, .82); color: #fff; backdrop-filter: blur(10px); border: 1px solid rgba(47,194,58,.34); }
.hero-badge strong { display: block; font-size: clamp(1.4rem, 3vw, 2.1rem); line-height: 1; color: var(--brand); }
.hero-badge span { display: block; color: rgba(255,255,255,.78); margin-top: 8px; }
/* Wash reveal (dirty -> clean) */
.wash-reveal { position: absolute; inset: 0; }
.wash-reveal img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; }
.wash-clean { position: absolute; inset: 0; }
.wash-dirty { position: absolute; inset: 0; clip-path: inset(0 0 0 0); animation: washWipe 8s cubic-bezier(.66,0,.34,1) infinite; will-change: clip-path, opacity; }
.wash-bar { position: absolute; top: 0; bottom: 0; left: 0; width: 64px; z-index: 3; transform: translateX(-50%); background: linear-gradient(90deg, transparent, rgba(255,255,255,.1) 30%, rgba(255,255,255,.85) 50%, rgba(150,235,170,.4) 65%, transparent); filter: blur(.4px); opacity: 0; animation: washBar 8s cubic-bezier(.66,0,.34,1) infinite; pointer-events: none; }
.wash-tag { position: absolute; top: 16px; z-index: 4; padding: 7px 12px; border-radius: 999px; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.wash-tag-dirty { left: 16px; background: rgba(8,12,9,.78); color: #fff; opacity: 1; animation: tagDirty 8s cubic-bezier(.66,0,.34,1) infinite; }
.wash-tag-clean { right: 16px; background: var(--brand); color: #06210b; opacity: 0; animation: tagClean 8s cubic-bezier(.66,0,.34,1) infinite; }
@keyframes washWipe {
  0% { clip-path: inset(0 0 0 0); opacity: 1; }
  14% { clip-path: inset(0 0 0 0); opacity: 1; }
  60% { clip-path: inset(0 100% 0 0); opacity: 1; }
  82% { clip-path: inset(0 100% 0 0); opacity: 1; }
  90% { clip-path: inset(0 100% 0 0); opacity: 0; }
  91% { clip-path: inset(0 0 0 0); opacity: 0; }
  100% { clip-path: inset(0 0 0 0); opacity: 1; }
}
@keyframes washBar {
  0%, 13% { left: 0; opacity: 0; }
  16% { opacity: 1; }
  57% { left: 100%; opacity: 1; }
  63% { left: 100%; opacity: 0; }
  100% { left: 100%; opacity: 0; }
}
@keyframes tagDirty { 0%, 40% { opacity: 1; } 55%, 100% { opacity: 0; } }
@keyframes tagClean { 0%, 45% { opacity: 0; } 62%, 88% { opacity: 1; } 95%, 100% { opacity: 0; } }
.service-ribbon { display: flex; flex-wrap: wrap; gap: 10px; padding: 18px clamp(16px, 5vw, 76px); background: var(--ink2); border-bottom: 1px solid rgba(47,194,58,.2); }
.service-ribbon span { display: inline-flex; padding: 10px 14px; border: 1px solid rgba(47,194,58,.32); border-radius: 999px; background: rgba(47,194,58,.08); color: #d9f7df; font-weight: 800; }
.pill { display: inline-flex; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--brand-deep); font-weight: 800; transition: transform .15s ease, border-color .15s ease; }
.pill:hover { transform: translateY(-2px); border-color: var(--brand); }
.section { padding: clamp(64px, 9vw, 120px) clamp(16px, 5vw, 76px); }
.section.soft { background: var(--soft); }
.section.dark { background: var(--ink); color: #fff; }
.section-head { max-width: 920px; margin-bottom: 34px; }
.section h2, .dark h2, .cta-band h2, .estimate-card h2 { margin: 0 0 14px; font-size: clamp(2.1rem, 4.6vw, 4.4rem); line-height: 1.02; letter-spacing: -.01em; text-wrap: balance; }
.section-head p, .two-col p, .service-card p, .area-card p, .process-grid p, .faq-list p, .stacked-list p { color: var(--muted); font-size: 1.03rem; }
.dark p, .dark .stacked-list p { color: rgba(255,255,255,.74); }
.card-grid { display: grid; gap: 16px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card, .area-card, .process-grid article, .estimate-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.service-card:hover, .area-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(47,194,58,.5); }
.service-card img { width: 100%; height: 230px; object-fit: cover; }
.service-card span, .area-card span { display: block; padding: 20px 20px 0; color: var(--brand-deep); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.service-card h3, .area-card h3 { margin: 8px 20px 0; font-size: clamp(1.3rem, 2.2vw, 1.8rem); line-height: 1.05; }
.service-card p, .area-card p { margin: 10px 20px 22px; }
.before-after-section { background: var(--ink); color: #fff; }
.before-after-section .section-head p { color: rgba(255,255,255,.74); }
.before-after-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.ba-card { border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.04); overflow: hidden; box-shadow: var(--shadow); }
.ba-frame { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #060907; touch-action: pan-y; }
.ba-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-before { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.ba-line { position: absolute; top: 0; bottom: 0; left: var(--position); width: 3px; background: var(--brand); transform: translateX(-1.5px); box-shadow: 0 0 18px rgba(47,194,58,.7); pointer-events: none; }
.ba-line:after { content: "\2194"; position: absolute; left: 50%; top: 50%; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 999px; transform: translate(-50%, -50%); background: var(--brand); color: #06210b; font-weight: 900; font-size: 1.2rem; border: 2px solid #fff; box-shadow: 0 10px 28px rgba(6,10,7,.4); }
.ba-label { position: absolute; top: 12px; z-index: 2; padding: 7px 11px; border-radius: 999px; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.ba-label-before { left: 12px; background: rgba(8,12,9,.8); color: #fff; }
.ba-label-after { right: 12px; background: var(--brand); color: #06210b; }
.ba-range { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; }
.ba-caption { padding: 16px 18px 18px; }
.ba-caption h3 { margin: 0; font-size: 1.22rem; line-height: 1.1; }
.split, .two-col { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(28px, 6vw, 76px); align-items: start; }
.stacked-list { display: grid; gap: 12px; }
.stacked-list article, .feature-panel, .faq-list details { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.05); padding: 22px; }
.dark .stacked-list article { border-color: rgba(255,255,255,.12); }
.stacked-list strong { font-size: 1.22rem; }
.feature-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-panel { padding: 0; overflow: hidden; background: #fff; }
.feature-panel img { width: 100%; height: 340px; object-fit: cover; }
.feature-panel div { padding: 24px; }
.feature-panel h3 { margin: 0 0 10px; font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.05; }
.pill-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.process-grid article { padding: 24px; }
.process-grid span { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 12px; background: var(--brand-soft); color: var(--brand-deep); font-weight: 900; }
.process-grid h3 { margin: 16px 0 8px; font-size: 1.3rem; }
.faq-list { display: grid; gap: 10px; max-width: 980px; }
.faq-list details { background: #fff; padding: 18px 20px; }
.faq-list summary { cursor: pointer; font-size: 1.06rem; font-weight: 800; }
.faq-list p { margin: 12px 0 0; }
.cta-band { margin: 0 clamp(16px, 5vw, 76px) clamp(64px, 9vw, 96px); padding: clamp(28px, 5vw, 56px); border-radius: var(--radius); background: radial-gradient(circle at 85% 15%, rgba(47,194,58,.4), transparent 45%), linear-gradient(135deg, #0a0d0b, #14271a); color: #fff; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; border: 1px solid rgba(47,194,58,.3); }
.cta-band p { color: rgba(255,255,255,.78); max-width: 720px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.subhero { padding: clamp(82px, 12vw, 150px) clamp(16px, 5vw, 76px) 58px; background: radial-gradient(circle at 82% 12%, rgba(47,194,58,.2), transparent 40%), var(--ink); color: #fff; }
.subhero h1 { max-width: 15ch; }
.detail-hero, .contact-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .85fr); gap: clamp(28px, 5vw, 62px); align-items: center; padding: clamp(70px, 10vw, 130px) clamp(16px, 5vw, 76px); background: radial-gradient(circle at 88% 10%, rgba(47,194,58,.16), transparent 42%), var(--ink); color: #fff; }
.detail-hero h1, .contact-hero h1 { max-width: 13ch; }
.detail-hero img { width: 100%; height: min(68vh, 620px); object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.check-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; margin: 0; }
.check-list li { position: relative; padding: 15px 15px 15px 46px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--text); font-weight: 700; }
.check-list li:before { content: ""; position: absolute; left: 16px; top: 18px; width: 18px; height: 18px; border-radius: 50%; background: var(--brand); box-shadow: inset 0 0 0 4px rgba(255,255,255,.85); }
.area-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.area-card { padding: 4px 0 8px; min-height: 220px; }
/* Gallery */
.gallery-section { background: var(--soft); }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.gallery-filter { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--text); font-weight: 800; font-size: .9rem; cursor: pointer; transition: all .15s ease; }
.gallery-filter:hover { border-color: var(--brand); }
.gallery-filter.active { background: var(--brand); color: #06210b; border-color: var(--brand); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.gallery-item { position: relative; margin: 0; padding: 0; border: none; cursor: pointer; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: #060907; aspect-ratio: 4 / 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item.hide { display: none; }
.gi-tag { position: absolute; top: 12px; left: 12px; padding: 6px 11px; border-radius: 999px; background: var(--brand); color: #06210b; font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.gi-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 12px; text-align: left; color: #fff; font-weight: 800; font-size: .95rem; background: linear-gradient(0deg, rgba(6,9,7,.86), transparent); }
/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: clamp(16px, 4vw, 56px); background: rgba(5, 8, 6, .92); backdrop-filter: blur(6px); }
.lightbox.open { display: flex; }
.lb-figure { margin: 0; max-width: 100%; max-height: 100%; display: grid; gap: 12px; justify-items: center; }
.lb-img { max-width: 100%; max-height: 80vh; object-fit: contain; border-radius: var(--radius); box-shadow: var(--shadow); }
.lb-cap { color: #fff; font-weight: 700; }
.lb-close { position: absolute; top: 18px; right: 22px; width: 48px; height: 48px; border-radius: 999px; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.08); color: #fff; font-size: 1.7rem; line-height: 1; cursor: pointer; }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 54px; height: 54px; border-radius: 999px; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.08); color: #fff; font-size: 2rem; line-height: 1; cursor: pointer; }
.lb-nav:hover, .lb-close:hover { background: var(--brand); color: #06210b; border-color: var(--brand); }
.lb-prev { left: clamp(10px, 3vw, 36px); }
.lb-next { right: clamp(10px, 3vw, 36px); }
.estimate-card { padding: clamp(22px, 4vw, 36px); background: #fff; color: var(--text); box-shadow: var(--shadow); }
.estimate-card h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.contact-lead { color: var(--muted); margin: 0 0 22px; }
.social-row { display: flex; gap: 14px; margin-top: 22px; }
.social-row a { color: var(--brand); font-weight: 800; text-transform: uppercase; letter-spacing: .06em; font-size: .82rem; }
.social-row a:hover { color: #fff; }
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.contact-list li { display: grid; gap: 3px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.contact-list li:last-child { border-bottom: none; padding-bottom: 0; }
.contact-list span:first-child { color: var(--brand-deep); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.contact-list a, .contact-list li > span:last-child { font-size: 1.1rem; font-weight: 800; color: var(--text); }
.contact-list a:hover { color: var(--brand-deep); }
.form-placeholder { border: 2px dashed rgba(47,194,58,.55); border-radius: var(--radius); background: linear-gradient(180deg, #f1faf1, #fbfffb); padding: clamp(24px, 4vw, 38px); text-align: center; margin: 0 0 24px; }
.form-placeholder-tag { display: inline-flex; margin-bottom: 14px; padding: 6px 12px; border-radius: 999px; background: var(--brand-deep); color: #fff; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.form-placeholder-title { margin: 0 0 6px; font-size: 1.2rem; font-weight: 900; color: var(--text); }
.form-placeholder-note { margin: 0 0 20px; color: var(--muted); font-size: .98rem; }
.form-placeholder-actions { display: grid; gap: 10px; }
.footer { display: flex; justify-content: space-between; gap: 30px; padding: 40px clamp(16px, 5vw, 76px); background: #060907; color: #fff; }
.footer .brand { width: fit-content; }
.footer p { color: rgba(255,255,255,.66); max-width: 480px; margin: 14px 0; }
.footer-grid { display: grid; grid-template-columns: repeat(2, max-content); gap: 10px 24px; color: rgba(255,255,255,.78); }
.footer-grid a:hover { color: var(--brand); }
.mobile-sticky { display: none; opacity: 0; transform: translateY(18px); pointer-events: none; }
.reveal { opacity: 1; transform: none; transition: opacity .5s ease, transform .5s cubic-bezier(.22,1,.36,1); }
html.js .reveal { opacity: 0; transform: translateY(18px); }
html.js .reveal.in { opacity: 1; transform: none; }
.sms-consent { margin-top: 18px; max-width: 640px; font-size: .82rem; line-height: 1.55; color: rgba(255,255,255,.6); }
.sms-consent a { color: var(--brand); text-decoration: underline; }
.legal-section { max-width: 880px; }
.legal-prose { color: var(--text); }
.legal-prose .updated { color: var(--muted); font-size: .95rem; margin: 0 0 28px; }
.legal-prose h2 { font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.15; margin: 36px 0 12px; }
.legal-prose h2:first-of-type { margin-top: 0; }
.legal-prose p, .legal-prose li { color: var(--text); font-size: 1.02rem; line-height: 1.7; }
.legal-prose ul { padding-left: 22px; margin: 0 0 14px; display: grid; gap: 6px; }
.legal-prose a { color: var(--brand-deep); text-decoration: underline; }
.legal-prose strong { font-weight: 800; }
@media (max-width: 1040px) {
  .nav-links, .nav-actions { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; inset: 76px 16px auto; z-index: 49; display: grid; gap: 6px; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none; transition: .18s ease; }
  body.menu-open .mobile-menu { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-menu a { padding: 14px; border-radius: var(--radius); color: var(--brand-deep); font-weight: 900; }
  .hero, .detail-hero, .contact-hero, .split, .two-col, .cta-band { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 440px; }
  .wash-reveal img { min-height: 440px; }
  .card-grid.three, .process-grid, .area-grid, .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-actions { justify-content: flex-start; }
}
@media (max-width: 640px) {
  .site-header { min-height: 66px; padding: 8px 12px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-text strong { font-size: 1rem; }
  .brand-text span { font-size: .62rem; letter-spacing: .1em; }
  .brand-text small { display: none; }
  .hero { padding: 36px 14px 48px; gap: 26px; }
  .hero h1, .subhero h1, .detail-hero h1, .contact-hero h1 { font-size: clamp(2.3rem, 10vw, 3.3rem); max-width: 14ch; }
  .hero p, .subhero p, .detail-hero p, .contact-hero p { font-size: 1rem; line-height: 1.5; }
  .hero-actions, .cta-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .trust-row, .card-grid.three, .process-grid, .area-grid, .feature-layout, .check-list, .gallery-grid, .before-after-grid { grid-template-columns: 1fr; }
  .trust-row span { min-height: 60px; }
  .section, .subhero, .detail-hero, .contact-hero { padding-left: 14px; padding-right: 14px; }
  .section h2, .dark h2, .cta-band h2 { font-size: clamp(1.9rem, 8.4vw, 2.6rem); }
  .service-card img, .feature-panel img { height: 240px; }
  .ba-frame { aspect-ratio: 1 / 1; }
  .hero-visual, .hero-visual img, .wash-reveal img { min-height: 360px; }
  .cta-band { margin-left: 12px; margin-right: 12px; margin-bottom: 86px; }
  .footer { display: grid; padding-bottom: 96px; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-sticky { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; display: flex; box-shadow: var(--shadow); transition: opacity .22s ease, transform .22s ease; }
  body.show-mobile-sticky .mobile-sticky { opacity: 1; transform: translateY(0); pointer-events: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .foam-motion { display: none; }
  .wash-dirty { opacity: 0; }
  .wash-bar { display: none; }
}
