/* =====================================================
   PROPERTY.CSS — Editorial Luxury Rebuild · EVEN 2026
   ===================================================== */

/* ---------- TOKENS ---------- */
body[data-page="rezidential"],
body[data-page="comercial"],
body[data-page="terenuri"] {
  --ink:        #1C2340;
  --ink-80:     rgba(28,35,64,.80);
  --ink-50:     rgba(28,35,64,.50);
  --ink-20:     rgba(28,35,64,.20);
  --ink-08:     rgba(28,35,64,.08);
  --linen:      #F1F0EC;
  --pebble:     #FAF8F2;
  --stone:      #D6D2C7;
  --sage:       #7A9B92;
  --sage-dk:    #4F6B62;
  --gold:       #C8A96E;
  --r-sm:       6px;
  --r-md:       12px;
  --r-lg:       20px;
  --r-pill:     999px;
  --ease:       cubic-bezier(.22,1,.36,1);
  --nav-h:      74px;

  background: var(--linen);
  color: var(--ink);
  font-feature-settings: "kern","liga";
}

/* ---------- SCROLL PROGRESS LINE ---------- */
.pp-scroll-progress {
  position: fixed;
  top: 0; left: 0;
  width: 2px;
  height: 0%;
  background: var(--sage);
  z-index: 9999;
  transition: height .05s linear;
}

/* ---------- ATMOSPHERE ---------- */
.pp-bg-grain {
  position: fixed; inset: 0; z-index: 0;
  pointer-events: none; opacity: .38;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.4' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 .11 0 0 0 0 .14 0 0 0 0 .25 0 0 0 .04 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* ---------- GALLERY MOSAIC ---------- */
.pp-mosaic {
  display: grid;
  grid-template-columns: 1fr .44fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 4px;
  height: clamp(480px, 68vh, 740px);
  background: var(--ink);
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.pp-mosaic-main {
  grid-row: 1 / 3;
  position: relative;
  overflow: hidden;
  background: var(--ink);
}
.pp-mosaic-side {
  position: relative;
  overflow: hidden;
  background: #2a3358;
}
.pp-mosaic-main img,
.pp-mosaic-side img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .9s var(--ease), filter .5s;
  filter: saturate(.9);
}
.pp-mosaic-main:hover img  { transform: scale(1.04); filter: saturate(1); }
.pp-mosaic-side:hover  img { transform: scale(1.05); filter: saturate(1.05); }

/* Overlay on main image — title + price */
.pp-mosaic-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(60deg,rgba(14,18,36,.82) 0%,rgba(14,18,36,.4) 45%,transparent 72%),
    linear-gradient(180deg,rgba(14,18,36,.55) 0%,transparent 30%,transparent 65%,rgba(14,18,36,.9) 100%);
  pointer-events: none;
}
.pp-mosaic-grain {
  position: absolute; inset: 0; pointer-events: none; opacity: .16;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.6' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .7 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* Corner brackets */
.pp-mosaic-frame {
  position: absolute; inset: 20px;
  pointer-events: none; z-index: 2;
}
.pp-mosaic-corner {
  position: absolute; width: 28px; height: 28px;
  border: 1px solid rgba(241,240,236,.5);
}
.pp-mosaic-corner-tl { top:0;left:0; border-right:none; border-bottom:none; }
.pp-mosaic-corner-tr { top:0;right:0; border-left:none; border-bottom:none; }
.pp-mosaic-corner-bl { bottom:0;left:0; border-right:none; border-top:none; }
.pp-mosaic-corner-br { bottom:0;right:0; border-left:none; border-top:none; }

/* Info inside main panel */
.pp-mosaic-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 52px 40px 40px;
  z-index: 3;
  pointer-events: none;
}
.pp-mosaic-eyebrow {
  font-family: var(--font-body);
  font-size: 10px; font-weight: 600;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--sage); margin-bottom: 14px;
}
.pp-mosaic-title {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(2rem,4.8vw,4rem);
  line-height: 1.0; letter-spacing: -.018em;
  color: #FAF8F2;
  text-shadow: 0 2px 24px rgba(0,0,0,.55);
  margin: 0 0 20px;
  text-wrap: balance;
}
.pp-mosaic-price {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(1.5rem,3vw,2.2rem);
  letter-spacing: -.02em; line-height: 1;
  color: #FAF8F2;
  font-variant-numeric: lining-nums tabular-nums;
}
.pp-mosaic-price small {
  font-size: .4em; font-weight: 500;
  color: rgba(241,240,236,.6); margin-left: 4px;
}
.pp-mosaic-addr {
  margin-top: 10px;
  font-family: var(--font-body);
  font-size: 14px; font-weight: 500;
  color: rgba(241,240,236,.75);
  display: flex; align-items: center; gap: 8px;
}
.pp-mosaic-addr i { color: var(--sage); font-size: 12px; }

