:root {
  --hub-ink: #171615;
  --hub-muted: #68625a;
  --hub-line: rgba(23, 22, 21, .12);
  --hub-soft: #f7f3ed;
  --hub-cream: #fbfaf7;
  --hub-gold: #c9a961;
  --hub-gold-deep: #8b7530;
  --hub-green: #516f61;
  --hub-shadow: 0 24px 64px rgba(23, 22, 21, .12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.local-hub-page {
  margin: 0;
  color: var(--hub-ink);
  background: var(--hub-cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.local-hub-page a {
  color: inherit;
}

.hub-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hub-eyebrow,
.hub-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--hub-gold-deep);
  font-size: .74rem;
  font-weight: 820;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hub-eyebrow::before,
.hub-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--hub-gold);
}

.hub-hero {
  position: relative;
  min-height: min(58vh, 590px);
  overflow: hidden;
  color: #fff;
  background: #171615;
  isolation: isolate;
}

.hub-hero-media,
.hub-hero-media img {
  position: absolute;
  inset: 0;
}

.hub-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hub-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 10, 9, .82) 0%, rgba(11, 10, 9, .58) 45%, rgba(11, 10, 9, .2) 100%),
    linear-gradient(180deg, rgba(11, 10, 9, .2) 0%, rgba(11, 10, 9, .5) 100%);
}

.hub-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: inherit;
  padding: 96px 0 40px;
}

.hub-hero-copy {
  max-width: 900px;
}

.hub-hero h1 {
  max-width: 860px;
  margin: 18px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5.15rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: .96;
}

.hub-hero p {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1.12rem;
  line-height: 1.72;
}

.hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hub-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  color: #fff;
  font-weight: 820;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.hub-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, .48);
}

.hub-btn-primary {
  border-color: #fff;
  background: #fff;
  color: #171615;
}

.local-hub-page .hub-btn.hub-btn-primary {
  color: #171615 !important;
}

.hub-btn-secondary {
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(10px);
}

.hub-section {
  padding: clamp(64px, 8vw, 104px) 0;
}

.hub-section-alt {
  background: #fff;
}

.hub-intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
}

.hub-intro h2,
.hub-section-head h2,
.hub-local h2,
.hub-process h2,
.hub-faq h2 {
  margin: 12px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.65rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.hub-intro p,
.hub-section-head p,
.hub-local p,
.hub-process p,
.hub-faq p {
  margin: 18px 0 0;
  color: var(--hub-muted);
  font-size: 1rem;
  line-height: 1.78;
}

.hub-proof {
  display: grid;
  gap: 12px;
}

.hub-proof article,
.hub-service-card,
.hub-area-card,
.hub-step,
.hub-faq details {
  border: 1px solid var(--hub-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 16px 44px rgba(23, 22, 21, .06);
}

.hub-proof article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  padding: 20px;
}

.hub-proof span,
.hub-step span {
  color: var(--hub-gold-deep);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.hub-proof strong,
.hub-service-card h3,
.hub-area-card h3,
.hub-step h3,
.hub-faq summary {
  color: var(--hub-ink);
  font-size: 1.04rem;
  font-weight: 850;
  line-height: 1.25;
}

.hub-proof p,
.hub-service-card p,
.hub-area-card p,
.hub-step p,
.hub-faq details p {
  margin: 8px 0 0;
  color: var(--hub-muted);
  font-size: .94rem;
  line-height: 1.68;
}

.hub-section-head {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(300px, .7fr);
  gap: 32px;
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.hub-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hub-service-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.hub-service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 169, 97, .46);
  box-shadow: var(--hub-shadow);
}

.hub-service-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--hub-soft);
}

.hub-service-card div {
  flex: 1;
  padding: 18px;
}

.hub-service-card .hub-link-cue {
  display: inline-flex;
  margin-top: 14px;
  color: var(--hub-gold-deep);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hub-local {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(340px, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.hub-area-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hub-area-card {
  padding: 18px;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

a.hub-area-card:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 169, 97, .44);
  box-shadow: var(--hub-shadow);
}

.hub-process {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(360px, 1.05fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.hub-steps {
  display: grid;
  gap: 12px;
}

.hub-step {
  padding: 20px;
}

.hub-faq {
  display: grid;
  grid-template-columns: minmax(0, .65fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.hub-faq-list {
  display: grid;
  gap: 12px;
}

.hub-note-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.hub-note-list li {
  position: relative;
  padding-left: 18px;
  color: var(--hub-muted);
  font-size: .96rem;
  line-height: 1.7;
}

.hub-note-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--hub-gold);
}

.hub-faq details {
  padding: 0;
  overflow: hidden;
}

.hub-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  list-style: none;
}

.hub-faq summary::-webkit-details-marker {
  display: none;
}

.hub-faq details p {
  margin: 0;
  padding: 0 20px 20px;
}

.hub-final {
  background: linear-gradient(180deg, #171615 0%, #25211c 100%);
  color: #fff;
}

.hub-final .hub-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}

.hub-final h2 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.65rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.hub-final p {
  max-width: 640px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .76);
}

@media (max-width: 980px) {
  .hub-intro,
  .hub-section-head,
  .hub-local,
  .hub-process,
  .hub-faq,
  .hub-final .hub-container {
    grid-template-columns: 1fr;
  }

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

  .hub-final .hub-container {
    align-items: start;
  }

  .hub-hero h1 {
    font-size: 4.25rem;
  }

  .hub-intro h2,
  .hub-section-head h2,
  .hub-local h2,
  .hub-process h2,
  .hub-faq h2,
  .hub-final h2 {
    font-size: 3rem;
  }
}

@media (max-width: 680px) {
  .hub-container {
    width: min(100% - 28px, 1180px);
  }

  .hub-hero {
    min-height: 68vh;
  }

  .hub-hero h1 {
    font-size: 3.2rem;
  }

  .hub-hero p {
    font-size: 1rem;
  }

  .hub-intro h2,
  .hub-section-head h2,
  .hub-local h2,
  .hub-process h2,
  .hub-faq h2,
  .hub-final h2 {
    font-size: 2.35rem;
  }

  .hub-actions,
  .hub-btn {
    width: 100%;
  }

  .hub-services-grid,
  .hub-area-grid {
    grid-template-columns: 1fr;
  }

  .hub-proof article {
    grid-template-columns: 1fr;
  }
}
