:root {
  --ink: #121a17;
  --ink-deep: #0b1110;
  --moss: #1f8673;
  --moss-bright: #2aa891;
  --sand: #f4f6f5;
  --sand-2: #e6ebe9;
  --ember: #c45c42;
  --muted: #5a6b63;
  --nav-text: #ffffff;
  --line: rgba(18, 26, 23, 0.1);
  --font: Figtree, system-ui, sans-serif;
  --display: Syne, sans-serif;
}

.site-body {
  font-family: var(--font);
  font-weight: 400;
  color: var(--ink);
  background: var(--sand);
  overflow-x: visible;
}
main { overflow-x: clip; }

.site-display { font-family: var(--display); font-weight: 600; }

.zero-ribbon { display: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  color: #f4f6f5;
  overflow: visible;
  background: #0b0d0c;
}
.nav-top {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0.65rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.nav-top > .nav-suggest {
  display: none;
  position: relative;
  z-index: 70;
  flex: 1 1 11rem;
  max-width: 26rem;
  min-width: 9rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
.brand img {
  height: 44px;
  width: auto;
  max-width: 11.5rem;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
}
.brand-name {
  display: block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}
.brand-tag {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff !important;
  font-weight: 500;
}
.nav-desk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.35rem;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0.55rem 1rem;
}
.nav-primary {
  display: none;
  background: #0f3d32;
}
.nav-link {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(244, 246, 245, 0.82);
  text-decoration: none;
}
.nav-link:hover, .nav-link.is-on { color: #fff; }
.nav-drop { position: relative; }
.nav-drop-menu {
  display: none;
  position: absolute;
  top: calc(100% - 0.1rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 15rem;
  max-height: 70vh;
  overflow: auto;
  background: #0c3229;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 0.75rem;
  padding: 0.35rem 0;
  z-index: 60;
  box-shadow: 0 16px 36px rgba(11,17,16,0.22);
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.28) transparent;
}
.nav-drop-menu::-webkit-scrollbar { width: 8px; }
.nav-drop-menu::-webkit-scrollbar-track {
  background: #0c3229;
  border-radius: 0 0.75rem 0.75rem 0;
}
.nav-drop-menu::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.22);
  border-radius: 99px;
  border: 2px solid #0c3229;
}
.nav-drop:hover .nav-drop-menu,
.nav-drop:focus-within .nav-drop-menu { display: block; }
.nav-drop-menu a {
  display: block;
  padding: 0.42rem 0.9rem;
  color: #eef7f4;
  font-size: 0.78rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: none;
}
.nav-drop-menu a:hover { background: rgba(255,255,255,0.08); color: #fff; }
.nav-mobile .nav-sub { padding-left: 1.1rem; font-size: 0.82rem; opacity: 0.82; }
.mnav-acc {
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mnav-acc summary {
  list-style: none;
  cursor: pointer;
  padding: 0.65rem 0;
  color: #f4f6f5;
  font-size: 0.92rem;
  font-weight: 500;
}
.mnav-acc summary::-webkit-details-marker { display: none; }
.mnav-acc summary::after {
  content: "+";
  float: right;
  opacity: 0.7;
}
.mnav-acc[open] summary::after { content: "–"; }
.nav-actions {
  display: none;
  align-items: center;
  gap: 0.55rem;
}
.nav-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #f4f6f5;
  text-decoration: none;
}
.nav-icon svg { width: 14px; height: 14px; flex-shrink: 0; }
.nav-wa { background: #17685a; border-color: transparent; }
.nav-burger {
  margin-left: auto;
  color: #fff;
  padding: 0.35rem;
}
.nav-burger svg { width: 22px; height: 22px; }
.nav-mobile {
  display: none;
  background: #0f3d32;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 0.5rem 1rem 1rem;
  max-height: min(70vh, 32rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.nav-mobile.is-open { display: block; }
.nav-mobile a {
  display: block;
  padding: 0.65rem 0;
  color: #f4f6f5;
  font-size: 0.92rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .nav-actions { display: flex; }
  .nav-top > .nav-suggest { display: block; }
}
@media (min-width: 1024px) {
  .nav-primary { display: block; }
  .nav-burger, .nav-mobile { display: none !important; }
}

.page-hero {
  color: #fff;
  padding: 3.5rem 0 4.5rem;
  background:
    linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.72)),
    var(--nav-photo, none) center/cover no-repeat,
    var(--hero-bg, #121416);
}
.page-hero-slim {
  padding: 1.35rem 0 1.5rem;
}
.walk-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .walk-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.walk-card {
  background: #0b1110;
  border: 1px solid var(--line);
  border-radius: 1rem;
  overflow: hidden;
  min-width: 0;
}
.walk-label {
  padding: 0.55rem 0.7rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #eef7f4;
}
.hero-bleed {
  position: relative;
  height: min(78vh, 740px);
  min-height: 420px;
  background: #0b1110;
  overflow: hidden;
}
.hero-bleed-viewport {
  height: 100%;
  overflow: hidden;
}
.hero-bleed-track {
  display: flex;
  height: 100%;
  transition: transform 0.55s ease;
}
.banner-card {
  position: relative;
  flex: 0 0 calc(100% / var(--per, 3));
  height: 100%;
  overflow: hidden;
  color: #fff;
}
.banner-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,17,16,0.08) 20%, rgba(11,17,16,0.82) 100%);
}
.banner-copy {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 1.4rem 1.3rem 5.4rem;
}
.banner-copy h2 {
  font-family: var(--display);
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  font-weight: 600;
  line-height: 1.15;
}
.banner-copy p { font-size: 0.82rem; color: #cfd8d4; margin-top: 0.25rem; font-weight: 400; }
.banner-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 0.7rem;
  font-size: 0.78rem;
  font-weight: 500;
}
.banner-offer {
  display: inline-block;
  margin-bottom: 0.4rem;
  background: var(--moss);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.15rem 0.45rem;
  border-radius: 0.3rem;
}
.banner-empty {
  flex: 1 0 100%;
  display: grid;
  place-items: center;
  color: #cfd8d4;
}
.banner-go {
  display: inline-flex;
  margin-top: 0.85rem;
  padding: 0.42rem 0.85rem;
  border-radius: 999px;
  background: var(--moss);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}