/* Actions top-right on main image */
.pp-mosaic-actions {
  position: absolute; top: 20px; right: 24px; z-index: 4;
  display: flex; gap: 8px;
}
.pp-mosaic-btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 14px;
  background: rgba(28,35,64,.3);
  border: 1px solid rgba(241,240,236,.3);
  border-radius: var(--r-pill);
  backdrop-filter: blur(8px);
  font-family: var(--font-body);
  font-size: 12px; font-weight: 500;
  color: var(--stone);
  cursor: pointer;
  transition: background .25s, border-color .25s, color .25s;
  pointer-events: auto;
}
.pp-mosaic-btn:hover {
  background: rgba(241,240,236,.12);
  border-color: rgba(241,240,236,.6);
  color: #fff;
}
.pp-mosaic-btn i { font-size: 11px; }
.pp-mosaic-btn.is-active {
  background: var(--sage); border-color: var(--sage); color: var(--ink);
}

/* "More" overlay on last side panel */
.pp-mosaic-more {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 6px;
  background: rgba(28,35,64,.72);
  backdrop-filter: blur(2px);
  font-family: var(--font-body);
  font-size: 11px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--stone); z-index: 2;
}
.pp-mosaic-more strong {
  font-family: var(--font-heading);
  font-size: 2rem; font-weight: 500; letter-spacing: -.01em;
  color: var(--stone); line-height: 1;
}

/* No images placeholder */
.pp-mosaic-placeholder {
  grid-column: 1 / 3; grid-row: 1 / 3;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 16px;
  background: linear-gradient(135deg, var(--ink) 0%, #2a3358 100%);
  color: rgba(214,210,199,.4);
  font-family: var(--font-body); font-size: 14px;
}

/* ---------- BREADCRUMBS STRIP ---------- */
.pp-breadstrip {
  background: rgba(241,240,236,.88);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--ink-08);
  padding: 0;
  position: sticky; top: var(--nav-h); z-index: 80;
}
.pp-breadstrip-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between;
  height: 48px; gap: 16px;
}
.pp-breadcrumb {
  font-family: var(--font-body);
  font-size: 12px; font-weight: 500;
  color: var(--ink-50); white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
}
.pp-breadcrumb a { color: var(--sage-dk); text-decoration: none; }
.pp-breadcrumb a:hover { color: var(--ink); }
.pp-breadcrumb span { margin: 0 6px; opacity: .4; }
.pp-listing-id {
  font-family: var(--font-body);
  font-size: 11px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--sage-dk); white-space: nowrap; flex-shrink: 0;
}

/* ---------- STATS BAR ---------- */
.pp-stats {
  padding: 48px 0 40px;
  margin-bottom: 0;
  display: flex;
  border-bottom: 1px solid var(--ink-08);
  position: relative; z-index: 1;
}
.pp-stat {
  flex: 1;
  text-align: center;
  padding: 0 16px;
  border-right: 1px solid var(--ink-08);
  transition: transform .4s var(--ease);
}
.pp-stat:last-child { border-right: none; }
.pp-stat:hover { transform: translateY(-3px); }
.pp-stat-val {
  display: block;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(2rem,4vw,3.2rem);
  line-height: 1; letter-spacing: -.02em;
  color: var(--ink);
  font-variant-numeric: lining-nums;
  margin-bottom: 10px;
}
.pp-stat-val small {
  font-size: .4em; color: var(--ink-50);
  font-weight: 500; margin-left: 2px; letter-spacing: .03em;
}
.pp-stat-label {
  font-family: var(--font-body);
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--sage-dk);
}
.pp-stat-num { font-variant-numeric: lining-nums tabular-nums; }

/* ---------- MAIN CONTAINER ---------- */
.pp-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative; z-index: 1;
}

