/* Cloud 9 — design tokens taken from the live site (shadcn/Tailwind values). */
:root{
  --c9-primary:#209cee;
  --c9-primary-dark:#1789d4;
  --c9-fg:#0f1729;
  --c9-bg:#ffffff;
  --c9-alt:#f3f5f7;
  --c9-accent:#d0eafb;
  --c9-border:#e2e8f0;
  --c9-muted:#64748b;
  --c9-radius:.75rem;
  --c9-radius-btn:9999px;
  --c9-container:1152px;
  --c9-font:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --c9-shadow:0 1px 3px rgba(15,23,41,.06),0 8px 24px rgba(15,23,41,.06);
}
*,*::before,*::after{box-sizing:border-box}
/* An author `display` rule beats the browser's [hidden] rule, so anything
   the wizard hides with .hidden would otherwise stay on screen - the modal
   included. This has to win. */
[hidden]{display:none!important}
html{-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--c9-font);font-size:16px;line-height:1.65;color:var(--c9-fg);background:var(--c9-bg);-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--c9-primary);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3{line-height:1.05;font-weight:800;letter-spacing:-.02em;margin:0 0 .5em}
h1{font-size:clamp(2.4rem,6vw,4.5rem)}
h2{font-size:clamp(1.8rem,4vw,3rem)}
h3{font-size:clamp(1.25rem,2.4vw,1.5rem);font-weight:700}
p{margin:0 0 1.15em}
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}
.c9-skip{position:absolute;left:-9999px}
.c9-skip:focus{left:1rem;top:1rem;z-index:100;background:#fff;padding:.75rem 1rem;border-radius:var(--c9-radius)}
.c9-container{width:100%;max-width:var(--c9-container);margin:0 auto;padding:0 1.25rem}
.c9-narrow{max-width:820px}

/* Header — sticky, translucent, blurred, exactly as the live site */
.c9-header{position:sticky;top:0;z-index:50;width:100%;background:rgba(255,255,255,.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--c9-border)}
.c9-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:76px}
.c9-header__brand img,.custom-logo{max-height:52px;width:auto}
.c9-header__name{font-weight:800;font-size:1.15rem;color:var(--c9-fg)}
.c9-nav{display:flex;align-items:center;gap:1.75rem}
.c9-nav__list{display:flex;align-items:center;gap:1.75rem;list-style:none;margin:0;padding:0}
.c9-nav__list a{color:var(--c9-fg);font-weight:500;font-size:.95rem}
.c9-nav-toggle{display:none;background:none;border:0;padding:.5rem;cursor:pointer}
.c9-nav-toggle__bar,.c9-nav-toggle__bar::before,.c9-nav-toggle__bar::after{display:block;width:22px;height:2px;background:var(--c9-fg);border-radius:2px;content:""}
.c9-nav-toggle__bar::before{transform:translateY(-7px)}
.c9-nav-toggle__bar::after{transform:translateY(5px)}

