:root {
  --pp-bg: #05080d;
  --pp-panel: #0a0e14;
  --pp-panel-2: #11151c;
  --pp-text: #f7f4ec;
  --pp-muted: #a3a5ae;
  --pp-gold: #dfb82f;
  --pp-gold-soft: #c7a94f;
  --pp-line: rgba(223, 184, 47, .22);
  --pp-serif: "Playfair Display", Georgia, serif;
  --pp-sans: "Poppins", Arial, sans-serif;
  --pp-container: 1290px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--pp-bg); }
body { margin: 0; color: var(--pp-text); background: var(--pp-bg); font-family: var(--pp-sans); font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.admin-bar .pp-mobile-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
figure { margin: 0; }
.pp-icon { width: 24px; height: 24px; display: block; }
.pp-container { width: min(calc(100% - 72px), var(--pp-container)); margin-inline: auto; }
.pp-container--wide { width: min(calc(100% - 72px), 1450px); }
.pp-section { padding: 105px 0; }
.pp-anchor-offset { display: block; position: relative; top: -20px; }
.pp-kicker { display: block; margin-bottom: 13px; color: var(--pp-gold); font-size: 12px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; }
.pp-gold-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 30px; color: #090a0c; background: var(--pp-gold); border: 0; border-radius: 999px; font-weight: 600; box-shadow: 0 8px 24px rgba(223,184,47,.22); cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.pp-gold-button:hover { transform: translateY(-2px); background: #ebc744; box-shadow: 0 12px 34px rgba(223,184,47,.30); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.pp-skip-link:focus { clip: auto; width: auto; height: auto; margin: 0; padding: 12px 18px; top: 12px; left: 12px; z-index: 99999; color: #000; background: #fff; }

/* Exact desktop hero reference with functional transparent hotspots. */
.pp-hero { position: relative; overflow: hidden; background: #02050a; }
.pp-hero__desktop-art { display: block; width: 100%; height: auto; }
.pp-hero__mobile { display: none; }
.pp-hero__hotspots { position: absolute; inset: 0; z-index: 2; }
.pp-hero__hotspots a { position: absolute; display: block; border-radius: 10px; }
.pp-hero__hotspots a:focus-visible { outline: 2px solid #fff; outline-offset: 3px; background: rgba(255,255,255,.08); }
.hs-about { left: 31.2%; top: 2.3%; width: 4.1%; height: 6.2%; }
.hs-amenities { left: 35.5%; top: 2.3%; width: 5.1%; height: 6.2%; }
.hs-gallery { left: 41.1%; top: 2.3%; width: 4.0%; height: 6.2%; }
.hs-location { left: 45.7%; top: 2.3%; width: 4.4%; height: 6.2%; }
.hs-contact { left: 50.7%; top: 2.3%; width: 4.2%; height: 6.2%; }
.hs-phone { left: 66.8%; top: 1.7%; width: 7.1%; height: 6.8%; }
.hs-enquire { left: 73.2%; top: 1.5%; width: 7.9%; height: 7.2%; }
.hs-book { left: 23.5%; top: 88.5%; width: 11.0%; height: 7.8%; }

.pp-mobile-header { display: none; }

/* Amenities */
.pp-amenities { min-height: 680px; border-top: 1px solid rgba(255,255,255,.02); background: #05080d; }
.pp-section-heading { margin-bottom: 48px; }
.pp-section-heading h2, .pp-gallery-heading h2, .pp-contact h2 { margin: 0; font-family: var(--pp-serif); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
.pp-section-heading h2 { font-size: clamp(44px, 4vw, 58px); }
.pp-section-heading h2 em, .pp-gallery-heading h2 em, .pp-contact h2 em { color: var(--pp-gold-soft); font-style: normal; }
.pp-section-heading p { margin: 12px 0 0; color: #b7b7bf; font-size: 15px; }
.pp-slider-shell { position: relative; }
.pp-slider-viewport { overflow: hidden; border-radius: 14px; }
.pp-slider-track { display: flex; gap: 24px; will-change: transform; transition: transform .55s cubic-bezier(.22,.61,.36,1); }
.pp-amenity-card { position: relative; flex: 0 0 calc((100% - 48px) / 3); height: 320px; overflow: hidden; border: 1px solid rgba(223,184,47,.22); border-radius: 14px; background: #101319; }
.pp-amenity-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.pp-amenity-card:hover img { transform: scale(1.045); }
.pp-amenity-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,6,8,.02) 24%, rgba(2,5,8,.26) 52%, rgba(2,5,8,.96) 100%); }
.pp-amenity-card__content { position: absolute; inset: auto 24px 19px; z-index: 2; }
.pp-amenity-icon { display: grid; width: 42px; height: 42px; margin-bottom: 9px; place-items: center; color: var(--pp-gold); border: 1px solid rgba(223,184,47,.62); border-radius: 50%; background: rgba(6,9,13,.50); }
.pp-amenity-icon .pp-icon { width: 22px; height: 22px; }
.pp-amenity-card h3 { margin: 0 0 2px; font-family: var(--pp-serif); font-size: 23px; font-weight: 500; line-height: 1.15; }
.pp-amenity-card p { margin: 0; color: #f0f0f1; font-size: 13px; line-height: 1.45; }
.pp-slider-arrow { position: absolute; top: 50%; z-index: 4; width: 54px; height: 78px; padding: 0; transform: translateY(-50%); color: var(--pp-gold); background: transparent; border: 0; font-family: Georgia, serif; font-size: 72px; font-weight: 300; line-height: .7; cursor: pointer; text-shadow: 0 2px 12px rgba(0,0,0,.8); transition: transform .2s ease; }
.pp-slider-arrow:hover { transform: translateY(-50%) scale(1.08); }
.pp-slider-arrow.is-prev { left: 3px; }
.pp-slider-arrow.is-next { right: 3px; }
.pp-slider-dots { display: flex; min-height: 25px; align-items: center; justify-content: center; gap: 11px; margin-top: 25px; }
.pp-slider-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: #746e5c; cursor: pointer; transition: width .25s ease, background .25s ease; }
.pp-slider-dots button.is-active { width: 27px; background: var(--pp-gold); }

/* Gallery */
.pp-gallery { padding-top: 60px; background: #05080d; }
.pp-gallery-heading { margin-bottom: 42px; }
.pp-gallery-heading h2 { font-size: clamp(44px, 4.6vw, 64px); }
.pp-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); grid-template-rows: 220px 220px 220px; gap: 17px; }
.pp-gallery-grid figure { overflow: hidden; border-radius: 14px; background: #12161d; }
.pp-gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s ease, filter .75s ease; }
.pp-gallery-grid figure:hover img { transform: scale(1.03); filter: brightness(1.05); }
.g-lawn { grid-column: 1; grid-row: 1 / span 2; }
.g-architecture { grid-column: 2; grid-row: 1; }
.g-gate { grid-column: 3; grid-row: 1; }
.g-fountain { grid-column: 2 / span 2; grid-row: 2; }
.g-lounge { grid-column: 1; grid-row: 3; }
.g-gym { grid-column: 2; grid-row: 3; }

/* Location reference on desktop; fully live responsive version on mobile. */
.pp-location { position: relative; background: #061015; }
.pp-location__desktop-art { display: block; width: 100%; height: auto; }
.pp-location__mobile { display: none; }

/* Contact */
.pp-contact { padding: 92px 0 96px; border-top: 1px solid var(--pp-line); background: #080b10; }
.pp-contact__grid { display: grid; grid-template-columns: .98fr 1.02fr; gap: clamp(55px, 7vw, 110px); align-items: start; }
.pp-contact h2 { max-width: 620px; margin-bottom: 20px; font-size: clamp(42px, 4.3vw, 60px); }
.pp-contact__copy > p { max-width: 540px; margin: 0; color: #aaaeb8; font-size: 15px; }
.pp-contact-list { display: grid; gap: 18px; margin-top: 34px; }
.pp-contact-list > a, .pp-contact-list > div { display: grid; grid-template-columns: 46px 1fr; grid-template-rows: auto auto; column-gap: 15px; align-items: center; }
.pp-contact-list > a > span, .pp-contact-list > div > span { grid-row: 1 / span 2; display: grid; width: 44px; height: 44px; place-items: center; color: var(--pp-gold); border: 1px solid rgba(223,184,47,.55); border-radius: 50%; background: rgba(223,184,47,.06); }
.pp-contact-list .pp-icon { width: 21px; height: 21px; }
.pp-contact-list small { color: #9296a0; font-size: 12px; }
.pp-contact-list strong { font-weight: 500; line-height: 1.35; }
.pp-form-card { padding: 31px 28px 38px; border: 1px solid rgba(223,184,47,.22); border-radius: 17px; background: #080b10; }
.pp-form-card h3 { margin: 0 0 20px; font-family: var(--pp-serif); font-size: 28px; font-weight: 500; }
.pp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pp-form-card label { display: block; margin-bottom: 16px; }
.pp-form-card input, .pp-form-card textarea { width: 100%; color: #fff; background: #13171d; border: 1px solid rgba(223,184,47,.34); border-radius: 0; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }
.pp-form-card input { height: 49px; padding: 0 14px; }
.pp-form-card textarea { min-height: 80px; padding: 12px 14px; resize: vertical; }
.pp-form-card input:focus, .pp-form-card textarea:focus { border-color: var(--pp-gold); box-shadow: 0 0 0 2px rgba(223,184,47,.12); }
.pp-form-card input::placeholder, .pp-form-card textarea::placeholder { color: #747780; }
.pp-form-submit { width: 100%; min-height: 50px; }
.pp-privacy { margin: 12px 0 0; color: #6f737c; font-size: 11px; text-align: center; }
.pp-honeypot { position: absolute !important; left: -9999px; }
.pp-form-message { margin: 0 0 16px; padding: 10px 12px; border-radius: 7px; font-size: 13px; }
.pp-form-message.is-success { color: #b9f6ca; background: rgba(51,153,90,.14); border: 1px solid rgba(79,196,117,.3); }
.pp-form-message.is-error { color: #ffc2c2; background: rgba(190,55,55,.14); border: 1px solid rgba(230,92,92,.3); }

/* Footer */
.pp-site-footer { padding: 58px 0 62px; border-top: 1px solid var(--pp-line); background: #070a0f; }
.pp-site-footer__grid { display: grid; grid-template-columns: 1.15fr .9fr 1.35fr; gap: 80px; }
.pp-site-footer h2 { margin: 0 0 8px; color: #e8ca68; font-family: var(--pp-serif); font-size: 26px; font-weight: 600; }
.pp-site-footer h3 { margin: 0 0 8px; font-size: 13px; font-weight: 500; }
.pp-site-footer p, .pp-site-footer a { display: block; margin: 0 0 5px; color: #8f94a0; font-size: 13px; line-height: 1.55; }
.pp-site-footer a:hover { color: var(--pp-gold); }

/* Floating contact controls */
.pp-floating-actions { position: fixed; right: 18px; bottom: 20px; z-index: 30; display: grid; gap: 10px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.pp-floating-actions.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.pp-floating-actions a { display: grid; width: 56px; height: 56px; place-items: center; color: var(--pp-gold); border: 1px solid rgba(223,184,47,.75); border-radius: 50%; background: #090c12; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.pp-floating-actions a.is-filled { color: #111; background: var(--pp-gold); box-shadow: 0 8px 25px rgba(223,184,47,.25); }
.pp-floating-actions .pp-icon { width: 25px; height: 25px; }

/* Inner pages */
.pp-inner-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--pp-line); background: rgba(5,8,13,.94); backdrop-filter: blur(14px); }
.pp-inner-header__row { display: flex; min-height: 76px; align-items: center; justify-content: space-between; }
.pp-inner-brand { color: #e5c65c; font-family: var(--pp-serif); font-size: 25px; font-weight: 600; }
.pp-inner-nav ul { display: flex; gap: 28px; margin: 0; padding: 0; list-style: none; }
.pp-inner-nav a { font-size: 13px; }
.pp-standard-page { min-height: 70vh; padding: 110px 0; }
.pp-prose { max-width: 900px; }
.pp-prose h1, .pp-entry h1 { font-family: var(--pp-serif); font-size: clamp(46px,6vw,76px); line-height: 1.08; }
.pp-prose p, .pp-prose li { color: #c0c2c8; font-size: 17px; }
.pp-featured { margin: 40px 0; }
.pp-entry { padding: 35px 0; border-bottom: 1px solid var(--pp-line); }
.pp-basic-footer { padding: 25px 0; color: #8d929d; border-top: 1px solid var(--pp-line); font-size: 12px; }

@media (max-width: 1100px) {
  .pp-container, .pp-container--wide { width: min(calc(100% - 48px), var(--pp-container)); }
  .pp-amenity-card { height: 300px; }
  .pp-gallery-grid { grid-template-rows: 190px 190px 190px; }
  .pp-contact__grid { gap: 50px; }
  .pp-site-footer__grid { gap: 45px; }
}

@media (max-width: 820px) {
  body.admin-bar .pp-mobile-header { top: 46px; }
  .pp-container, .pp-container--wide { width: min(calc(100% - 32px), var(--pp-container)); }
  .pp-section { padding: 78px 0; }

  .pp-mobile-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; display: flex; height: 68px; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid rgba(223,184,47,.16); background: rgba(5,8,13,.88); backdrop-filter: blur(14px); }
  .pp-mobile-brand { color: #e8c965; font-family: var(--pp-serif); font-size: 22px; font-weight: 600; }
  .pp-menu-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 5px; padding: 0; background: transparent; border: 0; }
  .pp-menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 1px; background: #fff; transition: transform .25s ease, opacity .25s ease; }
  .pp-menu-toggle.is-open > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .pp-menu-toggle.is-open > span:nth-child(2) { opacity: 0; }
  .pp-menu-toggle.is-open > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .pp-mobile-menu { position: fixed; inset: 68px 0 auto; display: grid; padding: 20px 18px 28px; opacity: 0; visibility: hidden; transform: translateY(-12px); background: rgba(5,8,13,.98); border-bottom: 1px solid var(--pp-line); transition: .25s ease; }
  .pp-mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; }
  .pp-mobile-menu a { padding: 12px 0; font-family: var(--pp-serif); font-size: 28px; border-bottom: 1px solid rgba(255,255,255,.08); }

  .pp-hero__desktop-art, .pp-hero__hotspots { display: none; }
  .pp-hero__mobile { position: relative; display: flex; min-height: 760px; align-items: flex-end; padding: 120px 0 70px; background-image: linear-gradient(180deg, rgba(3,6,8,.28), rgba(3,6,8,.58) 45%, #05080d 100%), var(--pp-hero-mobile-image); background-position: center; background-size: cover; }
  .pp-hero__mobile-copy { width: min(calc(100% - 32px), 620px); margin-inline: auto; }
  .pp-hero__mobile h1 { max-width: 620px; margin: 0; font-family: var(--pp-serif); font-size: clamp(50px,14vw,76px); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
  .pp-hero__mobile p { max-width: 540px; margin: 24px 0 32px; color: #efeff2; font-size: 15px; }
  .pp-hero__mobile-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
  .pp-price { min-width: 200px; padding: 11px 18px; border: 1px solid rgba(223,184,47,.30); border-radius: 12px; background: rgba(6,10,14,.72); }
  .pp-price small { display: block; color: #a2a5ad; font-size: 10px; }
  .pp-price strong { color: #e1c15a; font-family: var(--pp-serif); font-size: 23px; font-weight: 500; }

  .pp-section-heading { margin-bottom: 34px; }
  .pp-section-heading h2, .pp-gallery-heading h2 { font-size: 44px; }
  .pp-amenity-card { flex-basis: calc((100% - 18px) / 1.18); height: 390px; }
  .pp-slider-track { gap: 18px; }
  .pp-slider-arrow { width: 42px; height: 62px; font-size: 58px; }
  .pp-amenity-card__content { inset: auto 20px 20px; }
  .pp-amenity-card h3 { font-size: 25px; }

  .pp-gallery { padding-top: 35px; }
  .pp-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 290px 180px 180px 210px; gap: 12px; }
  .g-lawn { grid-column: 1; grid-row: 1; }
  .g-architecture { grid-column: 2; grid-row: 1; }
  .g-gate { grid-column: 1; grid-row: 2; }
  .g-fountain { grid-column: 2; grid-row: 2; }
  .g-lounge { grid-column: 1; grid-row: 3; }
  .g-gym { grid-column: 2; grid-row: 3; }

  .pp-location__desktop-art { display: none; }
  .pp-location__mobile { position: relative; display: block; padding: 75px 0; background-image: linear-gradient(rgba(2,8,10,.78),rgba(2,8,10,.82)), var(--pp-location-image); background-position: center; background-size: cover; }
  .pp-location__mobile h2 { max-width: 640px; margin: 0; font-family: var(--pp-serif); font-size: 46px; font-weight: 400; line-height: 1.04; }
  .pp-location__mobile > .pp-container > p { margin: 17px 0 34px; color: #d6d8dc; }
  .pp-location-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .pp-location-cards article { display: flex; min-height: 165px; flex-direction: column; justify-content: flex-end; padding: 20px; border: 1px solid rgba(223,184,47,.25); border-radius: 14px; background: rgba(6,10,14,.84); }
  .pp-location-cards .pp-icon { width: 36px; height: 36px; margin-bottom: auto; padding: 8px; color: var(--pp-gold); border: 1px solid rgba(223,184,47,.5); border-radius: 50%; }
  .pp-location-cards strong { color: #e5cc7a; font-family: var(--pp-serif); font-size: 30px; font-weight: 500; }
  .pp-location-cards span { color: #d0d2d7; font-size: 12px; }

  .pp-contact__grid { grid-template-columns: 1fr; }
  .pp-contact h2 { font-size: 48px; }
  .pp-form-card { padding: 26px 20px 30px; }
  .pp-site-footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .pp-floating-actions { right: 12px; bottom: 12px; }
  .pp-floating-actions a { width: 50px; height: 50px; }
}

@media (max-width: 540px) {
  .pp-hero__mobile { min-height: 720px; }
  .pp-hero__mobile-actions { align-items: stretch; flex-direction: column; }
  .pp-price, .pp-hero__mobile-actions .pp-gold-button { width: 100%; }
  .pp-amenity-card { flex-basis: 100%; height: 370px; }
  .pp-gallery-grid { grid-template-columns: 1fr; grid-template-rows: 330px repeat(5, 210px); }
  .g-lawn, .g-architecture, .g-gate, .g-fountain, .g-lounge, .g-gym { grid-column: 1; }
  .g-lawn { grid-row: 1; }
  .g-architecture { grid-row: 2; }
  .g-gate { grid-row: 3; }
  .g-fountain { grid-row: 4; }
  .g-lounge { grid-row: 5; }
  .g-gym { grid-row: 6; }
  .pp-location-cards { grid-template-columns: 1fr; }
  .pp-form-row { grid-template-columns: 1fr; gap: 0; }
  .pp-contact-list > a, .pp-contact-list > div { grid-template-columns: 43px 1fr; }
  .pp-contact-list strong { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
