/* ============================================================
   DentKings — City / service-area landing pages
   ============================================================ */

.city-page {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  overflow-x: hidden;
  overflow-y: auto !important;
  background: #fff;
}
.city-page .site-header {
  position: sticky;
  top: 0;
  background: #fff;
  border-bottom: 1px solid var(--line-soft);
  z-index: 50;
}
.city-page .app-scroll {
  display: block;
  overflow: visible;
  height: auto;
}

/* —— Hero —— */
.city-hero {
  position: relative;
  padding: clamp(2.4rem, 7vh, 4.5rem) clamp(1.1rem, 4vw, 3rem) clamp(2.8rem, 7vh, 4rem);
  background:
    radial-gradient(70% 80% at 90% 10%, rgba(var(--orange-rgb), 0.12), transparent 55%),
    radial-gradient(50% 60% at 0% 100%, rgba(var(--orange-rgb), 0.06), transparent 50%),
    linear-gradient(180deg, #fff 0%, var(--section-alt, #faf8f4) 100%);
  overflow: hidden;
}
.city-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.city-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 1rem;
}
.city-crumbs a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
}
.city-crumbs a:hover { color: var(--orange-deep); }
.city-crumbs span[aria-hidden] { opacity: 0.45; }
.city-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange-deep);
  margin-bottom: 0.85rem;
}
.city-kicker::before {
  content: "";
  width: 1.4rem;
  height: 2px;
  background: var(--orange);
  border-radius: var(--radius-pill);
}
.city-hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.1rem, 5.2vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin: 0 0 1rem;
}
.city-hero h1 .accent { color: var(--orange); font-style: normal; }
.city-hero-lead {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.55;
  color: var(--text);
  max-width: 34rem;
  margin: 0 0 1.5rem;
}
.city-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.4rem;
}
.city-hero-actions .btn { text-decoration: none; }
.city-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.1rem;
  font-size: 0.9rem;
  color: var(--muted);
  font-weight: 600;
}
.city-hero-meta strong { color: var(--ink); font-weight: 700; }

.city-hero-card {
  background: #fff;
  border: var(--border-card);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
  padding: 1.35rem 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.city-hero-card h2 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.02em;
}
.city-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
}
.city-stat {
  background: var(--section-alt, #faf8f4);
  border-radius: var(--radius-md);
  padding: 0.75rem 0.5rem;
  text-align: center;
}
.city-stat b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--orange-deep);
  line-height: 1.1;
}
.city-stat span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.city-shop-line {
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--text);
  margin: 0;
}
.city-shop-line a {
  color: var(--orange-deep);
  font-weight: 700;
  text-decoration: none;
}
.city-shop-line a:hover { text-decoration: underline; }

/* —— Sections —— */
.city-section {
  padding: clamp(3rem, 7vh, 5rem) clamp(1.1rem, 4vw, 3rem);
}
.city-section--alt {
  background: var(--section-alt, #faf8f4);
}
.city-section--white {
  background: #fff;
}
.city-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.city-section .section-kicker {
  margin-bottom: 0.5rem;
}
.city-section h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0 0 1rem;
}
.city-section h2 .accent { color: var(--orange); font-style: normal; }
.city-prose {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text);
  max-width: 40rem;
}
.city-prose + .city-prose { margin-top: 0.85rem; }
.city-prose strong { color: var(--ink); }

.city-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.75rem;
}
.city-card {
  background: #fff;
  border: var(--border-card);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  padding: 1.25rem 1.2rem 1.35rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.city-section--white .city-card {
  background: var(--panel-warm, #f5f0e8);
}
.city-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card-hover);
}
.city-card-num {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange-bright), var(--orange-deep));
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}
.city-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}
.city-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--muted);
}

.city-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: start;
  margin-top: 1.5rem;
}
.city-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 1rem 0 0;
  padding: 0;
}
.city-list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.45;
  color: var(--text);
}
.city-list li::before {
  content: "";
  flex: none;
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: var(--orange);
}

