/* ===========================================================================
   Denver Classic Limo — reservation form
   Adapted from the standalone reservation-form project. Every selector is
   scoped under `.rsv` so the form cannot collide with site.css; the tokens
   below re-theme it to the site's Dark + Gold palette, and section 17 at the
   bottom restyles the few places that used hard-coded light colours.

   1. Tokens      2. Reset        3. Service tabs    4. Phase tracker
   5. Panels      6. Cells        7. Pickers         8. Map & totals
   9. Fleet      10. Summary     11. Cards          12. Buttons & nav
  13. Modal      14. Misc        15. Responsive     16. Print
  17. Dark theme overrides
   ======================================================================== */

/* ---------- 1. Tokens ---------- */
.rsv {
  --paper:      #16181d;   /* panels and cards */
  --sunk:       #111317;   /* panel heads, summary sidebar */
  --sunk-2:     #22252c;   /* inactive dots, back button */
  --line:       #2c2f37;
  --line-soft:  #22252b;

  --ink:        #e6e2d9;
  --ink-strong: #f6f3ec;   /* headings and entered values */
  --ink-soft:   #b5b0a5;
  --ink-faint:  #8f897d;

  --gold:       #c9a45c;
  --gold-deep:  #e0c07f;   /* on dark, the "emphasis" gold is the lighter one */
  --gold-tint:  rgba(201,164,92,.12);
  --black:      #0b0c0e;
  --on-gold:    #14120d;

  --danger:     #ef8a80;
  --danger-tint:rgba(239,138,128,.09);

  --r-sm: 4px;
  --r-md: 8px;
  --r-lg: 14px;
  --shadow:     0 1px 3px rgba(0,0,0,.4);
  --shadow-pop: 0 22px 50px -14px rgba(0,0,0,.75), 0 2px 8px rgba(0,0,0,.4);

  --ease: cubic-bezier(.22,.61,.36,1);
  --fast: 140ms var(--ease);
  --slow: 300ms var(--ease);

  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", "Cascadia Mono", Menlo, Consolas, monospace;
}

/* ---------- 2. Reset ---------- */
.rsv *,
.rsv *::before,
.rsv *::after { box-sizing: border-box; }
.rsv { -webkit-text-size-adjust: 100%; }
.rsv {
  margin: 0;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
.rsv h1,
.rsv h2,
.rsv h3,
.rsv p,
.rsv ul,
.rsv ol,
.rsv dl,
.rsv dd,
.rsv figure { margin: 0; padding: 0; }
.rsv ul,
.rsv ol { list-style: none; }
.rsv button { font: inherit; color: inherit; }
.rsv input,
.rsv select,
.rsv textarea { font: inherit; color: inherit; }
.rsv svg { display: block; width: 100%; height: 100%; }
.rsv code { font-family: var(--mono); font-size: .92em; }

.rsv .skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--black); color: #fff; padding: 12px 18px; text-decoration: none;
}
.rsv .skip-link:focus { left: 0; }

.rsv .wrap { max-width: 1000px; margin: 0 auto; padding: 22px 20px 40px; }


/* ---------- Icon masks ----------
   Inlined as data URIs rather than linked files: CSS mask-image is subject
   to same-origin rules, so external SVG masks silently fail to paint when
   index.html is opened straight from disk (file://). The readable sources
   live in assets/icons/. */
