/* GRID Electrical Group - landing page styles
   Mobile-first. Breakpoints: 720px (tablet), 1080px (desktop). */

:root {
  --navy: #111111;
  --yellow: #FFC632;
  --yellow-dark: #E8A800;
  --yellow-soft: #FFDF7E;
  --cream: #F6F3EC;
  --line: #E5E0D4;
  --slate: #3A3A3A;
  --ink-soft: #262626;
  --muted: #6B6B6B;
  --muted-light: #C4C4C4;
  --gold: #F5A800;
  --gold-dark: #9A7500;
  --green: #6FE7AC;
  --orange: #FFB380;
  --pink: #FFA9DC;
  --purple: #C9AAF5;
  --shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--cream);
}

body {
  font-family: 'Archivo', system-ui, sans-serif;
  color: var(--navy);
  -webkit-font-smoothing: antialiased;
  padding-bottom: 84px; /* room for mobile sticky bar */
}

a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--gold-dark); }
img { max-width: 100%; }
input::placeholder { color: #A9A49B; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.container-narrow { max-width: 860px; }

h1, h2, h3 { letter-spacing: -0.01em; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 15px;
  padding: 14px 28px;
  cursor: pointer;
  min-height: 48px;
  text-align: center;
}
.btn-yellow { background: var(--yellow); color: var(--navy); }
.btn-navy { background: var(--navy); color: var(--yellow); }
.btn-outline { background: none; border: 2px solid var(--navy); color: var(--navy); }
.btn-lg { font-size: 16px; padding: 17px 36px; min-height: 52px; }
.btn-sm { font-size: 14px; padding: 12px 24px; min-height: 44px; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--navy);
  color: var(--muted-light);
  font-size: 12px;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  text-align: center;
}
.topbar-msg-long { display: none; }
.topbar-phone { display: none; color: var(--yellow); font-weight: 700; letter-spacing: 0.06em; }
.topbar-phone:hover { color: #ffffff; }

/* ---------- Header ---------- */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: var(--yellow);
}
.logo {
  display: inline-block;
  background: var(--yellow);
  padding: 6px 10px;
  line-height: 0;
}
.logo img { height: 40px; display: block; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.header-call { font-weight: 800; font-size: 14px; }
.header-call-desktop { display: none; }
.header-call-mobile {
  border: 2px solid var(--navy);
  border-radius: 999px;
  padding: 10px 18px;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.header-quote { display: none; background: #ffffff; color: var(--navy); }

/* ---------- Emergency strip ---------- */
.emergency-strip {
  background: var(--yellow-dark);
  text-align: center;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 13px;
}
.emergency-strip a { text-decoration: underline; }
.strip-long { display: none; }

/* ---------- Hero ---------- */
.hero { padding: 28px 0 0; overflow-x: clip; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 0; align-items: center; }
.rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 14px;
  font-weight: 700;
  font-size: 12px;
}
.stars { color: var(--gold); letter-spacing: 0.08em; }
.hero h1 {
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
  margin: 16px 0 12px;
  text-wrap: pretty;
}
.hl { background: var(--yellow); padding: 0 8px; border-radius: 9px; display: inline-block; }
.hero-sub { font-size: 15px; line-height: 1.6; color: var(--slate); margin: 0 0 20px; max-width: 54ch; }
.hero-ctas { display: grid; gap: 10px; }
.hero-ctas .btn { width: 100%; }
.hero-micro { color: var(--muted); font-size: 12px; text-align: center; margin-top: 12px; }
.hero-media { position: relative; height: 240px; margin: 24px -20px 0 0; }
.hero-panel {
  position: absolute;
  inset: 14px -40px 0 30px;
  background: var(--yellow);
  border-radius: 20px;
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
}
.hero-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
}
.float-badge {
  display: none;
  position: absolute;
  left: -16px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 14px 18px;
  font-weight: 800;
  font-size: 14px;
}
.float-badge-top { top: 36px; }
.float-badge-bottom { bottom: 48px; }

/* ---------- Trust bar ---------- */
.trustbar {
  background: #ffffff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 28px;
}
.trustbar-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  padding: 22px 20px;
  text-align: center;
}
.napit-logo { height: 44px; display: block; }
.trust-item { font-size: 13px; line-height: 1.5; }