.city-cta-band {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

/* FAQ */
.city-faq {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 1.5rem;
  max-width: 720px;
}
.city-faq details {
  background: #fff;
  border: var(--border-card);
  border-radius: var(--radius-lg);
  padding: 0.15rem 1.1rem;
  box-shadow: var(--shadow-card);
}
.city-section--white .city-faq details {
  background: var(--panel-warm, #f5f0e8);
}
.city-faq summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.02rem;
  padding: 0.95rem 0;
  list-style: none;
  color: var(--ink);
}
.city-faq summary::-webkit-details-marker { display: none; }
.city-faq details[open] summary { color: var(--orange-deep); }
.city-faq details p {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.98rem;
}

/* Other cities strip */
.city-others {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.city-others a {
  display: inline-flex;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: #fff;
  border: 1.5px solid var(--line-soft);
  color: var(--ink);
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.city-section--white .city-others a {
  background: var(--panel-warm, #f5f0e8);
}
.city-others a:hover {
  border-color: var(--orange);
  color: var(--orange-deep);
}
.city-others a[aria-current="page"] {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
  pointer-events: none;
}

/* Bottom CTA — light band, fully labeled buttons */
.city-bottom-cta {
  text-align: center;
  padding: clamp(3rem, 8vh, 5rem) clamp(1.1rem, 4vw, 3rem);
  background:
    radial-gradient(70% 90% at 50% 0%, rgba(var(--orange-rgb), 0.08), transparent 55%),
    #fff;
  color: var(--ink);
  border-top: 1px solid var(--line-soft);
}
.city-bottom-cta h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin: 0 0 0.65rem;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.city-bottom-cta p {
  margin: 0 auto 1.5rem;
  max-width: 30rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.5;
}
.city-bottom-cta .city-hero-actions {
  justify-content: center;
  margin-bottom: 0;
  gap: 0.7rem;
}
.city-bottom-cta .btn {
  min-width: 10.5rem;
  z-index: 1;
}
.city-bottom-cta .btn-orange {
  color: #fff;
}
.city-bottom-cta .btn-ghost {
  background: #fff;
  color: var(--ink);
  box-shadow: inset 0 0 0 1.5px rgba(var(--orange-rgb), 0.85);
}
.city-bottom-cta .btn-ghost:hover {
  color: var(--orange-deep);
  box-shadow: inset 0 0 0 1.5px var(--orange-deep);
  background: rgba(var(--orange-rgb), 0.05);
}
/* phone button — darker outline for hierarchy */
.city-bottom-cta .btn-ghost.btn-ghost-phone {
  box-shadow: inset 0 0 0 1.5px rgba(25, 20, 16, 0.55);
}
.city-bottom-cta .btn-ghost.btn-ghost-phone:hover {
  box-shadow: inset 0 0 0 1.5px var(--ink);
  color: var(--ink);
  background: var(--section-alt, #faf8f4);
}

@media (max-width: 900px) {
  .city-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .city-kicker { justify-content: center; width: 100%; }
  .city-kicker::before { display: none; }
  .city-hero-lead { margin-left: auto; margin-right: auto; }
  .city-hero-actions { justify-content: center; }
  .city-hero-meta { justify-content: center; }
  .city-crumbs { justify-content: center; }
  .city-grid-3 { grid-template-columns: 1fr; }
  .city-split { grid-template-columns: 1fr; }
  .city-section h2,
  .city-prose { text-align: center; margin-left: auto; margin-right: auto; }
  .city-list { align-items: center; }
  .city-list li {
    text-align: center;
    max-width: 28rem;
    justify-content: center;
  }
  .city-list li::before { display: none; }
  .city-cta-band { justify-content: center; }
  .city-faq { margin-left: auto; margin-right: auto; }
  .city-faq details,
  .city-faq summary,
  .city-faq p {
    text-align: center;
  }
  .city-faq summary {
    justify-content: center;
  }
  .city-others { justify-content: center; }
  .city-hero-card,
  .city-hero-card h2,
  .city-stat {
    text-align: center;
  }
}
@media (max-width: 560px) {
  .city-stat-row { grid-template-columns: 1fr; }
  .city-hero-actions .btn { width: 100%; justify-content: center; }
  .city-bottom-cta .btn { width: min(100%, 20rem); justify-content: center; }
}


/* Phone densify — less vertical stretch */
@media (max-width: 900px) {
  .city-hero { padding: clamp(1.4rem, 4vh, 2.2rem) 0 clamp(1.2rem, 3vh, 1.8rem); }
  .city-section { padding: clamp(1.8rem, 4.5vh, 2.8rem) 0; }
  .city-hero h1 { font-size: clamp(1.75rem, 7vw, 2.4rem); }
  .city-hero-card { padding: 1.1rem 1.05rem 1.15rem; }
  .city-bottom-cta { padding: 1.4rem 0 1.8rem; }
}
