:root {
  --ink: #101417;
  --ink-soft: #293036;
  --muted: #64717c;
  --paper: #f7f8f3;
  --white: #ffffff;
  --line: #d9dedc;
  --aqua: #00a7b7;
  --aqua-dark: #007885;
  --lime: #b8ef52;
  --amber: #ffb84d;
  --coral: #ff6b57;
  --shadow: 0 24px 70px rgba(16, 20, 23, 0.16);
  --radius: 8px;
  --header-height: 76px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
}

body.nav-open {
  overflow: hidden;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  width: calc(var(--scroll-progress, 0) * 100%);
  height: 4px;
  background: linear-gradient(90deg, #051662, #08b9f1, #78e2ff);
  box-shadow: 0 0 22px rgba(8, 185, 241, 0.58);
  transform-origin: left center;
  pointer-events: none;
}

body.is-action-refreshing .scroll-progress {
  animation: action-refresh 560ms ease both;
}

.js-ready [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
}

.js-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease;
}

.js-ready .result-card[data-reveal],
.js-ready .menu-price-card[data-reveal],
.js-ready .wash-card[data-reveal] {
  transform: translateY(34px) scale(0.96);
}

.js-ready .result-card[data-reveal].is-visible,
.js-ready .menu-price-card[data-reveal].is-visible,
.js-ready .wash-card[data-reveal].is-visible {
  transform: translateY(0) scale(1);
  transition: opacity 680ms ease, transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: var(--header-height);
  padding: 0 32px;
  border-bottom: 1px solid rgba(16, 20, 23, 0.08);
  background: rgba(247, 248, 243, 0.92);
  backdrop-filter: blur(18px);
  transition: min-height 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  min-height: 64px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 40px rgba(16, 20, 23, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 167, 183, 0.28);
  border-radius: var(--radius);
  color: var(--aqua-dark);
  background: linear-gradient(135deg, #ffffff, #e8fbfc);
}

.brand-mark svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: none;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand strong {
  font-size: 1.08rem;
  letter-spacing: 0;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 10px 13px;
  border-radius: 6px;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 750;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  background: #e8efed;
  color: var(--ink);
  outline: none;
}

.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 6px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
  white-space: nowrap;
}

.header-call svg {
  width: 18px;
  height: 18px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: clamp(540px, 78svh, 820px);
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
}

.hero-bg {
  position: absolute;
  inset: -2%;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(16, 20, 23, 0.88), rgba(16, 20, 23, 0.58) 44%, rgba(16, 20, 23, 0.2) 74%),
    url("assets/hero-car-wash.png") center / cover no-repeat;
  transform: translate3d(0, var(--hero-y, 0), 0) scale(1.03);
  will-change: transform;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 38%;
  background: linear-gradient(0deg, rgba(16, 20, 23, 0.64), rgba(16, 20, 23, 0));
}

.hero-content {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 86px 0 96px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--aqua);
  font-size: 0.79rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--lime);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(3.25rem, 7.2vw, 6.75rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 640px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.86rem;
  font-weight: 850;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button.is-pressed,
.header-call.is-pressed,
.mobile-booking-bar.is-pressed,
.service-card a.is-pressed,
.site-nav a.is-pressed,
.footer-nav a.is-pressed,
.brand.is-pressed {
  animation: action-press 520ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

.button svg {
  width: 18px;
  height: 18px;
}

.button-primary {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 12px 34px rgba(184, 239, 82, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #c9ff68;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.48);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.button-ghost {
  border-color: var(--line);
  color: var(--ink);
  background: var(--white);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: var(--aqua);
  background: #eefbfc;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1120px, calc(100% - 48px));
  margin: -44px auto 0;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(16, 20, 23, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--white);
}

.quick-strip div {
  padding: 22px 26px;
  border-right: 1px solid var(--line);
}

.quick-strip div:last-child {
  border-right: 0;
}

.quick-strip strong,
.quick-strip span {
  display: block;
}

.quick-strip strong {
  font-size: 1.45rem;
}

.quick-strip span {
  margin-top: 5px;
  color: var(--muted);
  font-weight: 700;
}

.section {
  padding: 96px 24px;
}

section[id] {
  scroll-margin-top: 86px;
}

.section-light {
  background: var(--paper);
}

.section-accent {
  background: #eef7f5;
}

.section-results {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(8, 185, 241, 0.16), transparent 30%),
    linear-gradient(180deg, #ffffff, #eef9ff);
}

.section-process {
  background:
    linear-gradient(135deg, rgba(0, 167, 183, 0.14), transparent 42%),
    #ffffff;
}

.section-ink {
  background: var(--ink);
  color: var(--white);
}

.section-book {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: start;
  background: #ffffff;
  padding-right: max(24px, calc((100% - 1120px) / 2));
  padding-left: max(24px, calc((100% - 1120px) / 2));
}

.section-heading,
.service-grid,
.pricing-grid,
.review-grid,
.site-footer {
  width: min(1120px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.section-heading {
  margin-bottom: 34px;
}

h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.15;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card,
.price-card,
.booking-panel,
.review-grid figure {
  border: 1px solid rgba(16, 20, 23, 0.1);
  border-radius: var(--radius);
  background: var(--white);
}

.service-card {
  padding: 28px;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  border-radius: var(--radius);
  background: #e7fbfc;
  color: var(--aqua-dark);
}

.service-card p,
.price-card p,
.section-copy,
.book-copy p,
.proof-list p,
.review-grid blockquote {
  color: var(--muted);
  line-height: 1.65;
}

.service-card p,
.price-card p {
  margin-bottom: 0;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  min-height: 420px;
  flex-direction: column;
  padding: 28px;
}

.price-card.featured {
  border-color: rgba(0, 167, 183, 0.46);
  box-shadow: 0 22px 60px rgba(0, 120, 133, 0.18);
}

.featured-label {
  align-self: flex-start;
  margin-bottom: 20px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--amber);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
}

.price-top {
  min-height: 92px;
}

.price {
  display: block;
  margin: 18px 0;
  font-size: 3rem;
  line-height: 1;
}

.price-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 26px;
  padding: 0;
  color: var(--ink-soft);
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 24px;
}

.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--aqua);
}

.price-card .button {
  margin-top: auto;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: 24px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.crew-story,
.process-steps article,
.membership-band {
  border: 1px solid rgba(16, 20, 23, 0.1);
  border-radius: var(--radius);
  background: var(--white);
}

.crew-story {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  box-shadow: 0 22px 60px rgba(0, 120, 133, 0.1);
}

.crew-story p {
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: 1.16rem;
  line-height: 1.65;
}

.crew-meter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f1f4f2;
}

.crew-meter span {
  display: grid;
  place-items: center;
  min-height: 40px;
  border-radius: 6px;
  background: #ffffff;
  color: var(--aqua-dark);
  font-size: 0.83rem;
  font-weight: 900;
}

.crew-meter span:nth-child(2) {
  background: #e7fbfc;
}

.crew-meter span:nth-child(3) {
  background: #fff5df;
  color: #a06500;
}

.crew-meter span:nth-child(4) {
  background: #ecffd0;
  color: #527900;
}

.process-steps {
  display: grid;
  gap: 12px;
}

.process-steps article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 4px 18px;
  padding: 22px;
}

.process-steps span {
  grid-row: span 2;
  color: var(--coral);
  font-size: 1.08rem;
  font-weight: 950;
}

.process-steps h3 {
  margin-bottom: 2px;
}

