/* Purva Silversky — slim 9 Craft luxury */
body.page-purva-silversky {
  --pv-ink: #3d2b1f;
  --pv-gold: #c59d5f;
  --pv-mute: #7a6d62;
  --pv-line: rgba(61, 43, 31, 0.1);
  --pv-cream: #f6f3ee;
  --d: 'Playfair Display', Georgia, serif;
  --b: 'Poppins', system-ui, sans-serif;
  background: #fff;
  color: var(--pv-ink);
  font-family: var(--b);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: var(--site-chrome-offset, 100px) !important;
}
body.page-purva-silversky p,
body.page-purva-silversky span,
body.page-purva-silversky a,
body.page-purva-silversky li,
body.page-purva-silversky button,
body.page-purva-silversky strong,
body.page-purva-silversky b,
body.page-purva-silversky label,
body.page-purva-silversky small,
body.page-purva-silversky summary,
body.page-purva-silversky input,
body.page-purva-silversky select,
body.page-purva-silversky textarea,
body.page-purva-silversky h1,
body.page-purva-silversky h2,
body.page-purva-silversky h3,
body.page-purva-silversky h4,
body.page-purva-silversky h5 {
  font-weight: 300 !important;
}
.page-purva-silversky .pv-page { overflow: visible; }
.page-purva-silversky .footer { margin-bottom: 0; }
.page-purva-silversky .footer-bottom {
  background: #123a63 !important;
  border-top-color: transparent !important;
}
.page-purva-silversky .footer-copy,
.page-purva-silversky .footer-copy a,
.page-purva-silversky .footer-bottom-links a {
  color: #ffffff !important;
}
.page-purva-silversky .btn-book,
.page-purva-silversky .btn-project { border-radius: 2px; }
.pv-slot { display: none !important; }

.pv-wrap { width: min(1120px, calc(100% - 2.4rem)); margin: 0 auto; }
.pv-block { padding: 3rem 0; }
.pv-block--tight { padding: 1.6rem 0 2.6rem; }
.pv-block--slim { padding: 1.75rem 0 1.35rem; }
.pv-block--center { text-align: center; }
.pv-page [id^="pv-"] { scroll-margin-top: calc(var(--pv-chrome-h, var(--site-chrome-offset, 100px)) + 48px); }
.pv-hero[id] { scroll-margin-top: 0; }

.page-purva-silversky h1,
.page-purva-silversky h2,
.page-purva-silversky h3 {
  font-family: var(--b) !important;
  font-weight: 300 !important;
}
.pv-block h2,
.pv-copy h2,
.pv-amen__top h2,
.pv-emi h2,
.pv-enquire h2,
.pv-progress h2,
.pv-feat__copy h2,
.pv-loc__box h2,
.pv-locacc h2,
.pv-faq h2 {
  font-family: var(--b) !important;
  font-weight: 300 !important;
  font-size: clamp(1.45rem, 2.3vw, 1.85rem);
  color: #123a63;
  margin: 0 0 0.55rem;
  line-height: 1.32;
  letter-spacing: 0;
}
.pv-copy p,
.pv-enquire p {
  color: var(--pv-mute);
  line-height: 1.75;
  margin: 0 0 0.7rem;
  font-size: 0.9rem;
  font-weight: 300 !important;
}
.pv-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.35rem;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--pv-gold);
}
.pv-label i {
  display: inline-block;
  width: 16px;
  height: 1px;
  background: var(--pv-gold);
  font-style: normal;
  border: 0;
}
.pv-label--light { color: var(--pv-gold); }
.pv-label--center { justify-content: center; width: 100%; }

