/* ============================================================
   WiringCrew — additions.css
   Ratings, Floating Buttons, Progress Bar, Polish
   ============================================================ */

/* ── White navbar — override navy default ── */
.navbar {
  background: #ffffff !important;
  border-bottom: 2px solid #f0f2f5 !important;
  box-shadow: 0 2px 16px rgba(10,22,40,0.08) !important;
  height: 100px !important;
}

.navbar.scrolled,
.glass-nav {
  background: rgba(255,255,255,0.97) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  box-shadow: 0 4px 24px rgba(10,22,40,0.12) !important;
  border-bottom: 2px solid #e8ecf2 !important;
}

/* Service radio cards — uniform height */
.service-radio-inner {
  min-height: 130px !important;
  justify-content: center !important;
}
.service-radio-inner span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4em;
  line-height: 1.2;
}

/* Get a Quote button — smaller in navbar */
.navbar .nav-cta {
  padding: 7px 14px !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.07em !important;
  min-width: unset !important;
}

/* Nav links — dark text on white bar */
.nav-links a {
  color: var(--navy) !important;
  font-weight: 700 !important;
}

.nav-links a:hover {
  color: var(--orange) !important;
  background: rgba(232,93,38,0.06) !important;
}

.nav-links a.active {
  color: var(--orange) !important;
  background: rgba(232,93,38,0.08) !important;
}

/* Hamburger lines — dark on white */
.hamburger span {
  background: var(--navy) !important;
}

.hamburger:hover {
  background: rgba(10,22,40,0.06) !important;
}

/* ── Full-screen mobile nav overlay ── */
.mobile-nav {
  top: 0 !important;
  height: 100vh !important;
  height: 100dvh !important;
  z-index: 1001 !important;
  background: var(--navy) !important;
  border-top: none !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  overflow-y: auto !important;
  transform: translateX(100%) !important;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.35s ease !important;
  opacity: 1 !important;
}
.mobile-nav.open {
  transform: translateX(0) !important;
}