.banner-nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: -1.2rem;
  border: 0;
  border-radius: 999px;
  background: rgba(11,17,16,0.55);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
.banner-prev { left: 0.7rem; }
.banner-next { right: 0.7rem; }
.banner-nav:hover { background: rgba(11,17,16,0.82); }

.search-card {
  position: relative;
  z-index: 2;
  margin-top: -2.4rem;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(11, 17, 16, 0.12);
  border-radius: 1.1rem;
  padding: 1.1rem 1.2rem;
}
.filter-card { margin-top: -2.6rem; }
.filter-grid {
  display: grid;
  gap: 0.75rem;
}
.filter-submit { display: flex; gap: 0.5rem; }
.filter-toggle {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  background: var(--sand);
  border-radius: 0.85rem;
  padding: 0.75rem 0.95rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
}
.filter-toggle::after { content: "+"; font-size: 1.1rem; font-weight: 500; }
.filters-collapse.is-open .filter-toggle::after { content: "–"; }
@media (min-width: 640px) {
  .filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .filter-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 960px) {
  .filters-row .filter-grid {
    grid-template-columns: minmax(6.5rem,0.9fr) minmax(7rem,1fr) minmax(7rem,1fr) minmax(8.5rem,1.3fr) minmax(6.5rem,0.95fr) minmax(5rem,0.7fr) auto;
    gap: 0.5rem;
    align-items: stretch;
  }
  .filters-row .filter-submit { min-width: 6.75rem; }
  .filters-row .filter-submit button { width: 100%; }
}

.section-kicker {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--moss);
}

.listing-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 900px) {
  .listing-grid { grid-template-columns: 1fr 1fr; }
}