.pv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 1.35rem;
  font-family: var(--b);
  font-size: 0.68rem;
  font-weight: 300;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  background: none;
  border-radius: 0;
  color: inherit;
}
.pv-btn--solid { background: var(--pv-ink); color: #fff; border-color: var(--pv-ink); }
.pv-btn--solid:hover { background: #2a1d14; }
.pv-btn--gold { background: var(--pv-gold); color: #fff; border-color: var(--pv-gold); }
.pv-btn--gold:hover { background: #b48b4d; color: #fff; }
.pv-btn--outline { background: transparent; color: #fff; border-color: #fff; }
.pv-btn--outline:hover { background: #fff; color: var(--pv-ink); }
.pv-btn--ghost { color: #fff; border-color: rgba(255,255,255,0.7); }
.pv-btn--tour {
  background: #fff;
  color: #1a365d;
  border: 1px solid #1a365d;
  border-radius: 3px;
  gap: 0.5rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  min-height: 42px;
  padding: 0 1.2rem 0 0.9rem;
}
.pv-btn--tour:hover { background: #1a365d; color: #fff; }
.pv-btn__play {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
}

/* HERO */
.pv-hero {
  position: relative;
  height: min(86vh, 700px);
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: #fff;
  overflow: hidden;
  padding: 0 0 2.4rem;
}
.pv-hero__media,
.pv-hero__shade { position: absolute; inset: 0; }
.pv-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 46%;
  display: block;
}
.pv-hero__shade {
  background:
    linear-gradient(90deg, rgba(18, 22, 28, 0.58) 0%, rgba(18, 22, 28, 0.28) 38%, rgba(18, 22, 28, 0.06) 62%, transparent 82%),
    linear-gradient(180deg, rgba(18, 22, 28, 0.12) 0%, transparent 36%, rgba(18, 22, 28, 0.22) 100%);
}
.pv-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 36rem;
  margin-left: max(1.2rem, calc((100% - 1120px) / 2));
  margin-right: auto;
  padding-bottom: 0.35rem;
  text-align: left;
  text-shadow: 0 1px 16px rgba(0,0,0,0.35);
}
.pv-hero h1,
.pv-hero p {
  color: #ffffff !important;
}
.pv-hero h1 {
  font-family: var(--b) !important;
  font-size: clamp(2.05rem, 4.2vw, 3.05rem);
  font-weight: 300 !important;
  margin: 0 0 0.85rem;
  line-height: 1.12;
  letter-spacing: 0.01em;
}
.pv-hero__plan {
  margin: 0 0 0.12rem;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.pv-hero__ratio {
  margin: 0 0 0.65rem;
  font-family: var(--b);
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.15;
}
.pv-hero__meta {
  margin: 0 0 1.45rem;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.55;
  max-width: 28rem;
}
.pv-side-tab {
  position: fixed;
  right: 0;
  top: 42%;
  z-index: 40;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: #123a63;
  color: #fff;
  text-decoration: none;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.95rem 0.42rem;
}

.pv-subnav {
  position: sticky;
  top: var(--pv-chrome-h, var(--site-chrome-offset, 100px));
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid var(--pv-line);
}
.pv-subnav.is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--pv-chrome-h, 100px);
  margin: 0;
  box-shadow: 0 8px 18px rgba(27, 58, 95, 0.08);
}
.pv-subnav-ph { height: 0; }
.pv-subnav__row {
  display: flex;
  gap: 1.85rem;
  overflow-x: auto;
  padding: 0.62rem 0;
  scrollbar-width: none;
}
.pv-subnav__row::-webkit-scrollbar { display: none; }
.pv-subnav a {
  color: var(--pv-ink);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  white-space: nowrap;
  padding: 0.15rem 0;
  border-bottom: 2px solid transparent;
}
.pv-subnav a:hover,
.pv-subnav a.is-on {
  color: #1b3a5f;
  border-bottom-color: #1b3a5f;
}

.pv-split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.75rem;
  align-items: start;
}
.pv-photo {
  overflow: visible;
  background: var(--pv-cream);
}
.pv-photo img {
  width: 100%;
  height: auto;
  max-height: 340px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.pv-feat {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 1.4rem;
  align-items: center;
}
.pv-feat__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.pv-feat__stats > div {
  padding: 0 0.85rem;
  border-left: 1px solid var(--pv-gold);
  text-align: left;
}
.pv-feat__stats > div:first-child { padding-left: 0; border: 0; }
.pv-feat__ico {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  margin: 0 0 0.5rem;
  flex-shrink: 0;
}
.pv-feat__stats svg {
  width: 26px;
  height: 26px;
  color: var(--pv-gold);
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pv-feat__val {
  display: block;
  font-family: var(--b);
  font-size: 1.12rem;
  font-weight: 300 !important;
  line-height: 1.2;
  color: var(--pv-ink);
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
}
.pv-feat__stats > div > span:last-child {
  display: block;
  margin-top: 0.28rem;
  font-size: 0.62rem;
  font-weight: 300 !important;
  color: var(--pv-mute);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pv-pills { margin: 0.15rem 0 0.95rem; }
.pv-pills__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.pv-rowhead .pv-pills__nav,
.pv-amen__top .pv-pills__nav { justify-content: flex-end; margin: 0; }
.pv-pills__nav button {
  min-width: 118px;
  padding: 0.55rem 1.05rem;
  border: 1px solid var(--pv-ink);
  background: #fff;
  color: var(--pv-ink);
  font: 300 0.7rem/1 var(--b);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
}
.pv-pills__nav button.is-on { background: #123a63; color: #fff; border-color: #123a63; }
.pv-pills--line .pv-pills__nav button {
  border-color: #c59d5f;
  color: #c59d5f;
  background: #fff;
  min-width: 128px;
}
.pv-pills--line .pv-pills__nav button.is-on {
  background: #123a63;
  border-color: #123a63;
  color: #fff;
}
.pv-pills--left { margin: 0 0 1.15rem; }
.pv-pills--left .pv-pills__nav { justify-content: flex-start; }
.pv-btn--navy {
  background: #123a63;
  color: #fff;
  border-color: #123a63;
  width: 100%;
  min-height: 42px;
  font-weight: 300;
}
.pv-pills--tour { margin: 0.85rem 0 0; }
.pv-pills--tour .pv-pills__nav {
  gap: 0.7rem;
  margin-bottom: 1.25rem;
}
.pv-pills--tour .pv-pills__nav button {
  min-width: 124px;
  border-color: #123a63;
  color: #123a63;
  font-weight: 300;
}
.pv-pills--tour .pv-pills__nav button.is-on {
  background: #123a63;
  color: #fff;
}

#pv-tour { padding: 3.6rem 0 4.2rem; }
#pv-tour h2 { color: #123a63; margin-bottom: 0.35rem; }
.pv-tour__lead { display: none; }
.pv-stage { position: relative; overflow: hidden; }
.pv-stage__panel { display: none; position: relative; overflow: hidden; }
.pv-stage__panel.is-on { display: block; }
.pv-stage img,
.pv-stage video,
.pv-stage iframe {
  width: 100%;
  height: min(56vh, 500px);
  object-fit: cover;
  object-position: center;
  display: block;
  border: 0;
  background: none;
}
.pv-embed {
  position: relative;
  width: 100%;
  height: min(56vh, 500px);
  overflow: hidden;
  background: none;
}
#pv-tour .pv-embed img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
}
#pv-tour .pv-embed img.is-letterbox {
  transform: scale(1.35);
}
.pv-embed.is-playing img,
.pv-embed.is-playing .pv-play { display: none; }
.pv-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.pv-stage__cap { display: none; }
.pv-litebox {
  position: fixed;
  inset: 0;
  z-index: 4000;
  background: rgba(0, 0, 0, 0.82);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 3.5rem 1.25rem 1.25rem;
}
.pv-litebox.is-on,
.pv-litebox:not([hidden]) {
  display: flex;
}
.pv-litebox[hidden] { display: none !important; }
.pv-litebox__close {
  position: absolute;
  top: 0.85rem;
  right: 1rem;
  width: 42px;
  height: 42px;
  border: 0;
  background: none;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
.pv-litebox__frame {
  width: min(960px, 100%);
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: 0 20px 60px rgba(0,0,0,0.45);
}
.pv-litebox__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.pv-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 68px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.96);
  color: #123a63;
  font-size: 1.05rem;
  cursor: pointer;
  z-index: 2;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 28px rgba(0,0,0,0.28);
}
.pv-play span { display: block; margin-left: 3px; line-height: 1; }
.pv-play::before,
.pv-play::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.85);
  pointer-events: none;
  animation: pvPlayPulse 2.1s ease-out infinite;
}
.pv-play::after { animation-delay: 0.7s; }
@keyframes pvPlayPulse {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.85); opacity: 0; }
}

.pv-amen-sec {
  position: relative;
  padding: 3.4rem 0 3.8rem;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(10, 32, 58, 0.78) 0%, rgba(12, 38, 68, 0.82) 100%),
    var(--pv-amen-bg) center / cover no-repeat;
  overflow: hidden;
}
.pv-amen-sec__shade {
  position: absolute;
  inset: 0;
  background: rgba(12, 40, 72, 0.35);
  pointer-events: none;
}
.pv-amen-sec .pv-wrap { position: relative; z-index: 1; }
.pv-amen-sec .pv-label--light { color: #fff; }
.pv-amen-sec .pv-label--light i { background: #c59d5f; }
.pv-amen-sec h2 {
  color: #fff !important;
  font-weight: 300 !important;
  margin: 0;
}
.pv-amen__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1.35rem;
  flex-wrap: wrap;
}
.pv-pills--amen .pv-pills__nav {
  justify-content: flex-end;
  margin: 0;
  gap: 0.55rem;
}
.pv-pills--amen .pv-pills__nav button {
  min-width: 110px;
  border: 1px solid rgba(255,255,255,0.85);
  background: transparent;
  color: #fff;
  font-weight: 300;
}
.pv-pills--amen .pv-pills__nav button.is-on {
  background: #c59d5f;
  color: #fff;
  border-color: #c59d5f;
}
.pv-amen {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1.4rem;
  align-items: stretch;
}
.pv-amen__photo {
  border: 1px solid rgba(255,255,255,0.55);
  overflow: hidden;
  background: rgba(0,0,0,0.2);
  min-height: 380px;
}
.pv-amen__photo img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: opacity 0.35s ease, transform 0.45s ease;
}
.pv-amen__photo img.is-swap {
  opacity: 0.35;
  transform: scale(1.03);
}
.pv-amen__panel {
  display: flex;
  align-items: center;
  padding: 0.2rem 0.2rem 0.2rem 0.4rem;
  background: none;
}
.pv-icons {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem 0.55rem;
  width: 100%;
  text-align: center;
}
.pv-icons.is-on { display: grid; }
.pv-icons button {
  appearance: none;
  border: 0;
  background: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.45rem;
  min-height: 84px;
  padding: 0.35rem 0.2rem 0.55rem;
  position: relative;
  font: inherit;
}
.pv-icons .pv-ico {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.pv-icons svg {
  width: 28px;
  height: 28px;
  margin: 0;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s ease;
}
.pv-icons button > span:last-child {
  font-size: 0.7rem;
  font-weight: 300 !important;
  letter-spacing: 0.03em;
  line-height: 1.3;
  color: #fff;
}
.pv-icons button::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1.5px;
  background: #fff;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
.pv-icons button:hover .pv-ico,
.pv-icons button.is-on .pv-ico {
  background: rgba(255,255,255,0.12);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.35);
  transform: translateY(-2px);
  animation: pvAmenPulse 1.8s ease-in-out infinite;
}
.pv-icons button:hover svg,
.pv-icons button.is-on svg {
  transform: scale(1.08);
}
.pv-icons button.is-on::after { width: 42px; }
@keyframes pvAmenPulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(255,255,255,0.3), 0 0 0 0 rgba(197,157,95,0.35); }
  50% { box-shadow: 0 0 0 1px rgba(255,255,255,0.55), 0 0 0 10px rgba(197,157,95,0); }
}

