/* ============================================================
   MAGIC CARPET — van-livery design system
   Matches the actual truck: white ground, royal blue + red,
   the swoosh oval, bold italic script. Clean, bright, honest.
   ============================================================ */
:root {
  --navy: #2b3a8f;
  --navy-dark: #222f78;
  --space-deep: #1a2360;
  --teal: #3d4fae;
  --teal-dark: #2f3d99;
  --aqua: #b9c4f7;
  --orange: #c5203a;
  --orange-dark: #a5182f;
  --orange-deep: #8c1428;
  --cherry: #c5203a;
  --mustard: #eef1ff;
  --cream: #f2f5fc;
  --paper: #ffffff;
  --ink: #232b52;
  --muted: #5c6480;
  --line: #d9def0;
  --white: #ffffff;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Nunito', 'Avenir Next', 'Trebuchet MS', sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; position: relative; }
h1, h2, h3, h4 { font-family: Georgia, 'Times New Roman', serif; font-weight: 700; font-style: italic; }

/* ---------- Star fields & halftone ---------- */
.starfield { position: relative; }
.starfield::before, .starfield::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(1.5px 1.5px at 12% 22%, rgba(255,255,255,0.3), transparent),
    radial-gradient(1px 1px at 32% 68%, rgba(185,196,247,0.28), transparent),
    radial-gradient(1.5px 1.5px at 54% 15%, rgba(255,255,255,0.24), transparent),
    radial-gradient(1px 1px at 71% 44%, rgba(255,255,255,0.26), transparent),
    radial-gradient(1.5px 1.5px at 88% 70%, rgba(185,196,247,0.24), transparent),
    radial-gradient(1px 1px at 45% 85%, rgba(255,255,255,0.2), transparent);
  background-size: 420px 360px;
}
.starfield::after { background-position: 210px 180px; opacity: 0.6; }
.halftone {
  background-color: var(--cream);
  background-image: radial-gradient(circle, rgba(43,58,143,0.06) 1.5px, transparent 1.6px);
  background-size: 22px 22px;
}

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Top bar ---------- */
.topbar {
  background: var(--space-deep);
  color: #c3cbee; font-size: 0.85rem; padding: 6px 0;
  border-bottom: 2px solid var(--mustard);
}
.topbar .wrap { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.topbar a { color: var(--mustard); text-decoration: none; font-weight: 700; }

/* ---------- Header ---------- */
header {
  position: sticky; top: 0; z-index: 50;
  background: #ffffff;
  border-bottom: 4px solid var(--navy);
  box-shadow: 0 3px 0 var(--cherry), 0 10px 18px rgba(26,35,96,0.12);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; gap: 16px; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-text { line-height: 1.15; }
.logo-text span { font-size: 0.7rem; color: var(--muted); text-transform: uppercase; letter-spacing: 2px; font-weight: 700; }
nav.links { display: flex; gap: 8px; }
nav.links a {
  text-decoration: none; color: var(--navy); font-size: 0.95rem; font-weight: 700;
  white-space: nowrap; padding: 7px 14px; border-radius: 999px;
  transition: background 0.15s, color 0.15s;
}
nav.links a:hover { background: rgba(197,32,58,0.08); color: var(--orange-dark); }
nav.links a.active { background: var(--navy); color: var(--mustard); }
.call-btn {
  background: linear-gradient(180deg, #d93a52, var(--orange));
  color: #fff; text-decoration: none;
  padding: 10px 20px; border-radius: 999px; font-weight: 800; font-size: 0.95rem;
  white-space: nowrap; border-bottom: 4px solid var(--orange-deep);
  font-family: 'Nunito', sans-serif; letter-spacing: 0.5px;
  transition: transform 0.12s, box-shadow 0.12s;
}
.call-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 14px rgba(197,32,58,0.35); }

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(ellipse at 78% 14%, rgba(43,58,143,0.06), transparent 55%),
    #ffffff;
  color: var(--ink);
  padding: 90px 0 120px;
  position: relative;
  overflow: hidden;
}
.hero .curve {
  position: absolute; left: -5%; right: -5%; bottom: -2px; height: 80px;
  background: var(--paper);
  border-radius: 100% 100% 0 0;
  z-index: 3;
}
.hero .orbit {
  display: block; position: absolute; width: 920px; height: 430px; border-radius: 50%;
  border: 16px solid transparent;
  border-top-color: rgba(43,58,143,0.08); border-bottom-color: rgba(197,32,58,0.08);
  top: -70px; right: -240px; transform: rotate(-14deg); pointer-events: none;
}
.hero .wrap { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 48px; align-items: center; z-index: 4; }
.eyebrow {
  display: inline-block; background: rgba(197,32,58,0.06); border: 1.5px solid var(--cherry);
  color: var(--cherry);
  padding: 5px 16px; border-radius: 999px; font-size: 0.78rem; letter-spacing: 2px;
  text-transform: uppercase; margin-bottom: 20px; font-weight: 700;
}
.hero h1 { font-size: clamp(2.1rem, 4.6vw, 3.3rem); line-height: 1.12; margin-bottom: 18px; color: var(--navy); }
.hero h1 em { font-style: italic; color: var(--cherry); position: relative; }
.hero p.lead { font-size: 1.1rem; color: var(--muted); max-width: 34rem; margin-bottom: 30px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary {
  background: linear-gradient(180deg, #d93a52, var(--orange));
  color: #fff; text-decoration: none; font-weight: 800;
  padding: 15px 30px; border-radius: 999px; font-size: 1.02rem;
  display: inline-block; border-bottom: 5px solid var(--orange-deep);
  font-family: 'Nunito', sans-serif; letter-spacing: 0.8px; text-transform: uppercase;
  transition: transform 0.12s, box-shadow 0.12s;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(197,32,58,0.35); }
.btn-ghost {
  border: 2px solid var(--navy); color: var(--navy); text-decoration: none; font-weight: 700;
  padding: 15px 30px; border-radius: 999px; font-size: 1.02rem; display: inline-block;
  font-family: 'Nunito', sans-serif; letter-spacing: 0.8px; text-transform: uppercase;
  transition: background 0.15s, transform 0.12s;
}
.btn-ghost:hover { background: rgba(43,58,143,0.07); transform: translateY(-2px); }

/* Flying van */
.van-fly {
  position: absolute; top: 46px; right: 4%; width: 240px; z-index: 2;
  animation: floaty 5s ease-in-out infinite;
  filter: drop-shadow(0 16px 18px rgba(29,43,77,0.45));
  pointer-events: none;
}
@keyframes floaty { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-7px) rotate(0.5deg); } }

/* ---------- Estimate-O-Matic ---------- */
.quote-card {
  background: linear-gradient(180deg, #ffffff, #f2f5fc);
  color: var(--ink); border-radius: 22px;
  padding: 26px 28px 28px;
  border: 3px solid var(--navy);
  box-shadow: 0 8px 0 var(--navy), 0 26px 50px rgba(26,35,96,0.16);
  position: relative;
}
.quote-card .machine-top {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px;
}
.quote-card .machine-top h3 {
  color: var(--navy); font-size: 1.15rem; letter-spacing: 1px;
}
.quote-card .lights { display: flex; gap: 6px; }
.quote-card .lights i {
  width: 10px; height: 10px; border-radius: 50%; display: block;
  background: var(--cherry); box-shadow: 0 0 6px var(--cherry);
  animation: blink 1.6s infinite;
}
.quote-card .lights i:nth-child(2) { background: var(--mustard); box-shadow: 0 0 6px var(--mustard); animation-delay: 0.4s; }
.quote-card .lights i:nth-child(3) { background: var(--teal); box-shadow: 0 0 6px var(--teal); animation-delay: 0.8s; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0.25; } }
.quote-card p.sub { color: var(--muted); font-size: 0.88rem; margin-bottom: 14px; }
.quote-card label { display: block; font-size: 0.78rem; font-weight: 800; margin: 12px 0 4px; color: var(--navy); text-transform: uppercase; letter-spacing: 1.2px; }
.quote-card input, .quote-card select {
  width: 100%; padding: 11px 14px; border: 2px solid var(--navy); border-radius: 12px;
  font-size: 0.95rem; font-family: inherit; background: #fff;
  box-shadow: inset 0 2px 0 rgba(28,45,107,0.08);
}
.quote-card input:focus, .quote-card select:focus { outline: 3px solid var(--aqua); outline-offset: 1px; }
.quote-card button {
  width: 100%; margin-top: 18px; padding: 14px;
  background: linear-gradient(180deg, #5265c4, var(--teal));
  color: #fff; border: none; border-radius: 999px; font-size: 1.02rem; font-weight: 800;
  cursor: pointer; font-family: 'Nunito', sans-serif; letter-spacing: 1px; text-transform: uppercase;
  border-bottom: 5px solid var(--teal-dark);
  transition: transform 0.12s, box-shadow 0.12s;
}
.quote-card button:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(61,79,174,0.35); }
.quote-card .fine { font-size: 0.75rem; color: var(--muted); margin-top: 10px; text-align: center; }

/* ---------- Ticker ---------- */
.ticker {
  background: var(--cherry); color: var(--cream);
  overflow: hidden; white-space: nowrap;
  border-top: 3px solid var(--navy); border-bottom: 3px solid var(--navy);
  font-family: 'Nunito', sans-serif; font-weight: 800; letter-spacing: 2px; font-size: 0.92rem;
  position: relative; z-index: 4;
}
.ticker .rail { display: inline-block; padding: 10px 0; animation: tickerScroll 26s linear infinite; }
.ticker span { margin: 0 18px; }
.ticker .star { color: var(--mustard); }
@keyframes tickerScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Trust strip ---------- */
.trust { padding: 40px 0 8px; }
.trust .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trust-item { display: flex; align-items: center; gap: 12px; }
.trust-item .ico {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
  background: radial-gradient(circle at 35% 30%, #ffffff, #eef1fb 60%, #d9def0);
  border: 3px solid var(--teal); box-shadow: 0 0 0 3px rgba(61,79,174,0.16);
  display: grid; place-items: center; font-size: 1.35rem;
}
.trust-item strong { display: block; color: var(--navy); font-size: 0.97rem; line-height: 1.3; font-family: 'Nunito', sans-serif; }
.trust-item span { font-size: 0.8rem; color: var(--muted); }

/* ---------- Sections ---------- */
section { padding: 76px 0; }
.section-head { max-width: 640px; margin: 0 auto 46px; text-align: center; }
.kicker {
  color: var(--cherry); font-weight: 800; text-transform: uppercase; letter-spacing: 2.4px; font-size: 0.8rem;
}
.kicker::before { content: "✦ "; color: var(--teal); }
.kicker::after { content: " ✦"; color: var(--teal); }
.section-head h2 { color: var(--navy); font-size: clamp(1.6rem, 3vw, 2.3rem); margin: 10px 0 12px; }
.section-head p { color: var(--muted); }

/* ---------- Services ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc {
  background: var(--paper); border: 3px solid var(--navy); border-radius: 18px; padding: 26px;
  position: relative;
  box-shadow: 0 6px 0 rgba(28,45,107,0.9);
  transition: transform 0.18s, box-shadow 0.18s;
}
.svc:hover { transform: translateY(-6px) rotate(-0.5deg); box-shadow: 0 12px 0 var(--teal), 0 22px 34px rgba(61,79,174,0.22); }
.svc::after {
  content: "✦"; position: absolute; top: 12px; right: 16px; color: var(--mustard);
  font-size: 1.1rem; opacity: 0; transform: scale(0.4) rotate(-40deg); transition: all 0.25s;
}
.svc:hover::after { opacity: 1; transform: scale(1) rotate(0); }
.svc .ico {
  width: 58px; height: 58px; border-radius: 50%; font-size: 1.6rem;
  background: radial-gradient(circle at 35% 30%, #ffffff, #eef1fb 55%, #d9def0);
  border: 3px solid var(--teal);
  display: grid; place-items: center; margin-bottom: 16px;
}
.svc h3 { color: var(--navy); font-size: 1.08rem; margin-bottom: 8px; }
.svc p { font-size: 0.92rem; color: var(--muted); }
.svc a { color: var(--teal-dark); font-weight: 700; text-decoration: none; font-size: 0.9rem; }

/* ---------- Steps: mission dials ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; }
.step { text-align: center; padding: 0 12px; position: relative; }
.step .num {
  width: 72px; height: 72px; margin: 0 auto 18px; border-radius: 50%;
  background:
    repeating-conic-gradient(var(--navy) 0deg 4deg, transparent 4deg 30deg),
    radial-gradient(circle at 35% 30%, #3a4cae, var(--navy) 70%);
  color: var(--mustard); font-weight: 800; font-size: 1.5rem;
  display: grid; place-items: center; font-family: 'Nunito', sans-serif;
  border: 4px solid var(--cherry); box-shadow: 0 0 0 4px rgba(28,45,107,0.15), 0 8px 16px rgba(28,45,107,0.3);
}
.step h3 { color: var(--navy); font-size: 1.08rem; margin-bottom: 8px; }
.step p { font-size: 0.92rem; color: var(--muted); }

/* ---------- Stats band ---------- */
.stats {
  background: linear-gradient(120deg, #c5203a 0%, #8c1428 100%);
  padding: 44px 0; color: #fff; position: relative; overflow: hidden;
  border-top: 4px solid var(--navy); border-bottom: 4px solid var(--navy);
}
.stats .wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center; }
.stat .value { font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 700; font-size: clamp(2rem, 4vw, 2.9rem); line-height: 1.1; color: var(--cream); text-shadow: 2px 2px 0 #701024; }
.stat .label { font-size: 0.88rem; text-transform: uppercase; letter-spacing: 1.6px; color: #f6cdd4; font-weight: 700; margin-top: 4px; }

/* ---------- Before / After slider ---------- */
.ba {
  position: relative; max-width: 780px; margin: 0 auto; height: 340px;
  border-radius: 22px; overflow: hidden; border: 4px solid var(--navy);
  box-shadow: 0 10px 0 rgba(28,45,107,0.85), 0 26px 44px rgba(28,45,107,0.25);
  touch-action: none;
}
.ba-side { position: absolute; inset: 0; }
.ba-before {
  background: url(media/mc-3697.jpg) center 62% / cover no-repeat;
}
.ba-after {
  background: url(media/mc-3699.jpg) center 62% / cover no-repeat;
  clip-path: inset(0 50% 0 0);
}
.ba-after .spark { position: absolute; color: #fff; text-shadow: 0 0 10px #fff; animation: sparkle 1.8s ease-in-out infinite; }
@keyframes sparkle { 0%,100% { opacity: 0.25; transform: scale(0.7) rotate(0deg); } 50% { opacity: 1; transform: scale(1.15) rotate(20deg); } }
.ba-label {
  position: absolute; top: 16px; font-family: 'Nunito', sans-serif; letter-spacing: 2px;
  font-size: 0.85rem; padding: 6px 16px; border-radius: 999px; color: #fff; z-index: 2;
}
.ba-label.before { right: 16px; background: rgba(61,42,20,0.75); }
.ba-label.after { left: 16px; background: rgba(43,58,143,0.92); }
.ba-bar {
  position: absolute; top: 0; bottom: 0; width: 4px; background: var(--cream);
  left: 50%; transform: translateX(-50%); z-index: 3; box-shadow: 0 0 12px rgba(0,0,0,0.4);
}
.ba-handle {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 4;
  width: 58px; height: 58px; border-radius: 50%;
  background: linear-gradient(180deg, #d93a52, var(--orange));
  border: 4px solid var(--cream); color: #fff;
  display: grid; place-items: center; font-size: 1.3rem;
  box-shadow: 0 6px 16px rgba(0,0,0,0.4); cursor: ew-resize;
}
.ba input[type="range"] {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0; cursor: ew-resize; z-index: 5; -webkit-appearance: none;
}
.ba-hint { text-align: center; color: var(--muted); font-size: 0.9rem; margin-top: 18px; }

/* ---------- Reviews ---------- */
#reviews { background: linear-gradient(165deg, var(--navy) 0%, var(--space-deep) 90%); color: #fff; position: relative; overflow: hidden; }
#reviews .section-head h2 { color: var(--cream); }
#reviews .section-head p { color: #b9c3e8; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review {
  background: rgba(255,255,255,0.07); border: 2px solid rgba(185,196,247,0.4);
  border-radius: 18px 18px 18px 4px; padding: 26px;
  transition: transform 0.18s, border-color 0.18s;
}
.review:hover { transform: translateY(-4px); border-color: var(--aqua); }
.stars { color: var(--mustard); letter-spacing: 3px; margin-bottom: 12px; text-shadow: 0 0 8px rgba(255,255,255,0.35); }
.review p { font-size: 0.95rem; color: #e8ecfb; margin-bottom: 16px; }
.review .who { font-weight: 800; font-size: 0.9rem; color: var(--mustard); }
.review .who span { display: block; font-weight: 400; color: #93a0d6; font-size: 0.8rem; }

/* ---------- Area + contact ---------- */
.area-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.area-contact h2 { color: var(--navy); font-size: 1.8rem; margin: 8px 0 14px; }
.area-contact p { color: var(--muted); margin-bottom: 18px; }
.towns { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.towns span {
  background: var(--paper); border: 2px solid var(--teal); border-radius: 999px;
  padding: 6px 16px; font-size: 0.88rem; color: var(--teal-dark); font-weight: 700;
}
.contact-card {
  background: var(--paper); border: 3px solid var(--navy); border-radius: 20px; padding: 30px;
  box-shadow: 0 8px 0 rgba(28,45,107,0.85);
}
.contact-row { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 2px dashed var(--line); }
.contact-row:last-child { border-bottom: none; }
.contact-row .ico {
  width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
  background: radial-gradient(circle at 35% 30%, #ffffff, #eef1fb 60%, #d9def0);
  border: 3px solid var(--teal);
  display: grid; place-items: center; font-size: 1.2rem;
}
.contact-row strong { display: block; color: var(--navy); font-size: 0.95rem; font-family: 'Nunito', sans-serif; }
.contact-row a { color: var(--teal-dark); text-decoration: none; font-weight: 700; }
.contact-row span.detail { color: var(--muted); font-size: 0.9rem; }
.map-embed {
  width: 100%; height: 280px; border: 3px solid var(--navy); border-radius: 20px;
  margin-top: 8px; display: block; box-shadow: 0 8px 0 rgba(28,45,107,0.85);
}

/* ---------- CTA band ---------- */
.cta-band {
  background:
    radial-gradient(ellipse at 15% 20%, rgba(255,255,255,0.12), transparent 45%),
    linear-gradient(120deg, var(--cherry) 0%, #8c1428 100%);
  color: #fff; text-align: center; padding: 64px 0;
  border-top: 4px solid var(--navy);
  position: relative; overflow: hidden;
}
.cta-band h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 10px; text-shadow: 2px 2px 0 rgba(8,16,38,0.35); }
.cta-band p { color: #f6cdd4; margin-bottom: 26px; }
.cta-band .burst { position: absolute; color: var(--mustard); opacity: 0.6; animation: sparkle 2.4s ease-in-out infinite; font-size: 1.6rem; }

/* ---------- Footer ---------- */
footer {
  background: var(--space-deep); color: #8fa6b5; padding: 46px 0 28px; font-size: 0.88rem;
  border-top: 4px solid var(--mustard); position: relative; overflow: hidden;
}
.foot-grid { display: flex; justify-content: space-between; gap: 28px; flex-wrap: wrap; margin-bottom: 24px; position: relative; z-index: 1; }
.foot-col h4 { color: var(--mustard); font-size: 0.92rem; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
.foot-col a { display: block; color: #c3cbee; text-decoration: none; padding: 3px 0; }
.foot-col a:hover { color: var(--mustard); }
.foot-bottom { border-top: 1px solid rgba(185,196,247,0.25); padding-top: 18px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; }
footer a { color: #c3cbee; text-decoration: none; }

/* ---------- Subpages ---------- */
.page-head {
  background:
    radial-gradient(ellipse at 80% 0%, rgba(185,196,247,0.12), transparent 50%),
    linear-gradient(165deg, var(--navy) 0%, var(--navy-dark) 80%);
  color: #fff; padding: 48px 0 56px; position: relative; overflow: hidden;
}
.crumbs { font-size: 0.85rem; color: #93a0d6; margin-bottom: 14px; position: relative; z-index: 1; }
.crumbs a { color: var(--mustard); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.page-head h1 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); line-height: 1.2; position: relative; z-index: 1; text-shadow: 3px 3px 0 rgba(8,16,38,0.5); }
.page-head p.lead { color: #c3cbee; margin-top: 10px; max-width: 40rem; position: relative; z-index: 1; }
.page-head a { color: var(--mustard); }

/* ---------- FAQ: control panel ---------- */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-list details {
  background: var(--paper); border: 3px solid var(--navy); border-radius: 16px;
  margin-bottom: 14px; overflow: hidden;
  box-shadow: 0 5px 0 rgba(28,45,107,0.85);
  transition: box-shadow 0.15s;
}
.faq-list details[open] { box-shadow: 0 5px 0 var(--teal); }
.faq-list summary {
  cursor: pointer; padding: 17px 22px; font-weight: 700; color: var(--navy);
  list-style: none; display: flex; align-items: center; gap: 14px;
  font-family: 'Nunito', sans-serif; font-size: 0.98rem;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before {
  content: ""; width: 14px; height: 14px; border-radius: 50%; flex-shrink: 0;
  background: var(--cherry); box-shadow: 0 0 8px var(--cherry);
  transition: background 0.2s, box-shadow 0.2s;
}
.faq-list details[open] summary::before { background: #38c172; box-shadow: 0 0 10px #38c172; }
.faq-list summary::after { content: "▸"; margin-left: auto; color: var(--teal); font-size: 1.1rem; transition: transform 0.2s; }
.faq-list details[open] summary::after { transform: rotate(90deg); }
.faq-list details p { padding: 0 22px 18px 50px; color: var(--muted); font-size: 0.95rem; }
.faq-list details p a { color: var(--teal-dark); font-weight: 700; }

/* ---------- Case studies ---------- */
.case {
  background: var(--paper); border: 3px solid var(--navy); border-radius: 20px;
  padding: 30px; margin-bottom: 28px;
  box-shadow: 0 7px 0 rgba(28,45,107,0.85);
}
.case .tag {
  display: inline-block; background: var(--navy); color: var(--mustard); font-size: 0.75rem;
  font-weight: 700; text-transform: uppercase; letter-spacing: 1.6px;
  padding: 5px 14px; border-radius: 999px; margin-bottom: 12px;
  font-family: 'Nunito', sans-serif;
}
.case h2 { color: var(--navy); font-size: 1.3rem; margin-bottom: 16px; }
.case-cols { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.case-cols h3 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1.6px; color: var(--cherry); margin-bottom: 6px; font-family: 'Nunito', sans-serif; font-weight: 800; }
.case-cols h3::before { content: "✦ "; color: var(--teal); }
.case-cols p { font-size: 0.93rem; color: var(--muted); }
.case .result-line { margin-top: 16px; padding-top: 14px; border-top: 2px dashed var(--line); font-weight: 700; color: var(--teal-dark); font-size: 0.95rem; }

/* ---------- Sticky mobile call bar ---------- */
.sticky-call {
  display: none; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60;
  background: linear-gradient(180deg, #d93a52, var(--orange));
  color: #fff; text-align: center; text-decoration: none;
  font-weight: 800; font-size: 1.02rem; padding: 14px 16px;
  border-radius: 999px; border-bottom: 4px solid var(--orange-deep);
  font-family: 'Nunito', sans-serif; letter-spacing: 1px;
  box-shadow: 0 8px 24px rgba(8,16,38,0.4);
}
.sticky-call::before {
  content: ""; position: absolute; inset: -5px; border-radius: 999px;
  border: 2px solid var(--orange); opacity: 0; animation: ring 2s ease-out infinite;
}
@keyframes ring { 0% { opacity: 0.7; transform: scale(0.97); } 100% { opacity: 0; transform: scale(1.08); } }

/* ---------- Simple pages ---------- */
.simple-page { min-height: 58vh; display: grid; place-items: center; text-align: center; padding: 80px 24px; position: relative; overflow: hidden; }
.simple-page .big { font-size: 3.4rem; margin-bottom: 8px; display: inline-block; animation: floaty 4s ease-in-out infinite; }
.simple-page h1 { color: var(--navy); font-size: 1.9rem; margin-bottom: 12px; }
.simple-page p { color: var(--muted); max-width: 34rem; margin: 0 auto 24px; }

/* ---------- Booking portal ---------- */
.portal-wrap { max-width: 920px; margin: 0 auto; }
.signin-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  background: var(--paper); border: 3px solid var(--navy); border-radius: 999px;
  padding: 10px 22px; margin-bottom: 26px; box-shadow: 0 4px 0 rgba(28,45,107,0.85);
  font-size: 0.92rem;
}
.signin-bar strong { color: var(--navy); }
.signin-bar .bar-links { display: flex; gap: 16px; }
.signin-bar button {
  background: none; border: none; color: var(--teal-dark); font-weight: 800; cursor: pointer;
  font-family: inherit; font-size: 0.92rem; padding: 0;
}
.signin-bar button:hover { text-decoration: underline; }
.auth-tabs { display: flex; gap: 8px; margin-bottom: 16px; }
.auth-tabs button {
  flex: 1; padding: 10px; border-radius: 999px; border: 2px solid var(--navy);
  background: none; color: var(--navy); font-family: 'Nunito', sans-serif;
  font-size: 0.9rem; letter-spacing: 0.5px; cursor: pointer; text-transform: uppercase;
}
.auth-tabs button.on { background: var(--navy); color: var(--mustard); }
.portal-msg {
  display: none; margin-bottom: 16px; padding: 12px 18px; border-radius: 12px;
  font-weight: 700; font-size: 0.92rem; border: 2px solid;
}
.portal-msg.ok { display: block; background: #e2f7ef; border-color: #1d9d74; color: #116347; }
.portal-msg.err { display: block; background: #fdeaea; border-color: var(--cherry); color: #9c2334; }
.book-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: start; }
.cal-card, .book-card {
  background: var(--paper); border: 3px solid var(--navy); border-radius: 20px; padding: 24px;
  box-shadow: 0 7px 0 rgba(28,45,107,0.85);
}
.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.cal-head h3 { color: var(--navy); font-size: 1.05rem; letter-spacing: 0.5px; }
.cal-nav {
  width: 38px; height: 38px; border-radius: 50%; border: 2px solid var(--teal);
  background: none; color: var(--teal-dark); font-size: 1.1rem; cursor: pointer; font-weight: 800;
}
.cal-nav:hover { background: rgba(74,112,143,0.12); }
.cal-nav:disabled { opacity: 0.3; cursor: default; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.cal-dow { text-align: center; font-size: 0.7rem; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; padding: 4px 0; }
.cal-day {
  aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%;
  font-weight: 700; font-size: 0.92rem; border: 2px solid transparent; position: relative;
  background: none; font-family: inherit; color: var(--ink);
}
.cal-day.avail { cursor: pointer; background: rgba(74,112,143,0.12); color: var(--teal-dark); }
.cal-day.avail:hover { border-color: var(--teal); }
.cal-day.dis { color: #cdc6ad; }
.cal-day.today { border-color: var(--cherry); }
.cal-day.sel { background: var(--navy); color: var(--mustard); border-color: var(--navy); }
.cal-day.has-job::after {
  content: ""; position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%);
  width: 6px; height: 6px; border-radius: 50%; background: var(--cherry);
}
.cal-key { display: flex; gap: 16px; margin-top: 12px; font-size: 0.75rem; color: var(--muted); flex-wrap: wrap; }
.cal-key i { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 5px; }
.slot-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 6px 0 4px; }
.slot {
  padding: 9px 18px; border-radius: 999px; border: 2px solid var(--teal);
  background: none; color: var(--teal-dark); font-weight: 800; cursor: pointer;
  font-family: inherit; font-size: 0.9rem;
}
.slot:hover { background: rgba(74,112,143,0.12); }
.slot.sel { background: var(--teal); color: #fff; }
.slot.taken { border-color: var(--line); color: #cdc6ad; cursor: not-allowed; text-decoration: line-through; }
.book-card label { display: block; font-size: 0.78rem; font-weight: 800; margin: 14px 0 4px; color: var(--navy); text-transform: uppercase; letter-spacing: 1.2px; }
.book-card input, .book-card select, .book-card textarea {
  width: 100%; padding: 11px 14px; border: 2px solid var(--navy); border-radius: 12px;
  font-size: 0.95rem; font-family: inherit; background: #fff;
}
.book-card textarea { resize: vertical; min-height: 70px; }
.book-card input:focus, .book-card select:focus, .book-card textarea:focus { outline: 3px solid var(--aqua); outline-offset: 1px; }
.job-card {
  background: var(--paper); border: 3px solid var(--navy); border-radius: 18px; padding: 22px;
  box-shadow: 0 6px 0 rgba(28,45,107,0.85); margin-bottom: 18px;
  display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; align-items: center;
}
.job-card .job-when { font-family: 'Nunito', sans-serif; color: var(--navy); font-size: 1.05rem; }
.job-card .job-what { color: var(--muted); font-size: 0.92rem; margin-top: 2px; }
.job-card .job-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-small {
  padding: 9px 18px; border-radius: 999px; font-weight: 800; font-size: 0.85rem;
  cursor: pointer; font-family: 'Nunito', sans-serif; letter-spacing: 0.5px;
  border: 2px solid var(--teal); background: var(--teal); color: #fff; text-decoration: none; display: inline-block;
}
.btn-small.ghost { background: none; color: var(--teal-dark); }
.btn-small.danger { border-color: var(--cherry); background: none; color: var(--cherry); }
.btn-small:hover { transform: translateY(-1px); }
.portal-empty { text-align: center; color: var(--muted); padding: 30px 0; }
nav.links a.nav-book { background: var(--teal); color: #fff; }
nav.links a.nav-book:hover { background: var(--teal-dark); color: #fff; }

/* ---------- Mobile ---------- */
.menu-btn { display: none; background: none; border: none; font-size: 1.6rem; color: var(--navy); cursor: pointer; }
@media (max-width: 960px) {
  .logo-text { display: none; }
  nav.links { display: none; }
  .menu-btn { display: block; }
  .hero .wrap { grid-template-columns: 1fr; }
  .van-fly { width: 170px; top: 24px; right: 2%; opacity: 0.9; }
  .svc-grid, .review-grid, .steps { grid-template-columns: 1fr 1fr; }
  .trust .wrap { grid-template-columns: 1fr 1fr; }
  .area-contact { grid-template-columns: 1fr; }
  .case-cols { grid-template-columns: 1fr; gap: 14px; }
  .stats .wrap { grid-template-columns: 1fr; gap: 18px; }
  .book-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .svc-grid, .review-grid, .steps { grid-template-columns: 1fr; }
  .hero { padding: 76px 0 90px; }
  .van-fly { width: 104px; top: 6px; right: 3%; opacity: 0.85; }
  .topbar .wrap { justify-content: center; }
  .sticky-call { display: block; }
  body { padding-bottom: 66px; }
  .ba { height: 260px; }
}
nav.links.open {
  display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
  background: var(--cream); padding: 18px 24px; border-bottom: 4px solid var(--navy); gap: 10px;
}

/* ---------- Shop gauge cluster ---------- */
.stats {
  background: linear-gradient(165deg, var(--navy) 0%, var(--space-deep) 100%);
  border-top: 4px solid var(--cherry); border-bottom: 4px solid var(--cherry);
}
.gauge svg { width: min(190px, 70%); height: auto; display: block; margin: 0 auto 4px; overflow: visible; }
.gauge .needle {
  transform: rotate(0deg); transform-origin: 100px 110px;
  transition: transform 1.6s cubic-bezier(0.34, 1.2, 0.45, 1);
}
.gauge.go .needle { transform: rotate(var(--deg)); }
.stat .value small { font-family: 'Nunito', sans-serif; font-style: normal; font-weight: 800; font-size: 0.85rem; letter-spacing: 1px; color: #f6cdd4; margin-right: 4px; vertical-align: middle; }

/* ---------- Stamp-in step dials ---------- */
.step.reveal .num { opacity: 0; }
.step.reveal.in .num { animation: stampIn 0.55s cubic-bezier(0.34, 1.5, 0.64, 1) both; }
@keyframes stampIn {
  0% { transform: scale(2.1) rotate(12deg); opacity: 0; }
  60% { transform: scale(0.94) rotate(-2deg); opacity: 1; }
  100% { transform: scale(1) rotate(0deg); opacity: 1; }
}

/* ---------- Room scoper ---------- */
.scoper { display: flex; align-items: center; gap: 10px; margin-top: 4px; flex-wrap: wrap; }
.scope-btn {
  width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--navy);
  background: #fff; color: var(--navy); font-size: 1.3rem; font-weight: 800;
  cursor: pointer; line-height: 1; font-family: inherit;
}
.scope-btn:hover { background: rgba(43,58,143,0.07); }
.scope-btn:disabled { opacity: 0.3; cursor: default; }
.scope-count {
  font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 700;
  font-size: 1.45rem; color: var(--navy); min-width: 34px; text-align: center;
}
.scope-est {
  margin-left: auto; font-size: 0.85rem; font-weight: 800; color: var(--teal-dark);
  background: rgba(61,79,174,0.08); padding: 6px 14px; border-radius: 999px; white-space: nowrap;
}

/* ---------- Steam wisps ---------- */
.wisps { position: absolute; top: 148px; right: calc(4% + 96px); z-index: 1; pointer-events: none; }
.wisps i {
  position: absolute; width: 18px; height: 18px; border-radius: 50%;
  background: rgba(43,58,143,0.12); filter: blur(4px);
  animation: wisp 4.5s ease-in infinite;
}
.wisps i:nth-child(2) { left: 28px; animation-delay: 1.4s; width: 13px; height: 13px; }
.wisps i:nth-child(3) { left: -24px; animation-delay: 2.8s; width: 11px; height: 11px; }
@keyframes wisp {
  0% { transform: translateY(0) scale(0.8); opacity: 0; }
  25% { opacity: 0.9; }
  100% { transform: translateY(-72px) scale(1.7); opacity: 0; }
}

/* scoper buttons must not inherit the card's submit-button styles */
.quote-card button.scope-btn {
  width: 40px; height: 40px; margin-top: 0; padding: 0;
  background: #fff; color: var(--navy);
  border: 2px solid var(--navy); border-bottom: 2px solid var(--navy); border-radius: 50%;
  font-size: 1.3rem; font-weight: 800; font-family: inherit;
  letter-spacing: 0; text-transform: none; box-shadow: none;
}
.quote-card button.scope-btn:hover { transform: none; background: rgba(43,58,143,0.07); box-shadow: none; }
.quote-card button.scope-btn:disabled { opacity: 0.3; }

/* ---------- Media: video cards & job photos ---------- */
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 920px; margin: 0 auto; }
.video-card {
  border: 4px solid var(--navy); border-radius: 18px; overflow: hidden;
  box-shadow: 0 8px 0 rgba(43,58,143,0.85), 0 22px 40px rgba(26,35,96,0.18);
  background: var(--space-deep); position: relative;
}
.video-card video { display: block; width: 100%; height: auto; }
.video-card .vc-label {
  position: absolute; left: 12px; bottom: 12px; z-index: 2;
  background: rgba(26,35,96,0.85); color: #fff; font-size: 0.78rem; font-weight: 800;
  letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 14px; border-radius: 999px;
}
.video-card .vc-dot {
  position: absolute; right: 14px; top: 12px; z-index: 2; width: 10px; height: 10px;
  border-radius: 50%; background: var(--cherry); box-shadow: 0 0 8px var(--cherry);
  animation: blink 1.6s infinite;
}
.photo-strip { display: flex; justify-content: center; gap: 26px; flex-wrap: wrap; }
.polaroid {
  background: #fff; padding: 10px 10px 14px; border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(26,35,96,0.16); border-radius: 4px;
  transform: rotate(-2deg); transition: transform 0.2s; max-width: 300px; position: relative;
}
.polaroid:nth-child(2) { transform: rotate(1.5deg); }
.polaroid:nth-child(3) { transform: rotate(-1deg); }
.polaroid:hover { transform: rotate(0) scale(1.03); z-index: 2; }
.polaroid::before {
  content: ""; position: absolute; top: -10px; left: 50%; transform: translateX(-50%) rotate(-3deg);
  width: 84px; height: 22px; background: rgba(197,32,58,0.25); border-radius: 2px;
}
.polaroid img { display: block; width: 100%; height: 200px; object-fit: cover; border-radius: 2px; }
.polaroid .cap {
  font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 700;
  color: var(--navy); font-size: 0.92rem; text-align: center; margin-top: 10px;
}
.case-photo {
  width: 100%; height: 240px; object-fit: cover; border-radius: 12px;
  border: 3px solid var(--navy); margin-bottom: 18px; display: block;
}
@media (max-width: 720px) { .video-grid { grid-template-columns: 1fr; } }

/* ---------- Flood emergency band ---------- */
.flood-band {
  display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
  margin-top: 34px; padding: 24px 30px; border-radius: 18px; color: #fff;
  background: linear-gradient(120deg, #c5203a 0%, #8c1428 100%);
  box-shadow: 0 7px 0 rgba(101, 13, 27, 0.85);
}
.flood-band .fb-ico { font-size: 2.2rem; flex-shrink: 0; }
.flood-band .fb-text { flex: 1; min-width: 260px; }
.flood-band h3 { color: #fff; font-size: 1.25rem; margin-bottom: 4px; }
.flood-band p { font-size: 0.93rem; color: #f6cdd4; }
.flood-band .fb-btn {
  background: #fff; color: #8c1428; text-decoration: none; font-weight: 800;
  padding: 13px 26px; border-radius: 999px; font-family: 'Nunito', sans-serif;
  letter-spacing: 0.5px; text-transform: uppercase; white-space: nowrap;
  box-shadow: 0 4px 0 rgba(101, 13, 27, 0.6); transition: transform 0.12s;
}
.flood-band .fb-btn:hover { transform: translateY(-2px); }

/* ---------- About: father & son ---------- */
.about-grid { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 48px; align-items: center; }
.crew-card {
  background: var(--paper); border: 3px solid var(--navy); border-radius: 20px;
  padding: 28px; box-shadow: 0 8px 0 rgba(43,58,143,0.85); text-align: center;
}
.crew-row { padding: 12px 0; border-bottom: 2px dashed var(--line); }
.crew-row:last-of-type { border-bottom: none; }
.crew-row strong {
  display: block; font-family: Georgia, 'Times New Roman', serif; font-style: italic;
  color: var(--navy); font-size: 1.15rem;
}
.crew-row span { font-size: 0.85rem; color: var(--muted); font-weight: 700; letter-spacing: 0.5px; }
.crew-note {
  margin-top: 14px; padding: 10px 16px; border-radius: 999px;
  background: rgba(197,32,58,0.07); border: 1.5px solid var(--cherry);
  color: var(--cherry); font-weight: 800; font-size: 0.85rem;
}
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; gap: 30px; } }

/* wide rental card spans the services grid */
.svc-wide { grid-column: 1 / -1; display: flex; align-items: center; gap: 22px; }
.svc-wide .ico { margin-bottom: 0; flex-shrink: 0; }
@media (max-width: 640px) { .svc-wide { flex-direction: column; align-items: flex-start; gap: 12px; } }

/* ---------- Real-photo additions ---------- */
.crew-photo {
  width: 100%; height: 190px; object-fit: cover; border-radius: 12px;
  border: 2px solid var(--navy); margin-bottom: 14px; display: block;
}
.svc-wide img {
  width: 170px; height: 120px; object-fit: cover; object-position: top;
  border-radius: 12px; border: 2px solid var(--navy); margin-left: auto; flex-shrink: 0;
}
@media (max-width: 640px) { .svc-wide img { width: 100%; height: 160px; margin-left: 0; } }
.all-band {
  background: linear-gradient(165deg, var(--navy) 0%, var(--space-deep) 100%);
  border-radius: 20px; padding: 30px 34px; color: #fff;
  box-shadow: 0 7px 0 rgba(26,35,96,0.8); margin-bottom: 28px;
}
.all-band h2 { color: #fff; font-size: 1.4rem; margin-bottom: 8px; }
.all-band p { color: #c3cbee; font-size: 0.95rem; margin-bottom: 16px; }
.all-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.all-chips span {
  background: rgba(255,255,255,0.1); border: 1.5px solid var(--aqua);
  border-radius: 999px; padding: 7px 16px; font-size: 0.88rem; font-weight: 700; color: var(--mustard);
}