.process-steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.membership-band {
  display: grid;
  grid-template-columns: 0.9fr 1fr auto;
  gap: 22px;
  align-items: center;
  width: min(1120px, calc(100% - 48px));
  margin: 24px auto 0;
  padding: 22px;
  background: linear-gradient(135deg, #ffffff, #eafafb);
}

.membership-band .eyebrow {
  margin-bottom: 8px;
}

.membership-band h3 {
  margin-bottom: 0;
}

.membership-band p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1fr);
  gap: 56px;
  align-items: start;
  padding-right: max(24px, calc((100% - 1120px) / 2));
  padding-left: max(24px, calc((100% - 1120px) / 2));
}

.section-copy {
  max-width: 620px;
  margin: 22px 0 0;
  font-size: 1.06rem;
}

.proof-list {
  display: grid;
  gap: 12px;
}

.proof-list div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 0 18px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.proof-list span {
  grid-row: span 2;
  color: var(--coral);
  font-weight: 950;
}

.proof-list strong {
  font-size: 1.08rem;
}

.proof-list p {
  margin: 6px 0 0;
}

.section-ink .eyebrow {
  color: var(--lime);
}

.section-ink h2 {
  color: var(--white);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.review-grid figure {
  margin: 0;
  padding: 28px;
  background: #171c20;
  border-color: rgba(255, 255, 255, 0.12);
}

.review-grid blockquote {
  min-height: 128px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.76);
}

.review-grid figcaption {
  color: var(--lime);
  font-weight: 900;
}

.book-copy {
  padding-top: 18px;
}

.book-copy h2 {
  margin-bottom: 22px;
}

.booking-panel {
  padding: 26px;
  box-shadow: 0 26px 60px rgba(16, 20, 23, 0.12);
}

fieldset {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}

legend,
.form-grid label {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
}

.segmented-control {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 9px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f1f4f2;
}

.segmented-control label {
  min-width: 0;
}

.segmented-control input {
  position: absolute;
  opacity: 0;
}

.segmented-control span {
  display: grid;
  place-items: center;
  min-height: 42px;
  border-radius: 6px;
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
}

.segmented-control input:checked + span {
  background: var(--ink);
  color: var(--white);
}

.segmented-control input:focus-visible + span {
  outline: 3px solid rgba(0, 167, 183, 0.35);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}

.form-grid label {
  display: grid;
  gap: 8px;
}

input[type="text"],
input[type="email"],
input[type="date"] {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 12px;
  background: var(--white);
  color: var(--ink);
}

input:focus {
  border-color: var(--aqua);
  outline: 3px solid rgba(0, 167, 183, 0.18);
}

.addon-list {
  display: grid;
  gap: 10px;
  margin-top: 9px;
}

.addon-list label {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
}

.addon-list input {
  accent-color: var(--aqua);
}

.addon-list span {
  color: var(--ink-soft);
  font-weight: 800;
}

.addon-list strong {
  color: var(--aqua-dark);
}

.estimate-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 62px;
  margin: 20px 0;
  padding: 0 18px;
  border-radius: var(--radius);
  background: #101417;
  color: var(--white);
}

.estimate-row span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.estimate-row strong {
  font-size: 1.9rem;
  transition: transform 180ms ease, color 180ms ease;
}

.estimate-row strong.is-updating {
  color: var(--lime);
  transform: scale(1.08);
}

.submit-button {
  width: 100%;
}

.submit-button.is-sending {
  pointer-events: none;
  filter: saturate(1.25);
}

.submit-button.is-sending svg {
  animation: send-pulse 720ms ease infinite;
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--aqua-dark);
  font-weight: 850;
  line-height: 1.4;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  padding: 34px 0 42px;
  color: var(--muted);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--ink);
}

.site-footer nav {
  display: flex;
  gap: 16px;
  font-weight: 850;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--aqua-dark);
  outline: none;
}