/* ---------- Sections ---------- */
.section { padding: 44px 0 8px; }
.section-head { margin-bottom: 26px; }
.section-head.center { text-align: center; }
.section-head h2, .services-head h2 { font-size: 28px; font-weight: 900; margin: 14px 0 6px; }
.section-head p { color: var(--slate); font-size: 15px; margin: 0; }
.eyebrow {
  display: inline-block;
  background: var(--yellow-soft);
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.14em;
  padding: 8px 16px;
  color: var(--navy);
}
.center-cta { text-align: center; margin: 32px 0 36px; }

.tint-yellow { background: var(--yellow-soft); }
.tint-green { background: var(--green); }
.tint-orange { background: var(--orange); }
.tint-pink { background: var(--pink); }
.tint-purple { background: var(--purple); }

/* ---------- Steps ---------- */
.steps-grid { display: grid; gap: 14px; }
.step-card { border-radius: 20px; padding: 24px; position: relative; overflow: hidden; }
.step-num {
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 54px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.08);
}
.step-card h3 { margin: 0 0 8px; font-size: 19px; font-weight: 900; }
.step-card p { margin: 0 0 14px; color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.chip {
  display: inline-block;
  background: #ffffff;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  padding: 7px 14px;
}

/* ---------- Services ---------- */
.services-head { display: block; margin-bottom: 20px; }
.services-intro { color: var(--slate); font-size: 15px; line-height: 1.6; margin: 10px 0 0; max-width: 44ch; }
.services-featured, .services-minor { display: grid; gap: 16px; }
.services-minor { margin-top: 16px; }
.service-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
}
.badge-most-booked {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: var(--yellow);
  border-radius: 999px;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.12em;
  padding: 6px 12px;
}
.service-card > img { width: 100%; height: 170px; object-fit: cover; display: block; }
.service-body { padding: 18px 18px 20px; }
.service-body h3 { margin: 0 0 6px; font-size: 18px; font-weight: 900; }
.service-body p { margin: 0 0 14px; color: var(--slate); font-size: 14px; line-height: 1.55; }

/* Minor cards: horizontal rows on mobile (image strip left) */
.service-card-minor { display: grid; grid-template-columns: 110px 1fr; }
.service-card-minor > img { width: 100%; height: 100%; min-height: 128px; object-fit: cover; }
.service-card-minor .service-body { padding: 16px; }
.service-card-minor h3 { font-size: 16px; margin: 0 0 5px; }
.service-card-minor p { font-size: 13px; line-height: 1.5; margin: 0 0 10px; }
.minor-cta { display: none; }
.link-cta {
  background: none;
  border: none;
  padding: 0 0 2px;
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
  color: var(--navy);
  border-bottom: 3px solid var(--yellow);
  min-height: 28px;
}

/* ---------- Features ---------- */
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.feature { border-radius: 18px; padding: 18px; }
.feature-icon {
  width: 38px;
  height: 38px;
  background: var(--navy);
  border-radius: 999px;
  display: grid;
  place-items: center;
}
.feature-icon svg { width: 17px; height: 17px; }
.pound { color: #ffffff; font-weight: 800; font-size: 16px; }
.feature h3 { margin: 12px 0 3px; font-size: 15px; font-weight: 900; }
.feature p { margin: 0; font-size: 12px; color: var(--ink-soft); font-weight: 500; }

/* ---------- Local ---------- */
.local-section { background: #ffffff; padding: 44px 0; margin-top: 36px; }
.local-grid { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: center; }
.local-copy h2 { font-size: 28px; font-weight: 900; margin: 14px 0 12px; }
.local-copy p { color: var(--slate); font-size: 15px; line-height: 1.65; margin: 0 0 16px; }
.area-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.area-chips span {
  background: var(--cream);
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  padding: 7px 14px;
}
.check-list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 12px; align-items: center; font-weight: 700; font-size: 15px; }
.check {
  background: var(--yellow);
  border-radius: 999px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  font-size: 13px;
  flex-shrink: 0;
}
.local-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.local-photos img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}
.local-photos img.offset { margin-top: 18px; }

