.local-page .site-header:not(.scrolled):not(.nav-active) {
  background: linear-gradient(180deg, rgba(6, 18, 29, 0.72), transparent);
}

.local-hero {
  position: relative;
  min-height: min(780px, 82svh);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
}

.local-hero > img,
.local-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.local-hero > img {
  object-fit: cover;
  object-position: center;
}

.local-hero-shade {
  background: linear-gradient(90deg, rgba(4, 22, 36, 0.94), rgba(4, 22, 36, 0.66) 58%, rgba(4, 22, 36, 0.18)), linear-gradient(0deg, rgba(4, 22, 36, 0.72), transparent 54%);
}

.local-hero-copy {
  position: relative;
  z-index: 1;
  padding: calc(var(--header-h) + 110px) 0 68px;
}

.local-hero-copy h1 {
  max-width: 880px;
  font-size: clamp(2.7rem, 5.4vw, 4.8rem);
  line-height: 0.99;
}

.local-hero-copy > p:not(.eyebrow) {
  max-width: 690px;
  margin-top: 20px;
  color: rgba(255,255,255,.86);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.local-hero-copy .eyebrow { color: var(--blue-soft); margin-bottom: 14px; }

.area-crumbs {
  display: flex;
  gap: 10px;
  padding-top: 18px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 750;
}

.area-crumbs a { color: var(--blue); }

.local-story-grid,
.local-access-grid,
.local-coach-grid,
.local-faq-grid,
.local-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
}

.local-story-grid h2,
.local-access-grid h2,
.local-faq-grid h2,
.local-contact-grid h2 {
  margin-top: 12px;
}

.local-prose { display: grid; gap: 20px; }
.local-prose p { font-size: 1.06rem; }

.local-access-band {
  padding: clamp(64px, 8vw, 104px) 0;
  background: var(--paper);
  border-block: 1px solid var(--line);
}

.local-access-grid > div > p:not(.eyebrow) { margin-top: 18px; }

.local-access-grid ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  list-style: none;
  background: var(--line);
}

.local-access-grid li {
  min-height: 142px;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  background: var(--white);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 850;
}

.text-link {
  display: inline-block;
  margin-top: 22px;
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.text-link.light { color: var(--blue-soft); }

.local-program-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.local-program-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
}

.local-program-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.local-program-grid article > div { padding: 22px; }
.local-program-grid p { margin-top: 10px; font-size: .94rem; }
.local-program-grid a { display: inline-block; margin-top: 18px; color: var(--blue); font-weight: 900; }

.local-space-strip {
  padding: clamp(68px, 9vw, 112px) 0;
  background: var(--ink);
  color: var(--white);
}

.local-space-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) repeat(2, minmax(0, .6fr));
  gap: 14px;
  align-items: stretch;
}

.local-space-copy { padding: clamp(10px, 2vw, 28px) clamp(18px, 3vw, 42px) clamp(10px, 2vw, 28px) 0; }
.local-space-copy h2 { margin-top: 12px; font-size: clamp(2rem, 3.6vw, 3.5rem); }
.local-space-copy p:not(.eyebrow) { margin-top: 18px; color: rgba(255,255,255,.76); }
.local-space-grid img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; border: 1px solid rgba(255,255,255,.14); }
.local-space-grid img:last-child { object-position: center 32%; }

.schedule-cta { margin-top: 26px; }

.local-coach-grid { align-items: center; }
.local-coach-grid > img { width: 100%; max-height: 620px; object-fit: cover; object-position: center top; }
.local-coach-grid h2 { margin-top: 12px; }
.local-coach-grid p:not(.eyebrow) { margin-top: 18px; }

.local-faq-section { background: var(--paper); }
.local-faq-list { border-top: 1px solid var(--line); }
.local-faq-list details { border-bottom: 1px solid var(--line); }
.local-faq-list summary { position: relative; padding: 22px 48px 22px 0; color: var(--ink); font-weight: 850; cursor: pointer; list-style: none; }
.local-faq-list summary::-webkit-details-marker { display: none; }
.local-faq-list summary::after { content: '+'; position: absolute; right: 4px; top: 17px; color: var(--blue); font-size: 1.7rem; font-weight: 450; }
.local-faq-list details[open] summary::after { content: '-'; }
.local-faq-list details p { padding: 0 46px 24px 0; }

.local-contact-grid { align-items: stretch; }
.local-contact-grid iframe { width: 100%; min-height: 430px; border: 0; }
.local-contact-grid .contact-links { margin-top: 22px; }
.local-contact-grid .hero-actions { margin-top: 28px; }

.local-neighbourhoods { padding: 42px 0; border-top: 1px solid var(--line); background: var(--white); }
.local-neighbourhoods .section-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.local-neighbourhoods h2 { font-size: 1.15rem; }
.local-neighbourhoods .section-inner > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 20px; }
.local-neighbourhoods a { color: var(--blue-dark); font-size: .88rem; font-weight: 850; }
.local-neighbourhoods a[aria-current="page"] { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 1000px) {
  .local-program-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .local-space-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .local-space-copy { grid-column: 1 / -1; padding: 0 0 24px; }
  .local-space-grid img { min-height: 380px; }
}

@media (max-width: 760px) {
  .local-hero { min-height: 720px; }
  .local-hero-copy { padding-bottom: 44px; }
  .local-story-grid,
  .local-access-grid,
  .local-coach-grid,
  .local-faq-grid,
  .local-contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .local-access-grid ul { grid-template-columns: 1fr; }
  .local-access-grid li { min-height: 92px; }
  .local-program-grid { grid-template-columns: 1fr; }
  .local-space-grid { grid-template-columns: 1fr; }
  .local-space-grid img { min-height: 360px; max-height: 500px; }
  .local-contact-grid iframe { min-height: 360px; }
  .local-neighbourhoods .section-inner { align-items: flex-start; flex-direction: column; }
  .local-neighbourhoods .section-inner > div { justify-content: flex-start; }
}
