.area-hero {
  background: var(--accent);
  color: var(--white);
  padding: 5rem 2rem 4rem;
}
.area-hero .inner { max-width: 980px; margin: 0 auto; }
.area-hero .crumbs {
  font-family: -apple-system, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 1.5rem;
}
.area-hero .crumbs a { color: rgba(255,255,255,0.55); text-decoration: none; }
.area-hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin-bottom: 1.5rem;
  color: var(--white);
}
.area-hero p.lead {
  font-size: 1.2rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.78);
  max-width: 720px;
  margin-bottom: 2rem;
}
.area-hero .cta-row { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.area-hero .cta-row a.gold {
  background: var(--gold);
  color: var(--accent);
  padding: 0.95rem 1.75rem;
  border-radius: 3px;
  text-decoration: none;
  font-family: -apple-system, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.area-hero .cta-row a.ghost {
  border: 1px solid rgba(255,255,255,0.35);
  color: var(--white);
  padding: 0.95rem 1.75rem;
  border-radius: 3px;
  text-decoration: none;
  font-family: -apple-system, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
}

.subtopic-band {
  background: var(--white);
  padding: 4.5rem 2rem;
  border-bottom: 1px solid var(--border);
}
.subtopic-band .inner { max-width: 1200px; margin: 0 auto; }
.subtopic-band h2 {
  font-size: 1rem;
  font-family: -apple-system, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 2.5rem;
  font-weight: 400;
}
.subtopic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
}
.subtopic-card {
  background: var(--white);
  padding: 1.75rem 1.5rem;
}
.subtopic-card h3 {
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}
.subtopic-card p {
  font-size: 0.92rem;
  color: var(--mid);
  line-height: 1.6;
}

.long-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 5rem 2rem 4rem;
}
.long-content article {
  margin-bottom: 3.5rem;
}
.long-content article h2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 400;
  letter-spacing: -0.015em;
  margin-bottom: 1.25rem;
  color: var(--black);
  text-transform: none;
  font-family: 'Georgia', serif;
}
.long-content article p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--black);
}

.city-strip {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem 4rem;
}
.city-strip h2 {
  font-size: 1rem;
  font-family: -apple-system, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.city-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.5rem;
  font-family: -apple-system, sans-serif;
  font-size: 0.92rem;
}
.city-list a {
  display: block;
  padding: 0.75rem 0.9rem;
  text-decoration: none;
  color: var(--black);
  border: 1px solid var(--border);
  border-radius: 3px;
  letter-spacing: 0.02em;
}

.faq-band {
  background: var(--hint);
  padding: 5rem 2rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.faq-band .inner { max-width: 820px; margin: 0 auto; }
.faq-band h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 2.5rem;
}
.faq-item {
  border-top: 1px solid var(--border);
  padding: 1.5rem 0;
}
.faq-item h3 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
  letter-spacing: -0.005em;
  font-family: -apple-system, sans-serif;
}
.faq-item p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--mid);
}

.related-band {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem 5rem;
}
.related-band h2 {
  font-size: 1rem;
  font-family: -apple-system, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 2rem;
  font-weight: 400;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.related-grid a {
  display: block;
  padding: 1.25rem 1.25rem;
  text-decoration: none;
  color: var(--black);
  border: 1px solid var(--border);
  border-radius: 4px;
  font-family: -apple-system, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

.find-shell {
  max-width: 760px;
  margin: 0 auto;
  padding: 5rem 2rem;
  text-align: center;
}
.find-shell h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}
.find-shell p.lead {
  font-size: 1.15rem;
  color: var(--mid);
  margin-bottom: 2rem;
}
.find-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  padding: 0.5rem;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--white);
  text-align: left;
}
.find-form select, .find-form button {
  font-family: -apple-system, sans-serif;
  font-size: 0.98rem;
  border: none;
  padding: 0.95rem 1rem;
  background: transparent;
  color: var(--black);
  outline: none;
  border-radius: 4px;
}
.find-form button {
  background: var(--black);
  color: var(--white);
  cursor: pointer;
  grid-column: 1 / -1;
  letter-spacing: 0.05em;
}
.find-shell .quick {
  margin-top: 3rem;
  text-align: left;
}
.find-shell .quick h3 {
  font-family: -apple-system, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 1rem;
  font-weight: 500;
}
.find-shell .quick .row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.5rem;
}
.find-shell .quick .row a {
  display: block;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 3px;
  text-decoration: none;
  color: var(--black);
  font-family: -apple-system, sans-serif;
  font-size: 0.9rem;
}

@media (max-width: 600px) {
  .find-form { grid-template-columns: 1fr; }
}
