/* Project landing — clean image-first layout (approved visuals only) */
.project-landing-page .main-content,
.project-landing-html .main-content { padding-top: 0; }

.pl-hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.pl-hero--brigade {
  min-height: 92vh;
  align-items: flex-end;
  overflow: hidden;
}
.pl-hero--banner .pl-hero-bg {
  background-position: center center;
  animation: none;
  transform: none;
}
.pl-hero--banner .pl-hero-overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 18, 70, 0.15) 0%,
    rgba(0, 27, 107, 0.45) 55%,
    rgba(0, 27, 107, 0.88) 100%
  );
}
.pl-hero--banner .pl-hero-inner {
  max-width: 100%;
  padding-top: calc(var(--header-h) + 1rem);
  padding-bottom: 3rem;
}
.pl-hero--banner .pl-hero-lead,
.pl-hero--banner .pl-hero-meta,
.pl-hero--banner .pl-hero-headline,
.pl-hero--banner .pl-hero-tagline {
  display: none;
}
.pl-hero-headline {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3.8vw, 2.75rem);
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 0.5rem;
  max-width: 520px;
}
.pl-hero-tagline {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 1.25rem;
  font-weight: 600;
}
.pl-hero-accent-dot {
  display: inline-block;
  width: 0.55em;
  height: 0.55em;
  margin-left: 0.15em;
  vertical-align: middle;
  background: var(--accent);
  border-radius: 50%;
}
.pl-hero-btn-outline {
  border-color: #fff !important;
  color: #fff !important;
}
.pl-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  transform-origin: center;
}
.pl-hero-bg--placeholder {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}
.pl-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 27, 107, 0.25) 0%, rgba(0, 27, 107, 0.72) 70%, rgba(0, 27, 107, 0.88) 100%);
}
.pl-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 720px;
  padding: calc(var(--header-h) + 2.5rem) 0 3.5rem;
}
.pl-hero-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  background: var(--accent);
  padding: 0.4rem 0.85rem;
  margin-bottom: 1rem;
}
.pl-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  color: #fff;
  margin-bottom: 0.65rem;
  line-height: 1.15;
}
.pl-hero-lead {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.92);
  max-width: 560px;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
.pl-hero-meta {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 1.25rem;
}
.pl-hero-price {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.25rem;
}
.pl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.pl-stats-bar {
  background: #fff;
  color: var(--primary);
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--border);
}
.pl-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .pl-stats-grid { grid-template-columns: repeat(5, 1fr); }
}
.pl-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  color: var(--primary);
  line-height: 1.1;
}
.pl-stat span {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  margin-top: 0.3rem;
  display: block;
}

.pl-section { padding: 4.5rem 0; }
.pl-section-alt { background: var(--bg-soft); }
.pl-section-head { max-width: 680px; margin-bottom: 2rem; }
.pl-section-head.text-center { margin-left: auto; margin-right: auto; }
.pl-section-head h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.15rem);
  margin-bottom: 0.5rem;
}
.pl-section-head p { margin: 0; color: var(--text-muted); }

.pl-overview-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 992px) {
  .pl-overview-grid { grid-template-columns: 1.05fr 1fr; }
}
.pl-overview-img {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.pl-overview-img img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.pl-rera-line {
  font-size: 0.82rem;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  background: var(--bg-soft);
  border-left: 3px solid var(--accent);
  color: var(--text-muted);
}

.pl-lifestyle {
  min-height: 380px;
  background-size: cover;
  background-position: center;
}
.pl-lifestyle-overlay {
  min-height: 380px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(0, 27, 107, 0.9) 0%, rgba(0, 27, 107, 0.45) 100%);
  padding: 3.5rem 0;
}
.pl-lifestyle-overlay h2 {
  color: #fff;
  font-size: clamp(1.6rem, 2.8vw, 2.25rem);
  max-width: 480px;
}
.pl-lifestyle-overlay p {
  color: rgba(255, 255, 255, 0.88);
  max-width: 440px;
  margin: 0;
}