/* ---------- TITLE ROW ---------- */
.pp-title-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: end;
  padding: 48px 0 40px;
  border-bottom: 1px solid var(--ink-08);
  margin-bottom: 48px;
}
.pp-title-row h1 {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(2rem,3.8vw,3rem);
  line-height: 1.1; letter-spacing: -.014em;
  color: var(--ink); margin: 0 0 12px;
  text-wrap: balance;
}
.pp-title-row h1 em {
  font-style: italic; color: var(--sage-dk);
}
.pp-title-eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: 11px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--sage-dk); margin-bottom: 14px;
}
.pp-title-addr {
  font-family: var(--font-body);
  font-size: 14px; font-weight: 500; color: var(--ink-80);
  display: flex; align-items: center; gap: 8px;
}
.pp-title-addr i { color: var(--sage-dk); font-size: 12px; }
.pp-title-actions { display: flex; gap: 8px; margin-top: 18px; }
.pp-btn-ghost {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 16px;
  border: 1px solid var(--ink-20);
  border-radius: var(--r-pill);
  background: transparent;
  font-family: var(--font-body);
  font-size: 12px; font-weight: 500;
  color: var(--ink-80);
  cursor: pointer;
  transition: border-color .2s, color .2s, background .2s;
}
.pp-btn-ghost i { font-size: 11px; color: var(--sage-dk); }
.pp-btn-ghost:hover { border-color: var(--ink); color: var(--ink); }
.pp-btn-ghost.is-active {
  background: var(--sage); border-color: var(--sage);
  color: var(--ink);
}
.pp-btn-ghost.is-active i { color: var(--ink); }

.pp-title-price { text-align: right; white-space: nowrap; }
.pp-price-main {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(2.2rem,4vw,3rem);
  letter-spacing: -.02em; line-height: 1;
  color: var(--ink);
  font-variant-numeric: lining-nums;
}
.pp-price-main small {
  font-family: var(--font-body);
  font-size: .35em; font-weight: 500;
  color: var(--ink-50); margin-left: 4px;
}
.pp-price-sub {
  margin-top: 8px;
  font-family: var(--font-body);
  font-size: 12px; font-weight: 500;
  color: var(--ink-50); letter-spacing: .04em;
}

/* ---------- TWO-COLUMN LAYOUT ---------- */
.pp-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 56px;
  align-items: start;
  padding-bottom: 96px;
}
.pp-main { min-width: 0; }

/* ---------- SECTIONS ---------- */
.pp-section {
  padding: 48px 0;
  border-top: 1px solid var(--ink-08);
  opacity: 0; transform: translateY(20px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.pp-section:first-child { border-top: none; }
.pp-section.is-revealed { opacity: 1; transform: none; }

.pp-section-eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .20em;
  color: var(--sage-dk); margin-bottom: 12px;
}
.pp-section-h2 {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(1.6rem,2.5vw,2rem);
  line-height: 1.15; letter-spacing: -.012em;
  color: var(--ink); margin: 0 0 28px;
  text-wrap: balance;
}
.pp-section-h2 em {
  font-style: italic; color: var(--sage-dk);
}

/* ---------- DESCRIPTION ---------- */
.pp-description {
  font-family: var(--font-body);
  font-size: 16px; line-height: 1.75;
  color: var(--ink-80);
}
.pp-description p { margin: 0 0 18px; }
.pp-description p:last-child { margin-bottom: 0; }
.pp-description strong { font-weight: 600; color: var(--ink); }
.pp-description-lead {
  font-size: 18px; line-height: 1.6; font-weight: 500;
  color: var(--ink);
  padding-left: 20px;
  border-left: 2px solid var(--sage);
  margin-bottom: 24px !important;
}

/* Collapsible wrapper + fade overlay */
.pp-description-wrap {
  position: relative;
  overflow: hidden;
  max-height: none;
  transition: max-height .4s ease;
}
.pp-description-wrap.is-collapsed {
  max-height: 360px;
}
.pp-description-fade {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(241,240,236,0) 0%, var(--linen) 90%);
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease;
}
.pp-description-wrap.is-collapsed .pp-description-fade { opacity: 1; }