/* ---------- Reviews ---------- */
.reviews-grid { display: grid; gap: 14px; }
.review-card { background: #ffffff; border-radius: 20px; padding: 22px; box-shadow: var(--shadow); }
.stars-lg { font-size: 16px; letter-spacing: 0.1em; margin-bottom: 10px; }
.review-card p { margin: 0 0 14px; font-size: 14px; line-height: 1.65; color: var(--slate); }
.review-name { font-weight: 800; font-size: 13px; }
.review-meta { color: var(--muted); font-size: 12px; margin-top: 2px; }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 12px; }
.faq-item { border-radius: 18px; overflow: hidden; }
.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  background: none;
  border: none;
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 15px;
  text-align: left;
  padding: 18px 20px;
  cursor: pointer;
  color: var(--navy);
  min-height: 52px;
}
.faq-chev { font-size: 12px; flex-shrink: 0; }
.faq-a { padding: 0 20px 18px; font-size: 14px; line-height: 1.65; color: var(--ink-soft); }
.faq-a[hidden] { display: none; }
.faq-section { padding-bottom: 52px; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--yellow); padding: 40px 0; text-align: center; }
.cta-band h2 { font-size: 26px; font-weight: 900; margin: 0 0 8px; }
.cta-band p { margin: 0 0 20px; font-size: 15px; font-weight: 600; color: #4A3A00; }
.cta-band-actions { display: grid; gap: 10px; justify-items: stretch; }
.cta-band-actions .btn { width: 100%; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy);
  color: var(--muted-light);
  padding: 44px 0 28px;
  font-size: 14px;
}
.footer-grid { display: grid; gap: 32px; }
.footer-logo {
  height: 32px;
  display: block;
  background: var(--yellow);
  padding: 6px 10px;
  box-sizing: content-box;
  width: auto;
}
.footer-brand p { margin: 16px 0 20px; line-height: 1.65; max-width: 38ch; }
.footer-badge {
  display: inline-block;
  background: #ffffff;
  border-radius: 12px;
  padding: 8px 14px;
}
.footer-badge img { height: 34px; display: block; }
.footer-col h4 {
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-col ul button {
  background: none;
  border: none;
  padding: 0;
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  color: var(--muted-light);
  cursor: pointer;
  text-align: left;
}
.footer-col ul button:hover { color: var(--yellow); }
.footer-phone {
  display: inline-block;
  color: var(--yellow);
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 10px;
}
.footer-phone:hover { color: #ffffff; }
.footer-col p { margin: 0 0 12px; line-height: 1.6; }
.footer-col .btn { margin-top: 4px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 36px;
  padding-top: 20px;
  font-size: 13px;
  color: var(--muted);
}

/* ---------- Mobile sticky bar ---------- */
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 10px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: #ffffff;
  border-top: 1px solid var(--line);
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.08);
}
.sticky-bar .btn { min-height: 50px; width: 100%; }