.rsv {
  --icon-to: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20121.8%2090%22%20fill%3D%22%23000%22%3E%3Cpath%20d%3D%22M556.3%2C47.3c0%2C24.7-19%2C47.3-47.2%2C47.4c-27.8%2C0.1-47.2-22.2-47.3-47.2C461.7%2C21.7%2C482.7%2C0.3%2C508%2C0.2%20C535.1%2C0.1%2C556.2%2C20.7%2C556.3%2C47.3z%20M515.5%2C32.9c0-3.5-0.2-7%2C0.1-10.5c0.4-5.2-2.3-6.2-6.7-6.1c-4.1%2C0-6.7%2C1-6.4%2C5.9%20c0.3%2C4.8%2C0%2C9.6%2C0.1%2C14.4c0.3%2C20.4-2.8%2C14.4%2C14.5%2C27.6c5.2%2C3.9%2C6.5-0.7%2C8.9-3.2c2.9-3%2C1.8-5.7-1.5-7.2c-8.2-3.8-10.5-10.2-9-18.6%20C515.7%2C34.5%2C515.5%2C33.7%2C515.5%2C32.9z%22%2F%3E%3Cpath%20d%3D%22M46.5%2C29.5C46.5%2C29.5%2C46.5%2C29.5%2C46.5%2C29.5C36.9%2C23.4%2C28%2C17.9%2C19.2%2C12.4c-5.1-3.2-4.7-4.8%2C0.5-8.3c7.5-5%2C14.5-5.3%2C22.7-1.4%20c9.3%2C4.4%2C19.1%2C7.5%2C28.9%2C10.8c2.2%2C0.7%2C5.2%2C0.5%2C7.3-0.4c5.7-2.4%2C11.1-5.3%2C16.5-8.1c5.9-3%2C12.1-3.6%2C18.5-2.7c7.1%2C1%2C9.9%2C6%2C7.1%2C12.7%20c-2.7%2C6.4-7.3%2C11.1-13.5%2C14.2c-18.8%2C9.6-37.6%2C19.2-56.5%2C28.7c-2.1%2C1.1-4.8%2C1.4-7.2%2C1.4c-5.9%2C0.2-11.8-0.4-17.6%2C0.2%20c-5.8%2C0.5-11.4-1.9-14.9-6.6C8.4%2C49.2%2C4.8%2C46%2C1.7%2C42.6c-2.2-2.5-2.1-4.6%2C1-6.5c4.9-3%2C9.7-4.9%2C15-0.7c5.7%2C4.5%2C6.6%2C5.8%2C12.8%2C2.4%20C41.6%2C31.6%2C45.6%2C30%2C46.5%2C29.5z%22%2F%3E%3Cpath%20d%3D%22M222.4%2C26.3c-2.9-9.9-5.6-18.8-8-27.8c-0.5-1.9-0.1-4-0.1-6.1c1.9%2C0.1%2C3.8%2C0%2C5.7%2C0.2c8%2C0.5%2C12.4%2C5.3%2C15.5%2C12.4%20c3.7%2C8.5%2C8.6%2C16.5%2C12.7%2C24.9c1.5%2C3%2C3.3%2C4.6%2C6.5%2C5.4c5.6%2C1.3%2C11.5%2C2.5%2C16.7%2C4.9c4.8%2C2.2%2C9.6%2C5.4%2C13.2%2C9.2c4.8%2C5.2%2C3%2C10.8-3.6%2C13.4%20c-5.7%2C2.3-11.6%2C2.5-17.6%2C0.9c-18.1-4.9-36.2-9.7-54.2-14.8c-2.7-0.8-5.2-2.8-7.6-4.5c-1.8-1.2-3.2-2.9-4.8-4.3%20c-13.9-12.6-13.9-12.6-13-31.5c0.2-4%2C1.8-4.9%2C5.4-4.1c4.5%2C1.1%2C8.5%2C2.6%2C9.5%2C7.9c1.3%2C6.9-1.9%2C6.2%2C4.7%2C8.4%20C211.3%2C23.4%2C218%2C25.1%2C222.4%2C26.3z%22%2F%3E%3Cpath%20d%3D%22M362.8%2C85c-8-3.7-15-6.9-22-10.4c-1-0.5-1.9-2.3-1.9-3.5c-0.1-23.1-0.1-46.2-0.1-70.3c8%2C3.8%2C15.4%2C7.2%2C22.8%2C10.9%20c0.7%2C0.3%2C1.2%2C1.7%2C1.2%2C2.5C362.8%2C37.4%2C362.8%2C60.7%2C362.8%2C85z%22%2F%3E%3Cpath%20d%3D%22M369.7%2C84.9c0-15.2%2C0-29.7%2C0-44.1c0-8.3%2C0.1-16.6-0.1-25c-0.1-2.7%2C0.8-4.2%2C3.3-5.3c6.7-2.8%2C13.3-5.9%2C20.5-9.1%20c0%2C11.6%2C0%2C22.4%2C0%2C33.2c0%2C12%2C0.1%2C24-0.1%2C35.9c0%2C1.8-1.6%2C4.3-3.2%2C5.1C383.6%2C79%2C376.9%2C81.7%2C369.7%2C84.9z%22%2F%3E%3Cpath%20d%3D%22M401%2C1.9c7.1%2C3.4%2C14.2%2C6.7%2C21.1%2C10.1c0.8%2C0.4%2C1.6%2C1.8%2C1.6%2C2.7c0.1%2C23.3%2C0.1%2C46.6%2C0.1%2C70.9c-7.8-3.7-14.9-7-22-10.6%20c-0.8-0.4-1.4-2.1-1.5-3.3c-0.1-22.6%2C0-45.3%2C0-67.9C400.4%2C3.4%2C400.7%2C2.9%2C401%2C1.9z%22%2F%3E%3Cpath%20d%3D%22M238.7%2C89c-18.5%2C0-37-0.1-55.5%2C0.1c-4.6%2C0.1-5.7-1.6-5.6-5.8c0.1-3.9%2C0.7-6.2%2C5.5-6.2c37%2C0.1%2C74%2C0.1%2C111%2C0%20c4.6%2C0%2C5.6%2C1.9%2C5.6%2C6c0%2C4-0.6%2C6.1-5.4%2C6C275.7%2C88.9%2C257.2%2C89%2C238.7%2C89z%22%2F%3E%3Cpath%20d%3D%22M60.9%2C90c-18.5%2C0-37-0.2-55.5%2C0.1C0.6%2C90.2%2C0%2C88%2C0%2C84.1c0-4.1%2C1.1-6%2C5.7-6c36.8%2C0.1%2C73.6%2C0.2%2C110.4%2C0%20c4.8%2C0%2C5.9%2C1.8%2C5.9%2C6.2c0.1%2C4.7-1.6%2C5.9-6.1%2C5.8C97.5%2C89.9%2C79.2%2C90%2C60.9%2C90z%22%2F%3E%3C%2Fsvg%3E");
  --icon-from: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20122.1%2096.6%22%20fill%3D%22%23000%22%3E%3Cpath%20d%3D%22M378.7%2C54.8c0%2C24.7-19%2C47.3-47.2%2C47.4c-27.8%2C0.1-47.2-22.2-47.3-47.2c-0.1-25.8%2C20.9-47.2%2C46.2-47.3%20C357.5%2C7.7%2C378.6%2C28.3%2C378.7%2C54.8z%20M337.9%2C40.4c0-3.5-0.2-7%2C0.1-10.5c0.4-5.2-2.3-6.2-6.7-6.1c-4.1%2C0-6.7%2C1-6.4%2C5.9%20c0.3%2C4.8%2C0%2C9.6%2C0.1%2C14.4c0.3%2C20.4-2.8%2C14.4%2C14.5%2C27.6c5.2%2C3.9%2C6.5-0.7%2C8.9-3.2c2.9-3%2C1.8-5.7-1.5-7.2c-8.2-3.8-10.5-10.2-9-18.6%20C338%2C42.1%2C337.9%2C41.3%2C337.9%2C40.4z%22%2F%3E%3Cpath%20d%3D%22M44.8%2C33.9c-2.9-9.9-5.6-18.8-8-27.8c-0.5-1.9-0.1-4-0.1-6.1c1.9%2C0.1%2C3.8%2C0%2C5.7%2C0.2c8%2C0.5%2C12.4%2C5.3%2C15.5%2C12.4%20c3.7%2C8.5%2C8.6%2C16.5%2C12.7%2C24.9c1.5%2C3%2C3.3%2C4.6%2C6.5%2C5.4c5.6%2C1.3%2C11.5%2C2.5%2C16.7%2C4.9c4.8%2C2.2%2C9.6%2C5.4%2C13.2%2C9.2c4.8%2C5.2%2C3%2C10.8-3.6%2C13.4%20c-5.7%2C2.3-11.6%2C2.5-17.6%2C0.9c-18.1-4.9-36.2-9.7-54.2-14.8c-2.7-0.8-5.2-2.8-7.6-4.5c-1.8-1.2-3.2-2.9-4.8-4.3%20C5.3%2C35%2C5.3%2C35%2C6.2%2C16.1c0.2-4%2C1.8-4.9%2C5.4-4.1c4.5%2C1.1%2C8.5%2C2.6%2C9.5%2C7.9c1.3%2C6.9-1.9%2C6.2%2C4.7%2C8.4C33.7%2C30.9%2C40.4%2C32.7%2C44.8%2C33.9z%22%2F%3E%3Cpath%20d%3D%22M185.2%2C92.5c-8-3.7-15-6.9-22-10.4c-1-0.5-1.9-2.3-1.9-3.5c-0.1-23.1-0.1-46.2-0.1-70.3c8%2C3.8%2C15.4%2C7.2%2C22.8%2C10.9%20c0.7%2C0.3%2C1.2%2C1.7%2C1.2%2C2.5C185.2%2C45%2C185.2%2C68.2%2C185.2%2C92.5z%22%2F%3E%3Cpath%20d%3D%22M192.1%2C92.5c0-15.2%2C0-29.7%2C0-44.1c0-8.3%2C0.1-16.6-0.1-25c-0.1-2.7%2C0.8-4.2%2C3.3-5.3c6.7-2.8%2C13.3-5.9%2C20.5-9.1%20c0%2C11.6%2C0%2C22.4%2C0%2C33.2c0%2C12%2C0.1%2C24-0.1%2C35.9c0%2C1.8-1.6%2C4.3-3.2%2C5.1C206%2C86.5%2C199.3%2C89.3%2C192.1%2C92.5z%22%2F%3E%3Cpath%20d%3D%22M223.4%2C9.5c7.1%2C3.4%2C14.2%2C6.7%2C21.1%2C10.1c0.8%2C0.4%2C1.6%2C1.8%2C1.6%2C2.7c0.1%2C23.3%2C0.1%2C46.6%2C0.1%2C70.9c-7.8-3.7-14.9-7-22-10.6%20c-0.8-0.4-1.4-2.1-1.5-3.3c-0.1-22.6%2C0-45.3%2C0-67.9C222.8%2C10.9%2C223.1%2C10.5%2C223.4%2C9.5z%22%2F%3E%3Cpath%20d%3D%22M61.1%2C96.6c-18.5%2C0-37-0.1-55.5%2C0.1c-4.6%2C0.1-5.7-1.6-5.6-5.8c0.1-3.9%2C0.7-6.2%2C5.5-6.2c37%2C0.1%2C74%2C0.1%2C111%2C0%20c4.6%2C0%2C5.6%2C1.9%2C5.6%2C6c0%2C4-0.6%2C6.1-5.4%2C6C98.1%2C96.4%2C79.6%2C96.6%2C61.1%2C96.6z%22%2F%3E%3C%2Fsvg%3E");
  --icon-p2p: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2085%2085.6%22%20fill%3D%22%23000%22%3E%3Cpath%20d%3D%22M217.5%2C47.3c0%2C24.7-19%2C47.3-47.2%2C47.4c-27.8%2C0.1-47.2-22.2-47.3-47.2c-0.1-25.8%2C20.9-47.2%2C46.2-47.3%20C196.3%2C0.1%2C217.4%2C20.7%2C217.5%2C47.3z%20M176.7%2C32.9c0-3.5-0.2-7%2C0.1-10.5c0.4-5.2-2.3-6.2-6.7-6.1c-4.1%2C0-6.7%2C1-6.4%2C5.9%20c0.3%2C4.8%2C0%2C9.6%2C0.1%2C14.4c0.3%2C20.4-2.8%2C14.4%2C14.5%2C27.6c5.2%2C3.9%2C6.5-0.7%2C8.9-3.2c2.9-3%2C1.8-5.7-1.5-7.2c-8.2-3.8-10.5-10.2-9-18.6%20C176.8%2C34.5%2C176.7%2C33.7%2C176.7%2C32.9z%22%2F%3E%3Cpath%20d%3D%22M24%2C85c-8-3.7-15-6.9-22-10.4c-1-0.5-1.9-2.3-1.9-3.5C0%2C48%2C0%2C24.9%2C0%2C0.8C8%2C4.6%2C15.4%2C8%2C22.8%2C11.7c0.7%2C0.3%2C1.2%2C1.7%2C1.2%2C2.5%20C24%2C37.4%2C24%2C60.7%2C24%2C85z%22%2F%3E%3Cpath%20d%3D%22M30.9%2C84.9c0-15.2%2C0-29.7%2C0-44.1c0-8.3%2C0.1-16.6-0.1-25c-0.1-2.7%2C0.8-4.2%2C3.3-5.3c6.7-2.8%2C13.3-5.9%2C20.5-9.1%20c0%2C11.6%2C0%2C22.4%2C0%2C33.2c0%2C12%2C0.1%2C24-0.1%2C35.9c0%2C1.8-1.6%2C4.3-3.2%2C5.1C44.8%2C79%2C38.1%2C81.7%2C30.9%2C84.9z%22%2F%3E%3Cpath%20d%3D%22M62.2%2C1.9C69.3%2C5.3%2C76.4%2C8.6%2C83.3%2C12c0.8%2C0.4%2C1.6%2C1.8%2C1.6%2C2.7C85%2C38%2C85%2C61.3%2C85%2C85.6c-7.8-3.7-14.9-7-22-10.6%20c-0.8-0.4-1.4-2.1-1.5-3.3c-0.1-22.6%2C0-45.3%2C0-67.9C61.6%2C3.4%2C61.8%2C2.9%2C62.2%2C1.9z%22%2F%3E%3C%2Fsvg%3E");
  --icon-hourly: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2094.5%2094.7%22%20fill%3D%22%23000%22%3E%3Cpath%20d%3D%22M94.5%2C47.3c0%2C24.7-19%2C47.3-47.2%2C47.4C19.5%2C94.7%2C0.1%2C72.4%2C0%2C47.4C-0.1%2C21.7%2C20.9%2C0.3%2C46.2%2C0.2%20C73.3%2C0.1%2C94.4%2C20.7%2C94.5%2C47.3z%20M53.7%2C32.9c0-3.5-0.2-7%2C0.1-10.5c0.4-6.4-2.3-6.2-6.7-6.1c-4.1%2C0-6.3-0.5-6.4%2C5.9%20c0.3%2C4.8%2C0%2C9.6%2C0.1%2C14.4C41.1%2C57.1%2C38%2C51%2C55.3%2C64.3c5.2%2C3.9%2C6.5-0.7%2C8.9-3.2c2.9-3%2C2.4-4.4-1.5-7.2c-10.9-8.1-8.6-3.7-9-18.6%20C53.8%2C34.5%2C53.7%2C33.7%2C53.7%2C32.9z%22%2F%3E%3C%2Fsvg%3E");
  --icon-pax: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20333.6%20359.7%22%20fill%3D%22%23000%22%3E%3Cpath%20d%3D%22M148.2%2C124c-4.5-21.4-24.5-32.5-45.5-26.4c-18%2C5.2-27.6%2C22-24%2C42.6c5.4%2C31%2C10.9%2C61.9%2C16.9%2C92.8%20c2.8%2C14.3%2C11.2%2C24.6%2C25.5%2C28.6c6.4%2C1.8%2C13.4%2C1.7%2C20.1%2C1.8c25.8%2C0.2%2C51.7%2C0.1%2C77.5%2C0c3.4%2C0%2C4.9%2C1%2C6%2C4.2%20c9.1%2C24.6%2C18.3%2C49.2%2C27.6%2C73.8c4.5%2C11.9%2C12.4%2C17.9%2C24.3%2C18.1c11.2%2C0.2%2C22.3%2C0.2%2C33.5%2C0c22.1-0.4%2C28.4-23%2C20-37.6%20c-3.1-5.4-7.7-8.8-13.9-9.3c-6.6-0.6-13.3-0.8-19.9-0.7c-3.5%2C0.1-4.8-1.3-5.9-4.3c-9-24.3-18.1-48.6-27.2-72.9%20c-5.1-13.5-12.9-18.9-27.3-18.9c-21.5%2C0-69.9%2C0-69.9%2C0L148.2%2C124z%20M183.8%2C335.4c7.5-0.1%2C14.2-2%2C19-8.2c6.3-8.1%2C7.3-17.1%2C3.1-26.3%20c-4.2-9.4-12.2-13.2-22.2-13.2c-20.7%2C0-41.3-0.5-62%2C0.1c-25.7%2C0.7-45.4-16.9-50.1-40.6c-4.9-25.1-21.4-113.3-25.4-132.3%20c-3.6-17.2-23.1-24.6-37-14.1c-8.8%2C6.7-10.4%2C15.9-8.4%2C26.4c4.1%2C20.9%2C20.1%2C114.1%2C26.9%2C139c10.2%2C37.5%2C36.6%2C59.7%2C74.3%2C67%20C117.7%2C336.1%2C172.7%2C335.4%2C183.8%2C335.4z%20M142.3%2C35.6c0-19.4-14.5-35.9-34.9-35.6C86.2%2C0.3%2C72.1%2C13.9%2C71.9%2C35.4%20c-0.1%2C21.3%2C14%2C35%2C35.3%2C35.6C126.4%2C71.5%2C142.3%2C56%2C142.3%2C35.6z%22%2F%3E%3C%2Fsvg%3E");
  --icon-bags: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20399.9%20480%22%20fill%3D%22%23000%22%3E%3Cpath%20d%3D%22M80%2C128.1c0-4.2%2C0-7.7%2C0-11.1c0-30.3%2C0-60.7%2C0-91c0-15.5%2C10.3-25.8%2C25.9-25.9c17%2C0%2C34%2C0.3%2C51-0.1%20c17.6-0.4%2C27.4%2C12.5%2C27.2%2C27.3c-0.5%2C31.5-0.1%2C63-0.1%2C94.5c0%2C1.8%2C0%2C3.6%2C0%2C6.3c1.9%2C0%2C3.7%2C0%2C5.4%2C0c13.7%2C0%2C27.3%2C0%2C41%2C0%20c19.6%2C0%2C33.6%2C13.9%2C33.6%2C33.4c0%2C23%2C0%2C34%2C0%2C57c0%2C1.6%2C0%2C3.3%2C0%2C5.5c-9.3%2C0-18.2%2C0-27.1%2C0c-29.2%2C0-48.8%2C19.6-48.9%2C48.6c0%2C6.3%2C0%2C0.6%2C0%2C7.4%20c-2.2%2C0-4%2C0-5.8%2C0c-16.7%2C0-21.3%2C0-38%2C0c-23.8%2C0-40.2%2C16.3-40.2%2C40c0%2C47.8-0.1%2C95.7%2C0.1%2C143.5c0%2C5.4%2C2%2C10.8%2C3.1%2C16.5%20c-1.1%2C0-2.9%2C0-4.7%2C0c-26.7%2C0-41.3%2C0-68%2C0C13.5%2C480%2C0%2C466.5%2C0%2C445.5c0-94.7%2C0-189.3%2C0-284C0%2C142%2C13.9%2C128%2C33.5%2C128%20C48.8%2C128.1%2C64.1%2C128.1%2C80%2C128.1z%20M96.3%2C48.2c0%2C26.8%2C0%2C53.2%2C0%2C79.6c24%2C0%2C47.6%2C0%2C71.4%2C0c0-26.6%2C0-53%2C0-79.6%20C143.8%2C48.2%2C120.2%2C48.2%2C96.3%2C48.2z%20M96%2C31.8c24.4%2C0%2C47.9%2C0%2C72%2C0c0-3%2C0.2-5.8%2C0-8.6c-0.4-4.4-3-7.1-7.4-7.2c-19-0.1-37.9-0.1-56.9%2C0%20c-4.5%2C0-7.3%2C3-7.6%2C7.6C95.8%2C26.3%2C96%2C28.9%2C96%2C31.8z%22%2F%3E%3Cpath%20d%3D%22M212%2C304c0-10.5%2C0-20.4%2C0-30.4c0-15.2%2C10.4-25.6%2C25.7-25.6c17.2%2C0%2C34.3%2C0%2C51.5%2C0c16.9%2C0%2C26.8%2C10%2C26.8%2C27c0%2C9.5%2C0%2C18.9%2C0%2C29%20c2.1%2C0%2C3.9%2C0%2C5.7%2C0c20%2C0%2C40%2C0%2C60%2C0c11.9%2C0%2C18.3%2C6.6%2C18.4%2C18.6c0%2C46.3%2C0%2C92.6%2C0%2C139c0%2C11.9-6.6%2C18.4-18.5%2C18.4c-78.5%2C0-157%2C0-235.4%2C0%20c-11.2%2C0-18-6.7-18-17.9c0-47%2C0-94%2C0-141c0-10.1%2C7-17.1%2C17.2-17.1C167.2%2C304%2C189.1%2C304%2C212%2C304z%20M299.8%2C288.4c-24.3%2C0-48%2C0-71.6%2C0%20c0%2C5.3%2C0%2C10.3%2C0%2C15.3c24%2C0%2C47.7%2C0%2C71.6%2C0C299.8%2C298.5%2C299.8%2C293.6%2C299.8%2C288.4z%20M299.6%2C271.9c-0.5-5.4-2.7-7.8-7.7-7.8%20c-18.7-0.1-37.3-0.1-56%2C0c-5%2C0-7.2%2C2.5-7.7%2C7.8C252.1%2C271.9%2C275.8%2C271.9%2C299.6%2C271.9z%22%2F%3E%3C%2Fsvg%3E");
}