.pl-highlight-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 576px) {
  .pl-highlight-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
  .pl-highlight-grid { grid-template-columns: repeat(4, 1fr); }
}
.pl-highlight {
  background: #fff;
  border: 1px solid var(--border);
  padding: 1.1rem 1rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--primary);
  text-align: center;
  border-radius: 2px;
}
.pl-section-alt .pl-highlight { background: #fff; }

.pl-amenity-groups {
  display: grid;
  gap: 2rem;
}
@media (min-width: 992px) {
  .pl-amenity-groups { grid-template-columns: 1fr 1fr; }
}
.pl-amenity-group-title {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.85rem;
}
.pl-amenity-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .pl-amenity-grid { grid-template-columns: repeat(2, 1fr); }
}
.pl-amenity {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  background: #fff;
  border: 1px solid var(--border);
  padding: 1.15rem 1.25rem;
  border-radius: 2px;
}
.pl-amenity-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(0, 27, 107, 0.06);
  border: 1px solid rgba(0, 27, 107, 0.12);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-amenity-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
}
.pl-amenity-body {
  flex: 1;
  min-width: 0;
}
.pl-amenity h4 {
  font-family: var(--font-sans);
  font-size: 0.92rem;
  color: var(--primary);
  margin: 0 0 0.35rem;
}
.pl-amenity p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.pl-plan-grid {
  display: grid;
  gap: 1.25rem;
  max-width: 520px;
  margin: 0 auto;
}
.pl-plan-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.pl-plan-img {
  aspect-ratio: auto;
  min-height: 0;
  padding: 1.75rem 1.5rem;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
}
.pl-plan-img img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; }
.pl-plan-body { padding: 1.5rem; text-align: center; }
.pl-plan-body h3 {
  font-family: var(--font-sans);
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}
.pl-plan-price {
  color: var(--accent);
  font-weight: 700;
  font-size: 1.1rem;
}

.pl-location-list { list-style: none; margin: 0; padding: 0; }
.pl-location-list li {
  position: relative;
  padding: 0.6rem 0 0.6rem 1.5rem;
  border-bottom: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 0.92rem;
}
.pl-location-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95rem;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
}

/* =====================================================
   Marquee gallery / floor-plan strip — 4 images in a row,
   auto-scrolling right-to-left, blurred when locked
   ===================================================== */
.pl-marquee-hint {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 0.25rem 0 0;
}
.pl-marquee-wrap {
  overflow: hidden;
  position: relative;
  margin-top: 1.75rem;
  /* fade edges */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
}
.pl-marquee-wrap:hover .pl-marquee-track {
  animation-play-state: paused;
}
.pl-marquee {
  width: 100%;
}
.pl-marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: pl-marquee-scroll 40s linear infinite;
}
@keyframes pl-marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.pl-marquee-item {
  flex: 0 0 auto;
  width: calc(25vw - 0.75rem);
  max-width: 320px;
  min-width: 200px;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.pl-marquee-wrap--floor .pl-marquee-item {
  aspect-ratio: 3 / 4;
  max-width: 280px;
  min-width: 180px;
}
.pl-marquee-hit {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  margin: 0;
  background: #f4f4f4;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.pl-marquee-hit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.pl-marquee-wrap--floor .pl-marquee-hit img {
  object-fit: contain;
  background: #fff;
}
.pl-marquee-lock-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background: rgba(0, 18, 70, 0.18);
  pointer-events: none;
  opacity: 0.9;
}

/* One-at-a-time carousel — gallery & floor plans */
.pl-carousel-hint {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.88rem;
  margin: 0 0 1rem;
}
.pl-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  max-width: 960px;
  margin: 0 auto;
}
.pl-carousel-viewport {
  flex: 1;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  background: var(--bg-soft);
}
.pl-carousel-track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}
.pl-carousel-slide {
  flex: 0 0 100%;
  min-width: 0;
}
.pl-carousel-hit {
  display: block;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.pl-carousel--gallery .pl-carousel-hit {
  aspect-ratio: 4 / 3;
}
.pl-carousel--floor .pl-carousel-hit {
  min-height: min(72vw, 420px);
}
.pl-carousel-hit img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: filter 0.25s ease, transform 0.35s ease;
}
.pl-carousel--floor .pl-carousel-hit img {
  object-fit: contain;
  background: #fff;
}
.project-landing-page--gated:not(.project-landing-page--unlocked) .pl-carousel-slide--locked .pl-carousel-hit img {
  filter: blur(14px);
  transform: scale(1.08);
}
.pl-carousel-slide--locked .pl-carousel-hit:hover img {
  filter: blur(10px);
}
.project-landing-page--unlocked .pl-carousel-hit:hover img {
  transform: scale(1.02);
}
.pl-carousel-lock {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 27, 107, 0.35);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  pointer-events: none;
}
.pl-carousel-caption {
  display: block;
  padding: 0.55rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--primary);
  background: #fff;
  text-align: center;
  border-top: 1px solid var(--border);
}
.pl-carousel-arrow {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: #fff;
  color: var(--primary);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: background 0.2s, color 0.2s;
}
.pl-carousel-arrow:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.pl-carousel-counter {
  text-align: center;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-top: 0.75rem;
}