.mobile-booking-bar {
  display: none;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: auto auto 1fr;
    gap: 14px;
    padding: 0 20px;
  }

  .nav-toggle {
    justify-self: end;
    display: block;
    grid-column: 3;
    grid-row: 1;
  }

  .site-nav {
    position: fixed;
    top: var(--header-height);
    right: 18px;
    left: 18px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    visibility: hidden;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .site-nav a {
    padding: 14px;
  }

  .header-call {
    display: none;
  }

  .hero {
    min-height: clamp(520px, 74svh, 720px);
  }

  .hero-bg {
    background:
      linear-gradient(90deg, rgba(16, 20, 23, 0.9), rgba(16, 20, 23, 0.52)),
      url("assets/hero-car-wash.png") center / cover no-repeat;
  }

  .service-grid,
  .pricing-grid,
  .review-grid,
  .process-layout,
  .split-section,
  .section-book {
    grid-template-columns: 1fr;
  }

  .membership-band {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: auto;
  }

  .quick-strip {
    grid-template-columns: 1fr;
    margin-top: -24px;
  }

  .quick-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-strip div:last-child {
    border-bottom: 0;
  }

  .review-grid blockquote {
    min-height: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  :root {
    --header-height: 68px;
  }

  .site-header {
    padding: 0 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand small {
    font-size: 0.7rem;
  }

  .hero-content,
  .quick-strip,
  .section-heading,
  .service-grid,
  .pricing-grid,
  .process-layout,
  .membership-band,
  .review-grid,
  .site-footer {
    width: min(100% - 32px, 1120px);
  }

  .split-section,
  .section-book {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-content {
    padding: 72px 0 76px;
  }

  h1 {
    font-size: clamp(3rem, 18vw, 5rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .section {
    padding: 72px 16px;
  }

  .mobile-booking-bar {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 0 16px;
    border-radius: 8px;
    background: var(--ink);
    color: var(--white);
    box-shadow: 0 18px 48px rgba(16, 20, 23, 0.3);
    font-weight: 950;
  }

  .mobile-booking-bar strong {
    color: var(--lime);
  }

  body {
    padding-bottom: 82px;
  }

  .service-card,
  .price-card,
  .booking-panel,
  .review-grid figure,
  .crew-story,
  .process-steps article,
  .membership-band {
    padding: 22px;
  }

  .process-steps article {
    grid-template-columns: 42px 1fr;
  }

  .crew-meter {
    grid-template-columns: repeat(2, 1fr);
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .addon-list label {
    grid-template-columns: 20px 1fr;
  }

  .addon-list strong {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .hero-bg {
    animation: none !important;
    transform: none !important;
  }
}

/* WashWorx brand upgrade */
:root {
  --ink: #07144a;
  --ink-soft: #123072;
  --muted: #5f6f8e;
  --paper: #f6fbff;
  --line: #cfe9fb;
  --aqua: #08b9f1;
  --aqua-dark: #006bc6;
  --lime: #46d8ff;
  --amber: #dff7ff;
  --coral: #00a7ef;
  --shadow: 0 28px 80px rgba(0, 78, 160, 0.16);
}

body {
  background:
    radial-gradient(circle at 12% 8%, rgba(23, 182, 242, 0.28), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(0, 58, 168, 0.22), transparent 34%),
    conic-gradient(from 180deg at 50% 50%, rgba(8, 185, 241, 0.08), transparent, rgba(120, 226, 255, 0.18), transparent, rgba(5, 22, 98, 0.08)),
    var(--paper);
  overflow-x: hidden;
  isolation: isolate;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

.ambient-wash {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(8, 185, 241, 0.08) 28%, transparent 46%, rgba(120, 226, 255, 0.14) 70%, rgba(255, 255, 255, 0.28)),
    linear-gradient(90deg, rgba(5, 22, 98, 0.05), transparent 18%, rgba(8, 185, 241, 0.1) 50%, transparent 82%, rgba(5, 22, 98, 0.05));
  mix-blend-mode: multiply;
}

.ambient-wash::before,
.ambient-wash::after {
  content: "";
  position: absolute;
  inset: -28%;
  pointer-events: none;
}

.ambient-wash::before {
  background:
    radial-gradient(circle at 18% 24%, rgba(8, 185, 241, 0.48), transparent 22%),
    radial-gradient(circle at 78% 18%, rgba(120, 226, 255, 0.42), transparent 24%),
    radial-gradient(circle at 54% 78%, rgba(5, 22, 98, 0.22), transparent 28%),
    conic-gradient(from 90deg at 50% 50%, transparent, rgba(8, 185, 241, 0.2), transparent, rgba(120, 226, 255, 0.22), transparent);
  filter: blur(18px) saturate(1.35);
  animation: ambient-panorama 16s ease-in-out infinite alternate;
}

.ambient-wash::after {
  background:
    radial-gradient(ellipse at 50% 8%, rgba(255, 255, 255, 0.5), transparent 34%),
    linear-gradient(180deg, transparent 0 18%, rgba(255, 255, 255, 0.36) 24%, transparent 32% 48%, rgba(8, 185, 241, 0.18) 56%, transparent 66% 78%, rgba(255, 255, 255, 0.28) 86%, transparent 100%);
  opacity: 0.76;
  animation: ambient-tide 12s ease-in-out infinite alternate;
}

.ambient-wash span {
  position: absolute;
  display: block;
  pointer-events: none;
}

.ambient-bubble {
  bottom: -14vh;
  left: var(--left);
  width: var(--size);
  height: var(--size);
  border: 2px solid rgba(8, 185, 241, 0.52);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.24) 28%, rgba(8, 185, 241, 0.18) 60%, transparent 72%);
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.36), 0 0 30px rgba(8, 185, 241, 0.28);
  opacity: 0;
  animation: ambient-rise var(--speed) linear infinite;
  animation-delay: var(--delay);
}

.bubble-a { --left: 4%; --size: 58px; --speed: 9s; --delay: -2s; }
.bubble-b { --left: 15%; --size: 28px; --speed: 7s; --delay: -5s; }
.bubble-c { --left: 28%; --size: 76px; --speed: 11s; --delay: -8s; }
.bubble-d { --left: 43%; --size: 34px; --speed: 8s; --delay: -1s; }
.bubble-e { --left: 58%; --size: 96px; --speed: 13s; --delay: -7s; }
.bubble-f { --left: 72%; --size: 44px; --speed: 9s; --delay: -4s; }
.bubble-g { --left: 84%; --size: 66px; --speed: 10s; --delay: -9s; }
.bubble-h { --left: 94%; --size: 24px; --speed: 7s; --delay: -3s; }

.ambient-streak {
  width: clamp(260px, 36vw, 620px);
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(8, 185, 241, 0.7), rgba(255, 255, 255, 0.95), rgba(120, 226, 255, 0.52), transparent);
  filter: drop-shadow(0 0 24px rgba(8, 185, 241, 0.72));
  opacity: 0;
  animation: ambient-sweep var(--speed) ease-in-out infinite;
  animation-delay: var(--delay);
}

.streak-a { top: 18%; left: -34vw; --speed: 8s; --delay: -1s; }
.streak-b { top: 40%; left: -42vw; --speed: 10s; --delay: -6s; }
.streak-c { top: 62%; left: -30vw; --speed: 9s; --delay: -3s; }
.streak-d { top: 84%; left: -46vw; --speed: 12s; --delay: -8s; }

.ambient-drop {
  top: -10vh;
  left: var(--left);
  width: 7px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(8, 185, 241, 0.16));
  opacity: 0;
  transform: rotate(18deg);
  animation: ambient-drop var(--speed) linear infinite;
  animation-delay: var(--delay);
}

.drop-a { --left: 10%; --speed: 7s; --delay: -2s; }
.drop-b { --left: 35%; --speed: 8.5s; --delay: -6s; }
.drop-c { --left: 66%; --speed: 7.5s; --delay: -4s; }
.drop-d { --left: 90%; --speed: 9s; --delay: -1s; }

.ambient-glint {
  width: 96px;
  height: 96px;
  opacity: 0;
  background:
    linear-gradient(90deg, transparent 48%, rgba(8, 185, 241, 0.72) 50%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(255, 255, 255, 0.9) 50%, transparent 52%);
  filter: drop-shadow(0 0 22px rgba(8, 185, 241, 0.62));
  animation: ambient-glint var(--speed) ease-in-out infinite;
  animation-delay: var(--delay);
}

.glint-a { top: 20%; left: 18%; --speed: 6s; --delay: -1s; }
.glint-b { top: 34%; right: 16%; --speed: 7.2s; --delay: -4s; }
.glint-c { top: 66%; left: 9%; --speed: 6.6s; --delay: -3s; }
.glint-d { top: 78%; right: 9%; --speed: 8s; --delay: -5s; }

.ambient-wave {
  width: clamp(420px, 58vw, 920px);
  height: clamp(420px, 58vw, 920px);
  border: 2px solid rgba(8, 185, 241, 0.22);
  border-top-color: rgba(255, 255, 255, 0.7);
  border-right-color: rgba(120, 226, 255, 0.58);
  border-radius: 50%;
  filter: blur(0.3px) drop-shadow(0 0 32px rgba(8, 185, 241, 0.3));
  animation: wave-orbit var(--speed) linear infinite;
}

.wave-a { top: -20%; left: -14%; --speed: 18s; }
.wave-b { top: 24%; right: -22%; --speed: 23s; animation-direction: reverse; }
.wave-c { bottom: -34%; left: 18%; --speed: 26s; }

.ambient-foam {
  width: clamp(280px, 38vw, 520px);
  height: clamp(80px, 12vw, 150px);
  border-radius: 999px;
  background:
    radial-gradient(circle at 12% 50%, rgba(255, 255, 255, 0.88) 0 10%, transparent 12%),
    radial-gradient(circle at 28% 42%, rgba(255, 255, 255, 0.72) 0 8%, transparent 10%),
    radial-gradient(circle at 46% 58%, rgba(255, 255, 255, 0.82) 0 9%, transparent 11%),
    radial-gradient(circle at 65% 44%, rgba(255, 255, 255, 0.68) 0 7%, transparent 9%),
    radial-gradient(circle at 82% 56%, rgba(255, 255, 255, 0.84) 0 11%, transparent 13%);
  opacity: 0.74;
  filter: blur(0.6px) drop-shadow(0 0 24px rgba(255, 255, 255, 0.5));
  animation: foam-drift var(--speed) ease-in-out infinite alternate;
}

.foam-a { top: 30%; left: -8%; --speed: 12s; }
.foam-b { top: 54%; right: -10%; --speed: 14s; animation-direction: alternate-reverse; }
.foam-c { bottom: 8%; left: 24%; --speed: 16s; }

.ambient-spotlight {
  width: clamp(320px, 42vw, 760px);
  height: clamp(320px, 42vw, 760px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 226, 255, 0.44), rgba(8, 185, 241, 0.16) 38%, transparent 70%);
  filter: blur(24px);
  animation: spotlight-pulse var(--speed) ease-in-out infinite;
}

.light-a { top: 4%; right: 4%; --speed: 7s; }
.light-b { bottom: 6%; left: 2%; --speed: 9s; animation-delay: -4s; }

.ambient-orbit {
  width: clamp(160px, 18vw, 280px);
  height: clamp(160px, 18vw, 280px);
  border-radius: 50%;
  border: 1px solid rgba(8, 185, 241, 0.32);
  border-bottom-color: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0 34px rgba(8, 185, 241, 0.22), inset 0 0 28px rgba(255, 255, 255, 0.24);
  animation: wave-orbit var(--speed) linear infinite;
}

.orbit-a { top: 14%; left: 64%; --speed: 11s; }
.orbit-b { bottom: 18%; left: 12%; --speed: 15s; animation-direction: reverse; }

.brand {
  min-width: 220px;
}

.brand-mark-image {
  overflow: hidden;
  border-color: rgba(8, 185, 241, 0.36);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 95, 180, 0.12);
}

