:root {
  --gold-50: #FEFAEC;
  --gold-100: #FCF0C8;
  --gold-200: #F9E29C;
  --gold-300: #F8D468;
  --gold-400: #F6C23A;
  --gold-500: #E0A81D;
  --gold-600: #B98712;
  --gold-700: #8A5A0A;
  --gold-800: #5E3D07;
  --gold-900: #3A2504;
  --ink: #1F1A12;
  --ink-2: #2A2018;
  --ink-3: #352B1C;
  --slate: #5C4F3A;
  --muted: #7A6B52;
  --line: #E8DEC8;
  --paper: #FCF9F2;
  --surface: #FFFFFF;
  --warm-2: #F7F1E3;
  --warm-3: #EFE6D0;
  --ok: #0F8A5F;
  --ok-bg: #EAF7F1;
  --s1: 4px;
  --s2: 8px;
  --s3: 12px;
  --s4: 16px;
  --s5: 24px;
  --s6: 32px;
  --s7: 48px;
  --s8: 64px;
  --s9: 96px;
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-xl: 24px;
  --r-pill: 999px;
  --shadow-card: 0 2px 8px rgba(31, 26, 18, .08), 0 8px 32px rgba(31, 26, 18, .07);
  --shadow-hover: 0 8px 32px rgba(31, 26, 18, .14), 0 24px 64px rgba(31, 26, 18, .10);
  --nav-h: 72px;
  --container: 1140px;
}

body {
  background: #fcf9f2;
}

tbody {
  border-bottom: 1px solid #ebe5d7;
}

tbody tr:nth-of-type(odd) {
  background-color: #d6e8fb00;
}

tbody tr:first-child td {
  background: #629bd500;
  color: var(--ink);
}

.eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-700);
  font-weight: 500
}

.tag {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: var(--r-pill);
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: .04em;
  white-space: nowrap
}

.tag-hot {
  background: #FBE0D6;
  color: #9A331A
}

.tag-ok {
  background: #D6F2E5;
  color: #0B6B47
}

.tag-new {
  background: var(--gold-100);
  color: var(--gold-800)
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 14px;
  border: none;
  border-radius: var(--r-sm);
  padding: 11px 22px;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s
}

.btn-gold {
  background: var(--gold-700);
  color: #fff
}

.btn-gold:hover {
  background: var(--gold-800);
  box-shadow: 0 4px 20px rgba(138, 90, 10, .3);
  color: #fff;
}

.btn-outline-dark {
  background: transparent;
  color: var(--gold-700);
  border: 1.5px solid var(--gold-400)
}

.btn-outline-dark:hover {
  background: var(--gold-50);
  color: var(--nau);
}

/* =========================================  GALLERY  ========================================= */
.gallery-section {
  background: var(--ink-2)
}

.gallery-main {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: var(--ink)
}

.gallery-scene {
  width: 100%;
  height: 100%;
  position: relative
}

/* Main scene: nighttime coastal highrise */
.gs-sky {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #060a14 0%, #0a1220 35%, #0e1830 55%, #0a1018 80%, #070c10 100%)
}

.gs-moon {
  position: absolute;
  top: 9%;
  right: 20%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, #fff8e8, rgba(246, 194, 58, .25));
  box-shadow: 0 0 70px rgba(246, 194, 58, .32), 0 0 140px rgba(246, 194, 58, .12)
}

.gs-stars {
  position: absolute;
  inset: 0;
  pointer-events: none
}

