:root {
  --bg: #09111f;
  --bg-soft: #111d33;
  --surface: rgba(12, 26, 49, 0.72);
  --surface-light: #f6f8fc;
  --surface-deep: #0c1730;
  --text: #f4f7fb;
  --text-dark: #182235;
  --muted: #a4b3cb;
  --line: rgba(255, 255, 255, 0.12);
  --accent: #58d2c3;
  --accent-strong: #ef9d4d;
  --shadow: 0 24px 60px rgba(1, 12, 29, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(88, 210, 195, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(239, 157, 77, 0.14), transparent 24%),
    linear-gradient(180deg, #08111f 0%, #0d1831 60%, #08111f 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  min-height: 100vh;
}

.hero,
.section,
.footer {
  padding-left: clamp(1.25rem, 4vw, 4rem);
  padding-right: clamp(1.25rem, 4vw, 4rem);
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

.hero-slides {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 900ms ease, transform 4.8s ease;
  background-position: center;
  background-size: cover;
  filter: saturate(0.9) contrast(1.04);
}

.hero-slide:nth-child(1) {
  background-image:
    linear-gradient(180deg, rgba(7, 14, 27, 0.48), rgba(7, 14, 27, 0.72)),
    url("https://images.unsplash.com/photo-1512453979798-5ea266f8880c?auto=format&fit=crop&w=1600&q=80");
}

.hero-slide:nth-child(2) {
  background-image:
    linear-gradient(180deg, rgba(7, 14, 27, 0.44), rgba(7, 14, 27, 0.74)),
    url("https://images.unsplash.com/photo-1518684079-3c830dcef090?auto=format&fit=crop&w=1600&q=80");
}

.hero-slide:nth-child(3) {
  background-image:
    linear-gradient(180deg, rgba(7, 14, 27, 0.46), rgba(7, 14, 27, 0.76)),
    url("https://images.unsplash.com/photo-1526495124232-a04e1849168c?auto=format&fit=crop&w=1600&q=80");
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 17, 31, 0.18), rgba(8, 17, 31, 0.72)),
    radial-gradient(circle at 78% 22%, rgba(255, 207, 140, 0.22), transparent 18%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12rem;
  background: linear-gradient(180deg, rgba(210, 176, 120, 0), rgba(210, 176, 120, 0.1) 50%, rgba(9, 17, 31, 0.95));
  pointer-events: none;
}

.hero-architecture {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.34;
}

.tower,
.villa {
  position: absolute;
  bottom: 2.6rem;
  background: linear-gradient(180deg, rgba(223, 196, 152, 0.36), rgba(61, 81, 109, 0.92));
  border: 1px solid rgba(255, 227, 181, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.tower::before,
.tower::after,
.villa::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  background: repeating-linear-gradient(
    180deg,
    rgba(255, 225, 172, 0.15) 0,
    rgba(255, 225, 172, 0.15) 6px,
    transparent 6px,
    transparent 16px
  );
}

.tower::before,
.tower::after {
  top: 8%;
  bottom: 8%;
}

.tower::after {
  left: 50%;
  right: 18%;
  opacity: 0.55;
}

.tower-one {
  right: 8%;
  width: 8rem;
  height: 21rem;
  clip-path: polygon(28% 0, 78% 0, 100% 100%, 0 100%);
}

.tower-two {
  right: 18%;
  width: 6.5rem;
  height: 15rem;
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
}

.tower-three {
  right: 29%;
  width: 5rem;
  height: 12rem;
  clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%);
}

.tower-four {
  right: 36%;
  width: 4rem;
  height: 9rem;
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
}

.villa {
  bottom: 1.8rem;
  height: 4.5rem;
  background: linear-gradient(180deg, rgba(234, 210, 170, 0.45), rgba(94, 82, 71, 0.92));
}

.villa::before {
  top: 1rem;
  bottom: 0.8rem;
}

.villa::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: -1.3rem;
  height: 1.7rem;
  background: linear-gradient(180deg, rgba(188, 148, 99, 0.8), rgba(138, 104, 70, 0.9));
  clip-path: polygon(8% 100%, 18% 28%, 82% 28%, 92% 100%);
}

.villa-one {
  right: 43%;
  width: 7rem;
}

.villa-two {
  right: 51%;
  width: 6rem;
}

.villa-three {
  right: 58%;
  width: 5rem;
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 4rem;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  width: 3rem;
  height: 3rem;
  border-radius: 0.9rem;
  display: grid;
  place-items: center;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #09111f;
}

.brand-name,
.brand-tag,
.eyebrow,
.hero-points,
.footer p {
  margin: 0;
}

.brand-name {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand-tag {
  color: var(--muted);
  font-size: 0.9rem;
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  color: var(--muted);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  margin-bottom: 1rem;
}

h1,
h2,
h3 {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.05;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  max-width: 11ch;
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: 0.8rem;
}

.lead,
.panel-card p,
.service-card p,
.about-copy p,
.process-banner p,
.contact-form span {
  color: var(--muted);
  line-height: 1.7;
}

.lead {
  max-width: 42rem;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #09111f;
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.hero-points {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.8rem;
}

.hero-points li {
  position: relative;
  padding-left: 1.2rem;
  color: #d7dfef;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
}

.hero-panel,
.stats-grid,
.service-grid,
.contact-form {
  display: grid;
  gap: 1rem;
}

.panel-card,
.service-card,
.contact-card,
.process-banner {
  border: 1px solid var(--line);
  background: var(--surface);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.panel-card {
  border-radius: 1.5rem;
  padding: 1.4rem;
}

.panel-label {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(88, 210, 195, 0.12);
  color: var(--accent);
  font-size: 0.85rem;
}

.spotlight {
  min-height: 18rem;
}

.spotlight h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.stats-grid {
  grid-template-columns: repeat(3, 1fr);
}

.stat-card strong,
.service-card h3 {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 0.7rem;
  font-size: 1.1rem;
}

.section {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.section-light {
  color: var(--text-dark);
  background: var(--surface-light);
}

.section-dark {
  background:
    linear-gradient(135deg, rgba(88, 210, 195, 0.08), transparent),
    linear-gradient(180deg, #0b1428, #101d35);
}

.section-accent {
  padding-top: 0;
  padding-bottom: 0;
  background: var(--surface-light);
}

.section-heading,
.split-layout,
.contact-card {
  max-width: 1200px;
  margin: 0 auto;
}

.section-heading {
  margin-bottom: 2rem;
}

.service-grid {
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  padding: 1.8rem;
  border-radius: 1.3rem;
  background: #ffffff;
  border-color: rgba(24, 34, 53, 0.08);
  box-shadow: 0 18px 50px rgba(26, 47, 89, 0.08);
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.process-banner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 1.5rem;
  transform: translateY(-2.5rem);
}

.contact-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  padding: 2rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #ffffff, #f0f4fb);
  border: 1px solid rgba(24, 34, 53, 0.08);
  box-shadow: 0 18px 50px rgba(26, 47, 89, 0.08);
}

.contact-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form label {
  display: grid;
  gap: 0.55rem;
}

.full-width {
  grid-column: 1 / -1;
}

input,
textarea,
button {
  font: inherit;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(24, 34, 53, 0.12);
  border-radius: 1rem;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-dark);
}

textarea {
  min-height: 8rem;
  resize: vertical;
}

.footer {
  padding-top: 1.4rem;
  padding-bottom: 2rem;
  text-align: center;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .hero-grid,
  .split-layout,
  .contact-card,
  .service-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-architecture {
    opacity: 0.2;
  }

  .tower-one {
    right: 4%;
    width: 6rem;
    height: 16rem;
  }

  .tower-two {
    right: 14%;
    width: 5rem;
    height: 12rem;
  }

  .tower-three,
  .tower-four {
    display: none;
  }

  .villa-one {
    right: 27%;
  }

  .villa-two {
    right: 39%;
  }

  .villa-three {
    display: none;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 1rem;
  }

  h1 {
    max-width: none;
  }

  .process-banner {
    transform: translateY(-1.3rem);
  }
}