.brand-mark-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.18);
}

.brand strong {
  color: var(--ink);
}

.site-header.is-scrolled .brand-mark-image {
  animation: logo-pop 700ms ease both;
}

.site-nav a.is-active,
.site-nav a:hover,
.site-nav a:focus-visible {
  background: #e6f7ff;
  color: var(--aqua-dark);
}

.header-call {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #061a6f, #08b9f1);
}

.header-call::after,
.button::after {
  content: "";
  position: absolute;
  inset: -60% auto -60% -40%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
  transform: skewX(-18deg);
  transition: left 520ms ease;
}

.header-call:hover::after,
.button:hover::after,
.button:focus-visible::after {
  left: 120%;
}

.button {
  position: relative;
  overflow: hidden;
}

.button-primary {
  background: linear-gradient(135deg, #39d2ff, #0d7ee7);
  color: #ffffff;
  box-shadow: 0 16px 38px rgba(8, 185, 241, 0.28);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, #6ee2ff, #006ed2);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.12);
}

.hero-washworx {
  min-height: clamp(620px, 84svh, 900px);
}

.hero-washworx .hero-bg {
  background:
    linear-gradient(90deg, rgba(4, 15, 58, 0.88), rgba(6, 32, 92, 0.58) 42%, rgba(8, 185, 241, 0.04) 82%),
    radial-gradient(circle at 76% 18%, rgba(120, 226, 255, 0.44), transparent 28%),
    url("assets/hero-car-wash.png") center / cover no-repeat;
  animation: hero-breathe 11s ease-in-out infinite alternate;
}

.hero-washworx::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(105deg, transparent 0 20%, rgba(255, 255, 255, 0.2) 28%, transparent 40% 58%, rgba(8, 185, 241, 0.22) 66%, transparent 76%),
    radial-gradient(circle at 76% 28%, rgba(70, 216, 255, 0.44), transparent 24%),
    linear-gradient(180deg, transparent 0%, rgba(3, 12, 44, 0.32) 100%);
  animation: hero-light-rush 7s ease-in-out infinite;
  pointer-events: none;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 42px;
  align-items: center;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 90px 0 110px;
}

.hero-washworx .hero-content {
  width: auto;
  margin: 0;
  padding: 0;
}

.hero-washworx h1 {
  max-width: 760px;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}

.hero-washworx .eyebrow {
  color: #70dcff;
}

.hero-logo-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background:
    radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(255, 255, 255, 0.54), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(120, 226, 255, 0.1));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.24), 0 0 90px rgba(8, 185, 241, 0.32);
  transform: perspective(850px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 220ms ease, box-shadow 220ms ease;
  backdrop-filter: blur(16px);
}

.hero-logo-card img {
  position: relative;
  z-index: 2;
  width: min(76%, 300px);
  border-radius: 50%;
  animation: float-logo 5.5s ease-in-out infinite;
  filter: drop-shadow(0 20px 34px rgba(0, 20, 80, 0.24));
}

.logo-orbit {
  position: absolute;
  inset: 36px;
  border: 2px solid rgba(70, 216, 255, 0.34);
  border-right-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  animation: spin-orbit 8s linear infinite;
}

.hero-sheen {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.36) 46%, transparent 58%),
    linear-gradient(180deg, transparent 0 20%, rgba(120, 226, 255, 0.16) 30%, transparent 42% 60%, rgba(255, 255, 255, 0.14) 72%, transparent 84%);
  transform: translateX(-120%);
  animation: hero-sheen 3.8s ease-in-out infinite;
}

.bubble-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.bubble-field span {
  position: absolute;
  bottom: -80px;
  width: var(--size, 20px);
  height: var(--size, 20px);
  left: var(--left, 50%);
  border: 2px solid rgba(120, 226, 255, 0.84);
  border-radius: 50%;
  background: radial-gradient(circle at 32% 26%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.12) 34%, rgba(8, 185, 241, 0.22));
  box-shadow: 0 0 24px rgba(120, 226, 255, 0.38);
  opacity: 0;
  animation: bubble-rise var(--duration, 8s) linear infinite;
  animation-delay: var(--delay, 0s);
}

.bubble-field span:nth-child(1) { --left: 8%; --size: 34px; --duration: 5.6s; --delay: 0.2s; }
.bubble-field span:nth-child(2) { --left: 18%; --size: 62px; --duration: 7s; --delay: 1.1s; }
.bubble-field span:nth-child(3) { --left: 36%; --size: 28px; --duration: 5.2s; --delay: 2s; }
.bubble-field span:nth-child(4) { --left: 54%; --size: 54px; --duration: 6.4s; --delay: 0.8s; }
.bubble-field span:nth-child(5) { --left: 68%; --size: 32px; --duration: 5.8s; --delay: 2.8s; }
.bubble-field span:nth-child(6) { --left: 77%; --size: 78px; --duration: 8s; --delay: 1.6s; }
.bubble-field span:nth-child(7) { --left: 88%; --size: 46px; --duration: 6.7s; --delay: 3.3s; }
.bubble-field span:nth-child(8) { --left: 94%; --size: 24px; --duration: 5.4s; --delay: 0.4s; }

.quick-strip {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-color: rgba(8, 185, 241, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(231, 249, 255, 0.7)),
    linear-gradient(90deg, rgba(8, 185, 241, 0.08), transparent 36%, rgba(120, 226, 255, 0.14), transparent 72%);
  box-shadow: inset 0 0 80px rgba(8, 185, 241, 0.14);
  backdrop-filter: blur(12px) saturate(1.2);
}

.quick-strip strong {
  color: var(--ink);
}

.section,
.site-footer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.section > *,
.quick-strip > *,
.site-footer > * {
  position: relative;
  z-index: 1;
}

.section::before,
.quick-strip::before,
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255, 255, 255, 0.5) 31%, transparent 45%),
    linear-gradient(180deg, transparent 0 18%, rgba(8, 185, 241, 0.14) 28%, transparent 38% 58%, rgba(120, 226, 255, 0.16) 70%, transparent 82%),
    radial-gradient(circle at 20% 20%, rgba(120, 226, 255, 0.24), transparent 30%);
  background-size: 240% 240%, 100% 100%, 100% 100%;
  opacity: 0.76;
  animation: wash-texture-shift 11s ease-in-out infinite alternate;
}

