:root { color-scheme: light; --blue: #566331; --lime: #e5ff72; --ink: #101316; --white: #fff; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 20px; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: var(--white); color: var(--ink); letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--lime); outline-offset: 6px; }
.hero { position: relative; min-height: 640px; height: 92svh; max-height: 1080px; color: white; background: #172a35; display: flex; flex-direction: column; isolation: isolate; }
.film { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.film video { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.film::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(0 0 0 / 55%), rgb(0 0 0 / 12%) 85%), linear-gradient(0deg, rgb(0 0 0 / 35%), transparent 45%); }
.header { min-height: 104px; margin: 0 48px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid rgb(255 255 255 / 35%); }
.brand { display: inline-flex; align-items: center; font-weight: 900; font-size: 29px; line-height: 1; white-space: nowrap; }
.brand-line { width: 18px; height: 4px; margin: 0 4px; background: currentColor; }
.brand-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); align-self: flex-start; margin-left: 4px; }
nav { display: flex; gap: 36px; margin-left: auto; }
nav a { font-size: 14px; padding: 14px 0; border-bottom: 1px solid transparent; transition: border-color .2s; }
nav a:hover { border-color: white; }
.open { display: flex; gap: 12px; align-items: center; font-family: monospace; font-size: 14px; margin-left: 36px; }
.open > span, .location-status > span { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.hero-copy { flex: 1; padding: 46px 48px 38px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { font: 11px/1.5 monospace; text-transform: uppercase; margin: 0; }
h1 { font-size: 112px; line-height: .96; margin: 30px 0 36px; font-weight: 900; }
h1 span { color: var(--lime); }
h1 b { color: var(--lime); font-weight: inherit; }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.hero-bottom p { font-size: 21px; line-height: 1.4; margin: 0; }
.action { min-height: 62px; display: inline-flex; align-items: center; justify-content: space-between; gap: 48px; padding: 20px 24px; background: var(--lime); color: var(--ink); font: 12px/1.4 monospace; transition: background .2s, transform .2s; }
.action > span { font: 25px/1 Arial, sans-serif; transition: transform .2s; }
.action:hover { background: white; }
.action:hover > span { transform: translate(3px,-3px); }
.hero-foot { margin: 0 48px; border-top: 1px solid rgb(255 255 255 / 35%); min-height: 68px; display: flex; align-items: center; gap: 30px; font: 10px/1.5 monospace; }
.hero-foot a > span { margin-left: 16px; }
.scroll-link { margin-left: auto; }
.video-toggle { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 36px; border-radius: 50%; color: white; background: transparent; border: 1px solid #ffffff80; cursor: pointer; }
.video-toggle img { filter: invert(1); }
.video-toggle:hover { background: #ffffff24; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.how { padding: 44px 48px 80px; }
.section-top, .location-top { display: flex; justify-content: space-between; gap: 20px; }
.section-top { color: #575e62; }
.intro { display: grid; grid-template-columns: 1.5fr 1fr; gap: 80px; align-items: end; margin: 68px 0 66px; }
h2 { font-size: 62px; font-weight: 700; line-height: 1.04; margin: 0; }
.intro > p { font-size: 19px; line-height: 1.55; max-width: 390px; margin: 0 0 3px; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
.steps article { border-top: 1px solid #ccd1d3; padding-top: 22px; }
.step-number { font: 12px/1.4 monospace; color: var(--blue); }
h3 { font-size: 24px; line-height: 1.2; margin: 30px 0 14px; }
.steps p { color: #545c60; font-size: 16px; line-height: 1.6; max-width: 280px; margin: 0; }
.location { padding: 36px 48px 0; background: var(--blue); color: white; }
.location-main { padding: 64px 0 72px; display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.location-status { font: 11px/1.5 monospace; display: flex; align-items: center; gap: 9px; margin: 0 0 24px; }
.location h2 { font-size: 66px; }
address { font-style: normal; font-size: 20px; line-height: 1.5; margin: 28px 0; }
address span { opacity: .75; font-size: 15px; }
.light { background: white; }
.light:hover { background: var(--lime); }
.hours { font-weight: 900; font-size: 172px; line-height: 1; display: flex; align-items: center; justify-content: center; gap: 20px; color: var(--lime); }
.hours i { height: 200px; width: 2px; background: currentColor; transform: rotate(20deg); margin: 0 12px; }
footer { min-height: 100px; border-top: 1px solid #ffffff50; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
footer > span, footer > a:last-child { font: 10px/1.4 monospace; }
@media (min-width: 1600px) { .hero-copy { padding-left: 80px; padding-right: 80px; } h1 { font-size: 144px; } .header,.hero-foot { margin-left: 80px; margin-right: 80px; } .how,.location { padding-left: 80px; padding-right: 80px; } }
@media (max-width: 1000px) { .hero { min-height: 680px; } h1 { font-size: 88px; } h2,.location h2 { font-size: 48px; } .intro { gap: 40px; } .hours { font-size: 110px; gap: 10px; } .hours i { height: 135px; } .steps { gap: 24px; } }
@media (max-width: 700px) {
  .hero { height: 92svh; min-height: 630px; max-height: none; }
  .header { margin: 0 22px; min-height: 78px; gap: 16px; }
  .brand { font-size: 24px; } .brand-line { width: 12px; }
  nav { gap: 20px; } nav a { font-size: 12px; } nav a:first-child { display: none; }
  .open { font-size: 11px; margin-left: 0; gap: 7px; }
  .hero-copy { padding: 32px 22px; }
  .eyebrow { font-size: 10px; }
  h1 { font-size: 68px; margin: 34px 0; }
  .hero-bottom { display: block; }
  .hero-bottom p { font-size: 18px; }
  .hero-bottom .action { margin-top: 30px; width: 100%; }
  .hero-foot { margin: 0 22px; gap: 14px; font-size: 9px; min-height: 58px; }
  .hero-foot a > span { margin-left: 5px; }
  .how { padding: 30px 22px 48px; }
  .intro { grid-template-columns: 1fr; gap: 28px; margin: 44px 0; }
  h2,.location h2 { font-size: 40px; }
  .intro > p { font-size: 17px; }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .steps article { display: grid; grid-template-columns: 40px 1fr; column-gap: 14px; }
  .step-number { grid-row: span 2; padding-top: 4px; }
  h3 { margin: 0 0 12px; font-size: 22px; }
  .steps p { max-width: none; }
  .location { padding: 30px 22px 0; }
  .location-main { grid-template-columns: 1fr; padding: 42px 0; }
  .location .action { width: 100%; }
  .hours { font-size: 108px; justify-content: flex-start; margin: 16px 0; }
  .hours i { height: 130px; }
  footer { min-height: 88px; } footer > span { display: none; }
}
@media (max-width: 380px) { h1 { font-size: 54px; } h2,.location h2 { font-size: 34px; } .hero-foot { gap: 8px; } .scroll-link { font-size: 8px; } }
@media (max-width: 700px) and (max-height: 700px) {
  .hero { min-height: 92svh; height: auto; }
  .header { min-height: 64px; }
  .hero-copy { padding-top: 24px; padding-bottom: 24px; }
  h1 { font-size: 54px; margin: 20px 0; }
  .hero-bottom p { font-size: 16px; }
  .hero-bottom .action { min-height: 54px; padding-top: 15px; padding-bottom: 15px; margin-top: 20px; }
  .hero-foot { min-height: 50px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition: none !important; } }

/* Keep the car wash footage unobstructed in the center of the hero. */
.hero-copy { justify-content: flex-end; }
.hero-copy h1 { font-size: 76px; line-height: 1.05; margin: 18px 0 22px; }
.film::after { background: linear-gradient(180deg, rgb(0 0 0 / 35%), transparent 25%, transparent 45%, rgb(0 0 0 / 65%)); }
@media (max-width: 700px) {
  .hero-copy h1 { font-size: 46px; margin: 14px 0 16px; }
  .hero-bottom p { font-size: 16px; }
  .hero-bottom .action { margin-top: 20px; }
  .hero-copy { padding-top: 110px; padding-bottom: 24px; }
}

.how { height: 220svh; padding: 0 48px; }
.how-sticky { position: sticky; top: 0; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: 40px 0; }
.how .intro { margin: 45px 0; }
.how .steps article { will-change: opacity, transform, filter; }
.location { background: #f6f9eb; color: var(--ink); }
.gallery-title { margin: 44px 0 32px; }
.gallery { display: grid; grid-template-columns: 1.35fr 1fr; gap: 18px; }
.gallery figure { margin: 0; position: relative; overflow: hidden; min-height: 230px; }
.gallery figure:first-child { grid-row: span 2; }
.gallery img { display: block; width: 100%; height: 100%; min-height: 230px; object-fit: cover; transition: transform .6s ease; }
.gallery figure:hover img { transform: scale(1.035); }
.gallery figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 45px 22px 20px; color: white; background: linear-gradient(transparent,#0009); font-size: 17px; }
.location-main { border-bottom: 1px solid #10131630; }
.location-main > .action { justify-self: end; }
.location footer { border-color: #10131630; }
@media (max-width: 700px) {
  .how { padding: 0 22px; height: 250svh; }
  .how-sticky { padding: 26px 0; }
  .how .intro { gap: 14px; margin: 28px 0; }
  .how h2 { font-size: 36px; }
  .how .steps { gap: 18px; }
  .how .steps article { padding-top: 15px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery figure:first-child { grid-row: auto; }
  .gallery figure { height: 270px; }
  .gallery-title { font-size: 36px !important; }
  .location-main > .action { justify-self: stretch; }
}
@media (prefers-reduced-motion: reduce) {
  .how { height: auto; }
  .how-sticky { position: static; }
}

@media (max-width: 700px) {
  .hero { min-height: 600px; height: 92svh; }
  .header { min-height: 72px; padding-top: env(safe-area-inset-top, 0px); gap: 12px; }
  .brand { font-size: 22px; }
  .header nav a { min-height: 44px; display: flex; align-items: center; }
  .header nav a:first-child { display: none; }
  .hero-foot { min-height: 64px; padding-bottom: env(safe-area-inset-bottom, 0px); }
  .hero-foot a { display: flex; align-items: center; min-height: 44px; }
  .video-toggle { width: 44px; height: 44px; flex-basis: 44px; }
  .action { min-height: 56px; gap: 16px; }
  .how .intro { margin: 22px 0; }
  .how h2 { font-size: 32px; }
  .how .steps p { font-size: 15px; line-height: 1.45; }
  .how h3 { font-size: 20px; margin-bottom: 8px; }
  .gallery figure { height: auto; min-height: 0; aspect-ratio: 4 / 3; }
  .gallery img { min-height: 0; }
  .gallery figcaption { font-size: 16px; padding: 40px 16px 16px; }
  footer { padding-bottom: env(safe-area-inset-bottom, 0px); }
}
@media (max-width: 360px) {
  .header,.hero-foot { margin-left: 16px; margin-right: 16px; }
  .hero-copy,.how,.location { padding-left: 16px; padding-right: 16px; }
  .hero-copy h1 { font-size: 40px; }
  .brand { font-size: 20px; }
  .how .steps { gap: 14px; }
}
@media (max-height: 600px) and (max-width: 1000px) {
  .hero { min-height: 550px; height: auto; }
  .hero-copy { padding-top: 70px; }
  .how { height: auto; }
  .how-sticky { position: static; min-height: 0; padding: 45px 0; }
}