/* ---------- 3. Service tabs ---------- */
.rsv .services { margin-bottom: 30px; }
.rsv .services[hidden] { display: none; }
.rsv .services__inner {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 2px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.rsv .svc {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-width: 0;
  padding: 13px 14px;
  border: 0; border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font-size: 13px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: background var(--fast), color var(--fast);
}
.rsv .svc__icon {
  flex: none; width: 20px; height: 18px;
  background: var(--gold);
  transition: background var(--fast);
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center;  mask-position: center;
  -webkit-mask-size: contain;     mask-size: contain;
}
.rsv .svc__icon--to { -webkit-mask-image: var(--icon-to); mask-image: var(--icon-to); }
.rsv .svc__icon--from { -webkit-mask-image: var(--icon-from);     mask-image: var(--icon-from); }
.rsv .svc__icon--p2p { width: 16px; -webkit-mask-image: var(--icon-p2p); mask-image: var(--icon-p2p); }
.rsv .svc__icon--hourly { width: 16px; -webkit-mask-image: var(--icon-hourly); mask-image: var(--icon-hourly); }

.rsv .svc:hover { background: var(--sunk); }
.rsv .svc:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(185,160,106,.4); }
.rsv .svc.is-active { color: #fff; background: var(--black); }
.rsv .svc.is-active:hover { background: #24282c; }

/* ---------- 4. Phase tracker ---------- */
.rsv .track { margin: 0 0 30px; }
.rsv .track__list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}
.rsv .trk {
  position: relative;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  padding: 0 6px;
  text-align: center;
}
/* Connector line to the previous step */
.rsv .trk + .trk::before {
  content: "";
  position: absolute;
  top: 22px; right: 50%; left: -50%;
  height: 1px;
  background: var(--line);
}
.rsv .trk__dot {
  position: relative; z-index: 1;
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--sunk-2);
  color: var(--ink-strong);
  font-size: 15px; font-weight: 600;
  transition: background var(--slow), color var(--slow);
}
.rsv .trk__dot svg { width: 18px; height: 18px; }
.rsv .trk__label { font-size: 13px; color: var(--ink-soft); }
.rsv .trk.is-current .trk__dot { background: var(--gold); color: #fff; }
.rsv .trk.is-current .trk__label { color: var(--ink-strong); font-weight: 600; }
.rsv .trk.is-done .trk__label { color: var(--ink-soft); }
.rsv .trk:not(.is-done):not(.is-current) .trk__dot { color: var(--ink-soft); }

/* Layout columns */
.rsv .phase { animation: fade var(--slow) backwards; }
.rsv .phase[hidden] { display: none; }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .rsv .phase { animation: none; }
  .rsv * { transition-duration: 1ms !important; }
}