.section::after {
  content: "";
  position: absolute;
  inset: auto -18% -26% -18%;
  z-index: 0;
  height: 42%;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(8, 185, 241, 0.26), rgba(255, 255, 255, 0.62), rgba(120, 226, 255, 0.24), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 48%, rgba(8, 185, 241, 0.12));
  filter: blur(0.5px);
  transform: rotate(0deg);
  animation: foam-current 7s ease-in-out infinite alternate;
}

.section-light {
  background:
    radial-gradient(circle at 8% 16%, rgba(8, 185, 241, 0.24), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(5, 22, 98, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(241, 251, 255, 0.58));
  backdrop-filter: blur(10px) saturate(1.24);
}

.section-accent {
  background:
    radial-gradient(circle at 18% 18%, rgba(8, 185, 241, 0.32), transparent 32%),
    linear-gradient(135deg, rgba(8, 185, 241, 0.22), transparent 34%),
    rgba(238, 249, 255, 0.64);
  backdrop-filter: blur(10px) saturate(1.26);
}

.section-results {
  background:
    radial-gradient(circle at 14% 14%, rgba(8, 185, 241, 0.34), transparent 30%),
    radial-gradient(circle at 86% 28%, rgba(5, 22, 98, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(233, 248, 255, 0.56) 58%, rgba(248, 253, 255, 0.62));
  backdrop-filter: blur(10px) saturate(1.28);
}

.section-ink {
  background:
    radial-gradient(circle at 16% 18%, rgba(8, 185, 241, 0.24), transparent 28%),
    radial-gradient(circle at 82% 76%, rgba(120, 226, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #06124a, #07144a 54%, #04305f);
}

.section-book {
  background:
    radial-gradient(circle at 18% 16%, rgba(8, 185, 241, 0.3), transparent 34%),
    radial-gradient(circle at 78% 28%, rgba(70, 216, 255, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(238, 250, 255, 0.62));
  backdrop-filter: blur(12px) saturate(1.32);
}

.section-menu-showcase {
  background:
    radial-gradient(circle at 18% 20%, rgba(8, 185, 241, 0.32), transparent 32%),
    radial-gradient(circle at 88% 72%, rgba(5, 22, 98, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(247, 252, 255, 0.7), rgba(234, 248, 255, 0.58));
  backdrop-filter: blur(10px) saturate(1.28);
}

.service-grid-four {
  grid-template-columns: repeat(4, 1fr);
}

.wash-card,
.menu-price-card,
.menu-poster {
  position: relative;
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.wash-card::before,
.menu-price-card::before,
.menu-poster::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(8, 185, 241, 0.16), transparent 34%);
  opacity: 0;
  transition: opacity 200ms ease;
  pointer-events: none;
}

.wash-card:hover,
.wash-card:focus-within,
.menu-price-card:hover,
.menu-price-card:focus-within,
.menu-poster:hover {
  border-color: rgba(8, 185, 241, 0.45);
  box-shadow: 0 24px 70px rgba(0, 95, 180, 0.18);
}

.wash-card:hover::before,
.wash-card:focus-within::before,
.menu-price-card:hover::before,
.menu-price-card:focus-within::before,
.menu-poster:hover::before {
  opacity: 1;
}

.wash-card a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 22px;
  color: var(--aqua-dark);
  font-weight: 950;
}

.service-icon {
  background: linear-gradient(135deg, #e7f9ff, #c8efff);
  color: var(--aqua-dark);
}

.wash-card:hover .service-icon {
  animation: icon-bounce 680ms ease;
}

.results-showcase {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  grid-auto-rows: minmax(250px, auto);
  gap: 18px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.result-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 290px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(8, 185, 241, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(5, 22, 98, 0.08), rgba(5, 22, 98, 0.84)),
    url("assets/hero-car-wash.png") center / cover no-repeat;
  box-shadow: 0 28px 70px rgba(0, 78, 160, 0.14);
  transform-style: preserve-3d;
}

.result-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(5, 22, 98, 0.05), rgba(5, 22, 98, 0.82)),
    url("assets/hero-car-wash.png") 67% 50% / cover no-repeat;
}

.result-card:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(0, 137, 223, 0.04), rgba(5, 22, 98, 0.84)),
    url("assets/hero-car-wash.png") 30% 52% / cover no-repeat;
}

.result-card-wide {
  grid-row: span 2;
  min-height: 600px;
}

.result-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.24) 42%, transparent 54%),
    radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(120, 226, 255, 0.24), transparent 28%);
  opacity: 0.62;
  transform: translateX(var(--result-sheen, -24%));
  transition: opacity 220ms ease;
}

.result-card::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 6px;
  pointer-events: none;
}

.result-card:hover::before,
.result-card:focus-within::before {
  opacity: 1;
  animation: result-sweep 900ms ease both;
}

.result-card div {
  width: 100%;
  padding: 28px;
  color: #ffffff;
  transform: translateY(8px);
  transition: transform 260ms ease;
}

.result-card:hover div,
.result-card:focus-within div {
  transform: translateY(0);
}

.result-card span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(120, 226, 255, 0.18);
  color: #78e2ff;
  font-weight: 950;
}

.result-card h3 {
  max-width: 560px;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: clamp(1.55rem, 3vw, 3.4rem);
}

.result-card p {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.pricing-grid-menu {
  grid-template-columns: repeat(4, 1fr);
}

.menu-price-card {
  min-height: 430px;
}

.menu-price-card.featured {
  border-color: rgba(8, 185, 241, 0.58);
  box-shadow: 0 24px 74px rgba(8, 185, 241, 0.2);
}

.menu-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #e7f9ff;
  color: var(--aqua-dark);
  font-weight: 950;
}

.price-lines {
  display: grid;
  gap: 12px;
  margin: 20px 0 26px;
}

.price-lines span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink-soft);
  font-weight: 850;
}

.price-lines strong {
  color: var(--ink);
  font-size: 1.55rem;
}

.price small {
  font-size: 1rem;
  color: var(--muted);
}

.section-menu-showcase {
  background:
    radial-gradient(circle at 15% 20%, rgba(8, 185, 241, 0.12), transparent 30%),
    #ffffff;
}