/* ---------- Quote funnel ---------- */
.funnel-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 100;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.funnel-overlay[hidden] { display: none; }
.funnel-modal {
  background: #ffffff;
  width: 100%;
  max-width: 480px;
  max-height: 92vh;
  overflow: auto;
  position: relative;
  border-radius: 24px 24px 0 0;
}
.progress-track { height: 5px; background: #E8E6DE; }
.progress-fill { height: 5px; background: var(--yellow); width: 25%; transition: width 0.25s; }
.funnel-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  color: var(--muted);
  padding: 10px;
  min-width: 44px;
  min-height: 44px;
  z-index: 2;
}
.funnel-body { padding: 28px 22px 32px; }
.step-label {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gold-dark);
  margin-bottom: 8px;
}
.funnel-body h3 { margin: 0 0 18px; font-size: 22px; font-weight: 900; }
.funnel-options { display: grid; gap: 10px; }
.option-btn {
  text-align: left;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 15px 16px;
  cursor: pointer;
  background: #ffffff;
  border: 2px solid var(--line);
  border-radius: 14px;
  color: var(--navy);
  min-height: 50px;
}
.option-btn.selected { background: #FFF1D6; border-color: var(--yellow); }
.funnel-summary { margin: 0 0 16px; color: var(--muted); font-size: 13px; }
.emergency-note {
  background: var(--navy);
  color: #ffffff;
  padding: 13px 16px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}
.emergency-note a { color: var(--yellow); font-weight: 800; }
.funnel-fields { display: grid; gap: 10px; }
.funnel-fields input {
  font-family: 'Archivo', sans-serif;
  font-size: 15px;
  padding: 14px 15px;
  border: 2px solid var(--line);
  border-radius: 12px;
  outline-color: var(--yellow);
  min-height: 50px;
  width: 100%;
}
.funnel-error { color: #B3261E; font-size: 13px; font-weight: 600; margin-top: 10px; }
.funnel-submit { width: 100%; margin-top: 16px; }
.funnel-disclaimer { text-align: center; color: var(--muted); font-size: 12px; margin-top: 10px; }
.funnel-back {
  background: none;
  border: none;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--muted);
  cursor: pointer;
  padding: 10px 0 0;
  margin-top: 12px;
  min-height: 44px;
}
.funnel-done { text-align: center; padding: 12px 0; }
.done-tick {
  width: 60px;
  height: 60px;
  background: var(--yellow);
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 28px;
  font-weight: 900;
  margin: 0 auto 16px;
}
.funnel-done h3 { margin: 0 0 8px; }
.funnel-done p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.funnel-done a { font-weight: 800; text-decoration: underline; }

/* =========================================================
   Tablet: 720px and up
   ========================================================= */
@media (min-width: 720px) {
  body { padding-bottom: 0; }
  .sticky-bar { display: none; }

  .topbar { justify-content: space-between; padding: 8px 32px; font-size: 13px; text-align: left; }
  .topbar-msg-long { display: inline; }
  .topbar-msg-short { display: none; }
  .topbar-phone { display: inline; }

  .site-header { padding: 12px 32px; }
  .logo { padding: 8px 14px; }
  .logo img { height: 56px; }
  .header-call-desktop { display: inline; font-size: 15px; font-weight: 700; }
  .header-call-mobile { display: none; }
  .header-quote { display: inline-flex; }

  .emergency-strip { font-size: 14px; padding: 10px 32px; }
  .strip-long { display: inline; }
  .strip-short { display: none; }

  .hero { padding: 48px 0 0; }
  .hero h1 { font-size: 46px; line-height: 1.06; }
  .hero-sub { font-size: 17px; }
  .rating-pill { font-size: 13px; padding: 8px 16px; }
  .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
  .hero-ctas .btn { width: auto; }
  .hero-micro { text-align: left; font-size: 14px; margin-top: 16px; }
  .hero-media { height: 380px; margin: 32px 0 0; }
  .trustbar { margin-top: 40px; }
  .napit-logo { height: 52px; }
  .trust-item { font-size: 14px; }

  .section { padding: 64px 0 24px; }
  .section-head h2, .services-head h2, .local-copy h2 { font-size: 36px; }
  .section-head p { font-size: 16px; }

  .steps-grid { grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
  .step-card { padding: 30px; border-radius: 22px; }
  .step-num { font-size: 64px; top: 14px; right: 20px; }
  .step-card h3 { font-size: 21px; }

  .services-featured { grid-template-columns: 1fr 1fr; gap: 20px; }
  .services-minor { grid-template-columns: 1fr 1fr 1fr; gap: 20px; margin-top: 20px; }
  .service-card > img { height: 220px; }
  .service-card-minor { display: block; }
  .service-card-minor > img { height: 170px; min-height: 0; }
  .service-card-minor .service-body { padding: 22px; }
  .service-card-minor h3 { font-size: 18px; }
  .service-card-minor p { font-size: 14px; margin-bottom: 14px; }
  .minor-cta { display: inline-flex; }
  .link-cta { display: none; }

  .features-grid { grid-template-columns: 1fr 1fr 1fr 1fr; gap: 16px; }
  .feature { border-radius: 22px; padding: 24px; }
  .feature-icon { width: 44px; height: 44px; }
  .feature-icon svg { width: 20px; height: 20px; }
  .feature h3 { font-size: 16px; margin-top: 16px; }
  .feature p { font-size: 13px; }

  .local-section { padding: 72px 0; }
  .local-grid { grid-template-columns: 1.1fr 1fr; gap: 48px; }
  .local-photos { gap: 18px; }
  .local-photos img { height: 340px; border-radius: 22px; }
  .local-photos img.offset { margin-top: 36px; }

  .reviews-grid { grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
  .review-card { padding: 28px; border-radius: 22px; }
  .review-card p { font-size: 15px; line-height: 1.7; }
  .review-name { font-size: 14px; }
  .review-meta { font-size: 13px; }

  .faq-q { font-size: 16px; padding: 20px 24px; }
  .faq-a { padding: 0 24px 20px; font-size: 15px; line-height: 1.7; }

  .cta-band { padding: 64px 0; }
  .cta-band h2 { font-size: 36px; }
  .cta-band p { font-size: 16px; }
  .cta-band-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
  .cta-band-actions .btn { width: auto; }

  .site-footer { padding: 56px 0 28px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 48px; }
  .footer-logo { height: 36px; }

  .funnel-overlay { align-items: center; padding: 24px; }
  .funnel-modal { max-width: 580px; border-radius: 28px; }
  .funnel-body { padding: 40px 44px 44px; }
  .funnel-body h3 { font-size: 26px; }
  .funnel-options.two-col { grid-template-columns: 1fr 1fr; gap: 12px; }
}

/* =========================================================
   Desktop: 1080px and up
   ========================================================= */
@media (min-width: 1080px) {
  .hero { padding: 72px 0 0; }
  .hero-grid { grid-template-columns: 1.2fr 1fr; gap: 48px; }
  .hero h1 { font-size: clamp(44px, 4vw, 58px); }
  .hero-sub { font-size: 18px; }
  .hero-media { height: 520px; margin: 0; }
  .hero-panel { inset: 28px -52px -20px 44px; border-radius: 28px; clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%); }
  .hero-media > img { border-radius: 28px; clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%); }
  .float-badge { display: block; }
  .hero-micro { margin-top: 16px; }

  .napit-logo { height: 60px; }

  .section { padding: 88px 0 40px; }
  .section-head h2, .services-head h2, .local-copy h2, .cta-band h2 { font-size: 42px; }
  .section-head p { font-size: 17px; }

  .services-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 40px; }
  .services-intro { font-size: 16px; margin: 0; }

  .steps-grid { gap: 24px; }
  .step-card { padding: 36px; border-radius: 24px; }
  .step-num { font-size: 72px; top: 16px; right: 24px; }
  .step-card h3 { font-size: 24px; }
  .step-card p { font-size: 15px; line-height: 1.6; }

  .services-featured, .services-minor { gap: 24px; }
  .service-card { border-radius: 24px; }
  .service-card > img { height: 270px; }
  .badge-most-booked { top: 16px; left: 16px; font-size: 11px; letter-spacing: 0.14em; padding: 7px 14px; }
  .service-body { padding: 30px; }
  .service-body h3 { font-size: 23px; margin-bottom: 10px; }
  .service-body p { font-size: 15px; line-height: 1.6; margin-bottom: 18px; }
  .service-card-minor > img { height: 180px; }
  .service-card-minor .service-body { padding: 26px; }
  .service-card-minor h3 { font-size: 19px; }

  .features-grid { gap: 20px; }
  .feature { border-radius: 24px; padding: 26px; }
  .feature h3 { font-size: 17px; margin-top: 18px; }
  .feature p { font-size: 14px; }

  .local-section { padding: 96px 0; }
  .local-grid { gap: 64px; }
  .local-copy p { font-size: 16px; line-height: 1.7; }
  .area-chips span { font-size: 14px; padding: 9px 18px; }
  .local-photos { gap: 20px; }
  .local-photos img { height: 430px; border-radius: 24px; }
  .local-photos img.offset { margin-top: 40px; }

  .reviews-grid { gap: 24px; }
  .review-card { padding: 34px; border-radius: 24px; }
  .stars-lg { font-size: 18px; margin-bottom: 16px; }

  .faq-item { border-radius: 20px; }
  .faq-q { font-size: 17px; padding: 22px 26px; }
  .faq-a { padding: 0 26px 22px; }

  .cta-band { padding: 84px 0; }
  .cta-band h2 { font-size: 44px; }
  .cta-band p { font-size: 17px; }

  .site-footer { padding: 64px 0 28px; }
}

/* =========================================================
   Motion
   ========================================================= */
.btn, .option-btn, .link-cta {
  transition: transform 0.12s ease, filter 0.12s ease, border-color 0.12s ease, background-color 0.12s ease;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.04); }
.btn:active { transform: translateY(0) scale(0.98); filter: brightness(0.98); }

.funnel-overlay { animation: overlay-in 0.2s ease-out; }
.funnel-overlay[hidden] { animation: none; }
.funnel-modal { animation: modal-in 0.28s cubic-bezier(0.22, 1, 0.36, 1); }

@keyframes overlay-in {
  from { opacity: 0; }
}
@keyframes modal-in {
  from { opacity: 0; transform: translateY(28px) scale(0.98); }
}

.funnel-step { animation: step-in 0.18s ease-out; }
@keyframes step-in {
  from { opacity: 0; transform: translateY(10px); }
}

.option-btn:hover { border-color: var(--navy); transform: translateY(-1px); }
.option-btn:active { transform: scale(0.98); }
.option-btn.selected { transition: border-color 0.12s ease, background-color 0.12s ease; }

.done-tick { animation: tick-pop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); }
@keyframes tick-pop {
  from { transform: scale(0.4); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