/* main tower */
.gt-main {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 400px;
  background: linear-gradient(0deg, #0c1424, #0e1c30)
}

.gt-main .spire {
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 46px;
  background: linear-gradient(0deg, var(--gold-500), var(--gold-400));
  border-radius: 3px;
  box-shadow: 0 -10px 28px rgba(246, 194, 58, .9), 0 -4px 60px rgba(246, 194, 58, .35)
}

.gt-main .antenna {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 5px;
  background: rgba(246, 194, 58, .45);
  border-radius: 3px
}

.gt-main .floors {
  position: absolute;
  inset: 8px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 6px
}

.floor-row {
  display: flex;
  gap: 5px
}

.w-g {
  background: rgba(246, 194, 58, .72);
  border-radius: 1px
}

.w-d {
  background: rgba(246, 194, 58, .28);
  border-radius: 1px
}

.w-o {
  background: rgba(12, 18, 32, .7);
  border-radius: 1px
}

.gt-main .lobby {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 28px;
  background: rgba(246, 194, 58, .5);
  border-radius: 4px 4px 0 0;
  box-shadow: 0 0 18px rgba(246, 194, 58, .4)
}

/* side buildings */
.gt-l1 {
  position: absolute;
  bottom: 0;
  left: 22%;
  width: 80px;
  height: 260px;
  background: linear-gradient(0deg, #08100e, #0c181a)
}

.gt-l2 {
  position: absolute;
  bottom: 0;
  left: 8%;
  width: 55px;
  height: 180px;
  background: #08100c;
  opacity: .85
}

.gt-r1 {
  position: absolute;
  bottom: 0;
  right: 20%;
  width: 90px;
  height: 300px;
  background: linear-gradient(0deg, #0a0e14, #0e1420)
}

.gt-r2 {
  position: absolute;
  bottom: 0;
  right: 6%;
  width: 60px;
  height: 200px;
  background: #0a0e14;
  opacity: .9
}

/* water reflection */
.gs-water {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: linear-gradient(0deg, rgba(8, 16, 24, .9), rgba(10, 20, 30, .4));
  border-top: 1px solid rgba(14, 60, 100, .4)
}

.gs-reflection {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 55px;
  background: linear-gradient(0deg, transparent, rgba(246, 194, 58, .35));
  border-radius: 3px
}

.gs-ref-moon {
  position: absolute;
  bottom: 8px;
  right: calc(20% + 5px);
  width: 16px;
  height: 8px;
  background: rgba(246, 194, 58, .15);
  border-radius: 50%;
  filter: blur(2px)
}

/* overlay gradient */
.gs-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 8, 14, .25) 0%, transparent 40%, rgba(5, 8, 14, .45) 85%, rgba(4, 6, 10, .7) 100%)
}

/* gallery controls */
.gallery-controls {
  position: absolute;
  bottom: var(--s5);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: var(--s2);
  z-index: 10
}

.g-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .35);
  cursor: pointer;
  transition: .2s
}

.g-dot.active {
  background: var(--gold-400);
  width: 24px;
  border-radius: 4px
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 0;
  z-index: 10;
  width: 100%;
  pointer-events: none;
  padding: 0 var(--s5)
}

.gallery-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: var(--r-md);
  background: rgba(31, 26, 18, .6);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(246, 194, 58, .2);
  cursor: pointer;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 18px;
  pointer-events: all;
  transition: .2s
}

.gallery-nav-btn:hover {
  background: rgba(31, 26, 18, .85);
  border-color: rgba(246, 194, 58, .45)
}

.gallery-nav-btn.prev {
  margin-right: auto
}

.gallery-nav-btn.next {
  margin-left: auto
}

/* thumbnail strip */
.gallery-thumbs {
  display: flex;
  gap: var(--s2);
  padding: var(--s3) var(--s5);
  background: var(--ink-2);
  overflow-x: auto
}

.g-thumb {
  width: 100px;
  height: 66px;
  border-radius: var(--r-sm);
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: .2s;
  flex: none
}

.g-thumb.active {
  border-color: var(--gold-400)
}

.g-thumb:hover {
  border-color: rgba(246, 194, 58, .5)
}

.g-thumb .fill {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'JetBrains Mono';
  font-size: 10px;
  color: rgba(255, 255, 255, .5)
}

/* =========================================  BREADCRUMB BAR  ========================================= */
.bc-bar {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  padding: var(--s3) 0
}

.bc-inner {
  display: flex;
  align-items: center;
  gap: 8px
}

.bc-inner a,
.bc-inner span {
  font-family: 'JetBrains Mono';
  font-size: 11.5px;
  letter-spacing: .06em;
  text-decoration: none;
  color: rgba(31, 26, 18, .45);
  transition: .15s
}

.bc-inner a:hover {
  color: var(--gold-700)
}

.bc-inner .cur {
  color: var(--gold-700)
}

.bc-inner .sep {
  color: rgba(31, 26, 18, .25)
}

/* =========================================  MAIN LAYOUT  ========================================= */
.content-wrap {
  padding: var(--s7) 0 var(--s9)
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: var(--s7);
  align-items: start
}

/* ===== LEFT COLUMN ===== */
.left-col {
  display: flex;
  flex-direction: column;
  gap: var(--s7)
}

/* Project header */
.proj-header {}

.proj-header .badges {
  display: flex;
  gap: var(--s2);
  margin-bottom: var(--s4);
  flex-wrap: wrap
}

