/* ============================================================
   Property Zone Gibraltar — shared luxe design system.
   Loaded on the converted native-Elementor luxe pages (see
   PZ_PS_Home::enqueue_luxe / the page-id list). One source of truth for the
   tokens, utilities and common section patterns; page-specific rules live in
   their own blocks below. Any WordPress/Elementor developer can maintain this.
   ============================================================ */
:root{
  --ink:#0B0B0C; --ink-2:#131315; --bone:#EFEAE1; --stone:#8E8880; --brass:#A8875A;
  --ease:cubic-bezier(.22,.61,.36,1); --gutter:clamp(1.5rem,5vw,5.5rem);
}
/* Dark luxe theme for the page body (scoped to luxe pages via the enqueue). */
body.pz-luxe{ background:var(--ink) !important; color:var(--bone); font-family:"Jost",system-ui,sans-serif;
  font-weight:300; line-height:1.7; -webkit-font-smoothing:antialiased; overflow-x:hidden; }
body.pz-luxe a{ color:inherit; text-decoration:none; }

/* Utilities */
.pz-luxe .ui{ font-size:.8rem; letter-spacing:.3em; text-transform:uppercase; font-weight:400; }
.pz-luxe .display{ font-family:"Cormorant Garamond",Georgia,serif; font-weight:300; line-height:1.02; }
.pz-luxe .wrap{ max-width:1500px; margin:0 auto; padding-inline:var(--gutter); }
.pz-luxe .sec-eyebrow{ color:var(--brass); }
.pz-luxe .pill{ display:inline-flex; align-items:center; gap:.9rem; border:1px solid rgba(239,234,225,.35);
  padding:.95rem 1.6rem; transition:.35s var(--ease); background:none; color:inherit; cursor:pointer; }
.pz-luxe .pill:hover{ border-color:var(--brass); color:var(--brass); }

/* Native Button widget with .pill: strip Elementor chrome, keep one border + "+" */
.pz-luxe .elementor-widget-button.pill{ border:0 !important; padding:0 !important; background:none !important; }
.pz-luxe .elementor-widget-button.pill .elementor-button{
  background:none !important; border:1px solid rgba(239,234,225,.35) !important; border-radius:0 !important;
  box-shadow:none !important; color:var(--bone) !important; padding:.95rem 1.6rem !important;
  font-family:"Jost",system-ui,sans-serif; font-size:.8rem; letter-spacing:.3em; text-transform:uppercase; font-weight:400; }
.pz-luxe .elementor-widget-button.pill .elementor-button:hover{ border-color:var(--brass) !important; color:var(--brass) !important; }
.pz-luxe .elementor-widget-button.pill .elementor-button-content-wrapper{ display:inline-flex; align-items:center; gap:.9rem; }
.pz-luxe .elementor-widget-button.pill .elementor-button-content-wrapper::after{ content:"+"; opacity:.7; }

/* [pz_save_button] — save-to-shortlist pill on the single-property page. It is a plain
   <a> (not an Elementor button widget), so it carries its own solid-pill styling to
   match the Enquire/Book-a-viewing pills. Brass fill → outline on hover; a tick when saved. */
/* line-height:1 on the anchor AND the inner span so the pill's box height matches the
   Elementor "View Gallery" button beside it (that button uses line-height:1; without
   this the span's inherited 1.4 line-height made the Save pill ~5px taller). */
.pz-luxe a.pz-save, .pz-luxe a.pz-save .pz-save__t{ line-height:1; }
.pz-luxe a.pz-save{ display:inline-flex; align-items:center; justify-content:center;
  background:var(--brass); color:var(--ink) !important; border:1px solid var(--brass);
  padding:.95rem 1.6rem; font-family:"Jost",system-ui,sans-serif; font-size:.8rem;
  letter-spacing:.3em; text-transform:uppercase; font-weight:400; text-decoration:none;
  transition:.35s var(--ease); cursor:pointer; }
.pz-luxe a.pz-save:hover, .pz-luxe a.pz-save:focus{ background:transparent !important; color:var(--brass) !important; border-color:var(--brass) !important; }
/* Symbol pair: "+" before Save (add), tick before Saved. */
.pz-luxe a.pz-save .pz-save__t::before{ content:"+"; margin-right:.5em; font-weight:400; }
.pz-luxe a.pz-save.is-saved .pz-save__t::before{ content:"\2713"; margin-right:.55em; }

/* ── Legal / long-form pages (Privacy, Cookie, Code of Conduct) ── */
.pz-luxe .lhead{ text-align:center; padding:clamp(3.5rem,10vh,7rem) var(--gutter) clamp(2rem,4vh,3rem);
  border-bottom:1px solid rgba(239,234,225,.1); }
.pz-luxe .lhead__title{ font-size:clamp(2.4rem,5.5vw,4.4rem) !important; color:#fff; margin:.6rem 0 0;
  font-family:"Cormorant Garamond",Georgia,serif; font-weight:300; line-height:1.02; }
.pz-luxe .lhead__title .elementor-heading-title{ font-size:inherit !important; color:inherit; font-family:inherit; font-weight:inherit; }
.pz-luxe .lhead__date{ color:var(--stone); font-size:.66rem; letter-spacing:.2em; text-transform:uppercase; margin-top:1.4rem; }
.pz-luxe .legal{ max-width:760px; margin:0 auto; padding:clamp(3rem,7vh,5rem) var(--gutter) clamp(3.5rem,8vh,6rem); }
.pz-luxe .legal__note{ background:var(--ink-2); border:1px solid rgba(168,135,90,.3); color:var(--brass);
  font-size:.85rem; padding:1rem 1.3rem; margin-bottom:2.6rem; }
