body.district-detail-detail-page {
  background: #120c26;
  color: #fff;
  font-family: Georgia, serif;
  margin: 0;
}

/* HERO IMAGE SECTION */
.district-hero-tf1 {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  height: 65vh;
  min-height: 420px;
  overflow: hidden;
  background: #19123a;
}
.district-hero-tf1-img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  min-height: 420px;
  display: block;
  filter: brightness(0.88) contrast(1.08);
  object-position: center top;
}

/* HERO OVERLAY - DESKTOP */
.district-hero-tf1-overlay {
  pointer-events: none;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  z-index: 2;
  background: linear-gradient(to top, #0a0a20ee 0%, #0a0a2000 70%);
  border-radius: 0;
}
.district-hero-tf1-content {
  position: relative;
  z-index: 2;
  width: 55vw;
  min-width: 320px;
  max-width: 600px;
  margin: 0 0 5vw 7vw;
  padding: 2em 2.5em 1.8em 2em;
  color: #fff !important;
  text-align: left;
  pointer-events: auto;
  border-radius: 0;
  background: none;
  text-shadow: 0 3px 32px #000, 0 2px 10px #8b000070;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.district-hero-logo {
  margin-bottom: 0.6em;
}
.district-title {
  font-size: 2.1em;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: bold;
  margin-bottom: 0.14em;
  line-height: 1.08em;
}
.district-meta {
  font-size: 1.07em;
  margin-bottom: 1.3em;
  font-family: Georgia, serif;
}
.district-hero-tf1-playbtn {
  display: inline-block;
  background: #c0262c !important;
  color: #fff !important;
  font-weight: bold;
  padding: 0.5em 2em;
  font-size: 1.24em;
  border-radius: 0.5em;
  margin: 1.2em 0 0 0;
  text-decoration: none;
  letter-spacing: 0.04em;
  box-shadow: 0 1px 12px #c0262c30;
  pointer-events: auto;
  transition: background 0.18s;
  border: none;
  text-align: left;
  align-self: flex-start;
}
.district-hero-tf1-playbtn:hover,
.district-hero-tf1-playbtn:focus {
  background: #a31c2b !important;
  color: #fff !important;
}
.overlay-mobile-btn {
  display: none;
}
.overlay-mobile {
  display: none;
}
.playicon {
  font-size: 1.16em;
  margin-right: 0.32em;
  position: relative;
  top: 2px;
}

/* MAIN CONTENT LAYOUT */
.pt-district-detail-container {
  max-width: 900px;
  margin: 0 auto 3em auto;
  background: #1a1430;
  border-radius: 18px;
  box-shadow: 0 2px 28px #0a0a2030;
  padding: 2.5em 2em 2.2em 2em;
  color: #fff;
}
.pt-district-detail-neigh-title {
  font-size: 1.25em;
  margin: 2em 0 1em 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: bold;
}
.pt-district-detail-neigh-list {
  padding-left: 1em;
  list-style: disc;
  margin-bottom: 1.5em;
}
.pt-district-detail-neigh-list li {
  margin: 0.15em 0;
}
.pt-district-detail-neigh-list a {
  color: #ffe5e6;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.13s;
}
.pt-district-detail-neigh-list a:hover {
  color: #c0262c;
}
.pt-district-detail-back {
  display: inline-block;
  margin-top: 1.8em;
  color: #e4e4fa;
  text-decoration: underline;
  font-size: 1.02em;
}
.pt-district-detail-back:hover {
  color: #c0262c;
}

.district-promo-video {
  margin: 2em auto 2.5em auto;
  max-width: 540px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 24px #0002;
}

/* --- Responsive: Mobile Layout --- */
@media (max-width: 900px) {
  .pt-district-detail-container {
    border-radius: 0;
    margin: 0 0 2em 0;
    padding: 1.4em 1.1em 1.3em 1.1em;
  }
}
@media (max-width: 700px) {
  .district-hero-tf1 {
    height: 44vh !important;
    min-height: 0;
  }
  .district-hero-tf1-img {
    height: 44vh !important;
    min-height: 0 !important;
    object-fit: cover;
    object-position: center top;
  }
  .district-hero-tf1-overlay {
    align-items: flex-end;
    justify-content: center;
    background: linear-gradient(to top, #0a0a20ee 0%, #0a0a2000 70%);
  }
  .district-hero-tf1-content {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    background: none;
    text-shadow: none;
    display: none; /* Hide desktop overlay on mobile */
  }
  .district-hero-tf1-playbtn {
    position: absolute;
    left: 50%;
    bottom: 1.1em;
    transform: translateX(-50%);
    font-size: 1.09em;
    padding: 0.44em 1.3em;
    z-index: 3;
    margin: 0;
    align-self: unset;
    text-align: center;
    display: none; /* Hide desktop button */
  }
  .overlay-mobile-btn {
    display: inline-block !important;
    position: absolute;
    left: 50%;
    bottom: 1.1em;
    transform: translateX(-50%);
    font-size: 1em;
    padding: 0.44em 1.3em;
    z-index: 3;
    margin: 0;
    background: #c0262c;
    color: #fff;
    border-radius: 0.5em;
    text-align: center;
    border: none;
    pointer-events: auto;
    box-shadow: 0 1px 12px #c0262c30;
    transition: background 0.18s;
  }
  .overlay-mobile {
    display: block !important;
    width: 100vw;
    max-width: 100vw;
    background: none;
    color: #fff;
    margin: 0 auto;
    padding: 1.3em 4vw 0.3em 4vw;
    text-shadow: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 1em;
    text-align: left;
  }
  .district-hero-logo img {
    height: 32px !important;
  }
  .district-title {
    font-size: 1.22em;
    margin: 0.14em 0 0.16em 0;
  }
  .district-meta {
    font-size: 0.99em;
    margin-bottom: 0.9em;
  }
}
