/*
 * Reusable city-hub presentation layer.
 * Visual reference: the primary /appliance-repair/ page, with verified claims only.
 */

.local-city-template {
  --location-canvas: var(--color-gray-50);
  --location-surface: #FCFDFE;
  --location-soft: var(--color-primary-50);
  --location-ink: var(--color-primary-900);
  --location-muted: var(--color-gray-600);
  --location-line: var(--color-gray-200);
  --location-shadow: 0 18px 48px oklch(0.32 0.07 250 / 0.12);
  color: var(--location-ink);
  background: var(--location-canvas);
}

.local-city-template .rh-breadcrumb {
  max-width: 1180px;
  padding: 14px 20px;
  color: var(--location-muted);
}

.local-city-template .rh-breadcrumb a {
  color: var(--primary-dark);
  font-weight: var(--fw-semi);
}

.location-hero {
  position: relative;
  overflow: clip;
  color: var(--location-ink);
  background:
    radial-gradient(circle at 92% 9%, oklch(0.93 0.06 242 / 0.76), transparent 34%),
    radial-gradient(circle at 5% 92%, oklch(0.95 0.045 151 / 0.56), transparent 28%),
    var(--location-canvas);
  border-bottom: 1px solid var(--location-line);
}

.location-hero::after {
  inset: auto -110px -170px auto;
  width: 360px;
  height: 360px;
  background: oklch(0.78 0.11 242 / 0.16);
}

.location-hero .rh-hero-grid {
  max-width: 1180px;
  gap: 42px;
  padding: 42px 20px 56px;
}

.location-hero-copy {
  position: relative;
  z-index: 1;
}

.location-hero .rh-kicker {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 15px;
  border: 1px solid oklch(0.75 0.09 151 / 0.42);
  border-radius: var(--radius-full);
  color: var(--cta-dark);
  background: var(--cta-light);
  font-size: 0.82rem;
  letter-spacing: 0.015em;
  text-transform: none;
}

.location-hero .rh-kicker::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cta);
}

.location-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--location-ink);
  font-size: clamp(2.15rem, 6.7vw, 3.55rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.location-hero h1 span {
  color: var(--primary);
}

.location-hero .rh-answer {
  max-width: 62ch;
  margin-bottom: 24px;
  color: var(--location-muted);
  font-size: clamp(1.02rem, 2.4vw, 1.15rem);
  line-height: 1.68;
}

.location-hero .rh-hero-actions {
  margin-bottom: 26px;
}

.location-hero .rh-btn {
  min-height: 52px;
  box-shadow: none;
  transition:
    transform var(--transition-fast),
    background-color var(--transition-fast),
    border-color var(--transition-fast),
    box-shadow var(--transition-fast);
}

.location-hero .rh-btn-primary {
  color: var(--text-inverse);
  background: var(--cta);
  box-shadow: 0 10px 24px oklch(0.45 0.12 151 / 0.2);
}

.location-hero .rh-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px oklch(0.45 0.12 151 / 0.25);
}

.location-hero .rh-btn-ghost {
  color: var(--primary-dark);
  border-color: var(--color-primary-200);
  background: var(--location-surface);
}

.location-hero .rh-btn-ghost:hover {
  transform: translateY(-2px);
  border-color: var(--primary);
  background: var(--color-primary-50);
}

.location-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  max-width: 720px;
  color: var(--location-muted);
  font-size: 0.92rem;
}

.location-hero-trust span {
  position: relative;
  padding-left: 24px;
}

.location-hero-trust span::before {
  position: absolute;
  top: 0.18em;
  left: 0;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  color: var(--text-inverse);
  background: var(--primary);
  font-size: 0.68rem;
  font-weight: var(--fw-black);
  content: "✓";
}

.location-hero-trust strong {
  color: var(--location-ink);
}

.location-hero-media {
  position: relative;
  align-self: end;
  width: min(100%, 360px);
  margin: 0 auto;
}

.location-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 350 / 437;
  border: 1px solid var(--location-line);
  border-radius: 24px;
  object-fit: cover;
  box-shadow: var(--location-shadow);
}

.location-price-badge {
  position: absolute;
  right: -14px;
  bottom: 18px;
  display: grid;
  min-width: 190px;
  padding: 13px 16px;
  border: 1px solid var(--location-line);
  border-radius: var(--radius-lg);
  background: var(--location-surface);
  box-shadow: 0 12px 32px oklch(0.32 0.07 250 / 0.16);
}

.location-price-badge span,
.location-price-badge small {
  color: var(--location-muted);
  font-size: 0.75rem;
}

