:root {
  --bg: #071716;
  --bg-alt: #0c2120;
  --panel: rgba(12, 31, 30, 0.86);
  --panel-2: rgba(255, 255, 255, 0.04);
  --line: rgba(255, 255, 255, 0.08);
  --text: #edf2ef;
  --muted: #b7c6bf;
  --gold: #dcb36b;
  --gold-strong: #f1c981;
  --cream: #f2efe7;
  --cream-2: #fbf8f2;
  --dark: #101b1a;
  --shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
  --radius: 26px;
  --radius-sm: 18px;
  --container: min(1180px, calc(100% - 2rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, rgba(220, 179, 107, 0.12), transparent 18%),
    radial-gradient(circle at 86% 16%, rgba(34, 151, 134, 0.18), transparent 20%),
    linear-gradient(180deg, #051211 0%, #081918 55%, #071514 100%);
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin: 0 auto; }
.section { padding: 5.75rem 0; position: relative; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(5, 18, 17, 0.68);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: 0.9rem; }
.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold);
  background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 10px 18px rgba(0,0,0,0.18);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1; letter-spacing: 0.18em; }
.brand-copy strong { font-size: 1.08rem; }
.brand-copy small { margin-top: 0.32rem; opacity: 0.72; font-size: 0.72rem; }
.main-nav { display: flex; align-items: center; gap: 1.5rem; }
.main-nav a { color: #d7e0db; font-size: 0.98rem; }
.main-nav a:hover { color: #fff; }
.nav-cta {
  padding: 0.85rem 1.18rem;
  border: 1px solid rgba(220,179,107,0.55);
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(220,179,107,0.12), rgba(220,179,107,0.04));
}
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.03);
  border-radius: 14px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.menu-toggle span { display: block; width: 18px; height: 2px; background: #fff; border-radius: 2px; }

.hero { padding: 5rem 0 2rem; position: relative; overflow: clip; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,19,18,0.76) 0%, rgba(6,19,18,0.42) 38%, rgba(6,19,18,0.08) 60%, rgba(6,19,18,0.16) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.03), transparent 34%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 2.2rem;
  align-items: center;
  perspective: 1600px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--gold-strong);
  text-transform: uppercase;
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  margin: 0 0 1rem;
}
.eyebrow span { width: 30px; height: 2px; background: currentColor; display: inline-block; }
.eyebrow.dark { color: #977339; }
.eyebrow.light { color: var(--gold); }
.hero-copy h1,
.section-heading h2,
.project-header h2,
.services-content h2,
.global-heading h2,
.contact-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 4.9rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}
.hero-copy h1 em { color: var(--gold-strong); font-style: normal; }
.hero-text { max-width: 40rem; font-size: 1.08rem; color: var(--muted); margin: 1.25rem 0 1.75rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.btn {
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 1.35rem;
  border-radius: 16px;
  font-weight: 700;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary, .btn-gold {
  color: #101311;
  background: linear-gradient(180deg, var(--gold-strong), var(--gold));
  box-shadow: 0 14px 28px rgba(220,179,107,0.25);
}
.btn-outline {
  color: var(--text);
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.12);
}
.play-link { display: inline-flex; align-items: center; gap: 0.85rem; background: transparent; color: var(--text); border: 0; padding: 0; }
.play-icon {
  width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.04);
}
.hero-metrics {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}
.hero-metrics div {
  padding: 1rem 1rem 1rem 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.hero-metrics strong { display: block; font-size: 2.4rem; color: var(--gold-strong); line-height: 1; margin-bottom: 0.35rem; }
.hero-metrics span { color: var(--muted); font-size: 0.95rem; }
.hero-visual { position: relative; min-height: 34rem; transform-style: preserve-3d; }
.hero-image-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: var(--shadow);
  transform: rotateY(-10deg) rotateX(6deg) translateZ(0);
  background: #0d1918;
}
.hero-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,10,10,0.08), rgba(3,10,10,0.05) 28%, rgba(3,10,10,0.42));
}
.hero-image-card img { width: 100%; height: 100%; aspect-ratio: 4/3; object-fit: cover; }
.hero-property-tag {
  position: absolute;
  left: 1.4rem;
  bottom: 1.3rem;
  z-index: 2;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(4, 16, 15, 0.82);
  border: 1px solid rgba(255,255,255,0.08);
  max-width: 18rem;
}
.hero-property-tag span,
.hero-property-tag small { color: #b7c6bf; display: block; }
.hero-property-tag strong { display: block; font-size: 1.2rem; margin: 0.2rem 0; }
.floating-card {
  position: absolute;
  z-index: 3;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(248,245,238,0.95);
  color: #15211f;
  box-shadow: 0 26px 38px rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.45);
}
.floating-price { top: 14%; left: -4%; }
.floating-status {
  right: -2%; bottom: 16%; display: flex; align-items: center; gap: 0.85rem; min-width: 220px;
}
.floating-status i { width: 12px; height: 12px; border-radius: 50%; background: #26b46d; box-shadow: 0 0 0 8px rgba(38,180,109,0.12); }
.floating-card span { display: block; font-size: 0.92rem; color: #4c5a56; }
.floating-card strong { display: block; font-size: 1.6rem; }
.floating-status strong { font-size: 1rem; }
.hero-glow {
  position: absolute; z-index: 0; filter: blur(16px); border-radius: 50%; opacity: 0.7;
  animation: pulse 8s ease-in-out infinite;
}
.hero-glow-a { inset: 3rem auto auto 56%; width: 180px; height: 180px; background: rgba(39, 189, 174, 0.14); }
.hero-glow-b { inset: auto auto 2rem -1rem; width: 200px; height: 200px; background: rgba(220, 179, 107, 0.16); animation-delay: 1.5s; }
@keyframes pulse { 0%,100% { transform: scale(0.98); } 50% { transform: scale(1.06); } }
.scroll-cue {
  position: relative; z-index: 1; width: fit-content; margin: 2rem auto 0; display: flex; align-items: center; gap: 0.75rem;
  color: var(--muted); font-size: 0.92rem;
}
.scroll-cue span { width: 30px; height: 48px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.18); position: relative; }
.scroll-cue span::after { content: ""; width: 5px; height: 10px; border-radius: 999px; background: var(--gold); position: absolute; left: 50%; top: 10px; transform: translateX(-50%); animation: scrollDot 1.8s infinite; }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%, 0); } 30% { opacity: 1; } 80% { opacity: 0; transform: translate(-50%, 14px); } 100% { opacity: 0; } }