.pp-description-toggle {
  margin-top: 18px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px;
  background: transparent;
  border: 1px solid var(--ink-20);
  border-radius: var(--r-pill);
  font-family: var(--font-body);
  font-size: 12px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink);
  cursor: pointer;
  transition: border-color .2s, background .2s, color .2s;
}
.pp-description-toggle:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--stone);
}
.pp-description-toggle i { font-size: 10px; color: var(--sage-dk); transition: color .2s; }
.pp-description-toggle:hover i { color: var(--sage); }

/* ---------- FEATURES / DOTARI ---------- */
.pp-features {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0;
  list-style: none; margin: 0; padding: 0;
}
.pp-features li {
  padding: 14px 0 14px 22px;
  border-bottom: 1px solid var(--ink-08);
  font-family: var(--font-body);
  font-size: 14px; color: var(--ink-80);
  position: relative;
}
.pp-features li::before {
  content: '';
  position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 14px; height: 13px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 52'><ellipse cx='30' cy='8' rx='14' ry='6' fill='%237A9B92'/><ellipse cx='30' cy='26' rx='17' ry='7' fill='%237A9B92'/><ellipse cx='30' cy='44' rx='22' ry='9' fill='%237A9B92'/></svg>");
  background-repeat: no-repeat; background-size: contain;
}

/* ---------- CTA STRIP ---------- */
.pp-cta-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px; align-items: center;
  padding: 32px 36px;
  margin: 48px 0;
  background: var(--ink);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.pp-cta-strip::before {
  content: '';
  position: absolute; inset: 10px;
  border: 1px solid rgba(214,210,199,.15);
  pointer-events: none;
}
.pp-cta-strip-label {
  display: block; position: relative; z-index: 1;
  font-family: var(--font-body);
  font-size: 10px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--sage); margin-bottom: 8px;
}
.pp-cta-strip-text {
  position: relative; z-index: 1;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(1.2rem,2vw,1.5rem);
  line-height: 1.25; letter-spacing: -.01em;
  color: var(--stone); margin: 0;
}
.pp-cta-strip-text em {
  font-style: italic; color: var(--sage);
}
.pp-cta-strip-btns {
  display: flex; gap: 10px; flex-shrink: 0;
  position: relative; z-index: 1;
}
.pp-cta-wa {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 20px; border-radius: var(--r-pill);
  background: #25D366; color: #fff;
  font-family: var(--font-body);
  font-size: 13px; font-weight: 600;
  text-decoration: none;
  transition: background .25s, transform .3s var(--ease);
}
.pp-cta-wa:hover { background: #1ebe5b; transform: translateY(-1px); }
.pp-cta-book {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 19px; border-radius: var(--r-pill);
  background: transparent;
  border: 1px solid rgba(214,210,199,.35);
  color: var(--stone);
  font-family: var(--font-body);
  font-size: 13px; font-weight: 600;
  cursor: pointer; text-decoration: none;
  transition: border-color .25s, background .25s;
}
.pp-cta-book:hover {
  border-color: rgba(214,210,199,.7);
  background: rgba(241,240,236,.08);
}

/* ---------- CALCULATOR ---------- */
.pp-calc {
  background: var(--pebble);
  border-radius: 2px; padding: 36px 32px;
  position: relative;
}
.pp-calc::before {
  content: '';
  position: absolute; inset: 10px;
  border: 1px solid rgba(28,35,64,.08);
  pointer-events: none;
}
.pp-calc > * { position: relative; z-index: 1; }
.pp-calc-tabs {
  display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 28px;
}
.pp-calc-tab {
  padding: 7px 14px;
  background: rgba(241,240,236,.5);
  border: 1px solid var(--ink-20);
  border-radius: var(--r-pill);
  font-family: var(--font-body);
  font-size: 12px; font-weight: 500;
  color: var(--ink-80); cursor: pointer;
  transition: all .2s;
}
.pp-calc-tab:hover { border-color: var(--ink); color: var(--ink); }
.pp-calc-tab.active {
  background: var(--ink); border-color: var(--ink); color: var(--stone);
}
.pp-calc-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  margin-bottom: 20px;
}
.pp-calc-field label {
  display: block;
  font-family: var(--font-body);
  font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .12em;
  color: var(--ink-50); margin-bottom: 8px;
}
.pp-calc-field input {
  width: 100%;
  background: rgba(241,240,236,.7);
  border: 1px solid var(--ink-20); border-radius: 2px;
  padding: 11px 14px;
  font-family: var(--font-body); font-size: 15px; color: var(--ink);
  transition: border-color .2s, background .2s;
}
.pp-calc-field input:focus {
  outline: none; border-color: var(--ink);
  background: var(--linen);
}
.pp-calc-note {
  font-family: var(--font-body);
  font-size: 12px; color: var(--ink-50);
  margin-bottom: 24px; line-height: 1.5;
}
.pp-calc-result {
  background: var(--ink);
  margin: 0 -32px -36px; padding: 28px 32px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  align-items: center; text-align: center;
}
.pp-calc-result-label {
  font-family: var(--font-body);
  font-size: 10px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: rgba(214,210,199,.65); margin-bottom: 8px;
}
.pp-calc-result-val {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(1.8rem,3.5vw,2.5rem);
  letter-spacing: -.018em; line-height: 1;
  color: var(--stone);
  font-variant-numeric: lining-nums;
}
.pp-calc-result-val.sm {
  font-size: 1.4rem; color: rgba(214,210,199,.7);
}
.pp-calc-result-side {
  border-left: 1px solid rgba(214,210,199,.15); padding-left: 24px;
}