.location-price-badge strong {
  color: var(--primary-dark);
  font-family: var(--font-heading);
  font-size: 1.28rem;
  line-height: 1.2;
}

.local-city-template .rh-section {
  padding: 64px 20px;
  background: var(--location-canvas);
}

.local-city-template .rh-section-alt {
  background: var(--location-soft);
}

.local-city-template .rh-content {
  max-width: 1120px;
}

.local-city-template .rh-section h2 {
  margin-bottom: 18px;
  color: var(--location-ink);
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.local-city-template .rh-section h2 span {
  color: var(--primary);
}

.local-city-template .rh-section p,
.local-city-template .rh-section li {
  color: var(--location-muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.local-city-template .rh-eyebrow {
  width: fit-content;
  margin-bottom: 14px;
  color: var(--primary-dark);
  font-size: 0.76rem;
  letter-spacing: 0.075em;
}

.local-city-template .rh-eyebrow::before {
  background: var(--color-yellow);
}

.location-booking > .rh-content > h2,
.location-booking .location-section-intro,
.location-services > .rh-content > h2,
.location-services .location-section-intro,
.location-problems > .rh-content > h2,
.location-problems .location-section-intro,
.location-cost > .rh-content > h2,
.location-cost .location-section-intro,
.location-process > .rh-content > h2,
.location-process .location-section-intro,
.location-faq > .rh-content > h2,
.location-faq .location-section-intro {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.location-section-intro {
  max-width: 700px;
}

.location-booking {
  scroll-margin-top: 104px;
  background: linear-gradient(180deg, var(--color-primary-50) 0%, var(--location-surface) 100%) !important;
}

.location-booking .location-section-intro a {
  color: var(--primary-dark);
  font-weight: var(--fw-bold);
  text-decoration: none;
}

.location-booking-reassure {
  display: flex;
  max-width: 760px;
  gap: 10px 20px;
  margin: 20px auto 0;
  flex-wrap: wrap;
  justify-content: center;
  color: var(--location-muted);
  font-size: 0.92rem;
}

.location-booking-reassure span {
  position: relative;
  padding-left: 22px;
}

.location-booking-reassure span::before {
  position: absolute;
  left: 0;
  color: var(--cta);
  font-weight: var(--fw-black);
  content: "✓";
}

.location-booking-card {
  position: relative;
  overflow: hidden;
  max-width: 760px;
  min-height: 620px;
  margin: 28px auto 0;
  padding: 10px;
  border: 1px solid var(--location-line);
  border-radius: var(--radius-xl);
  background: var(--location-surface);
  box-shadow: 0 12px 40px oklch(0.45 0.12 250 / 0.12);
}

.location-booking-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--location-muted);
  font-weight: var(--fw-semi);
}

.location-booking-card iframe {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 600px;
  border: 0;
  border-radius: var(--radius-lg);
  background: transparent;
}

.location-booking-card.is-loaded .location-booking-loading {
  display: none;
}

.local-city-template .location-services,
.local-city-template .location-problems {
  background: var(--location-soft);
}

.location-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 34px;
}

.location-service-card {
  position: relative;
  display: flex;
  overflow: hidden;
  min-width: 0;
  padding: 32px 24px;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--location-line);
  border-radius: var(--radius-lg);
  background: var(--location-surface);
  box-shadow: 0 8px 24px oklch(0.32 0.07 250 / 0.08);
  text-align: center;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.location-service-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--cta));
  opacity: 0;
  transition: opacity var(--transition-fast);
  content: "";
}

.location-service-card:hover {
  box-shadow: var(--location-shadow);
  transform: translateY(-5px);
}

.location-service-card:hover::before {
  opacity: 1;
}

.location-service-card img {
  display: block;
  width: 260px;
  max-width: 100%;
  height: 220px;
  margin: 0 auto 18px;
  object-fit: contain;
}

.location-service-card h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.location-service-card h3 a {
  color: var(--primary-dark);
  text-decoration: none;
}

.location-service-card h3 a:focus-visible,
.location-problem-card > a:focus-visible,
.location-reviews-button:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 3px;
}