.trust-strip { padding: 1.15rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.025); }
.trust-content { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.trust-content > span { color: #93a39d; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; }
.city-list { display: flex; flex-wrap: wrap; gap: 1rem 2rem; }
.city-list b { color: #d9e2de; font-weight: 600; }

.about { background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.02)); }
.about-grid, .services-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.section-heading h2, .project-header h2, .services-content h2, .global-heading h2, .contact-copy h2 { font-size: clamp(2.1rem, 4vw, 3.7rem); }
.about-copy .lead { font-size: 1.18rem; color: #e6ece8; }
.managed-by {
  width: fit-content;
  margin: 0 0 1rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(220,179,107,0.13);
  color: var(--gold-strong);
  border: 1px solid rgba(220,179,107,0.18);
}
.text-link { display: inline-flex; gap: 0.45rem; margin-top: 0.9rem; color: var(--gold-strong); font-weight: 600; }
.feature-band {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}
.feature-band article,
.project-card,
.services-image,
.world-panel,
.testimonial-card,
.contact-form,
.modal-dialog,
.video-dialog {
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.028));
  box-shadow: var(--shadow);
}
.feature-band article {
  padding: 1.6rem;
  border-radius: 24px;
  transform-style: preserve-3d;
}
.feature-band article span { color: var(--gold); font-weight: 700; }
.feature-band article h3 { margin: 0.55rem 0 0.45rem; font-size: 1.3rem; }
.feature-band article p { margin: 0; color: var(--muted); }