.proj-header h1 {
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: clamp(26px, 3vw, 40px);
  color: var(--ink);
  line-height: 1.2;
  letter-spacing: -.015em;
  margin-bottom: var(--s3)
}

.proj-header .loc {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--slate);
  margin-bottom: var(--s5)
}

.proj-header .loc svg {
  width: 16px;
  height: 16px;
  stroke: var(--gold-600);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none
}

.price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--s4);
  padding: var(--s5);
  background: var(--gold-50);
  border: 1px solid var(--gold-200);
  border-radius: var(--r-lg);
  flex-wrap: wrap
}

.price-main .label {
  font-family: 'JetBrains Mono';
  font-size: 11px;
  color: var(--gold-700);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 4px
}

.price-main .val {
  font-family: 'Playfair Display';
  font-size: 32px;
  font-weight: 700;
  color: var(--gold-700);
  line-height: 1
}

.price-main .unit {
  font-size: 14px;
  font-weight: 400;
  color: var(--muted);
  margin-left: 4px
}

.price-meta {
  display: flex;
  gap: var(--s5);
  flex-wrap: wrap
}

.pm-item .k {
  font-family: 'JetBrains Mono';
  font-size: 10.5px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 2px
}

.pm-item .v {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink)
}

/* Specs strip */
.specs-strip {
  display: grid;
  /*grid-template-columns: repeat(4, 1fr);*/
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
  overflow: hidden
}

.spec-cell {
  background: var(--surface);
  padding: var(--s4) var(--s4);
  display: flex;
  flex-direction: column;
  gap: var(--s2)
}

.spec-cell .sc-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--r-sm);
  background: var(--gold-50);
  display: grid;
  place-items: center
}

.spec-cell .sc-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--gold-700);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.spec-cell .sc-v {
  font-family: 'JetBrains Mono';
  font-size: 15px;
  font-weight: 500;
  color: var(--ink)
}

.spec-cell .sc-k {
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .06em
}

/* Section blocks */
.sec-block {
  display: flex;
  flex-direction: column;
  gap: var(--s4)
}

.sec-block h3 {
  font-family: 'Playfair Display';
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  padding-bottom: var(--s3);
  border-bottom: 2px solid var(--gold-200);
  display: flex;
  align-items: center;
  gap: var(--s3)
}

.sec-block .num {
  font-family: 'JetBrains Mono';
  font-size: 12px;
  color: var(--gold-600);
  background: var(--gold-50);
  border: 1px solid var(--gold-200);
  padding: 2px 8px;
  border-radius: var(--r-pill)
}

.sec-block p {
  font-size: 15px;
  color: var(--slate);
  margin-top: 15px;
  line-height: 1.8
}

/* Amenities grid */
.amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s3)
}

.amenity-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: var(--s4);
  display: flex;
  align-items: center;
  gap: var(--s3);
  transition: .2s
}

.amenity-item:hover {
  border-color: var(--gold-300);
  background: var(--gold-50)
}

.am-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--r-sm);
  background: var(--gold-50);
  display: grid;
  place-items: center;
  flex: none
}

.am-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--gold-700);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.am-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.35
}

/* Floor plan */
.floorplan-wrap {
  background: var(--warm-2);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: var(--s6);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px
}

.floorplan-svg {
  max-width: 420px;
  width: 100%
}

/* Progress timeline */
.timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative
}

.timeline::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: var(--line)
}

.tl-item {
  display: flex;
  gap: var(--s4);
  align-items: flex-start;
  padding-bottom: var(--s5);
  position: relative
}

.tl-item:last-child {
  padding-bottom: 0
}

.tl-dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: none;
  position: relative;
  z-index: 1;
  border: 2px solid
}

.tl-dot.done {
  background: var(--ok);
  border-color: var(--ok)
}

.tl-dot.active {
  background: var(--gold-700);
  border-color: var(--gold-400);
  box-shadow: 0 0 0 4px rgba(246, 194, 58, .2)
}

.tl-dot.pending {
  background: var(--surface);
  border-color: var(--line)
}