/* ---------- MAP ---------- */
.pp-map-wrap {
  position: relative; border-radius: 2px; overflow: hidden;
}
#pp-map { height: 340px; background: var(--pebble); }
.pp-map-marker {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--ink);
  border: 3px solid var(--linen);
  box-shadow: 0 4px 16px rgba(28,35,64,.4);
  display: flex; align-items: center; justify-content: center;
}
.pp-map-marker::after {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%; background: var(--sage);
}
.pp-poi-list {
  list-style: none; margin: 20px 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(160px,1fr));
  gap: 0;
}
.pp-poi-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--ink-08);
  font-family: var(--font-body); font-size: 13px;
  color: var(--ink-80); display: flex; align-items: center; gap: 10px;
}
.pp-poi-list li i { color: var(--sage-dk); font-size: 12px; width: 14px; }

/* Floor plan plate */
.pp-plan-plate {
  position: relative; aspect-ratio: 16/9;
  background: var(--pebble); border-radius: 2px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px; color: var(--ink-50);
}
.pp-plan-plate::before {
  content: '';
  position: absolute; inset: 12px;
  border: 1px dashed rgba(28,35,64,.12); border-radius: 1px;
}
.pp-plan-plate i { font-size: 2rem; opacity: .25; }
.pp-plan-plate p { font-family: var(--font-body); font-size: 13px; }

/* ---------- DOCS ---------- */
.pp-docs {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px;
}
.pp-doc-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px; border-radius: var(--r-md);
  border: 1px solid var(--ink-20);
  background: transparent;
  font-family: var(--font-body); font-size: 13px; font-weight: 500;
  color: var(--ink-80); cursor: pointer;
  transition: border-color .2s, color .2s, background .2s;
}
.pp-doc-btn i { color: var(--sage-dk); font-size: 12px; }
.pp-doc-btn:hover { border-color: var(--ink); color: var(--ink); background: var(--pebble); }

/* ---------- SPEC TABLE ---------- */
.pp-spec-table {
  width: 100%; border-collapse: collapse;
  font-family: var(--font-body); font-size: 14px;
}
.pp-spec-table tr { border-bottom: 1px solid var(--ink-08); }
.pp-spec-table td { padding: 12px 0; }
.pp-spec-table td:first-child {
  font-weight: 500; color: var(--ink-50);
  width: 45%; padding-right: 16px;
}
.pp-spec-table td:last-child { color: var(--ink); font-weight: 500; }

/* ---------- SIDEBAR ---------- */
.pp-sidebar {
  position: sticky;
  top: calc(var(--nav-h) + 48px + 48px); /* nav + breadstrip + padding */
  display: flex; flex-direction: column; gap: 16px;
}

