/* ====================================================================
   Rubber Ducky's Detailing — site styles
   Blue, bubbly, friendly. Edit colors in :root below.
==================================================================== */

:root {
  --blue-900: #062a63;
  --blue-800: #073b7a;
  --blue-700: #0a52c7;
  --blue-600: #0f6ae0;
  --blue-500: #1a8cff;
  --blue-400: #4aa3ff;
  --blue-300: #85c2ff;
  --blue-100: #e8f4ff;
  --sky:      #d7ecff;
  --duck:     #ffc93c;
  --duck-dk:  #f5a623;
  --orange:   #ff8a34;
  --ink:      #0f2540;
  --muted:    #4d6584;
  --white:    #ffffff;
  --shadow:   0 12px 30px rgba(10, 82, 199, .16);
  --shadow-sm:0 6px 16px rgba(10, 82, 199, .12);
  --radius:   22px;
  --radius-sm:14px;
  --maxw:     1120px;
  --font-display: 'Anton', Impact, sans-serif;
  --font-head: 'Baloo 2', system-ui, sans-serif;
  --font-body: 'Nunito', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--blue-700); }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.section { padding: 72px 0; }
.section.tight { padding: 46px 0; }
.center { text-align: center; }

h1, h2, h3 { font-family: var(--font-head); line-height: 1.1; margin: 0 0 .4em; }
h1 { font-size: clamp(2.1rem, 6vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); font-weight: 800; color: var(--blue-800); }
h3 { font-size: 1.3rem; font-weight: 700; }
p  { margin: 0 0 1em; }
.lead { font-size: 1.18rem; color: var(--muted); }