.location-service-card p {
  margin-bottom: 18px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.location-card-cta {
  display: flex;
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  padding: 12px 18px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  color: var(--text-inverse);
  background: var(--cta);
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: var(--fw-bold);
  text-decoration: none;
  transition: background-color var(--transition-fast), transform var(--transition-fast);
}

.location-card-cta:hover,
.location-card-cta:focus-visible {
  background: var(--cta-dark);
  transform: translateY(-2px);
}

.location-problems {
  border-top: 1px solid var(--location-line);
}

.location-problems-grid {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

.location-problem-card {
  padding: 28px;
  border: 1px solid var(--location-line);
  border-radius: var(--radius-lg);
  background: var(--location-surface);
  transition: box-shadow var(--transition-fast);
}

.location-problem-card:hover {
  box-shadow: var(--location-shadow);
}

.location-problem-card h3 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 32px;
  color: var(--location-ink);
  font-size: 1.08rem;
}

.location-problem-card h3::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: var(--text-inverse);
  background: var(--primary);
  font-size: 0.72rem;
  content: "✓";
}

.location-problem-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.location-problem-card li {
  position: relative;
  padding-left: 21px;
  font-size: 0.92rem !important;
  line-height: 1.5 !important;
}

.location-problem-card li::before {
  position: absolute;
  left: 0;
  color: var(--cta);
  font-weight: var(--fw-black);
  content: "✓";
}

.location-problem-card > a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  color: var(--primary-dark);
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: var(--fw-bold);
  text-decoration: none;
}

.location-cost-table-wrap {
  overflow-x: auto;
  margin-top: 34px;
  border: 1px solid var(--location-line);
  border-radius: var(--radius-lg);
  background: var(--location-surface);
  box-shadow: 0 8px 24px oklch(0.32 0.07 250 / 0.08);
}

.location-cost-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.location-cost-table caption {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.location-cost-table th {
  padding: 15px 20px;
  color: var(--text-inverse);
  background: var(--primary);
  font-family: var(--font-heading);
  font-weight: var(--fw-semi);
  text-align: left;
}

.location-cost-table td {
  padding: 14px 20px;
  border-bottom: 1px solid var(--location-line);
  color: var(--location-muted);
  vertical-align: top;
}

.location-cost-table td:first-child {
  color: var(--location-ink);
  font-weight: var(--fw-semi);
}

.location-cost-table tr:nth-child(even) td {
  background: var(--color-primary-50);
}

.location-cost-table tr:last-child td {
  border-bottom: 0;
}

.local-city-template .location-why {
  position: relative;
  overflow: hidden;
  color: var(--text-inverse);
  background: linear-gradient(135deg, var(--primary) 0%, var(--color-primary-800) 54%, var(--primary-dark) 100%);
}

.location-why::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 15% 85%, oklch(0.78 0.11 242 / 0.3), transparent),
    radial-gradient(ellipse 60% 60% at 85% 15%, oklch(0.72 0.13 278 / 0.22), transparent);
  pointer-events: none;
  content: "";
}

.location-why .rh-content {
  position: relative;
  z-index: 1;
}

.local-city-template .location-why h2,
.local-city-template .location-why .location-section-intro {
  margin-right: auto;
  margin-left: auto;
  color: var(--text-inverse);
  text-align: center;
}

.local-city-template .location-why h2 span {
  color: var(--color-yellow);
}

.location-scope-grid {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

.location-scope-card {
  padding: 28px 22px;
  border: 1px solid oklch(0.96 0.02 250 / 0.18);
  border-radius: var(--radius-lg);
  background: oklch(0.96 0.02 250 / 0.1);
  text-align: center;
}

.location-scope-card > span {
  display: grid;
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 50%;
  color: var(--primary-dark);
  background: var(--color-yellow);
  font-family: var(--font-heading);
  font-weight: var(--fw-black);
}

.location-scope-card h3 {
  margin-bottom: 9px;
  color: var(--text-inverse);
  font-size: 1.1rem;
}

.local-city-template .location-scope-card p {
  color: oklch(0.95 0.015 250 / 0.82);
  font-size: 0.94rem;
  line-height: 1.65;
}

.local-city-template .rh-split {
  align-items: start;
}

.local-city-template .rh-aside {
  border-color: var(--color-primary-200);
  background: var(--location-surface);
  box-shadow: 0 10px 30px oklch(0.32 0.07 250 / 0.08);
}

.local-city-template .rh-aside h3 {
  color: var(--location-ink);
}

.location-scope .rh-aside {
  border-top: 4px solid var(--primary);
}

.location-testimonials-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.location-proof {
  background: #FFFFFF;
  text-align: center;
}

.location-video-testimonial {
  min-width: 0;
}

.location-video-testimonial lite-youtube {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--location-line);
  border-radius: var(--radius-xl);
  background-color: #000000;
  background-position: center;
  background-size: cover;
  box-shadow: var(--location-shadow);
  cursor: pointer;
}