.menu-showcase {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(320px, 1fr);
  gap: 32px;
  align-items: center;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.menu-poster {
  margin: 0;
  border: 1px solid rgba(8, 185, 241, 0.26);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.menu-poster img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.menu-copy {
  padding: 34px;
  border: 1px solid rgba(8, 185, 241, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #ffffff, #ecfaff);
  box-shadow: 0 22px 64px rgba(0, 95, 180, 0.1);
}

.menu-copy h3 {
  max-width: 560px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.menu-copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 26px;
}

.mini-stats span {
  min-height: 86px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--muted);
  font-weight: 800;
}

.mini-stats strong {
  display: block;
  color: var(--aqua-dark);
  font-size: 1.55rem;
}

.section-accent {
  min-height: 720px;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.72) 0 18%, transparent 18% 24%, rgba(8, 185, 241, 0.16) 24% 28%, transparent 28% 100%),
    linear-gradient(68deg, transparent 0 12%, rgba(120, 226, 255, 0.2) 12% 15%, transparent 15% 100%),
    radial-gradient(circle at 16% 22%, rgba(8, 185, 241, 0.34), transparent 30%),
    radial-gradient(circle at 84% 16%, rgba(5, 22, 98, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(239, 250, 255, 0.82), rgba(221, 246, 255, 0.68));
}

.section-accent::before {
  background:
    repeating-linear-gradient(112deg, transparent 0 74px, rgba(255, 255, 255, 0.46) 76px, transparent 100px),
    linear-gradient(90deg, transparent, rgba(8, 185, 241, 0.2), rgba(255, 255, 255, 0.74), rgba(8, 185, 241, 0.18), transparent);
  background-size: 100% 100%, 260% 100%;
  animation: menu-background-flow 10s ease-in-out infinite alternate;
}

.section-accent::after {
  inset: auto -14% -16% -14%;
  height: 52%;
  background:
    linear-gradient(90deg, transparent, rgba(5, 22, 98, 0.14), rgba(120, 226, 255, 0.4), rgba(255, 255, 255, 0.74), rgba(8, 185, 241, 0.28), transparent),
    radial-gradient(ellipse at 50% 84%, rgba(255, 255, 255, 0.7), transparent 56%);
  animation: menu-foam-pulse 6.4s ease-in-out infinite alternate;
}

.menu-current {
  position: absolute !important;
  inset: 0;
  z-index: 0 !important;
  overflow: hidden;
  pointer-events: none;
}

.menu-current span {
  position: absolute;
  left: -24%;
  width: 148%;
  height: 120px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(8, 185, 241, 0.18), rgba(255, 255, 255, 0.76), rgba(120, 226, 255, 0.22), transparent);
  filter: blur(0.4px) drop-shadow(0 0 22px rgba(8, 185, 241, 0.18));
  opacity: 0.76;
  transform: translateX(var(--menu-drift, 0)) rotate(-7deg);
  animation: current-ribbon 8s ease-in-out infinite alternate;
}

.menu-current span:nth-child(1) {
  top: 20%;
}

.menu-current span:nth-child(2) {
  top: 48%;
  animation-delay: -3s;
  transform: translateX(calc(var(--menu-drift, 0) * -1)) rotate(5deg);
}

.menu-current span:nth-child(3) {
  top: 72%;
  animation-delay: -5s;
  opacity: 0.56;
}

.pricing-grid-menu {
  position: relative;
  z-index: 1;
  gap: 16px;
}

.menu-price-card {
  border-color: rgba(8, 185, 241, 0.32);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(236, 250, 255, 0.76)),
    linear-gradient(135deg, rgba(8, 185, 241, 0.12), transparent 42%);
  box-shadow: 0 22px 64px rgba(0, 95, 180, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px) saturate(1.28);
}

.menu-price-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(8, 185, 241, 0.1), rgba(8, 185, 241, 0.7), rgba(255, 255, 255, 0.95), rgba(8, 185, 241, 0.24));
  transform-origin: left center;
  animation: menu-card-current 3.8s ease-in-out infinite;
}

.menu-price-card:nth-child(2)::after {
  animation-delay: -0.9s;
}

.menu-price-card:nth-child(3)::after {
  animation-delay: -1.8s;
}

.menu-price-card:nth-child(4)::after {
  animation-delay: -2.7s;
}

.menu-price-card:hover {
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-6px);
}

.section-bins {
  min-height: 760px;
  background:
    linear-gradient(120deg, rgba(4, 15, 58, 0.92), rgba(6, 32, 92, 0.82) 50%, rgba(0, 107, 198, 0.76)),
    radial-gradient(circle at 18% 18%, rgba(120, 226, 255, 0.3), transparent 32%),
    radial-gradient(circle at 86% 72%, rgba(8, 185, 241, 0.24), transparent 34%);
  color: var(--white);
}

.section-bins::before {
  background:
    repeating-linear-gradient(100deg, transparent 0 84px, rgba(255, 255, 255, 0.08) 88px, transparent 118px),
    linear-gradient(90deg, transparent, rgba(120, 226, 255, 0.16), rgba(255, 255, 255, 0.28), transparent);
  background-size: 100% 100%, 220% 100%;
  opacity: 0.9;
  animation: bin-background-rinse 8.5s ease-in-out infinite alternate;
}

.section-bins::after {
  inset: auto -16% -22% -16%;
  height: 54%;
  background:
    radial-gradient(ellipse at 50% 68%, rgba(120, 226, 255, 0.26), transparent 62%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.44), rgba(120, 226, 255, 0.28), transparent);
  animation: foam-current 6.5s ease-in-out infinite alternate;
}

.section-bins .eyebrow,
.section-bins h2,
.section-bins p {
  color: inherit;
}

.section-bins .eyebrow {
  color: #78e2ff;
}

.bin-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 54px;
  align-items: center;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.bin-copy p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  line-height: 1.65;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.34);
}

.bin-copy h2 {
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.44);
}

.bin-stage {
  position: relative;
  display: grid;
  min-height: 500px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(120, 226, 255, 0.34);
  border-radius: 8px;
  background:
    radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(120, 226, 255, 0.3), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(8, 185, 241, 0.08));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 220ms ease, box-shadow 220ms ease;
  backdrop-filter: blur(18px) saturate(1.18);
}

.bin-stage::before {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  animation: bin-frame-glow 4s ease-in-out infinite;
}

.bin-stage::after {
  content: "";
  position: absolute;
  inset: -20% -54%;
  background: linear-gradient(105deg, transparent 36%, rgba(255, 255, 255, 0.34) 46%, rgba(120, 226, 255, 0.34) 52%, transparent 64%);
  transform: translateX(-28%);
  animation: bin-stage-sheen 4.8s ease-in-out infinite;
}

.bin-visual {
  position: relative;
  z-index: 1;
  width: min(62%, 280px);
  aspect-ratio: 0.72;
  animation: bin-scrub 3.6s ease-in-out infinite;
}

.bin-lid {
  position: absolute;
  top: 8%;
  left: 12%;
  width: 76%;
  height: 12%;
  border: 7px solid rgba(255, 255, 255, 0.9);
  border-bottom: 0;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, rgba(120, 226, 255, 0.8), rgba(8, 185, 241, 0.5));
}

.bin-body {
  position: absolute;
  inset: 20% 14% 6%;
  border: 7px solid rgba(255, 255, 255, 0.9);
  border-radius: 12px 12px 28px 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 28% 70%, rgba(255, 255, 255, 0.12)),
    linear-gradient(180deg, rgba(8, 185, 241, 0.9), rgba(0, 107, 198, 0.84));
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}

.bin-body span {
  position: absolute;
  top: 18%;
  bottom: 14%;
  width: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
}

.bin-body span:nth-child(1) { left: 28%; }
.bin-body span:nth-child(2) { left: 48%; }
.bin-body span:nth-child(3) { left: 68%; }

.bin-water {
  position: absolute;
  z-index: 2;
  width: 112%;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.86), rgba(120, 226, 255, 0.72), transparent);
  filter: drop-shadow(0 0 20px rgba(120, 226, 255, 0.72));
  animation: bin-water-sweep 2.2s ease-in-out infinite;
}

.water-one {
  top: 32%;
  left: -10%;
}

.water-two {
  top: 58%;
  right: -16%;
  animation-delay: -1.1s;
  animation-direction: reverse;
}

.bin-spark {
  position: absolute;
  z-index: 3;
  width: 44px;
  height: 44px;
  background:
    linear-gradient(90deg, transparent 46%, rgba(255, 255, 255, 0.96) 50%, transparent 54%),
    linear-gradient(0deg, transparent 46%, rgba(120, 226, 255, 0.92) 50%, transparent 54%);
  animation: spark-pop 2.6s ease-in-out infinite;
}

.spark-one { top: 18%; right: 0; }
.spark-two { top: 48%; left: -8%; animation-delay: -0.9s; }
.spark-three { right: 4%; bottom: 14%; animation-delay: -1.7s; }