/* Mobile nav header row — matches navbar */
.mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  height: 76px;
  background: #ffffff;
  border-bottom: 2px solid #f0f2f5;
  box-shadow: 0 2px 16px rgba(10,22,40,0.08);
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
}
.mobile-nav-head .navbar-logo-img {
  height: 60px;
  background: transparent;
}
.mobile-nav-close {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.mobile-nav-close:hover { background: rgba(0,0,0,0.07); }
.mobile-nav-close svg { width: 26px; height: 26px; stroke: #0a1628; fill: none; stroke-width: 2.5; stroke-linecap: round; }

/* Nav link list */
.mobile-nav-links {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
.mobile-nav-links a {
  font-size: 1.35rem !important;
  padding: 16px 28px !important;
  border-bottom: 1px solid rgba(255,255,255,0.07) !important;
  letter-spacing: 0.08em !important;
}
.mobile-nav-links a.active { color: var(--orange) !important; }

/* CTA button */
.mobile-nav-cta.btn {
  margin: 18px 24px !important;
  width: calc(100% - 48px) !important;
  display: flex !important;
  justify-content: center !important;
  font-size: 1rem !important;
  padding: 13px 24px !important;
  flex-shrink: 0;
  box-sizing: border-box !important;
}

/* Info section */
.mobile-nav-info {
  padding: 20px 24px 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
  flex-shrink: 0;
}
.mobile-nav-info-item {
  display: flex !important;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.7) !important;
  text-decoration: none !important;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem !important;
  font-weight: 600;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  padding: 9px 0;
  transition: color 0.2s;
  border-bottom: none !important;
  border: none;
}
.mobile-nav-info-item:hover { color: var(--orange) !important; }
.mobile-nav-info-item svg { width: 17px; height: 17px; flex-shrink: 0; stroke: var(--orange); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.mobile-nav-socials {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
/* Get a Quote — white text */
.mobile-nav-cta.btn { color: #ffffff !important; }

/* Social icons in mobile nav — visible on dark bg, icons fill box */
.mobile-nav-socials .social-link {
  background: rgba(255,255,255,0.1) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.mobile-nav-socials .social-link--brand svg {
  width: 22px !important;
  height: 22px !important;
  fill: white !important;
}
.mobile-nav-socials .social-link:hover { transform: translateY(-2px); }
.mobile-nav-socials .social-link--fb:hover { background: #1877f2 !important; border-color: #1877f2 !important; }
.mobile-nav-socials .social-link--ig:hover { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888) !important; border-color: transparent !important; }
.mobile-nav-socials .social-link--x:hover  { background: #000 !important; border-color: #000 !important; }

/* ── Real logo image — bigger, no white pill needed (navbar is already white) ── */
.navbar-logo-img {
  height: 86px;
  width: auto;
  display: block;
  background: transparent;
  border-radius: 0;
  padding: 0;
  object-fit: contain;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.navbar-logo:hover .navbar-logo-img {
  opacity: 0.85;
  transform: scale(1.03);
}

.footer-logo-img {
  height: 60px;
  width: auto;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 6px 12px;
  object-fit: contain;
  margin-bottom: 16px;
}

/* ── Brand social icons (filled SVG logos) ── */
.social-link--brand svg {
  fill: white;
  stroke: none;
  width: 18px;
  height: 18px;
}

/* Brand-specific hover colours */
.social-link--fb:hover  { background: #1877f2 !important; }
.social-link--ig:hover  { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888) !important; }
.social-link--x:hover   { background: #000 !important; }

/* ── Scroll Progress Bar ── */
.scroll-progress-wrap {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 3px;
  z-index: 9999;
  background: transparent;
  pointer-events: none;
}

#scrollProgress {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
  border-radius: 0 2px 2px 0;
  transition: width 0.1s linear;
  box-shadow: 0 0 8px rgba(232,93,38,0.5);
}

/* ── Floating Call Button ── */
.floating-call-btn {
  position: fixed;
  bottom: 88px;
  right: 28px;
  z-index: 997;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--navy);
  color: var(--white);
  border: none;
  border-radius: 100px;
  padding: 12px 20px 12px 16px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(10,22,40,0.35);
  cursor: pointer;
  opacity: 0;
  transform: translateX(80px);
  transition: opacity 0.35s ease, transform 0.35s ease, background 0.2s ease, box-shadow 0.2s ease;
  pointer-events: none;
  white-space: nowrap;
}

.floating-call-btn.visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: all;
}

.floating-call-btn:hover {
  background: var(--orange);
  box-shadow: 0 6px 28px rgba(232,93,38,0.4);
  transform: translateX(0) translateY(-2px);
}

.floating-call-icon {
  width: 32px;
  height: 32px;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  animation: ring-pulse 2.5s ease infinite;
}

.floating-call-icon svg {
  width: 16px;
  height: 16px;
  stroke: var(--white);
  fill: none;
}

/* ── Floating Rate Us Button ── */
.floating-rate-btn {
  position: fixed;
  bottom: 28px;
  left: 28px;
  z-index: 997;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: var(--navy);
  border: 2px solid var(--grey-100);
  border-radius: 100px;
  padding: 10px 18px 10px 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.35s ease, transform 0.35s ease, background 0.2s ease, border-color 0.2s ease;
  pointer-events: none;
}

.floating-rate-btn.visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: all;
}

.floating-rate-btn:hover {
  background: var(--orange);
  color: var(--white);
  border-color: var(--orange);
}

.floating-rate-btn svg {
  width: 16px;
  height: 16px;
  fill: var(--orange);
  stroke: var(--orange);
  flex-shrink: 0;
  transition: fill 0.2s, stroke 0.2s;
}

.floating-rate-btn:hover svg {
  fill: var(--white);
  stroke: var(--white);
}

/* ── Service Areas Section ── */
.service-areas-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto 48px;
}

.suburb-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--white);
  border: 1.5px solid var(--grey-100);
  border-radius: 100px;
  padding: 8px 16px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
}

.suburb-chip::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
}

.suburb-chip:hover {
  border-color: var(--orange);
  background: rgba(232,93,38,0.05);
  transform: translateY(-2px);
}

/* ── Rating Section ── */
.rating-section {
  background: var(--navy);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.rating-section::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: rgba(232,93,38,0.06);
  pointer-events: none;
}

.rating-section::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -60px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: rgba(255,255,255,0.02);
  pointer-events: none;
}