.project-header { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; }
.filter-group { display: inline-flex; padding: 0.38rem; gap: 0.3rem; border-radius: 999px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); }
.filter-btn {
  border: 0; border-radius: 999px; padding: 0.72rem 1rem; background: transparent; color: #dfe6e3;
}
.filter-btn.active { background: linear-gradient(180deg, rgba(220,179,107,0.96), rgba(220,179,107,0.78)); color: #101311; font-weight: 700; }
.project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}
.project-card {
  overflow: hidden;
  border-radius: 24px;
  transform-style: preserve-3d;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.project-card:hover { transform: translateY(-6px); }
.project-card figure { position: relative; margin: 0; overflow: hidden; }
.project-card img { aspect-ratio: 4/3; width: 100%; object-fit: cover; transition: transform 0.7s ease; }
.project-card:hover img { transform: scale(1.06); }
.project-card figure::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,23,22,0) 44%, rgba(7,23,22,0.75));
}
.status-pill,
.card-status {
  display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.45rem 0.75rem; border-radius: 999px;
  font-size: 0.76rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
}
.card-status { position: absolute; top: 0.95rem; left: 0.95rem; z-index: 2; }
.card-status.completed, .status-pill.completed { background: rgba(240,248,243,0.92); color: #123d2c; }
.card-status.ongoing, .status-pill.ongoing { background: rgba(220,179,107,0.94); color: #231b0d; }
.project-info { padding: 1rem 1rem 1.1rem; }
.project-info h3 { margin: 0; font-size: 1.2rem; }
.project-info p { margin: 0.35rem 0; color: var(--muted); font-size: 0.95rem; }
.project-tags { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 0.7rem; }
.project-tags span { padding: 0.28rem 0.55rem; border-radius: 999px; font-size: 0.77rem; background: rgba(255,255,255,0.06); color: #d8e0dc; }
.card-link { margin-top: 0.95rem; display: inline-flex; gap: 0.45rem; color: var(--gold-strong); font-weight: 700; background: transparent; border: 0; padding: 0; }
.project-footer { margin-top: 1.6rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.project-footer p { color: var(--muted); }

.services { background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0)); }
.services-image {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
}
.services-image img { width: 100%; aspect-ratio: 4/4.15; object-fit: cover; }
.services-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.02), rgba(0,0,0,0.28)); }
.services-badge {
  position: absolute; left: 1.25rem; bottom: 1.25rem; z-index: 2; display: inline-flex; gap: 0.8rem; align-items: center;
  max-width: 16rem; padding: 0.85rem 1rem; border-radius: 18px; background: rgba(248,245,238,0.93); color: #12201e;
}
.services-badge strong { font-size: 2rem; color: #0d2922; }
.accordion { display: grid; gap: 0.8rem; }
.accordion-item {
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  overflow: hidden;
}
.accordion-item button {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  color: #f0f3f1; background: transparent; border: 0; padding: 1.05rem 1.1rem;
  text-align: left; font-weight: 700;
}
.accordion-item button span { color: var(--gold); margin-right: 0.55rem; }
.accordion-panel { display: none; padding: 0 1.1rem 1.05rem; color: var(--muted); }
.accordion-item.active .accordion-panel { display: block; }

.global-heading {
  display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.7rem;
}
.global-heading p:last-child { max-width: 32rem; color: var(--muted); }
.world-panel {
  padding: 2rem;
  border-radius: 28px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 1.5rem;
  align-items: center;
}
.world-sphere {
  position: relative;
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 44%, rgba(255,255,255,0.18), rgba(255,255,255,0.02) 24%, transparent 25%),
    radial-gradient(circle at 50% 50%, rgba(39, 189, 174, 0.18), rgba(13, 42, 40, 0.92) 45%, rgba(8, 20, 19, 1) 68%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.07), inset 0 0 60px rgba(255,255,255,0.06);
  transform-style: preserve-3d;
}
.ring { position: absolute; inset: 50% auto auto 50%; border: 1px solid rgba(255,255,255,0.12); border-radius: 50%; transform: translate(-50%, -50%); }
.ring-one { width: 86%; height: 86%; }
.ring-two { width: 70%; height: 70%; }
.ring-three { width: 54%; height: 54%; }
.continent {
  position: absolute; background: linear-gradient(180deg, rgba(220,179,107,0.95), rgba(220,179,107,0.52)); filter: blur(0.2px);
  opacity: 0.92; border-radius: 45% 55% 55% 45% / 45% 50% 50% 55%;
}
.c1 { width: 110px; height: 70px; left: 17%; top: 26%; transform: rotate(-16deg); }
.c2 { width: 122px; height: 92px; left: 45%; top: 42%; transform: rotate(12deg); }
.c3 { width: 82px; height: 60px; right: 18%; top: 62%; transform: rotate(18deg); }
.marker {
  position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--gold-strong);
  box-shadow: 0 0 0 10px rgba(220,179,107,0.1);
}
.marker::after { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 1px solid rgba(220,179,107,0.35); animation: ping 2.2s infinite; }
.marker span {
  position: absolute; top: -0.4rem; left: 1.25rem; white-space: nowrap; padding: 0.3rem 0.55rem; border-radius: 999px;
  font-size: 0.8rem; background: rgba(4,16,15,0.8); border: 1px solid rgba(255,255,255,0.08);
}
.m1 { left: 27%; top: 32%; }
.m2 { left: 46%; top: 29%; }
.m3 { left: 55%; top: 44%; }
.m4 { left: 70%; top: 52%; }
.m5 { left: 79%; top: 72%; }
@keyframes ping { 0% { transform: scale(0.4); opacity: 0.8; } 100% { transform: scale(1.4); opacity: 0; } }
.global-stats { display: grid; gap: 1rem; }
.global-stats article {
  padding: 1.25rem 1.2rem;
  border-radius: 24px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.global-stats strong { display: block; font-size: 2rem; color: var(--gold-strong); }
.global-stats span { color: var(--muted); }

.testimonial-card {
  padding: 2rem;
  border-radius: 28px;
}
.quote-mark { font-size: 4.5rem; line-height: 0.7; color: var(--gold); }
.testimonial blockquote {
  margin: 0.35rem 0 1.4rem;
  font-family: Georgia, serif;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.4;
}
.quote-bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.quote-bottom span { color: var(--muted); display: block; margin-top: 0.28rem; }
.quote-controls { display: flex; align-items: center; gap: 0.8rem; }
.quote-controls button {
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.12);
  color: #fff; background: rgba(255,255,255,0.04);
}