/* Unlock modal */
.pl-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.pl-modal[hidden] {
  display: none !important;
}
.pl-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 18, 70, 0.55);
}
.pl-modal-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border-radius: var(--radius);
  padding: 2rem 1.5rem 1.5rem;
  box-shadow: var(--shadow-lg);
}
.pl-modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.65rem;
  border: none;
  background: transparent;
  font-size: 1.75rem;
  line-height: 1;
  color: var(--text-muted);
  cursor: pointer;
}
.pl-modal-close:hover { color: var(--primary); }
.pl-modal-dialog h2 {
  font-family: var(--font-sans);
  font-size: 1.25rem;
  color: var(--primary);
  margin: 0 2rem 0.5rem 0;
}
.pl-modal-lead {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}
body.pl-modal-open { overflow: hidden; }

.pl-sticky-enquire-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1.5rem;
  background: var(--accent);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(255, 0, 0, 0.3);
}
.pl-sticky-enquire-btn:hover {
  background: var(--accent-hover);
}

/* Legacy horizontal scroll (unused) */
.pl-scroll-hint {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.88rem;
  margin: 0 0 1rem;
}
.pl-scroll-title {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  color: var(--primary);
  margin: 0 0 0.75rem;
  text-align: center;
}
.pl-scroll {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  max-width: 100%;
}
.pl-scroll-viewport {
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding: 0.25rem 0 0.75rem;
}
.pl-scroll-viewport::-webkit-scrollbar {
  height: 6px;
}
.pl-scroll-viewport::-webkit-scrollbar-thumb {
  background: rgba(0, 27, 107, 0.25);
  border-radius: 3px;
}
.pl-scroll-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  min-width: 100%;
  padding: 0 0.25rem;
}
.pl-scroll-slide {
  flex: 0 0 auto;
  scroll-snap-align: start;
  border: none;
  padding: 0;
  cursor: pointer;
  background: var(--bg-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  width: min(85vw, 420px);
  aspect-ratio: 16 / 10;
}
.pl-scroll--gallery .pl-scroll-slide {
  width: min(88vw, 480px);
  aspect-ratio: 4 / 3;
}
.pl-scroll--floor .pl-scroll-slide {
  width: min(92vw, 720px);
  aspect-ratio: auto;
  min-height: 280px;
}
.pl-scroll-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.pl-scroll--floor .pl-scroll-slide img {
  object-fit: contain;
  background: #fff;
  min-height: 260px;
}
.pl-scroll-slide:hover img { transform: scale(1.02); }
.pl-scroll-caption {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--primary);
  background: #fff;
  text-align: center;
}
.pl-scroll-arrow {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: #fff;
  color: var(--primary);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: background 0.2s, color 0.2s;
}
.pl-scroll-arrow:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.pl-villa-overview {
  margin-bottom: 2rem;
}
.pl-villa-overview-btn {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: #fff;
}
.pl-villa-overview-btn img {
  width: 100%;
  height: auto;
  display: block;
}