.location-video-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: grid;
  width: 66px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 12px;
  color: var(--text-inverse);
  background: #FF0000;
  box-shadow: 0 12px 28px oklch(0.2 0.06 250 / 0.32);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform var(--transition-fast), background-color var(--transition-fast);
}

.location-video-play:hover,
.location-video-play:focus-visible {
  background: #D90000;
  transform: translate(-50%, -50%) scale(1.06);
}

.location-video-play span {
  margin-left: 4px;
  font-size: 1.55rem;
}

.location-video-testimonial lite-youtube.activated .location-video-play {
  display: none;
}

.location-video-testimonial iframe {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.location-reviews-button {
  display: inline-flex;
  min-height: 48px;
  gap: 9px;
  margin: 28px auto 0;
  padding: 11px 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary);
  border-radius: var(--radius-full);
  color: var(--primary-dark);
  background: var(--location-surface);
  font-size: 0.9rem;
  font-weight: var(--fw-bold);
  text-decoration: none;
}

.location-reviews-button span {
  color: #4285F4;
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.location-brands {
  overflow: hidden;
}

.location-brands h2,
.location-brands .location-section-intro {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.location-brands-highway {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.location-brands-marquee {
  position: relative;
  overflow: hidden;
  padding: 8px 0;
}

.location-brands-marquee::before,
.location-brands-marquee::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 80px;
  pointer-events: none;
  content: "";
}

.location-brands-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--location-soft), transparent);
}

.location-brands-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--location-soft), transparent);
}

.location-brands-track {
  display: flex;
  width: max-content;
  gap: 28px;
  align-items: center;
  animation: location-brand-scroll 34s linear infinite;
}

.location-brands-reverse .location-brands-track {
  animation-direction: reverse;
  animation-duration: 38s;
}

.location-brands-track:hover {
  animation-play-state: paused;
}

.location-brand-item {
  display: flex;
  min-width: 140px;
  min-height: 72px;
  padding: 14px 24px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--location-line);
  border-radius: var(--radius-lg);
  background: var(--location-surface);
  box-shadow: 0 8px 22px oklch(0.32 0.07 250 / 0.08);
  text-decoration: none;
  transition: border-color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
}

.location-brand-item:hover,
.location-brand-item:focus-visible {
  border-color: var(--primary);
  box-shadow: var(--location-shadow);
  transform: translateY(-3px);
}

.location-brand-item img {
  display: block;
  width: 100%;
  max-width: 110px;
  height: 44px;
  object-fit: contain;
  filter: grayscale(30%);
  opacity: 0.76;
  transition: filter var(--transition-fast), opacity var(--transition-fast);
}

.location-brand-item:hover img,
.location-brand-item:focus-visible img {
  filter: none;
  opacity: 1;
}

@keyframes location-brand-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.location-area > .rh-content > .rh-eyebrow,
.location-area > .rh-content > h2 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.location-area-content {
  display: grid;
  gap: 32px;
  margin-top: 32px;
}

.location-area-copy p {
  max-width: 66ch;
  color: var(--location-muted);
  line-height: 1.75;
}

.location-neighbourhood-grid {
  display: grid;
  gap: 12px;
}

.location-neighbourhood {
  display: flex;
  min-height: 48px;
  gap: 9px;
  padding: 12px 16px;
  align-items: center;
  border-radius: var(--radius-md);
  color: var(--primary-dark);
  background: var(--color-primary-100);
  font-weight: var(--fw-semi);
}

.location-neighbourhood svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: currentColor;
}

.local-city-template .rh-symptom-list {
  margin-top: 30px;
  border-top-color: var(--location-line);
  counter-reset: symptom;
}

.local-city-template .rh-symptom-list .rh-problem {
  position: relative;
  padding-left: 52px;
  counter-increment: symptom;
}

.local-city-template .rh-symptom-list .rh-problem::before {
  position: absolute;
  top: 22px;
  left: 0;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--primary-dark);
  background: var(--color-primary-100);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: var(--fw-bold);
  content: counter(symptom, decimal-leading-zero);
}

.local-city-template .rh-readable {
  max-width: 820px;
}

.local-city-template .rh-readable p {
  max-width: 70ch;
}

.local-city-template .rh-chip,
.local-city-template .rh-link-list a {
  border-color: var(--location-line);
  color: var(--primary-dark);
  background: var(--location-surface);
}

.local-city-template .rh-chip {
  color: var(--location-ink);
}

.local-city-template .rh-process {
  margin-top: 34px;
}

