.local-page__breadcrumb {
  padding-top: 1.25rem;
  padding-bottom: 1rem;
}

.local-hero {
  position: relative;
  overflow: hidden;
  min-height: min(620px, 86vh);
  display: flex;
  align-items: flex-end;
  background: var(--dark);
}

.local-hero__bg,
.local-hero__overlay {
  position: absolute;
  inset: 0;
}

.local-hero__bg {
  background-size: cover;
  background-position: center;
}

.local-hero__overlay {
  background:
    radial-gradient(circle at 82% 22%, rgba(200, 65, 90, 0.22), transparent 32%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.22) 0%, rgba(10, 10, 10, 0.62) 52%, rgba(10, 10, 10, 0.92) 100%);
}

.local-hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 8rem;
  padding-bottom: 4rem;
  max-width: 960px;
}

.local-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.local-hero__title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5.6vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 1rem;
}

.local-hero__lead {
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
  max-width: 48rem;
  margin-bottom: 0.9rem;
}

.local-hero__support {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.68);
  max-width: 44rem;
  margin-bottom: 1.75rem;
}

.local-hero__actions,
.local-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.local-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-bottom: 1.6rem;
  max-width: 52rem;
}

.local-hero__stat {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.local-hero__stat strong {
  display: block;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.local-hero__stat span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
  font-size: 0.9rem;
}

.local-hero__ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.85rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.local-hero__ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--white);
}

.local-section {
  display: grid;
  gap: 2rem;
}

.local-section__header {
  max-width: 46rem;
}

.local-section__header--center {
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
}

.local-section__lead {
  color: #4b5563;
  line-height: 1.75;
  margin-top: 0.85rem;
}

.local-copy {
  max-width: 54rem;
  display: grid;
  gap: 1rem;
}

.local-copy p {
  color: #4b5563;
  line-height: 1.82;
  font-size: 1rem;
}

.local-stats,
.local-grid {
  display: grid;
  gap: 1.25rem;
}

.local-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.local-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.local-stat,
.local-card,
.local-link-card {
  border-radius: 18px;
  background: var(--white);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 6px 28px rgba(17, 17, 17, 0.05);
}

.local-stat {
  padding: 1.5rem;
}

.local-stat__value {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  color: var(--rose);
  margin-bottom: 0.35rem;
}

.local-stat__label {
  color: #4b5563;
  line-height: 1.6;
}

.local-card {
  padding: 1.55rem;
}

.local-card h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 0.7rem;
}

.local-card p {
  color: #4b5563;
  line-height: 1.72;
  font-size: 0.96rem;
}

.local-card--accent {
  border-top: 3px solid var(--rose);
}

.local-card--soft {
  background: rgba(255, 255, 255, 0.86);
}

.local-faq {
  max-width: 52rem;
  margin: 0 auto;
  display: grid;
  gap: 0.85rem;
}

.local-faq__item {
  background: var(--white);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 16px;
  overflow: hidden;
}

.local-faq__button {
  width: 100%;
  text-align: left;
  padding: 1.15rem 1.25rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--ink);
  background: transparent;
  transition: background 0.2s, color 0.2s;
}

.local-faq__button:hover,
.local-faq__button[aria-expanded="true"] {
  background: var(--rose-bg);
  color: var(--rose);
}

.local-faq__button i {
  transition: transform 0.2s ease;
}

.local-faq__button[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.local-faq__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.local-faq__panel p {
  padding: 0 1.25rem 1.2rem;
  color: #4b5563;
  line-height: 1.75;
}

.local-link-card {
  padding: 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.local-link-card strong {
  color: var(--rose);
  font-size: 1rem;
}

.local-link-card span {
  color: #4b5563;
  line-height: 1.65;
  font-size: 0.94rem;
}

.local-link-card:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 65, 90, 0.24);
  box-shadow: 0 10px 32px rgba(17, 17, 17, 0.08);
}

.local-cta {
  background:
    radial-gradient(circle at 25% 25%, rgba(200, 65, 90, 0.2), transparent 26%),
    linear-gradient(135deg, #0f0f0f 0%, #231016 46%, #0f0f0f 100%);
}

.local-cta__inner {
  max-width: 48rem;
  text-align: center;
}

.t-label--light {
  color: rgba(255, 255, 255, 0.72);
}

.local-cta h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.15;
  color: var(--white);
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.local-cta p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

@media (max-width: 980px) {
  .local-hero__stats,
  .local-stats,
  .local-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .local-hero__stats,
  .local-stats,
  .local-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .local-hero__inner {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }

  .local-hero {
    min-height: auto;
  }

  .local-hero__lead {
    font-size: 1.02rem;
  }
}
