:root {
  --emerald: #073f37;
  --emerald-2: #0b5c4c;
  --sand: #e9dcc6;
  --warm: #fbf8f1;
  --white: #ffffff;
  --urban: #53605d;
  --ink: #15221f;
  --copper: #b9794f;
  --line: rgba(7, 63, 55, 0.14);
  --shadow: 0 22px 60px rgba(7, 63, 55, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Segoe UI, Arial, sans-serif;
  color: var(--ink);
  background: var(--warm);
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  background: rgba(251, 248, 241, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--emerald);
}

.logo-mark {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--warm);
  background: linear-gradient(135deg, var(--emerald), var(--copper));
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--urban);
  font-weight: 600;
}

.nav-menu a:not(.btn):hover {
  color: var(--emerald);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--emerald);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(7, 63, 55, 0.18);
}

.btn-primary {
  color: var(--white);
  background: var(--emerald);
}

.btn-secondary {
  color: var(--emerald);
  background: var(--sand);
}

.btn-light,
.btn-card {
  color: var(--emerald);
  background: var(--white);
}

.btn-small {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.9rem;
}

.hero {
  min-height: 100vh;
  padding-top: 130px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(115deg, rgba(7, 63, 55, 0.92), rgba(7, 63, 55, 0.42)),
    radial-gradient(circle at 78% 26%, rgba(185, 121, 79, 0.55) 0 9%, transparent 9.4%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--emerald);
  color: var(--white);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 48px;
  align-items: center;
}

.eyebrow {
  color: var(--copper);
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.hero .eyebrow {
  color: #f3c4a0;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 6vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.14rem;
  line-height: 1.7;
}

.hero-actions,
.final-cta-inner div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-strip span {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.hero-feature {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(251, 248, 241, 0.14);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}

.visual-building {
  position: absolute;
  inset: 22px 22px 120px;
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(233, 220, 198, 0.9), rgba(255, 255, 255, 0.36));
}

.tower {
  position: absolute;
  bottom: 0;
  width: 38%;
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px) 0 0 / 28px 28px,
    var(--emerald);
}

.tower-main {
  left: 25%;
  height: 82%;
}

.tower-side {
  right: 12%;
  height: 58%;
  background-color: var(--emerald-2);
}

.sun-glow {
  position: absolute;
  right: 32px;
  top: 34px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--copper);
  opacity: 0.78;
}

.hero-feature .badge,
.hero-feature h2,
.hero-feature p,
.hero-feature a {
  position: relative;
  z-index: 1;
  top: 250px;
}

.badge {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--emerald);
  background: var(--sand);
  font-size: 0.78rem;
  font-weight: 800;
}

.copper {
  color: var(--white);
  background: var(--copper);
}

.hero-feature h2 {
  max-width: 310px;
  margin: 14px 0 8px;
  font-size: 1.8rem;
}

.search-section {
  margin-top: -48px;
  position: relative;
  z-index: 2;
}

.quick-search {
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--urban);
  font-size: 0.86rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--warm);
  outline: none;
}

textarea {
  min-height: 120px;
  padding-top: 14px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--emerald-2);
  box-shadow: 0 0 0 4px rgba(11, 92, 76, 0.12);
}

.section-heading {
  max-width: 680px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading h2,
.lifestyle-panel h2,
.project-copy h2,
.contact-copy h2,
.final-cta h2 {
  margin: 10px 0 12px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p,
.service-card p,
.benefit span,
.step p,
.project-copy p,
.contact-copy p,
blockquote p {
  color: var(--urban);
  line-height: 1.65;
}

.property-grid,
.service-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.property-card,
.service-card,
blockquote,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(7, 63, 55, 0.08);
}

.property-card {
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.property-art {
  min-height: 190px;
  position: relative;
  background:
    linear-gradient(135deg, rgba(7, 63, 55, 0.16), rgba(185, 121, 79, 0.24)),
    linear-gradient(90deg, transparent 12%, rgba(255, 255, 255, 0.38) 12% 20%, transparent 20% 35%, rgba(255, 255, 255, 0.32) 35% 43%, transparent 43%),
    var(--sand);
}

.property-art::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 0;
  width: 46%;
  height: 76%;
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px) 0 0 / 22px 22px,
    var(--emerald);
}

.property-art span {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--white);
  background: var(--emerald);
  font-weight: 800;
  font-size: 0.78rem;
}

.art-2,
.art-5 {
  background-color: #d8c9b1;
}

.art-3,
.art-6 {
  background-color: #e5ece8;
}

.card-body,
.service-card {
  padding: 22px;
}

.card-body h3,
.service-card h3,
.step h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.card-body strong,
.project-copy strong {
  display: block;
  margin: 16px 0;
  color: var(--emerald);
  font-size: 1.35rem;
}

.meta,
.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 18px;
}

.meta span,
.feature-list span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--urban);
  background: var(--warm);
  font-size: 0.84rem;
  font-weight: 700;
}

.soft-band {
  background: linear-gradient(180deg, rgba(233, 220, 198, 0.42), rgba(251, 248, 241, 0));
}

.service-card .icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--white);
  background: var(--emerald);
  font-size: 1.35rem;
}

.service-card svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card a {
  color: var(--copper);
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
  align-items: start;
}

.align-left {
  margin: 0;
  text-align: left;
}

.benefit-grid,
.process-grid,
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.benefit,
.step {
  padding: 22px;
  border-top: 2px solid var(--copper);
  background: rgba(255, 255, 255, 0.62);
}