.pv-card {
  display: grid;
  grid-template-columns: 148px 1fr;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  overflow: hidden;
  min-height: 148px;
  transition: box-shadow .2s ease, transform .2s ease;
}
.pv-card:has(.pv-gallery) { grid-template-columns: 148px 1fr 148px; }
.pv-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(11,17,16,0.08);
}
.pv-thumb, .pv-fallback {
  min-height: 148px;
  background: #1a2420;
  color: #cfd8d4;
  position: relative;
}
.pv-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 148px; }
.pv-fallback { display: grid; place-items: center; padding: 0.6rem; font-size: 0.75rem; }
.pv-body { padding: 0.75rem 0.9rem 0.85rem; }
.pv-loc { font-size: 0.7rem; color: var(--muted); }
.pv-body h3 { font-family: var(--display); font-weight: 600; font-size: 1rem; line-height: 1.25; margin-top: 0.15rem; }
.pv-body h3 a { color: inherit; }
.pv-price { font-size: 0.88rem; font-weight: 500; margin-top: 0.3rem; }
.pv-meta { font-size: 0.68rem; letter-spacing: 0.04em; text-transform: uppercase; color: var(--moss); margin-top: 0.15rem; }
.pv-actions { display: flex; gap: 0.4rem; margin-top: 0.55rem; }
.pv-details, .pv-ask {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
}
.pv-details { background: var(--ink); color: #fff; }
.pv-ask { background: rgba(31,134,115,0.12); color: var(--moss); }

.feat-card {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  overflow: hidden;
  color: inherit;
}
.spot-card { position: relative; }
.rera-badge {
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  z-index: 2;
  background: rgba(11,17,16,0.88);
  color: #5ec4b0;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding: 0.18rem 0.4rem;
  border-radius: 0.25rem;
}
.feat-thumb { position: relative; height: 150px; background: #1a2420; }
.feat-thumb img, .feat-ph { width: 100%; height: 100%; object-fit: cover; }
.feat-ph { display: grid; place-items: center; color: #cfd8d4; font-size: 0.75rem; padding: 0.5rem; }
.feat-price {
  position: absolute;
  left: 0.6rem; bottom: 0.6rem;
  background: rgba(11,17,16,0.88);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 0.2rem 0.45rem;
  border-radius: 0.3rem;
}
.feat-body {
  padding: 0.7rem 0.8rem 0.85rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.6rem;
}
.feat-copy { min-width: 0; }
.feat-body h3 { font-family: var(--display); font-weight: 600; font-size: 0.92rem; line-height: 1.25; }
.feat-body p { font-size: 0.72rem; color: var(--muted); margin-top: 0.15rem; }
.feat-body span { display: block; margin-top: 0.25rem; font-size: 0.65rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--moss); }
.feat-details {
  flex: 0 0 auto;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
}

.spot-card {
  position: relative;
  display: block;
  min-height: 280px;
  border-radius: 1.1rem;
  overflow: hidden;
  color: #fff;
}
.spot-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.spot-veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,17,16,0.08) 18%, rgba(11,17,16,0.92) 100%);
}
.spot-copy { position: absolute; left: 0; right: 0; bottom: 0; padding: 1rem 1.05rem 1.1rem; }
.spot-copy h3 { font-family: var(--display); font-weight: 600; font-size: 1.12rem; line-height: 1.2; }
.spot-copy > p { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: #cfd8d4; margin-bottom: 0.25rem; }
.spot-row { display: flex; justify-content: space-between; align-items: center; margin-top: 0.7rem; font-size: 0.88rem; gap: 0.6rem; }
.spot-row strong { font-family: var(--display); }
.spot-row span {
  background: #fff; color: #121a17; font-weight: 600; font-size: 0.65rem;
  letter-spacing: 0.08em; text-transform: uppercase; padding: 0.32rem 0.6rem; border-radius: 999px;
}

.why-track {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}
@media (min-width: 700px) {
  .why-track { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .why-track { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.why-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  padding: 1.15rem 1.15rem 1.1rem;
  box-shadow: 0 10px 28px rgba(11,17,16,0.05);
  min-height: 100%;
}
.why-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.7rem;
}
.why-icon {
  width: 2.4rem; height: 2.4rem; color: var(--moss);
}
.why-icon svg { width: 100%; height: 100%; }
.why-num { font-family: var(--display); font-weight: 600; font-size: 0.95rem; color: var(--moss); letter-spacing: 0.08em; }
.why-card h3 { font-family: var(--display); font-weight: 600; font-size: 1.08rem; line-height: 1.25; }
.why-card p { font-size: 0.84rem; color: #3d4a45; line-height: 1.5; margin-top: 0.45rem; }
.why-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 0.9rem;
  list-style: none;
}
.why-tags li,
.card-chips li {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  background: var(--sand);
  color: #24302b;
}
.card-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.65rem;
  list-style: none;
}
.card-chips.is-on-dark li {
  background: rgba(255,255,255,0.14);
  color: #fff;
}

.launch-band { background: #e6ebe9; }
.launch-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}
.launch-thumb { position: relative; height: 176px; background: #1a2420; }
.launch-thumb img, .launch-fallback { width: 100%; height: 100%; object-fit: cover; }
.launch-fallback { display: grid; place-items: center; color: #cfd8d4; font-size: 0.8rem; padding: 0.6rem; }
.launch-offer {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  background: var(--moss);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.18rem 0.45rem;
  border-radius: 0.3rem;
}
.launch-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.9rem 1rem 1rem;
}
.launch-body h3 { font-family: var(--display); font-weight: 600; font-size: 1.08rem; line-height: 1.25; }
.launch-loc { font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.launch-price { margin-top: 0.4rem; font-weight: 600; color: var(--moss); font-size: 0.95rem; }
.launch-go {
  display: inline-flex;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 0.85rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
}

.locality-tile {
  display: grid; grid-template-columns: 56px 1fr; gap: 0.7rem; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: 0.85rem;
  padding: 0.45rem 0.7rem 0.45rem 0.45rem;
}
.locality-tile img, .locality-ph { width: 56px; height: 56px; object-fit: cover; border-radius: 0.6rem; }
.locality-ph {
  display: grid; place-items: center; background: rgba(31,134,115,0.12);
  color: var(--moss); font-family: var(--display); font-weight: 600;
}

.logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.65rem; }
@media (min-width: 768px) { .logo-grid { grid-template-columns: repeat(8, 1fr); } }
.logo-cell {
  display: grid; place-items: center; height: 72px; background: #fff;
  border: 1px solid var(--line); border-radius: 0.85rem; padding: 0.5rem; color: var(--ink);
}
.logo-cell img { max-height: 42px; max-width: 100%; object-fit: contain; }

.review-card {
  background: #fff; border: 1px solid var(--line); border-radius: 1.1rem;
  padding: 1.15rem 1.15rem 1.2rem;
}
.review-stars { color: var(--moss); font-size: 0.75rem; letter-spacing: 0.08em; }
.review-card blockquote { margin-top: 0.55rem; font-size: 0.9rem; line-height: 1.45; color: var(--ink); }
.review-card figcaption {
  margin-top: 0.8rem; font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.06em; color: var(--muted);
}

.event-card {
  display: grid; gap: 0.7rem; background: #fff; border: 1px solid var(--line);
  border-radius: 1rem; overflow: hidden; color: inherit; text-decoration: none;
}
.event-thumb {
  height: 180px; background: #1f8673; color: #fff;
  display: grid; place-items: center; padding: 0;
  font-family: var(--display); font-size: 2rem; font-weight: 600;
}
.event-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.event-card > .event-body { padding: 0 0.95rem 1rem; }
.event-card-lg .event-thumb { height: 220px; }
.event-date { font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--moss); font-weight: 500; }
.event-card h3 { font-family: var(--display); font-weight: 600; font-size: 1.05rem; margin-top: 0.25rem; }
.event-card p { font-size: 0.8rem; color: var(--muted); }
.event-ex { margin-top: 0.35rem; }
.event-inner-hero { position: relative; overflow: hidden; padding: 5rem 0 4rem; }
.event-inner-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.35; }
.event-slides {
  position: relative;
  min-height: 22rem;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #163028;
}
.event-slides img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity .4s ease;
}
.event-slides img.is-on { opacity: 1; z-index: 1; }
.event-slides-empty {
  display: grid; place-items: center; height: 22rem; color: #cfd8d4; padding: 1.5rem; text-align: center;
}
.event-slide-prev, .event-slide-next {
  position: absolute; top: 50%; z-index: 2; transform: translateY(-50%);
  width: 2.2rem; height: 2.2rem; border-radius: 999px; background: rgba(11,17,16,0.55);
  color: #fff; font-size: 1.3rem; line-height: 1;
}
.event-slide-prev { left: 0.7rem; }
.event-slide-next { right: 0.7rem; }
.event-brief { padding-top: 0.2rem; }
.plan-head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 0.85rem;
}
.plan-head h2 { margin: 0.25rem 0 0; }
.plan-brochure {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.5rem 0.9rem;
  white-space: nowrap;
  text-decoration: none;
}

.partner-mark {
  width: 3.25rem; height: 3.25rem; border-radius: 999px;
  background: rgba(31, 134, 115, 0.12); color: var(--moss);
  font-family: var(--display); font-weight: 600; display: grid; place-items: center;
}