.tl-dot svg {
  width: 14px;
  height: 14px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

.tl-dot.pending svg {
  stroke: var(--muted)
}

.tl-body .tl-date {
  font-family: 'JetBrains Mono';
  font-size: 11px;
  color: var(--muted);
  letter-spacing: .08em;
  margin-bottom: 3px
}

.tl-body .tl-title {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 2px
}

.tl-body .tl-desc {
  font-size: 13px;
  color: var(--slate)
}

.tl-item.active .tl-body .tl-title {
  color: var(--gold-700)
}

/* Payment table */
.pay-table {
  width: 100%;
  border-collapse: collapse
}

.pay-table th {
  text-align: left;
  padding: 10px var(--s4);
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: 'JetBrains Mono';
  letter-spacing: .05em
}

.pay-table th:first-child {
  border-radius: var(--r-sm) 0 0 0
}

.pay-table th:last-child {
  border-radius: 0 var(--r-sm) 0 0
}

.pay-table td {
  padding: 10px var(--s4);
  border-bottom: 1px solid var(--line);
  font-size: 13.5px;
  vertical-align: top
}

.pay-table tbody tr:last-child td {
  border-bottom: none
}

.pay-table tbody tr:nth-child(even) td {
  background: var(--warm-2)
}

.pay-pct {
  font-family: 'JetBrains Mono';
  font-weight: 500;
  color: var(--gold-700);
  font-size: 13px
}

.pay-bar {
  height: 6px;
  border-radius: 3px;
  background: var(--gold-400);
  margin-top: 4px
}

/* Legal docs */
.legal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s3)
}

.legal-item {
  display: flex;
  align-items: center;
  gap: var(--s3);
  padding: var(--s4);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md)
}

.legal-item .li-icon {
  width: 38px;
  height: 38px;
  border-radius: var(--r-sm);
  background: var(--ok-bg);
  display: grid;
  place-items: center;
  flex: none
}

.legal-item .li-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--ok);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.legal-item .li-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink)
}

.legal-item .li-status {
  font-size: 11.5px;
  color: var(--ok);
  font-family: 'JetBrains Mono'
}

/* Map placeholder */
.map-wrap {
  height: 260px;
  background: linear-gradient(135deg, var(--ink-2), var(--ink-3));
  border-radius: var(--r-xl);
  overflow: hidden;
  position: relative;
  border: 1px solid var(--line)
}

.map-grid {
  position: absolute;
  inset: 0;
  opacity: .15
}

.map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%)
}

.map-pin svg {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 4px 12px rgba(246, 194, 58, .6))
}

.map-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(16px, -50%);
  background: rgba(31, 26, 18, .9);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(246, 194, 58, .3);
  border-radius: var(--r-md);
  padding: 10px 14px
}

.map-label .ml-name {
  font-family: 'Playfair Display';
  font-size: 13px;
  font-weight: 700;
  color: #fff
}

.map-label .ml-addr {
  font-family: 'JetBrains Mono';
  font-size: 10.5px;
  color: rgba(246, 194, 58, .7);
  margin-top: 2px
}

.map-distances {
  position: absolute;
  bottom: var(--s4);
  left: var(--s4);
  display: flex;
  flex-direction: column;
  gap: 5px
}

.dist-item {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(31, 26, 18, .75);
  backdrop-filter: blur(6px);
  border-radius: var(--r-sm);
  padding: 4px 10px
}

.dist-item svg {
  width: 12px;
  height: 12px;
  stroke: var(--gold-400);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  flex: none
}

.dist-item span {
  font-family: 'JetBrains Mono';
  font-size: 10.5px;
  color: rgba(255, 255, 255, .75)
}

.sec-block {
  position: relative;
}

.map-item {
  position: absolute;
  bottom: 110px !important;
}

/* Related projects */
.related-section {
  background: var(--warm-2);
  padding: var(--s8) 0
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s5);
  margin-top: var(--s6)
}

.rel-card {
  background: var(--surface);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  cursor: pointer;
  transition: all .3s
}

.rel-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover)
}

.rel-card:hover .rel-img-inner {
  transform: scale(1.04)
}

.rel-img {
  height: 160px;
  overflow: hidden;
  position: relative
}

.rel-img-inner {
  width: 100%;
  height: 100%;
  transition: transform .5s
}

.rel-body {
  padding: var(--s4)
}

.rel-body .rl-loc {
  font-family: 'JetBrains Mono';
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 5px;
  letter-spacing: .05em
}

.rel-body .rl-name {
  font-family: 'Playfair Display';
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
  line-height: 1.3
}

.rel-body .rl-price {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--gold-700)
}

/* ===== RIGHT COLUMN — STICKY FORM ===== */
.right-col {
  display: flex;
  flex-direction: column;
  gap: var(--s4)
}

