:root {
  --bg: #070707;
  --bg-soft: #0d0d0e;
  --panel: #121214;
  --panel-2: #171719;
  --text: #f7f7f7;
  --muted: #b6b6ba;
  --muted-2: #85858a;
  --red: #e31b23;
  --red-dark: #9d0e14;
  --line: rgba(255,255,255,.12);
  --line-red: rgba(227,27,35,.48);
  --shadow: 0 18px 50px rgba(0,0,0,.35);
  --radius: 18px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  min-width: 0;
  overflow-x: hidden;
  padding-bottom: calc(68px + env(safe-area-inset-bottom));
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.shell { width: min(100% - 32px, var(--shell)); margin-inline: auto; }
.section { padding: 56px 0; }
.centered { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: 12px; background: #fff; color: #000; padding: 10px 14px; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 8px; color: #ff4a50; font-size: .78rem; letter-spacing: .13em; font-weight: 800; text-transform: uppercase; }
.section-heading { max-width: 680px; margin-bottom: 28px; }
.section-heading.centered { margin-inline: auto; }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 8vw, 3.5rem); line-height: 1.03; letter-spacing: -.04em; text-transform: uppercase; }
.section-heading p:last-child { color: var(--muted); margin: 12px 0 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border: 1px solid transparent; border-radius: 9px; font-weight: 850; text-decoration: none; text-transform: uppercase; letter-spacing: .025em; font-size: .84rem; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:active { transform: translateY(1px); }
.button-primary { background: linear-gradient(180deg, #ef252c, #c90f16); color: white; box-shadow: 0 8px 24px rgba(227,27,35,.18); }
.button-primary:hover { background: #f1262e; }
.button-ghost, .button-outline { border-color: rgba(255,255,255,.4); background: rgba(8,8,8,.55); color: white; }
.button-ghost:hover, .button-outline:hover { border-color: var(--red); background: rgba(227,27,35,.08); }
.button-full { width: 100%; }
.text-link { color: #fff; text-underline-offset: 4px; }
.site-header { position: sticky; top: 0; z-index: 60; height: 68px; border-bottom: 1px solid rgba(227,27,35,.38); background: rgba(5,5,6,.92); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: block; width: 148px; height: 54px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.site-nav { position: fixed; inset: 68px 0 auto 0; display: none; background: rgba(8,8,9,.98); border-bottom: 1px solid var(--line-red); padding: 12px 16px 22px; box-shadow: var(--shadow); }
.site-nav.is-open { display: grid; }
.site-nav a { padding: 15px 8px; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 750; }
.site-nav a:hover { color: #ff4a50; }
.header-book { display: none; }
.menu-toggle { width: 48px; height: 48px; border: 0; background: transparent; display: grid; place-content: center; gap: 5px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { width: 24px; height: 2px; background: white; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.hero { position: relative; display: grid; grid-template-rows: clamp(330px, 55vh, 470px) auto; isolation: isolate; overflow: hidden; border-bottom: 1px solid var(--line-red); background: #070707; }
.hero-media { position: relative; z-index: 0; grid-row: 1; min-height: 0; overflow: hidden; }
.hero-image { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 50% 54%; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,4,5,.08) 0%, rgba(4,4,5,.08) 68%, #070707 100%); pointer-events: none; }
.hero-shade { position: absolute; z-index: 1; inset: 0 0 auto; height: clamp(330px, 55vh, 470px); pointer-events: none; background: linear-gradient(90deg, rgba(4,4,5,.22), transparent 25% 75%, rgba(4,4,5,.22)); }
.hero::after { content: ""; position: absolute; z-index: 0; inset: clamp(330px, 55vh, 470px) 0 0; background: radial-gradient(circle at 50% 0%, rgba(227,27,35,.12), transparent 38%), linear-gradient(135deg, rgba(227,27,35,.08), transparent 28%), #070707; pointer-events: none; }
.hero-content { position: relative; z-index: 2; grid-row: 2; padding-top: 30px; padding-bottom: 40px; text-align: center; }
.hero-copy { max-width: 620px; margin-inline: auto; text-align: center; }
.hero h1 { margin: 0; font-size: clamp(3.35rem, 16vw, 5.9rem); line-height: .86; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 span { display: inline-block; color: var(--red); white-space: nowrap; }
.hero-tagline { margin: 18px 0 0; font-size: clamp(.88rem, 4vw, 1.08rem); font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.hero-text { max-width: 520px; color: #dedee1; font-size: 1.04rem; }
.hero-text-full { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hero-text-mobile { margin: 18px auto 0; }
.hero-actions { display: grid; gap: 10px; width: min(100%, 420px); margin: 24px auto 0; }
.hero-actions .button { min-height: 56px; }
.trust-strip { border-bottom: 1px solid var(--line); background: #09090a; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; }
.trust-grid article { display: flex; gap: 12px; min-width: 0; padding: 18px 10px; border-bottom: 1px solid var(--line); }
.trust-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.trust-icon { color: var(--red); font-size: 1.35rem; line-height: 1.2; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-size: .8rem; text-transform: uppercase; line-height: 1.2; }
.trust-grid small { color: var(--muted-2); font-size: .72rem; margin-top: 4px; }
.services-section { background: linear-gradient(180deg, #0c0c0d, #070707); }
.service-scroller { display: grid; grid-auto-flow: column; grid-auto-columns: min(86vw, 345px); gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; padding: 4px 2px 14px; scrollbar-width: thin; scrollbar-color: var(--red) #111; }
.service-card { scroll-snap-align: start; overflow: hidden; background: linear-gradient(180deg, #151517, #0d0d0e); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; box-shadow: var(--shadow); }
.service-art { position: relative; display: grid; place-items: center; height: 210px; overflow: hidden; isolation: isolate; background: #050505; }
.service-art::before { content: ""; position: absolute; z-index: 0; inset: -18px; background: var(--service-art) center / cover no-repeat; filter: blur(10px) brightness(.38) saturate(.82); }
.service-art::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.18), rgba(5,5,5,.04) 34% 66%, rgba(5,5,5,.18)); }
.service-art img { position: relative; z-index: 2; width: min(250px, 100%); height: 250px; max-width: none; object-fit: contain; }
.service-art-wash { --service-art: url("assets-v3/service-wash.webp"); }
.service-art-interior { --service-art: url("assets-v3/service-interior.webp"); }
.service-art-premium { --service-art: url("assets-v3/service-premium.webp"); }
.service-body { padding: 18px; }
.service-topline { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.price { color: #ff353d; font-weight: 900; text-transform: uppercase; }
.duration { color: #d4d4d6; font-size: .82rem; }
.service-card h3 { margin: 10px 0 8px; font-size: 1.1rem; text-transform: uppercase; line-height: 1.15; }
.service-card p { min-height: 4.4em; margin: 0 0 18px; color: var(--muted); }
.service-footer { margin-top: 16px; }
.work-section { border-top: 1px solid rgba(227,27,35,.25); background: radial-gradient(circle at 50% 0%, rgba(227,27,35,.08), transparent 30%), #070707; }
.work-grid { display: grid; gap: 18px; max-width: 960px; margin-inline: auto; }
.reveal-card, .before-after-card { background: #0e0e10; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.reveal-stage { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #0b0b0b; touch-action: none; cursor: crosshair; }
.reveal-stage img { width: 100%; height: 100%; object-fit: cover; }
.reveal-stage canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.reveal-tip { position: absolute; left: 14px; bottom: 14px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(5,5,5,.75); font-size: .76rem; font-weight: 800; text-transform: uppercase; pointer-events: none; transition: opacity .2s ease; }
.reveal-stage.is-started .reveal-tip { opacity: 0; }
.shine { position: absolute; inset: 0; pointer-events: none; opacity: 0; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.34) 46%, transparent 62%); transform: translateX(-130%); }
.reveal-stage.is-complete .shine { animation: shine 1s ease-out 1; }
.reveal-copy { padding: 16px; display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.reveal-copy h3 { margin: 0; text-transform: uppercase; }
.reveal-status { margin: 0; color: #ff4a50; font-weight: 850; white-space: nowrap; }
.scrub-controls { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 0 16px 16px; }
.scrub-controls .button { min-height: 42px; cursor: pointer; }
.scrub-choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 0 16px 16px; }
.scrub-choice { min-width: 0; padding: 0; overflow: hidden; color: #fff; background: #111113; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; text-align: left; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.scrub-choice:hover { border-color: rgba(255,255,255,.42); }
.scrub-choice[aria-pressed="true"] { border-color: var(--red); background: rgba(227,27,35,.12); box-shadow: inset 0 0 0 1px var(--red); }
.scrub-choice img { width: 100%; height: 108px; object-fit: cover; }
.scrub-choice span { display: block; padding: 8px 9px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
@keyframes shine { 0% { opacity: 0; transform: translateX(-130%); } 20% { opacity: 1; } 100% { opacity: 0; transform: translateX(130%); } }
.before-after { position: relative; aspect-ratio: 4/5; overflow: hidden; background: #111; }
.before-after img { width: 100%; height: 100%; object-fit: cover; }
.after-layer { position: absolute; inset: 0; width: 52%; overflow: hidden; border-right: 2px solid #fff; }
.after-layer img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: left center; }
.ba-label { position: absolute; top: 12px; padding: 6px 9px; border-radius: 6px; background: rgba(5,5,5,.76); border: 1px solid rgba(255,255,255,.24); font-size: .72rem; text-transform: uppercase; font-weight: 850; }
.ba-before { right: 12px; }
.ba-after { left: 12px; }
.comparison-control { display: grid; gap: 8px; padding: 14px 16px 18px; color: var(--muted); font-size: .78rem; text-transform: uppercase; font-weight: 800; }
.comparison-control input { width: 100%; accent-color: var(--red); }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.gallery-grid figure { position: relative; min-width: 0; margin: 0; aspect-ratio: 4/3; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #111; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-grid figcaption { position: absolute; inset: auto 0 0; padding: 32px 14px 12px; background: linear-gradient(transparent, rgba(0,0,0,.85)); font-weight: 800; overflow-wrap: anywhere; }
.gallery-footer { margin-top: 22px; }
.about-section { border-block: 1px solid rgba(227,27,35,.25); background: linear-gradient(180deg, #0f0809, #09090a); }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.benefit-grid article { padding: 18px 14px; background: rgba(16,16,18,.7); border: 1px solid var(--line); border-radius: 12px; }
.benefit-grid article > span { color: #ff3038; font-size: 1.7rem; }
.benefit-grid h3 { margin: 10px 0 6px; text-transform: uppercase; font-size: .92rem; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: .86rem; }
.contact-section { background: #09090a; }
.contact-layout { display: grid; gap: 24px; }
.contact-copy h2 { margin: 0; font-size: clamp(2.2rem, 9vw, 4.4rem); letter-spacing: -.05em; line-height: .96; text-transform: uppercase; }
.contact-intro { color: var(--muted); max-width: 580px; }
.contact-list { display: grid; gap: 10px; margin: 24px 0; }
.contact-list a { display: flex; align-items: center; gap: 12px; padding: 12px 0; color: inherit; text-decoration: none; border-bottom: 1px solid var(--line); }
.contact-list a > span { color: var(--red); font-size: 1.25rem; width: 28px; text-align: center; }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: var(--muted-2); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-list strong { overflow-wrap: anywhere; }
.hours-card { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 18px 0; }
.hours-card div { padding: 12px; background: #121214; border: 1px solid var(--line); border-radius: 10px; }
.hours-card span, .hours-card strong { display: block; }
.hours-card span { color: var(--muted-2); font-size: .72rem; text-transform: uppercase; }
.hours-card strong { margin-top: 3px; font-size: .9rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.map-card { overflow: hidden; background: #111; border: 1px solid rgba(227,27,35,.5); border-radius: var(--radius); box-shadow: var(--shadow); }
.map-card iframe { display: block; width: 100%; height: 260px; border: 0; filter: grayscale(.12) contrast(1.05); }
.map-caption { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; color: inherit; text-decoration: none; background: #101012; }
.map-caption strong, .map-caption small { display: block; }
.map-caption small { color: var(--muted); margin-top: 2px; }
.map-caption b { color: #ff4a50; white-space: nowrap; }
.site-footer { padding: 34px 0 28px; border-top: 1px solid var(--line-red); background: #050506; text-align: center; }
.footer-inner img { width: 180px; height: 76px; object-fit: cover; margin: 0 auto 10px; }
.footer-inner p { margin: 4px 0; color: var(--muted); }
.footer-small { font-size: .78rem; }
.mobile-actions { position: fixed; z-index: 70; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr 1.2fr; min-height: 64px; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid rgba(255,255,255,.16); background: rgba(7,7,8,.96); backdrop-filter: blur(14px); box-shadow: 0 -10px 30px rgba(0,0,0,.35); }
.mobile-actions a { min-height: 64px; display: flex; align-items: center; justify-content: center; gap: 6px; color: white; text-decoration: none; font-size: .78rem; font-weight: 850; text-transform: uppercase; }
.mobile-actions a + a { border-left: 1px solid var(--line); }
.mobile-actions .mobile-book { background: linear-gradient(180deg, #ed222a, #bd0e14); }
.booksy-widget-host { position: absolute; left: -10000px; top: 0; width: 1px; height: 1px; pointer-events: none; }
@media (min-width: 700px) {
  body { padding-bottom: 0; }
  .shell { width: min(100% - 48px, var(--shell)); }
  .section { padding: 72px 0; }
  .trust-grid { grid-template-columns: repeat(4,1fr); }
  .trust-grid article { border-bottom: 0; border-right: 1px solid var(--line); padding: 22px 16px; }
  .trust-grid article:last-child { border-right: 0; }
  .scrub-choices { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .before-after-card { display: grid; grid-template-rows: 1fr auto; }
  .gallery-grid { grid-template-columns: repeat(3,1fr); }
  .benefit-grid { grid-template-columns: repeat(4,1fr); }
  .contact-layout { grid-template-columns: 1.1fr .9fr; align-items: center; }
  .map-card iframe { height: 340px; }
  .mobile-actions { display: none; }
}
@media (min-width: 768px) {
  .hero { min-height: 680px; grid-template-rows: 1fr; align-items: center; }
  .hero-media { position: absolute; inset: 0; z-index: 0; grid-row: auto; }
  .hero-image { object-position: center; }
  .hero-media::after { display: none; }
  .hero-shade { inset: 0; height: auto; background: linear-gradient(90deg, rgba(4,4,5,.98) 0%, rgba(4,4,5,.9) 22%, rgba(4,4,5,.62) 40%, rgba(4,4,5,.08) 72%), linear-gradient(180deg, rgba(4,4,5,.05) 56%, rgba(4,4,5,.72) 100%); }
  .hero::after { inset: 0; z-index: 1; background: radial-gradient(circle at 8% 8%, rgba(227,27,35,.12), transparent 28%); }
  .hero-content { grid-row: 1; padding-block: 74px 62px; text-align: left; }
  .hero-copy { max-width: 640px; margin-inline: 0; text-align: left; }
  .hero h1 { font-size: clamp(5.1rem, 8.2vw, 7.5rem); }
  .hero-text-full { position: static; width: auto; height: auto; padding: 0; margin: 14px 0 0; overflow: visible; clip: auto; white-space: normal; border: 0; }
  .hero-text-mobile { display: none; }
  .hero-actions { display: flex; width: auto; max-width: none; margin: 26px 0 0; }
  .hero-actions .button { min-height: 54px; }
}
@media (min-width: 900px) {
  .site-header { height: 78px; }
  .brand { width: 165px; height: 62px; }
  .menu-toggle { display: none; }
  .site-nav { position: static; display: flex; align-items: center; gap: 28px; margin-left: auto; padding: 0; background: transparent; border: 0; box-shadow: none; }
  .site-nav a { position: relative; padding: 12px 0; border: 0; font-size: .82rem; text-transform: uppercase; }
  .site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--red); transition: right .2s ease; }
  .site-nav a:hover::after { right: 0; }
  .header-book { display: inline-flex; min-height: 44px; }
  .service-scroller { grid-auto-flow: initial; grid-auto-columns: initial; grid-template-columns: repeat(3,1fr); overflow: visible; }
  .service-card { display: grid; grid-template-rows: auto 1fr; }
  .service-body { display: flex; flex-direction: column; }
  .service-card p { flex: 1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .shine { display: none; }
}