.pz-luxe .legal h2{ font-family:"Cormorant Garamond",Georgia,serif; font-weight:300; font-size:clamp(1.5rem,2.6vw,2.1rem);
  color:#fff; margin:2.6rem 0 1rem; }
.pz-luxe .legal p{ color:#C9C3B7; margin:0 0 1.3rem; line-height:1.8; }
.pz-luxe .legal ul{ color:#C9C3B7; margin:0 0 1.3rem; padding-left:1.2rem; }
.pz-luxe .legal li{ margin-bottom:.6rem; }
.pz-luxe .legal a, .pz-luxe .legal a.inline{ color:var(--brass); border-bottom:1px solid rgba(168,135,90,.4); }

/* ── Motion: scroll reveal (gated behind body.pz-anim, set by luxe.js) ──
   Without the gate (script removed) every .rise element stays fully visible. */
.pz-luxe.pz-anim .rise{ opacity:0; transform:translateY(26px);
  transition:opacity 1s var(--ease), transform 1s var(--ease); }
.pz-luxe.pz-anim .rise.in{ opacity:1; transform:none; }
.pz-luxe.pz-anim .rise[data-d="1"]{ transition-delay:.1s; }
.pz-luxe.pz-anim .rise[data-d="2"]{ transition-delay:.2s; }
@media(prefers-reduced-motion:reduce){ .pz-luxe.pz-anim .rise{ opacity:1; transform:none; transition:none; } }

/* Solid brass pill variant (plain .pill and the native Button widget) */
.pz-luxe .pill--solid{ background:var(--brass); border-color:var(--brass); color:var(--ink); }
.pz-luxe .pill--solid:hover{ background:transparent; color:var(--brass); }
.pz-luxe .elementor-widget-button.pill--solid .elementor-button{
  background:var(--brass) !important; border-color:var(--brass) !important; color:var(--ink) !important; }
.pz-luxe .elementor-widget-button.pill--solid .elementor-button:hover{
  background:transparent !important; color:var(--brass) !important; }

/* Image widget that must fill a sized container (hero bg, card image).
   Bridges Elementor's wrapper chain so height:100% resolves. Tag the Image
   widget with `pz-fill`; the parent's own `… img` rule supplies any filter. */
.pz-luxe .pz-fill{ height:100% !important; }
.pz-luxe .pz-fill > .elementor-widget-container{ height:100%; }
.pz-luxe .pz-fill img{ width:100%; height:100%; object-fit:cover; display:block; }

/* Property Pulse featured card: force the two children into one row (grid
   auto-placement was dropping the body to a second row → diagonal layout with
   empty cells). Image left (wide), body right. */
.pz-p-pulse .feat__img{ grid-column:1; grid-row:1; }
.pz-p-pulse .feat__body{ grid-column:2; grid-row:1; }
@media(max-width:820px){ .pz-p-pulse .feat__img, .pz-p-pulse .feat__body{ grid-column:auto; grid-row:auto; } }

/* Discover: "Highlights" mini-label before each service bullet list. */
.pz-luxe .svc__hl{ color:var(--stone); font-size:.8rem; letter-spacing:.24em; text-transform:uppercase;
  margin:1.7rem 0 .7rem; font-weight:400; }

/* ── Shared defaults for detail pages (districts, developments) ──
   The editorial .phead/.cta are per-page-scoped (.pz-p-<slug>), so pages
   outside that set need shared fallbacks. Editorial per-page rules still win
   (later in the file, same specificity). */
.pz-luxe .phead{ position:relative; isolation:isolate; text-align:center; overflow:hidden;
  padding:clamp(4.5rem,13vh,9rem) 0 clamp(3rem,7vh,5rem); }
.pz-luxe .phead__bg img{ filter:grayscale(.45) brightness(.4); }
.pz-luxe .phead::after{ content:""; position:absolute; inset:0; z-index:-1;
  background:linear-gradient(180deg,rgba(11,11,12,.5),rgba(11,11,12,.92)); }
.pz-luxe .phead__sub{ color:#D4CEC2; max-width:58ch; margin:1.6rem auto 0; }
.pz-luxe .cta{ text-align:center; padding:clamp(3.5rem,9vh,7rem) 0; }
.pz-luxe .cta h2{ font-family:"Cormorant Garamond",Georgia,serif; font-weight:300;
  font-size:clamp(2rem,4vw,3.4rem); color:#fff; margin:0 0 1rem; }
.pz-luxe .cta h2 em{ font-style:italic; color:var(--brass); }
.pz-luxe .cta p{ color:var(--stone); max-width:46ch; margin:0 auto 2rem; }
/* Detail-page section header + intro column */
.pz-luxe .det-section{ padding:clamp(3rem,7vh,5.5rem) 0; }
.pz-luxe .det-h{ text-align:center; font-family:"Cormorant Garamond",Georgia,serif; font-weight:300;
  font-size:clamp(1.7rem,3vw,2.6rem); color:#fff; margin:0 0 clamp(2rem,4vh,3rem); }
.pz-luxe .det-h em{ font-style:italic; color:var(--brass); }
.pz-luxe .det-intro{ max-width:1040px; margin:0 auto; padding:clamp(2.5rem,6vh,4rem) var(--gutter); }
.pz-luxe .det-intro p{ color:#C9C3B7; line-height:1.9; font-size:clamp(1.02rem,1.2vw,1.16rem); margin:0 0 1.4rem; }
/* Property loop grid on detail pages uses template 9401 (same as search).
   Ensure it lays out as a responsive grid inside the loop container. */
.pz-luxe .pz-loop .elementor-loop-container{ display:grid; grid-template-columns:repeat(3,1fr);
  gap:clamp(1.4rem,2.6vw,2.4rem); }
@media(max-width:900px){ .pz-luxe .pz-loop .elementor-loop-container{ grid-template-columns:1fr 1fr; } }
@media(max-width:560px){ .pz-luxe .pz-loop .elementor-loop-container{ grid-template-columns:1fr; } }

/* Stamp duty calculator: card shell around the functional widget. */
.pz-luxe .calc-shell{ max-width:720px; margin:0 auto; background:var(--ink-2);
  border:1px solid rgba(239,234,225,.12); padding:clamp(1.8rem,4vw,3rem); }

/* Loop Grid → multi-column. Elementor renders items in .elementor-loop-container;
   the grid must be declared there, not on the widget wrapper (.pulse-grid/.wall).
   The merged editorial CSS makes .pulse-grid/.wall (which land on the WIDGET
   wrapper) a grid/multi-column, squishing everything into one cell — neutralise
   that so the loop-container below is the single full-width grid. */
.pz-luxe .pulse-grid, .pz-luxe .wall{ display:block !important; columns:auto !important; }
.pz-luxe .pulse-grid .elementor-loop-container{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(1.6rem,3vw,2.8rem); }
.pz-luxe .wall .elementor-loop-container{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(1.4rem,2.4vw,2rem); align-items:start; }
@media(max-width:960px){ .pz-luxe .wall .elementor-loop-container{ grid-template-columns:1fr 1fr; } }
@media(max-width:860px){ .pz-luxe .pulse-grid .elementor-loop-container{ grid-template-columns:1fr 1fr; } }
@media(max-width:600px){ .pz-luxe .pulse-grid .elementor-loop-container,
  .pz-luxe .wall .elementor-loop-container{ grid-template-columns:1fr; } }

/* Elementor Form widgets on luxe pages: dark fields, brass focus, solid-pill submit.
   Bridges Elementor's default light form chrome to the luxe look (.form = Contact,
   .news = Property Pulse newsletter). */
.pz-luxe .form .elementor-field-group{ margin-bottom:1rem; }
.pz-luxe .form .elementor-field, .pz-luxe .news .elementor-field{
  background:var(--ink) !important; border:1px solid rgba(239,234,225,.16) !important; color:var(--bone) !important;
  padding:1rem 1.1rem !important; border-radius:0 !important; font:inherit; box-shadow:none !important; }
.pz-luxe .form .elementor-field:focus, .pz-luxe .news .elementor-field:focus{
  outline:1px solid var(--brass); border-color:var(--brass) !important; }
.pz-luxe .form .elementor-field::placeholder, .pz-luxe .news .elementor-field::placeholder{ color:var(--stone); opacity:1; }
.pz-luxe .form textarea.elementor-field{ min-height:130px; resize:vertical; }
.pz-luxe .form .elementor-button, .pz-luxe .news .elementor-button{
  background:var(--brass) !important; color:var(--ink) !important; border:1px solid var(--brass) !important;
  border-radius:0 !important; box-shadow:none !important; letter-spacing:.3em; text-transform:uppercase;
  font-size:.8rem; font-weight:400; padding:1rem 1.6rem !important; transition:.35s var(--ease); }
.pz-luxe .form .elementor-button:hover, .pz-luxe .news .elementor-button:hover{
  background:transparent !important; color:var(--brass) !important; }

/* ---- District & development detail pages (Ocean Village / Keystone pilots) ----
   These two page-slugs are not in the editorial merge block below, so the shared
   .display face has no hero size. Give them one, and style the development-only
   feature cards (native icon-box widgets), the spec list, and the enquiry shell. */
.pz-p-district .phead__title, .pz-p-development .phead__title{
  font-size:clamp(2.6rem,6.5vw,5.6rem); color:#fff; margin:.7rem auto 0; }
/* Feature cards: grid must land on the container's inner (widget children live in
   .e-con-inner); cover both to dodge the wrapper-vs-content trap. */
.pz-luxe .kf-grid > .e-con-inner, .pz-luxe .kf-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(1.2rem,2.4vw,2rem);
  max-width:1080px; margin-inline:auto; }
.pz-luxe .kf-card{ background:var(--ink-2); border:1px solid rgba(239,234,225,.12);
  padding:clamp(1.8rem,3vw,2.6rem) clamp(1.4rem,2.4vw,2rem); text-align:center; height:100%; }
.pz-luxe .kf-card .elementor-icon-box-icon{ margin-bottom:1.1rem; }
.pz-luxe .kf-card .elementor-icon-box-icon i,
.pz-luxe .kf-card .elementor-icon-box-icon svg{ color:var(--brass); fill:var(--brass); font-size:2.1rem; width:2.1rem; height:2.1rem; }
.pz-luxe .kf-card .elementor-icon-box-title{ font-family:"Cormorant Garamond",Georgia,serif;
  font-weight:400; font-size:1.5rem; color:var(--bone); margin:0 0 .6rem; letter-spacing:.01em; }
.pz-luxe .kf-card .elementor-icon-box-description{ color:var(--stone); line-height:1.7; font-size:.98rem; margin:0; }
@media(max-width:860px){ .pz-luxe .kf-grid > .e-con-inner, .pz-luxe .kf-grid{ grid-template-columns:1fr; max-width:420px; } }
/* Spec list: diamond markers, two columns on desktop. */
.pz-luxe .kf-list{ max-width:940px; margin-inline:auto; }
.pz-luxe .kf-list ul{ list-style:none; margin:0; padding:0; columns:2; column-gap:2.6rem; }
.pz-luxe .kf-list li{ position:relative; padding:0 0 .95rem 1.6rem; color:#C9C3B7; line-height:1.7; break-inside:avoid; }
.pz-luxe .kf-list li::before{ content:""; position:absolute; left:0; top:.62em; width:7px; height:7px; background:var(--brass); transform:rotate(45deg); }
@media(max-width:600px){ .pz-luxe .kf-list ul{ columns:1; } }
.pz-luxe .kf-tag, .pz-luxe .kf-tag p{ text-align:center; max-width:54ch; margin:clamp(1.8rem,4vh,2.6rem) auto 0;
  font-family:"Cormorant Garamond",Georgia,serif; font-style:italic; font-size:clamp(1.15rem,2vw,1.5rem);
  color:var(--brass); line-height:1.5; }
.pz-luxe .kf-form-shell{ max-width:640px; margin-inline:auto; }
.pz-luxe .kf-form-shell .det-intro{ padding:0 0 1.6rem; max-width:none; text-align:center; }

/* District pages: sticky For Sale / To Rent toggle over a single loop panel.
   Both loops render server-side; luxe.js only shows/hides the active one, so
   infinite scroll never buries one department under the other. The segment
   mirrors the search box .pz-seg (brass-on-ink selected). Sticks just under
   the 81px sticky site header. */
.pz-luxe .area-switch{ position:sticky; top:80px; z-index:40; text-align:center;
  background:var(--ink); padding:clamp(.9rem,2.2vh,1.5rem) 0 clamp(1.4rem,3vh,2.2rem); margin-bottom:clamp(1rem,2vh,1.6rem); }
.pz-luxe .area-switch__inner{ display:inline-flex; border:1px solid rgba(239,234,225,.2); }
/* background pinned with !important: the Hello theme reset.css paints
   [type="button"]:hover with its old pink accent (#CC3366) at equal
   specificity, so without !important source order would let it win. */
.pz-luxe .area-switch__btn{ background:none !important; border:0; cursor:pointer; color:var(--stone);
  font-family:"Jost",system-ui,sans-serif; font-size:.74rem; letter-spacing:.22em; text-transform:uppercase;
  padding:.9rem 1.7rem; transition:background .2s,color .2s; }
.pz-luxe .area-switch__btn:hover,
.pz-luxe .area-switch__btn:focus{ background:none !important; color:var(--bone); }
.pz-luxe .area-switch__btn[aria-selected="true"],
.pz-luxe .area-switch__btn[aria-selected="true"]:hover,
.pz-luxe .area-switch__btn[aria-selected="true"]:focus{ background:var(--brass) !important; color:var(--ink); }
/* Panels: sale shown by default (pre-JS safe), rent hidden until toggled. */
.pz-luxe .area-panel--rent{ display:none; }
.pz-luxe .area-props[data-show="rent"] .area-panel--sale{ display:none; }
.pz-luxe .area-props[data-show="rent"] .area-panel--rent{ display:block; }

/* ============================================================
   Editorial page sections (Off Plan, Discover, Locations, Property Pulse,
   Treaty Update, Testimonials, Contact). Bespoke per-section rules pulled
   from the original designs; shared rules under .pz-luxe, page-specific
   overrides under .pz-p-<slug>. Loaded only on luxe pages via the enqueue.
   ============================================================ */
.pz-p-offplan .phead,.pz-p-locations .phead{position:relative;isolation:isolate;padding:clamp(5rem,15vh,10rem) 0 clamp(3.5rem,8vh,6rem);text-align:center;overflow:hidden}.pz-p-discover .phead{position:relative;isolation:isolate;padding:clamp(5rem,16vh,11rem) 0 clamp(3.5rem,8vh,6rem);text-align:center;overflow:hidden}.pz-p-pulse .phead{padding:clamp(3.5rem,10vh,7rem) 0 clamp(2rem,4vh,3rem);text-align:center}.pz-p-testimonials .phead{position:relative;isolation:isolate;padding:clamp(4.5rem,13vh,9rem) 0 clamp(2.5rem,6vh,4rem);text-align:center;overflow:hidden}.pz-p-contact .phead{position:relative;isolation:isolate;padding:clamp(4.5rem,13vh,9rem) 0 clamp(3rem,7vh,5rem);text-align:center;overflow:hidden}.pz-p-services .phead{position:relative;isolation:isolate;padding:clamp(4rem,13vh,9rem) 0 clamp(3rem,7vh,5rem);text-align:center;overflow:hidden}
.pz-luxe .phead__bg{position:absolute;inset:0;z-index:-2}
.pz-p-offplan .phead__bg img{width:100%;height:100%;object-fit:cover;filter:grayscale(.45) brightness(.38)}.pz-p-discover .phead__bg img{width:100%;height:100%;object-fit:cover;filter:grayscale(.4) brightness(.4)}.pz-p-locations .phead__bg img{width:100%;height:100%;object-fit:cover;filter:grayscale(.45) brightness(.4)}.pz-p-testimonials .phead__bg img{width:100%;height:100%;object-fit:cover;filter:grayscale(.5) brightness(.34)}.pz-p-contact .phead__bg img{width:100%;height:100%;object-fit:cover;filter:grayscale(.45) brightness(.36)}.pz-p-services .phead__bg img{width:100%;height:100%;object-fit:cover;filter:grayscale(.5) brightness(.32)}
.pz-p-offplan .phead::after,.pz-p-locations .phead::after,.pz-p-contact .phead::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(11,11,12,.5),rgba(11,11,12,.92))}.pz-p-discover .phead::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(11,11,12,.5),rgba(11,11,12,.9))}.pz-p-testimonials .phead::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(11,11,12,.55),rgba(11,11,12,.92))}.pz-p-services .phead::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(11,11,12,.55),rgba(11,11,12,.9))}
.pz-p-offplan .phead__title,.pz-p-discover .phead__title,.pz-p-locations .phead__title{font-size:clamp(2.8rem,7vw,6.5rem);color:#fff;margin:.7rem auto 0}.pz-p-pulse .phead__title{font-size:clamp(2.6rem,6vw,5.4rem);color:#fff;margin:.6rem auto 0}.pz-p-testimonials .phead__title,.pz-p-contact .phead__title{font-size:clamp(2.8rem,7vw,6rem);color:#fff;margin:.7rem auto 0}.pz-p-services .phead__title{font-size:clamp(2.6rem,6vw,5.4rem);color:#fff;margin:.7rem auto 0;max-width:16ch}
.pz-luxe .phead__title em{font-style:italic;color:var(--brass)}
.pz-p-offplan .phead__sub{color:#D4CEC2;max-width:52ch;margin:1.8rem auto 0;font-size:1.12rem}.pz-p-discover .phead__sub{color:#D4CEC2;max-width:54ch;margin:1.8rem auto 0;font-size:1.12rem}.pz-p-locations .phead__sub{color:#D4CEC2;max-width:50ch;margin:1.8rem auto 0;font-size:1.12rem}.pz-p-pulse .phead__sub{color:var(--stone);max-width:48ch;margin:1.4rem auto 0}.pz-p-testimonials .phead__sub{color:#D4CEC2;max-width:48ch;margin:1.6rem auto 0}.pz-p-contact .phead__sub{color:#D4CEC2;max-width:50ch;margin:1.6rem auto 0}.pz-p-services .phead__sub{color:#D4CEC2;max-width:52ch;margin:1.6rem auto 0}
.pz-p-offplan .section,.pz-p-single .section{padding:clamp(3.5rem,8vh,6.5rem) 0}.pz-p-locations .section,.pz-p-contact .section{padding:clamp(3.5rem,8vh,6rem) 0}
.pz-p-offplan .sec-top{text-align:center;margin-bottom:clamp(2.4rem,5vh,3.6rem)}.pz-p-locations .sec-top{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;flex-wrap:wrap;margin-bottom:clamp(2rem,4vh,3rem)}
.pz-p-offplan .sec-h{font-size:clamp(2rem,4vw,3.4rem);color:#fff;margin:.6rem 0 0;font-weight:300}.pz-p-locations .sec-h{font-size:clamp(2rem,4vw,3.2rem);color:#fff;margin:.5rem 0 0;font-weight:300}.pz-p-single .sec-h{font-size:clamp(1.8rem,3.4vw,2.8rem);margin:0 0 1.6rem;color:#fff;font-weight:300}
.pz-luxe .sec-h em{font-style:italic;color:var(--brass)}
.pz-luxe .sec-intro{color:var(--stone);max-width:52ch;margin:1.4rem auto 0}
.pz-luxe .dev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.6rem,2.6vw,2.4rem)}
.pz-luxe .dev{display:flex;flex-direction:column;background:var(--ink-2);border:1px solid rgba(239,234,225,.1)}
.pz-luxe .dev__img{position:relative;aspect-ratio:3/2;overflow:hidden}
.pz-luxe .dev__img img{width:100%;height:100%;object-fit:cover;filter:grayscale(.2) brightness(.9);transition:transform 1s var(--ease),filter .6s var(--ease)}
.pz-luxe .dev:hover .dev__img img{transform:scale(1.05);filter:grayscale(0) brightness(1)}
.pz-luxe .dev__badge{position:absolute;top:1rem;left:1rem;background:var(--brass);color:var(--ink);font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;padding:.4rem .8rem}
.pz-luxe .dev__badge--soon{background:rgba(11,11,12,.72);color:var(--bone);border:1px solid rgba(239,234,225,.3)}
.pz-luxe .dev__body{padding:1.6rem 1.6rem 1.9rem;display:flex;flex-direction:column;flex:1}
.pz-luxe .dev__name{font-family:"Cormorant Garamond",serif;font-size:1.7rem;color:#fff;line-height:1.05}
.pz-luxe .dev__loc{color:var(--brass);font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;margin:.5rem 0 1.2rem}
.pz-luxe .dev__meta{display:flex;gap:1.6rem;margin-bottom:1.4rem;border-top:1px solid rgba(239,234,225,.1);padding-top:1.2rem}
.pz-luxe .dev__meta div{display:flex;flex-direction:column;gap:.2rem}
.pz-luxe .dev__meta .k{font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;color:var(--stone)}
.pz-luxe .dev__meta .v{font-family:"Cormorant Garamond",serif;font-size:1.25rem;color:var(--bone)}
.pz-luxe .dev__cta{margin-top:auto;align-self:flex-start}
.pz-luxe .process{background:var(--ink-2);border-top:1px solid rgba(239,234,225,.1);border-bottom:1px solid rgba(239,234,225,.1)}
.pz-luxe .process__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(239,234,225,.1)}
.pz-luxe .step{background:var(--ink-2);padding:clamp(2rem,3vw,2.8rem)}
.pz-luxe .step__n{font-family:"Cormorant Garamond",serif;font-size:2.6rem;color:var(--brass);line-height:1}
.pz-luxe .step__h{color:#fff;font-family:"Cormorant Garamond",serif;font-size:1.4rem;margin:.8rem 0 .6rem}
.pz-luxe .step__p{color:var(--stone);font-size:.92rem;max-width:26ch}
.pz-p-offplan .cta{text-align:center;padding:clamp(3.5rem,9vh,7rem) 0}.pz-p-discover .cta,.pz-p-locations .cta,.pz-p-testimonials .cta,.pz-p-services .cta{background:var(--ink-2);border-top:1px solid rgba(239,234,225,.1);text-align:center;padding:clamp(3.5rem,9vh,7rem) 0}
.pz-luxe .cta h2{font-family:"Cormorant Garamond",serif;font-weight:300;font-size:clamp(2rem,4vw,3.4rem);color:#fff;margin:0 0 1rem}
.pz-luxe .cta h2 em{font-style:italic;color:var(--brass)}
.pz-luxe .cta p{color:var(--stone);max-width:44ch;margin:0 auto 2rem}
.pz-luxe .facts{background:var(--ink-2);border-top:1px solid rgba(239,234,225,.1);border-bottom:1px solid rgba(239,234,225,.1)}
.pz-luxe .facts__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:clamp(2.4rem,5vh,3.6rem) 0;text-align:center}
.pz-luxe .fact__n{font-family:"Cormorant Garamond",serif;font-weight:300;font-size:clamp(2.6rem,4.5vw,4rem);color:var(--brass);line-height:1}
.pz-luxe .fact__l{color:var(--stone);font-size:.62rem;letter-spacing:.24em;text-transform:uppercase;margin-top:.9rem}
.pz-luxe .intro{padding:clamp(4rem,9vh,7rem) 0;text-align:center}
.pz-luxe .intro p{font-family:"Cormorant Garamond",serif;font-style:italic;font-size:clamp(1.5rem,2.8vw,2.4rem);color:var(--bone);line-height:1.4;max-width:30ch;margin:0 auto}
.pz-p-discover .svc{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;min-height:74svh;border-top:1px solid rgba(239,234,225,.1)}.pz-p-services .svc{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;min-height:76svh;border-top:1px solid rgba(239,234,225,.1)}
.pz-luxe .svc__img{overflow:hidden;isolation:isolate;min-height:340px}
.pz-luxe .svc__img img{width:100%;height:100%;object-fit:cover;filter:grayscale(.28) brightness(.86);transition:transform 1.2s var(--ease),filter .8s var(--ease)}
.pz-luxe .svc:hover .svc__img img{transform:scale(1.05);filter:grayscale(0) brightness(1)}
.pz-luxe .svc__copy{padding:clamp(2.5rem,6vw,6rem);display:flex;flex-direction:column;justify-content:center}
.pz-luxe .svc--flip .svc__img{order:2}
.pz-luxe .svc__idx{color:var(--brass);margin-bottom:1.5rem}
.pz-luxe .svc__h{font-size:clamp(2rem,3.8vw,3.4rem);color:#fff;margin:0 0 1.4rem;font-weight:300}
.pz-luxe .svc__lede{font-family:"Cormorant Garamond",serif;font-style:italic;font-size:clamp(1.3rem,2vw,1.75rem);color:var(--bone);line-height:1.4;margin:0 0 1.4rem;max-width:34ch}
.pz-luxe .svc__copy p:not(.svc__lede){color:#C9C3B7;max-width:46ch;margin:0}
.pz-luxe .svc__list{list-style:none;margin:1.8rem 0 2.2rem;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.7rem 1.6rem;max-width:46ch}
.pz-luxe .svc__list li{display:flex;gap:.8rem;align-items:baseline;color:#C9C3B7;font-size:.92rem}
.pz-luxe .svc__list li::before{content:"";width:5px;height:5px;background:var(--brass);flex:none;transform:translateY(-2px)}
.pz-luxe .svc__cta{align-self:flex-start}
.pz-luxe .loc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(239,234,225,.12);border:1px solid rgba(239,234,225,.12)}
.pz-luxe .loc-card{position:relative;isolation:isolate;background:var(--ink);display:flex;flex-direction:column;justify-content:flex-end;
  aspect-ratio:5/6;overflow:hidden}
.pz-luxe .loc-card--wide{grid-column:1/-1;aspect-ratio:16/6}
.pz-luxe .loc-card__img{position:absolute;inset:0;z-index:-2}
.pz-luxe .loc-card__img img{width:100%;height:100%;object-fit:cover;filter:grayscale(.35) brightness(.72);transition:transform 1.1s var(--ease),filter .8s var(--ease)}
.pz-luxe .loc-card:hover .loc-card__img img{transform:scale(1.06);filter:grayscale(0) brightness(.85)}
.pz-luxe .loc-card::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,transparent 38%,rgba(11,11,12,.9) 100%)}
.pz-luxe .loc-card__b{padding:clamp(1.5rem,3vw,2.3rem)}
.pz-luxe .loc-card__char{color:var(--brass);font-size:.62rem;letter-spacing:.24em;text-transform:uppercase;display:block;margin-bottom:.7rem}
.pz-luxe .loc-card__name{font-family:"Cormorant Garamond",serif;font-weight:300;font-size:clamp(1.7rem,2.6vw,2.4rem);color:#fff;line-height:1}
.pz-luxe .loc-card__desc{color:#C9C3B7;font-size:.94rem;margin:.9rem 0 1.1rem;max-width:40ch}
.pz-luxe .loc-card__foot{display:flex;justify-content:space-between;align-items:center;gap:1rem;
  font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--stone)}
.pz-luxe .loc-card__link{color:var(--brass);transition:letter-spacing .4s var(--ease)}
.pz-luxe .loc-card:hover .loc-card__link{letter-spacing:.28em}
.pz-p-locations .map{min-height:460px;background:#1c1c1f url('/pzg/wp-content/uploads/pzg-luxe/site-assets/locations/eastside.avif') center/cover;position:relative;filter:grayscale(.5) brightness(.6)}.pz-p-contact .map{min-height:440px;position:relative;overflow:hidden;background:#1c1c1f}
.pz-p-contact .map .pz-cmap{position:absolute;inset:0;z-index:1}
.pz-p-contact .map .leaflet-container{width:100%;height:100%;background:#1c1c1f;font-family:inherit}
/* Match the Locations map tone: grayscale + dimmed tiles (pin/controls stay bright). */
.pz-p-contact .map .leaflet-tile{filter:grayscale(.5) brightness(.6)}
.pz-p-contact .map .leaflet-control-attribution{background:rgba(11,11,12,.7);color:#8E8880;font-size:.62rem}
.pz-p-contact .map .leaflet-control-attribution a{color:#A8875A}
.pz-p-contact .map .leaflet-bar a{background:#131315;color:#EFEAE1;border-color:rgba(239,234,225,.16)}
.pz-p-contact .map .leaflet-bar a:hover{background:#A8875A;color:#0B0B0C}
.pz-p-contact .map .leaflet-popup-content-wrapper,.pz-p-contact .map .leaflet-popup-tip{background:#131315;color:#EFEAE1;border-radius:0;box-shadow:0 18px 40px rgba(0,0,0,.5)}
.pz-p-contact .map .leaflet-popup-content{font-size:.85rem;line-height:1.5}
.pz-cmap-pin{display:block;width:14px;height:14px;border-radius:50%;background:#A8875A;border:1px solid #0B0B0C;box-shadow:0 0 0 5px rgba(168,135,90,.28)}
.pz-p-locations .map::after{content:"MAP — Property Hive locations / interactive Gibraltar map";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--bone);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase}.pz-luxe .cats{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap;padding-bottom:clamp(2rem,4vh,3rem)}
.pz-luxe .cats a{border:1px solid rgba(239,234,225,.16);color:var(--stone);font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;padding:.6rem 1.1rem;transition:.3s var(--ease)}
.pz-luxe .cats a:hover,.pz-luxe .cats a.on{border-color:var(--brass);color:var(--brass)}
.pz-luxe .cats a.on{background:var(--brass);color:var(--ink);border-color:var(--brass)}
.pz-p-pulse .feat{display:grid;grid-template-columns:1.3fr 1fr;gap:0;border:1px solid rgba(239,234,225,.12);align-items:stretch;margin-bottom:clamp(2.5rem,5vh,4rem)}.pz-p-single .feat{background:var(--ink);padding:1.1rem 1.4rem;display:flex;gap:.9rem;align-items:baseline;color:#C9C3B7;font-size:.98rem}
.pz-luxe .feat__img{overflow:hidden;min-height:340px}
.pz-luxe .feat__img img{width:100%;height:100%;object-fit:cover;filter:grayscale(.2) brightness(.9);transition:transform 1s var(--ease),filter .6s var(--ease)}
.pz-luxe .feat:hover .feat__img img{transform:scale(1.04);filter:grayscale(0) brightness(1)}
.pz-luxe .feat__body{padding:clamp(2rem,4vw,3.5rem);display:flex;flex-direction:column;justify-content:center}
.pz-luxe .feat__meta{color:var(--brass);margin-bottom:1rem}
.pz-luxe .feat__t{font-family:"Cormorant Garamond",serif;font-weight:300;font-size:clamp(1.8rem,3vw,2.8rem);color:#fff;margin:0 0 1rem;line-height:1.08}
.pz-luxe .feat__ex{color:#C9C3B7;margin:0 0 1.6rem;max-width:46ch}
.pz-luxe .feat__link{color:var(--brass);transition:letter-spacing .4s var(--ease);align-self:flex-start}
.pz-luxe .feat:hover .feat__link{letter-spacing:.35em}
.pz-luxe .pulse-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.6rem,3vw,2.8rem);padding-bottom:clamp(2.5rem,5vh,3.5rem)}
.pz-luxe .post{display:flex;flex-direction:column;position:relative}
/* Whole-card cover links ([pz_*_cover]). The overlay sits inside an Elementor
   widget wrapper (.post__cover-w / .serv__cover-w) that is position:relative and
   0-height, collapsing the overlay to 0x0. home.css handles this on the home page;
   the Pulse + Services pages run on luxe.css, so make the wrapper the full-card
   overlay here too. */
.pz-luxe .post, .pz-luxe .serv{position:relative}
.pz-luxe .post__cover-w, .pz-luxe .serv__cover-w{position:absolute!important;inset:0!important;z-index:3}
.pz-luxe .post__cover, .pz-luxe .serv__cover{position:absolute;inset:0;width:100%;height:100%;z-index:3}
.pz-luxe .post__img{aspect-ratio:3/2;overflow:hidden;margin-bottom:1.4rem}
.pz-luxe .post__img img{width:100%;height:100%;object-fit:cover;filter:grayscale(.28) brightness(.9);transition:transform 1s var(--ease),filter .6s var(--ease)}
.pz-luxe .post:hover .post__img img{transform:scale(1.05);filter:grayscale(0) brightness(1)}
.pz-luxe .post__meta{color:var(--brass);margin-bottom:.9rem}
.pz-luxe .post__t{font-family:"Cormorant Garamond",serif;font-weight:300;font-size:clamp(1.55rem,2.2vw,2rem);color:#fff;margin:0 0 .8rem;line-height:1.12}
.pz-luxe .post__ex{color:var(--stone);font-size:1rem;line-height:1.62;margin:0 0 1.4rem;flex:1}
.pz-luxe .post__link{color:var(--brass);transition:letter-spacing .4s var(--ease)}
.pz-luxe .post:hover .post__link{letter-spacing:.4em}
/* Card reading order: title ABOVE the article/excerpt (it was rendering under the
   excerpt + read-more). The card is a flex column, so pin an explicit order rather
   than rely on the loop template's widget sequence. The cover link is absolute (out
   of flow) so it's unaffected; the excerpt keeps flex:1 so READ sits at the card foot. */
.pz-luxe .post{display:flex;flex-direction:column}
.pz-luxe .post__img{order:1}
.pz-luxe .post__meta{order:2}
.pz-luxe .post__t{order:3}
.pz-luxe .post__ex{order:4}
.pz-luxe .post__link,.pz-luxe .post__link-w{order:5}
.pz-luxe .pager{display:flex;justify-content:center;gap:.5rem;align-items:center;padding:0 0 clamp(3rem,6vh,5rem)}
.pz-luxe .pager a{min-width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(239,234,225,.16);color:var(--stone);font-size:.85rem;transition:.3s var(--ease)}
.pz-luxe .pager a:hover{border-color:var(--brass);color:var(--brass)}
.pz-luxe .pager a.on{background:var(--brass);border-color:var(--brass);color:var(--ink)}
.pz-luxe .news{background:var(--ink-2);border-top:1px solid rgba(239,234,225,.1);text-align:center;padding:clamp(3.5rem,8vh,6rem) 0}
.pz-luxe .news h2{font-family:"Cormorant Garamond",serif;font-weight:300;font-size:clamp(1.8rem,3.4vw,2.8rem);color:#fff;margin:0 0 1rem}
.pz-luxe .news h2 em{font-style:italic;color:var(--brass)}
.pz-luxe .news p{color:var(--stone);max-width:40ch;margin:0 auto 2rem}
.pz-luxe .news form{display:flex;gap:.8rem;max-width:460px;margin:0 auto;flex-wrap:wrap;justify-content:center}
.pz-luxe .news input{flex:1;min-width:220px;background:var(--ink);border:1px solid rgba(239,234,225,.16);color:var(--bone);padding:1rem 1.1rem;font:inherit}
.pz-luxe .news input:focus{outline:1px solid var(--brass);border-color:var(--brass)}
.pz-luxe .ahead{max-width:820px;margin:0 auto;padding:clamp(3rem,7vh,5.5rem) var(--gutter) clamp(2rem,4vh,3rem);text-align:center}
.pz-luxe .ahead__back{color:var(--stone);margin-bottom:2rem;display:inline-block;transition:color .3s var(--ease)}
.pz-luxe .ahead__back:hover{color:var(--brass)}
.pz-luxe .ahead__meta{color:var(--brass);margin-bottom:1.4rem}
.pz-luxe .ahead__title{font-size:clamp(2.4rem,5.5vw,4.6rem);color:#fff;margin:0}
.pz-luxe .ahead__stand{font-family:"Cormorant Garamond",serif;font-style:italic;font-size:clamp(1.3rem,2.2vw,1.8rem);color:#D4CEC2;margin:1.6rem auto 0;max-width:40ch;line-height:1.4}
.pz-luxe .ahead__by{color:var(--stone);font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;margin-top:1.8rem}
.pz-luxe .afeat{aspect-ratio:21/9;overflow:hidden;margin:clamp(1.5rem,4vh,3rem) 0}
.pz-luxe .afeat img{width:100%;height:100%;object-fit:cover}
.pz-luxe .article{max-width:720px;margin:0 auto;padding:0 var(--gutter) clamp(3rem,7vh,5rem)}
.pz-luxe .article__lede{font-family:"Cormorant Garamond",serif;font-size:clamp(1.5rem,2.4vw,2rem);color:var(--bone);line-height:1.4;margin:0 0 2rem}
.pz-luxe .article p{color:#C9C3B7;margin:0 0 1.5rem;font-size:1.12rem;line-height:1.8}
.pz-luxe .article h2{font-family:"Cormorant Garamond",serif;font-weight:300;font-size:clamp(1.7rem,2.8vw,2.4rem);color:#fff;margin:2.6rem 0 1.1rem}
.pz-luxe .article a.inline{color:var(--brass);border-bottom:1px solid rgba(168,135,90,.4)}
.pz-luxe .article a.inline:hover{border-color:var(--brass)}
.pz-luxe .article blockquote{margin:2.2rem 0;padding:.4rem 0 .4rem 1.8rem;border-left:2px solid var(--brass);
  font-family:"Cormorant Garamond",serif;font-style:italic;font-size:clamp(1.4rem,2.2vw,1.8rem);color:var(--bone);line-height:1.4}
.pz-luxe .article ul{color:#C9C3B7;margin:0 0 1.5rem;padding-left:1.2rem}
.pz-luxe .article li{margin-bottom:.6rem}
.pz-luxe .article__cta{background:var(--ink-2);border:1px solid rgba(239,234,225,.12);padding:clamp(1.6rem,3vw,2.2rem);margin:2.4rem 0;text-align:center}
.pz-luxe .tags{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:2.6rem;padding-top:1.8rem;border-top:1px solid rgba(239,234,225,.1)}
.pz-luxe .tags a{border:1px solid rgba(239,234,225,.16);color:var(--stone);font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;padding:.45rem .9rem;transition:.3s var(--ease)}
.pz-luxe .tags a:hover{border-color:var(--brass);color:var(--brass)}
.pz-luxe .related{background:var(--ink-2);border-top:1px solid rgba(239,234,225,.1);padding:clamp(3.5rem,8vh,6rem) 0}
.pz-luxe .related h2{font-family:"Cormorant Garamond",serif;font-weight:300;font-size:clamp(1.6rem,3vw,2.4rem);color:#fff;margin:0 0 2rem}
.pz-luxe .rel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.4rem,2.5vw,2.4rem)}
.pz-luxe .rpost{display:flex;flex-direction:column}
.pz-luxe .rpost__img{aspect-ratio:3/2;overflow:hidden;margin-bottom:1.1rem}
.pz-luxe .rpost__img img{width:100%;height:100%;object-fit:cover;filter:grayscale(.25) brightness(.9);transition:transform 1s var(--ease),filter .6s var(--ease)}
.pz-luxe .rpost:hover .rpost__img img{transform:scale(1.05);filter:grayscale(0) brightness(1)}
.pz-luxe .rpost__meta{color:var(--brass);font-size:.6rem;letter-spacing:.2em;text-transform:uppercase}
.pz-luxe .rpost__t{font-family:"Cormorant Garamond",serif;font-size:1.4rem;color:#fff;margin:.4rem 0}
.pz-luxe .proof{background:var(--ink-2);border-top:1px solid rgba(239,234,225,.1);border-bottom:1px solid rgba(239,234,225,.1)}
.pz-luxe .proof__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:clamp(2rem,4vh,3rem) 0;text-align:center}
.pz-luxe .proof__n{font-family:"Cormorant Garamond",serif;font-weight:300;font-size:clamp(2.4rem,4vw,3.4rem);color:var(--brass);line-height:1}
.pz-luxe .proof__l{color:var(--stone);font-size:.62rem;letter-spacing:.24em;text-transform:uppercase;margin-top:.8rem}
.pz-luxe .wall{columns:3;column-gap:clamp(1.4rem,2.4vw,2rem);padding:clamp(3rem,6vh,5rem) 0}
.pz-luxe .quote{break-inside:avoid;margin-bottom:clamp(1.4rem,2.4vw,2rem);background:var(--ink-2);border:1px solid rgba(239,234,225,.1);padding:clamp(1.7rem,2.4vw,2.4rem)}
.pz-luxe .quote__mark{font-family:"Cormorant Garamond",serif;font-size:3rem;color:var(--brass);line-height:.6;display:block;margin-bottom:.6rem}
.pz-luxe .quote__t{font-family:"Cormorant Garamond",serif;font-style:italic;font-size:clamp(1.2rem,1.5vw,1.4rem);line-height:1.4;color:var(--bone);margin:0 0 1.4rem;text-wrap:balance}
.pz-luxe .quote__who b{color:#fff;font-weight:400;display:block;font-size:.78rem;letter-spacing:.06em;margin-bottom:.25rem}
.pz-luxe .quote__who{color:var(--stone);font-size:.62rem;letter-spacing:.2em;text-transform:uppercase}
.pz-luxe .contact{display:grid;grid-template-columns:1fr 1.2fr;gap:clamp(2.5rem,6vw,6rem);align-items:start}
.pz-luxe .det{display:grid;gap:2.2rem}
.pz-luxe .det__item .k{color:var(--brass);font-size:.62rem;letter-spacing:.24em;text-transform:uppercase;display:block;margin-bottom:.7rem}
.pz-luxe .det__item .v{font-family:"Cormorant Garamond",serif;font-size:clamp(1.4rem,2vw,1.9rem);color:#fff;line-height:1.25}
.pz-luxe .det__item a.v:hover{color:var(--brass)}
.pz-luxe .det__item .sub{color:var(--stone);font-size:.95rem;margin-top:.3rem}
.pz-luxe .socials{display:flex;gap:1.4rem}
.pz-luxe .socials a{color:var(--stone);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;transition:color .3s var(--ease)}
.pz-luxe .socials a:hover{color:var(--brass)}
.pz-p-contact .form{display:grid;gap:1rem;background:var(--ink-2);border:1px solid rgba(239,234,225,.12);padding:clamp(1.6rem,3vw,2.4rem)}.pz-p-single .form{display:grid;gap:1rem}
.pz-luxe .form label{font-size:.56rem;letter-spacing:.22em;text-transform:uppercase;color:var(--stone);margin-bottom:-.5rem}
.pz-luxe .form input,.pz-luxe .form textarea,.pz-luxe .form select{background:var(--ink);border:1px solid rgba(239,234,225,.16);color:var(--bone);padding:1rem 1.1rem;font:inherit;font-size:.98rem;appearance:none}
.pz-luxe .form input:focus,.pz-luxe .form textarea:focus,.pz-luxe .form select:focus{outline:1px solid var(--brass);border-color:var(--brass)}
.pz-p-contact .form textarea{min-height:130px;resize:vertical}.pz-p-single .form textarea{min-height:120px;resize:vertical}
.pz-luxe .form .row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.pz-luxe .phead__nav{display:flex;gap:1.8rem;justify-content:center;flex-wrap:wrap;margin-top:2.4rem}
.pz-luxe .phead__nav a{color:var(--stone);transition:color .3s var(--ease)}
.pz-luxe .phead__nav a:hover{color:var(--brass)}
.pz-luxe .eyebrow{color:var(--brass)}
.pz-luxe .phero{position:relative;isolation:isolate;height:82svh;min-height:560px;overflow:hidden;display:flex;flex-direction:row;align-items:flex-end}
.pz-luxe .phero__bg{position:absolute;inset:0;z-index:-2}
.pz-luxe .phero__bg img{width:100%;height:100%;object-fit:cover}
.pz-luxe .phero::after{content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,rgba(11,11,12,.45) 0%,transparent 34%,rgba(11,11,12,.9) 100%)}
.pz-luxe .phero__body{width:100%;padding:0 var(--gutter) clamp(2.4rem,5vh,3.6rem);
  display:grid;grid-template-columns:1fr auto;align-items:flex-end;gap:2rem}
.pz-luxe .phero__meta{display:flex;gap:1.4rem;align-items:center;color:var(--brass);margin-bottom:1.2rem;flex-wrap:wrap}
.pz-luxe .phero__status{border:1px solid var(--brass);padding:.35rem 1rem;border-radius:2px;font-size:.7rem}
.pz-luxe .phero__name{font-size:clamp(2.3rem,5vw,4.6rem);color:#fff;margin:0;line-height:1.02}
.pz-luxe .phero__loc{color:#D4CEC2;margin-top:.9rem}
.pz-luxe .phero__price{font-family:"Cormorant Garamond",serif;font-size:clamp(2rem,3vw,3rem);text-align:right;color:#fff;line-height:1;white-space:nowrap}
.pz-luxe .phero__gallery-btn{margin-top:1rem}
.pz-luxe .specs{background:var(--ink-2);border-bottom:1px solid rgba(239,234,225,.1)}
.pz-luxe .specs__grid{display:flex;flex-wrap:wrap;gap:clamp(1.5rem,4vw,4rem);padding:clamp(1.4rem,3vh,2rem) 0;align-items:center}
.pz-luxe .spec{display:flex;flex-direction:column;gap:.35rem}
.pz-luxe .spec__n{font-family:"Cormorant Garamond",serif;font-size:1.9rem;color:#fff;line-height:1}
.pz-luxe .spec__l{font-size:.62rem;letter-spacing:.24em;text-transform:uppercase;color:var(--stone)}
.pz-luxe .specs__cta{margin-left:auto}
.pz-luxe .plot{display:grid;grid-template-columns:1fr 380px;gap:clamp(2.5rem,5vw,5rem);align-items:start}
.pz-luxe .lede{font-family:"Cormorant Garamond",serif;font-style:italic;font-size:clamp(1.4rem,2.2vw,1.9rem);
  color:var(--bone);line-height:1.4;margin:0 0 1.8rem;max-width:44ch}
.pz-luxe .body p{color:#C9C3B7;margin:0 0 1.2rem;max-width:60ch}
.pz-luxe .feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(239,234,225,.12);
  border:1px solid rgba(239,234,225,.12);margin-top:2.4rem}
.pz-luxe .feat::before{content:"";width:5px;height:5px;background:var(--brass);flex:none;transform:translateY(-2px)}
.pz-luxe .aside{position:sticky;top:96px;background:var(--ink-2);border:1px solid rgba(239,234,225,.12);padding:2rem}
.pz-luxe .aside__price{font-family:"Cormorant Garamond",serif;font-size:2.4rem;color:var(--brass);line-height:1}
.pz-luxe .aside__sub{color:var(--stone);font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;margin-top:.5rem}
.pz-luxe .aside__row{display:flex;justify-content:space-between;padding:.85rem 0;border-bottom:1px solid rgba(239,234,225,.1);font-size:.95rem}
.pz-luxe .aside__row span:first-child{color:var(--stone)}
.pz-luxe .aside__agent{display:flex;gap:1rem;align-items:center;margin:1.6rem 0}
.pz-luxe .aside__agent img{width:52px;height:52px;border-radius:50%;object-fit:cover}
.pz-luxe .aside__cta{display:block;text-align:center;margin-top:1.2rem}
.pz-luxe .gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}
.pz-luxe .gallery a{overflow:hidden;aspect-ratio:4/3}
.pz-luxe .gallery a:first-child{grid-column:span 2;grid-row:span 2;aspect-ratio:auto}
.pz-luxe .gallery img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease);filter:brightness(.92)}
.pz-luxe .gallery a:hover img{transform:scale(1.05);filter:brightness(1)}
.pz-luxe .pair{display:grid;grid-template-columns:2fr 1fr;gap:clamp(1.5rem,3vw,2.5rem);align-items:start}
.pz-luxe .panel{background:var(--ink-2);border:1px solid rgba(239,234,225,.12);padding:clamp(1.5rem,3vw,2.4rem)}
.pz-luxe .panel h3{font-family:"Cormorant Garamond",serif;font-weight:300;font-size:1.6rem;color:#fff;margin:0 0 1.2rem}
.pz-luxe .floor-img{background:var(--bone);padding:1.5rem}
.pz-luxe .epc{display:flex;flex-direction:column;gap:.5rem}
.pz-luxe .epc__bar{display:flex;justify-content:space-between;padding:.5rem .9rem;color:var(--ink);font-weight:500;font-size:.85rem}
.pz-luxe .loc{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;border:1px solid rgba(239,234,225,.12)}
.pz-luxe .loc__map{min-height:420px;background:#1c1c1f url('/pzg/wp-content/uploads/pzg-luxe/site-assets/locations/queensway-quay.jpg') center/cover;position:relative;filter:grayscale(.4) brightness(.65)}
.pz-luxe .loc__map::after{content:"MAP — Property Hive location / Google Maps embed";position:absolute;inset:0;display:flex;
  align-items:center;justify-content:center;color:var(--bone);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase}
.pz-luxe .loc__copy{padding:clamp(2rem,4vw,3.5rem)}
.pz-luxe .loc__near{list-style:none;margin:1.6rem 0 0;padding:0}
.pz-luxe .loc__near li{display:flex;justify-content:space-between;padding:.7rem 0;border-bottom:1px solid rgba(239,234,225,.1);color:#C9C3B7;font-size:.95rem}
.pz-luxe .loc__near b{color:var(--brass);font-weight:400}
.pz-luxe .tour{position:relative;isolation:isolate;height:70svh;min-height:440px;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center}
.pz-luxe .tour video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transform:scale(1.08)}
.pz-luxe .tour::after{content:"";position:absolute;inset:0;z-index:-1;background:rgba(11,11,12,.55)}
.pz-luxe .tour__t{font-family:"Cormorant Garamond",serif;font-weight:300;font-style:italic;font-size:clamp(1.8rem,4vw,3.2rem);color:#fff;margin:0 0 1.6rem}
.pz-luxe .enq{background:var(--ink-2)}
.pz-luxe .enq__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:start}
.pz-luxe .form input,.pz-luxe .form textarea{background:var(--ink);border:1px solid rgba(239,234,225,.16);color:var(--bone);
  padding:1rem 1.1rem;font:inherit;font-size:.98rem}
.pz-luxe .form input:focus,.pz-luxe .form textarea:focus{outline:1px solid var(--brass);border-color:var(--brass)}
/* .sim-grid is the loop-grid WIDGET wrapper. It must stay a plain block so the
   .elementor-loop-container inside it is the only grid (see the .pz-p-single
   .sim-grid .elementor-loop-container rule below). Making the widget itself a grid
   nested a second grid inside the first cell and collapsed the cards to ~98px. */
.pz-luxe .sim-grid{display:block;margin-top:2.5rem}
.pz-luxe .card{display:flex;flex-direction:column}
.pz-luxe .card__img{aspect-ratio:4/3;overflow:hidden;margin-bottom:1.2rem}
.pz-luxe .card__img img{width:100%;height:100%;object-fit:cover;filter:grayscale(.2) brightness(.9);transition:transform 1s var(--ease),filter .6s var(--ease)}
.pz-luxe .card:hover .card__img img{transform:scale(1.05);filter:grayscale(0) brightness(1)}
.pz-luxe .card__price{font-family:"Cormorant Garamond",serif;font-size:1.5rem;color:var(--brass)}
.pz-luxe .card__name{font-family:"Cormorant Garamond",serif;font-size:1.35rem;color:#fff;margin:.3rem 0}
.pz-luxe .card__spec{color:var(--stone);font-size:.62rem;letter-spacing:.22em;text-transform:uppercase}
@media(max-width:920px){.pz-luxe .dev-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.pz-luxe .dev-grid{grid-template-columns:1fr}.pz-luxe .wall{columns:1}}
@media(max-width:820px){.pz-luxe .process__grid{grid-template-columns:1fr 1fr}.pz-luxe .feat{grid-template-columns:1fr}.pz-luxe .feat__img{aspect-ratio:16/9;min-height:0}.pz-luxe .sim-grid{grid-template-columns:1fr 1fr}}
@media(max-width:460px){.pz-luxe .process__grid{grid-template-columns:1fr}}
@media(max-width:640px){.pz-luxe .facts__grid{grid-template-columns:1fr 1fr;gap:2.4rem 1rem}}
@media(max-width:860px){.pz-luxe .svc{grid-template-columns:1fr}.pz-luxe .svc--flip .svc__img{order:0}.pz-luxe .svc__img{aspect-ratio:16/10;min-height:0}.pz-luxe .pulse-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.pz-luxe .svc__list{grid-template-columns:1fr}}
@media(max-width:900px){.pz-luxe .loc-grid{grid-template-columns:1fr 1fr}.pz-luxe .contact{grid-template-columns:1fr}}
@media(max-width:560px){.pz-luxe .loc-grid{grid-template-columns:1fr}.pz-luxe .loc-card--wide{aspect-ratio:5/6}.pz-luxe .pulse-grid{grid-template-columns:1fr}.pz-luxe .sim-grid{grid-template-columns:1fr}}
@media(max-width:760px){.pz-luxe .rel-grid{grid-template-columns:1fr}.pz-luxe .pair{grid-template-columns:1fr}.pz-luxe .loc{grid-template-columns:1fr}.pz-luxe .enq__grid{grid-template-columns:1fr}.pz-luxe .form .row{grid-template-columns:1fr}}
@media(max-width:960px){.pz-luxe .wall{columns:2}.pz-luxe .plot{grid-template-columns:1fr}.pz-luxe .aside{position:static}}
@media(max-width:520px){.pz-luxe .form .row{grid-template-columns:1fr}}
@media(max-width:720px){.pz-luxe .phero__body{grid-template-columns:1fr}.pz-luxe .phero__price{text-align:left}.pz-luxe .gallery{grid-template-columns:1fr 1fr}.pz-luxe .gallery a:first-child{grid-column:span 2}}
/* ============================================================
   Single-property LIVE template (10865) = the luxe mockup design
   (single-property.html), wired to PropertyHive dynamic widgets.
   The .phero/.specs/.plot/.aside/.gallery/.pair/.loc/.tour/.enq/.sim-grid
   shells are styled above (ported from the preview). These rules bridge the
   PH widget OUTPUT into those shells.
   ============================================================ */
.pz-p-single .phero__bg, .pz-p-single .phero__bg > .elementor-element{ height:100%; }
.pz-p-single .phero__name, .pz-p-single .phero__name *{ font-family:"Cormorant Garamond",Georgia,serif !important;
  font-weight:300 !important; color:#fff !important; font-size:clamp(2.3rem,5vw,4.6rem) !important; line-height:1.02 !important; margin:0 !important; }
.pz-p-single .phero__price, .pz-p-single .phero__price *{ font-family:"Cormorant Garamond",Georgia,serif !important;
  font-weight:300 !important; color:#fff !important; font-size:clamp(2rem,3vw,3rem) !important; line-height:1 !important; text-align:right; }
.pz-p-single .phero__meta{ display:flex; flex-direction:row; gap:1.2rem; align-items:center; flex-wrap:wrap; margin-bottom:1.2rem; }
.pz-p-single .phero__meta > *{ margin:0 !important; width:auto !important; }
.pz-p-single .phero__meta *{ color:var(--brass) !important; font-family:"Jost",system-ui,sans-serif !important; font-size:.72rem !important; letter-spacing:.2em; text-transform:uppercase; }
.pz-p-single .phero__meta [class*="marketing-flag"] > *{ border:1px solid var(--brass) !important; background:var(--brass) !important; padding:.42rem 1.1rem !important; display:inline-block; border-radius:2px !important; font-weight:400 !important; }
.pz-p-single .phero__meta [class*="marketing-flag"] *{ color:#000 !important; }
/* Spec strip */
.pz-p-single .specs__grid{ display:flex; flex-wrap:wrap; gap:clamp(1.5rem,4vw,3.5rem); align-items:center; padding:clamp(1.4rem,3vh,2rem) 0; }
.pz-p-single .specs__grid .ph-summary{ display:flex; flex-wrap:wrap; gap:clamp(1.5rem,4vw,3.5rem); }
.pz-p-single .specs__grid .ph-icon{ display:inline-flex; align-items:baseline; gap:.5rem; font-family:"Cormorant Garamond",Georgia,serif; font-size:1.9rem; color:#fff; }
.pz-p-single .specs__grid .ph-icon i{ color:var(--brass); font-size:.9rem; }
.pz-p-single .specs__cta{ margin-left:auto; }
/* Description + features -> feature-grid */
.pz-p-single .body .elementor-widget-property-summary-description *{ color:#C9C3B7 !important; font-family:"Jost",system-ui,sans-serif !important; }
.pz-p-single .body .features h4{ display:none; }
.pz-p-single .body .features ul{ display:grid; grid-template-columns:1fr 1fr; gap:.5rem 2rem; background:none;
  border:0; list-style:none; margin:2.2rem 0 0; padding:0; }
.pz-p-single .body .features li{ background:none; padding:.4rem 0; color:#C9C3B7; font-size:.98rem; display:flex; gap:.8rem; align-items:baseline; }
.pz-p-single .body .features li::before{ content:""; width:5px; height:5px; background:var(--brass); flex:none; transform:translateY(-2px); }
/* Aside dynamic bits */
.pz-p-single .aside__price, .pz-p-single .aside__price *{ font-family:"Cormorant Garamond",Georgia,serif !important; color:var(--brass) !important; font-size:2.4rem !important; line-height:1 !important; }
.pz-p-single .aside__sub, .pz-p-single .aside__sub *{ color:var(--stone) !important; font-size:.66rem !important; letter-spacing:.24em; text-transform:uppercase; }
.pz-p-single .aside .ph-summary{ display:flex; flex-direction:column; gap:.2rem; margin:1.2rem 0; }
.pz-p-single .aside .ph-summary .ph-icon{ color:#C9C3B7 !important; font-size:.95rem !important; }
.pz-p-single .aside .ph-summary .ph-icon i{ color:var(--brass) !important; }
/* Gallery */
/* 3 columns (not 4): PropertyHive emits a fixed set of column wrappers regardless of
   photo count, so a 4-wide grid left up to three empty black cells on the final row for
   the common 5-6 image listings. 3 columns fills cleanly for 6 and 9 images and leaves
   at most one trailing cell for odd counts. */
.pz-p-single .ph-elementor-gallery{ display:grid; grid-template-columns:repeat(3,1fr); gap:6px; }
.pz-p-single .ph-elementor-gallery .gallery-column{ display:contents; }
@media(max-width:720px){ .pz-p-single .ph-elementor-gallery{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:460px){ .pz-p-single .ph-elementor-gallery{ grid-template-columns:1fr; } }
.pz-p-single .ph-elementor-gallery a{ overflow:hidden; aspect-ratio:4/3; display:block; }
.pz-p-single .ph-elementor-gallery img{ width:100%; height:100%; object-fit:cover; filter:brightness(.92); transition:transform 1s var(--ease); }
.pz-p-single .ph-elementor-gallery a:hover img{ transform:scale(1.05); filter:brightness(1); }
/* Fancybox gallery lightbox (PropertyHive). The Hello theme's reset paints
   button:hover pink, which bled onto the prev/next arrows and the close cross.
   Force luxe: dark translucent at rest, brass fill + ink glyph on hover/focus.
   The SVG icons use fill:currentColor, so setting the button color colours them.
   Not scoped to .pz-luxe because Fancybox appends its container to <body>. */
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited{ background:rgba(19,19,21,.66) !important; color:var(--bone) !important; }
.fancybox-button:hover,
.fancybox-button:focus{ background:var(--brass) !important; color:var(--ink) !important; outline:none; }
.fancybox-progress{ background:var(--brass) !important; }
/* Map / floorplan / video */
.pz-p-single .elementor-widget-property-map .leaflet-container, .pz-p-single .elementor-widget-property-map iframe{
  min-height:440px; width:100%; border:1px solid rgba(239,234,225,.12); filter:grayscale(.3) brightness(.9); }
.pz-p-single .panel .elementor-widget-property-floorplans img{ background:var(--bone); padding:1.4rem; }
.pz-p-single .elementor-widget-property-embedded-virtual-tours iframe{ border:1px solid rgba(239,234,225,.12); width:100%; }
/* Enquiry form */
.pz-p-single .elementor-widget-form .elementor-field-group .elementor-field, .pz-p-single .elementor-widget-form textarea.elementor-field{
  background:var(--ink) !important; border:1px solid rgba(239,234,225,.16) !important; color:var(--bone) !important; border-radius:0 !important; }
.pz-p-single .elementor-widget-form .elementor-field::placeholder{ color:var(--stone); opacity:1; }
.pz-p-single .elementor-widget-form .elementor-button{ background:var(--brass) !important; color:var(--ink) !important; border:1px solid var(--brass) !important;
  border-radius:0 !important; font-family:"Jost",system-ui,sans-serif !important; font-size:.8rem !important; font-weight:400 !important;
  letter-spacing:.3em !important; text-transform:uppercase !important; padding:.95rem 1.6rem !important; width:100%; justify-content:center; transition:.35s var(--ease); }
.pz-p-single .elementor-widget-form .elementor-button:hover{ background:transparent !important; color:var(--brass) !important; }
/* Similar -> sim grid (cards already styled by pz-search.css) */
.pz-p-single .sim-grid .elementor-loop-container{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(1.4rem,2.5vw,2rem); margin-top:2.5rem; }
@media(max-width:820px){ .pz-p-single .sim-grid .elementor-loop-container{ grid-template-columns:1fr 1fr; } }
@media(max-width:560px){ .pz-p-single .sim-grid .elementor-loop-container{ grid-template-columns:1fr; } }

/* ---- Single-property tweaks (hero row, spec labels, location card, stamp pair) ---- */
/* The section content wrappers are flex COLUMNS. Elementor's default flex-wrap:wrap on
   them makes a tall single widget — notably the 2-column gallery at tablet / large-phone
   widths (~461-720px) — collapse to ~24px, so its images overflow onto the next section
   (the gallery-bleeding-over-stamp-duty bug). A flex column must never wrap. All .wrap
   here are columns (no rows), so nowrap is safe. */
.pz-p-single .e-con.wrap{ flex-wrap:nowrap !important; }
/* PropertyHive's gallery "+N more" overlay link (.more-images > a) balloons to a huge
   width (~3150px) once the column no longer wraps, causing a horizontal scroll into
   empty space. Contain it to its grid cell. */
.pz-p-single .ph-elementor-gallery .more-images,
.pz-p-single .ph-elementor-gallery .more-images > a{ max-width:100%; width:100%; overflow:hidden; }
.pz-p-single .phero__body--stack{ display:block !important; }
.pz-p-single .phero__lead{ display:flex; flex-direction:row; align-items:flex-end; justify-content:space-between; gap:.6rem 2.5rem; flex-wrap:wrap; }
.pz-p-single .phero__lead .phero__name{ margin:0 !important; }
.pz-p-single .phero__lead .phero__price, .pz-p-single .phero__lead .phero__price *{ text-align:left !important; }
/* Spec strip: labeled .spec items flex across the row; buttons to the right */
.pz-p-single .specs__grid{ display:flex; flex-wrap:wrap; align-items:center; gap:clamp(1.5rem,4vw,3.5rem); }
.pz-p-single .specs__items, .pz-p-single .specs__items > .elementor-widget-container{ display:flex; flex-wrap:wrap; gap:clamp(1.5rem,4vw,3.5rem); align-items:center; }
.pz-p-single .specs__cta{ margin-left:auto; display:flex; gap:.8rem; flex-wrap:wrap; align-items:stretch; }
.pz-p-single .specs__cta .elementor-widget-button, .pz-p-single .specs__cta .elementor-widget-button .elementor-button{ height:100%; }
.pz-p-single .specs__cta .elementor-button{ display:inline-flex; align-items:center; }
/* Aside particulars */
.pz-p-single .aside__particulars > .elementor-widget-container{ margin-top:1.2rem; }
/* Location card: map fills left cell, copy on the right */
.pz-p-single .loc{ min-height:420px; }
.pz-p-single .loc__mapwrap{ position:relative; }
.pz-p-single .loc__mapwrap .elementor-widget-property-map,
.pz-p-single .loc__mapwrap .elementor-widget-property-map > .elementor-widget-container,
.pz-p-single .loc__mapwrap .leaflet-container{ height:100% !important; min-height:420px; }
.pz-p-single .loc__mapwrap .leaflet-container, .pz-p-single .loc__mapwrap iframe{ filter:grayscale(.35) brightness(.72); border:0 !important; }
.pz-p-single .loc__copy{ padding:clamp(2rem,4vw,3.5rem); }
.pz-p-single .loc__name, .pz-p-single .loc__name *{ font-family:"Cormorant Garamond",Georgia,serif !important; font-weight:300 !important; color:#fff !important; font-size:2rem !important; margin:0 0 1rem !important; }
.pz-p-single .loc__copy p{ color:#C9C3B7; max-width:40ch; }
/* Floorplan + stamp duty pair: equal panels */
.pz-p-single .pair{ grid-template-columns:1fr 1fr; }
.pz-p-single .pair .panel h3, .pz-p-single .pair .panel h3 *{ font-family:"Cormorant Garamond",Georgia,serif !important; font-weight:300 !important; font-size:1.6rem !important; color:#fff !important; margin:0 0 1.2rem !important; }
.pz-p-single .pair #stamp-duty-calculator{ max-width:none; margin:0; }
/* spec strip: the shortcode output wrapper must flex so .spec items sit in a row */
.pz-p-single .specs__items .elementor-shortcode{ display:flex; flex-wrap:wrap; gap:clamp(1.5rem,4vw,3.5rem); align-items:center; }

/* ---- Single-property colour + stamp-duty layout tweaks ---- */
/* Descriptive text -> off-white (brighter, matches the crisp description) */
.pz-p-single .body p, .pz-p-single .loc__copy p,
.pz-p-single .body .features li,
.pz-p-single .body .elementor-widget-property-summary-description,
.pz-p-single .body .elementor-widget-property-summary-description *{ color:#8E8880 !important; }
/* Section headers all brass (eyebrows already brass; make the big display headings + location name brass too) */
.pz-p-single .sec-eyebrow, .pz-p-single .sec-h, .pz-p-single .sec-h *, .pz-p-single .loc__name, .pz-p-single .loc__name *{ color:#FFFFFF !important; }
/* Rentals have no stamp duty / mortgage — hide the whole stamp-duty section
   (body gets .pz-rental from luxe_body_class() for lettings/short-lets/commercial-to-let). */
.pz-rental .e-con.section:has(#stamp-duty-calculator){ display:none !important; }
/* Gibraltar stamp duty does not apply to non-Gibraltar (e.g. Spanish) property —
   body gets .pz-foreign from luxe_body_class() when the location country isn't Gibraltar. */
.pz-foreign .e-con.section:has(#stamp-duty-calculator){ display:none !important; }
/* Stamp duty: two columns — form left, results right (single-property only) */
.pz-p-single #stamp-duty-calculator{ max-width:none; margin:0; display:grid;
  grid-template-columns:1.05fr .95fr; gap:clamp(1.8rem,4vw,3.4rem); align-items:start; }
.pz-p-single #stamp-duty-calculator #calculator-form{ margin:0; grid-column:1; }
.pz-p-single #stamp-duty-calculator .sdc-right{ grid-column:2; }
.pz-p-single #stamp-duty-calculator .sdc-results{ margin-top:0; border-top:0; padding:clamp(1.4rem,2.5vw,2rem);
  background:var(--ink-2); border:1px solid rgba(239,234,225,.12); align-self:start; }
.pz-p-single #stamp-duty-calculator .sdc-note{ margin-top:1.2rem; font-size:.8rem; }
@media(max-width:720px){ .pz-p-single #stamp-duty-calculator{ grid-template-columns:1fr; }
  /* Also drop the explicit child placement — collapsing the template to 1fr alone
     leaves .sdc-right at grid-column:2, which auto-creates an implicit 2nd column
     and keeps the form + results side-by-side (overlapping) on mobile. */
  .pz-p-single #stamp-duty-calculator #calculator-form,
  .pz-p-single #stamp-duty-calculator .sdc-right{ grid-column:1 / -1; } }
/* eyebrow titles render as <p>, so .body p was overriding them — force white */
.pz-p-single .body .sec-eyebrow, .pz-p-single .body .sec-eyebrow *{ color:#FFFFFF !important; }
/* Enquiry form labels match the stamp-duty calculator's field labels */
.pz-p-single .elementor-widget-form .elementor-field-label{ display:block; font-family:"Jost",system-ui,sans-serif !important;
  font-weight:400 !important; font-size:.8rem !important; letter-spacing:.22em !important; text-transform:uppercase !important;
  color:var(--stone) !important; margin-bottom:.55rem !important; }
/* Calculate button matches the Enquire pill exactly */
.pz-p-single #stamp-duty-calculator .sdc-btn{ padding:.95rem 1.6rem !important; }
/* Send + Calculate get the pill "+" too */
.pz-p-single .elementor-widget-form .elementor-button::after,
.pz-p-single #stamp-duty-calculator .sdc-btn::after{ content:"+"; opacity:.7; margin-left:.9rem; }
/* reCAPTCHA v3 is invisible — hide its empty field box (token still submits) */
.pz-p-single .elementor-widget-form .elementor-field-type-recaptcha_v3,
.pz-p-single .elementor-widget-form .elementor-field-type-hidden{ display:none !important; }
/* Align the top of the results box with the first input (skip the label row) */
.pz-p-single #stamp-duty-calculator .sdc-right{ margin-top:calc(.8rem + .55rem); }
@media(max-width:720px){ .pz-p-single #stamp-duty-calculator .sdc-right{ margin-top:0; } }
/* Off Plan hero: halve the vertical padding (smaller image gap) */
.pz-p-offplan .phead{ padding:clamp(2.5rem,7.5vh,5rem) 0 clamp(1.75rem,4vh,3rem); }
/* Discover: "home, work and leisure" line reads as a headline */
.pz-p-discover .disc-lede, .pz-p-discover .disc-lede p{ font-family:"Cormorant Garamond",Georgia,serif !important;
  font-weight:300 !important; font-style:normal !important; font-size:clamp(1.9rem,3.6vw,3rem) !important;
  color:#fff !important; line-height:1.12 !important; margin:0 !important; max-width:20ch; }

/* ============================================================
   Discover sub-pages (Schools 2390, Things to Do 3152) — luxe skin
   over the existing directory content (headings, descriptions,
   detail blocks, form). Overrides the old light-theme inline styles.
   ============================================================ */
.pz-p-discsub .elementor-heading-title, .pz-p-discsub .elementor-heading-title *{
  font-family:"Cormorant Garamond",Georgia,serif !important; color:#fff !important; font-weight:300 !important; }
.pz-p-discsub .elementor-widget-text-editor, .pz-p-discsub .elementor-widget-text-editor p{
  color:#C9C3B7 !important; font-family:"Jost",system-ui,sans-serif !important; }
/* detail label/value pairs (<p><strong>Address</strong>value) */
.pz-p-discsub .elementor-widget-text-editor strong, .pz-p-discsub .elementor-widget-text-editor b{
  color:var(--brass) !important; font-weight:400 !important; font-size:.72rem !important; letter-spacing:.16em;
  text-transform:uppercase; font-family:"Jost",system-ui,sans-serif !important; }
.pz-p-discsub .elementor-widget-text-editor a{ color:var(--brass) !important; }
/* dividers -> brass hairline */
.pz-p-discsub .elementor-divider-separator{ border-top-color:rgba(168,135,90,.5) !important; }
/* icons -> brass */
.pz-p-discsub .elementor-icon i, .pz-p-discsub .elementor-icon svg{ color:var(--brass) !important; fill:var(--brass) !important; }
/* light container backgrounds -> transparent so nothing shows white on the dark theme */
.pz-p-discsub .e-con[style*="background-color"], .pz-p-discsub .elementor-element[style*="background-color"]{ background-color:transparent !important; }
/* buttons -> luxe */
.pz-p-discsub .elementor-button{ background:var(--brass) !important; color:var(--ink) !important; border:1px solid var(--brass) !important;
  border-radius:0 !important; font-family:"Jost",system-ui,sans-serif !important; letter-spacing:.2em; text-transform:uppercase; }
.pz-p-discsub .elementor-button:hover{ background:transparent !important; color:var(--brass) !important; }
/* form -> dark luxe fields */
.pz-p-discsub .elementor-widget-form .elementor-field:not([type=submit]),
.pz-p-discsub .elementor-widget-form textarea.elementor-field{
  background:var(--ink) !important; border:1px solid rgba(239,234,225,.16) !important; color:var(--bone) !important; border-radius:0 !important; }
.pz-p-discsub .elementor-widget-form .elementor-field-label{ color:var(--stone) !important; }
/* breadcrumbs -> muted */
.pz-p-discsub .elementor-widget-breadcrumbs, .pz-p-discsub .elementor-widget-breadcrumbs *{ color:var(--stone) !important; }
/* content photos: soften to fit the palette */
.pz-p-discsub .elementor-widget-image img{ filter:grayscale(.15) brightness(.92); }
.pz-p-discover .disc-lede em{ font-style:italic !important; color:var(--brass) !important; }
.pz-p-discover .disc-lede, .pz-p-discover .disc-lede p{ text-align:center !important; margin-left:auto !important; margin-right:auto !important; }

/* Discover sub-pages rebuilt in luxe: hero + card grid + detail cards */
.pz-p-discsub .phead__title{ font-size:clamp(2.6rem,6.5vw,5.4rem); color:#fff; margin:.7rem auto 0; }
.pz-p-discsub .sd-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(1.4rem,2.6vw,2.2rem); align-items:stretch; }
@media(max-width:960px){ .pz-p-discsub .sd-grid{ grid-template-columns:1fr 1fr; } }
@media(max-width:600px){ .pz-p-discsub .sd-grid{ grid-template-columns:1fr; } }
.pz-p-discsub .sd-card{ background:var(--ink-2); border:1px solid rgba(239,234,225,.12);
  padding:clamp(1.5rem,2.5vw,2rem); display:flex; flex-direction:column; height:100%; }
.pz-p-discsub .sd-card__name .elementor-heading-title{ font-family:"Cormorant Garamond",Georgia,serif !important;
  font-weight:400 !important; font-size:1.5rem !important; color:#fff !important; margin:0 0 .8rem !important; line-height:1.15 !important; }
.pz-p-discsub .sd-card__desc, .pz-p-discsub .sd-card__desc p{ color:#C9C3B7 !important; font-size:.95rem !important; line-height:1.7 !important; margin:0 0 1.3rem !important; }
.pz-p-discsub .sd-details{ margin-top:auto; border-top:1px solid rgba(239,234,225,.1); padding-top:.9rem; }
.pz-p-discsub .sd-row{ display:flex; justify-content:space-between; gap:1rem; padding:.5rem 0; border-bottom:1px solid rgba(239,234,225,.06); }
.pz-p-discsub .sd-row:last-child{ border-bottom:0; }
.pz-p-discsub .sd-k{ color:var(--brass); font-size:.62rem; letter-spacing:.16em; text-transform:uppercase; flex:none; padding-top:.15rem; }
.pz-p-discsub .sd-v{ color:#C9C3B7; text-align:right; font-size:.9rem; word-break:break-word; }
.pz-p-discsub .sd-v a{ color:var(--brass) !important; }

/* Schools comparison table (tabbed) — school names in the site heading style, attributes in the brass label style */
.pz-p-discsub .sd-tabs{ display:flex; flex-wrap:wrap; gap:.6rem; justify-content:center; margin-bottom:clamp(2rem,4vh,3rem); }
.pz-p-discsub .sd-tab{ background:none; border:1px solid rgba(239,234,225,.2); color:var(--stone);
  font-family:"Jost",system-ui,sans-serif; font-size:.72rem; letter-spacing:.2em; text-transform:uppercase; padding:.75rem 1.3rem; cursor:pointer; transition:background .2s,color .2s; }
.pz-p-discsub .sd-tab:hover{ background:var(--brass) !important; color:var(--ink) !important; border-color:var(--brass) !important; }
.pz-p-discsub .sd-tab[aria-selected="true"]{ background:var(--brass); color:var(--ink); border-color:var(--brass); }
.pz-p-discsub .sd-panel{ display:none; }
.pz-p-discsub .sd-panel.is-active{ display:block; }
.pz-p-discsub .sd-tablewrap{ overflow-x:auto; }
.pz-p-discsub .sd-table{ width:100%; border-collapse:collapse; min-width:600px; }
.pz-p-discsub .sd-table th, .pz-p-discsub .sd-table td{ padding:1rem 1.3rem; text-align:left; vertical-align:top; border-bottom:1px solid rgba(239,234,225,.08); }
.pz-p-discsub .sd-corner{ border-bottom:1px solid var(--brass) !important; width:1%; }
.pz-p-discsub .sd-school{ font-family:"Cormorant Garamond",Georgia,serif; font-weight:400; font-size:clamp(1.2rem,1.6vw,1.5rem); color:#fff; border-bottom:1px solid var(--brass) !important; line-height:1.2; }
.pz-p-discsub .sd-attr{ color:var(--brass); font-family:"Jost",system-ui,sans-serif; font-size:.6rem; letter-spacing:.18em; text-transform:uppercase; white-space:nowrap; }
.pz-p-discsub .sd-val{ color:#C9C3B7; font-size:.92rem; }
.pz-p-discsub .sd-val a{ color:var(--brass) !important; word-break:break-word; }
/* Discover sub-pages: kill the leftover link-hover underline (from the page's old generated CSS) */
.pz-p-discsub a:hover{ text-decoration:none !important; }
.pz-p-discsub .sd-val a:hover{ color:#fff !important; }   /* website links: brighten instead of underline */

/* ============================================================
   About page (81225) — native Elementor widgets on the shared luxe
   system. Centred statement hero + full-bleed team photo, editorial
   two-column rows, a 2x2 services grid, recognition and CTA. Content is
   all native widgets; these rules only supply the bespoke look.
   ============================================================ */
.pz-p-about .phead{ text-align:center; padding:clamp(4rem,11vh,8rem) 0 clamp(2.5rem,6vh,3.5rem); }
.pz-p-about .phead__title{ font-size:clamp(2.8rem,6.5vw,5.4rem); color:#fff; margin:.5rem auto 0; line-height:1.04; }
.pz-p-about .phead__title em{ font-style:italic; color:var(--brass); }
.pz-p-about .phead__sub{ color:#D4CEC2; max-width:56ch; margin:1.8rem auto 0; font-size:1.12rem; }
/* Elementor's .e-con.e-flex sets flex-direction via a var at equal specificity,
   so source order would leave the button row stacked — force row + centre. */
.pz-p-about .about-cta-row, .pz-p-about .about-cta-row > .e-con-inner{
  display:flex !important; flex-direction:row !important; gap:1rem; justify-content:center !important;
  flex-wrap:wrap; align-items:stretch; }
.pz-p-about .phead .about-cta-row{ margin-top:2.2rem; }

/* Full-bleed team hero image */
.pz-p-about .about-hero{ padding:0; }
.pz-p-about .about-hero img{ width:100%; height:auto; max-height:80svh; object-fit:cover; object-position:center 32%; display:block; }

/* Two-column editorial rows */
.pz-p-about .about-row, .pz-p-about .about-row > .e-con-inner{
  display:grid; grid-template-columns:.82fr 1.18fr; gap:clamp(1.6rem,5vw,5rem); align-items:start; }
.pz-p-about .about-row{ max-width:1200px; margin:0 auto; padding:clamp(3rem,7vh,5.5rem) var(--gutter);
  border-top:1px solid rgba(239,234,225,.1); }
.pz-p-about .about-row__h{ font-size:clamp(1.9rem,3.6vw,3rem) !important; color:#fff !important; font-weight:300; margin:.7rem 0 0; }
.pz-p-about .about-row__h em{ font-style:italic; color:var(--brass); }
.pz-p-about .about-row__body p{ color:#C9C3B7; font-size:clamp(1.02rem,1.2vw,1.14rem); line-height:1.85; margin:0 0 1.3rem; }
.pz-p-about .about-row__body p:last-child{ margin-bottom:0; }

/* Tonal band (Why Gibraltar) */
.pz-p-about .about-band{ background:var(--ink-2); border-top:1px solid rgba(239,234,225,.1); border-bottom:1px solid rgba(239,234,225,.1); }
.pz-p-about .about-band .about-row{ border-top:0; }

/* What we do */
.pz-p-about .about-svc-head{ text-align:center; max-width:60ch; margin:0 auto; padding:clamp(3.5rem,8vh,6rem) var(--gutter) clamp(1.6rem,3vh,2.4rem); }
.pz-p-about .about-svc-head .about-row__h{ margin:.5rem auto .9rem; }
.pz-p-about .about-svc-sub{ color:var(--stone); max-width:52ch; margin:0 auto; }
.pz-p-about .about-svc, .pz-p-about .about-svc > .e-con-inner{ display:grid; grid-template-columns:1fr 1fr; }
.pz-p-about .about-svc{ max-width:1100px; margin:0 auto clamp(3.5rem,8vh,6rem);
  border-top:1px solid rgba(239,234,225,.12); border-left:1px solid rgba(239,234,225,.12); }
.pz-p-about .about-svc__cell{ padding:clamp(1.8rem,3vw,2.6rem);
  border-right:1px solid rgba(239,234,225,.12); border-bottom:1px solid rgba(239,234,225,.12); }
.pz-p-about .about-svc__n{ font-family:"Cormorant Garamond",Georgia,serif !important; font-style:italic; color:var(--brass) !important; font-size:1.3rem !important; font-weight:400; }
.pz-p-about .about-svc__h{ font-family:"Cormorant Garamond",Georgia,serif !important; font-weight:400; font-size:1.6rem !important; color:#fff !important; margin:.3rem 0 .7rem; }
.pz-p-about .about-svc__p{ color:var(--stone); font-size:.98rem; line-height:1.7; margin:0; max-width:42ch; }

/* Recognition */
.pz-p-about .about-rec{ text-align:center; max-width:820px; margin:0 auto; padding:clamp(3.5rem,8vh,6rem) var(--gutter); }
.pz-p-about .about-rec__award{ display:inline-flex; align-items:center; gap:.9rem; border:1px solid rgba(239,234,225,.2); padding:.7rem 1.3rem; margin-bottom:1.8rem; }
.pz-p-about .about-rec__award .k{ color:var(--stone); font-size:.62rem; letter-spacing:.2em; text-transform:uppercase; }
.pz-p-about .about-rec__award b{ font-family:"Cormorant Garamond",Georgia,serif; font-style:italic; font-weight:400; color:var(--brass); font-size:1.05rem; }
.pz-p-about .about-rec__h{ font-family:"Cormorant Garamond",Georgia,serif !important; font-weight:300; font-size:clamp(1.8rem,3.6vw,2.8rem) !important; color:#fff !important; margin:0 0 1rem; }
.pz-p-about .about-rec p{ color:var(--stone); max-width:64ch; margin:0 auto; }

/* Closing CTA uses the shared .cta styling; widen the body (shared cap is 44ch) and space its button row */
.pz-p-about .cta p{ max-width:64ch; }
.pz-p-about .cta .about-cta-row{ margin-top:1.4rem; }

@media(max-width:820px){
  .pz-p-about .about-row, .pz-p-about .about-row > .e-con-inner{ grid-template-columns:1fr; gap:.6rem; }
  .pz-p-about .about-svc, .pz-p-about .about-svc > .e-con-inner{ grid-template-columns:1fr; }
}

/* ============================================================
   Cross-page luxe fixes
   ============================================================ */
/* Bottom CTA pill was stretching full-width in the flex-column container and
   left-aligning on every luxe page (Off Plan, Services, ...). Centre it. */
.pz-luxe .cta .elementor-widget-button{ align-self:center; }

/* Off Plan process steps: the grid carries a light background meant to show as
   1px dividers, but Elementor's default 10px container padding turned it into a
   thick frame around the cells. Remove the padding. */
.pz-luxe .process__grid{ padding:0 !important; }

/* Off Plan: the gap between the "How off-plan works" heading and the steps
   table was ~2x too large (heading section padding + sec-top margin + flex gap).
   Drop the heading section's bottom padding to roughly halve it. */
.pz-p-offplan .process > .section{ padding-bottom:0; }

/* Elementor Form <select> escaped the dark field styling and rendered white. */
.pz-luxe .elementor-widget-form select,
.pz-luxe .form select{
  background-color:var(--ink) !important; color:var(--bone) !important;
  border:0 !important; border-radius:0 !important; }   /* wrapper draws the border — no double edge */
.pz-luxe .elementor-widget-form select option,
.pz-luxe .form select option{ background:var(--ink); color:var(--bone); }

/* Elementor Form submit button: label was left-aligned (justify:normal) and
   had no "+" — centre it and add the pill "+" for consistency with the CTAs. */
.pz-luxe .elementor-widget-form .elementor-button{ justify-content:center !important; }
.pz-luxe .elementor-widget-form .elementor-button::after{ content:"+"; opacity:.7; margin-left:.9rem; }

/* Single property: tighten the vertical rhythm between sections by ~50%
   (the .section / .enq wrappers were clamp(3.5rem,8vh,6.5rem) = 56px). */
.pz-p-single .section,
.pz-p-single .enq{ padding-block:clamp(1.75rem,4vh,3.25rem) !important; }
.pz-p-single .sim-grid{ margin-top:1.4rem !important; }

/* Single-property row containers: Elementor defaults flex containers to column;
   these rely on the default row. luxe.css now loads after Elementor, so
   re-asserting row wins the (0,2,0) tie (Row 2 particulars left / CTAs right,
   the aside detail rows, agent card and socials). */
.pz-p-single .specs__grid,
.pz-p-single .specs__cta,
.pz-p-single .aside__row,
.pz-p-single .aside__agent,
.pz-p-single .socials{ flex-direction:row; }
/* Row 2: particulars and CTAs must size to content (Elementor containers default
   to full width) so the CTA block's margin-left:auto pushes it to the right. */
.pz-p-single .specs__items{ flex:0 1 auto; width:auto; }
.pz-p-single .specs__cta{ flex:0 0 auto; width:auto; margin-left:auto; }

/* Row 2 (.specs__grid) is now nested inside the hero body as .phero__row2, so
   both rows live in the hero container over the feature image. Tight gap under
   Row 1; full width so particulars line up under the name and CTAs under the
   price (both rows share the .phero__body content box). */
.pz-p-single .phero__row2{ margin-top:.7rem; width:100%; }
/* Align every hero-body row to the same left/right edges: strip Elementor's
   default 10px container padding off the row containers (Row 1 had it, Row 2
   didn't, so the name sat 10px right of the particulars). */
.pz-p-single .phero__meta,
.pz-p-single .phero__lead,
.pz-p-single .phero__row2{ padding-inline:0; }

/* ============================================================
   404 — Error / Not Found (theme-builder template, is_404())
   ============================================================ */
.pz-p-404 .nf{
  min-height:78vh; display:flex; flex-direction:column; align-items:center;
  justify-content:center; text-align:center; gap:1.05rem;
  padding:6rem var(--gutter); }
.pz-p-404 .nf__eyebrow{
  font-family:"Jost",system-ui,sans-serif; font-size:.78rem; letter-spacing:.34em;
  text-transform:uppercase; color:var(--brass); font-weight:400; margin:0; }
.pz-p-404 .nf__rule{ width:64px; min-height:1px; height:1px; background:var(--brass); border:0; padding:0; margin:.2rem auto .4rem; flex:0 0 auto; }
.pz-p-404 .nf__big{
  font-family:"Cormorant Garamond",Georgia,serif; font-weight:300;
  font-size:clamp(6.5rem,22vw,17rem); line-height:.88; color:#fff; margin:0; letter-spacing:.01em; }
.pz-p-404 .nf__h{
  font-family:"Cormorant Garamond",Georgia,serif; font-weight:300;
  font-size:clamp(1.7rem,3.6vw,2.8rem); line-height:1.1; color:#fff; margin:.1rem 0 0; }
.pz-p-404 .nf__p{
  max-width:46ch; color:var(--bone); font-family:"Jost",system-ui,sans-serif;
  font-weight:300; line-height:1.75; margin:.35rem auto 0; }
/* The property-specific note: quieter, hairline-boxed, on-brand. */
.pz-p-404 .nf__note{
  max-width:52ch; margin:1.1rem auto .4rem; padding:1.15rem 1.5rem;
  border:1px solid rgba(239,234,225,.16); color:var(--stone);
  font-family:"Jost",system-ui,sans-serif; font-weight:300; font-size:.95rem; line-height:1.7; }
.pz-p-404 .nf__note b{ color:var(--bone); font-weight:400; }
.pz-p-404 .nf__cta{ display:flex; flex-direction:row; flex-wrap:wrap; gap:1rem; justify-content:center; margin-top:1.4rem; }
/* Self-contained luxe buttons (kit foundation may or may not be present). */
.pz-p-404 .nf__cta .elementor-button{
  display:inline-flex; align-items:center; gap:.6rem; border:1px solid rgba(239,234,225,.35);
  background:none; color:var(--bone); padding:.95rem 1.7rem; border-radius:0;
  font-family:"Jost",system-ui,sans-serif; font-size:.8rem; font-weight:400;
  letter-spacing:.13em; text-transform:uppercase; transition:.35s var(--ease); }
.pz-p-404 .nf__primary .elementor-button{ background:var(--brass); border-color:var(--brass); color:#000; }
/* Hover: brass bg + black text, forced (theme reset paints button:hover pink). */
.pz-p-404 .nf__cta .elementor-button:hover{ background:var(--brass)!important; border-color:var(--brass)!important; color:#000!important; }

/* ============================================================
   Saved Properties page (slug saved-properties -> .pz-p-saved).
   Cookie-shortlist view. Luxe header treatment + 3-up loop grid
   (cards themselves are styled globally by pz-search.css) +
   a styled empty state: Elementor's nothing-found message is
   dark-on-dark and has no copy by default, so recolour it and
   inject the message via ::before/::after.
   ============================================================ */
.pz-p-saved .elementor-widget-heading{ margin-top:1rem; }
.pz-p-saved .elementor-widget-heading .elementor-heading-title{
  font-family:"Cormorant Garamond",serif !important;
  font-size:clamp(2.4rem,5vw,3.8rem) !important; line-height:1.05 !important;
  color:var(--bone) !important; letter-spacing:.01em !important; font-weight:500 !important; }
.pz-p-saved .elementor-widget-heading .elementor-heading-title::before{
  content:"Your shortlist"; display:block;
  font-family:"Jost",system-ui,sans-serif; font-size:.7rem; font-weight:400;
  letter-spacing:.32em; text-transform:uppercase; color:var(--brass); margin-bottom:1.1rem; }

.pz-p-saved .elementor-loop-container{
  display:grid !important; grid-template-columns:repeat(3,1fr) !important;
  gap:clamp(1.4rem,2.5vw,2rem) !important; }
@media(max-width:820px){ .pz-p-saved .elementor-loop-container{ grid-template-columns:1fr 1fr !important; } }
@media(max-width:560px){ .pz-p-saved .elementor-loop-container{ grid-template-columns:1fr !important; } }

.pz-p-saved .e-loop-nothing-found-message{
  color:var(--stone) !important; text-align:center;
  font-family:"Cormorant Garamond",serif; padding:4rem 1.5rem; }
.pz-p-saved .e-loop-nothing-found-message::before{
  content:"You haven't saved any properties yet."; display:block;
  color:var(--bone); font-size:2rem; line-height:1.2; margin-bottom:.6rem; }
.pz-p-saved .e-loop-nothing-found-message::after{
  content:"Tap Save on any listing and it will appear here."; display:block;
  font-family:"Jost",system-ui,sans-serif; font-size:.78rem; font-weight:400;
  letter-spacing:.16em; text-transform:uppercase; color:var(--stone); margin-top:1.1rem; }

/* ============================================================
   Saved Properties body — rendered by [pz_saved_properties] (reads the
   cookie shortlist directly; not an Elementor loop grid). Each card is
   an <a class="e-loop-item pz-scard"> so it reuses the .e-loop-item card
   overlay text CSS (price/location/ref/type/particulars) from pz-search.css,
   with a self-rendered background image + scrim here.
   ============================================================ */
.pz-saved-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(1.4rem,2.5vw,2rem); }
@media(max-width:820px){ .pz-saved-grid{ grid-template-columns:1fr 1fr; } }
@media(max-width:560px){ .pz-saved-grid{ grid-template-columns:1fr; } }
.pz-scard{ position:relative; display:block; aspect-ratio:4 / 3.75; overflow:hidden; text-decoration:none; cursor:pointer; background:var(--ink-2); }
.pz-scard__img{ position:absolute; inset:0; background-size:cover; background-position:center;
  filter:grayscale(.22) brightness(.9); transition:transform 1s var(--ease), filter .6s var(--ease); }
.pz-scard__img--none{ background:linear-gradient(135deg,var(--ink-2),var(--ink)); }
.pz-scard:hover .pz-scard__img{ transform:scale(1.05); filter:grayscale(0) brightness(1); }
.pz-scard__scrim{ position:absolute; left:0; right:0; bottom:0; height:64%; pointer-events:none; z-index:1;
  background:linear-gradient(to top, rgba(11,11,12,.94), rgba(11,11,12,.55) 45%, transparent); }
.pz-scard__body{ position:absolute; left:0; right:0; bottom:0; z-index:2; padding:3rem 1.5rem 1.5rem; }
.pz-scard .pz-card-overlay{ display:block; }
.pz-saved-empty{ text-align:center; padding:4rem 1.5rem; }
.pz-saved-empty__t{ color:var(--bone); font-family:"Cormorant Garamond",serif; font-size:2rem; line-height:1.2; margin:0 0 .6rem; }
.pz-saved-empty__s{ color:var(--stone); font-family:"Jost",system-ui,sans-serif; font-size:.78rem; letter-spacing:.16em; text-transform:uppercase; margin:1.1rem 0 0; }

/* ── Option B logo (PREVIEW) — inner-page header (.lx-hdr) ──────
   The lx-hdr header markup + its base CSS live inline in a DB-stored
   template, so luxe.css (enqueued in <head>) must use !important to beat
   the later inline rules. Swaps the text wordmark for the buildings +
   framed PROPERTY / ruled ZONE mark. PNG is transparent (dark bar only).
   Ratio 640:380 -> box kept ~1.68:1. Mirrors the home-hero swap. */
.lx-hdr__brand{
  display:block !important;
  width:370px !important; height:84px !important;
  background:url(../../../../../uploads/pzg-luxe/site-assets/property-zone-logo.png) center/contain no-repeat !important;
  text-indent:-9999px; white-space:nowrap; overflow:hidden;
}
.lx-hdr__mark, .lx-hdr__sub{ display:none !important; }
@media(max-width:600px){
  .lx-hdr__brand{ width:229px !important; height:52px !important; }
}

/* ============================================================
   Property Pulse — single post (.pz-p-post)
   Template #11518 has no LUXE theme-builder design of its own, so the
   luxe foundation (fonts + dark base) is loaded on is_singular('post')
   and this block lays the article out to match the rest of the site.
   Element ids below are the stable Elementor ids from template #11518.
   ============================================================ */
.pz-p-post .elementor-location-single .elementor-element-745b17b{ /* breadcrumb */
  max-width:820px !important;margin:0 auto !important;font-family:"Jost",system-ui,sans-serif;
  text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;opacity:.65;text-align:center;
}
.pz-p-post .elementor-location-single .elementor-element-b5e75d2 .elementor-heading-title{ /* title */
  font-family:"Cormorant Garamond",Georgia,serif !important;text-transform:none !important;
  font-weight:300 !important;font-size:clamp(2.2rem,4vw,3.1rem) !important;line-height:1.12 !important;
  letter-spacing:.005em !important;color:#F3EEE5 !important;max-width:820px !important;
  margin:1.6rem auto .2rem !important;text-align:center;
}
.pz-p-post .elementor-location-single .elementor-element-c07d7e9{max-width:820px !important;margin:0 auto 1.4rem !important;} /* meta */
.pz-p-post .elementor-location-single .elementor-element-c07d7e9 .elementor-inline-items{justify-content:center !important;gap:.5rem 1.1rem !important;}
.pz-p-post .elementor-location-single .elementor-element-c07d7e9 .elementor-icon-list-text{
  font-family:"Jost",system-ui,sans-serif !important;text-transform:uppercase !important;
  letter-spacing:.14em !important;font-size:.72rem !important;color:var(--brass) !important;
}
.pz-p-post .elementor-location-single .elementor-element-c07d7e9 .elementor-icon-list-icon{display:none !important;}
.pz-p-post .elementor-location-single .elementor-element-c07d7e9 .elementor-repeater-item-f8db88c, /* time */
.pz-p-post .elementor-location-single .elementor-element-c07d7e9 .elementor-repeater-item-cbc09ea{display:none !important;} /* comments */
.pz-p-post .elementor-location-single .elementor-element-399e55a{max-width:820px !important;margin:0 auto 2.4rem !important;} /* featured img */
.pz-p-post .elementor-location-single .elementor-element-399e55a img{width:100% !important;height:auto !important;border-radius:3px;display:block;}
.pz-p-post .elementor-location-single .elementor-element-abafcdb .elementor-divider-separator,
.pz-p-post .elementor-location-single .elementor-element-5c111b1 .elementor-divider-separator{
  border-top-color:rgba(168,135,90,.5) !important;max-width:64px;margin:0 auto;
}
.pz-p-post .elementor-location-single .elementor-element-7317cf8{max-width:720px !important;margin:0 auto !important;} /* content */
.pz-p-post .elementor-element-7317cf8,
.pz-p-post .elementor-element-7317cf8 p,
.pz-p-post .elementor-element-7317cf8 li{
  font-family:"Jost",system-ui,sans-serif !important;font-size:1.075rem !important;
  line-height:1.85 !important;color:#E7E1D6 !important;
}
.pz-p-post .elementor-element-7317cf8 p{margin:0 0 1.35em !important;}
.pz-p-post .elementor-element-7317cf8 h2,
.pz-p-post .elementor-element-7317cf8 h3,
.pz-p-post .elementor-element-7317cf8 h4{
  font-family:"Cormorant Garamond",Georgia,serif !important;font-weight:300 !important;
  color:#F3EEE5 !important;line-height:1.2 !important;margin:1.8em 0 .5em !important;
}
.pz-p-post .elementor-element-7317cf8 h2{font-size:1.9rem !important;}
.pz-p-post .elementor-element-7317cf8 h3{font-size:1.5rem !important;}
.pz-p-post .elementor-element-7317cf8 a{color:#C4A672 !important;text-underline-offset:3px;}
.pz-p-post .elementor-element-7317cf8 ul,
.pz-p-post .elementor-element-7317cf8 ol{margin:0 0 1.35em 1.2em !important;}
.pz-p-post .elementor-element-7317cf8 li{margin:0 0 .55em !important;}
.pz-p-post .elementor-element-7317cf8 blockquote{
  border-left:2px solid var(--brass);padding-left:1.1em;margin:1.6em 0;font-style:italic;color:var(--bone) !important;
}
.pz-p-post .elementor-location-single .elementor-element-07d3ad4{max-width:720px !important;margin:2rem auto 0 !important;} /* share */
.pz-p-post .elementor-location-single .elementor-element-07d3ad4 .elementor-social-icons-wrapper{justify-content:center !important;}
.pz-p-post .elementor-location-single .elementor-element-8f56ac4{ /* author box */
  max-width:720px !important;margin:1.6rem auto 0 !important;border-top:1px solid rgba(168,135,90,.25);padding-top:1.4rem;
}
.pz-p-post .elementor-location-single .elementor-element-c4e5b0c .elementor-heading-title{ /* "PROPERTY PULSE" */
  font-family:"Jost",system-ui,sans-serif !important;text-transform:uppercase !important;
  letter-spacing:.22em !important;font-size:.8rem !important;color:var(--brass) !important;
  text-align:center;margin-top:3.5rem !important;
}
.pz-p-post .elementor-location-single .elementor-element-a2f9c92 .elementor-element-ae9b718 a,
.pz-p-post .elementor-location-single .elementor-element-a2f9c92 .elementor-element-ae9b718 .elementor-heading-title{ /* related titles */
  font-family:"Cormorant Garamond",Georgia,serif !important;text-transform:none !important;
  font-weight:300 !important;font-size:1.4rem !important;color:#F3EEE5 !important;line-height:1.15 !important;
}
.pz-p-post .elementor-location-single .elementor-element-a2f9c92 .elementor-element-5e3f2ba .elementor-button{ /* related read link */
  background:transparent !important;color:#C4A672 !important;padding:0 !important;border:0 !important;
  letter-spacing:.14em !important;font-size:.72rem !important;
}
.pz-p-post .elementor-location-single .elementor-element-a2f9c92 .elementor-element-b662dd8{opacity:.7;} /* related meta */
.pz-p-post .elementor-location-single .elementor-element-a2f9c92 .elementor-element-b662dd8 .elementor-icon-list-icon{display:none !important;}