.form-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-card)
}

.form-header {
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 60%, #3a2a10 100%);
  padding: var(--s5);
  position: relative;
  overflow: hidden
}

.form-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 90% 10%, rgba(246, 194, 58, .22), transparent 55%)
}

.form-header h3 {
  font-family: 'Playfair Display';
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 4px
}

.form-header p {
  font-size: 13px;
  color: rgba(255, 255, 255, .55);
  position: relative;
  z-index: 1
}

.form-body {
  padding: var(--s5)
}

.form-field {
  margin-bottom: var(--s4)
}

.form-field label {
  display: block;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--slate);
  margin-bottom: 6px
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  font-family: 'Inter';
  font-size: 14px;
  padding: 11px 14px;
  border: 1.5px solid var(--line);
  border-radius: var(--r-sm);
  background: var(--warm-2);
  color: var(--ink);
  transition: .15s;
  outline: none;
  resize: none
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--gold-400);
  background: var(--surface);
  box-shadow: 0 0 0 3px rgba(246, 194, 58, .18)
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #B0A284
}

.form-field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%237A6B52' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px
}

.form-submit {
  width: 100%;
  padding: 14px;
  font-size: 15px;
  font-weight: 700;
  border-radius: var(--r-md);
  justify-content: center;
}

.form-note {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: var(--s3);
  justify-content: center;
}

.form-note svg {
  width: 14px;
  height: 14px;
  stroke: var(--ok);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  flex: none
}

.form-note span {
  font-size: 12px;
  color: var(--muted)
}

/* Contact quick */
.contact-quick {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  margin: 15px 0;
  overflow: hidden
}

.cq-header {
  padding: var(--s3) var(--s4);
  border-bottom: 1px solid var(--line);
  font-family: 'JetBrains Mono';
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .1em
}

.cq-item {
  display: flex;
  align-items: center;
  gap: var(--s3);
  padding: var(--s4);
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  transition: .15s
}

.cq-item:last-child {
  border-bottom: none
}

.cq-item:hover {
  background: var(--warm-2)
}

.cq-item .ci-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--r-md);
  display: grid;
  place-items: center;
  flex: none
}

.cq-item .ci-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.cq-item .ci-info .k {
  font-size: 11.5px;
  color: var(--muted);
  margin-bottom: 2px
}

.cq-item .ci-info .v {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink)
}

.ci-zalo .cq-item {
  padding: 0;
}

.ci-phone .ci-icon {
  background: #EAF7F1
}

.ci-phone .ci-icon svg {
  stroke: var(--ok)
}

.ci-zalo .ci-icon {
  background: rgba(0, 100, 255, .08)
}

.ci-zalo .ci-icon svg {
  stroke: #0064FF
}

.ci-fb .ci-icon {
  background: rgba(24, 119, 242, .08)
}

.ci-fb .ci-icon svg {
  stroke: #1877F2
}

/* share / save bar */
.action-bar {
  display: flex;
  gap: var(--s3)
}

.action-btn {
  flex: 1;
  padding: 10px;
  border: 1.5px solid var(--line);
  border-radius: var(--r-md);
  background: var(--surface);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--slate);
  transition: .2s
}

.action-btn:hover {
  border-color: var(--gold-400);
  color: var(--gold-700);
  background: var(--gold-50)
}

.action-btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

/* ===== CTA BAND ===== */
.cta-band {
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 45%, #3a2a0e 100%);
  position: relative;
  overflow: hidden
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(246, 194, 58, .18), transparent 55%)
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s6);
  position: relative;
  z-index: 1;
  padding: var(--s8) var(--s5)
}

.cta-inner h2 {
  font-family: 'Playfair Display';
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  max-width: 480px
}

.cta-inner h2 em {
  color: var(--gold-400);
  font-style: italic
}

.cta-actions {
  display: flex;
  gap: var(--s3);
  flex-wrap: wrap;
  flex: none
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(246, 194, 58, .4)
}

.btn-outline:hover {
  background: rgba(246, 194, 58, .1);
  border-color: var(--gold-400);
  color: #fff;
}

/* scene backgrounds reuse */
.scene {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}

.gold-win {
  background: rgba(246, 194, 58, .65);
  border-radius: 1px
}

.dim-win {
  background: rgba(246, 194, 58, .25);
  border-radius: 1px
}

.off-win {
  background: rgba(12, 18, 32, .7);
  border-radius: 1px
}