.pp-agent-card {
  background: var(--ink);
  border-radius: 4px; padding: 28px 24px;
  position: relative; overflow: hidden;
  color: var(--stone);
}
.pp-agent-card::before {
  content: '';
  position: absolute; inset: 10px;
  border: 1px solid rgba(214,210,199,.12);
  pointer-events: none;
}
.pp-agent-card > * { position: relative; z-index: 1; }
.pp-agent-label {
  display: block;
  font-family: var(--font-body);
  font-size: 10px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--sage); margin-bottom: 18px;
}
.pp-agent-row {
  display: flex; align-items: center; gap: 14px; margin-bottom: 20px;
}
.pp-agent-photo {
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(122,155,146,.25);
  color: var(--sage); border: 1px solid rgba(122,155,146,.3);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading); font-style: italic;
  font-weight: 500; font-size: 1.3rem; letter-spacing: -.01em;
  flex-shrink: 0; overflow: hidden;
}
.pp-agent-photo img { width:100%;height:100%;object-fit:cover; }
.pp-agent-name {
  font-family: var(--font-body);
  font-weight: 600; font-size: 1rem;
  color: var(--stone); letter-spacing: -.005em;
}
.pp-agent-role {
  font-family: var(--font-body);
  font-size: 12px; font-weight: 400;
  color: rgba(214,210,199,.65); margin-top: 3px;
}
.pp-agent-divider {
  border: none; border-top: 1px solid rgba(214,210,199,.12);
  margin: 0 0 18px;
}
.pp-agent-contacts { display: flex; flex-direction: column; gap: 2px; margin-bottom: 18px; }
.pp-agent-contacts a {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(214,210,199,.08);
  font-family: var(--font-body); font-size: 13px;
  color: rgba(214,210,199,.85); text-decoration: none;
  transition: color .2s, padding-left .3s var(--ease);
}
.pp-agent-contacts a:last-child { border-bottom: none; }
.pp-agent-contacts a:hover { color: var(--stone); padding-left: 4px; }
.pp-agent-contacts i {
  color: var(--sage); font-size: 12px; width: 14px; text-align: center;
}