.pv-rowhead {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.pv-layouts [data-panel] { display: none; }
.pv-layouts [data-panel].is-on { display: block; }
.pv-master { text-align: center; }
.pv-master__frame {
  display: inline-block;
  max-width: 100%;
  border: 1px solid #123a63;
  background: none;
  padding: 0;
  line-height: 0;
  vertical-align: top;
}
.pv-master__frame img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: unset;
}
.pv-units { position: relative; }
.pv-units__track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
  align-items: stretch;
}
.pv-units__nav {
  position: absolute;
  top: 38%;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #123a63;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}
.pv-units__nav.is-prev { left: -12px; }
.pv-units__nav.is-next { right: -12px; }
.pv-ucard {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: left;
}
.pv-ucard__img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid #123a63;
  background: #fff;
  padding: 0;
  margin-bottom: 0.75rem;
  line-height: 0;
  overflow: hidden;
  flex-shrink: 0;
}
.pv-ucard__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #fff;
}
.pv-ucard__meta {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #c59d5f;
  color: #fff;
  padding: 0.45rem 0.65rem;
  font-size: 0.62rem;
  font-weight: 300;
  line-height: 1.35;
}
.pv-ucard__meta span { display: block; opacity: 0.9; }
.pv-ucard__meta b { display: block; font-weight: 400; }
.pv-ucard h3 {
  margin: 0 0 0.2rem;
  color: #123a63 !important;
  font-size: 1.05rem !important;
  font-weight: 300 !important;
}
.pv-ucard p {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  color: #5a6a7a;
  font-weight: 300;
}
.pv-ucard .pv-btn--navy {
  margin-top: auto;
  width: 100%;
}
.pv-modal {
  position: fixed;
  inset: 0;
  z-index: 4100;
  background: rgba(8, 14, 24, 0.62);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.pv-modal.is-on { display: flex; }
.pv-modal[hidden] { display: none !important; }
.pv-modal__card {
  position: relative;
  width: min(540px, 100%);
  background: #fff;
  padding: 1.85rem 1.7rem 1.55rem;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
}
.pv-modal__close {
  position: absolute;
  top: 0.55rem;
  right: 0.75rem;
  border: 0;
  background: none;
  font-size: 1.55rem;
  color: #555;
  cursor: pointer;
  line-height: 1;
}
.pv-modal__brand {
  margin: 0 0 0.4rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 500 !important;
  color: #123a63;
}
.pv-modal h3 {
  margin: 0;
  color: #123a63 !important;
  font-size: 1.45rem !important;
  font-weight: 300 !important;
}
.pv-modal h3::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  margin: 0.7rem auto 0;
  background: linear-gradient(90deg, transparent, #123a63, transparent);
}
.pv-modal__hint {
  margin: 0.7rem 0 1.05rem;
  font-size: 0.82rem;
  color: #555;
  font-weight: 300;
}
.pv-modal form { display: grid; gap: 0.7rem; text-align: left; }
.pv-modal__row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; }
.pv-modal input[type="text"],
.pv-modal input[type="email"],
.pv-modal input[type="tel"] {
  width: 100%;
  padding: 0.72rem 0.8rem;
  border: 1px solid #1a1a1a;
  border-radius: 2px;
  font: 300 0.88rem/1.4 var(--b);
  background: #fff;
  color: #222;
}
.pv-modal input:focus {
  outline: none;
  border-color: #123a63;
}
.pv-modal__phone {
  display: flex;
  align-items: stretch;
  width: 50%;
  border: 1px solid #1a1a1a;
  border-radius: 2px;
  background: #fff;
  overflow: hidden;
}
.pv-modal__phone input {
  border: 0 !important;
  flex: 1;
  min-width: 0;
}
.pv-modal__cc {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0 0.7rem;
  border-right: 1px solid #ddd;
  color: #222;
  font-size: 0.88rem;
  font-weight: 300;
  white-space: nowrap;
  flex-shrink: 0;
}
.pv-modal__cc svg { display: block; }
.pv-modal__agree {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 300;
  color: #333;
}
.pv-modal__agree input {
  width: 15px;
  height: 15px;
  accent-color: #123a63;
  flex-shrink: 0;
}
.pv-modal__agree a {
  color: inherit;
  text-decoration: underline;
}
.pv-modal .pv-btn {
  margin: 0.15rem auto 0;
  width: auto;
  min-width: 132px;
  display: block;
}