/* Buttons */
.c9-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--c9-radius-btn);font-weight:600;font-size:1rem;padding:.85rem 1.6rem;border:1px solid transparent;cursor:pointer;transition:background .15s,color .15s,border-color .15s;text-decoration:none}
.c9-btn:hover{text-decoration:none}
.c9-btn--primary{background:var(--c9-primary);color:#fff}
.c9-btn--primary:hover{background:var(--c9-primary-dark);color:#fff}
.c9-btn--white{background:#fff;color:var(--c9-fg);border-color:var(--c9-border)}
.c9-btn--white:hover{background:#f8fafc}
.c9-btn--outline{background:transparent;color:var(--c9-fg);border-color:var(--c9-border)}
.c9-btn--outline:hover{background:var(--c9-alt)}
.c9-btn--onblue{background:#fff;color:var(--c9-primary)}
.c9-btn--ghost-onblue{background:transparent;color:#fff;border-color:rgba(255,255,255,.7)}
.c9-btn--ghost-onblue:hover{background:rgba(255,255,255,.12);color:#fff}
.c9-btn--sm{padding:.6rem 1.1rem;font-size:.9rem}
.c9-btn--lg{padding:1rem 1.9rem;font-size:1.05rem}
.c9-icon{width:1.05em;height:1.05em;flex:0 0 auto}
.c9-btn-row{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:center;margin:1.5rem 0}

/* Hero — min-h 85vh, centred stack, sky image behind */
.c9-hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:85vh;overflow:hidden;text-align:center;padding:4rem 0}
.c9-hero__media{position:absolute;inset:0;background:linear-gradient(180deg,#cfe6fa 0%,#eaf4fd 55%,#ffffff 100%);z-index:0}
.c9-hero__inner{position:relative;z-index:1}
.c9-badge{display:inline-block;background:var(--c9-accent);color:var(--c9-primary-dark);font-weight:600;font-size:.9rem;padding:.45rem 1.1rem;border-radius:var(--c9-radius-btn);margin:0 0 1.5rem}
.c9-hero__title{margin:0 0 1.25rem}
.c9-hero__title-accent{color:var(--c9-primary)}
.c9-hero__sub{font-size:clamp(1.05rem,2vw,1.25rem);color:#334155;max-width:640px;margin:0 auto 1rem}
.c9-hero__note{color:var(--c9-muted);font-size:.95rem;margin:0}

/* Sections */
.c9-section{padding:5rem 0}
.c9-section--alt{background:var(--c9-alt)}
.c9-section__title{text-align:center;margin-bottom:.5rem}
.c9-section__sub{text-align:center;color:var(--c9-muted);max-width:640px;margin:0 auto 2.5rem}
.c9-page__head{padding:4rem 0 2rem;text-align:center}
.c9-page__title{margin-bottom:.5rem}
.c9-page__sub{color:var(--c9-muted);max-width:680px;margin:0 auto}
.c9-crumbs{font-size:.9rem;color:var(--c9-muted);margin-bottom:1rem;display:flex;gap:.5rem;justify-content:center}
.c9-crumbs a{color:var(--c9-muted)}
.c9-area__headline{font-size:1.2rem;color:#334155}
.c9-note{color:var(--c9-muted);text-align:center;max-width:640px;margin:2rem auto 0}
.c9-textlink{font-weight:600}

/* Content flow — alternating bands come from the editor's own structure */
.c9-flow{padding:3rem 0}
.c9-flow>*{width:100%;max-width:820px;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}
.c9-flow>h2{margin-top:2.5rem}
.c9-flow ul{padding-left:1.25rem}
.c9-flow li{margin-bottom:.4rem}

/* Area grid */
.c9-area-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem}
.c9-area-grid a{display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:#fff;border:1px solid var(--c9-border);border-radius:var(--c9-radius);padding:1rem 1.15rem;color:var(--c9-fg);font-weight:600;transition:border-color .15s,box-shadow .15s}
.c9-area-grid a:hover{border-color:var(--c9-primary);box-shadow:var(--c9-shadow);text-decoration:none}
.c9-area-grid__fare{color:var(--c9-primary);font-weight:700;font-size:.9rem;white-space:nowrap}

/* Rate tables. margin must stay `auto` on the sides: this rule loads after
   `.c9-flow > *` and would otherwise cancel its centring, pinning the table
   to the far left while the prose around it stays centred. */
.c9-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.5rem auto;border:1px solid var(--c9-border);border-radius:var(--c9-radius);background:#fff}
.c9-rates{width:100%;border-collapse:collapse;font-size:.97rem;min-width:520px}
/* Single-destination tables (town pages) are only 2 columns - they fit a phone,
   so don't force them into the horizontal scroller the 5-column hub needs. */
.c9-rates--single{min-width:0}
@media (max-width:520px){.c9-rates--single th,.c9-rates--single td{padding:.75rem .9rem}}
.c9-rates caption{text-align:left;padding:1rem 1.15rem 0;font-weight:700}
.c9-rates th,.c9-rates td{padding:.8rem 1.15rem;text-align:left;border-bottom:1px solid var(--c9-border)}
.c9-rates thead th{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--c9-muted);font-weight:700}
.c9-rates tbody tr:last-child th,.c9-rates tbody tr:last-child td{border-bottom:0}
.c9-rates tbody th{font-weight:600}
.c9-rates td{font-variant-numeric:tabular-nums;font-weight:600}
.c9-modifiers{color:var(--c9-muted);font-size:.92rem}

/* Estimator */
.c9-estimator{background:#fff;border:1px solid var(--c9-border);border-radius:var(--c9-radius);box-shadow:var(--c9-shadow);padding:1.75rem;margin:2rem auto;max-width:820px}
.c9-est__title{font-size:1.5rem;color:var(--c9-primary);margin:0 0 .25rem}
.c9-est__sub{color:var(--c9-muted);font-size:.95rem;margin:0 0 1.5rem}
.c9-est__row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1.25rem}
.c9-est__field{flex:1 1 220px;min-width:0}
.c9-est__field label,.c9-est__legend{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.07em;color:var(--c9-muted);font-weight:700;margin-bottom:.4rem}
.c9-est__field select,.c9-form select,.c9-form input,.c9-form textarea{width:100%;font:inherit;font-size:1rem;color:var(--c9-fg);background:#fff;border:1px solid var(--c9-border);border-radius:var(--c9-radius);padding:.8rem 1rem;appearance:none}
.c9-est__field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .9rem center;background-size:1.1rem;padding-right:2.5rem}
.c9-est__arrow{color:var(--c9-muted);font-size:1.3rem;padding-bottom:.8rem}
.c9-est__pills{display:flex;flex-wrap:wrap;gap:.5rem}
.c9-pill{font:inherit;font-size:.92rem;font-weight:600;background:#fff;border:1px solid var(--c9-border);border-radius:var(--c9-radius);padding:.65rem 1rem;cursor:pointer;color:var(--c9-fg)}
.c9-pill.is-active{border-color:var(--c9-primary);background:var(--c9-accent);color:var(--c9-primary-dark)}
.c9-est__total{margin-left:auto;min-width:110px;text-align:center;font-size:1.5rem;font-weight:800;color:var(--c9-fg);background:var(--c9-alt);border-radius:var(--c9-radius);padding:.5rem 1rem;font-variant-numeric:tabular-nums}
.c9-est__addons{border:1px solid #fde68a;background:#fffbeb;border-radius:var(--c9-radius);padding:1rem 1.15rem;margin:0 0 1.25rem}
.c9-est__addons legend{font-size:.75rem;text-transform:uppercase;letter-spacing:.07em;font-weight:700;color:#92400e;padding:0 .35rem}
.c9-switch{display:inline-flex;align-items:center;gap:.6rem;margin:.35rem 1.25rem .35rem 0;cursor:pointer;font-size:.95rem}
.c9-switch input{position:absolute;opacity:0;width:1px;height:1px}
.c9-switch__track{width:38px;height:22px;border-radius:9999px;background:#cbd5e1;position:relative;transition:background .15s;flex:0 0 auto}
.c9-switch__track::after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .15s}
.c9-switch input:checked + .c9-switch__track{background:var(--c9-primary)}
.c9-switch input:checked + .c9-switch__track::after{transform:translateX(16px)}
.c9-switch input:focus-visible + .c9-switch__track{outline:2px solid var(--c9-primary);outline-offset:2px}
.c9-est__note{text-align:center;color:var(--c9-muted);font-size:.92rem;margin:0}

/* FAQ */
.c9-faq{margin:0}
.c9-faq dt{font-weight:700;margin-top:1.5rem}
.c9-faq dd{margin:.4rem 0 0;color:#334155}

/* Form */
.c9-form{max-width:820px;margin:0 auto}
.c9-form__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:0 1.25rem}
.c9-form__grid p{margin:0 0 1rem}
.c9-form__full{grid-column:1/-1}
.c9-form label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.35rem}
.c9-form label span{color:#dc2626}
.c9-form__hp{position:absolute;left:-9999px}
.c9-form__fine{color:var(--c9-muted);font-size:.92rem;margin-top:1rem}
.c9-form__msg{margin-top:1rem;font-weight:600}
.c9-form__msg.is-ok{color:#047857}
.c9-form__msg.is-err{color:#b91c1c}

/* Blue closing band */
.c9-cta-band{background:var(--c9-primary);color:#fff;padding:5rem 0;text-align:center}
.c9-cta-band h2{color:#fff}
.c9-cta-band p{color:rgba(255,255,255,.92);max-width:620px;margin:0 auto 1rem}

/* Footer */
.c9-footer{padding:3.5rem 0;text-align:center;background:#fff}
.c9-footer img,.c9-footer .custom-logo{margin:0 auto 1rem}
.c9-footer__line{color:var(--c9-muted);margin:0 0 .35rem}
.c9-footer__list{list-style:none;display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center;padding:0;margin:1.25rem 0}
.c9-footer__fine{color:#94a3b8;font-size:.85rem;margin:1rem 0 0}

@media (max-width:860px){
  .c9-nav-toggle{display:block}
  .c9-nav{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--c9-border);flex-direction:column;align-items:stretch;gap:0;padding:1rem 1.25rem 1.5rem;display:none}
  .c9-nav.is-open{display:flex}
  .c9-nav__list{flex-direction:column;align-items:stretch;gap:0}
  .c9-nav__list a{display:block;padding:.85rem 0;border-bottom:1px solid var(--c9-border)}
  .c9-nav__cta{margin-top:1rem;justify-content:center}
  .c9-section{padding:3.5rem 0}
  .c9-est__total{margin-left:0;width:100%}
  .c9-est__arrow{display:none}
}
@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}

/* Google reviews */
.c9-reviews{max-width:820px;margin:0 auto}
.c9-reviews__summary{display:flex;align-items:center;gap:.6rem;justify-content:center;font-size:1.05rem;color:#334155;margin-bottom:2rem}
.c9-reviews__list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}
.c9-review{background:#fff;border:1px solid var(--c9-border);border-radius:var(--c9-radius);padding:1.25rem 1.4rem}
.c9-review__head{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}
.c9-review__avatar{border-radius:50%;width:40px;height:40px;flex:0 0 auto}
.c9-review__author{display:block;font-weight:700;color:var(--c9-fg)}
.c9-review__when{display:block;font-size:.85rem;color:var(--c9-muted)}
.c9-review__head .c9-stars{margin-left:auto}
.c9-stars{white-space:nowrap;letter-spacing:1px}
.c9-star{color:#cbd5e1}
.c9-star.is-on{color:#f59e0b}
.c9-review__text{margin:0;font-style:normal;color:#1f2937;border:0;padding:0}
.c9-review__note{font-size:.82rem;color:var(--c9-muted);margin:.5rem 0 0}
.c9-reviews__attrib{font-size:.85rem;color:var(--c9-muted);margin-top:1.5rem;text-align:center}
.c9-reviews__empty{background:#fffbeb;border:1px solid #fde68a;border-radius:var(--c9-radius);padding:1rem 1.25rem;max-width:820px;margin:0 auto}

/* ---- Hero variants ------------------------------------------------------
   .c9-hero-blue   : pale sky gradient + stretch limo, matches the original site
   .c9-hero-sunset : Ken's photographic sunset background
   Switch in Settings > Cloud 9, or preview with ?hero=sunset / ?hero=blue     */

.c9-hero{padding-bottom:clamp(9rem,26vw,17rem)}
.c9-hero__vehicle{position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:min(1080px,94vw);z-index:0;pointer-events:none;filter:drop-shadow(0 24px 34px rgba(15,23,41,.18))}
.c9-hero__vehicle img{width:100%;height:auto}

/* Sunset variant */
body.c9-hero-sunset .c9-hero__media{background-image:var(--c9-hero-img);background-size:cover;background-position:center 62%}
body.c9-hero-sunset .c9-hero__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,12,4,.42) 0%,rgba(20,12,4,.16) 42%,rgba(20,12,4,.40) 100%)}
body.c9-hero-sunset .c9-hero__title{color:#fff;text-shadow:0 2px 26px rgba(24,12,0,.5)}
body.c9-hero-sunset .c9-hero__title-accent{color:#ffd27a}
body.c9-hero-sunset .c9-hero__sub{color:rgba(255,255,255,.96);text-shadow:0 1px 14px rgba(24,12,0,.5)}
body.c9-hero-sunset .c9-hero__note{color:rgba(255,255,255,.92);text-shadow:0 1px 12px rgba(24,12,0,.5)}
body.c9-hero-sunset .c9-badge{background:rgba(255,255,255,.92);color:#b45309}
body.c9-hero-sunset .c9-hero__vehicle{display:none}
body.c9-hero-sunset .c9-btn--white{background:#fff;color:#0f1729}

@media (max-width:860px){
  .c9-hero{padding-bottom:clamp(7rem,42vw,12rem)}
  .c9-hero__vehicle{width:118vw}
}

/* Closing CTA headline */
.c9-cta-band__title{margin-bottom:.75rem}
.c9-cta-band__line2{display:block;margin-top:.15em}

/* Ken portrait */
.c9-portrait{max-width:420px;margin:0 auto;padding:0 1.25rem}
.c9-portrait img{width:100%;height:auto;border-radius:var(--c9-radius);box-shadow:var(--c9-shadow)}
@media (min-width:900px){
  .c9-portrait{max-width:820px;padding:0 1.25rem;display:flex;justify-content:flex-start}
  .c9-portrait img{max-width:340px}
}

/* ---- Home sections (mirrors the original site's order) ---- */
.c9-center{text-align:center}
.c9-lead{font-size:1.1rem;color:#334155}
.c9-btn-row--left{justify-content:flex-start}

/* Vehicle cards */
.c9-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.c9-card{background:#fff;border:1px solid var(--c9-border);border-radius:var(--c9-radius);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--c9-shadow)}
.c9-card__media{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}
.c9-card__media--empty{background:linear-gradient(135deg,#e6f1fb,#cfe4f7)}
.c9-card__body{padding:1.4rem;display:flex;flex-direction:column;gap:.6rem;flex:1}
.c9-card__body h3{margin:0}
.c9-card__body h3 a{color:var(--c9-fg)}
.c9-card__body p{margin:0;color:#475569;flex:1}
.c9-btn--block{width:100%}

/* Why choose */
.c9-checks{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.9rem}
.c9-checks li{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid var(--c9-border);border-radius:var(--c9-radius);padding:1rem 1.15rem;font-weight:600}
.c9-check{flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:var(--c9-accent);color:var(--c9-primary-dark);display:grid;place-items:center}
.c9-check svg{width:16px;height:16px}

/* Meet Ken split */
.c9-split{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}
.c9-split__media img{width:100%;height:auto;border-radius:var(--c9-radius);box-shadow:var(--c9-shadow)}
.c9-split__body h2{margin-top:0}
@media (min-width:900px){
  .c9-split{grid-template-columns:minmax(0,380px) 1fr;gap:3rem}
}

/* Pricing page: estimator-led */
.c9-price-intro{text-align:center;max-width:680px;margin:0 auto}
.c9-price-points{list-style:none;margin:2rem auto 0;padding:0;max-width:820px;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}
.c9-price-points li{background:#fff;border:1px solid var(--c9-border);border-radius:var(--c9-radius);padding:1.1rem 1.25rem}
.c9-price-points strong{display:block;font-size:1.05rem;margin-bottom:.2rem}
.c9-price-points span{color:var(--c9-muted);font-size:.95rem}

/* Vehicle page photo */
.c9-vehicle-hero{max-width:820px;margin:0 auto;padding:0 1.25rem}
.c9-vehicle-hero img{width:100%;height:auto;border-radius:var(--c9-radius);box-shadow:var(--c9-shadow)}

/* ---- Photo gallery -------------------------------------------------
   Scroll-snap, not a JS carousel. The track is a real horizontal
   scroller, so swipe works on a phone before any script has run and
   still works if the script never runs. site.js only layers on the
   arrows, dots and counter. `scrollbar-width:none` hides the bar but
   the scrolling itself is untouched, so keyboard and screen-reader
   users keep the native behaviour. */
.c9-gallery{position:relative}
.c9-gallery__track{
  display:flex;gap:.6rem;overflow-x:auto;scroll-snap-type:x mandatory;
  scroll-behavior:smooth;-webkit-overflow-scrolling:touch;
  scrollbar-width:none;border-radius:var(--c9-radius)
}
.c9-gallery__track::-webkit-scrollbar{display:none}
.c9-gallery__track:focus-visible{outline:3px solid var(--c9-primary);outline-offset:3px}
.c9-gallery__slide{flex:0 0 100%;margin:0;scroll-snap-align:center}
.c9-gallery__slide img{
  width:100%;aspect-ratio:3/2;object-fit:cover;
  border-radius:var(--c9-radius);box-shadow:var(--c9-shadow);background:var(--c9-alt)
}
.c9-gallery--single .c9-gallery__slide{flex:0 0 100%}

/* Arrows. Hidden until the script shows them, and never shown on a
   touch-only device - a thumb is already the control there. */
.c9-gallery__nav{
  position:absolute;top:50%;transform:translateY(-50%);z-index:2;
  width:44px;height:44px;border-radius:9999px;border:1px solid var(--c9-border);
  background:rgba(255,255,255,.92);backdrop-filter:blur(6px);
  color:var(--c9-fg);font-size:1.6rem;line-height:1;cursor:pointer;
  display:none;align-items:center;justify-content:center;
  box-shadow:0 2px 10px rgba(15,23,41,.14);padding:0
}
.c9-gallery__nav:hover{background:#fff}
.c9-gallery__nav:disabled{opacity:.35;cursor:default}
.c9-gallery__nav--prev{left:.5rem}
.c9-gallery__nav--next{right:.5rem}
/* Shown on every device, not just where there is a mouse. An arrow is
   also the only VISIBLE sign that more photos exist - swipe is invisible
   until you try it. They start hidden and the script reveals them, so
   nobody gets a dead button with JS off. */
.c9-gallery__nav:not([hidden]){display:flex}

.c9-gallery__dots{display:flex;justify-content:center;gap:.4rem;margin-top:.75rem}
.c9-gallery__dot{
  width:8px;height:8px;padding:0;border:0;border-radius:9999px;
  background:var(--c9-border);cursor:pointer
}
.c9-gallery__dot[aria-current="true"]{background:var(--c9-primary);width:22px}
.c9-gallery__count{
  margin:.5rem 0 0;text-align:center;font-size:.85rem;color:var(--c9-muted)
}

/* The billboard on About Ken. */
.c9-billboard{max-width:820px;margin:1.75rem auto 2rem;padding:0 1.25rem}
.c9-billboard img{width:100%;height:auto;border-radius:var(--c9-radius);box-shadow:var(--c9-shadow)}
.c9-billboard figcaption{margin-top:.6rem;text-align:center;font-size:.9rem;color:var(--c9-muted)}

/* ---- Mobile header + button sizing (matches the original site) ---- */
.c9-header__actions{display:flex;align-items:center;gap:.6rem}
.c9-header__call{display:none}                 /* desktop uses the nav CTA */
.c9-header__call .c9-btn-label-full{display:none}

/* Logo, a touch larger */
.c9-header__brand img,.custom-logo{max-height:64px}

@media (max-width:860px){
  /* the compact Call Ken pill the original shows beside the hamburger */
  .c9-header__call{display:inline-flex}
  .c9-header__call span{font-size:.95rem}
  .c9-header__brand img,.custom-logo{max-height:52px}

  /* buttons fill the phone width instead of hugging their text */
  .c9-btn-row{flex-direction:column;align-items:stretch;gap:.75rem}
  .c9-btn-row .c9-btn{width:100%}
  .c9-hero__title{font-size:clamp(2rem,9vw,2.9rem)}
}
@media (max-width:420px){
  .c9-header__call{padding:.55rem .85rem}
  .c9-header__brand img,.custom-logo{max-height:46px}
}
@media (max-width:520px){ .c9-header__call .c9-num{display:none} }

/* ============================================================
   Quote wizard
   One question per screen. Tap targets are 44px minimum, and
   nothing before the contact step opens a keyboard on a phone.
   ============================================================ */
.c9-wiz{max-width:640px;margin:0 auto}
.c9-wiz__form{margin:0}

/* progress */
.c9-wiz__top{margin-bottom:1.25rem}
.c9-wiz__bar{height:6px;border-radius:999px;background:var(--c9-border);overflow:hidden}
.c9-wiz__bar-fill{display:block;height:100%;border-radius:999px;background:var(--c9-primary);
  transition:width .45s cubic-bezier(.22,1,.36,1)}
.c9-wiz__meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.6rem;
  font-size:.85rem;color:var(--c9-muted)}
.c9-wiz__back{background:none;border:0;padding:.35rem 0;font:inherit;font-size:.85rem;color:var(--c9-muted);
  cursor:pointer;min-height:32px}
.c9-wiz__back:hover{color:var(--c9-primary)}
.c9-wiz__count{margin-left:auto;font-variant-numeric:tabular-nums}

/* the fare: the reward */
.c9-wiz__fare{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:1rem 1.25rem;
  margin-bottom:1.25rem;border:1px solid var(--c9-border);border-radius:var(--c9-radius);
  background:var(--c9-alt);text-align:center;transition:border-color .3s,background .3s}
.c9-wiz__fare.is-live{border-color:var(--c9-primary);background:var(--c9-accent)}
.c9-wiz__fare-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.07em;font-weight:700;
  color:var(--c9-muted)}
.c9-wiz__fare-value{font-size:clamp(2rem,7vw,2.6rem);font-weight:800;line-height:1.1;
  font-variant-numeric:tabular-nums;color:var(--c9-primary)}
.c9-wiz__fare-note{font-size:.85rem;color:var(--c9-muted);max-width:34ch}

/* answered-so-far chips */
.c9-wiz__chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.1rem}
.c9-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .7rem;border-radius:999px;
  border:1px solid var(--c9-border);background:#fff;font:inherit;font-size:.8rem;color:var(--c9-muted);
  cursor:pointer;min-height:32px}
.c9-chip::after{content:"×";font-size:1rem;line-height:1;opacity:.5}
.c9-chip:hover{border-color:var(--c9-primary);color:var(--c9-primary)}

/* questions */
.c9-wiz__q{font-size:clamp(1.35rem,4.5vw,1.8rem);line-height:1.25;margin:0 0 .4rem;font-weight:800}
.c9-wiz__q:focus{outline:none}
.c9-wiz__hint{margin:0 0 1.25rem;color:var(--c9-muted);font-size:.95rem}
.c9-wiz__flag{margin:.9rem 0 0;padding:.6rem .85rem;border-radius:var(--c9-radius);
  background:#fff8e6;border:1px solid #f2d99b;font-size:.87rem;color:#7a5a12}
.c9-wiz__err{margin:.75rem 0 0;color:#b42318;font-size:.9rem;font-weight:600}
.c9-wiz__opt{font-weight:400;color:var(--c9-muted);font-size:.85em}
.c9-wiz__trust{margin:.9rem 0 0;font-size:.83rem;color:var(--c9-muted);text-align:center}
.c9-wiz__escape{margin:1.5rem 0 0;text-align:center;font-size:.88rem;color:var(--c9-muted)}

/* option cards */
.c9-wiz__grid{display:grid;gap:.6rem}
.c9-wiz__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.c9-wiz__grid--towns{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));max-height:52vh;
  overflow-y:auto;padding:2px}
/* These are the wizard's ANSWER CHIPS, not the vehicle cards - both were
   written as `.c9-card` and this block loads second, so it was quietly
   restyling every vehicle card on the site: chip padding inset the photo,
   and the chip hover put a blue border round the card. Scoped to the
   wizard form now. Anything added here stays inside the wizard. */
.c9-wiz__form .c9-card{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;width:100%;
  min-height:56px;padding:.75rem .9rem;text-align:left;font:inherit;cursor:pointer;
  border:1.5px solid var(--c9-border);border-radius:var(--c9-radius);background:#fff;
  transition:border-color .15s,box-shadow .15s,transform .08s}
.c9-wiz__form .c9-card:hover{border-color:var(--c9-primary);box-shadow:var(--c9-shadow)}
.c9-wiz__form .c9-card:active{transform:scale(.985)}
.c9-wiz__form .c9-card.is-active{border-color:var(--c9-primary);background:var(--c9-accent)}
.c9-wiz__form .c9-card__label{font-weight:700;font-size:.98rem;line-height:1.3}
.c9-wiz__form .c9-card__meta{font-size:.78rem;color:var(--c9-muted)}
.c9-wiz__form .c9-card.is-active .c9-card__meta{color:var(--c9-primary-dark)}

/* typed steps */
.c9-wiz__pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}
.c9-wiz__pair--stack{grid-template-columns:1fr}
.c9-wiz__pair p{margin:0}
.c9-wiz__pair label{display:block;font-size:.83rem;font-weight:700;margin-bottom:.3rem}
.c9-wiz__pair input,.c9-wiz__pair select,.c9-wiz__pair textarea{width:100%;min-height:48px;
  padding:.7rem .85rem;font:inherit;font-size:1rem;border:1.5px solid var(--c9-border);
  border-radius:var(--c9-radius);background:#fff;color:var(--c9-fg)}
.c9-wiz__pair textarea{min-height:88px;resize:vertical}
.c9-wiz__pair input:focus,.c9-wiz__pair select:focus,.c9-wiz__pair textarea:focus{
  outline:2px solid var(--c9-primary);outline-offset:1px;border-color:var(--c9-primary)}
.c9-wiz__next{margin-top:1.25rem;width:100%}

/* completion */
.c9-wiz__step--done{text-align:center;padding:1rem 0}
.c9-wiz__tick{width:66px;height:66px;margin:0 auto 1rem}
.c9-wiz__tick svg{width:100%;height:100%;stroke:var(--c9-primary);stroke-width:3;
  stroke-linecap:round;stroke-linejoin:round}
.c9-wiz__tick circle{stroke-dasharray:151;stroke-dashoffset:151;animation:c9-draw .5s ease forwards}
.c9-wiz__tick path{stroke-dasharray:36;stroke-dashoffset:36;animation:c9-draw .35s .4s ease forwards}
@keyframes c9-draw{to{stroke-dashoffset:0}}
.c9-wiz__done-fare{font-size:1.2rem;font-weight:800;color:var(--c9-primary);margin:0 0 .4rem}

/* modal */
.c9-modal{position:fixed;inset:0;z-index:9000;display:flex;align-items:center;justify-content:center;
  padding:1rem}
.c9-modal__scrim{position:absolute;inset:0;background:rgba(15,23,41,.55);border:0}
.c9-modal__panel{position:relative;width:100%;max-width:640px;max-height:92vh;overflow-y:auto;
  background:#fff;border-radius:var(--c9-radius);box-shadow:0 24px 64px rgba(15,23,41,.28);
  padding:1.25rem 1.35rem 1.6rem;-webkit-overflow-scrolling:touch}
.c9-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;
  margin-bottom:1rem}
.c9-modal__title{margin:0;font-size:1.05rem;font-weight:800}
.c9-modal__close{width:40px;height:40px;flex:0 0 40px;display:flex;align-items:center;
  justify-content:center;border:0;border-radius:999px;background:var(--c9-alt);font-size:1.4rem;
  line-height:1;color:var(--c9-muted);cursor:pointer}
.c9-modal__close:hover{background:var(--c9-border);color:var(--c9-fg)}
body.c9-noscroll{overflow:hidden}

@media (max-width:640px){
  .c9-wiz__grid--towns{grid-template-columns:repeat(2,minmax(0,1fr));max-height:none}
  .c9-wiz__pair{grid-template-columns:1fr}
  .c9-modal{padding:0;align-items:flex-end}
  .c9-modal__panel{max-width:none;max-height:94vh;border-radius:var(--c9-radius) var(--c9-radius) 0 0}
}
/* 390px phones keep two columns - dropping to one made the destination
   step tall enough to push the address field below the fold. */
@media (max-width:360px){
  .c9-wiz__grid--2{grid-template-columns:1fr}
}
@media (max-width:400px){
  .c9-wiz__form .c9-card{min-height:52px;padding:.7rem .8rem}
  .c9-wiz__form .c9-card__label{font-size:.94rem}
}
@media (prefers-reduced-motion:reduce){
  .c9-wiz__bar-fill{transition:none}
  .c9-wiz__tick circle,.c9-wiz__tick path{animation:none;stroke-dashoffset:0}
  .c9-wiz__form .c9-card:active{transform:none}
  .c9-gallery__track{scroll-behavior:auto}
}

/* ---- Wizard 1.6: town select, address autocomplete, skip ---- */
.c9-wiz__select{width:100%;min-height:56px;padding:.8rem 2.4rem .8rem .9rem;font:inherit;font-size:1.05rem;
  font-weight:600;color:var(--c9-fg);background:#fff;border:1.5px solid var(--c9-border);
  border-radius:var(--c9-radius);appearance:none;-webkit-appearance:none;cursor:pointer;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right .9rem center;background-size:1.1rem}
.c9-wiz__select:focus{outline:2px solid var(--c9-primary);outline-offset:1px;border-color:var(--c9-primary)}

/* address type-ahead */
.c9-wiz__addr{margin-top:1rem}
.c9-wiz__addr label{display:block;font-size:.83rem;font-weight:700;margin-bottom:.3rem}
.c9-ac{position:relative}
.c9-ac input{width:100%;min-height:48px;padding:.7rem .85rem;font:inherit;font-size:1rem;
  border:1.5px solid var(--c9-border);border-radius:var(--c9-radius);background:#fff;color:var(--c9-fg)}
.c9-ac input:focus{outline:2px solid var(--c9-primary);outline-offset:1px;border-color:var(--c9-primary)}
.c9-ac__list{position:absolute;left:0;right:0;top:calc(100% + .3rem);z-index:20;margin:0;padding:.25rem;
  list-style:none;background:#fff;border:1px solid var(--c9-border);border-radius:var(--c9-radius);
  box-shadow:var(--c9-shadow);max-height:14rem;overflow-y:auto}
.c9-ac__item{padding:.65rem .7rem;border-radius:.5rem;font-size:.95rem;cursor:pointer;line-height:1.35}
.c9-ac__item:hover,.c9-ac__item.is-active{background:var(--c9-accent);color:var(--c9-primary-dark)}

.c9-wiz__skip{display:block;width:100%;margin-top:.75rem;padding:.7rem;background:none;border:0;
  font:inherit;font-size:.92rem;color:var(--c9-muted);text-decoration:underline;cursor:pointer;min-height:44px}
.c9-wiz__skip:hover{color:var(--c9-primary)}

/* Arrivals surcharge note, shown under every fare the wizard quotes. */
.c9-wiz__fare-arrival{font-size:.78rem;color:var(--c9-muted);max-width:36ch;margin-top:.35rem;line-height:1.45}
.c9-est__surcharges{font-size:.92rem}

/* ---- Slider inside a vehicle card ---------------------------------
   Tighter than the full-page gallery: smaller arrows, no counter, dots
   pulled up over the photo so the card body starts where it did before
   and the grid keeps its rhythm. */
.c9-card__media-wrap{position:relative}
.c9-gallery--card .c9-gallery__track{gap:0;border-radius:0}
.c9-gallery--card .c9-gallery__slide img{
  border-radius:0;box-shadow:none;aspect-ratio:3/2
}
.c9-gallery--card .c9-gallery__nav{width:36px;height:36px;font-size:1.3rem}
.c9-gallery--card .c9-gallery__nav--prev{left:.4rem}
.c9-gallery--card .c9-gallery__nav--next{right:.4rem}
.c9-gallery--card .c9-gallery__count{display:none}
.c9-gallery--card .c9-gallery__dots{
  position:absolute;left:0;right:0;bottom:.5rem;margin:0;
  padding:.25rem;pointer-events:none
}
.c9-gallery--card .c9-gallery__dot{
  pointer-events:auto;background:rgba(255,255,255,.55);
  box-shadow:0 1px 3px rgba(15,23,41,.35)
}
.c9-gallery--card .c9-gallery__dot[aria-current="true"]{background:#fff}

.c9-card__more{
  display:inline-block;margin:-.35rem 0 .75rem;
  font-size:.9rem;font-weight:600
}
.c9-vehicle-index{margin-bottom:2.5rem}

/* A linked slide: the anchor has to fill the frame or the photo shrinks to
   the inline box. Arrows and dots sit above it so a tap on a control is
   never a tap on the link. */
.c9-gallery__slide a{display:block;line-height:0}
.c9-gallery__nav{z-index:3}
.c9-gallery__dots{z-index:3}
.c9-gallery--card .c9-gallery__slide a img{border-radius:0}
.c9-vehicle-cta{margin-top:2.5rem}
