/* Encore Local City — Section layouts v2 (one unique design per prompt layout) */

.lpe-local-city__article {
  margin: 0;
  padding: 0;
}

.lpe-local-city__article .lpe-hero {
  display: none;
}

/* ── Section bands (alternating cream / dark per prompt) ── */
.lpe-local-city .lpe-section {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  margin: 0;
  border: none;
}

.lpe-local-city .lpe-section--odd {
  background: var(--enc-cream, #f7f5f0);
  color: var(--enc-text-dark, #1c1c24);
  --text: var(--enc-text-dark, #1c1c24);
  --muted: var(--enc-muted-dark, #5c5c6a);
  --gold: var(--enc-gold-dark, #9a7340);
  --gold-light: #b8924f;
}

.lpe-local-city .lpe-section--even {
  background: var(--enc-dark-soft, #101016);
  color: var(--enc-text, #eeece4);
  --text: var(--enc-text, #eeece4);
  --muted: var(--enc-muted, #7e7e90);
  --gold: var(--enc-gold, #c9a86c);
  --gold-light: var(--enc-gold-light, #e2c48d);
}

.lpe-local-city .lpe-section__header,
.lpe-local-city .lpe-section__body,
.lpe-local-city .lpe-faq,
.lpe-local-city .lpe-nearby {
  max-width: var(--enc-max, 1140px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.lpe-local-city .lpe-section__header {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
  padding-left: 4.25rem;
  position: relative;
}

.lpe-local-city .section-header--center,
.lpe-local-city .lpe-section--split-right .lpe-section__header,
.lpe-local-city .lpe-section--idx-9 .lpe-section__header {
  text-align: center;
  padding-left: 1.25rem;
  max-width: 44rem;
}

.lpe-local-city .lpe-section__num {
  position: absolute;
  left: 1.25rem;
  top: -0.1em;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(201, 168, 108, 0.35);
}

.lpe-local-city .lpe-section--odd .lpe-section__num {
  -webkit-text-stroke-color: rgba(154, 115, 64, 0.35);
}

.lpe-local-city .section-header--center .lpe-section__num,
.lpe-local-city .lpe-section--split-right .lpe-section__num {
  position: static;
  display: block;
  margin-bottom: 0.35rem;
}

.lpe-local-city .lpe-section--idx-0 .lpe-section__num,
.lpe-local-city .lpe-section--idx-9 .lpe-section__num {
  display: none;
}

.lpe-local-city .lpe-section__eyebrow {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
  padding: 0.3rem 0.75rem;
  border: 1px solid rgba(201, 168, 108, 0.35);
  border-radius: 999px;
  background: rgba(201, 168, 108, 0.08);
}

.lpe-local-city .lpe-section--odd .lpe-section__eyebrow {
  background: rgba(154, 115, 64, 0.08);
  border-color: rgba(154, 115, 64, 0.3);
}

.lpe-local-city .lpe-section__heading {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.625rem, 3.5vw, 2.25rem);
  font-weight: 600;
  line-height: 1.12;
  margin: 0;
  color: var(--text);
}

.lpe-local-city .lpe-section__body h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.125rem;
  margin: 0 0 0.75rem;
  color: var(--text);
}

.lpe-local-city .lpe-section__body p {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.65;
}

/* ── Buttons ── */
.lpe-local-city .lpe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.5rem;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.lpe-local-city .lpe-btn--primary {
  background: var(--enc-gold, #c9a86c);
  color: var(--enc-dark, #09090d);
  border: none;
}

.lpe-local-city .lpe-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(201, 168, 108, 0.35);
}

.lpe-local-city .lpe-btn--secondary {
  background: transparent;
  color: var(--gold);
  border: 1px solid rgba(201, 168, 108, 0.4);
}

.lpe-local-city .lpe-section--odd .lpe-btn--secondary {
  background: #fff;
}

.lpe-local-city .lpe-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.lpe-local-city .lpe-figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--enc-radius, 14px);
  line-height: 0;
}

.lpe-local-city .lpe-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ═══ LAYOUT: default — Overview (bullets + image) ═══ */
.lpe-layout--overview {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2rem);
  align-items: start;
}

@media (min-width: 768px) {
  .lpe-layout--overview {
    grid-template-columns: 1fr minmax(240px, 340px);
  }
}

.lpe-overview__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 560px) {
  .lpe-overview__content ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.lpe-overview__content li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: var(--text);
}

.lpe-overview__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.lpe-figure--overview img {
  aspect-ratio: 4 / 3;
  max-height: 280px;
}

/* ═══ LAYOUT: split-left — Why Encore (image + panel) ═══ */
.lpe-layout--editorial {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
}

@media (min-width: 768px) {
  .lpe-layout--editorial {
    grid-template-columns: minmax(220px, 38%) 1fr;
  }
}

.lpe-figure--editorial img {
  aspect-ratio: 4 / 5;
  min-height: 260px;
  max-height: 360px;
}

.lpe-editorial__panel-inner {
  height: 100%;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border-radius: var(--enc-radius, 14px);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lpe-local-city .lpe-section--odd .lpe-editorial__panel-inner {
  background: #fff;
  border-color: var(--enc-border-dark, rgba(28, 28, 36, 0.12));
}

.lpe-editorial__panel-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.lpe-editorial__panel-inner li {
  padding-left: 1.25rem;
  position: relative;
  font-size: 0.9375rem;
  color: var(--text);
}

.lpe-editorial__panel-inner li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}

/* ═══ LAYOUT: split-right — Event Types (tabs + panel) ═══ */
.lpe-event-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  justify-content: center;
}

.lpe-event-tab {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  border-radius: var(--enc-radius, 14px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text);
}

.lpe-local-city .lpe-section--odd .lpe-event-tab {
  background: #fff;
  border-color: var(--enc-border-dark);
}

.lpe-event-tab__icon {
  color: var(--gold);
}

.lpe-events__panel {
  max-width: 36rem;
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border-radius: var(--enc-radius, 14px);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.lpe-local-city .lpe-section--odd .lpe-events__panel {
  background: #fff;
  border-color: var(--enc-border-dark);
}

.lpe-events__panel h3 {
  text-align: center;
  margin-bottom: 0.75rem;
}

.lpe-events__panel ul {
  list-style: none;
  margin: 0.75rem auto 0;
  padding: 0;
  max-width: 28rem;
  text-align: center;
}

.lpe-events__panel li {
  padding: 0.4rem 0;
  position: relative;
  font-size: 0.9375rem;
  color: var(--muted);
  text-align: center;
}

.lpe-events__panel li::before {
  content: "•";
  margin-right: 0.4rem;
  color: var(--gold);
  position: static;
}

/* ═══ LAYOUT: cards-3 — Bento included ═══ */
.lpe-bento-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .lpe-bento-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(110px, auto);
  }

  .lpe-bento-card--hero {
    grid-row: 1 / span 3;
    grid-column: 1;
  }
}

.lpe-bento-card {
  padding: 1.15rem 1.25rem;
  border-radius: var(--enc-radius, 14px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lpe-local-city .lpe-section--odd .lpe-bento-card {
  background: #fff;
  border-color: var(--enc-border-dark);
}

.lpe-bento-card--hero {
  padding: 0;
  overflow: hidden;
}

.lpe-figure--bento-hero img {
  aspect-ratio: 3 / 4;
  min-height: 220px;
}

.lpe-bento-card__num {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: rgba(201, 168, 108, 0.35);
  margin-bottom: 0.35rem;
}

.lpe-local-city .lpe-section--odd .lpe-bento-card__num {
  color: rgba(154, 115, 64, 0.35);
}

.lpe-bento-card p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: var(--text);
}

/* ═══ LAYOUT: highlight — Book promo band ═══ */
.lpe-layout--promo {
  position: relative;
  padding: 0;
  border-radius: calc(var(--enc-radius, 14px) + 4px);
  background: linear-gradient(180deg, rgba(201, 168, 108, 0.12) 0%, rgba(9, 9, 13, 0.92) 100%);
  border: 1px solid rgba(201, 168, 108, 0.35);
  text-align: center;
  overflow: hidden;
}

.lpe-local-city .lpe-section--odd .lpe-layout--promo {
  background: linear-gradient(180deg, rgba(154, 115, 64, 0.1) 0%, #fff 100%);
  border-color: rgba(154, 115, 64, 0.25);
}

.lpe-promo__banner {
  line-height: 0;
}

.lpe-figure--promo-banner {
  margin: 0;
  border-radius: 0;
}

.lpe-figure--promo-banner img {
  width: 100%;
  aspect-ratio: 21 / 8;
  max-height: 220px;
  object-fit: cover;
  display: block;
}

.lpe-promo__inner {
  position: relative;
  z-index: 1;
  max-width: 40rem;
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.25rem, 3vw, 2rem) clamp(1.75rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.lpe-promo__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.lpe-promo__content p {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.0625rem;
  line-height: 1.65;
}

.lpe-promo__content .lpe-cta-row {
  justify-content: center;
  width: 100%;
  margin-top: 1.25rem;
}

.lpe-promo__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  width: 100%;
}

.lpe-promo__stats li {
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--gold-light);
  border: 1px solid rgba(201, 168, 108, 0.35);
  background: rgba(201, 168, 108, 0.1);
}

.lpe-local-city .lpe-section--odd .lpe-promo__stats li {
  color: var(--enc-gold-dark, #9a7340);
  background: rgba(154, 115, 64, 0.08);
  border-color: rgba(154, 115, 64, 0.25);
}

/* ═══ LAYOUT: image-band — Benefits grid ═══ */
.lpe-benefit-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}

@media (min-width: 560px) {
  .lpe-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .lpe-benefit-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.lpe-benefit-cell {
  padding: 1rem 1.1rem;
  border-radius: var(--enc-radius, 14px);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lpe-local-city .lpe-section--odd .lpe-benefit-cell {
  background: #fff;
  border-color: var(--enc-border-dark);
}

.lpe-benefit-cell__num {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(201, 168, 108, 0.4);
  margin-bottom: 0.25rem;
}

.lpe-benefit-cell p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--text);
}

/* ═══ LAYOUT: checklist — Service area ═══ */
.lpe-layout--map-split {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
}

@media (min-width: 768px) {
  .lpe-layout--map-split {
    grid-template-columns: 1fr 1fr;
  }
}

.lpe-figure--map img {
  aspect-ratio: 16 / 10;
  min-height: 200px;
}

.lpe-map-split__card-inner {
  height: 100%;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border-radius: var(--enc-radius, 14px);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lpe-local-city .lpe-section--odd .lpe-map-split__card-inner {
  background: #fff;
  border-color: var(--enc-border-dark);
}

.lpe-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.lpe-checklist li {
  padding-left: 1.25rem;
  position: relative;
  font-size: 0.9375rem;
  color: var(--text);
}

.lpe-checklist li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--gold);
}

/* ═══ LAYOUT: stats-row — Proof metrics ═══ */
.lpe-metrics__intro {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 1.5rem;
  font-size: 1.0625rem;
  color: var(--text);
}

.lpe-metrics__cards {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .lpe-metrics__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lpe-metric-card {
  padding: 1.25rem;
  border-radius: var(--enc-radius, 14px);
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lpe-local-city .lpe-section--odd .lpe-metric-card {
  background: #fff;
  border-color: var(--enc-border-dark);
}

.lpe-metric-card--accent {
  border-color: rgba(201, 168, 108, 0.45);
  background: rgba(201, 168, 108, 0.12);
}

.lpe-metric-card__value {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1;
}

.lpe-local-city .lpe-section--odd .lpe-metric-card__value {
  color: var(--enc-gold-dark, #9a7340);
}

.lpe-metric-card__label {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.8125rem;
  color: var(--muted);
}

.lpe-metrics__followup ul {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.lpe-metrics__followup li {
  font-size: 0.9375rem;
  color: var(--muted);
  text-align: center;
}

.lpe-metrics__backdrop {
  display: none;
}

/* ═══ LAYOUT: tips (default secondary) ═══ */
.lpe-tips-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .lpe-tips-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.lpe-tip-card {
  position: relative;
  padding: 1.15rem 1.25rem 1.15rem 3.75rem;
  border-radius: var(--enc-radius, 14px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lpe-local-city .lpe-section--odd .lpe-tip-card {
  background: #fff;
  border-color: var(--enc-border-dark);
}

.lpe-tip-card__num {
  position: absolute;
  left: 1.15rem;
  top: 1rem;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(201, 168, 108, 0.4);
}

.lpe-tip-card p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--text);
}

/* ═══ LAYOUT: conversion-panel — Finale CTA ═══ */
.lpe-layout--finale {
  position: relative;
  border-radius: calc(var(--enc-radius, 14px) + 6px);
  overflow: hidden;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lpe-figure--finale-bg {
  position: absolute;
  inset: 0;
  border-radius: 0;
  margin: 0;
}

.lpe-figure--finale-bg img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.lpe-figure--finale-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(9, 9, 13, 0.88) 0%, rgba(9, 9, 13, 0.65) 100%);
  pointer-events: none;
}

.lpe-finale__stage {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(2rem, 5vw, 3rem) 1.25rem;
  text-align: center;
}

.lpe-finale__frame {
  max-width: 32rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.lpe-finale__frame p {
  color: rgba(238, 236, 228, 0.9);
  margin-left: auto;
  margin-right: auto;
}

.lpe-finale__frame .lpe-cta-row {
  justify-content: center;
  width: 100%;
}

/* ═══ FAQ & Nearby — transparent (no double background band) ═══ */
.lpe-local-city .lpe-faq {
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-bottom: clamp(1.5rem, 3vw, 2rem);
  background: transparent;
}

.lpe-local-city .lpe-faq .lpe-section__header {
  padding-left: 1.25rem;
}

.lpe-local-city .lpe-faq__list {
  max-width: var(--enc-max, 1140px);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.lpe-local-city .lpe-faq__title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 1.25rem;
  color: var(--enc-text);
}

.lpe-local-city .lpe-faq__eyebrow {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--enc-gold);
  margin-bottom: 0.5rem;
}

.lpe-local-city .lpe-faq__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.1rem 0;
  background: transparent;
}

.lpe-local-city .lpe-section--odd + .lpe-faq .lpe-faq__item,
.lpe-local-city .lpe-section--odd ~ .lpe-faq .lpe-faq__item {
  border-bottom-color: rgba(28, 28, 36, 0.12);
}

.lpe-local-city .lpe-faq__item summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--enc-text);
  list-style: none;
}

.lpe-local-city .lpe-faq__item summary::-webkit-details-marker {
  display: none;
}

.lpe-local-city .lpe-faq__answer {
  margin-top: 0.65rem;
  color: var(--enc-muted);
  line-height: 1.6;
}

/* ═══ Nearby ═══ */
.lpe-local-city .lpe-nearby {
  padding: 0 1.25rem clamp(2.5rem, 5vw, 3.5rem);
  background: transparent;
}

.lpe-local-city .lpe-nearby h2,
.lpe-local-city .lpe-nearby h3 {
  font-family: 'Oswald', sans-serif;
  color: var(--enc-text);
  margin: 0 0 1rem;
}

.lpe-local-city .lpe-nearby ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lpe-local-city .lpe-nearby a {
  display: inline-block;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--enc-gold-light);
  border: 1px solid rgba(201, 168, 108, 0.35);
  transition: background 150ms ease;
}

.lpe-local-city .lpe-nearby a:hover {
  background: rgba(201, 168, 108, 0.12);
}