.pl-gallery-gate {
  margin-top: 2rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.pl-gallery-gate-card {
  text-align: center;
  padding: 2rem 1.5rem;
  background: #fff;
  border: 1px dashed var(--primary);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.pl-gallery-gate-card h3 {
  font-family: var(--font-sans);
  font-size: 1.15rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
}
.pl-gallery-gate-card p {
  color: var(--text-muted);
  font-size: 0.92rem;
  margin-bottom: 1.25rem;
}

.pl-gate-panel {
  text-align: center;
  max-width: 480px;
  margin: 0 auto 1rem;
  padding: 2rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.pl-gate-text {
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.pl-unlock-form-wrap {
  max-width: 480px;
  margin: 0 auto;
}
.pl-unlock-success {
  text-align: center;
  padding: 1.25rem 1.5rem;
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #1b5e20;
  border-radius: var(--radius);
  margin-bottom: 1.5rem;
}
.pl-downloads {
  text-align: center;
  margin-top: 1.5rem;
}
.pl-downloads h3 {
  font-family: var(--font-sans);
  font-size: 1rem;
  margin-bottom: 1rem;
  color: var(--primary);
}
.pl-download-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.pl-pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  overflow: hidden;
}
.pl-pricing-table th,
.pl-pricing-table td {
  padding: 0.9rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid var(--border);
  font-size: 0.92rem;
}
.pl-pricing-table th {
  background: var(--primary-dark);
  color: #fff;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.pl-pricing-table tr:last-child td { border-bottom: none; }

.pl-faq { max-width: 760px; margin: 0 auto; }
.pl-faq-item {
  border: 1px solid var(--border);
  margin-bottom: 0.65rem;
  background: #fff;
  border-radius: 2px;
}
.pl-faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--primary);
  text-align: left;
}
.pl-faq-q span {
  flex-shrink: 0;
  color: var(--accent);
  font-size: 1.2rem;
  transition: transform 0.25s;
}
.pl-faq-item.open .pl-faq-q span { transform: rotate(45deg); }
.pl-faq-a {
  display: none;
  padding: 0 1.15rem 1rem;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.55;
}
.pl-faq-item.open .pl-faq-a { display: block; }

.pl-forms-grid { display: grid; gap: 1.5rem; }
@media (min-width: 992px) {
  .pl-forms-grid { grid-template-columns: 1fr 1fr; }
}
.pl-form-card {
  background: #fff;
  padding: 1.75rem;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}
.pl-form-card h3 {
  font-family: var(--font-sans);
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: var(--primary);
}

.pl-map {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 16/9;
  min-height: 320px;
}
.pl-map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.pl-sticky-enquire {
  position: fixed;
  bottom: 5.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1090;
  display: none;
}
@media (min-width: 768px) {
  .pl-sticky-enquire { display: block; }
}
.pl-sticky-enquire a {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1.5rem;
  background: var(--accent);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(255, 0, 0, 0.3);
  border-radius: 2px;
}
.pl-sticky-enquire a:hover {
  background: var(--accent-hover);
  color: #fff;
}

/* ==========================================================================
   Project landing — responsive
   ========================================================================== */
.pl-hero-inner {
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 100%;
}
@media (min-width: 768px) {
  .pl-hero-inner {
    padding-left: 0;
    padding-right: 0;
    max-width: 720px;
  }
  .pl-hero-inner.container,
  .container .pl-hero-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 767px) {
  .pl-marquee-item {
    width: calc(50vw - 0.75rem);
    min-width: 140px;
  }
  .pl-marquee-wrap--floor .pl-marquee-item {
    width: calc(50vw - 0.75rem);
    min-width: 130px;
  }
  .pl-hero {
    min-height: auto;
    min-height: 85svh;
  }
  .pl-hero-inner {
    padding-top: calc(var(--header-h) + 1.5rem);
    padding-bottom: 2rem;
  }
  .pl-hero h1 { font-size: 1.75rem; }
  .pl-hero-lead { font-size: 0.95rem; }
  .pl-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .pl-hero-actions .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .pl-section { padding: 2.75rem 0; }
  .pl-stats-bar { padding: 1.25rem 0; }
  .pl-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .pl-stat strong { font-size: 1.2rem; }
  .pl-stat span { font-size: 0.58rem; }
  .pl-overview-grid {
    grid-template-columns: 1fr;
  }
  .pl-overview-img { order: -1; }
  .pl-lifestyle,
  .pl-lifestyle-overlay {
    min-height: 280px;
  }
  .pl-lifestyle-overlay {
    padding: 2rem 0;
    background: linear-gradient(180deg, rgba(0, 27, 107, 0.92) 0%, rgba(0, 27, 107, 0.75) 100%);
  }
  .pl-location .grid-2 {
    grid-template-columns: 1fr;
  }
  .pl-map { min-height: 240px; }
  .pl-map iframe { min-height: 240px; }
  .pl-form-card { padding: 1.25rem; }
  .pl-sticky-enquire {
    display: block;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    transform: none;
    width: auto;
  }
  .pl-sticky-enquire a,
  .pl-sticky-enquire-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0.85rem;
  }
  .pl-pricing-table { font-size: 0.8rem; }
  .pl-pricing-table th,
  .pl-pricing-table td { padding: 0.65rem 0.5rem; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pl-stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .pl-highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pl-amenity-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .pl-stats-grid .pl-stat:nth-child(5) {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: 0 auto;
    width: 100%;
  }
}
