:root {
  --ink: #101114;
  --muted: #656a73;
  --line: #dde1e7;
  --paper: #fbfaf7;
  --white: #ffffff;
  --green: #0e5f46;
  --gold: #c99b48;
  --blue: #244b6f;
  --charcoal: #161a1f;
  --shadow: 0 24px 80px rgba(12, 21, 28, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 22px 5vw;
  color: var(--white);
  transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  padding-block: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 42px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 226px;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-weight: 800;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.98rem;
  line-height: 1.15;
}

.brand small {
  color: currentColor;
  font-size: 0.74rem;
  opacity: 0.76;
}

.site-nav {
  justify-self: center;
  display: flex;
  gap: 28px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid currentColor;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  padding: 150px 5vw 56px;
  color: var(--white);
  overflow: hidden;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)),
    url("https://images.unsplash.com/photo-1518684079-3c830dcef090?auto=format&fit=crop&w=1800&q=85") center / cover;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 9, 14, 0.86), rgba(5, 9, 14, 0.44) 45%, rgba(5, 9, 14, 0.25)),
    linear-gradient(0deg, rgba(5, 9, 14, 0.74), rgba(5, 9, 14, 0.05) 52%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--green);
}

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

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 26px;
  font-size: clamp(3.2rem, 7vw, 6.7rem);
}

h2 {
  font-size: clamp(2.3rem, 4.7vw, 4.8rem);
}

h3 {
  line-height: 1.16;
  font-size: 1.28rem;
}

.hero-copy {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.hero-actions,
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button-primary {
  border-color: var(--green);
  color: var(--white);
  background: var(--green);
}

.button-light {
  color: var(--ink);
  background: var(--white);
}

.hero-stats {
  gap: 0;
  margin-top: 44px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.hero-stats div {
  min-width: 180px;
  padding: 18px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-stats div:last-child {
  border-right: 0;
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  font-size: 1.55rem;
}

.hero-stats span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.85rem;
}

section {
  padding: 96px 5vw;
}

.band {
  background: var(--white);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: 8vw;
  max-width: 1180px;
  margin: 0 auto;
}

.intro-copy {
  align-self: end;
  color: var(--muted);
  font-size: 1.06rem;
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--green);
  font-weight: 800;
  border-bottom: 2px solid currentColor;
}

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

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1220px;
  margin: 0 auto;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-grid article {
  min-height: 330px;
  padding: 34px 28px;
  background: var(--white);
}

.service-grid span {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 56px;
  border-radius: 50%;
  color: var(--white);
  background: var(--charcoal);
  font-weight: 800;
}

.service-grid p,
.proof-content p,
.about-copy p,
.faq-list p {
  color: var(--muted);
}

.proof {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 1fr);
  align-items: center;
  gap: 5vw;
  background: #eef2ef;
}

.proof-media img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.proof-content {
  max-width: 620px;
}

.proof-list {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.proof-list div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(16, 17, 20, 0.16);
}

.proof-list strong {
  color: var(--green);
}

.portfolio {
  background: var(--paper);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  grid-auto-rows: 310px;
  gap: 16px;
  max-width: 1220px;
  margin: 0 auto;
}

.property-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--charcoal);
}

.property-card.tall {
  grid-row: span 2;
}

.property-card.wide {
  grid-column: span 2;
}

.property-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.property-card:hover img {
  transform: scale(1.04);
  opacity: 0.7;
}

.property-card div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
}

.property-card strong,
.property-card span {
  display: block;
}

.property-card strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.05rem;
  line-height: 1;
}

.property-card span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.8);
}

.about-card {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 54px;
  max-width: 1120px;
  margin: 0 auto;
  align-items: center;
}

.profile-panel {
  padding: 34px;
  color: var(--white);
  background: var(--charcoal);
}

.profile-photo {
  display: grid;
  width: 170px;
  height: 170px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(14, 95, 70, 0.72), rgba(36, 75, 111, 0.7)),
    url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=500&q=80") center / cover;
  border: 3px solid rgba(255, 255, 255, 0.34);
  font-size: 2.1rem;
  font-weight: 900;
}

.verified {
  color: var(--gold);
  font-weight: 800;
}

.profile-panel h2 {
  font-size: 2.35rem;
}

.profile-panel p:last-child {
  color: rgba(255, 255, 255, 0.74);
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 34px;
  background: var(--line);
  border: 1px solid var(--line);
}

.mini-stats div {
  padding: 20px;
  background: var(--paper);
}

.mini-stats strong,
.mini-stats span {
  display: block;
}

.mini-stats span {
  color: var(--muted);
  font-size: 0.88rem;
}

.reviews {
  background: var(--white);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

figure {
  margin: 0;
  padding: 32px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.rating {
  color: var(--green);
  font-weight: 900;
}

blockquote {
  margin: 24px 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.22;
}

figcaption {
  color: var(--muted);
  font-weight: 700;
}

.faq {
  background: var(--paper);
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  padding: 24px 0;
  font-size: 1.1rem;
  font-weight: 800;
}

details p {
  max-width: 720px;
  margin-bottom: 28px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 520px);
  gap: 6vw;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(9, 18, 22, 0.92), rgba(14, 95, 70, 0.78)),
    url("https://images.unsplash.com/photo-1512453979798-5ea266f8880c?auto=format&fit=crop&w=1600&q=85") center / cover;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  padding: 14px 16px;
  color: var(--ink);
  background: #f8f9fa;
  font: inherit;
}

textarea {
  resize: vertical;
}

.whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 25;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: #18b75f;
  box-shadow: 0 18px 44px rgba(24, 183, 95, 0.38);
  font-weight: 900;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 5vw;
  color: var(--white);
  background: #07090b;
}

.footer p {
  margin: 0;
  font-weight: 800;
}

.footer div {
  display: flex;
  gap: 22px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: inline-grid;
    gap: 5px;
    width: 48px;
    height: 48px;
    place-content: center;
    border: 1px solid currentColor;
    color: inherit;
    background: transparent;
  }

  .menu-button span:not(.sr-only) {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
  }

  .site-header.is-open .site-nav {
    position: absolute;
    top: 76px;
    left: 5vw;
    right: 5vw;
    display: grid;
    gap: 0;
    padding: 12px;
    color: var(--ink);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-header.is-open .site-nav a {
    padding: 14px 10px;
    border-bottom: 1px solid var(--line);
  }

  .section-grid,
  .proof,
  .about-card,
  .contact {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .portfolio-grid {
    grid-template-columns: 1fr 1fr;
  }

  .property-card.wide {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 920px;
    padding-top: 118px;
  }

  .hero-stats {
    display: grid;
  }

  .hero-stats div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  section {
    padding: 72px 6vw;
  }

  .service-grid,
  .review-grid,
  .portfolio-grid,
  .mini-stats {
    grid-template-columns: 1fr;
  }

  .portfolio-grid {
    grid-auto-rows: 320px;
  }

  .property-card.tall {
    grid-row: span 1;
  }

  .proof-media img {
    height: 420px;
  }

  .proof-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .footer {
    display: grid;
  }

  .footer div {
    display: grid;
    gap: 10px;
  }
}