.bin-price-card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  display: grid;
  min-width: 178px;
  padding: 18px;
  border: 1px solid rgba(120, 226, 255, 0.38);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
  animation: price-float 4s ease-in-out infinite;
}

.bin-price-card span {
  color: var(--aqua-dark);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.bin-price-card strong {
  font-size: 3.4rem;
  line-height: 0.92;
}

.bin-price-card small {
  color: var(--muted);
  font-weight: 850;
}

.bin-steps {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 2;
  display: grid;
  gap: 10px;
}

.bin-steps span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(120, 226, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.bin-steps strong {
  color: #78e2ff;
}

.bin-price-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: min(1120px, calc(100% - 48px));
  margin: 28px auto 0;
}

.bin-price-row div {
  min-height: 118px;
  padding: 20px;
  border: 1px solid rgba(120, 226, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  backdrop-filter: blur(14px) saturate(1.2);
}

.bin-price-row span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 850;
}

.bin-price-row strong {
  display: block;
  margin-top: 8px;
  color: #78e2ff;
  font-size: 2.2rem;
}

.section-menu-showcase {
  min-height: 780px;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.78) 0 16%, transparent 16% 22%, rgba(8, 185, 241, 0.12) 22% 26%, transparent 26% 100%),
    radial-gradient(circle at 14% 18%, rgba(8, 185, 241, 0.3), transparent 31%),
    radial-gradient(circle at 88% 76%, rgba(5, 22, 98, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(247, 252, 255, 0.78), rgba(221, 246, 255, 0.66));
}

.section-menu-showcase::before {
  background:
    repeating-linear-gradient(118deg, transparent 0 82px, rgba(255, 255, 255, 0.52) 84px, transparent 112px),
    linear-gradient(90deg, transparent, rgba(8, 185, 241, 0.16), rgba(255, 255, 255, 0.74), transparent);
  background-size: 100% 100%, 260% 100%;
  opacity: 0.94;
  animation: menu-background-flow 9s ease-in-out infinite alternate-reverse;
}

.menu-showcase {
  grid-template-columns: minmax(360px, 1.06fr) minmax(320px, 0.82fr);
}

.menu-board {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  padding: 30px;
  border: 1px solid rgba(8, 185, 241, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(236, 250, 255, 0.6)),
    linear-gradient(135deg, rgba(8, 185, 241, 0.12), transparent 42%);
  box-shadow: 0 28px 90px rgba(0, 95, 180, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  backdrop-filter: blur(18px) saturate(1.28);
}

.menu-board::before {
  content: "";
  position: absolute;
  inset: -40% -70%;
  background: linear-gradient(108deg, transparent 34%, rgba(255, 255, 255, 0.58) 48%, rgba(120, 226, 255, 0.32) 54%, transparent 66%);
  transform: translateX(-32%);
  animation: board-sheen 5.6s ease-in-out infinite;
}

.menu-board::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(8, 185, 241, 0.2);
  border-radius: 6px;
  pointer-events: none;
}

.menu-board:hover,
.menu-board:focus-within {
  border-color: rgba(8, 185, 241, 0.55);
  box-shadow: 0 34px 100px rgba(0, 95, 180, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.menu-board-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}

.menu-board-header img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 12px 36px rgba(0, 95, 180, 0.16);
}

.menu-board-header .eyebrow {
  margin-bottom: 8px;
}

.menu-board-header h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 4rem);
}

.menu-board-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.menu-board-list article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 104px;
  padding: 18px;
  border: 1px solid rgba(8, 185, 241, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66);
  animation: menu-item-float 5s ease-in-out infinite;
}

.menu-board-list article:nth-child(2) {
  animation-delay: -1s;
}

.menu-board-list article:nth-child(3) {
  animation-delay: -2s;
}

.menu-board-list article:nth-child(4) {
  animation-delay: -3s;
}

.menu-board-list h4 {
  margin: 0 0 4px;
  color: var(--ink);
  font-size: 1.28rem;
}

.menu-board-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.menu-board-list strong {
  color: var(--aqua-dark);
  font-size: clamp(1.15rem, 2.2vw, 1.85rem);
  white-space: nowrap;
}

.segmented-control-four {
  grid-template-columns: repeat(4, 1fr);
}

.vehicle-field,
.bin-field {
  transition: opacity 180ms ease, transform 180ms ease;
}

body.is-bin-service .vehicle-field {
  display: none;
}

body:not(.is-bin-service) .bin-field {
  display: none;
}

.bin-field {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
}

.bin-field input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 12px;
  background: var(--white);
  color: var(--ink);
}

.service-note {
  margin: 0 0 16px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f0fbff;
  color: var(--ink-soft);
  font-weight: 800;
  line-height: 1.45;
}

.estimate-row {
  background: linear-gradient(135deg, #051662, #0089df);
}

.estimate-row strong.is-updating,
.mobile-booking-bar strong {
  color: #78e2ff;
}

.mobile-booking-bar {
  background: linear-gradient(135deg, #051662, #0089df);
}

body.is-soft-refreshing .booking-panel {
  animation: soft-refresh 680ms ease both;
}

body.is-soft-refreshing .mobile-booking-bar {
  animation: bar-confirm 680ms ease both;
}

@keyframes bubble-rise {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.68);
  }
  10% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    transform: translate3d(28px, -108vh, 0) scale(1.24);
  }
}

@keyframes hero-sheen {
  0%, 38% {
    transform: translateX(-120%);
  }
  58%, 100% {
    transform: translateX(120%);
  }
}

@keyframes spin-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes float-logo {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-12px) scale(1.015);
  }
}

@keyframes icon-bounce {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  45% {
    transform: translateY(-7px) rotate(-3deg);
  }
  70% {
    transform: translateY(2px) rotate(2deg);
  }
}

@keyframes logo-pop {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes result-sweep {
  0% {
    transform: translateX(-42%);
  }
  100% {
    transform: translateX(48%);
  }
}

@keyframes send-pulse {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(5px, -5px) rotate(8deg);
  }
}

@keyframes soft-refresh {
  0% {
    transform: translateY(0) scale(1);
    box-shadow: 0 26px 60px rgba(16, 20, 23, 0.12);
  }
  45% {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 34px 80px rgba(8, 185, 241, 0.22);
  }
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 26px 60px rgba(16, 20, 23, 0.12);
  }
}

@keyframes bar-confirm {
  0%, 100% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-6px);
  }
}

@keyframes action-press {
  0% {
    transform: translateY(0) scale(1);
  }
  36% {
    transform: translateY(-2px) scale(1.035);
    filter: saturate(1.18);
  }
  100% {
    transform: translateY(0) scale(1);
    filter: saturate(1);
  }
}

@keyframes action-refresh {
  0%, 100% {
    box-shadow: 0 0 22px rgba(8, 185, 241, 0.58);
    filter: saturate(1);
  }
  45% {
    box-shadow: 0 0 34px rgba(120, 226, 255, 0.9);
    filter: saturate(1.35);
  }
}

@keyframes ambient-rise {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.72);
  }
  12%, 76% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: translate3d(34px, -124vh, 0) scale(1.24);
  }
}

@keyframes ambient-sweep {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  18%, 62% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: translateX(150vw);
  }
}

@keyframes ambient-drop {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(18deg);
  }
  18%, 54% {
    opacity: 0.58;
  }
  100% {
    opacity: 0;
    transform: translate3d(36px, 116vh, 0) rotate(18deg);
  }
}