.pv-terms {
  position: fixed;
  inset: 0;
  z-index: 4300;
  background: rgba(8, 14, 24, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.pv-terms.is-on { display: flex; }
.pv-terms[hidden] { display: none !important; }
.pv-terms__card {
  position: relative;
  width: min(760px, 100%);
  max-height: min(88vh, 820px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.32);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.pv-terms__close {
  position: absolute;
  top: 0.45rem;
  right: 0.65rem;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  color: #444;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}
.pv-terms__close:hover { color: #123a63; }
.pv-terms__card > h3 {
  margin: 0;
  padding: 1.15rem 3rem 0.85rem 1.35rem;
  color: #123a63 !important;
  font-size: 1.25rem !important;
  font-weight: 300 !important;
  border-bottom: 1px solid #e8edf3;
  flex-shrink: 0;
}
.pv-terms__body {
  overflow: auto;
  padding: 1rem 1.35rem 1.5rem;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}
.pv-terms__body h4 {
  margin: 1.15rem 0 0.45rem;
  color: #123a63;
  font-size: 0.92rem;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
}
.pv-terms__body h4:first-child { margin-top: 0.2rem; }
.pv-terms__body p,
.pv-terms__body li {
  margin: 0 0 0.65rem;
  color: #445;
  font-size: 0.82rem;
  line-height: 1.65;
  font-weight: 300 !important;
}
.pv-terms__body ul {
  margin: 0 0 0.75rem;
  padding-left: 1.15rem;
}
.pv-terms__body a { color: #123a63; }
.pv-terms__table-wrap {
  overflow-x: auto;
  margin: 0.55rem 0 0.9rem;
  border: 1px solid #d8dee8;
}
.pv-terms__body table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
  font-size: 0.78rem;
}
.pv-terms__body th,
.pv-terms__body td {
  border: 1px solid #d8dee8;
  padding: 0.55rem 0.65rem;
  text-align: left;
  vertical-align: top;
  font-weight: 300 !important;
  color: #334;
  line-height: 1.45;
}
.pv-terms__body th {
  background: #f3f6fa;
  color: #123a63;
  font-weight: 400 !important;
}

.pv-carousel {
  display: none;
  align-items: center;
  gap: 0.35rem;
}
.pv-carousel.is-on { display: flex; }
.pv-carousel__track {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr 0.78fr;
  gap: 0.5rem;
  width: 100%;
  align-items: center;
}
.pv-carousel img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  opacity: 0.72;
}
.pv-carousel img.is-main {
  height: 340px;
  opacity: 1;
}
.pv-carousel__track img:nth-child(n+4) { display: none; }
.pv-carousel__prev,
.pv-carousel__next {
  border: 0;
  background: none;
  font-size: 1.7rem;
  color: var(--pv-ink);
  cursor: pointer;
  line-height: 1;
  padding: 0.15rem;
  flex-shrink: 0;
}

.pv-loc {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 1.35rem;
  text-align: left;
  align-items: start;
}
.pv-locacc h2 { color: #123a63; margin-bottom: 0.85rem; }
.pv-locacc details { border-top: 1px solid #d8dee8; }
.pv-locacc details:last-of-type { border-bottom: 1px solid #d8dee8; }
.pv-locacc summary {
  list-style: none;
  cursor: pointer;
  padding: 0.78rem 1.6rem 0.78rem 0;
  font-weight: 500;
  font-size: 0.95rem;
  color: #123a63;
  position: relative;
}
.pv-locacc summary::-webkit-details-marker { display: none; }
.pv-locacc summary::after {
  content: '';
  position: absolute;
  right: 0.15rem;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #123a63;
  border-bottom: 1.5px solid #123a63;
  transform: translateY(-70%) rotate(45deg);
}
.pv-locacc details[open] summary::after { transform: translateY(-20%) rotate(-135deg); }
.pv-locacc ul {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0.55rem 1rem 0.65rem;
  background: #123a63;
}
.pv-locacc li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.42rem 0 0.42rem 0.9rem;
  position: relative;
  font-size: 0.84rem;
  color: #ffffff;
  line-height: 1.4;
}
.pv-locacc li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: #9fd0ff;
  font-weight: 600;
}
.pv-locacc b {
  color: #ffffff;
  font-weight: 500;
  white-space: nowrap;
}
.pv-map { position: relative; min-height: 460px; height: 100%; }
.pv-map iframe { width: 100%; height: 100%; min-height: 460px; border: 0; display: block; }
.pv-map aside {
  position: absolute;
  top: 12px;
  left: 12px;
  max-width: 230px;
  background: #fff;
  padding: 0.75rem 0.85rem;
  box-shadow: 0 8px 22px rgba(18, 58, 99, 0.16);
}
.pv-map aside strong { font-family: var(--d); font-weight: 500; font-size: 0.95rem; color: #123a63; }
.pv-map aside p { margin: 0.3rem 0 0; font-size: 0.74rem; color: #5c534c; line-height: 1.5; }

.pv-progress {
  position: relative;
  min-height: 230px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.pv-progress > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.36);
}
.pv-progress__copy { position: relative; z-index: 1; padding: 3.6rem 1rem; }
.pv-progress h2 { color: #fff; margin-bottom: 0.9rem; }

.pv-emi-sec { background: #eef4fb; padding: 2.8rem 0; }
.pv-emi {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.5rem;
  text-align: left;
  align-items: stretch;
}
.pv-emi h2 { color: #1b3a5f; }
.pv-note { font-size: 0.78rem; color: #4a5568; margin: 0 0 1rem; line-height: 1.55; }
.pv-emi label { display: block; margin: 0 0 0.95rem; }
.pv-emi label > span { display: block; font-weight: 600; font-size: 0.8rem; margin-bottom: 0.3rem; color: #1b3a5f; }
.pv-field { display: flex; border: 1px solid #c5d4e8; background: #fff; }
.pv-field input { flex: 1; border: 0; padding: 0.55rem 0.75rem; font: inherit; background: transparent; border-radius: 0; color: #1b3a5f; }
.pv-field em {
  min-width: 62px;
  display: grid;
  place-items: center;
  background: #1b3a5f;
  color: #fff;
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 600;
}
.pv-emi input[type="range"] { width: 100%; margin: 0.4rem 0 0; accent-color: #1b3a5f; }
.pv-emi small { color: #334155; font-size: 0.72rem; font-weight: 500; }
.pv-emi__card {
  position: relative;
  background: #1b3a5f;
  color: #fff;
  padding: 1.55rem 1.4rem 1.4rem;
}
.pv-emi__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.1rem;
  font-size: 0.78rem;
  color: #d7e8ff;
}
.pv-emi__head b {
  border: 1px solid rgba(255,255,255,0.4);
  padding: 0.18rem 0.45rem;
  font-weight: 500;
  font-size: 0.62rem;
  color: #fff;
}
.pv-emi__total-label {
  margin: 0;
  color: #cfe3ff !important;
  font-size: 0.78rem;
  font-weight: 500;
}
.pv-emi__total {
  font-family: var(--d);
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  margin: 0.2rem 0 1rem;
  font-weight: 500;
  color: #ffffff !important;
  line-height: 1.15;
}
.pv-emi__card p { margin: 0.28rem 0; font-size: 0.84rem; color: #ffffff !important; }
.pv-emi__viz {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0.9rem;
  align-items: center;
  margin-bottom: 0.85rem;
}
.pv-donut-box {
  position: relative;
  width: 110px;
  height: 110px;
}
.pv-donut-box svg { width: 100%; height: 100%; }
.pv-donut-center {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
}
.pv-donut-center small { display: block; font-size: 0.62rem; color: #cfe3ff; letter-spacing: 0.04em; }
.pv-donut-center strong { color: #fff; font-size: 1.05rem; font-weight: 600; }
.pv-emi__legend { list-style: none; margin: 0; padding: 0; }
.pv-emi__legend li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: #eaf3ff;
  font-size: 0.8rem;
  padding: 0.22rem 0;
}
.pv-emi__legend i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7eb8ff;
}
.pv-emi__legend i.is-prin { background: rgba(255,255,255,0.35); }
.pv-emi__legend b { margin-left: auto; color: #fff; }
.pv-emi__break {
  list-style: none;
  margin: 0;
  padding: 0.15rem 0 0;
}
.pv-emi__break li {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.48rem 0;
  border-top: 1px solid rgba(255,255,255,0.16);
  color: #eaf3ff;
  font-size: 0.84rem;
}
.pv-emi__break span { color: #cfe3ff; }
.pv-emi__break strong { color: #ffffff; font-weight: 600; }
.pv-emi__chart-label {
  margin: 0.85rem 0 0.45rem !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #cfe3ff !important;
}
.pv-bars {
  display: flex;
  align-items: flex-end;
  gap: 0.45rem;
  height: 92px;
  padding-top: 0.2rem;
}
.pv-bars__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  height: 100%;
  justify-content: flex-end;
}
.pv-bars__stack {
  width: 100%;
  max-width: 28px;
  height: 68px;
  display: flex;
  flex-direction: column-reverse;
  background: rgba(255,255,255,0.12);
}
.pv-bars__prin { background: rgba(255,255,255,0.38); width: 100%; }
.pv-bars__int { background: #7eb8ff; width: 100%; }
.pv-bars__col em {
  font-style: normal;
  font-size: 0.58rem;
  color: #cfe3ff;
}

.pv-faq { max-width: 820px; margin-left: auto; margin-right: auto; }
.pv-faq h2 { color: #123a63; }
.pv-qa { text-align: left; margin-top: 1.4rem; }
.pv-qa details { border-top: 1px solid #e6e8ee; }
.pv-qa details:last-child { border-bottom: 1px solid #e6e8ee; }
.pv-qa summary {
  list-style: none;
  cursor: pointer;
  padding: 1.15rem 2.1rem 1.15rem 0;
  color: #9aa3b2;
  font-family: var(--b);
  font-weight: 300;
  font-size: 0.98rem;
  line-height: 1.45;
  position: relative;
}
.pv-qa summary::-webkit-details-marker { display: none; }
.pv-qa details[open] summary { color: #123a63; }
.pv-qa summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 1.15rem;
  color: inherit;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1;
}
.pv-qa details[open] summary::after { content: '–'; }
.pv-qa__a { padding: 0.1rem 0 1.15rem; }
.pv-qa p {
  margin: 0 0 0.9rem;
  font-size: 0.9rem;
  color: #4a5560 !important;
  line-height: 1.8;
  font-weight: 400;
}
.pv-qa p:last-child { margin-bottom: 0.2rem; }

.pv-enquire { background: var(--pv-cream); padding: 2.8rem 0; }
.pv-enquire__box {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2rem;
  align-items: center;
}
.pv-enquire form { display: grid; gap: 0.2rem; }
.pv-enquire input,
.pv-enquire select,
.pv-enquire textarea {
  width: 100%;
  padding: 0.72rem 0.15rem;
  border: 0;
  border-bottom: 1px solid var(--pv-line);
  font: inherit;
  background: transparent;
  border-radius: 0;
  color: var(--pv-ink);
  resize: vertical;
}
.pv-enquire select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #8a7b6c 50%), linear-gradient(135deg, #8a7b6c 50%, transparent 50%);
  background-position: calc(100% - 14px) calc(50% + 2px), calc(100% - 9px) calc(50% + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.pv-enquire select:invalid { color: #8a7b6c; }
.pv-enquire__bhk { display: grid; gap: 0.2rem; }
.pv-enquire__bhk [data-bhk-other][hidden] { display: none !important; }
.pv-enquire input:focus,
.pv-enquire select:focus,
.pv-enquire textarea:focus { outline: none; border-bottom-color: var(--pv-gold); }
.pv-enquire .pv-btn { margin-top: 0.65rem; width: 100%; min-height: 44px; }
.pv-enquire .form-message { font-size: 0.8rem; min-height: 1em; }

@media (max-width: 992px) {
  .pv-split,
  .pv-feat,
  .pv-amen,
  .pv-loc,
  .pv-emi,
  .pv-enquire__box { grid-template-columns: 1fr; }
  .pv-feat {
    gap: 0.55rem;
    align-items: stretch;
    text-align: left;
    background: #fff;
    padding: 0.15rem 0 0.35rem;
  }
  .pv-feat__copy h2 { margin: 0 0 0.85rem; }
  .pv-feat__stats {
    position: relative;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    align-items: stretch;
  }
  .pv-feat__stats::before,
  .pv-feat__stats::after {
    content: "";
    position: absolute;
    background: #c4a574;
    pointer-events: none;
    z-index: 1;
  }
  .pv-feat__stats::before {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    transform: translateX(-50%);
  }
  .pv-feat__stats::after {
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    transform: translateY(-50%);
  }
  .pv-feat__stats > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 1.05rem 0.95rem;
    border: 0 !important;
    min-height: 118px;
    box-sizing: border-box;
  }
  .pv-feat__stats > div:first-child {
    padding: 1.05rem 0.95rem !important;
    border: 0 !important;
  }
  .pv-feat__ico {
    width: 26px;
    height: 26px;
    margin: 0 0 0.55rem;
  }
  .pv-feat__stats svg { width: 24px; height: 24px; }
  .pv-feat__val { font-size: 1.05rem !important; font-weight: 300 !important; }

  .pv-pills__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 0.5rem;
    justify-content: stretch;
  }
  .pv-pills__nav button,
  .pv-pills--tour .pv-pills__nav button,
  .pv-pills--line .pv-pills__nav button {
    min-width: 0;
    width: 100%;
    padding: 0.62rem 0.4rem;
  }
  .pv-pills--tour .pv-pills__nav { margin-bottom: 0.95rem; }
  #pv-gallery .pv-pills__nav { grid-template-columns: 1fr 1fr 1fr; }
  .pv-amen__top {
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    margin-bottom: 1rem;
  }
  .pv-pills--amen .pv-pills__nav,
  .pv-amen__top .pv-pills__nav,
  .pv-rowhead .pv-pills__nav {
    width: 100%;
    justify-content: stretch;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .pv-pills--amen .pv-pills__nav button {
    width: 100%;
    min-width: 0;
  }
  .pv-amen {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .pv-amen__photo,
  .pv-amen__photo img {
    width: 100%;
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 10;
  }
  .pv-amen__panel { padding: 0.2rem 0 0; }
  .pv-icons {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem 0.25rem;
  }
  .pv-icons button { min-height: 72px; }
  .pv-icons .pv-ico { width: 40px; height: 40px; }
  .pv-icons svg { width: 24px; height: 24px; }
  .pv-icons button > span:last-child { font-size: 0.62rem; }
  .pv-units__track { grid-template-columns: 1fr; }
  .pv-units__nav { display: none; }
  .pv-modal__row { grid-template-columns: 1fr; }
  .pv-modal__phone { width: 100%; }
  .pv-subnav { top: var(--pv-chrome-h, 58px); }
  .pv-carousel__track { grid-template-columns: 1fr; }
  .pv-carousel img,
  .pv-carousel img.is-main { height: 220px; opacity: 1; }
  .pv-carousel img:not(.is-main) { display: none; }
  .pv-photo img { height: auto; max-height: 260px; object-fit: contain; }
  .pv-hero {
    height: min(78vh, 560px);
    min-height: 400px;
    padding-bottom: 1.6rem;
    align-items: flex-end;
  }
  .pv-hero__copy { margin-left: 1.2rem; max-width: calc(100% - 2.4rem); }
  .pv-hero__media img { object-position: 60% 40%; }
  .pv-hero__shade {
    background:
      linear-gradient(180deg, rgba(18,22,28,0.18) 0%, rgba(18,22,28,0.42) 55%, rgba(18,22,28,0.62) 100%),
      linear-gradient(90deg, rgba(18,22,28,0.35) 0%, transparent 70%);
  }
  .pv-map, .pv-map iframe { min-height: 280px; }
  #pv-tour { padding: 2.2rem 0 2.5rem; }
  #pv-tour .pv-embed,
  #pv-tour .pv-stage img,
  #pv-tour .pv-stage video {
    height: min(42vw, 220px);
    min-height: 176px;
  }
  .pv-emi__viz { grid-template-columns: 1fr; }
  .pv-rowhead {
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
  }

  .page-purva-silversky .header .logo {
    height: 100%;
    padding: 0 !important;
    display: flex;
    align-items: center;
  }
  .page-purva-silversky .header .logo img,
  .page-purva-silversky .site-chrome.compact .header .logo img {
    height: 54px !important;
    max-height: 54px !important;
    width: auto !important;
  }
  .page-purva-silversky .btn-project__full { display: inline !important; }
  .page-purva-silversky .btn-project__short { display: none !important; }
  .page-purva-silversky .header-cta { gap: 0.3rem; }
  .page-purva-silversky .btn-project {
    padding: 0.36rem 0.55rem !important;
    font-size: 0.6rem !important;
    letter-spacing: 0.01em;
    min-height: 34px;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  body.page-purva-silversky { padding-top: 58px !important; }
  .pv-block { padding: 1.85rem 0; }
  .pv-block--tight { padding: 1.25rem 0 1.7rem; }
  .pv-block--slim { padding: 1.35rem 0 1.1rem; }
  .pv-wrap { width: calc(100% - 1.2rem); }
  .pv-amen-sec { padding: 2rem 0 2.3rem; }
  .pv-icons { grid-template-columns: repeat(2, 1fr); gap: 0.85rem 0.35rem; }
  .pv-side-tab { font-size: 0.55rem; padding: 0.58rem 0.28rem; }
  .pv-hero h1 { font-size: 1.85rem; }
  .pv-block h2,
  .pv-copy h2,
  .pv-amen__top h2,
  .pv-feat__copy h2,
  #pv-tour h2 {
    font-size: 1.35rem !important;
    font-weight: 300 !important;
  }
  .pv-page [id^="pv-"] { scroll-margin-top: calc(58px + 44px); }
}