/* --- Grid + card --- */
.proj-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s5)
}

.proj-card {
  background: var(--surface);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: all .3s;
  cursor: pointer;
  display: flex;
  flex-direction: column
}

.proj-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover)
}

.proj-card:hover .card-img-inner {
  transform: scale(1.04)
}

.card-img {
  height: 210px;
  overflow: hidden;
  position: relative
}

.card-img-inner {
  width: 100%;
  height: 100%;
  transition: transform .5s ease
}

.pk-du-an-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.card-img .badges {
  position: absolute;
  top: var(--s3);
  left: var(--s3);
  display: flex;
  gap: 6px;
  z-index: 2;
  flex-wrap: wrap
}

.card-img .area-tag {
  position: absolute;
  bottom: var(--s3);
  right: var(--s3);
  background: rgba(31, 26, 18, .75);
  backdrop-filter: blur(6px);
  border-radius: var(--r-sm);
  padding: 4px 10px;
  font-family: 'JetBrains Mono';
  font-size: 10.5px;
  color: rgba(246, 194, 58, .9);
  letter-spacing: .06em;
  z-index: 2
}

.card-body {
  padding: var(--s5);
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--s3)
}

.card-loc {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  color: var(--muted);
  font-family: 'JetBrains Mono'
}

.card-loc svg {
  width: 13px;
  height: 13px;
  stroke: var(--gold-600);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none
}

.card-name {
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 19px;
  color: var(--ink);
  line-height: 1.25
}

.card-name a {
  color: var(--ink);
}

.card-desc {
  font-size: 13px;
  color: var(--slate);
  line-height: 1.65;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.card-specs {
  padding: var(--s3) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
  gap: 16px;
}

.spec-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: center;
}

.spec-item .sv {
  font-family: 'JetBrains Mono';
  font-size: 12.5px;
  font-weight: 500;
  text-align: center;
  color: var(--ink)
}

.spec-item .sk {
  font-size: 10.5px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .06em
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.card-price {
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 20px;
  color: var(--gold-700)
}

.card-price small {
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
  font-family: 'Inter';
  margin-left: 2px
}

.card-cta {
  font-size: 13px;
  font-weight: 600;
  color: var(--gold-700);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  border: 1.5px solid var(--gold-300);
  border-radius: var(--r-sm);
  transition: .15s
}

.card-cta:hover {
  background: var(--gold-50);
  border-color: var(--gold-400);
  color: var(--gold-700);
}

/**/
.right-col {
  position: relative;
}

.right-col-inner {
  width: 100%;
  will-change: transform;
}

.content-project ul li {
  list-style: disc;
}
.table-scroll-wrapper {
  width: 100%;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

.table-scroll-wrapper table.pay-table {
  min-width: 600px !important;
  width: 100% !important;
  border-collapse: collapse;
}

@media (max-width: 768px) {
  .table-scroll-wrapper {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .table-scroll-wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media(max-width:960px) {
  .content-grid {
    grid-template-columns: 1fr
  }

  .right-col {
    position: static
  }

  .related-grid {
    grid-template-columns: 1fr 1fr
  }

  .footer-top {
    grid-template-columns: 1fr 1fr
  }

  .cta-inner {
    flex-direction: column;
    align-items: flex-start
  }

  .specs-strip {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:768px) {
	  .gallery-main {
    position: relative;
    height: auto;
  }

  .g-thumb {
    width: 40px;
    height: 40px;
  }

  .right-col-inner.is-bottom,
  .right-col-inner.is-fixed {
    position: unset;
  }
	.pkct-fp-btn-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    -webkit-overflow-scrolling: touch;
    gap: var(--s3);
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .pkct-fp-btn-wrapper::-webkit-scrollbar { display: none; }
  .pkct-fp-btn { flex: 0 0 auto !important; white-space: nowrap; }
	.right-col {
        padding-right: 20px;
    }
	.content-project, .amenity-grid, .timeline, .legal-grid{
		padding-right: 20px;
	}
	.map-wrap {
		margin-right: 20px;
	}
	.map-item {
		display: none;
	}

}

@media(max-width:640px) {
  .amenity-grid {
    grid-template-columns: 1fr 1fr
  }

  .legal-grid {
    grid-template-columns: 1fr
  }

  .related-grid {
    grid-template-columns: 1fr
  }

  .footer-top {
    grid-template-columns: 1fr
  }

  .nav-links,
  .nav-cta .btn-gold {
    display: none
  }

}