/* Page-specific refinements for /locations/spy-store-fort-lauderdale. */

.local-commercial .family-hero {
  background: linear-gradient(120deg, #fbf8ef 0 54%, #e8dfc7 100%);
}

.local-commercial .hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  gap: 46px;
}

.local-commercial .hero-visual {
  min-height: 560px;
}

.local-commercial .hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(164, 124, 23, .32);
  border-radius: 24px;
  box-shadow: 0 22px 42px rgba(45, 36, 18, .18);
}

.local-commercial .toc {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 14px;
  padding: 22px;
}

.local-commercial .toc strong {
  grid-column: 1 / -1;
}

.local-commercial .toc a {
  position: relative;
  padding: 10px 32px 10px 13px;
  border: 1px solid #e3dbc7;
  border-radius: 8px;
  background: #fff;
  color: #222;
  line-height: 1.35;
  text-decoration: none;
}

.local-commercial .toc a::after {
  content: "\203A";
  position: absolute;
  top: 50%;
  right: 12px;
  color: var(--red);
  font-weight: 900;
  transform: translateY(-50%);
}

.local-commercial .toc a:hover,
.local-commercial .toc a:focus-visible {
  border-color: var(--gold);
  background: #fff9e9;
}

.service-cards,
.product-categories,
.guidance-steps,
.shipping-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.store-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 920px;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
}

.store-gallery figure {
  margin: 0;
  padding: 12px;
  border: 1px solid #e2dac7;
  border-radius: 14px;
  background: #faf8f2;
}

.store-gallery img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 9px;
}

.comparison-wrap {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#comparison table {
  min-width: 900px;
}

#media video {
  display: block;
  width: min(100%, 430px);
  max-height: 720px;
  margin: 26px auto 24px;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  background: #111;
  border-radius: 14px;
}

#media .video-description,
#media .video-transcript {
  margin-top: 24px;
}

#reviews .reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

#reviews .review-card {
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  padding: 26px 24px 22px;
  border: 1px solid #ded7c8;
  border-top: 4px solid var(--gold);
  border-radius: 14px;
  background: linear-gradient(145deg, #fff, #faf7ee);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
}

#reviews .review-card blockquote {
  display: -webkit-box;
  margin: 15px 0 14px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  color: #292929;
  line-height: 1.65;
}

#reviews .review-card.is-expanded blockquote {
  display: block;
  overflow: visible;
}

#reviews .review-toggle {
  align-self: flex-start;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #7a0d11;
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
}

#reviews .review-card strong {
  display: block;
  margin-top: auto;
}

#reviews .review-card > a {
  align-self: flex-start;
  margin-top: 10px;
  padding: 7px 11px;
  border: 1px solid rgba(169, 15, 19, .3);
  border-radius: 999px;
  background: #fff;
  color: #7a0d11;
  text-decoration: none;
}

#reviews .reviews-more {
  display: inline-flex;
  margin-top: 26px;
}

.actions,
.section-actions,
.contact-actions,
.category-path .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.category-path a:not(.btn) {
  color: #750c10;
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* Desktop-only media sizing. Mobile behavior remains unchanged. */
@media (min-width: 651px) {
  .local-commercial .hero-visual {
    width: 100%;
    max-width: 460px;
    min-height: 0;
    height: 560px;
    justify-self: center;
    overflow: hidden;
  }

  .local-commercial .hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  #media video {
    width: min(100%, 320px);
    max-height: 570px;
  }
}

@media (max-width: 980px) {
  .local-commercial .hero-grid {
    grid-template-columns: 1fr;
  }

  #reviews .reviews-grid,
  .service-cards,
  .product-categories,
  .guidance-steps,
  .shipping-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .local-commercial .hero-grid {
    display: grid;
    gap: 15px;
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .local-commercial .hero-copy {
    display: contents;
  }

  .local-commercial .hero-copy .kicker { order: 1; }
  .local-commercial .hero-copy h1 { order: 2; margin-bottom: 3px; }

  .local-commercial .hero-visual {
    order: 3;
    min-height: 0;
    height: auto;
    margin: 5px 0 8px;
    overflow: visible;
    border-radius: 18px;
  }

  .local-commercial .hero-visual img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
    border-radius: 18px;
  }

  .local-commercial .hero-copy > p { order: 4; }
  .local-commercial .hero-copy .actions { order: 5; }
  .local-commercial .hero-copy > small { order: 6; }

  .local-commercial .toc,
  #reviews .reviews-grid,
  .service-cards,
  .product-categories,
  .guidance-steps,
  .shipping-steps,
  .store-gallery {
    grid-template-columns: 1fr;
  }

  .local-commercial .toc {
    gap: 7px;
    padding: 16px;
  }

  .local-commercial .toc strong { grid-column: auto; }

  .store-gallery {
    gap: 16px;
    max-width: 520px;
  }

  .store-gallery img {
    height: 230px;
  }

  #reviews .review-card {
    min-height: 0;
    padding: 24px 20px 21px;
  }

  #reviews .reviews-more {
    width: 100%;
    margin-top: 22px;
    justify-content: center;
  }

  #media video {
    margin: 22px auto 26px;
  }

  #media .video-description,
  #media .video-transcript {
    margin-top: 24px;
  }

  .actions,
  .section-actions,
  .contact-actions,
  .category-path .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .actions .btn,
  .section-actions .btn,
  .contact-actions .btn,
  .category-path .btn {
    width: 100%;
    justify-content: center;
  }
}