.local-city-template .rh-process li {
  padding: 68px 0 0;
}

.local-city-template .rh-process li::before {
  width: 48px;
  height: 48px;
  background: var(--primary);
  box-shadow: 0 8px 22px oklch(0.5 0.15 250 / 0.2);
}

.local-city-template .rh-process strong {
  margin-bottom: 7px;
  color: var(--location-ink);
  font-size: 1.02rem;
}

.local-city-template .rh-faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
}

.location-faq .rh-faq-list {
  margin: 34px auto 0;
}

.local-city-template .rh-faq-list details {
  overflow: hidden;
  border: 1px solid var(--location-line);
  border-radius: var(--radius-lg);
  background: var(--location-surface);
}

.local-city-template .rh-faq-list summary {
  position: relative;
  padding: 19px 54px 19px 20px;
  color: var(--location-ink);
  list-style: none;
}

.local-city-template .rh-faq-list summary::-webkit-details-marker {
  display: none;
}

.local-city-template .rh-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--primary);
  font-size: 1.35rem;
  line-height: 1;
  content: "+";
  transform: translateY(-50%);
}

.local-city-template .rh-faq-list details[open] summary::after {
  content: "−";
}

.local-city-template .rh-faq-list details p {
  padding: 0 20px 20px;
}

.location-links .rh-split {
  gap: 46px;
}

.location-links h2 {
  font-size: clamp(1.3rem, 3vw, 1.6rem) !important;
}

@media (min-width: 640px) {
  .location-testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-services-grid,
  .location-problems-grid,
  .location-scope-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 820px) {
  .location-hero .rh-hero-grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.75fr);
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .local-city-template .rh-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .local-city-template .rh-process {
    position: relative;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 44px;
  }

  .local-city-template .rh-process::before {
    position: absolute;
    top: 23px;
    right: 12%;
    left: 12%;
    height: 2px;
    background: var(--location-line);
    content: "";
  }

  .local-city-template .rh-process li::before {
    left: 0;
  }

  .location-area-content {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
    gap: 48px;
    align-items: start;
  }

  .location-neighbourhood-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1040px) {
  .location-testimonials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .location-services-grid,
  .location-problems-grid,
  .location-scope-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 819px) {
  .location-hero-media {
    width: min(88%, 330px);
  }

  .location-price-badge {
    right: -10px;
  }

  .local-city-template .rh-symptom-list .rh-problem {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.location-page-active .mobile-bar {
    opacity: 0;
    pointer-events: none;
    transform: translateY(110%);
    transition: opacity var(--transition-fast), transform var(--transition-fast);
  }

  body.location-page-active .mobile-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (max-width: 560px) {
  .location-hero .rh-hero-grid {
    padding-top: 30px;
    padding-bottom: 44px;
  }

  .location-hero h1 {
    font-size: clamp(2rem, 10.5vw, 2.65rem);
  }

  .location-hero .rh-answer {
    font-size: 1rem;
  }

  .location-hero-trust {
    display: grid;
    gap: 10px;
  }

  .location-price-badge {
    right: -6px;
    bottom: 12px;
    min-width: 174px;
  }

  .local-city-template .rh-section {
    padding: 48px 20px;
  }

  .location-booking-card {
    min-height: 560px;
    padding: 6px;
    border-radius: var(--radius-lg);
  }

  .location-booking-card iframe {
    min-height: 548px;
  }

  .location-service-card {
    max-width: 400px;
    margin: 0 auto;
    padding: 24px 20px;
  }

  .location-service-card img {
    width: 220px;
    height: 190px;
  }

  .local-city-template .rh-symptom-list .rh-problem {
    padding-left: 46px;
  }

  .location-links .rh-link-list a {
    width: 100%;
  }

  .location-brands-highway {
    gap: 8px;
    margin-top: 24px;
  }

  .location-brands-track {
    gap: 16px;
  }

  .location-brands-marquee::before,
  .location-brands-marquee::after {
    width: 22px;
  }

  .location-brand-item {
    min-width: 100px;
    min-height: 52px;
    padding: 8px 14px;
  }

  .location-brand-item img {
    max-width: 82px;
    height: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .local-city-template *,
  .local-city-template *::before,
  .local-city-template *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .location-brands-track {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    animation: none !important;
  }

  .location-brand-item[aria-hidden="true"],
  .location-brands-marquee::before,
  .location-brands-marquee::after {
    display: none;
  }

  body.location-page-active .mobile-bar {
    transition-duration: 0.01ms !important;
  }
}