@keyframes ambient-glint {
  0%, 100% {
    opacity: 0;
    transform: scale(0.65) rotate(0deg);
  }
  42% {
    opacity: 0.8;
    transform: scale(1.1) rotate(45deg);
  }
}

@keyframes ambient-panorama {
  0% {
    transform: translate3d(-3%, -1%, 0) scale(1);
  }
  100% {
    transform: translate3d(3%, 1%, 0) scale(1.08);
  }
}

@keyframes ambient-tide {
  0% {
    transform: translateX(-8%);
  }
  100% {
    transform: translateX(8%);
  }
}

@keyframes wave-orbit {
  to {
    transform: rotate(360deg) scale(1.05);
  }
}

@keyframes foam-drift {
  0% {
    transform: translate3d(-8%, -8px, 0) rotate(-4deg) scale(0.96);
  }
  100% {
    transform: translate3d(12%, 10px, 0) rotate(3deg) scale(1.08);
  }
}

@keyframes spotlight-pulse {
  0%, 100% {
    opacity: 0.42;
    transform: scale(0.88);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.12);
  }
}

@keyframes hero-breathe {
  0% {
    transform: translate3d(0, var(--hero-y, 0), 0) scale(1.03);
    filter: saturate(1.08) contrast(1.02);
  }
  100% {
    transform: translate3d(0, var(--hero-y, 0), 0) scale(1.09);
    filter: saturate(1.32) contrast(1.08);
  }
}

@keyframes hero-light-rush {
  0%, 100% {
    opacity: 0.7;
    transform: translateX(-4%);
  }
  50% {
    opacity: 1;
    transform: translateX(4%);
  }
}

@keyframes wash-texture-shift {
  0% {
    background-position: 0% 50%, 0 0, 0 0;
  }
  100% {
    background-position: 100% 50%, 0 28px, 0 0;
  }
}

@keyframes foam-current {
  0% {
    transform: translateX(-4%);
    opacity: 0.62;
  }
  100% {
    transform: translateX(4%);
    opacity: 0.92;
  }
}

@keyframes menu-background-flow {
  0% {
    background-position: 0 0, 0% 50%;
  }
  100% {
    background-position: 42px 0, 100% 50%;
  }
}

@keyframes menu-foam-pulse {
  0% {
    opacity: 0.58;
    transform: translateX(-3%) translateY(0);
  }
  100% {
    opacity: 0.96;
    transform: translateX(4%) translateY(-8px);
  }
}

@keyframes current-ribbon {
  0% {
    opacity: 0.38;
    filter: blur(0.4px) drop-shadow(0 0 14px rgba(8, 185, 241, 0.12));
  }
  100% {
    opacity: 0.86;
    filter: blur(0.1px) drop-shadow(0 0 28px rgba(8, 185, 241, 0.28));
  }
}

@keyframes menu-card-current {
  0%, 100% {
    transform: scaleX(0.42);
    opacity: 0.45;
  }
  50% {
    transform: scaleX(1);
    opacity: 0.95;
  }
}

@keyframes bin-background-rinse {
  0% {
    background-position: 0 0, 0% 50%;
  }
  100% {
    background-position: 54px 0, 100% 50%;
  }
}

@keyframes bin-frame-glow {
  0%, 100% {
    opacity: 0.48;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.02);
  }
}

@keyframes bin-stage-sheen {
  0%, 36% {
    transform: translateX(-34%);
  }
  68%, 100% {
    transform: translateX(34%);
  }
}

@keyframes bin-scrub {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  28% {
    transform: translateY(-10px) rotate(2deg);
  }
  62% {
    transform: translateY(6px) rotate(-2deg);
  }
}

@keyframes bin-water-sweep {
  0%, 100% {
    opacity: 0;
    transform: translateX(-18%) rotate(-12deg) scaleX(0.72);
  }
  42%, 62% {
    opacity: 1;
    transform: translateX(18%) rotate(-12deg) scaleX(1);
  }
}

@keyframes spark-pop {
  0%, 100% {
    opacity: 0;
    transform: scale(0.55) rotate(0deg);
  }
  48% {
    opacity: 1;
    transform: scale(1.12) rotate(45deg);
  }
}

@keyframes price-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes board-sheen {
  0%, 42% {
    transform: translateX(-34%);
  }
  70%, 100% {
    transform: translateX(34%);
  }
}

@keyframes menu-item-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 1120px) {
  .service-grid-four,
  .pricing-grid-menu {
    grid-template-columns: repeat(2, 1fr);
  }

  .bin-price-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .results-showcase {
    grid-template-columns: 1fr;
  }

  .result-card-wide {
    grid-row: auto;
    min-height: 360px;
  }
}

@media (max-width: 920px) {
  .brand {
    min-width: 0;
  }

  .hero-layout,
  .menu-showcase,
  .bin-layout {
    grid-template-columns: 1fr;
  }

  .hero-logo-card {
    min-height: 280px;
    max-width: 420px;
  }

  .hero-washworx .hero-bg {
    background:
      linear-gradient(90deg, rgba(4, 15, 58, 0.92), rgba(6, 32, 92, 0.62)),
      url("assets/hero-car-wash.png") center / cover no-repeat;
  }

  .bin-stage {
    min-height: 460px;
  }
}

@media (max-width: 620px) {
  .hero-layout,
  .menu-showcase,
  .bin-layout {
    width: min(100% - 32px, 1120px);
    padding: 74px 0 82px;
  }

  .hero-logo-card {
    min-height: 220px;
  }

  .service-grid-four,
  .pricing-grid-menu,
  .results-showcase,
  .mini-stats,
  .bin-price-row {
    grid-template-columns: 1fr;
  }

  .results-showcase {
    width: min(100% - 32px, 1120px);
  }

  .result-card,
  .result-card-wide {
    min-height: 300px;
  }

  .segmented-control-four {
    grid-template-columns: repeat(2, 1fr);
  }

  .menu-copy {
    padding: 22px;
  }

  .menu-board {
    min-height: auto;
    padding: 22px;
  }

  .menu-board-header {
    align-items: flex-start;
  }

  .menu-board-header img {
    width: 56px;
    height: 56px;
  }

  .menu-board-list article {
    grid-template-columns: 42px 1fr;
  }

  .menu-board-list strong {
    grid-column: 2;
  }

  .bin-stage {
    min-height: 520px;
  }

  .bin-visual {
    width: min(72%, 240px);
  }

  .bin-price-card {
    right: 18px;
    bottom: 18px;
  }

  .bin-steps {
    top: 18px;
    left: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bubble-field,
  .hero-sheen,
  .logo-orbit,
  .ambient-wash,
  .menu-current,
  .section::before,
  .section::after,
  .quick-strip::before,
  .site-footer::before {
    display: none !important;
  }

  .hero-logo-card img,
  .hero-washworx .hero-bg,
  .hero-washworx::before,
  .site-header.is-scrolled .brand-mark-image,
  .bin-visual,
  .bin-stage::before,
  .bin-stage::after,
  .bin-water,
  .bin-spark,
  .bin-price-card,
  .menu-board::before,
  .menu-board-list article,
  .menu-price-card::after {
    animation: none !important;
  }

  .wash-card,
  .menu-price-card,
  .menu-poster,
  .menu-board,
  .bin-stage,
  .hero-logo-card,
  .result-card {
    transform: none !important;
  }
}