.rsv .cols { display: grid; gap: 22px; align-items: start; }
.rsv .cols--ride { grid-template-columns: 1fr 1fr; }
.rsv .cols--aside { grid-template-columns: 232px 1fr; }
.rsv .cols--summary { grid-template-columns: repeat(3, 1fr); }

/* ---------- 5. Panels ---------- */
.rsv .panel {
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  background: var(--paper);
}
.rsv .panel__head {
  padding: 15px 18px;
  background: var(--sunk);
  border-bottom: 1px solid var(--line);
  font-size: 13px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--ink-strong);
}
.rsv .panel__error,
.rsv .cell__error {
  font-size: 12.5px;
  color: var(--danger);
}
.rsv .panel__error {
  margin: 0;
  padding: 11px 18px;
  background: var(--danger-tint);
  border-top: 1px solid rgba(179,38,30,.2);
}
.rsv .panel__error[hidden] { display: none; }

/* ---------- 6. Cells (the table-like field grid) ---------- */
.rsv .cells__row {
  border-bottom: 1px solid var(--line);
}
.rsv .cells__row:last-child { border-bottom: 0; }
.rsv .cells__row[hidden] { display: none; }
.rsv .cells__row--2 { display: grid; grid-template-columns: 1fr 1fr; }
.rsv .cells__row--2 > .cell + .cell { border-left: 1px solid var(--line); }

.rsv .cell { position: relative; padding: 12px 18px 10px; min-width: 0; }
.rsv .cell[hidden] { display: none; }
.rsv .cell__label {
  display: block;
  font-size: 11px; font-weight: 500;
  letter-spacing: .05em; text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 4px;
}
.rsv .req { color: var(--gold); font-weight: 700; }
.rsv .req[hidden] { display: none; }

/* The little "?" marker */
.rsv .tip {
  display: inline-grid; place-items: center;
  width: 13px; height: 13px; padding: 0;
  margin-left: 3px; vertical-align: -1px;
  border: 0; border-radius: 50%;
  background: #d3d3d3; color: #fff;
  font-size: 9px; font-weight: 700; line-height: 1;
  cursor: help;
}
.rsv .tip:hover,
.rsv .tip:focus-visible { background: var(--gold); outline: none; }