.contact { background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.025)); }
.contact-form {
  padding: 1.4rem;
  border-radius: 28px;
}
.contact-details { display: grid; gap: 0.6rem; margin-top: 1rem; }
.contact-details a { color: var(--gold-strong); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: 0.48rem; color: #dce4e0; font-size: 0.96rem; margin-bottom: 1rem; }
.contact-form input,
.contact-form textarea,
.contact-form select,
.newsletter input {
  width: 100%; border-radius: 16px; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.04); color: #fff; padding: 0.9rem 1rem;
}
.contact-form textarea { resize: vertical; min-height: 130px; }
.form-submit { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.consent { display: inline-flex !important; align-items: center; gap: 0.7rem; margin: 0 !important; }
.consent input { width: auto; }

.footer { padding: 0 0 2rem; }
.footer-top {
  margin-top: 1rem;
  padding: 2rem;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.7fr 0.7fr 1.1fr;
  gap: 1.4rem;
}
.footer-top h4 { margin: 0 0 0.8rem; color: #fff; }
.footer-top a, .footer-top p { display: block; color: var(--muted); margin: 0.28rem 0; }
.newsletter form { display: flex; gap: 0.6rem; margin-top: 0.9rem; }
.newsletter button {
  width: 48px; flex: 0 0 48px; border-radius: 14px; border: 0; background: linear-gradient(180deg, var(--gold-strong), var(--gold)); color: #111;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  margin-top: 0.8rem;
  padding-top: 1rem;
  color: #a9b6b1;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
}

.back-top {
  position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 30; width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1); background: rgba(5,18,17,0.82); color: #fff; backdrop-filter: blur(10px); display: none;
}
.back-top.show { display: inline-grid; place-items: center; }
.modal {
  position: fixed; inset: 0; z-index: 80; display: none; align-items: center; justify-content: center; padding: 1rem;
}
.modal.open { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,10,10,0.76); backdrop-filter: blur(7px); }
.modal-dialog, .video-dialog {
  position: relative; z-index: 1; width: min(900px, 100%); border-radius: 28px; overflow: hidden; background: #0b1918;
}
.modal-dialog img { width: 100%; max-height: 420px; object-fit: cover; }
.modal-content { padding: 1.35rem 1.35rem 1.5rem; }
.modal-content h3 { margin: 0.7rem 0 0.4rem; font-size: 1.8rem; }
.modal-content p { color: var(--muted); }
.modal-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.7rem; margin: 1rem 0 1.3rem; }
.modal-facts span { padding: 0.8rem; border-radius: 14px; background: rgba(255,255,255,0.04); color: #deebe5; }
.modal-close {
  position: absolute; top: 1rem; right: 1rem; z-index: 2; width: 44px; height: 44px; border-radius: 50%; border: 0;
  background: rgba(7,23,22,0.85); color: #fff; font-size: 1.5rem;
}
.video-dialog { width: min(760px, 100%); padding: 1.3rem; }
.video-placeholder {
  min-height: 390px; border-radius: 24px; background:
    radial-gradient(circle at 30% 20%, rgba(220,179,107,0.18), transparent 20%),
    linear-gradient(140deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  display: grid; place-items: center; text-align: center;
}
.video-placeholder span { font-size: 3rem; color: var(--gold); }
.video-placeholder strong { display: block; margin-top: 0.5rem; font-size: 1.7rem; }
.video-placeholder small { color: var(--muted); }
.toast {
  position: fixed; left: 50%; bottom: 1.3rem; z-index: 120; transform: translateX(-50%) translateY(20px); opacity: 0;
  padding: 0.9rem 1.1rem; border-radius: 14px; background: rgba(248,245,238,0.95); color: #12201e; box-shadow: var(--shadow);
  transition: 0.3s ease;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

.reveal { opacity: 0; transform: translateY(28px); transition: 0.8s ease; }
.reveal.revealed { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: 0.15s; }
.tilt-card { transform-style: preserve-3d; }
.depth-layer { transform-style: preserve-3d; }
.pop-card { transform: translateZ(52px); }

@media (max-width: 1080px) {
  .hero-grid,
  .about-grid,
  .services-grid,
  .contact-grid,
  .world-panel,
  .global-heading,
  .project-header,
  .project-footer { grid-template-columns: 1fr; display: grid; }
  .hero-visual { min-height: auto; }
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-band { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 820px) {
  .menu-toggle { display: inline-flex; }
  .main-nav {
    position: absolute; left: 1rem; right: 1rem; top: calc(100% + 0.6rem); padding: 1rem;
    border-radius: 20px; background: rgba(7,23,22,0.96); border: 1px solid rgba(255,255,255,0.08);
    flex-direction: column; align-items: stretch; gap: 0.65rem; display: none;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 0.65rem 0.3rem; }
  .hero-copy h1 { font-size: clamp(2.5rem, 11vw, 4rem); }
  .hero-metrics { grid-template-columns: 1fr; }
  .hero-metrics div { padding-right: 0; }
  .floating-price { left: 0.8rem; top: 0.8rem; }
  .floating-status { right: 0.8rem; bottom: 0.8rem; min-width: 180px; }
  .trust-content, .quote-bottom { flex-direction: column; align-items: flex-start; }
  .project-grid, .modal-facts, .form-row, .footer-top { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .section { padding: 4.6rem 0; }
  .nav-wrap { min-height: 74px; }
  .hero { padding-top: 3.6rem; }
  .hero-grid { gap: 1.6rem; }
  .hero-image-card { transform: none; border-radius: 26px; }
  .hero-property-tag { left: 0.9rem; right: 0.9rem; max-width: none; bottom: 0.9rem; }
  .floating-card { position: static; margin-top: 0.9rem; }
  .hero-visual { display: flex; flex-direction: column; }
  .world-panel { padding: 1.1rem; }
  .world-sphere { min-height: 300px; }
  .contact-form { padding: 1rem; }
  .footer-bottom { font-size: 0.92rem; }
}