.sticky-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
  display: none; background: var(--ink-deep); color: #fff;
  border-top: 1px solid rgba(94,196,176,0.2);
  grid-template-columns: 1fr 1fr 1.3fr;
}
.sticky-bar.is-prop { grid-template-columns: 1fr 1fr 1.1fr 1.2fr; }
.sticky-bar a, .sticky-bar button {
  display: flex; align-items: center; justify-content: center;
  padding: 0.85rem 0.4rem; font-size: 0.72rem; font-weight: 500; color: inherit;
}
.sticky-bar button { background: #17685a; }
.sticky-bar.is-prop button[data-intent="brochure"] { background: #1f3d36; }
@media (max-width: 768px) {
  .sticky-bar { display: grid; }
  .site-body { padding-bottom: 4.25rem; }
}

.site-footer { background: var(--footer-bg, var(--ink-deep)); color: rgba(244,246,245,0.78); margin-top: 4rem; }
.svc-strip {
  background: #0f3d32;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  padding: 0.85rem 0;
}
.svc-track {
  display: flex;
  width: max-content;
  gap: 0;
  animation: svc-marquee 38s linear infinite;
}
.svc-strip:hover .svc-track { animation-play-state: paused; }
.svc-track ul {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin: 0;
  padding: 0 1.6rem;
  list-style: none;
  white-space: nowrap;
}
.svc-track li {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #f4f6f5;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.svc-ico {
  width: 1.85rem;
  height: 1.85rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  color: #c6a35a;
  animation: svc-bob 2.4s ease-in-out infinite;
}
.svc-track li:nth-child(2) .svc-ico { animation-delay: .2s; }
.svc-track li:nth-child(3) .svc-ico { animation-delay: .4s; }
.svc-track li:nth-child(4) .svc-ico { animation-delay: .6s; }
.svc-track li:nth-child(5) .svc-ico { animation-delay: .8s; }
.svc-track li:nth-child(6) .svc-ico { animation-delay: 1s; }
.svc-ico svg { width: 1rem; height: 1rem; }
@keyframes svc-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes svc-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
@media (prefers-reduced-motion: reduce) {
  .svc-track, .svc-ico { animation: none; }
}
.foot-top {
  max-width: 80rem; margin: 0 auto; padding: 3rem 1rem 2rem;
  display: grid; gap: 2rem;
}
@media (min-width: 900px) { .foot-top { grid-template-columns: 1.3fr 1fr 1fr 1fr; } }
@media (min-width: 1200px) { .foot-top { grid-template-columns: 1.4fr repeat(4, 0.9fr); } }
.foot-brand img { height: 52px; width: auto; max-width: 14rem; object-fit: contain; background: transparent; margin-bottom: 1rem; }
.foot-brand p { font-size: 0.88rem; line-height: 1.55; max-width: 28rem; }
.foot-contact { display: grid; gap: 0.3rem; margin-top: 1rem; font-size: 0.82rem; }
.foot-contact a { color: #5ec4b0; }
.site-footer h3 {
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; color: #5ec4b0; margin-bottom: 0.8rem;
}
.foot-links { display: grid; gap: 0.4rem; font-size: 0.85rem; }
.foot-links a { color: rgba(244,246,245,0.78); }
.foot-social { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1rem; }
.foot-social a {
  width: 2.25rem; height: 2.25rem; display: grid; place-items: center;
  border-radius: 999px; border: 1px solid rgba(255,255,255,0.16);
  color: rgba(244,246,245,0.78);
  background: rgba(255,255,255,0.04);
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.foot-social a:hover {
  transform: translateY(-3px) scale(1.08);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(0,0,0,0.28);
}
.foot-social a.is-ig:hover { background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af); }
.foot-social a.is-fb:hover { background: #1877f2; }
.foot-social a.is-yt:hover { background: #ff0000; }
.foot-social a.is-in:hover { background: #0a66c2; }
.foot-social a.is-wa:hover { background: #25d366; color: #0b1110; }
.foot-social svg { width: 1rem; height: 1rem; }
.foot-legal {
  max-width: 80rem; margin: 0 auto; padding: 1rem 1.2rem 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.75rem; color: rgba(244,246,245,0.55);
}
.foot-legal a { color: inherit; margin-right: 0.8rem; }
.foot-credit { margin-top: 0.65rem; }
.foot-credit a { color: var(--ribbon, #c6a35a); margin-right: 0; }

.prop-page { background: var(--sand); padding-bottom: 4rem; }
.prop-banner {
  position: relative;
  min-height: min(68vh, 620px);
  color: #fff;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #0b1110;
}
.prop-banner-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.prop-banner-veil {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(11,17,16,0.72) 0%, rgba(11,17,16,0.25) 55%, rgba(11,17,16,0.5) 100%);
}
.prop-banner-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 3.5rem 1rem 4.5rem;
  display: grid;
  gap: 1.5rem;
  align-items: end;
}
@media (min-width: 1024px) {
  .prop-banner { min-height: min(78vh, 720px); }
  .prop-banner-inner {
    grid-template-columns: 1fr 340px;
    align-items: stretch;
    padding: 4rem 1rem 5rem;
  }
  .prop-reel {
    width: 340px;
    height: min(68vh, 620px);
    aspect-ratio: auto;
    align-self: center;
    justify-self: end;
  }
}
.prop-banner-copy h1 {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(1.8rem, 4vw, 3.1rem); line-height: 1.05; margin-top: 0.4rem;
}
.prop-lede {
  max-width: 38rem; margin-top: 0.8rem; color: #cfd8d4; font-size: 0.95rem; line-height: 1.5;
  display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
}
.prop-banner-price { margin-top: 1rem; font-family: var(--display); font-size: 1.4rem; font-weight: 600; color: #5ec4b0; }
.prop-banner-ctas { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.1rem; }
.prop-cta, .prop-cta-ghost {
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 0.62rem 1.05rem;
  font-size: 0.78rem;
  font-weight: 600;
}
.prop-cta { background: #5ec4b0; color: #0b1110; }
.prop-cta-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.35); }
.prop-reel {
  position: relative;
  width: 340px;
  aspect-ratio: 9 / 16;
  border-radius: 1rem;
  overflow: hidden;
  border: 3px solid rgba(255,255,255,0.2);
  justify-self: end;
  background: #000;
}
.prop-reel .reel-stage,
.prop-reel .ig-embed {
  position: absolute;
  inset: 0;
}
.prop-reel .reel-stage video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}
.prop-reel:has(.ig-embed) {
  overflow: hidden;
  background: #000;
}
.prop-reel:has(.ig-embed) iframe {
  position: absolute !important;
  left: 50%;
  top: -68px;
  width: 580px;
  height: 1100px;
  max-width: none !important;
  transform: translateX(-50%);
  object-fit: unset;
}
.reel-card { position: absolute; inset: 0; background: #0b1110; }
.reel-player {
  position: absolute;
  inset: 0;
  background: #000;
  overflow: hidden;
}
.reel-player iframe {
  position: absolute;
  left: 50%;
  top: -8%;
  width: 540px;
  max-width: none;
  height: 116%;
  transform: translateX(-50%);
  border: 0;
}
.reel-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  background:
    radial-gradient(circle at 50% 58%, rgba(0,0,0,0.12), rgba(0,0,0,0.55)),
    #121416;
  color: #fff;
}
.reel-poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reel-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 3.1rem;
  height: 3.1rem;
  margin: -1.55rem 0 0 -1.55rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 10px 28px rgba(0,0,0,0.28);
}
.reel-play::after {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 0.95rem;
  border-style: solid;
  border-width: 0.6rem 0 0.6rem 1rem;
  border-color: transparent transparent transparent #111;
}
.reel-watch {
  position: absolute;
  left: 0.55rem;
  right: 0.55rem;
  bottom: 0.55rem;
  z-index: 1;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0,0,0,0.55);
}
.reel-lightbox {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  background: rgba(8,10,11,0.88);
}
.reel-lightbox.hidden { display: none; }
.reel-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
}
.reel-lightbox-stage {
  width: min(420px, 92vw);
  min-height: 420px;
  max-height: 86vh;
  overflow: auto;
  background: #000;
  border-radius: 1rem;
}
.reel-lightbox-stage iframe,
.reel-lightbox-stage video {
  width: 100%;
  height: min(78vh, 720px);
  border: 0;
  display: block;
}
.reel-lightbox-stage blockquote { margin: 0 auto !important; }
.reel-lightbox-out {
  margin-top: 0.8rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
}
.prop-tools {
  display: grid;
  gap: 1rem;
  margin-top: 1.15rem;
}
@media (min-width: 900px) {
  .prop-tools { grid-template-columns: 1fr 1fr; align-items: stretch; }
}
.visit-card, .emi-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  overflow: hidden;
  min-width: 0;
}
.visit-card-shot {
  width: 100%;
  height: 132px;
  object-fit: cover;
  display: block;
}
.visit-card-copy {
  padding: 1.1rem 1.15rem 1.2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.visit-card-copy h3, .emi-card h3 {
  font-family: var(--display);
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 0.15rem;
}
.visit-card-copy p {
  margin-top: 0.4rem;
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.5;
}
.visit-card-copy .js-enquire { margin-top: 0.85rem; }
.emi-card { padding: 1.1rem 1.15rem 1.2rem; }
.emi-head p {
  margin-top: 0.35rem;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.45;
}
.emi-layout {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}
.emi-controls { display: grid; gap: 0.85rem; }
.emi-controls label { display: grid; gap: 0.4rem; }
.emi-lab {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.6rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--ink);
}
.emi-lab b {
  font-size: 0.82rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  font-weight: 700;
}
.emi-hint { font-size: 0.75rem; color: #3d4f48; }
.emi-controls input[type="range"] {
  width: 100%;
  accent-color: var(--moss);
  height: 0.35rem;
}
.emi-controls input[type="number"] {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  padding: 0.45rem 0.7rem;
  font-size: 0.9rem;
}
.emi-panel { display: flex; flex-direction: column; gap: 0.7rem; }
.emi-result {
  flex: 1;
  padding: 1rem 1.05rem;
  border-radius: 1rem;
  background: #0b1110;
  color: #fff;
}
.emi-result span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d8e0dc;
}
.emi-result strong {
  display: block;
  margin-top: 0.35rem;
  font-family: var(--display);
  font-size: 1.85rem;
  line-height: 1.1;
}
.emi-break {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem;
  font-size: 0.75rem;
}
.emi-break div {
  background: #eef2f0;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  padding: 0.55rem 0.6rem;
}
.emi-break dt {
  color: #2c3833;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.emi-break dd {
  font-weight: 700;
  margin-top: 0.2rem;
  color: var(--ink);
  font-size: 0.88rem;
}
.enq-field {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
}
.enq-field > span {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ink);
}
.js-enquire input,
.js-enquire textarea,
.js-enquire select {
  color: var(--ink);
  background: #fff;
}
.js-enquire input[type="datetime-local"] {
  color: var(--ink);
  color-scheme: light;
}
.site-body[data-copy-guard] {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.site-body[data-copy-guard] input,
.site-body[data-copy-guard] textarea,
.site-body[data-copy-guard] select {
  -webkit-user-select: text;
  user-select: text;
}
.ig-crop, .embed-fill { position: absolute; inset: 0; overflow: hidden; background: #000; }
.embed-fill iframe { width: 100%; height: 100%; border: 0; }
.ig-crop iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.reel-stage { background: #000; }
.reel-stage:fullscreen, .reel-stage:-webkit-full-screen {
  width: 100%;
  height: 100%;
  background: #000;
}
.reel-stage:fullscreen .ig-crop iframe,
.reel-stage:-webkit-full-screen .ig-crop iframe {
  top: 0;
  width: 100%;
  height: 100%;
  transform: none;
}
.reel-full {
  position: absolute;
  right: 0.45rem;
  bottom: 0.45rem;
  z-index: 3;
  border: 0;
  border-radius: 999px;
  background: rgba(11,17,16,0.72);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 0.6rem;
  cursor: pointer;
}
.prop-overlap {
  max-width: 80rem;
  margin: -2.6rem auto 0;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.prop-pdf {
  position: absolute;
  right: 1.2rem;
  bottom: 0.5rem;
  width: 2.4rem; height: 2.4rem;
  border: 0;
  cursor: pointer;
  border-radius: 0.45rem;
  background: #c62828;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: grid; place-items: center;
  box-shadow: 0 8px 18px rgba(11,17,16,0.2);
}
.prop-overlap-track {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 0.3rem;
}
.prop-overlap-shot {
  flex: 0 0 140px;
  height: 92px;
  border-radius: 0.7rem;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 10px 24px rgba(11,17,16,0.12);
}
.prop-overlap-shot img { width: 100%; height: 100%; object-fit: cover; display: block; }

.prop-shell { display: grid; gap: 1.75rem; margin-top: 2rem; }
@media (min-width: 1024px) {
  .prop-shell { grid-template-columns: minmax(0, 1fr) 380px; align-items: start; }
}
.prop-block {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  padding: 1.4rem 1.35rem 1.5rem;
  margin-bottom: 1rem;
}
.prop-block h2 {
  font-family: var(--display); font-weight: 600; font-size: 1.45rem; margin: 0.25rem 0 0.9rem;
}
.prop-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}
@media (min-width: 640px) { .prop-facts { grid-template-columns: repeat(3, 1fr); } }
.prop-facts > div {
  background: var(--sand);
  border-radius: 0.8rem;
  padding: 0.7rem 0.75rem;
}
.prop-fact-l {
  font-size: 0.62rem; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted);
  display: flex; align-items: center; gap: 0.35rem;
}
.prop-fact-ico { width: 0.95rem; height: 0.95rem; color: var(--moss); flex-shrink: 0; }
.prop-fact-v { font-size: 0.88rem; font-weight: 500; margin-top: 0.2rem; line-height: 1.3; }
.prop-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; margin-top: 0.85rem; }
.prop-stats div { border: 1px solid var(--line); border-radius: 0.7rem; padding: 0.55rem 0.6rem; }
.prop-stats strong { display: block; font-family: var(--display); font-size: 1.15rem; font-weight: 600; }
.prop-stats span { font-size: 0.65rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.prop-copy { font-size: 0.95rem; line-height: 1.6; color: #24302b; overflow-wrap: anywhere; }
.prop-dl { display: grid; gap: 0.5rem; margin-top: 0.9rem; }
.prop-dl > div { display: grid; grid-template-columns: 7.5rem 1fr; gap: 0.5rem; font-size: 0.85rem; min-width: 0; }
.prop-dl dd, .prop-block { overflow-wrap: anywhere; word-break: break-word; }
.prop-page { overflow-x: clip; }
.prop-shell, .prop-main { min-width: 0; }
.prop-map-wrap { overflow: hidden; max-width: 100%; border-radius: 0.9rem; }
.prop-dl dt { color: var(--muted); font-weight: 500; display: flex; align-items: center; gap: 0.35rem; }
.prop-table { width: 100%; font-size: 0.82rem; border-collapse: collapse; }
.prop-table th, .prop-table td { text-align: left; padding: 0.55rem 0.7rem; border-bottom: 1px solid var(--line); }
.prop-table th { font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); background: var(--sand); font-weight: 500; }
.amenity-list { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.amenity-list li { font-size: 0.75rem; background: var(--sand); border-radius: 999px; padding: 0.32rem 0.65rem; }
.plan-shots { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 0.55rem; }
.plan-shots img { width: 100%; height: 120px; object-fit: cover; border-radius: 0.7rem; }
.prop-map, .prop-map-wrap iframe { width: 100%; height: 280px; border: 0; border-radius: 0.9rem; margin-top: 0.9rem; }

.prop-aside {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  padding: 1.25rem 1.2rem 1.35rem;
  box-shadow: 0 18px 40px rgba(11,17,16,0.06);
}
.prop-aside .js-enquire { gap: 0.55rem; margin-top: 0.85rem; }
@media (min-width: 1024px) { .prop-aside { position: sticky; top: 5.5rem; } }
.prop-aside h3 { font-family: var(--display); font-weight: 600; font-size: 1.25rem; margin-top: 0.2rem; }
.prop-aside > p { font-size: 0.8rem; color: var(--muted); margin-top: 0.2rem; }
.aside-split { margin-top: 0.75rem; display: grid; gap: 0.5rem; }
.aside-split button {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  padding: 0.7rem;
  font-size: 0.8rem;
  font-weight: 500;
  background: var(--sand);
}
.brochure-btn { background: #fff !important; border-color: var(--moss) !important; color: var(--moss); }
.rera-note { margin-top: 0.8rem; font-size: 0.65rem; color: var(--muted); line-height: 1.4; }

.director-page { background: var(--sand); }
.director-hero {
  background: #0b1110;
  color: #fff;
  display: grid;
  gap: 1.5rem;
  padding: 2rem 1rem 3rem;
  max-width: 72rem;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .director-hero { grid-template-columns: 280px 1fr; align-items: end; padding-top: 3rem; }
}
.director-photo img, .director-ph {
  width: 100%; height: 340px; object-fit: cover; border-radius: 1.2rem;
}
.director-ph { display: grid; place-items: center; background: #1a2420; font-family: var(--display); font-size: 4rem; }
.director-icons { display: grid; gap: 0.55rem; margin-top: 1.1rem; }
.director-icons a { display: inline-flex; align-items: center; gap: 0.5rem; color: #cfd8d4; font-size: 0.9rem; }
.director-icons svg { width: 16px; height: 16px; }
.director-vcard {
  display: inline-block; margin-top: 1.2rem;
  border: 1px solid rgba(94,196,176,0.4); color: #5ec4b0;
  padding: 0.5rem 0.9rem; border-radius: 999px; font-size: 0.78rem; font-weight: 500;
}
.director-bio { margin-top: 1.4rem; color: #cfd8d4; line-height: 1.65; white-space: pre-line; max-width: 36rem; }

.prose-site { font-size: 1.02rem; line-height: 1.65; color: #24302b; }
.prose-site p { margin-bottom: 0.8rem; }

.about-panel, .about-value, .about-step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  padding: 1.35rem 1.3rem 1.45rem;
}
.about-value span, .about-step strong {
  font-family: var(--display);
  color: var(--moss);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}
.about-value h3, .about-step h3 {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0.45rem 0 0.35rem;
}
.about-step p { font-size: 0.88rem; color: var(--muted); line-height: 1.5; }

.about-team-shot {
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid var(--line);
  background: #0b1110;
}
.about-team-shot img { display: block; width: 100%; height: 22rem; object-fit: cover; }
.about-team-shot figcaption {
  padding: 0.7rem 0.9rem 0.85rem;
  font-size: 0.75rem;
  color: #c5d5cf;
  background: #0b1110;
}
.about-mission {
  background: #0b1110;
  border-radius: 1.35rem;
  padding: 2.2rem 1.6rem;
}
.about-why, .about-service {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  padding: 1.25rem 1.2rem 1.35rem;
}
.about-why h3, .about-service h3 {
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 600;
}
.about-why p, .about-service p { margin-top: 0.55rem; font-size: 0.9rem; color: var(--muted); line-height: 1.55; }
.about-why ul { margin-top: 0.85rem; padding: 0; list-style: none; }
.about-why li {
  font-size: 0.78rem;
  color: #17685a;
  padding: 0.2rem 0;
}
.about-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 0.4rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #121a17;
}
.about-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  background: #0b1110;
  border-radius: 1.35rem;
  padding: 1.8rem 1.5rem;
}
.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  padding: 1.4rem 1.35rem 1.5rem;
}
.contact-dl { margin-top: 1.1rem; display: grid; gap: 1rem; }
.contact-dl dt { font-size: 0.68rem; letter-spacing: .08em; text-transform: uppercase; color: #6a7873; }
.contact-dl dd { margin-top: 0.25rem; display: grid; gap: 0.15rem; }
.contact-dl a { color: #17685a; font-weight: 600; }
.contact-assist {
  background: #0b1110;
  padding: 1.15rem 0;
}
.pac-container { z-index: 10050 !important; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-in { opacity: 1; transform: none; }

.video-frame { position: relative; min-width: 0; padding-top: 168%; background: #0b1110; overflow: hidden; }
.video-frame iframe, .video-frame video, .video-frame .reel-poster, .video-frame .reel-stage, .video-frame .reel-card, .video-frame .reel-player { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.video-frame:has(.ig-embed) {
  padding-top: 0;
  height: auto;
  min-height: 0;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #000;
}
.video-frame:has(.ig-embed) iframe {
  position: absolute !important;
  left: 50%;
  top: -68px;
  width: 580px;
  height: 1100px;
  max-width: none !important;
  transform: translateX(-50%);
  object-fit: unset;
  display: block;
}
.ig-embed {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #000;
}
.ig-embed iframe {
  position: absolute;
  left: 50%;
  top: -68px;
  width: 580px;
  height: 1100px;
  border: 0;
  max-width: none !important;
  transform: translateX(-50%);
  background: #000;
}
.ig-open { display: none; }
.ig-embed .instagram-media {
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 100% !important;
  background: #fff !important;
}
.ig-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 28rem;
  padding: 1.5rem;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 600;
  text-align: center;
}
.video-frame .ig-crop iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none;
}
.modal-veil { background: rgba(11,17,16,0.55); backdrop-filter: blur(6px); }
input, select, textarea { font-size: 16px; font-weight: 400; }

.fest-chip {
  display: none;
  align-items: center;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #1f8673, #5ec4b0);
  color: #0b1110;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media (min-width: 1100px) { .fest-chip { display: inline-flex; } }

.zone-tabs { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.zone-tabs button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 500;
}
.zone-tabs button.is-on { background: var(--ink); color: #fff; border-color: var(--ink); }

.pv-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.2rem;
  padding: 0.35rem;
  background: var(--sand);
  align-content: start;
}
.pv-gallery button {
  height: 38px;
  overflow: hidden;
  border-radius: 0.3rem;
  border: 2px solid transparent;
}
.pv-gallery button.is-on { border-color: var(--moss); }
.pv-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; }

.review-reply {
  margin-top: 0.7rem;
  padding: 0.55rem 0.65rem;
  background: var(--sand);
  border-radius: 0.55rem;
  font-size: 0.78rem;
  color: var(--ink);
  line-height: 1.4;
}
.review-card-lg { position: relative; }
.review-avatar {
  width: 2.2rem; height: 2.2rem; border-radius: 999px; object-fit: cover;
  position: absolute; top: 1rem; right: 1rem;
}
.legal-prose { font-size: 1rem; line-height: 1.7; color: #24302b; }
.legal-prose h2 { font-family: var(--display); font-weight: 600; font-size: 1.35rem; margin: 1.6rem 0 0.5rem; }
.legal-prose p { margin-bottom: 0.85rem; }
.legal-prose a { color: var(--moss); }
.sell-dots { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.sell-dots span {
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.04em;
  padding: 0.3rem 0.7rem; border-radius: 999px; border: 1px solid var(--line);
}
.sell-dots span.is-on { background: var(--ink); color: #fff; border-color: var(--ink); }

.nav-suggest input, .suggest-wrap input {
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 0.8rem;
  padding: 0.45rem 0.85rem;
}
.site-body input::placeholder,
.site-body textarea::placeholder {
  color: #3f524b;
  opacity: 1;
}
.nav-suggest input::placeholder,
.site-header input::placeholder {
  color: rgba(244,246,245,0.88);
  opacity: 1;
}
.suggest-wrap input {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  border-radius: 0.75rem;
  padding: 0.65rem 0.75rem;
}
.suggest-wrap { position: relative; }
.suggest-list {
  position: absolute;
  left: 0; right: 0; top: calc(100% + 0.35rem);
  z-index: 80;
  background: #fff;
  color: var(--ink);
  border-radius: 0.9rem;
  box-shadow: 0 18px 40px rgba(11,17,16,0.16);
  overflow: hidden;
  min-width: 16rem;
}
.suggest-row {
  display: flex; gap: 0.7rem; align-items: center;
  padding: 0.55rem 0.7rem; text-decoration: none; color: inherit;
}
.suggest-row:hover { background: var(--sand); }
.suggest-row img { width: 2.6rem; height: 2.6rem; object-fit: cover; border-radius: 0.45rem; background: #ddd; }
.suggest-row strong { display: block; font-size: 0.82rem; font-weight: 600; }
.suggest-row span { display: block; font-size: 0.7rem; color: var(--muted); }
.suggest-ph { width: 2.6rem; height: 2.6rem; border-radius: 0.45rem; background: var(--sand-2); flex-shrink: 0; }
.sell-layout { display: grid; gap: 1.5rem; }
@media (min-width: 960px) {
  .sell-layout { grid-template-columns: 0.9fr 1.15fr; align-items: stretch; }
}
.sell-side {
  color: #f4f6f5;
  border-radius: 1.35rem;
  padding: 2rem 1.6rem;
  background:
    linear-gradient(165deg, rgba(16,34,28,.55), rgba(11,17,16,.92)),
    var(--nav-photo, none) center/cover no-repeat,
    linear-gradient(135deg, #163028, #0b1110);
}
.sell-steps { list-style: none; margin: 1.6rem 0 0; padding: 0; display: grid; gap: 1.1rem; }
.sell-steps li { padding-left: 0; }
.sell-steps strong { display: block; font-family: var(--display); font-size: 1.05rem; font-weight: 600; }
.sell-steps span { display: block; margin-top: 0.25rem; font-size: 0.88rem; color: #cfd8d4; line-height: 1.45; }
.sell-points {
  display: grid; gap: 1rem;
}
@media (min-width: 800px) { .sell-points { grid-template-columns: repeat(3, 1fr); } }
.sell-points article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  padding: 1.2rem 1.15rem;
}
.sell-points span {
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--moss);
}
.sell-points h2 { font-family: var(--display); font-size: 1.15rem; font-weight: 600; margin: 0.4rem 0 0.35rem; }
.sell-points p { font-size: 0.88rem; color: var(--muted); line-height: 1.45; }
.sell-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  padding: 1.5rem 1.4rem 1.6rem;
  box-shadow: 0 18px 40px rgba(11,17,16,0.06);
  overflow: visible;
}
.sell-drop {
  display: grid;
  place-items: center;
  gap: 0.2rem;
  min-height: 8rem;
  border: 1px dashed var(--line);
  border-radius: 1rem;
  background: var(--sand);
  text-align: center;
  padding: 1.2rem;
  cursor: pointer;
}
.sell-drop input { width: min(100%, 16rem); }
.sell-drop strong { font-size: 0.9rem; }
.sell-drop span { font-size: 0.75rem; color: var(--muted); }
@media (min-width: 768px) {
  .nav-top > .nav-suggest { display: block; }
}

@media (max-width: 800px) {
  .hero-bleed { height: 46vh; min-height: 260px; --per: 1; }
  .banner-card { height: 100%; min-height: 0; }
  .banner-copy { padding-bottom: 1.35rem; }
  .search-card { margin-top: 1rem; }
  .video-frame { min-width: 0; }
  .pv-card, .pv-card:has(.pv-gallery) {
    grid-template-columns: 110px 1fr;
    grid-template-rows: auto auto;
  }
  .pv-gallery {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    height: auto;
    padding: 0.3rem;
  }
  .pv-gallery button { height: 48px; }
  .prop-reel { width: 200px; height: 356px; aspect-ratio: auto; justify-self: start; }
  .nav-icon span { display: none; }
}
@media (max-width: 767px) {
  .filters-collapse .filter-toggle { display: flex; }
  .filters-collapse:not(.is-open) .filter-body { display: none; }
  .filter-grid { grid-template-columns: 1fr; }
}
@media (min-width: 800px) and (max-width: 899px) {
  .nav-actions { display: flex; }
  .nav-icon span { max-width: 7rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}
@media (min-width: 1024px) {
  .nav-icon span { max-width: none; }
}

.site-flash {
  max-width: 72rem;
  margin: 0.75rem auto 0;
  padding: 0.7rem 1rem;
  border-radius: 0.85rem;
  font-size: 0.875rem;
}
.site-flash-ok { background: #e7f6f1; color: #145c4c; border: 1px solid #b7e2d4; }
.site-flash-err { background: #fdecea; color: #8a2b1f; border: 1px solid #f3c4bc; }

.refer-hero {
  background: #0b1110;
  color: #eef7f4;
  padding: 3.2rem 0 3.6rem;
}
.refer-hero h1 { color: #fff; }
.refer-hero p { color: #c5d5cf; max-width: 38rem; }
.refer-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.4rem; }
.refer-pills span {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  font-size: 0.75rem;
  letter-spacing: .04em;
}
.refer-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.6rem; }
.refer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.7rem 1.2rem;
  font-size: 0.875rem;
  font-weight: 600;
  background: #2aa891;
  color: #fff;
}
.refer-btn-ghost {
  background: transparent;
  border: 1px solid rgba(255,255,255,.22);
  color: #fff;
}
.refer-stats {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 800px) {
  .refer-stats { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
.refer-stat {
  background: #fff;
  border: 1px solid var(--line, rgba(12,18,16,.1));
  border-radius: 1rem;
  padding: 1rem 1.05rem;
}
.refer-stat b { display: block; font-size: 1.45rem; letter-spacing: -.03em; }
.refer-stat span { font-size: 0.72rem; color: #5b6b66; text-transform: uppercase; letter-spacing: .08em; }
.refer-chart {
  display: flex;
  align-items: flex-end;
  gap: 0.55rem;
  height: 140px;
  padding: 0.4rem 0 0;
}
.refer-chart i {
  flex: 1;
  display: block;
  border-radius: 0.45rem 0.45rem 0 0;
  background: linear-gradient(180deg, #2aa891, #145c4c);
  min-height: 6px;
}
.refer-chart-labels {
  display: flex;
  gap: 0.55rem;
  margin-top: 0.4rem;
  font-size: 0.7rem;
  color: #6a7873;
}
.refer-chart-labels span { flex: 1; text-align: center; }
.refer-table { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
.refer-table th {
  text-align: left;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6a7873;
  padding: 0.55rem 0.4rem;
  border-bottom: 1px solid rgba(12,18,16,.08);
}
.refer-table td { padding: 0.7rem 0.4rem; border-bottom: 1px solid rgba(12,18,16,.06); vertical-align: top; }
.refer-tag {
  display: inline-block;
  border-radius: 999px;
  padding: 0.15rem 0.55rem;
  font-size: 0.68rem;
  font-weight: 600;
  background: #e7f6f1;
  color: #145c4c;
}
.refer-card {
  background: #fff;
  border: 1px solid var(--line, rgba(12,18,16,.1));
  border-radius: 1.15rem;
  padding: 1.25rem;
}
.refer-auth { max-width: 26rem; margin: 0 auto; }
.refer-auth input, .refer-card input, .refer-card select, .refer-card textarea {
  width: 100%;
  border: 1px solid rgba(12,18,16,.12);
  border-radius: 0.85rem;
  padding: 0.7rem 0.85rem;
  font-size: 0.95rem;
  background: #fff;
}
.refer-auth label, .refer-card label { display: block; font-size: 0.78rem; font-weight: 600; margin-bottom: 0.35rem; color: #24302b; }
.refer-auth .field, .refer-card .field { margin-top: 0.85rem; }