.rsv .tipbox {
  position: absolute; z-index: 90;
  max-width: 250px;
  padding: 9px 12px;
  border-radius: var(--r-md);
  background: var(--black);
  color: #fff;
  font-size: 12.5px; line-height: 1.45;
  box-shadow: var(--shadow-pop);
  pointer-events: none;
}
.rsv .tipbox[hidden] { display: none; }

/* Inputs sit flush inside the cell — the cell border is the field border */
.rsv .cell input[type="text"],
.rsv .cell input[type="tel"],
.rsv .cell input[type="email"],
.rsv .cell input[type="number"],
.rsv .cell select,
.rsv .cell textarea {
  width: 100%;
  padding: 2px 0 3px;
  border: 0;
  background: transparent;
  font-size: 15px;
  color: var(--ink-strong);
  appearance: none;
}
.rsv .cell textarea { resize: vertical; min-height: 62px; line-height: 1.5; }
.rsv .cell input:focus,
.rsv .cell select:focus,
.rsv .cell textarea:focus { outline: none; }
.rsv .cell input::placeholder,
.rsv .cell textarea::placeholder { color: #b6b6b6; }
.rsv .cell:focus-within { background: #fcfaf6; }
.rsv .cell:focus-within .cell__label { color: var(--gold-deep); }
.rsv .cell input[readonly] { color: var(--ink-soft); text-overflow: ellipsis; }
.rsv .cell input[type="number"]::-webkit-outer-spin-button,
.rsv .cell input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.rsv .cell input[type="number"] { -moz-appearance: textfield; }

.rsv .cell.is-invalid { background: var(--danger-tint); }
.rsv .cell.is-invalid .cell__label { color: var(--danger); }
.rsv .cell__error { display: none; margin-top: 3px; }
.rsv .cell__error.is-shown { display: block; }
.rsv .cell__error.is-note { color: var(--gold-deep); }

/* Icon + input rows */
.rsv .cell__icon,
.rsv .cell__loc,
.rsv .cell__select,
.rsv .cell__phone { display: flex; align-items: center; gap: 8px; }
.rsv .cell__icon { flex: none; width: 15px; height: 15px; color: var(--gold); }
.rsv .picker { display: flex; align-items: center; gap: 8px; cursor: pointer; }
.rsv .picker input { cursor: pointer; }
.rsv .cell__icon--pin { color: var(--gold); }

.rsv .cell__select { position: relative; }
.rsv .cell__select select { cursor: pointer; padding-right: 22px; }
.rsv .cell__chev { position: absolute; right: 0; width: 16px; height: 16px; color: var(--ink-faint); pointer-events: none; }

.rsv .cell__dial {
  flex: none;
  font-size: 14px; color: var(--ink-soft);
  white-space: nowrap;
}

/* The + that adds a stop */
.rsv .addstop {
  position: absolute; top: 50%; right: 16px;
  width: 30px; height: 30px; margin-top: -15px; padding: 7px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--gold);
  cursor: pointer;
  transition: all var(--fast);
}
.rsv .addstop:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
.rsv .addstop:disabled { opacity: .35; cursor: not-allowed; }
.rsv .addstop:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(185,160,106,.4); }

.rsv .stop__remove {
  position: absolute; top: 50%; right: 16px;
  width: 30px; height: 30px; margin-top: -15px; padding: 8px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink-faint);
  cursor: pointer;
  transition: all var(--fast);
}
.rsv .stop__remove:hover { background: var(--danger); color: #fff; border-color: var(--danger); }

/* Section blocks inside a panel (flight details, passenger details) */
.rsv .section { border-bottom: 1px solid var(--line); }
.rsv .section[hidden] { display: none; }
.rsv .section:last-child { border-bottom: 0; }
.rsv .section__head {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 18px;
  background: var(--sunk);
  border-bottom: 1px solid var(--line);
  font-size: 12.5px; font-weight: 500;
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--ink-soft);
}
.rsv .section__check {
  flex: none; width: 17px; height: 17px;
  border: 1px solid var(--gold);
  border-radius: 3px;
  background: var(--paper) no-repeat center/11px;
  -webkit-mask: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9a06a' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.6 4.6L19 7.7'/%3E%3C/svg%3E");
}
.rsv .section .cells__row:last-child { border-bottom: 0; }