/* Call + WA side by side */
.pp-cta-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.pp-btn-call, .pp-btn-wa {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 10px; border-radius: var(--r-pill);
  font-family: var(--font-body); font-size: 13px; font-weight: 600;
  text-decoration: none; border: none; cursor: pointer;
  transition: transform .3s var(--ease), box-shadow .3s, background .25s;
}
.pp-btn-call { background: rgba(241,240,236,.1); color: var(--stone); border: 1px solid rgba(214,210,199,.25); }
.pp-btn-call:hover { background: rgba(241,240,236,.18); transform: translateY(-1px); }
.pp-btn-wa { background: #25D366; color: #fff; }
.pp-btn-wa:hover { background: #1ebe5b; transform: translateY(-1px); box-shadow: 0 8px 20px -10px rgba(37,211,102,.7); }

/* Form card */
.pp-form-card {
  background: var(--ink); border-radius: 4px;
  padding: 28px 24px; position: relative; overflow: hidden;
}
.pp-form-card::before {
  content: '';
  position: absolute; inset: 10px;
  border: 1px solid rgba(214,210,199,.12); pointer-events: none;
}
.pp-form-card > * { position: relative; z-index: 1; }
.pp-form-label-top {
  display: block;
  font-family: var(--font-body);
  font-size: 10px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--sage); margin-bottom: 14px;
}
.pp-form-h3 {
  font-family: var(--font-heading);
  font-weight: 500; font-size: 1.45rem;
  letter-spacing: -.01em; line-height: 1.2;
  color: var(--stone); margin: 0 0 22px;
}
.pp-form-h3 em { font-style: italic; color: var(--sage); }
.pp-form-field { margin-bottom: 12px; }
.pp-form-field label {
  display: block;
  font-family: var(--font-body); font-size: 11px; font-weight: 500;
  color: rgba(214,210,199,.6); margin-bottom: 6px; letter-spacing: .03em;
}
.pp-form-field input,
.pp-form-field textarea {
  width: 100%;
  background: rgba(241,240,236,.07);
  border: 1px solid rgba(214,210,199,.2);
  border-radius: 2px; padding: 11px 13px;
  font-family: var(--font-body); font-size: 14px; color: var(--stone);
  transition: border-color .2s, background .2s;
}
.pp-form-field textarea { min-height: 80px; resize: vertical; }
.pp-form-field input::placeholder,
.pp-form-field textarea::placeholder { color: rgba(214,210,199,.3); }
.pp-form-field input:focus,
.pp-form-field textarea:focus {
  outline: none; border-color: var(--sage);
  background: rgba(241,240,236,.1);
}
.pp-form-submit {
  width: 100%; margin-top: 8px;
  padding: 16px; border-radius: var(--r-pill);
  background: var(--gold); color: var(--ink);
  border: none; font-family: var(--font-body);
  font-size: 14px; font-weight: 700; letter-spacing: .02em;
  cursor: pointer;
  transition: background .25s, transform .3s var(--ease), box-shadow .3s;
}
.pp-form-submit:hover {
  background: #d6b97e; transform: translateY(-1px);
  box-shadow: 0 12px 28px -14px rgba(200,169,110,.7);
}
.pp-form-note {
  font-family: var(--font-body); font-size: 11px;
  color: rgba(214,210,199,.5); text-align: center;
  margin-top: 10px; line-height: 1.5;
}

/* Trust badge */
.pp-trust {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 18px;
  background: rgba(122,155,146,.08);
  border: 1px solid rgba(122,155,146,.2);
  border-radius: 2px;
}
.pp-trust-mark {
  display: flex; flex-direction: column; align-items: center; gap: 2px; flex-shrink: 0;
}
.pp-trust-mark span {
  display: block; border-radius: 50%;
  background: var(--sage); opacity: .7;
}
.pp-trust-mark span:nth-child(1) { width:8px;height:5px;opacity:.5; }
.pp-trust-mark span:nth-child(2) { width:10px;height:6px; }
.pp-trust-mark span:nth-child(3) { width:14px;height:8px; }
.pp-trust-text strong {
  display: block;
  font-family: var(--font-body); font-size: 13px; font-weight: 600;
  color: var(--ink-80); letter-spacing: -.005em;
}
.pp-trust-text small {
  font-family: var(--font-body); font-size: 11px;
  color: var(--ink-50);
}

/* ---------- LIGHTBOX ---------- */
.pp-lightbox {
  position: fixed; inset: 0; z-index: 500;
  background: rgba(14,18,36,.97);
  display: none; flex-direction: column;
  padding: 56px 24px 24px;
  align-items: center; justify-content: center;
}
.pp-lightbox.is-open {
  display: flex;
  animation: lbIn .35s var(--ease);
}
@keyframes lbIn { from { opacity:0; } to { opacity:1; } }
.pp-lightbox-img-wrap {
  flex: 1; display: flex; align-items: center; justify-content: center;
  width: 100%; position: relative; min-height: 0;
}
.pp-lightbox-img-wrap::after {
  content: '';
  position: absolute; bottom: 14px; left: 14px;
  width: 3vw; min-width: 22px; max-width: 32px;
  aspect-ratio: 60/52; opacity: .7;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 52'><ellipse cx='30' cy='8' rx='14' ry='6' fill='%23D4CEC0'/><ellipse cx='30' cy='26' rx='17' ry='7' fill='%23D4CEC0'/><ellipse cx='30' cy='44' rx='22' ry='9' fill='%23D4CEC0'/></svg>");
  background-repeat: no-repeat; background-size: contain;
}
.pp-lightbox-img {
  max-width: 100%; max-height: 100%;
  object-fit: contain; display: block; cursor: zoom-out;
}
.pp-lightbox-close {
  position: fixed; top: 18px; right: 22px;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(241,240,236,.08);
  border: 1px solid rgba(241,240,236,.25);
  color: var(--stone); font-size: 16px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .25s, transform .3s; z-index: 10;
}
.pp-lightbox-close:hover { background: rgba(241,240,236,.15); transform: rotate(90deg); }
.pp-lightbox-nav {
  position: fixed; top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(241,240,236,.08);
  border: 1px solid rgba(241,240,236,.2);
  color: var(--stone); font-size: 16px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .25s, transform .3s; z-index: 10;
}
.pp-lightbox-prev { left: 20px; }
.pp-lightbox-next { right: 20px; }
.pp-lightbox-nav:hover { background: rgba(241,240,236,.14); }
.pp-lightbox-prev:hover { transform: translateY(-50%) translateX(-3px); }
.pp-lightbox-next:hover { transform: translateY(-50%) translateX(3px); }
.pp-lightbox-counter {
  margin-top: 18px;
  font-family: var(--font-body); font-size: 11px; font-weight: 600;
  letter-spacing: .28em; text-transform: uppercase;
  color: rgba(241,240,236,.5);
}
.pp-lightbox-counter strong {
  font-family: var(--font-heading); font-style: italic;
  font-weight: 500; font-size: 14px; letter-spacing: 0;
  color: var(--stone);
}
body.pp-lb-open { overflow: hidden; }

/* ---------- TOAST ---------- */
.pp-toast {
  position: fixed; bottom: 90px; left: 50%;
  transform: translateX(-50%) translateY(20px);
  z-index: 600; display: flex; align-items: flex-start; gap: 14px;
  background: var(--ink); border: 1px solid rgba(122,155,146,.3);
  border-radius: 4px; padding: 16px 20px;
  box-shadow: 0 20px 48px -12px rgba(14,18,36,.6);
  min-width: 280px; max-width: 380px;
  opacity: 0; pointer-events: none;
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.pp-toast.is-visible { opacity: 1; transform: translateX(-50%) translateY(0); pointer-events: all; }
.pp-toast-icon {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%;
  background: var(--sage);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; color: var(--ink);
  margin-top: 1px;
}
.pp-toast-title {
  font-family: var(--font-heading); font-weight: 500;
  font-size: 1rem; color: var(--stone);
  display: block; margin-bottom: 3px;
}
.pp-toast-body { font-family: var(--font-body); font-size: 12px; color: rgba(214,210,199,.7); line-height: 1.5; }

/* ---------- MOBILE BOTTOM BAR ---------- */
.pp-mobile-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
  background: var(--ink);
  border-top: 1px solid rgba(122,155,146,.2);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom,0));
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  box-shadow: 0 -8px 32px -8px rgba(14,18,36,.4);
}
.pp-mb-btn {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 4px;
  padding: 10px 8px; border-radius: var(--r-md);
  font-family: var(--font-body); font-size: 11px; font-weight: 600;
  text-decoration: none; border: none; cursor: pointer;
  background: rgba(241,240,236,.06);
  color: var(--stone); letter-spacing: .04em;
  transition: background .2s;
}
.pp-mb-btn i { font-size: 15px; }
.pp-mb-btn:hover { background: rgba(241,240,236,.12); }
.pp-mb-btn.wa { background: rgba(37,211,102,.12); color: #25D366; }
.pp-mb-btn.wa:hover { background: rgba(37,211,102,.2); }
.pp-mb-btn.book { background: var(--gold); color: var(--ink); }
.pp-mb-btn.book:hover { background: #d6b97e; }

/* ---------- SCROLL REVEAL ---------- */
.pp-title-row,
.pp-stats { opacity: 0; transform: translateY(16px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.pp-title-row.is-revealed,
.pp-stats.is-revealed { opacity: 1; transform: none; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .pp-layout { grid-template-columns: 1fr; gap: 0; }
  .pp-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid var(--ink-08);
  }
  .pp-trust { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .pp-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: clamp(380px, 70vw, 520px);
  }
  .pp-mosaic-main { grid-row: auto; }
  .pp-mosaic-side { display: none; }
  .pp-mosaic-info { padding: 28px 22px 24px; }
  .pp-mosaic-title { font-size: clamp(1.6rem,7vw,2.4rem); }

  .pp-wrap { padding: 0 20px; }
  .pp-breadstrip-inner { padding: 0 20px; }

  .pp-stats { flex-wrap: wrap; padding: 32px 0 24px; }
  .pp-stat { min-width: 50%; border-bottom: 1px solid var(--ink-08); }
  .pp-stat:nth-child(even) { border-right: none; }

  .pp-title-row { grid-template-columns: 1fr; gap: 24px; padding: 32px 0; }
  .pp-title-price { text-align: left; }

  .pp-sidebar { grid-template-columns: 1fr; }

  .pp-cta-strip { grid-template-columns: 1fr; gap: 18px; }
  .pp-cta-strip-btns { width: 100%; }

  .pp-calc-grid { grid-template-columns: 1fr; }
  .pp-calc-result { grid-template-columns: 1fr; }
  .pp-calc-result-side { border-left: none; border-top: 1px solid rgba(214,210,199,.12); padding-left: 0; padding-top: 20px; }

  .pp-mobile-bar { display: grid; }
  .pp-layout { padding-bottom: 120px; }
  .pp-sidebar { margin-bottom: 32px; }

  .pp-mosaic-actions { top: 14px; right: 16px; }
  .pp-mosaic-btn span { display: none; }
}

@media (max-width: 520px) {
  .pp-stat { min-width: 100%; border-right: none; }
}