.rating-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 56px;
  align-items: start;
}

/* Average display panel */
.rating-avg-panel {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-xl);
  padding: 40px 32px;
  text-align: center;
  position: sticky;
  top: 100px;
  backdrop-filter: blur(8px);
}

.rating-big-number {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 8px;
}

#ratingAvgStars {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 10px;
}

.rating-count-text {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
}

.rating-divider {
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin: 28px 0;
}

/* Rating form panel */
.rating-form-panel h3 {
  color: var(--white);
  margin-bottom: 6px;
  font-size: 1.7rem;
}

.rating-form-panel .subheading {
  color: rgba(255,255,255,0.55);
  font-size: 0.95rem;
  margin-bottom: 28px;
}

/* Star input */
#starInputGroup {
  display: flex;
  gap: 4px;
  margin-bottom: 6px;
}

.star-input-btn {
  background: none;
  border: none;
  padding: 4px 3px;
  cursor: pointer;
  border-radius: var(--radius-sm);
  transition: transform 0.15s ease;
  line-height: 0;
}

.star-input-btn:hover,
.star-input-btn.active {
  transform: scale(1.2);
}

.star-input-btn:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

.star-input-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 12px;
  display: block;
}

/* Rating form inputs (navy bg variant) */
.rating-form-panel .form-group label {
  color: rgba(255,255,255,0.65);
}

.rating-form-panel .form-control {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.15);
  color: var(--white);
}

.rating-form-panel .form-control::placeholder {
  color: rgba(255,255,255,0.28);
}

.rating-form-panel .form-control:focus {
  border-color: var(--orange);
  background: rgba(255,255,255,0.09);
  box-shadow: 0 0 0 3px rgba(232,93,38,0.15);
}

.rating-form-panel .form-control.error {
  border-color: #fc8181;
}

.rating-form-panel select.form-control option {
  background: var(--navy-mid);
  color: var(--white);
}

.rating-form-panel .form-error {
  color: #fc8181;
}

/* Thank-you message */
#ratingThankYou {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 48px 32px;
  gap: 16px;
  border: 1px solid rgba(232,93,38,0.25);
  border-radius: var(--radius-xl);
  background: rgba(232,93,38,0.06);
}

#ratingThankYou.show {
  display: flex;
  animation: fadeInUp 0.5s ease both;
}

#ratingThankYou h3 {
  color: var(--white);
  font-size: 1.5rem;
}

#ratingThankYou p {
  color: rgba(255,255,255,0.6);
  margin: 0;
}

.rating-thank-icon {
  width: 72px;
  height: 72px;
  background: rgba(232,93,38,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: scale-in 0.45s cubic-bezier(0.34,1.56,0.64,1) both;
}

.rating-thank-icon svg {
  width: 36px;
  height: 36px;
  stroke: var(--orange);
  stroke-width: 2.5;
  fill: none;
}

/* Reviews grid */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.review-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius-lg);
  padding: 22px;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  animation: fadeInUp 0.5s ease both;
}

.review-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(232,93,38,0.22);
  transform: translateY(-3px);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
  flex-shrink: 0;
}

.review-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.97rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--white);
  margin-bottom: 2px;
}

.review-date {
  font-size: 0.73rem;
  color: rgba(255,255,255,0.38);
}