.benefit strong,
.benefit span {
  display: block;
}

.benefit strong {
  margin-bottom: 10px;
}

.process-section {
  background: var(--emerald);
  color: var(--white);
}

.process-section .eyebrow {
  color: #f3c4a0;
}

.process-section .section-heading p,
.process-section .step p {
  color: rgba(255, 255, 255, 0.72);
}

.step {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-top-color: var(--copper);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 8px;
}

.step span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--emerald);
  background: var(--sand);
  font-weight: 800;
}

.lifestyle-panel {
  display: grid;
  gap: 22px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.lifestyle-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lifestyle-buttons button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--emerald);
  background: var(--warm);
  cursor: pointer;
  font-weight: 800;
}

.lifestyle-buttons button.active {
  color: var(--white);
  background: var(--emerald);
}

.lifestyle-result {
  padding: 20px;
  border-left: 4px solid var(--copper);
  background: var(--warm);
}

.lifestyle-result p {
  color: var(--urban);
}

.featured-project {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.project-visual {
  min-height: 430px;
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(7, 63, 55, 0.12), rgba(185, 121, 79, 0.24)),
    linear-gradient(90deg, transparent 8%, rgba(255, 255, 255, 0.52) 8% 16%, transparent 16% 27%, rgba(255, 255, 255, 0.42) 27% 35%, transparent 35%),
    linear-gradient(0deg, rgba(7, 63, 55, 0.08) 1px, transparent 1px) 0 0 / 34px 34px,
    var(--sand);
  position: relative;
}

.project-visual::before,
.project-visual::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px) 0 0 / 26px 26px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px) 0 0 / 26px 26px,
    var(--emerald);
}

.project-visual::before {
  left: 18%;
  width: 34%;
  height: 82%;
}

.project-visual::after {
  right: 16%;
  width: 28%;
  height: 62%;
  background-color: var(--emerald-2);
}

.project-copy {
  align-self: center;
}

.location {
  font-weight: 800;
  color: var(--emerald) !important;
}

.stats-section {
  padding: 52px 0;
  color: var(--white);
  background: var(--emerald);
}

.stats-grid div {
  text-align: center;
}

.stats-grid strong {
  display: block;
  font-size: clamp(2rem, 5vw, 3.4rem);
}

.stats-grid span {
  color: rgba(255, 255, 255, 0.72);
}

blockquote {
  margin: 0;
  padding: 28px;
}

blockquote p::before {
  content: "\"";
  color: var(--copper);
  font-size: 2.8rem;
  line-height: 0;
  vertical-align: -0.35em;
}

cite {
  color: var(--emerald);
  font-style: normal;
  font-weight: 800;
}

.contact-section {
  background: linear-gradient(180deg, rgba(233, 220, 198, 0.5), rgba(251, 248, 241, 1));
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
}

.contact-info {
  display: grid;
  gap: 8px;
  margin: 24px 0;
}

.contact-info p {
  margin: 0;
}

.map-sim {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(7, 63, 55, 0.08) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(0deg, rgba(7, 63, 55, 0.08) 1px, transparent 1px) 0 0 / 34px 34px,
    var(--sand);
}

.map-sim span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  color: var(--emerald);
  font-weight: 800;
}

.pin {
  position: absolute;
  left: 55%;
  top: 42%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 12px rgba(185, 121, 79, 0.2);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 24px;
}

.contact-form label:nth-last-of-type(1),
.contact-form button {
  grid-column: 1 / -1;
}

.final-cta {
  padding: 58px 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--emerald), var(--emerald-2));
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.final-cta h2 {
  max-width: 620px;
  margin: 0;
}

.site-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, 0.78);
  background: #10211e;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer strong {
  display: block;
  color: var(--white);
  margin-bottom: 8px;
}

.site-footer p {
  margin-bottom: 8px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a:hover {
  color: var(--sand);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

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

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-menu {
    position: fixed;
    inset: 74px 16px auto;
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .nav-menu.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-menu a {
    padding: 10px 4px;
  }

  .hero-grid,
  .quick-search,
  .property-grid,
  .service-grid,
  .split,
  .benefit-grid,
  .process-grid,
  .featured-project,
  .contact-grid,
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-search button {
    grid-column: 1 / -1;
  }

  .hero {
    min-height: auto;
    padding-bottom: 92px;
  }

  .hero-grid,
  .split,
  .featured-project,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-feature .badge,
  .hero-feature h2,
  .hero-feature p,
  .hero-feature a {
    top: 230px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, 1120px);
  }

  .section {
    padding: 64px 0;
  }

  .nav {
    min-height: 68px;
  }

  .nav-menu {
    inset-top: 68px;
  }

  .hero {
    padding-top: 106px;
  }

  h1 {
    font-size: 2.55rem;
  }

  .hero-actions .btn,
  .final-cta .btn,
  .contact-info .btn {
    width: 100%;
  }

  .hero-feature {
    min-height: 400px;
  }

  .quick-search,
  .property-grid,
  .service-grid,
  .benefit-grid,
  .process-grid,
  .testimonial-grid,
  .stats-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .lifestyle-panel,
  .featured-project,
  .contact-form {
    padding: 18px;
  }

  .lifestyle-buttons button {
    flex: 1 1 150px;
  }

  .project-visual {
    min-height: 280px;
  }

  .final-cta-inner,
  .footer-grid {
    align-items: stretch;
    flex-direction: column;
  }
}