.eyebrow {
  display: inline-block; font-family: var(--font-head); font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase; color: var(--blue-600);
  font-size: .82rem; background: var(--blue-100); padding: 6px 14px;
  border-radius: 999px; margin-bottom: 14px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5em; cursor: pointer;
  font-family: var(--font-head); font-weight: 700; font-size: 1.02rem;
  text-decoration: none; border: none; border-radius: 999px;
  padding: 14px 28px; transition: transform .12s ease, box-shadow .12s ease, background .12s;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary { background: var(--duck); color: var(--ink); box-shadow: 0 8px 0 var(--duck-dk); }
.btn-primary:hover { background: #ffd45f; transform: translateY(-2px); box-shadow: 0 10px 0 var(--duck-dk); }
.btn-blue { background: var(--blue-600); color: #fff; box-shadow: 0 8px 0 var(--blue-800); }
.btn-blue:hover { background: var(--blue-500); transform: translateY(-2px); box-shadow: 0 10px 0 var(--blue-800); }
.btn-ghost { background: rgba(255,255,255,.15); color: #fff; border: 2px solid rgba(255,255,255,.7); }
.btn-ghost:hover { background: rgba(255,255,255,.28); }
.btn-lg { padding: 18px 38px; font-size: 1.15rem; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--blue-100);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding: 12px 0;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { height: 54px; width: auto; }
.brand .wordmark { display: flex; flex-direction: column; line-height: .86; }
.brand-logo-full { height: 56px; width: auto; max-width: min(72vw, 340px); object-fit: contain; }
.brand .wm-top { font-family: var(--font-display); font-size: 1.05rem; letter-spacing: .04em; color: var(--ink); }
.brand .wm-bot { font-family: var(--font-display); font-size: 1.05rem; letter-spacing: .04em; color: var(--blue-600); }

.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  font-family: var(--font-head); font-weight: 600; text-decoration: none;
  color: var(--ink); padding: 9px 14px; border-radius: 999px; font-size: 1rem;
  transition: background .12s, color .12s;
}
.nav-links a:hover { background: var(--blue-100); color: var(--blue-700); }
.nav-links a.active { background: var(--blue-600); color: #fff; }
.nav-links a.cta { background: var(--duck); color: var(--ink); box-shadow: 0 4px 0 var(--duck-dk); }
.nav-links a.cta:hover { background: #ffd45f; }

.nav-toggle {
  display: none; background: var(--blue-600); border: none; color: #fff;
  width: 46px; height: 46px; border-radius: 12px; cursor: pointer; font-size: 1.4rem;
}

@media (max-width: 1024px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0; flex-direction: column;
    align-items: stretch; gap: 4px; background: #fff; padding: 14px 22px 22px;
    box-shadow: var(--shadow); max-height: 0; overflow: hidden; padding-top: 0; padding-bottom: 0;
    /* visibility, not just clipping: a closed menu must not be tabbable */
    visibility: hidden;
    transition: max-height .28s ease, padding .28s ease, visibility 0s linear .28s;
  }
  .nav-links.open {
    max-height: 520px; padding-top: 14px; padding-bottom: 22px;
    visibility: visible;
    transition: max-height .28s ease, padding .28s ease, visibility 0s;
  }
  .nav-links a { padding: 13px 16px; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff; text-align: center;
  background: radial-gradient(120% 120% at 50% -10%, var(--blue-400) 0%, var(--blue-600) 45%, var(--blue-800) 100%);
  padding: 84px 0 120px;
}
.hero .wrap { position: relative; z-index: 3; }
.hero h1 { color: #fff; text-shadow: 0 4px 0 rgba(6,42,99,.35); }
.hero .lead { color: #eaf4ff; max-width: 640px; margin: 0 auto 28px; }
.hero-duck { width: min(220px, 55vw); margin: 0 auto 18px; filter: drop-shadow(0 14px 18px rgba(6,42,99,.4)); animation: bob 4s ease-in-out infinite; }
.hero-logo { width: min(360px, 84vw); background: #fff; border-radius: 22px; padding: 16px 24px; margin: 0 auto 20px; box-shadow: 0 16px 34px rgba(6,42,99,.4); animation: bob 4s ease-in-out infinite; }
.splash-logo { width: min(300px, 80vw); background: #fff; border-radius: 18px; padding: 14px 20px; box-shadow: 0 12px 26px rgba(0,0,0,.3); animation: bob 2.4s ease-in-out infinite; }
.footer-logo { width: 230px; max-width: 72%; background: #fff; border-radius: 14px; padding: 10px 16px; margin-bottom: 12px; }
.social-links { display: flex; gap: 14px; flex-wrap: wrap; }
.social-links a { font-weight: 700; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

@keyframes bob { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-14px) rotate(2deg); } }

/* Wave divider at bottom of blue sections */
.wave { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 2; line-height: 0; }
.wave svg { width: 100%; height: 80px; display: block; }

/* ---------- Bubbles ---------- */
.bubbles { position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; }
.bubble {
  position: absolute; bottom: -60px; border-radius: 50%;
  background: radial-gradient(circle at 30% 28%, rgba(255,255,255,.95), rgba(255,255,255,.25) 42%, rgba(133,194,255,.15) 70%);
  border: 1px solid rgba(255,255,255,.5);
  animation: rise linear infinite;
}
@keyframes rise {
  0%   { transform: translateY(0) translateX(0) scale(.6); opacity: 0; }
  10%  { opacity: .9; }
  90%  { opacity: .8; }
  100% { transform: translateY(-115vh) translateX(var(--drift, 30px)) scale(1); opacity: 0; }
}

/* Intro splash — big burst of bubbles on first load */
#splash {
  position: fixed; inset: 0; z-index: 999; background: linear-gradient(180deg, var(--blue-500), var(--blue-800));
  display: flex; align-items: center; justify-content: center; flex-direction: column;
  transition: opacity .6s ease, visibility .6s;
}
#splash.hide { opacity: 0; visibility: hidden; }
#splash .splash-duck { width: 150px; animation: bob 2.4s ease-in-out infinite; filter: drop-shadow(0 12px 16px rgba(0,0,0,.35)); }
#splash .splash-word { font-family: var(--font-display); color: #fff; font-size: 1.8rem; letter-spacing: .06em; margin-top: 14px; }
#splash .splash-sub { color: #dbeeff; font-family: var(--font-head); font-weight: 600; }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px){ .grid-3 { grid-template-columns: 1fr; } .grid-2 { grid-template-columns: 1fr; } }

.card {
  background: #fff; border: 1px solid var(--blue-100); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-sm); transition: transform .15s, box-shadow .15s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .ico { font-size: 2.4rem; margin-bottom: 8px; }
.card h3 { color: var(--blue-800); }

.feature-list { list-style: none; padding: 0; margin: 0; }
.feature-list li { position: relative; padding: 7px 0 7px 30px; border-bottom: 1px dashed var(--blue-100); }
.feature-list li:last-child { border-bottom: 0; }
.feature-list li::before {
  content: "✓"; position: absolute; left: 0; top: 6px; color: #fff; background: var(--blue-500);
  width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-size: .8rem; font-weight: 700;
}

/* ---------- Pricing cards ---------- */
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; max-width: 820px; margin: 0 auto; }
@media (max-width: 760px){ .price-grid { grid-template-columns: 1fr; } }
.price-card { position: relative; text-align: center; }
.price-card.featured { border: 3px solid var(--duck); }
.price-card .tag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--duck); color: var(--ink); font-family: var(--font-head); font-weight: 800;
  padding: 5px 18px; border-radius: 999px; font-size: .85rem; white-space: nowrap;
}
.price-card .price { font-family: var(--font-display); font-size: 3rem; color: var(--blue-700); line-height: 1; margin: 8px 0 2px; }
.price-card .price small { font-size: .95rem; color: var(--muted); font-family: var(--font-body); display: block; }
.price-card .feature-list { text-align: left; margin: 18px 0 22px; }

.addons { max-width: 820px; margin: 40px auto 0; }
.addon-row {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: #fff; border: 1px solid var(--blue-100); border-radius: var(--radius-sm);
  padding: 16px 20px; margin-bottom: 12px; box-shadow: var(--shadow-sm);
}
.addon-row .a-name { font-family: var(--font-head); font-weight: 700; }
.addon-row .a-desc { color: var(--muted); font-size: .92rem; }
.addon-row .a-price { font-family: var(--font-display); color: var(--blue-700); font-size: 1.5rem; white-space: nowrap; }

/* ---------- Split / media ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
@media (max-width: 860px){ .split { grid-template-columns: 1fr; } }
.pill-note { background: var(--blue-100); border-left: 5px solid var(--blue-500); padding: 16px 20px; border-radius: 12px; color: var(--blue-800); }

.band { background: var(--blue-100); }
.band-dark { background: linear-gradient(135deg, var(--blue-700), var(--blue-900)); color: #fff; }
.band-dark h2 { color: #fff; }

/* ---------- Forms ---------- */
.form-card { max-width: 720px; margin: 0 auto; }
.field { margin-bottom: 18px; }
.field label { display: block; font-family: var(--font-head); font-weight: 700; margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 1rem; color: var(--ink);
  padding: 13px 15px; border: 2px solid var(--blue-100); border-radius: 12px; background: #fbfdff;
  transition: border-color .12s, box-shadow .12s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(26,140,255,.15);
}
.field textarea { min-height: 110px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 620px){ .field-row { grid-template-columns: 1fr; } }
.help { font-size: .86rem; color: var(--muted); margin-top: 4px; }

.choice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 14px; margin-bottom: 8px; }
@media (max-width: 620px){ .choice-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 400px){ .choice-grid { grid-template-columns: 1fr; } }
.choice {
  cursor: pointer; border: 2px solid var(--blue-100); border-radius: var(--radius-sm);
  padding: 20px 16px; text-align: center; background: #fff; transition: all .14s;
}
.choice:hover { border-color: var(--blue-400); }
.choice.selected { border-color: var(--blue-500); background: var(--blue-100); box-shadow: var(--shadow-sm); }
.choice .ico { font-size: 2.4rem; line-height: 1; }
.choice .ico svg { display: block; margin: 0 auto; color: var(--blue-400); transition: color .14s; }
.choice:hover .ico svg { color: var(--blue-500); }
.choice.selected .ico svg { color: var(--blue-700); }
.choice h3 { margin: 6px 0 2px; }
.choice p { margin: 0; color: var(--muted); font-size: .9rem; }

.alert { padding: 16px 20px; border-radius: 12px; margin-bottom: 18px; font-weight: 600; }
.alert-ok { background: #e5f8ee; color: #14663a; border: 1px solid #9fdcbb; }
.alert-info { background: var(--blue-100); color: var(--blue-800); border: 1px solid var(--blue-300); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
@media (max-width: 860px){ .contact-grid { grid-template-columns: 1fr; } }
.info-row { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.info-row .ico { font-size: 1.5rem; background: var(--blue-100); width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; flex: none; }
/* phone / email are the two most-tapped things on the contact page,
   so give them a full finger-sized target */
.info-row a {
  color: var(--blue-700); font-weight: 700; text-decoration: none;
  display: inline-flex; align-items: center; min-height: 44px; padding: 2px 0;
}
.map-embed { border: 0; width: 100%; height: 340px; border-radius: var(--radius); box-shadow: var(--shadow-sm); }

/* ---------- Footer ---------- */
.site-footer { background: var(--blue-900); color: #cfe2ff; padding: 48px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; }
@media (max-width: 760px){ .footer-grid { grid-template-columns: 1fr; } }
.site-footer h4 { font-family: var(--font-head); color: #fff; margin: 0 0 12px; }
.site-footer a { color: #cfe2ff; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-brand img { width: 54px; }
.footer-brand .fb-name { font-family: var(--font-display); font-size: 1.3rem; color: #fff; line-height: .9; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); margin-top: 34px; padding-top: 18px; font-size: .86rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.footer-bottom a.admin-link { opacity: .6; }

/* ---------- Admin ---------- */
.admin-shell { max-width: 900px; margin: 0 auto; }
.admin-gate { max-width: 420px; margin: 60px auto; text-align: center; }
.admin-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.admin-tab { font-family: var(--font-head); font-weight: 700; cursor: pointer; padding: 10px 18px; border-radius: 999px; border: 2px solid var(--blue-100); background: #fff; }
.admin-tab.active { background: var(--blue-600); color: #fff; border-color: var(--blue-600); }
.admin-panel { display: none; }
.admin-panel.active { display: block; }
.price-edit-row { display: grid; grid-template-columns: 1fr 130px; gap: 14px; align-items: center; margin-bottom: 12px; }
.price-edit-row label { font-family: var(--font-head); font-weight: 700; }
.booking-item { border: 1px solid var(--blue-100); border-radius: 12px; padding: 16px; margin-bottom: 12px; background: #fff; }
.booking-item .b-top { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.booking-item .badge { font-family: var(--font-head); font-size: .78rem; font-weight: 700; padding: 3px 12px; border-radius: 999px; }
.badge.detailing { background: var(--blue-100); color: var(--blue-800); }
.badge.fleet { background: #fff0dd; color: #9a5a12; }
.table-scroll { overflow-x: auto; }

/* ---------- Gallery ---------- */
.gtabs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 26px; }
.gtab { font-family: var(--font-head); font-weight: 700; cursor: pointer; padding: 10px 20px; border-radius: 999px; border: 2px solid var(--blue-100); background: #fff; color: var(--ink); transition: all .12s; }
.gtab:hover { border-color: var(--blue-400); }
.gtab.active { background: var(--blue-600); color: #fff; border-color: var(--blue-600); }
.gcount { background: rgba(255,255,255,.35); border-radius: 999px; padding: 0 7px; font-size: .78rem; margin-left: 2px; }
.gtab:not(.active) .gcount { background: var(--blue-100); color: var(--blue-700); }
.ggrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 14px; }
.gcell { position: relative; aspect-ratio: 4/3; border: none; border-radius: 16px; background-size: cover; background-position: center; cursor: pointer; box-shadow: var(--shadow-sm); overflow: hidden; transition: transform .15s, box-shadow .15s; }
.gcell:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.gcell::after { content: "🔍"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; background: rgba(10,82,199,.35); opacity: 0; transition: opacity .15s; }
.gcell:hover::after { opacity: 1; }
.gcap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; background: linear-gradient(transparent, rgba(6,42,99,.8)); color: #fff; font-size: .82rem; font-weight: 700; padding: 18px 10px 8px; text-align: left; }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(6,20,45,.92); display: flex; align-items: center; justify-content: center; padding: 20px; }
.lb-fig { margin: 0; max-width: 92vw; max-height: 88vh; text-align: center; }
.lb-fig img { max-width: 92vw; max-height: 80vh; border-radius: 12px; box-shadow: 0 20px 50px rgba(0,0,0,.5); }
.lb-fig figcaption { color: #dbeeff; font-weight: 700; margin-top: 12px; }
.lb-close { position: absolute; top: 18px; right: 22px; background: rgba(255,255,255,.15); color: #fff; border: none; width: 46px; height: 46px; border-radius: 50%; font-size: 1.3rem; cursor: pointer; }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.15); color: #fff; border: none; width: 54px; height: 54px; border-radius: 50%; font-size: 2rem; cursor: pointer; }
.lb-prev { left: 16px; } .lb-next { right: 16px; }
.lb-close:hover, .lb-nav:hover { background: rgba(255,255,255,.3); }
@media (max-width: 560px){ .lb-nav { width: 42px; height: 42px; font-size: 1.5rem; } }

/* ====================================================================
   Catalog-driven package cards (rendered by rdaRenderPackages)
==================================================================== */
.pkg-grid {
  display: grid; gap: 26px; align-items: stretch;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.pkg-grid .pkg-card {
  display: flex; flex-direction: column; text-align: left;
  position: relative; overflow: hidden; padding-top: 30px;
  border-color: color-mix(in srgb, var(--accent) 22%, var(--blue-100));
}
.pkg-card:hover { border-color: color-mix(in srgb, var(--accent) 45%, transparent); }
/* the accent strip that tells you which service you're looking at */
.pkg-card .pkg-bar { position: absolute; top: 0; left: 0; right: 0; height: 7px; background: var(--accent); }
.pkg-card.featured { border: 3px solid var(--accent); }
.pkg-card.featured .tag { background: var(--accent); color: #fff; }

/* level on the left, badge on the right; the badge drops to its own line
   rather than squashing the level label */
.pkg-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; flex-wrap: wrap; min-height: 36px; margin-bottom: 6px; }
.pkg-card .tag { position: static; transform: none; white-space: nowrap; align-self: flex-start; font-size: .78rem; padding: 4px 13px; }

/* level meter */
.pkg-level { display: flex; flex-direction: column; gap: 5px; flex: 1 1 auto; }
.lvl-meter { display: flex; gap: 4px; }
.lvl-meter i {
  width: 20px; height: 6px; border-radius: 3px;
  background: color-mix(in srgb, var(--accent) 16%, #e6eef8);
}
.lvl-meter i.on { background: var(--accent); }
.lvl-text { font-family: var(--font-head); font-size: .78rem; color: var(--muted); letter-spacing: .02em; white-space: nowrap; }
.lvl-text b { color: var(--accent); font-weight: 800; }

.pkg-card h3 { color: var(--blue-800); margin-bottom: 2px; font-size: 1.42rem; }
.pkg-note {
  font-family: var(--font-head); font-weight: 700; font-size: .76rem;
  letter-spacing: .09em; text-transform: uppercase; color: var(--accent); margin-bottom: 9px;
}
.pkg-tagline { color: var(--muted); font-size: .95rem; margin: 0 0 10px; }

/* inside / outside coverage */
.pkg-covers { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 12px; }
.cov {
  font-family: var(--font-head); font-weight: 700; font-size: .78rem;
  padding: 4px 11px; border-radius: 999px; background: #eef3f9; color: #9bacc0;
}
.cov.on { background: color-mix(in srgb, var(--accent) 14%, #fff); color: var(--accent); }

.pkg-card .price {
  text-align: left; margin: 4px 0 12px; padding-top: 12px;
  border-top: 1px dashed color-mix(in srgb, var(--accent) 26%, transparent);
}
.pkg-card .price span[data-price] { color: var(--accent); }
.pkg-card .price small { text-align: left; }

.pkg-best {
  background: color-mix(in srgb, var(--accent) 8%, #fff);
  border-left: 3px solid var(--accent); border-radius: 8px;
  padding: 9px 12px; font-size: .89rem; color: var(--ink); margin-bottom: 14px;
}
.pb-label {
  display: block; font-family: var(--font-head); font-weight: 800; font-size: .68rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: 1px;
}
.pkg-includes {
  font-family: var(--font-head); font-weight: 800; font-size: .72rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 2px;
}
.pkg-card .feature-list { margin: 6px 0 20px; }
.pkg-card .feature-list li { padding: 6px 0 6px 27px; font-size: .93rem; }
.pkg-card .feature-list li::before { background: var(--accent); width: 18px; height: 18px; top: 7px; font-size: .72rem; }
.pkg-card .pkg-book { margin-top: auto; width: 100%; justify-content: center; }
.pkg-card .btn-blue.pkg-book { background: var(--accent); box-shadow: 0 7px 0 color-mix(in srgb, var(--accent) 55%, #000); }
.pkg-card .btn-blue.pkg-book:hover { filter: brightness(1.08); }

/* add-on rows pick up the add-on accent too */
.addon-row { border-left: 4px solid var(--accent); }
.addon-row .a-right { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; }
.addon-row .a-price { color: var(--accent); text-align: right; line-height: 1.05; }
.addon-row .a-price .from {
  display: block; font-family: var(--font-head); font-weight: 700; font-size: .62rem;
  letter-spacing: .13em; text-transform: uppercase; color: var(--muted); margin-bottom: 1px;
}
.addon-row .a-best { font-size: .84rem; color: var(--ink); margin-top: 6px; }
@media (max-width: 560px){
  .addon-row { flex-direction: column; align-items: flex-start; }
  .addon-row .a-right { flex-direction: row; align-items: center; width: 100%; justify-content: space-between; }
}
/* a 4-across group still reads well on wide screens */
@media (min-width: 1100px){ .pkg-grid.cols-4 { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Photo strips / mosaics (spreading imagery around) ---------- */
.photo-strip {
  display: grid; gap: 14px; margin-top: 34px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.photo-strip img, .photo-strip .ph {
  width: 100%; height: 190px; object-fit: cover; border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm); background-size: cover; background-position: center;
  transition: transform .18s ease, box-shadow .18s ease;
}
.photo-strip img:hover, .photo-strip .ph:hover { transform: translateY(-5px); box-shadow: var(--shadow); }

.photo-mosaic { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 150px; }
.photo-mosaic .ph { border-radius: var(--radius-sm); background-size: cover; background-position: center; box-shadow: var(--shadow-sm); }
.photo-mosaic .tall { grid-row: span 2; }
.photo-mosaic .wide { grid-column: span 2; }
@media (max-width: 900px){
  .photo-mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 130px; }
  .photo-mosaic .wide { grid-column: span 2; }
}

.figure-caption { font-size: .84rem; color: var(--muted); text-align: center; margin-top: 8px; }

/* ---------- Step / process row ---------- */
.steps { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.step { background: #fff; border: 1px solid var(--blue-100); border-radius: var(--radius); padding: 24px 22px; box-shadow: var(--shadow-sm); }
.step .n {
  font-family: var(--font-display); font-size: 1.5rem; color: #fff; background: var(--blue-500);
  width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 12px;
}
.step h3 { color: var(--blue-800); font-size: 1.15rem; }
.step p { margin: 0; color: var(--muted); font-size: .95rem; }

/* ---------- Booking: package picker + live estimate ---------- */
.pkg-pick { display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(272px, 1fr)); }
.pkg-opt {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; cursor: pointer;
  border: 2px solid var(--blue-100); border-radius: var(--radius-sm); padding: 14px 16px; background: #fff;
  border-left: 5px solid color-mix(in srgb, var(--accent, var(--blue-500)) 40%, #fff);
  transition: border-color .12s, background .12s, box-shadow .12s, transform .12s;
}
.pkg-opt:hover { border-color: color-mix(in srgb, var(--accent, var(--blue-500)) 55%, transparent); transform: translateY(-2px); }
.pkg-opt:focus-visible { outline: 3px solid var(--accent, var(--blue-500)); outline-offset: 2px; }
.pkg-opt.selected {
  border-color: var(--accent, var(--blue-500));
  background: color-mix(in srgb, var(--accent, var(--blue-500)) 9%, #fff);
  box-shadow: var(--shadow-sm);
}
.pkg-opt .po-main { display: flex; flex-direction: column; gap: 2px; }
.pkg-opt .lvl-meter { margin-bottom: 5px; }
.pkg-opt .lvl-meter i { width: 15px; height: 5px; }
.pkg-opt .po-name { font-family: var(--font-head); font-weight: 700; line-height: 1.2; font-size: 1.02rem; }
.pkg-opt .po-sub { font-size: .82rem; color: var(--muted); }
.pkg-opt .po-best { font-size: .79rem; color: var(--accent, var(--blue-700)); font-weight: 700; margin-top: 3px; }
.pkg-opt .po-right { text-align: right; flex: none; }
.pkg-opt .po-price { display: block; font-family: var(--font-display); color: var(--accent, var(--blue-700)); font-size: 1.25rem; white-space: nowrap; line-height: 1.1; }
.pkg-opt .po-from { font-size: .7rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.pkg-opt-unsure { border-left-color: var(--blue-100); }

.addon-pick { display: grid; gap: 8px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.addon-opt {
  display: flex; align-items: center; gap: 10px; cursor: pointer; background: #fff;
  border: 2px solid var(--blue-100); border-radius: 12px; padding: 11px 14px; transition: border-color .12s, background .12s;
}
.addon-opt:hover { border-color: var(--blue-400); }
.addon-opt.selected { border-color: var(--blue-500); background: var(--blue-100); }
.addon-opt input { width: auto; margin: 0; flex: none; }
.addon-opt .ao-name { font-weight: 700; font-size: .93rem; flex: 1; }
.addon-opt .ao-price { font-family: var(--font-head); font-weight: 700; color: var(--blue-700); white-space: nowrap; }

.estimate {
  background: linear-gradient(135deg, var(--blue-700), var(--blue-900)); color: #fff;
  border-radius: var(--radius); padding: 22px 26px; margin: 22px 0 6px; box-shadow: var(--shadow);
}
.estimate h4 { font-family: var(--font-head); margin: 0 0 10px; color: #fff; font-size: 1.05rem; }
.estimate .est-lines { font-size: .93rem; color: #d3e7ff; }
.estimate .est-line { display: flex; justify-content: space-between; gap: 14px; padding: 4px 0; }
.estimate .est-total {
  display: flex; justify-content: space-between; align-items: baseline; gap: 14px;
  border-top: 2px solid rgba(255,255,255,.28); margin-top: 10px; padding-top: 12px;
}
.estimate .est-total .lbl { font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; }
.estimate .est-total .amt { font-family: var(--font-display); font-size: 2rem; color: var(--duck); line-height: 1; }
.estimate .est-fine { font-size: .82rem; color: #b9d6f7; margin: 10px 0 0; }

/* ---------- Why-us / comparison callout ---------- */
.perks { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.perk { display: flex; gap: 13px; align-items: flex-start; background: #fff; border: 1px solid var(--blue-100); border-radius: var(--radius-sm); padding: 18px; box-shadow: var(--shadow-sm); }
.perk .pi { font-size: 1.6rem; line-height: 1; flex: none; }
.perk h4 { font-family: var(--font-head); margin: 0 0 3px; color: var(--blue-800); font-size: 1.02rem; }
.perk h4 a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.perk h4 a:hover { text-decoration: underline; }
.perk p { margin: 0; font-size: .9rem; color: var(--muted); }

/* nav gets tight once there are this many links */
@media (min-width: 1025px) and (max-width: 1200px){
  .nav-links a { padding: 8px 10px; font-size: .93rem; }
  .brand-logo-full { height: 46px; }
}

/* ====================================================================
   "Starting price" treatment — never let a number look like a final bill
==================================================================== */
.price .from {
  display: block; font-family: var(--font-head); font-weight: 700; font-size: .72rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: -2px;
}
.starting-note {
  display: flex; align-items: center; gap: 10px; justify-content: center; text-align: left;
  max-width: 660px; margin: 30px auto 0; background: var(--duck); color: var(--ink);
  border-radius: var(--radius-sm); padding: 14px 20px; font-weight: 700; font-size: .94rem;
  box-shadow: 0 6px 0 var(--duck-dk);
}
.starting-note .sn-ico { font-size: 1.4rem; flex: none; }
.starting-note span { font-weight: 600; }

/* ====================================================================
   Booking transition — bubble burst on the way to Book Now
==================================================================== */
#bookWipe {
  position: fixed; inset: 0; z-index: 900; pointer-events: none; overflow: hidden;
  display: flex; align-items: center; justify-content: center; flex-direction: column;
}
#bookWipe .wipe-fill {
  position: absolute; inset: 0; transform: translateY(100%);
  background: linear-gradient(180deg, var(--blue-500), var(--blue-800));
  animation: wipeUp .55s cubic-bezier(.65,0,.35,1) forwards;
}
#bookWipe .wipe-inner {
  position: relative; z-index: 3; text-align: center; opacity: 0;
  animation: wipeText .5s ease .34s forwards;
}
/* the real logo lockup, on a white card so it reads against the blue wash */
#bookWipe .wipe-logo {
  width: min(320px, 78vw); background: #fff; border-radius: 18px; padding: 14px 22px;
  margin: 0 auto 18px; box-shadow: 0 14px 30px rgba(0,0,0,.32);
  animation: logoPop 1.1s cubic-bezier(.22,1,.36,1) .3s both;
}
#bookWipe .wipe-word { font-family: var(--font-display); color: #fff; font-size: 1.7rem; letter-spacing: .05em; }
#bookWipe .wipe-sub { font-family: var(--font-head); font-weight: 600; color: #dbeeff; font-size: 1rem; }
@keyframes logoPop {
  0%   { opacity: 0; transform: scale(.72) translateY(16px); }
  55%  { opacity: 1; transform: scale(1.04) translateY(0); }
  100% { opacity: 1; transform: scale(1); }
}
#bookWipe .bubbles { z-index: 2; }
@keyframes wipeUp   { to { transform: translateY(0); } }
@keyframes wipeText { to { opacity: 1; transform: translateY(0); } }

/* arriving on the booking page */
.book-arrive { animation: bookArrive .6s cubic-bezier(.22,1,.36,1) both; }
@keyframes bookArrive { from { opacity: 0; transform: translateY(26px) scale(.985); } to { opacity: 1; transform: none; } }

/* package cards drift in as you scroll to them */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s cubic-bezier(.22,1,.36,1); }
.reveal.in { opacity: 1; transform: none; }

/* selecting a package / add-on gives a little pop */
@keyframes pickPop { 0% { transform: scale(1); } 45% { transform: scale(1.035); } 100% { transform: scale(1); } }
.pkg-opt.selected, .addon-opt.selected { animation: pickPop .28s ease; }

/* the estimate total flashes when it changes */
@keyframes totalPop { 0% { transform: scale(1); } 40% { transform: scale(1.16); color: #fff; } 100% { transform: scale(1); } }
.estimate .amt.bump { animation: totalPop .42s ease; }
.estimate { animation: bookArrive .45s cubic-bezier(.22,1,.36,1) both; }

/* Book Now buttons get a gentle heartbeat so they're impossible to miss */
@keyframes ctaPulse { 0%,100% { box-shadow: 0 8px 0 var(--duck-dk); } 50% { box-shadow: 0 8px 0 var(--duck-dk), 0 0 0 12px rgba(255,201,60,.16); } }
.btn-primary.btn-lg { animation: ctaPulse 3.2s ease-in-out infinite; }
.nav-links a.cta { position: relative; overflow: hidden; }
.nav-links a.cta::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 55%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.65), transparent);
  animation: ctaShine 4.5s ease-in-out infinite;
}
@keyframes ctaShine { 0%, 62% { left: -120%; } 88%, 100% { left: 150%; } }

/* people who ask for less motion get less motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Service-area block (local SEO) ---------- */
.area-tier { margin-bottom: 26px; }
.area-tier-head { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: center; margin-bottom: 12px; }
.area-tier-label {
  font-family: var(--font-head); font-weight: 800; font-size: .76rem; letter-spacing: .11em;
  text-transform: uppercase; padding: 5px 14px; border-radius: 999px;
}
.area-tier-label.tier-1 { background: var(--duck); color: var(--ink); }
.area-tier-label.tier-2 { background: var(--blue-600); color: #fff; }
.area-tier-label.tier-3 { background: var(--blue-100); color: var(--blue-800); }
.area-tier-note { font-size: .88rem; color: var(--muted); }
.area-chips { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; }
.area-chip {
  background: #fff; border: 2px solid var(--blue-100); color: var(--blue-800);
  font-family: var(--font-head); font-weight: 700; font-size: .88rem;
  padding: 7px 15px; border-radius: 999px; box-shadow: var(--shadow-sm);
  transition: transform .12s, background .12s;
}
.area-chip.tier-1 { border-color: var(--duck-dk); }
.area-chip.tier-2 { border-color: var(--blue-300); }
.area-chip:hover { transform: translateY(-2px); background: var(--blue-100); }

/* ---------- Customer reviews ---------- */
.reviews { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.review {
  margin: 0; background: #fff; border: 1px solid var(--blue-100); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
}
.review .rv-stars { color: var(--duck-dk); letter-spacing: 3px; font-size: 1.05rem; margin-bottom: 10px; }
.review blockquote { margin: 0 0 16px; font-size: 1rem; line-height: 1.6; color: var(--ink); flex: 1; }
.review blockquote::before { content: "\201C"; }
.review blockquote::after  { content: "\201D"; }
.review figcaption { display: flex; flex-wrap: wrap; gap: 8px; align-items: baseline; }
.review .rv-name { font-family: var(--font-head); font-weight: 800; color: var(--blue-800); }
.review .rv-town { font-size: .86rem; color: var(--muted); }
.review .rv-service {
  font-size: .74rem; font-family: var(--font-head); font-weight: 700; background: var(--blue-100);
  color: var(--blue-700); padding: 3px 10px; border-radius: 999px;
}

/* ---------- Skip link + visible focus (accessibility) ---------- */
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 999;
  background: var(--duck); color: var(--ink); font-family: var(--font-head); font-weight: 800;
  padding: 12px 20px; border-radius: 0 0 12px 12px; text-decoration: none;
  transition: top .16s ease;
}
.skip-link:focus { top: 0; }
a:focus-visible, button:focus-visible, .choice:focus-within,
input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid var(--blue-500); outline-offset: 2px; border-radius: 6px;
}
.hero a:focus-visible, .band-dark a:focus-visible { outline-color: var(--duck); }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin: 0 auto; }
.faq-item {
  background: #fff; border: 1px solid var(--blue-100); border-radius: var(--radius-sm);
  padding: 16px 22px; margin-bottom: 12px; box-shadow: var(--shadow-sm);
}
.faq-item summary {
  font-family: var(--font-head); font-weight: 700; font-size: 1.06rem; color: var(--blue-800);
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 14px; align-items: center;
  /* comfortable finger target on a phone */
  min-height: 44px; padding: 4px 0;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "＋"; color: var(--blue-500); font-size: 1.3rem; flex: none; transition: transform .18s; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { margin: 12px 0 2px; color: var(--muted); }

.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.small { font-size: .9rem; color: var(--muted); }

/* ---- spam honeypot ------------------------------------------------
   A field only a bot will fill in. Kept off-screen rather than
   display:none, because some bots skip hidden inputs on purpose, and
   pulled out of the tab order and the accessibility tree so nobody
   using a keyboard or a screen reader ever lands on it. */
.hp-field {
  position: absolute !important;
  left: -9999px;
  width: 1px; height: 1px;
  overflow: hidden;
}
