.estate-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(4, 21, 46, .96), rgba(6, 27, 58, .82) 54%, rgba(6, 27, 58, .25)),
    url("../images/generated/after-house.jpg") center / cover;
}

.estate-hero::after {
  content: "";
  position: absolute;
  right: -8vw;
  bottom: -28vw;
  width: 54vw;
  aspect-ratio: 1;
  border: 1px solid rgba(227, 170, 40, .36);
  border-radius: 50%;
}

.estate-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 160px 0 100px;
}

.estate-eyebrow {
  margin: 0 0 1.35rem;
  color: var(--gold-light);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.estate-hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.25rem, 7vw, 6.8rem);
  line-height: .98;
  letter-spacing: -.06em;
}

.estate-hero__lead {
  max-width: 650px;
  margin: 1.8rem 0 2.1rem;
  color: rgba(255, 255, 255, .77);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.estate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.estate-section { padding: 108px 0; }
.estate-section--tint { background: var(--surface); }
.estate-section--navy { color: var(--white); background: var(--navy); }
.estate-section--navy .section-title { color: var(--white); }

.estate-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}

.estate-heading > p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
}

.estate-section--navy .estate-heading > p { color: rgba(255, 255, 255, .65); }

.estate-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.estate-service-card {
  min-height: 290px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: transform .2s, box-shadow .2s;
}

.estate-service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.estate-service-card span,
.estate-reason span { color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .13em; }
.estate-service-card h3,
.estate-reason h3,
.estate-category h3 {
  margin: auto 0 .7rem;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.2;
}
.estate-service-card p,
.estate-reason p,
.estate-category p { margin: 0; color: var(--muted); font-size: .9rem; }

.estate-why {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.estate-why__visual {
  position: relative;
  min-height: 570px;
  background: url("../images/generated/painter-wall-01.jpg") center / cover;
  border-radius: 8px;
}

.estate-why__visual::after {
  content: "Property expertise\A meets finishing craft";
  white-space: pre;
  position: absolute;
  right: -28px;
  bottom: 28px;
  padding: 1.5rem;
  color: var(--navy);
  background: var(--gold);
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.3;
}

.estate-reasons { display: grid; gap: 1rem; }
.estate-reason { padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.estate-reason h3 { margin: .4rem 0; }

.estate-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  list-style: none;
}

.estate-process li { min-height: 220px; padding: 1.6rem; border-right: 1px solid rgba(255, 255, 255, .16); }
.estate-process li:last-child { border-right: 0; }
.estate-process span { color: var(--gold-light); font-family: var(--font-display); font-size: 1.4rem; }
.estate-process h3 { margin: 4rem 0 .5rem; font-family: var(--font-display); font-size: 1.05rem; }
.estate-process p { margin: 0; color: rgba(255, 255, 255, .6); font-size: .82rem; }

.estate-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.estate-category {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  background: linear-gradient(150deg, #e8edf2, #cbd6e0);
  border-radius: 8px;
}
.estate-category:nth-child(2) { background: linear-gradient(150deg, #dbe6ef, #b9c9d8); }
.estate-category:nth-child(3) { background: linear-gradient(150deg, #f1ece1, #d8c9a8); }
.estate-category:nth-child(4) { background: linear-gradient(150deg, #e7e8e4, #c4c9c0); }

.estate-cta {
  padding: 86px 0;
  color: var(--white);
  background: linear-gradient(110deg, #061b3a, #0b3f7b);
}
.estate-cta__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.estate-cta h2 { margin: 0; font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.08; }
.estate-cta p { margin: 0 0 1.4rem; color: rgba(255, 255, 255, .7); }

@media (max-width: 900px) {
  .estate-service-grid { grid-template-columns: repeat(2, 1fr); }
  .estate-why { grid-template-columns: 1fr; }
  .estate-why__visual { min-height: 430px; }
  .estate-process { grid-template-columns: repeat(2, 1fr); }
  .estate-process li { border-bottom: 1px solid rgba(255, 255, 255, .16); }
  .estate-category-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .estate-cta__inner { grid-template-columns: 1fr; gap: 1.5rem; }
}

@media (max-width: 600px) {
  .estate-hero { min-height: 680px; }
  .estate-hero__copy { padding-top: 130px; }
  .estate-actions .button { width: 100%; }
  .estate-section { padding: 76px 0; }
  .estate-heading { align-items: flex-start; flex-direction: column; }
  .estate-service-grid,
  .estate-category-grid { grid-template-columns: 1fr; }
  .estate-why__visual::after { right: 12px; bottom: 12px; }
  .estate-process { grid-template-columns: 1fr; }
  .estate-process li { min-height: 170px; border-right: 0; }
  .estate-process h3 { margin-top: 2rem; }
}
