/* =====================================================================
   Otter Car Wash — Design System
   Playful, bubbly, bright-but-clean. Sampled from the Otter logo:
   otter brown + bright bubble blue + soap-white, with a warm sunset CTA.
   One stylesheet drives every page (header, footer, buttons, sections).
   ===================================================================== */

/* ---------- Design tokens ---------- */
:root {
  /* Brand colors (sampled from the Otter logo) */
  --blue: #33b8ee;          /* primary bubble blue */
  --blue-dark: #1a97cf;     /* hover / deeper blue */
  --blue-deep: #0b6ea3;     /* deepest water base */
  --brown: #6f4a2d;         /* otter fur — headings, dark accents */
  --brown-deep: #4a3120;    /* deepest brown */
  --sun: #ffc23d;           /* sunny gold (sparkles, highlights) */
  --orange: #ff8636;        /* CTAs, "download" pop */
  --sky: #ddf3fd;           /* soft blue background */
  --cream: #fff5e6;         /* warm soft background */
  --white: #ffffff;
  --ink: #3a2b1e;           /* warm body text on light */
  --muted: #6d7f88;         /* blue-biased neutral (never a flat grey) */
  --line: rgba(58, 43, 30, 0.12);

  --sunset: linear-gradient(135deg, var(--sun) 0%, var(--orange) 68%);

  /* Type — Fredoka echoes the rounded "Otter" wordmark in the logo */
  --font-display: "Fredoka", ui-rounded, "Segoe UI", system-ui, sans-serif;
  --font-body: "Nunito", ui-sans-serif, system-ui, "Segoe UI", Roboto, sans-serif;

  /* Layout */
  --container: 1200px;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 4px 14px rgba(11, 110, 163, 0.10);
  --shadow-md: 0 12px 30px rgba(11, 110, 163, 0.16);
  --header-h: 120px;
}

/* ---------- Reset / base ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--brown);
  line-height: 1.05;
  margin: 0 0 0.4em;
  text-wrap: balance;
  letter-spacing: -0.3px;
}
h1 { font-weight: 700; }
h2 { font-weight: 700; }
h3 { font-weight: 600; }
p { margin: 0 0 1em; }

/* Logo-style outlined headings — white fill + black outline, like the
   "Otter Car Wash" wordmark. paint-order draws the stroke behind the fill
   so the black hugs the OUTSIDE of each letter instead of thinning it. */
h1, h2 {
  color: var(--brown);   /* solid on light backgrounds; dark sections override to #fff below */
  -webkit-text-stroke: 2.5px #131313;
  paint-order: stroke fill;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.18);
}
.h-xl { -webkit-text-stroke-width: 5px; }
.h-lg { -webkit-text-stroke-width: 3.5px; }
.h-md { -webkit-text-stroke-width: 2.5px; }
@media (max-width: 600px) {
  .h-xl { -webkit-text-stroke-width: 3px; }
  .h-lg { -webkit-text-stroke-width: 2.5px; }
}