.review-stars {
  display: flex;
  gap: 1px;
  margin-left: auto;
  flex-shrink: 0;
}

.review-text {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.65;
  margin-bottom: 12px;
  font-style: italic;
}

.review-service-badge {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  border: 1px solid rgba(232,93,38,0.3);
  border-radius: 100px;
  padding: 3px 10px;
}

.review-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: rgba(255,255,255,0.35);
  padding: 48px;
  font-style: italic;
  border: 1px dashed rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
}

/* ── Button ripple effect ── */
.btn-ripple {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  transform: scale(0);
  animation: ripple-spread 0.65s ease-out both;
  pointer-events: none;
}

/* ── Gallery pop-in after filter ── */
.gallery-item.gallery-popin {
  animation: gallery-popin 0.35s ease both;
}

/* ── Glassmorphism hero badge ── */
.hero-badge {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* ── Form hover state ── */
.form-control:not(:focus):not(.error):hover {
  border-color: var(--grey-400);
}

/* ════════════════════════════════════════════
   COMPREHENSIVE MOBILE & RESPONSIVE FIXES
   ════════════════════════════════════════════ */

/* ── Prevent horizontal scroll on all devices ── */
html { overflow-x: hidden; }
body { overflow-x: hidden; max-width: 100vw; }

/* ── All images scale within their container ── */
img { max-width: 100%; height: auto; }

/* ── Tablet (≤1024px) ── */
@media (max-width: 1024px) {
  .rating-layout { grid-template-columns: 1fr; }
  .rating-avg-panel { position: static; }
  .navbar { height: 88px !important; }
  .navbar-logo-img { height: 72px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── Mobile (≤768px) ── */
@media (max-width: 768px) {

  /* Reviews */
  .reviews-grid { grid-template-columns: 1fr; }

  /* Floating buttons — reposition so they don't overlap */
  .floating-call-btn { bottom: 80px; right: 16px; padding: 10px 16px; font-size: 0.9rem; }
  .floating-rate-btn { left: 16px; bottom: 16px; }

  /* Navbar height and logo */
  .navbar { height: 76px !important; }
  .navbar-logo-img { height: 60px; }

  /* Logo — footer: centre it */
  .footer-logo-img { display: block; margin: 0 auto 16px; }

  /* Footer social links — centre */
  .social-links { justify-content: center; }

  /* Footer service links — wrap inline */
  .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    justify-content: center;
    list-style: none;
    padding: 0;
  }
  .footer-links li::before { display: none; }

  /* Hero section */
  .hero h1 { font-size: 2rem; line-height: 1.2; }
  .hero-sub { font-size: 0.95rem; }
  .hero-btns { flex-direction: column; gap: 12px; align-items: center; }
  .hero-btns .btn { text-align: center; justify-content: center; width: 100%; max-width: 280px; }

  /* Mobile nav Get a Quote button — compact, centred */
  .mobile-nav .btn {
    display: block;
    width: auto;
    max-width: 220px;
    margin: 8px auto 4px;
    text-align: center;
    padding: 10px 24px;
    font-size: 0.88rem;
  }

  /* Service section image heights */
  .service-img img { height: 220px; object-fit: cover; width: 100%; border-radius: var(--radius-md); }

  /* Service CTA boxes stack buttons */
  .service-cta-box div[style*="display:flex"] { flex-direction: column !important; align-items: stretch !important; }
  .service-cta-box .btn { text-align: center !important; width: 100% !important; max-width: 320px; margin: 0 auto; }

  /* CTA banner */
  .cta-banner div[style*="display:flex"] { flex-direction: column !important; align-items: stretch !important; }
  .cta-banner .btn { width: 100%; text-align: center; }

  /* Testimonial cards */
  .testimonial-card { padding: 24px 20px; }

  /* Booking form progress labels */
  .step-label { font-size: 0.7rem; }

  /* Suburb chips */
  .service-areas-grid { gap: 8px; }

  /* Section headings */
  .section-title { font-size: 1.8rem; }

  /* Why-choose image */
  .why-img img { height: 280px; }

  /* Gallery preview cards */
  .gallery-grid { grid-template-columns: 1fr 1fr; }

  /* About page cert strip */
  .certs-strip { flex-wrap: wrap; gap: 12px; justify-content: center; }

  /* Contact details */
  .contact-info-item { flex-wrap: wrap; }
}

/* ── Small mobile (≤480px) ── */
@media (max-width: 480px) {
  /* Containers */
  .container { padding: 0 16px; }

  /* Navbar and logo */
  .navbar { height: 68px !important; }
  .navbar-logo-img { height: 54px; }
  .footer-logo-img { height: 44px; padding: 4px 10px; }

  /* Floating call btn — compact circle, phone icon visible */
  .floating-call-btn > span:not(.floating-call-icon) { display: none; }
  .floating-call-btn {
    padding: 0;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    bottom: 90px;   /* clear gap above scroll-to-top */
    right: 20px;
  }
  .floating-call-icon {
    width: 34px;
    height: 34px;
    margin: 0;
    animation: ring-pulse 2.5s ease infinite;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .floating-call-icon svg {
    width: 17px;
    height: 17px;
    fill: var(--white) !important;
    stroke: none !important;
  }
  /* Scroll-to-top — smaller on mobile */
  .scroll-top { right: 20px; bottom: 24px; width: 34px !important; height: 34px !important; }
  .scroll-top svg { width: 14px !important; height: 14px !important; }

  .floating-rate-btn { font-size: 0.8rem; padding: 8px 14px; }

  /* Typography */
  h1 { font-size: 1.8rem !important; }
  h2 { font-size: 1.5rem !important; }
  h3 { font-size: 1.2rem; }
  .hero h1 { font-size: 1.7rem !important; }

  /* Services grid — single column */
  .services-grid { grid-template-columns: 1fr; }

  /* Service radio grid — 1 per row */
  .service-radio-grid { grid-template-columns: 1fr; }

  /* Cards */
  .card-img-wrap { height: 180px; }
  .card-body { padding: 20px; }

  /* Trust bar */
  .trust-number { font-size: 1.4rem !important; }

  /* Rating section */
  .rating-section { padding: 56px 0; }
  .rating-big-number { font-size: 3rem; }
  .star-input-btn svg { width: 26px; height: 26px; }

  /* Suburb chips */
  .suburb-chip { font-size: 0.78rem; padding: 5px 10px; }

  /* Gallery */
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-masonry { grid-template-columns: 1fr 1fr; }

  /* Footer */
  .footer { padding: 48px 0 24px; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: center; font-size: 0.78rem; }
  .footer-bottom span { display: block; }
  .social-links { gap: 10px; }
  .social-link { width: 38px; height: 38px; }

  /* Lightbox */
  .lightbox-inner { border-radius: var(--radius-md); }
  .lightbox-img { max-height: 56vh; object-fit: contain; }
  .lightbox-caption { font-size: 0.85rem; padding: 10px 12px; }

  /* Booking steps */
  .progress-step span { font-size: 0.68rem; }
  .step-connector { flex: 1; }

  /* Team grid */
  .team-grid { grid-template-columns: 1fr; }

  /* Page hero */
  .page-hero { padding: 60px 0 40px; }
  .page-hero h1 { font-size: 1.8rem; }

  /* Section CTA boxes */
  div[style*="display:flex"][style*="gap:16px"] { flex-direction: column !important; align-items: stretch !important; }
}

/* ── Extra small (≤380px) ── */
@media (max-width: 380px) {
  .hero h1 { font-size: 1.5rem !important; }
  .navbar { height: 62px !important; }
  .navbar-logo-img { height: 46px; }
  .section-title { font-size: 1.4rem; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .service-radio-grid { grid-template-columns: 1fr; }
  .btn-lg { padding: 12px 20px; font-size: 0.95rem; }
}