/* Checkbox that behaves like the section check */
.rsv .check { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.rsv .check input { position: absolute; opacity: 0; width: 0; height: 0; }
.rsv .check__box {
  flex: none; width: 17px; height: 17px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  background: var(--paper) no-repeat center/11px;
  transition: border-color var(--fast);
}
.rsv .check input:checked + .check__box {
  border-color: var(--gold);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9a06a' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.6 4.6L19 7.7'/%3E%3C/svg%3E");
}
.rsv .check input:focus-visible + .check__box { box-shadow: 0 0 0 3px rgba(185,160,106,.4); }
.rsv .check__text { letter-spacing: .04em; }

.rsv .capacity {
  margin: 0; padding: 10px 18px;
  border-bottom: 1px solid var(--line);
  background: var(--gold-tint);
  font-size: 12.5px; color: var(--gold-deep);
}
.rsv .capacity[hidden] { display: none; }

/* Stepper */
.rsv .stepper { display: inline-flex; align-items: center; gap: 4px; margin-top: 2px; }
.rsv .stepper__btn {
  flex: none; width: 30px; height: 30px; padding: 8px;
  border: 1px solid var(--line); border-radius: 50%;
  background: var(--paper); color: var(--ink);
  cursor: pointer; transition: all var(--fast);
}
.rsv .stepper__btn:hover:not(:disabled) { background: var(--gold); color: #fff; border-color: var(--gold); }
.rsv .stepper__btn:disabled { opacity: .3; cursor: not-allowed; }
.rsv .stepper__btn:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(185,160,106,.4); }
.rsv .stepper__value { display: inline-flex; align-items: baseline; justify-content: center; gap: 5px; min-width: 88px; }
.rsv .cell .stepper__value input[type="number"] { width: 2.4ch; text-align: right; font-size: 16px; font-weight: 600; }
.rsv .stepper__unit { font-size: 13px; color: var(--ink-faint); }

/* ---------- 7. Pickers (popovers) ---------- */
.rsv .pop {
  position: absolute; z-index: 40;
  top: calc(100% + 6px); left: 0;
  min-width: 280px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: var(--paper);
  box-shadow: var(--shadow-pop);
  animation: popIn 150ms var(--ease) backwards;
}
.rsv .pop--up { top: auto; bottom: calc(100% + 6px); }
@keyframes popIn { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }

.rsv .cal__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.rsv .cal__title { font-size: 15px; font-weight: 600; color: var(--ink-strong); }
.rsv .cal__nav {
  width: 28px; height: 28px; padding: 7px;
  border: 1px solid var(--line); border-radius: var(--r-sm);
  background: var(--paper); color: var(--ink-soft); cursor: pointer;
  transition: all var(--fast);
}
.rsv .cal__nav:hover:not(:disabled) { border-color: var(--gold); color: var(--gold); }
.rsv .cal__nav:disabled { opacity: .3; cursor: not-allowed; }
.rsv .cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.rsv .cal__dow { text-align: center; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-faint); padding: 4px 0 6px; }
.rsv .cal__day {
  height: 34px; border: 0; border-radius: var(--r-sm);
  background: transparent; font-size: 13.5px; color: var(--ink);
  cursor: pointer; transition: background var(--fast), color var(--fast);
}
.rsv .cal__day:hover:not(:disabled) { background: var(--gold-tint); }
.rsv .cal__day:disabled { color: #d0d0d0; cursor: not-allowed; }
.rsv .cal__day.is-today { box-shadow: inset 0 0 0 1px var(--line); font-weight: 600; }
.rsv .cal__day.is-selected { background: var(--gold); color: #fff; font-weight: 600; }

.rsv .times { max-height: 236px; overflow-y: auto; display: grid; gap: 1px; scrollbar-width: thin; }
.rsv .times__opt {
  text-align: left; padding: 8px 11px;
  border: 0; border-radius: var(--r-sm);
  background: transparent; font-size: 14px;
  cursor: pointer; transition: background var(--fast), color var(--fast);
}
.rsv .times__opt:hover,
.rsv .times__opt.is-active { background: var(--gold-tint); }
.rsv .times__opt.is-selected { background: var(--gold); color: #fff; font-weight: 600; }
.rsv .times__empty { padding: 14px; font-size: 13px; color: var(--ink-faint); text-align: center; }

/* ---------- 8. Map & totals ---------- */
.rsv .mapcol { display: grid; gap: 0; }
.rsv .map {
  position: relative;
  height: 292px;
  border: 1px solid var(--line);
  background: var(--sunk);
  overflow: hidden;
}
.rsv .map--sm { height: 288px; margin-bottom: 18px; }
.rsv .map__canvas { position: absolute; inset: 0; }
.rsv .map__fallback {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; padding: 26px; text-align: center;
  background:
    repeating-linear-gradient(45deg, #f7f7f5 0 12px, #f2f2ef 12px 24px);
}
.rsv .map__fallback[hidden] { display: none; }
.rsv .map__fallbackIcon { width: 34px; height: 34px; color: var(--gold); opacity: .8; }
.rsv .map__fallbackTitle { font-size: 13.5px; font-weight: 600; color: var(--ink-strong); }
.rsv .map__fallbackBody { font-size: 12px; color: var(--ink-soft); max-width: 34ch; line-height: 1.55; }
.rsv .map__expand {
  position: absolute; top: 10px; right: 10px;
  width: 32px; height: 32px; padding: 8px;
  border: 0; border-radius: 2px;
  background: #fff; color: var(--ink);
  box-shadow: 0 1px 4px rgba(0,0,0,.3);
  cursor: pointer;
}
.rsv .map__expand[hidden] { display: none; }

.rsv .totals {
  display: grid; grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line); border-top: 0;
}
.rsv .total { display: flex; align-items: center; gap: 13px; padding: 18px 20px; }
.rsv .total + .total { border-left: 1px solid var(--line); }
.rsv .total__icon { flex: none; width: 34px; height: 34px; color: var(--gold); }
.rsv .total__label {
  display: block;
  font-size: 10.5px; letter-spacing: .07em; text-transform: uppercase;
  color: var(--ink-faint);
}
.rsv .total__value { display: block; font-size: 20px; color: var(--ink-strong); margin-top: 2px; }

/* ---------- 9. Fleet ---------- */
.rsv .fleet__list { display: grid; }
.rsv .veh {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 20px; align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.rsv .veh:first-child { padding-top: 4px; }
.rsv .veh__shot { display: block; width: 100%; height: auto; }
.rsv .veh__body { min-width: 0; }
.rsv .veh__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.rsv .veh__name { font-size: 17px; font-weight: 700; color: var(--ink-strong); }
.rsv .veh__meta { display: flex; align-items: center; gap: 22px; margin-top: 26px; }

.rsv .veh__more {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 0; border: 0; background: transparent;
  font-size: 12px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--ink-soft); cursor: pointer;
}
.rsv .veh__moreDot {
  display: grid; place-items: center;
  width: 26px; height: 26px; padding: 6px;
  border: 1px solid var(--line); border-radius: 50%;
  color: var(--ink-soft);
  transition: transform var(--fast), border-color var(--fast), color var(--fast);
}
.rsv .veh__more:hover .veh__moreDot { border-color: var(--gold); color: var(--gold); }
.rsv .veh__more[aria-expanded="true"] .veh__moreDot { transform: rotate(180deg); }
.rsv .veh__info {
  margin-top: 12px;
  font-size: 13.5px; color: var(--ink-soft); line-height: 1.6;
  max-width: 60ch;
}
.rsv .veh__info[hidden] { display: none; }

.rsv .veh__caps { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.rsv .cap { display: inline-flex; align-items: center; gap: 9px; }
.rsv .cap__icon {
  flex: none; width: 26px; height: 26px;
  background: #cfcfcf;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center;  mask-position: center;
  -webkit-mask-size: contain;     mask-size: contain;
}
.rsv .cap__icon--pax { -webkit-mask-image: var(--icon-pax); mask-image: var(--icon-pax); }
.rsv .cap__icon--bags { width: 22px; -webkit-mask-image: var(--icon-bags); mask-image: var(--icon-bags); }
.rsv .cap__n {
  display: grid; place-items: center;
  min-width: 26px; height: 26px; padding: 0 6px;
  border: 1px solid var(--line); border-radius: 999px;
  font-size: 12.5px; color: var(--ink-soft);
}

.rsv .veh__select {
  flex: none;
  min-width: 108px;
  padding: 11px 22px;
  border: 0; border-radius: 999px;
  background: var(--sunk-2);
  color: var(--ink-soft);
  font-size: 12.5px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  cursor: pointer;
  transition: all var(--fast);
}
.rsv .veh__select:hover { background: #e2e2e2; color: var(--ink); }
.rsv .veh__select:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(185,160,106,.4); }
.rsv .veh.is-selected .veh__select { background: var(--gold); color: #fff; }
.rsv .veh.is-selected .veh__name { color: var(--gold-deep); }
.rsv .veh.is-selected .cap__icon { background: var(--gold); }
.rsv .fleet.is-invalid .veh__select { box-shadow: 0 0 0 1px rgba(179,38,30,.35); }

/* ---------- 10. Summary sidebar ---------- */
.rsv .summary { padding: 22px 20px; background: var(--sunk); }
.rsv .summary__title {
  font-size: 17px; font-weight: 700; color: var(--ink-strong);
  margin-bottom: 16px;
}
.rsv .summary__row { padding: 11px 0; border-top: 1px solid #e0e0e0; }
.rsv .summary__row:first-of-type { border-top: 0; padding-top: 0; }
.rsv .summary__k {
  font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--ink-faint);
}
.rsv .summary__v { font-size: 13.5px; color: var(--ink-strong); margin-top: 3px; word-break: break-word; }
.rsv .summary__pair { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

/* ---------- 11. Summary cards (phase 4) ---------- */
.rsv .sumcol { display: grid; gap: 18px; align-content: start; }
.rsv .card { padding: 20px; background: var(--sunk); }
.rsv .card__head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 12px;
  font-size: 16px; font-weight: 700; color: var(--ink-strong);
  margin-bottom: 14px;
}
.rsv .card__note { font-size: 12.5px; color: var(--ink-soft); margin-bottom: 12px; }
.rsv .card__edit {
  flex: none;
  padding: 5px 14px;
  border: 1px solid #d8d8d8; border-radius: 999px;
  background: var(--paper);
  font-size: 12px; color: var(--ink-soft);
  cursor: pointer;
  transition: all var(--fast);
}
.rsv .card__edit:hover { border-color: var(--gold); color: var(--gold-deep); }
.rsv .card__row { padding: 10px 0; border-bottom: 1px solid #e0e0e0; }
.rsv .card__row:last-child { border-bottom: 0; }
.rsv .card__pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.rsv .card__k { font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-faint); }
.rsv .card__v { font-size: 14px; color: var(--ink-strong); margin-top: 3px; word-break: break-word; }

.rsv .vehshot { display: grid; place-items: center; min-height: 120px; }
.rsv .vehshot img { max-width: 100%; height: auto; }
.rsv .vehshot:empty { display: none; }

.rsv .captcha { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.rsv .captcha__canvas {
  width: 190px; height: 55px; display: block;
  border: 1px solid var(--line); border-radius: var(--r-sm);
  background: var(--paper);
}
.rsv .captcha__reload {
  width: 34px; height: 34px; padding: 9px;
  border: 1px solid var(--line); border-radius: 50%;
  background: var(--paper); color: var(--ink-soft);
  cursor: pointer; transition: all var(--fast);
}
.rsv .captcha__reload:hover { border-color: var(--gold); color: var(--gold); }
.rsv #captchaInput {
  width: 100%; max-width: 200px;
  padding: 9px 12px;
  border: 1px solid #d8d8d8; border-radius: var(--r-sm);
  background: var(--paper);
  font-family: var(--mono); letter-spacing: .22em; text-transform: uppercase;
}
.rsv #captchaInput::placeholder { font-family: var(--sans); letter-spacing: normal; text-transform: none; }
.rsv #captchaInput:focus { outline: none; border-color: var(--gold); }
.rsv .card.is-invalid #captchaInput { border-color: var(--danger); background: var(--danger-tint); }

/* ---------- 12. Buttons & nav ---------- */
.rsv .nav { display: flex; align-items: center; gap: 12px; margin-top: 30px; }
.rsv .nav[hidden] { display: none; }
.rsv .nav__spacer { flex: 1; }

.rsv .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  padding: 14px 26px;
  border: 0; border-radius: 999px;
  font-size: 13px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  cursor: pointer;
  transition: all var(--fast);
}
.rsv .btn[hidden] { display: none; }
.rsv .btn__chev { flex: none; width: 15px; height: 15px; }
.rsv .btn:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(185,160,106,.45); }

.rsv .btn--gold { background: var(--gold); color: #fff; }
.rsv .btn--gold:hover { background: var(--gold-deep); }
.rsv .btn--gold:disabled { opacity: .6; cursor: progress; }

.rsv .btn--back { background: var(--sunk-2); color: var(--ink-soft); }
.rsv .btn--back:hover { background: #e2e2e2; color: var(--ink); }

.rsv .btn--ghost {
  background: var(--paper); color: var(--ink-soft);
  border: 1px solid #d8d8d8;
}
.rsv .btn--ghost:hover { border-color: var(--gold); color: var(--gold-deep); }

.rsv .btn__spinner { display: none; width: 14px; height: 14px; }
.rsv .btn.is-busy .btn__chev { display: none; }
.rsv .btn.is-busy .btn__spinner {
  display: block;
  border: 2px solid rgba(255,255,255,.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 700ms linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- 13. Modal ---------- */
.rsv .modal {
  width: min(430px, calc(100vw - 32px));
  padding: 0; border: 0; background: transparent; color: var(--ink);
}
.rsv .modal::backdrop { background: rgba(14,16,20,.55); backdrop-filter: blur(3px); }
.rsv .modal[open] { animation: modalIn 190ms var(--ease) backwards; }
@keyframes modalIn { from { opacity: 0; transform: translateY(12px) scale(.97); } to { opacity: 1; transform: none; } }
.rsv .modal__card { padding: 28px 26px 22px; border-radius: var(--r-lg); background: var(--paper); box-shadow: var(--shadow-pop); }
.rsv .modal__icon {
  display: block; width: 42px; height: 42px; padding: 10px; margin-bottom: 16px;
  border-radius: 50%; color: #8a6100; background: #fdf3dd;
}
.rsv .modal__title { font-size: 21px; font-weight: 700; color: var(--ink-strong); }
.rsv .modal__body { margin-top: 9px; font-size: 14px; color: var(--ink-soft); }
.rsv .modal__body strong { color: var(--ink-strong); }
.rsv .modal__actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 24px; }

/* ---------- 14. Misc ---------- */
.rsv .notice {
  padding: 13px 16px; border-radius: var(--r-md);
  font-size: 13.5px; border: 1px solid;
}
.rsv .notice--warn { color: #7a5300; background: #fff8e6; border-color: #f0dfae; }
.rsv .honeypot,
.rsv .offscreen { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.rsv .done { text-align: center; }
.rsv .done__mark {
  display: block; width: 58px; height: 58px; margin: 6px auto 18px; padding: 15px;
  border-radius: 50%; color: #fff; background: var(--gold);
}
.rsv .done__title { font-size: 26px; font-weight: 700; color: var(--ink-strong); }
.rsv .done__lede { margin-top: 8px; color: var(--ink-soft); }
.rsv .done__ref {
  display: inline-block; margin: 16px 0 22px;
  padding: 7px 16px; border: 1px dashed #d5d5d5; border-radius: 999px;
  font-size: 13px; color: var(--ink-soft);
}
.rsv .done__ref strong { font-family: var(--mono); letter-spacing: .08em; color: var(--ink-strong); }
.rsv .done__actions { display: flex; gap: 10px; justify-content: center; margin-bottom: 28px; flex-wrap: wrap; }
.rsv .done .cols { text-align: left; }

/* ---------- 15. Responsive ---------- */
@media (max-width: 940px) {
  .rsv .cols--summary { grid-template-columns: 1fr 1fr; }
  .rsv .veh { grid-template-columns: 200px 1fr; }
}

@media (max-width: 820px) {
  .rsv .cols--ride,
.rsv .cols--aside,
.rsv .cols--summary { grid-template-columns: 1fr; }
  .rsv .cols--aside .summary { order: 2; }
  .rsv .svc__label { display: none; }
  .rsv .svc { padding: 14px 10px; }
  .rsv .svc.is-active .svc__label { display: inline; }
  .rsv .svc__icon { width: 22px; height: 20px; }
  .rsv .track__label { font-size: 12px; }
}

@media (max-width: 620px) {
  /* Extra bottom padding so the sticky nav never covers the last field. */
  .rsv .wrap { padding: 14px 14px 24px; }
  .rsv .trk__label { display: none; }
  .rsv .trk__dot { width: 38px; height: 38px; font-size: 14px; }
  .rsv .trk + .trk::before { top: 19px; }
  .rsv .track { margin-bottom: 24px; }
  .rsv .cells__row--2 { grid-template-columns: 1fr; }
  .rsv .cells__row--2 > .cell + .cell { border-left: 0; border-top: 1px solid var(--line); }
  .rsv .card__pair,
.rsv .summary__pair { grid-template-columns: 1fr; gap: 0; }
  .rsv .card__pair > * + * { margin-top: 10px; }

  .rsv .veh { grid-template-columns: 1fr; gap: 10px; padding: 18px 0; }
  .rsv .veh__shot { max-width: 260px; margin: 0 auto; }
  .rsv .veh__top { flex-direction: column; align-items: stretch; gap: 12px; }
  .rsv .veh__select { width: 100%; }
  .rsv .veh__meta { margin-top: 14px; flex-wrap: wrap; gap: 14px; }
  .rsv .veh__caps { margin-left: 0; }

  /* Pickers become bottom sheets */
  .rsv .pop,
.rsv .pop.pop--up {
    position: fixed; inset: auto 0 0 0;
    min-width: 0; max-height: 78vh; overflow-y: auto;
    z-index: 60;
    padding: 22px 16px calc(18px + env(safe-area-inset-bottom, 0px));
    border-width: 1px 0 0;
    border-radius: var(--r-lg) var(--r-lg) 0 0;
    box-shadow: 0 -18px 44px -14px rgba(20,22,26,.45);
    animation: sheetIn 200ms var(--ease) backwards;
  }
  .rsv .pop::before {
    content: ""; position: absolute; top: 9px; left: 50%;
    width: 36px; height: 4px; margin-left: -18px;
    border-radius: 2px; background: #d5d5d5;
  }
  .rsv .cal__day { height: 40px; font-size: 15px; }
  .rsv .times { max-height: 46vh; }
  .rsv .times__opt { padding: 12px; font-size: 15px; }

  .rsv .nav {
    position: sticky; bottom: 0;
    margin-top: 20px;
    padding: 12px 0 calc(12px + env(safe-area-inset-bottom, 0px));
    background: var(--paper);
    border-top: 1px solid var(--line);
    box-shadow: 0 -8px 18px -16px rgba(0,0,0,.5);
  }
  .rsv .btn { flex: 1; padding: 14px 16px; }
  .rsv .btn--back { flex: 0 0 auto; }
  .rsv .modal__actions { flex-direction: column-reverse; }
  .rsv .modal__actions .btn { width: 100%; }
  .rsv .stepper__btn { width: 36px; height: 36px; padding: 10px; }
}
@keyframes sheetIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }

/* ---------- 16. Print ---------- */
@media print {
  .rsv .services,
.rsv .track,
.rsv .nav,
.rsv .done__actions,
.rsv .captcha,
.rsv .skip-link,
.rsv .card__edit,
.rsv .map__expand { display: none !important; }
  .rsv .wrap { max-width: none; padding: 0; }
  .rsv .card,
.rsv .summary { background: #fff; border: 1px solid #ddd; break-inside: avoid; }
  .rsv .cols--summary { grid-template-columns: 1fr 1fr; }
}

/* ---------- 17. Dark theme overrides ----------
   The original stylesheet hard-coded a handful of light greys and white
   text-on-gold. These rules restate only those properties for the dark site;
   layout and behaviour are untouched. */
.rsv { background: transparent; color-scheme: dark; }
.rsv .wrap { max-width: 1100px; padding: 0 0 20px; }

/* Service tabs — active tab is gold, not black-on-white */
.rsv .services__inner { background: var(--paper); border-color: var(--line); }
.rsv .svc { color: var(--ink-soft); }
.rsv .svc:hover { background: var(--sunk-2); color: var(--ink-strong); }
.rsv .svc.is-active { background: var(--gold); color: var(--on-gold); }
.rsv .svc.is-active:hover { background: var(--gold-deep); }
.rsv .svc.is-active .svc__icon { background: var(--on-gold); }

/* Phase tracker */
.rsv .trk.is-current .trk__dot { color: var(--on-gold); box-shadow: 0 0 0 6px var(--gold-tint); }
.rsv .trk.is-done .trk__dot { background: transparent; color: var(--gold); box-shadow: inset 0 0 0 1px var(--gold); }

/* Panels & cells */
.rsv .panel { border-top-width: 2px; }
.rsv .panel__error { border-top-color: rgba(239,138,128,.25); }
.rsv .tip { background: #3a3d45; color: var(--ink-strong); }
.rsv .tip:hover, .rsv .tip:focus-visible { color: var(--on-gold); }
.rsv .tipbox { background: #24272e; border: 1px solid var(--line); }
.rsv .cell:focus-within { background: rgba(201,164,92,.05); }
.rsv .cell:focus-within { box-shadow: inset 2px 0 0 var(--gold); }
.rsv .cell input::placeholder, .rsv .cell textarea::placeholder { color: #6e6a62; }
.rsv .cell select option { background: var(--paper); color: var(--ink-strong); }
.rsv .cell input:-webkit-autofill {
  -webkit-text-fill-color: var(--ink-strong);
  -webkit-box-shadow: 0 0 0 40px var(--paper) inset;
  caret-color: var(--ink-strong);
}
.rsv .addstop:hover, .rsv .stepper__btn:hover:not(:disabled) { color: var(--on-gold); }
.rsv .check__box { border-color: #4b4f58; }
.rsv .section__check, .rsv .check__box { background-color: var(--black); }

/* Pickers */
.rsv .cal__day:disabled { color: #484b52; }
.rsv .cal__day.is-selected, .rsv .times__opt.is-selected { color: var(--on-gold); }

/* Map placeholder */
.rsv .map__fallback { background: repeating-linear-gradient(45deg, #15171b 0 12px, #121418 12px 24px); }

/* Fleet — the vehicle cutouts are black on transparent, so give them a light stage */
.rsv .veh__shot, .rsv .vehshot img {
  padding: 14px 18px;
  border-radius: var(--r-md);
  background: radial-gradient(ellipse 72% 64% at 50% 58%, #ece8df 0%, #c1bbae 58%, #3a3b3f 100%);
}
.rsv .cap__icon { background: #5c5f67; }
.rsv .veh__select:hover { background: #2e3139; color: var(--ink-strong); }
.rsv .veh.is-selected .veh__select { color: var(--on-gold); }
.rsv .fleet.is-invalid .veh__select { box-shadow: 0 0 0 1px rgba(239,138,128,.55); }

/* Summary & cards */
.rsv .summary { border: 1px solid var(--line); }
.rsv .card { background: var(--paper); border: 1px solid var(--line); }
.rsv .summary__row, .rsv .card__row { border-color: var(--line); }
.rsv .card__edit { background: transparent; border-color: var(--line); }
.rsv .captcha__canvas { border-color: var(--line); }
.rsv .captcha__reload { background: transparent; }
.rsv #captchaInput { background: var(--black); border-color: var(--line); color: var(--ink-strong); }

/* Buttons */
.rsv .btn { border-radius: 2px; font-weight: 800; letter-spacing: .16em; }
.rsv .btn--gold { color: var(--on-gold); }
.rsv .btn--back:hover { background: #2e3139; color: var(--ink-strong); }
.rsv .btn--ghost { background: transparent; border-color: var(--line); }
.rsv .btn.is-busy .btn__spinner { border-color: rgba(20,18,13,.3); border-top-color: var(--on-gold); }

/* Modal, notices, confirmation */
.rsv .modal { color: var(--ink); }
.rsv .modal__card { border: 1px solid var(--line); }
.rsv .modal__icon { color: var(--gold); background: var(--gold-tint); }
.rsv .notice--warn { color: var(--gold-deep); background: var(--gold-tint); border-color: rgba(201,164,92,.35); }
.rsv .done__mark { color: var(--on-gold); }
.rsv .done__title { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(30px, 4vw, 42px); font-weight: 500; }
.rsv .done__lede { max-width: 58ch; margin: 12px auto 0; font-size: 16px; }
.rsv .done__ref { border-color: var(--line); }

@media (max-width: 620px) {
  .rsv .wrap { padding: 0 0 16px; }
  .rsv .pop::before { background: #4b4f58; }
  .rsv .nav { background: var(--black); }
}

/* Print on white paper: restore light tokens */
@media print {
  .rsv {
    --paper: #fff; --sunk: #fff; --sunk-2: #eee; --line: #ddd;
    --ink: #333; --ink-strong: #111; --ink-soft: #555; --ink-faint: #777;
    --gold-deep: #8a6d2f;
    color-scheme: light;
  }
}

/* Below 820px only the active tab shows its label; give it the room to fit
   icon + label instead of an equal quarter, which clipped the icon. */
@media (max-width: 820px) {
  .rsv .services__inner { display: flex; }
  .rsv .svc { flex: 1 1 0; }
  .rsv .svc.is-active { flex: 2.6 1 auto; }
}

/* Phone widths: the step buttons carry long labels ("Enter Contact Details",
   "Request Reservation"). Tighten the type, and let the Back button shrink to
   its arrow — its label stays available to screen readers. */
@media (max-width: 620px) {
  .rsv .btn { letter-spacing: .06em; font-size: 12.5px; gap: 8px; padding: 14px 14px; white-space: nowrap; min-width: 0; }
  .rsv .btn--back { padding: 14px 16px; }
  .rsv .btn--back #backLabel {
    position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
  }
  .rsv .nav .btn--gold { flex: 1 1 auto; }
}

/* The scoped reset above gives .rsv `margin: 0`, which overrode the site
   container's auto margins and pinned the form to the left. */
.container.rsv { margin-left: auto; margin-right: auto; }
.rsv .wrap { margin-left: auto; margin-right: auto; }