/* Skip link */
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--brown); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0;
  font-family: var(--font-display); font-weight: 600;
}
.skip-link:focus { left: 0; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; border-radius: 4px; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 clamp(20px, 3vw, 56px); }
.section { padding: 72px 0; }
.section--sm { padding: 52px 0; }
.bg-sky { background: var(--sky); }
.bg-cream { background: var(--cream); }
.bg-brown { background: var(--brown); color: #fff; }
.bg-brown h1, .bg-brown h2, .bg-brown h3, .bg-brown h4 { color: #fff; }

/* Two stacked white sections share one bubbly background. */
.wm-pair { position: relative; isolation: isolate; background-color: #fff; }
.bg-white { position: relative; isolation: isolate; background-color: #fff; }

/* Faint soap-bubble watermark row along the bottom near the dividers. */
.bg-white::after, .wm-pair::after {
  content: "🫧 🫧 🫧 🫧 🫧 🫧 🫧";
  position: absolute; left: 0; right: 0; bottom: 0; z-index: -1;
  font-size: clamp(52px, 8vw, 120px); line-height: 1;
  text-align: justify; text-align-last: justify;
  opacity: 0.10; pointer-events: none; user-select: none;
}
.text-center { text-align: center; }
.eyebrow {
  display: inline-block; font-family: var(--font-display); font-weight: 600;
  text-transform: uppercase; letter-spacing: 2.5px; font-size: 13px;
  color: var(--blue-dark); margin-bottom: 10px;
}
.bg-brown .eyebrow { color: var(--sun); }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 60ch; }
.bg-brown .lead { color: rgba(255, 255, 255, 0.85); }
.section-head { max-width: 62ch; margin: 0 auto 44px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }

/* Fluid display sizes */
.h-xl { font-size: clamp(40px, 6.8vw, 78px); }
.h-lg { font-size: clamp(31px, 4.6vw, 52px); }
.h-md { font-size: clamp(25px, 3vw, 36px); }

/* =====================================================================
   BUTTONS — locked system.
   .btn--app   : THE acquisition button (sunset glow). Identical everywhere.
   .btn--club  : THE membership button (solid blue). Identical everywhere.
   Everything else uses ghost/outline so nothing competes with those two.
   ===================================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-display); font-weight: 600; font-size: 15px;
  text-decoration: none; cursor: pointer; border: none;
  padding: 14px 26px; border-radius: 999px;
  transition: transform 0.15s ease, box-shadow 0.25s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--sm { padding: 10px 18px; font-size: 14px; }
.btn--block { width: 100%; }

/* THE Get Your Free Wash button — OptSpot's signature acquisition CTA (sunset glow) */
.btn--free {
  color: #fff; background: var(--sunset);
  box-shadow: 0 6px 18px rgba(255, 134, 54, 0.42);
  animation: glowPulse 2.6s ease-in-out infinite, ctaHop 5s ease-in-out infinite;
  animation-delay: 0s, 0s;
}
.btn--free:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(255, 134, 54, 0.55); }

/* Download the App — secondary (solid blue) */
.btn--app { color: #fff; background: var(--blue); box-shadow: 0 4px 14px rgba(51, 184, 238, 0.4); }
.btn--app:hover { background: var(--blue-dark); transform: translateY(-2px); }

/* Become a Member — solid black with a gentle hop */
.btn--club {
  color: #fff; background: #131313; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  animation: ctaHop 5s ease-in-out infinite; animation-delay: -2.5s;
}
.btn--club:hover { background: #000; transform: translateY(-2px); }
.btn--free:hover, .btn--club:hover { animation-play-state: paused; }
@keyframes ctaHop {
  0%, 44%, 100% { transform: translateY(0); }
  10% { transform: translateY(-7px); }
  22% { transform: translateY(0); }
  30% { transform: translateY(-3px); }
  38% { transform: translateY(0); }
}

/* Generic secondary buttons — never mimic the two above */
.btn--ghost { color: #fff; background: transparent; border: 2px solid rgba(255, 255, 255, 0.8); padding: 12px 24px; }
.btn--ghost:hover { background: #fff; color: var(--brown); }
.btn--ghost-ink { color: var(--brown); background: transparent; border: 2px solid var(--brown); padding: 12px 24px; }
.btn--ghost-ink:hover { background: var(--brown); color: #fff; }

@keyframes glowPulse {
  0%, 100% { box-shadow: 0 6px 18px rgba(255, 134, 54, 0.42), 0 0 0 rgba(255, 194, 61, 0); }
  50%      { box-shadow: 0 6px 22px rgba(255, 134, 54, 0.5), 0 0 22px rgba(255, 194, 61, 0.6); }
}

/* ---------- Header / nav (white) ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: #fff;
  box-shadow: 0 2px 14px rgba(11, 110, 163, 0.10);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; height: var(--header-h);
}
.nav__logo { display: flex; align-items: center; flex: none; }
.nav__logo img { height: 104px; width: auto; }
@media (max-width: 600px) {
  :root { --header-h: 92px; }
  .nav__logo img { height: 76px; }
}
.nav__links { display: none; list-style: none; margin: 0; padding: 0; gap: 24px; align-items: center; }
.nav__links a, .nav__submenu-toggle {
  font-family: var(--font-display); font-weight: 500; font-size: 15px;
  text-transform: uppercase; letter-spacing: 0.5px; color: var(--brown);
  text-decoration: none; transition: color 0.2s ease;
}
.nav__links a:hover, .nav__links a[aria-current="page"] { color: var(--blue-dark); }
.nav__ctas { display: none; gap: 10px; }
.nav__social { display: none; align-items: center; gap: 14px; }
.nav__social a { display: inline-flex; color: var(--brown); transition: color 0.2s ease; }
.nav__social a:hover { color: var(--blue-dark); }
.nav__social svg { width: 20px; height: 20px; }
.nav__social--mobile { display: flex; justify-content: center; gap: 24px; padding: 10px 0 4px; }
.nav__social--mobile svg { width: 24px; height: 24px; }
.nav__toggle {
  display: inline-flex; align-items: center; justify-content: center;
  background: none; border: none; color: var(--brown); cursor: pointer; padding: 6px;
}
.nav__toggle svg { width: 30px; height: 30px; }

.nav__submenu-toggle { background: none; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; }
.nav__submenu-toggle .caret { font-size: 0.7em; transition: transform 0.2s ease; }
.nav__submenu { list-style: none; }

/* Mobile drawer (white) */
.nav__mobile { display: none; background: #fff; border-top: 1px solid var(--line); }
.nav__mobile.open { display: block; }
.nav__mobile ul { list-style: none; margin: 0; padding: 12px 0; }
.nav__mobile a {
  display: block; padding: 12px 24px; color: var(--brown);
  font-family: var(--font-display); font-weight: 500; text-transform: uppercase;
  letter-spacing: 0.5px; text-decoration: none; font-size: 15px;
}
.nav__mobile a:hover { color: var(--blue-dark); background: var(--sky); }
.nav__mobile .nav__submenu-toggle {
  width: 100%; justify-content: space-between; padding: 12px 24px; font-size: 15px; letter-spacing: 0.5px;
}
.nav__mobile .nav__submenu { display: none; padding: 0 0 6px; }
.nav__mobile .has-submenu.open .nav__submenu { display: block; }
.nav__mobile .has-submenu.open .caret { transform: rotate(180deg); }
.nav__mobile .nav__submenu a { padding-left: 40px; font-size: 14px; color: var(--muted); }
.nav__mobile .nav__mobile-ctas { display: flex; flex-direction: column; gap: 10px; padding: 8px 24px 24px; }

@media (min-width: 1080px) {
  .nav__links { display: flex; }
  .nav__ctas { display: flex; }
  .nav__social { display: flex; }
  .nav__toggle { display: none; }

  .nav__links .has-submenu { position: relative; }
  .nav__links .nav__submenu {
    position: absolute; top: 100%; left: 0; min-width: 210px; margin: 0; padding: 8px;
    background: #fff; border-radius: 12px; box-shadow: var(--shadow-md); border: 1px solid var(--line);
    opacity: 0; visibility: hidden; transform: translateY(8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  }
  .nav__links .has-submenu:hover .nav__submenu,
  .nav__links .has-submenu:focus-within .nav__submenu,
  .nav__links .has-submenu.open .nav__submenu { opacity: 1; visibility: visible; transform: none; }
  .nav__links .has-submenu:hover .caret,
  .nav__links .has-submenu.open .caret { transform: rotate(180deg); }
  .nav__links .nav__submenu a { display: block; padding: 10px 14px; border-radius: 8px; font-size: 13px; white-space: nowrap; color: var(--brown); }
  .nav__links .nav__submenu a:hover { background: var(--sky); color: var(--blue-dark); }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(120% 90% at 82% -10%, rgba(255, 194, 61, 0.9) 0%, rgba(255, 134, 54, 0.42) 26%, transparent 56%),
    linear-gradient(175deg, #5ecbf3 0%, #1f9ed6 42%, var(--blue-deep) 100%);
}
.hero__inner { position: relative; z-index: 4; padding-top: 90px; padding-bottom: 150px; text-align: center; }

.hero__slides { position: absolute; inset: 0; z-index: 1; overflow: hidden; opacity: 0.25; pointer-events: none; }
.hero .wave { position: relative; z-index: 3; }
.hero__slide { position: absolute; inset: 0; opacity: 1; transform: scale(1.2); animation: heroFocus 10s ease-in-out forwards; }
.hero__slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
@keyframes heroFocus {
  0%   { transform: scale(1.2); }
  45%  { transform: scale(1.0); }
  68%  { transform: scale(1.08); }
  100% { transform: scale(1.0); }
}
.hero h1 { color: #fff; max-width: 18ch; margin-left: auto; margin-right: auto; text-shadow: 0 3px 24px rgba(11, 110, 163, 0.4); }
.hero .accent { color: var(--sun); }
.hero__sub { font-size: clamp(16px, 2vw, 20px); max-width: 54ch; margin: 20px auto 0; color: rgba(255, 255, 255, 0.95); }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; justify-content: center; }
.hero .eyebrow {
  background: rgba(255, 255, 255, 0.92); color: var(--brown);
  padding: 7px 15px; border-radius: 999px; letter-spacing: 2px;
}

/* Otter mascot art floating in the hero (drop the logo mascot in here) */
.hero__art {
  position: absolute; top: 28px; right: 4%; z-index: 2;
  width: clamp(170px, 26vw, 340px); height: auto; pointer-events: none; user-select: none;
  filter: drop-shadow(0 12px 30px rgba(11, 110, 163, 0.4));
  animation: floatArt 6s ease-in-out infinite;
}
@keyframes floatArt { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@media (max-width: 900px) { .hero__art { opacity: 0.28; width: 220px; right: 2%; } }

/* Floating soap bubbles that rise in the hero */
.hero__bubble {
  position: absolute; bottom: -40px; border-radius: 50%; z-index: 2;
  background: radial-gradient(circle at 32% 28%, rgba(255,255,255,0.9), rgba(255,255,255,0.15) 42%, rgba(51,184,238,0.15) 100%);
  border: 1px solid rgba(255, 255, 255, 0.45);
  animation: rise linear infinite; pointer-events: none;
}
@keyframes rise {
  0% { transform: translateY(0) scale(0.9); opacity: 0; }
  15% { opacity: 0.8; }
  100% { transform: translateY(-120vh) scale(1.1); opacity: 0; }
}
.hero__spark { position: absolute; z-index: 2; color: #fff; opacity: 0.2; animation: twinkle 3.5s ease-in-out infinite; }
@keyframes twinkle { 0%, 100% { opacity: 0.15; transform: scale(0.7); } 50% { opacity: 0.9; transform: scale(1.1); } }

/* ---------- Wave divider ---------- */
.wave { position: relative; line-height: 0; }
.wave svg { display: block; width: 100%; height: 80px; }
.wave--bottom { margin-bottom: -1px; }
.wave--top { margin-top: -1px; }
.section.has-wave-bottom { padding-bottom: 0; }
.section.has-wave-top { padding-top: 0; }
.wash-vice .wave { position: relative; z-index: 2; }

/* ---------- Page hero (interior pages) ---------- */
.page-hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(100% 120% at 88% -20%, rgba(255, 194, 61, 0.7) 0%, transparent 55%),
    linear-gradient(160deg, var(--blue) 0%, #1f9ed6 55%, var(--blue-deep) 100%);
  padding: 66px 0 96px;
}
.page-hero--photo .hero__slides { position: absolute; inset: 0; z-index: 1; overflow: hidden; opacity: 0.25; pointer-events: none; }
.page-hero--photo .hero__slide img { object-position: center 28%; }
.page-hero--photo .hero__slide { animation: none; transform: none; }
.page-hero--photo .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; }
.page-hero--tall { min-height: clamp(440px, 60vh, 640px); display: flex; flex-direction: column; justify-content: center; }
.page-hero p { color: rgba(255, 255, 255, 0.92); max-width: 56ch; margin: 0 auto; }
.page-hero .container { position: relative; z-index: 2; text-align: center; }
.page-hero .wave { position: absolute; left: 0; right: 0; bottom: -1px; margin: 0; z-index: 2; }

/* ---------- Cards & grids ---------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
.grid-4 { grid-template-columns: 1fr 1fr; }
@media (min-width: 700px) {
  .grid-2 { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
}

.card {
  background: #fff; border-radius: var(--radius); padding: 28px;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card__icon {
  width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center;
  background: var(--sky); color: var(--blue-dark); margin-bottom: 14px; font-size: 26px;
}
.card h3 { margin-bottom: 8px; font-size: 1.25rem; }
.card p { color: var(--muted); margin: 0; font-size: 0.98rem; }

/* Wash / membership menu card — layered "price plate" style. */
.menu-card {
  position: relative;
  background: var(--blue);
  border-radius: 22px;
  padding: 0 12px;
  margin-top: 30px;
  display: flex; flex-direction: column;
  filter: drop-shadow(0 12px 26px rgba(11, 110, 163, 0.18));
  transition: transform 0.2s ease, filter 0.2s ease;
}
.menu-card:hover { transform: translateY(-5px); filter: drop-shadow(0 18px 40px rgba(11, 110, 163, 0.26)); }
.menu-card::before {
  content: ""; position: absolute; inset: 0 12px; z-index: 0;
  background: #fff; border-radius: 14px;
}
.menu-card__head, .menu-card__bar, .menu-card__body { position: relative; z-index: 1; }
.menu-card__head { background: transparent; padding: 22px 92px 12px 22px; text-align: left; }
.menu-card__head h3 { color: var(--brown); font-size: 1.2rem; text-transform: uppercase; letter-spacing: 0.5px; margin: 0; line-height: 1.18; }

/* Circular price badge overlapping the top-right corner */
.menu-card__price {
  position: absolute; top: -26px; right: -6px; z-index: 3;
  width: 84px; height: 84px; border-radius: 50%;
  background: var(--brown); color: #fff; border: 3px solid #fff;
  display: grid; place-items: center; align-content: center; text-align: center;
  font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; line-height: 1;
  box-shadow: 0 6px 16px rgba(11, 110, 163, 0.28);
}
.menu-card__price small { display: block; margin-top: 3px; font-size: 0.5rem; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; color: rgba(255, 255, 255, 0.85); }

.menu-card__bar { height: 2px; margin: 0 22px; background: var(--line); }
.menu-card__body { padding: 14px 22px 24px; flex: 1; }
.menu-card__body ul { list-style: none; margin: 0; padding: 0; }
.menu-card__body li { padding: 6px 0 6px 22px; position: relative; color: var(--ink); font-size: 0.95rem; }
.menu-card__body li::before { content: "\2713"; position: absolute; left: 0; top: 6px; color: var(--blue); font-weight: 800; font-size: 0.95rem; line-height: 1; }
.menu-card__body .muted-note { color: var(--muted); font-size: 0.85rem; text-align: left; padding-top: 12px; }
.menu-card__visit {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 16px;
  font-family: var(--font-display); font-weight: 600; font-size: 0.9rem;
  color: var(--blue-dark); text-decoration: none; line-height: 1.3;
}
.menu-card__visit::after { content: "\2192"; transition: transform 0.2s ease; }
.menu-card__visit:hover { color: var(--orange); }
.menu-card__visit:hover::after { transform: translateX(4px); }
.menu-card.is-popular .menu-card__visit { color: var(--orange); }

/* Most Popular = sunset-orange plate + orange badge + pill flag */
.menu-card.is-popular { background: var(--orange); }
.menu-card.is-popular .menu-card__price { background: var(--orange); }
.menu-card.is-popular .menu-card__body li::before { color: var(--orange); }
.menu-card__flag {
  position: absolute; top: -13px; left: 18px; z-index: 3;
  background: var(--sunset); color: #fff; font-family: var(--font-display); font-weight: 600;
  font-size: 11px; letter-spacing: 1px; text-transform: uppercase; padding: 5px 13px;
  border-radius: 999px; box-shadow: 0 5px 12px rgba(255, 134, 54, 0.35);
}
/* Tier accents for the three membership plates */
.menu-card.tier-bronze { background: #b0743f; }
.menu-card.tier-bronze .menu-card__price { background: #b0743f; }
.menu-card.tier-bronze .menu-card__body li::before { color: #b0743f; }
.menu-card.tier-silver { background: #8f9aa3; }
.menu-card.tier-silver .menu-card__price { background: #8f9aa3; }
.menu-card.tier-silver .menu-card__body li::before { color: #8f9aa3; }
.menu-card.tier-gold { background: #e6a908; }
.menu-card.tier-gold .menu-card__price { background: #e6a908; }
.menu-card.tier-gold .menu-card__body li::before { color: #e6a908; }

.wash-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; gap: 28px 24px; }
.wash-grid .menu-card { flex: 0 1 100%; }
@media (min-width: 700px) { .wash-grid .menu-card { flex-basis: calc((100% - 48px) / 3); } }

/* ---------- App download section ---------- */
.appdl {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(80% 60% at 12% 0%, rgba(255, 194, 61, 0.28) 0%, transparent 55%),
    radial-gradient(80% 60% at 90% 100%, rgba(51, 184, 238, 0.32) 0%, transparent 55%),
    linear-gradient(160deg, #12608f 0%, #0b4f78 55%, #073a5a 100%);
}
.appdl h2 { color: #fff; }
.appdl .lead { color: rgba(255, 255, 255, 0.88); }
.appdl__grid { display: grid; gap: 40px; align-items: center; grid-template-columns: 1fr; }
@media (min-width: 860px) { .appdl__grid { grid-template-columns: 1.1fr 0.9fr; } }
.appdl__phone {
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md);
  background: rgba(255, 255, 255, 0.08); min-height: 300px; display: grid; place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.appdl__phone img { width: 100%; height: 100%; object-fit: contain; }

/* App screenshot crossfade slideshow */
.app-slideshow { position: relative; width: 100%; max-width: 230px; margin: 0 auto; aspect-ratio: 489 / 1000; }
.app-slide {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain;
  opacity: 0; animation: appRotate 15s infinite;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.4));
}
.app-slide:nth-child(1) { animation-delay: 0s; }
.app-slide:nth-child(2) { animation-delay: 5s; }
.app-slide:nth-child(3) { animation-delay: 10s; }
@keyframes appRotate {
  0% { opacity: 0; } 3% { opacity: 1; } 30% { opacity: 1; } 36% { opacity: 0; } 100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .app-slide { animation: none; opacity: 0; }
  .app-slide:first-child { opacity: 1; }
}
.app-badges { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.app-badge {
  display: inline-flex; align-items: center; gap: 12px; text-decoration: none;
  background: #000; color: #fff; border-radius: 12px; padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3); transition: transform 0.15s ease, box-shadow 0.2s ease;
}
.app-badge:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3); }
.app-badge svg { width: 28px; height: 28px; flex: none; }
.app-badge__small { display: block; font-size: 10px; letter-spacing: 0.5px; text-transform: uppercase; opacity: 0.85; line-height: 1.1; }
.app-badge__big { display: block; font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; line-height: 1.1; }
.app-perks { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 10px; }
.app-perks li { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 500; }
.app-perks li::before { content: "🫧"; }

/* ---------- Amenity checklist ---------- */
.amenities { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; list-style: none; margin: 0; padding: 0; }
@media (min-width: 700px) { .amenities { grid-template-columns: repeat(3, 1fr); } }
.amenities li { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 500; font-size: 0.98rem; }
.amenities li::before { content: "✔"; color: var(--blue); font-weight: 800; }
.bg-brown .amenities li::before { color: var(--sun); }

/* Split feature row */
.split { display: grid; gap: 36px; align-items: center; grid-template-columns: 1fr; }
@media (min-width: 860px) { .split { grid-template-columns: 1fr 1fr; } .split.reverse > :first-child { order: 2; } }
.split__media {
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md);
  background: var(--sky); min-height: 280px; display: grid; place-items: center;
}
.split__media img { width: 100%; height: 100%; object-fit: cover; }
/* Image placeholder slot (fun, on-brand) */
.img-slot {
  width: 100%; min-height: 300px; display: grid; place-items: center; text-align: center;
  color: var(--blue-dark); background:
    repeating-linear-gradient(45deg, rgba(51,184,238,0.06) 0 14px, rgba(51,184,238,0.12) 14px 28px);
  font-family: var(--font-display); font-weight: 600; padding: 24px;
}
.img-slot span { display: block; font-size: 0.85rem; color: var(--muted); font-weight: 500; margin-top: 6px; }

/* ---------- Reviews carousel ---------- */
.reviews-rating {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 auto 28px;
  background: var(--sky); color: var(--brown); border-radius: 999px; padding: 8px 18px;
  font-family: var(--font-body); font-size: 0.95rem;
}
.reviews-rating .review-card__stars { font-size: 1.05rem; }
.rev-carousel { position: relative; }
.rev-slider {
  display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; padding: 6px 2px 10px; align-items: start;
  scrollbar-width: none; -ms-overflow-style: none;
}
.rev-slider::-webkit-scrollbar { display: none; }
.rev-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 38px; height: 38px; border-radius: 50%; border: none; cursor: pointer;
  background: #fff; box-shadow: var(--shadow-sm); color: var(--brown);
  font-size: 1.4rem; line-height: 1; display: grid; place-items: center;
  transition: background 0.2s ease, color 0.2s ease;
}
.rev-nav:hover { background: var(--blue); color: #fff; }
.rev-prev { left: -8px; }
.rev-next { right: -8px; }
@media (max-width: 700px) { .rev-nav { display: none; } }
.review-card {
  scroll-snap-align: start; flex: 0 0 100%;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 16px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
@media (min-width: 620px) { .review-card { flex-basis: calc((100% - 16px) / 2); } }
@media (min-width: 900px) { .review-card { flex-basis: calc((100% - 48px) / 4); } }
.review-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: rgba(51, 184, 238, 0.4); }
.review-card__head { display: flex; align-items: center; gap: 10px; }
.review-card__avatar {
  width: 36px; height: 36px; border-radius: 50%; flex: none; display: grid; place-items: center;
  color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 0.95rem;
}
.review-card__name { display: block; font-family: var(--font-display); font-weight: 600; color: var(--brown); font-size: 0.9rem; }
.review-card__stars { color: var(--sun); letter-spacing: 1.5px; font-size: 0.85rem; }
.review-card__text { margin: 0; color: var(--ink); font-size: 0.88rem; line-height: 1.5; }
/* Reviews in a grid all share the row height */
.grid > .review-card { height: 100%; }
.review-card__text { flex: 1; }
.review-card__src { margin-top: 2px; font-size: 0.7rem; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; text-decoration: none; display: inline-block; }
.review-card__src:hover { color: var(--blue-dark); }
@media (prefers-reduced-motion: reduce) { .rev-slider { scroll-behavior: auto; } }

/* Contact / info list */
.info-list { list-style: none; margin: 0; padding: 0; }
.info-list li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 16px; }
.info-list .ico { color: var(--blue); flex: none; font-size: 1.2rem; }
.bg-brown .info-list .ico { color: var(--sun); }

/* Map */
.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--line); }
.map-embed iframe { display: block; width: 100%; min-height: 340px; border: 0; }

/* ---------- Forms ---------- */
.form-card {
  background: #fff; border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 40px);
  box-shadow: var(--shadow-md); border: 1px solid var(--line);
}
.form-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .form-grid .col-2 { grid-template-columns: 1fr 1fr; display: grid; gap: 18px; } }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-family: var(--font-display); font-weight: 600; font-size: 0.9rem; color: var(--brown); }
.field .req { color: var(--orange); }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 1rem; color: var(--ink);
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 12px; background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease; width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(51, 184, 238, 0.2);
}
.field textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: 0.85rem; color: var(--muted); margin-top: 14px; }
.form-embed {
  background: #fff; border: 2px dashed var(--blue); border-radius: var(--radius);
  padding: 32px; color: var(--ink);
}
.form-embed h3 { color: var(--brown); }
.form-embed .recipient { font-size: 0.9rem; color: var(--muted); margin-top: 12px; }

/* CTA band */
.cta-band { background: var(--sky); color: var(--ink); text-align: center; }
.cta-band .btn--ghost { border-color: var(--brown); color: var(--brown); }
.cta-band .btn--ghost:hover { background: var(--brown); color: #fff; }

/* Membership teaser — full-width, centered, white background */
.membership-cta { background: #fff; text-align: center; }

/* Wash-pass menu sections — the logo's bright bubble blue */
.wash-menu { background: var(--blue); }
.wash-menu h2 { color: #fff; }
.wash-menu .lead { color: #06375a; }

/* Thin "Get Your Free Wash" banner — the final strip on every page (bar membership) */
.cta-strip { background: linear-gradient(90deg, var(--blue) 0%, var(--blue-deep) 100%); color: #fff; }
.cta-strip .container {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 12px 26px; padding-top: 22px; padding-bottom: 22px; text-align: center;
}
.cta-strip p {
  margin: 0; font-family: var(--font-display); font-weight: 600; color: #fff;
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
}

/* Thin "Everything You Get" amenities banner — items run across the width */
.amenity-strip { background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.amenity-strip .container {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 10px 26px; padding-top: 18px; padding-bottom: 18px;
}
.amenity-strip__label {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  letter-spacing: 1px; font-size: 0.9rem; color: var(--brown);
}
.amenity-strip ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; list-style: none; margin: 0; padding: 0; }
.amenity-strip li { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 600; color: var(--ink); font-size: 0.98rem; }
.amenity-strip li::before { content: "✔"; color: var(--blue); font-weight: 800; }

/* Waving otter that pops up in a section corner to say hi (desktop accent) */
.has-otter { position: relative; }
.otter-peek {
  position: absolute; z-index: 3; width: clamp(88px, 9vw, 132px); height: auto;
  pointer-events: none; user-select: none;
  filter: drop-shadow(0 6px 12px rgba(11, 110, 163, 0.22));
  transform-origin: bottom center; animation: otterWave 3.2s ease-in-out infinite;
}
.otter-peek--br { right: clamp(8px, 3vw, 52px); bottom: 6px; }
.otter-peek--bl { left: clamp(8px, 3vw, 52px); bottom: 6px; }
.otter-peek--tr { right: clamp(8px, 3vw, 52px); top: 10px; }
@keyframes otterWave { 0%, 100% { transform: rotate(-4deg); } 50% { transform: rotate(4deg); } }
@media (max-width: 900px) { .otter-peek { display: none; } }
@media (prefers-reduced-motion: reduce) { .otter-peek { animation: none; } }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow-sm); overflow: hidden; transition: box-shadow 0.2s ease;
}
.faq details[open] { box-shadow: var(--shadow-md); }
.faq summary {
  list-style: none; cursor: pointer; padding: 20px 22px; gap: 16px;
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: var(--brown);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; flex: none; color: var(--blue); font-size: 1.7rem; line-height: 1;
  transition: transform 0.2s ease;
}
.faq details[open] summary::after { content: "\2212"; }
.faq summary:hover { color: var(--blue-dark); }
.faq__a { padding: 0 22px 20px; color: var(--muted); line-height: 1.6; }
.faq__a a { color: var(--blue-dark); font-weight: 600; }
.faq details[open] .faq__a { animation: faqIn 0.25s ease; }
@keyframes faqIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .faq details[open] .faq__a { animation: none; } }

/* ---------- Legal / privacy copy ---------- */
.legal { max-width: 820px; margin: 0 auto; }
.legal h2 { font-size: 1.4rem; margin-top: 36px; }
.legal h3 { font-size: 1.1rem; margin-top: 24px; }
.legal ul { padding-left: 20px; }
.legal li { margin-bottom: 8px; }

/* ---------- Footer (white) ---------- */
.site-footer { background: #fff; color: var(--muted); border-top: 1px solid var(--line); }
.site-footer .container { padding-top: 56px; padding-bottom: 32px; }
.footer-grid { display: grid; gap: 36px; grid-template-columns: 1fr; }
@media (min-width: 780px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.site-footer img.footer-logo { height: 112px; width: auto; margin-bottom: 16px; }
.site-footer h4 { color: var(--blue-dark); font-size: 14px; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; font-family: var(--font-display); }
.site-footer a { color: var(--brown); text-decoration: none; }
.site-footer a:hover { color: var(--blue-dark); }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li { display: flex; gap: 10px; margin-bottom: 12px; align-items: flex-start; }
.footer-contact .ico { color: var(--blue); flex: none; }
.footer-social { display: flex; gap: 14px; margin-top: 16px; }
.footer-social a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--sky); color: var(--brown); }
.footer-social a:hover { background: var(--blue); color: #fff; }
.footer-social a svg { width: 20px; height: 20px; }
.footer-tagline { font-family: var(--font-display); font-weight: 600; font-style: italic; color: var(--brown); font-size: 1.05rem; }
.footer-bottom { border-top: 1px solid var(--line); }
.footer-bottom .container { display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; align-items: center; padding: 18px 24px; font-size: 13px; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }
.card.reveal, .menu-card.reveal, .review-card.reveal { transform: none; }
.menu-card__body li, .amenities li { transition: opacity 0.45s ease, transform 0.45s ease; }
.reveal:not(.in) .menu-card__body li,
.reveal:not(.in) .amenities li { opacity: 0; transform: translateY(8px); }
.reveal.in :is(.menu-card__body, .amenities) li:nth-child(1) { transition-delay: 0.06s; }
.reveal.in :is(.menu-card__body, .amenities) li:nth-child(2) { transition-delay: 0.11s; }
.reveal.in :is(.menu-card__body, .amenities) li:nth-child(3) { transition-delay: 0.16s; }
.reveal.in :is(.menu-card__body, .amenities) li:nth-child(4) { transition-delay: 0.21s; }
.reveal.in :is(.menu-card__body, .amenities) li:nth-child(5) { transition-delay: 0.26s; }
.reveal.in :is(.menu-card__body, .amenities) li:nth-child(6) { transition-delay: 0.31s; }
.reveal.in :is(.menu-card__body, .amenities) li:nth-child(n+7) { transition-delay: 0.36s; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn--free, .btn--club, .hero__bubble, .hero__spark, .hero__art, .hero__slide { animation: none !important; }
  .hero__slide { opacity: 0; transform: none; }
  .hero__slide:first-of-type { opacity: 1; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .menu-card__body li, .amenities li { opacity: 1 !important; transform: none !important; transition: none; }
  .card:hover, .menu-card:hover, .btn:hover { transform: none; }
}
