body.theme-estate {
  --estate-navy: #142338;
  --estate-gold: #9f7a3e;
  --estate-cloud: #f8f7f2;
  --estate-cream: #f1ece4;
  --estate-line: rgba(20, 35, 56, 0.16);
  --estate-muted: #53605b;
  --accent: var(--estate-gold);
  --dark: var(--estate-navy);
  --line: var(--estate-line);
  --muted: var(--estate-muted);
  --surface-soft: #eee9df;
  --section-soft-bg: #f2eee7;
  --card-border: rgba(20, 35, 56, 0.16);
  --card-shadow: 0 18px 42px rgba(20, 35, 56, 0.08);
  background: var(--estate-cloud);
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
}

.theme-estate h1,
.theme-estate h2,
.theme-estate h3,
.theme-estate .brand strong {
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  letter-spacing: 0;
}

.theme-estate h1,
.theme-estate h2 {
  color: #15191d;
  font-weight: 900;
}

.theme-estate .hero {
  background:
    linear-gradient(90deg, rgba(20, 35, 56, 0.055) 1px, transparent 1px) 0 0 / 52px 52px,
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(242, 246, 246, 0.92) 58%, rgba(222, 214, 197, 0.86) 100%);
  color: var(--estate-navy);
  padding: clamp(3rem, 5vw, 5.4rem) 0 clamp(3.2rem, 5.6vw, 5.8rem);
}

.theme-estate .hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}

.theme-estate h1 {
  max-width: 22ch;
  margin-bottom: 1.05rem;
  font-size: clamp(2.15rem, 2.8vw, 2.55rem);
  line-height: 1.02;
}

.theme-estate .hero h1 {
  max-width: 22ch;
}

.theme-estate h2 {
  max-width: 17ch;
  font-size: clamp(2.15rem, 3.6vw, 3.35rem);
  line-height: 1.03;
}

.theme-estate h3 {
  color: #171b1f;
  font-size: clamp(1.25rem, 1.6vw, 1.58rem);
  font-weight: 850;
  line-height: 1.08;
}

.theme-estate .hero-lead,
.theme-estate .section-heading p,
.theme-estate .large-text,
.theme-estate .service-card p,
.theme-estate .case-card p,
.theme-estate .faq-card p,
.theme-estate .area-panel p {
  color: var(--estate-muted);
  line-height: 1.62;
}

.theme-estate .hero-lead {
  max-width: 44rem;
}

.theme-estate .eyebrow,
.theme-estate .section-label,
.theme-estate .card-label {
  border-color: rgba(159, 122, 62, 0.28);
  background: rgba(255, 255, 255, 0.78);
  color: #8a6731;
  letter-spacing: 0.08em;
}

.theme-estate .button {
  border-radius: 6px;
}

.theme-estate .button-primary,
.theme-estate .mobile-contact-bar a:first-child {
  background: var(--estate-navy);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(20, 35, 56, 0.18);
}

.theme-estate .button-secondary {
  border-color: rgba(20, 35, 56, 0.18);
  background: rgba(255, 255, 255, 0.86);
  color: var(--estate-navy);
}

.theme-estate .hero-proof {
  gap: 0.6rem;
}

.theme-estate .hero-proof li {
  border-color: rgba(159, 122, 62, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--estate-navy);
  box-shadow: 0 8px 20px rgba(20, 35, 56, 0.05);
}

.theme-estate .demo-safety-note {
  max-width: 44rem;
  border-color: rgba(20, 35, 56, 0.16);
  background: rgba(255, 255, 255, 0.82);
  color: #4f5b56;
  line-height: 1.55;
}

.theme-estate .hero-photo,
.theme-estate .case-card {
  border-radius: 6px;
  box-shadow: 0 22px 48px rgba(20, 35, 56, 0.12);
}

.theme-estate .hero-photo {
  aspect-ratio: 5 / 4;
  border-color: rgba(20, 35, 56, 0.14);
}

.theme-estate .hero-photo img {
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  object-position: center;
}

.theme-estate .hero-note {
  right: clamp(0.9rem, 2vw, 1.2rem);
  bottom: clamp(0.9rem, 2vw, 1.2rem);
  max-width: 290px;
  border: 1px solid rgba(20, 35, 56, 0.14);
  border-left: 4px solid var(--estate-gold);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  color: #171b1f;
  backdrop-filter: blur(10px);
}

.theme-estate .hero-note p {
  color: #4f5b56;
  line-height: 1.45;
}

.theme-estate .trust-strip {
  background: #ffffff;
  color: var(--estate-navy);
  border-block: 1px solid var(--estate-line);
  padding: 0.85rem 0;
}

.theme-estate .trust-item {
  border-left-color: var(--estate-line);
  padding: 1.1rem 1.2rem;
}

.theme-estate .trust-item strong {
  color: var(--estate-navy);
}

.theme-estate .trust-item p {
  color: #53605b;
  line-height: 1.55;
}

.theme-estate .section {
  padding: clamp(2.9rem, 4.7vw, 4.8rem) 0;
}

.theme-estate .section[id] {
  scroll-margin-top: 6.25rem;
}

.theme-estate .section-soft {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0)),
    var(--section-soft-bg);
}

.theme-estate .section-heading {
  max-width: 760px;
  margin-bottom: clamp(1.45rem, 2.5vw, 2.1rem);
}

.theme-estate .split-grid {
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(1.6rem, 4vw, 3.5rem);
  align-items: center;
}

.theme-estate .faq-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(1.6rem, 4vw, 3.6rem);
  align-items: start;
}

.theme-estate .contact-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(21rem, 1fr);
  gap: clamp(1.8rem, 4vw, 4.2rem);
  align-items: center;
}

.theme-estate .area-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1fr);
  gap: clamp(1.8rem, 4vw, 4rem);
}

.theme-estate .service-card,
.theme-estate .area-panel,
.theme-estate .faq-card,
.theme-estate .contact-form {
  border-color: rgba(20, 35, 56, 0.15);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(20, 35, 56, 0.07);
}

.theme-estate .service-card,
.theme-estate .area-panel,
.theme-estate .faq-card {
  padding: clamp(1.15rem, 2vw, 1.45rem);
}

.theme-estate .service-card {
  border-top: 4px solid var(--estate-navy);
}

.theme-estate .service-card:nth-child(2) {
  border-top-color: #61756e;
}

.theme-estate .service-card:nth-child(3) {
  border-top-color: var(--estate-gold);
}

.theme-estate .service-card ul {
  margin-top: auto;
  padding-top: 1rem;
}

.theme-estate .service-card li,
.theme-estate .check-list li {
  color: #53605b;
  line-height: 1.55;
}

.theme-estate .check-list a {
  color: var(--estate-navy);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.theme-estate .case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.5rem);
}

.theme-estate .case-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border-color: rgba(20, 35, 56, 0.14);
  background: #ffffff;
}

.theme-estate .case-card img {
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: center;
}

.theme-estate .case-card-content {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  border-top: 4px solid var(--estate-gold);
  padding: clamp(1rem, 2vw, 1.3rem);
}

.theme-estate .steps-grid {
  align-items: stretch;
}

.theme-estate .steps-grid .area-panel {
  min-height: 100%;
}

.theme-estate .area-panel strong,
.theme-estate .faq-card h3 {
  color: #171b1f;
}

.theme-estate .area-panel strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1rem;
}

.theme-estate .area-pills {
  gap: 0.6rem;
}

.theme-estate .area-pills span {
  border-color: rgba(20, 35, 56, 0.14);
  border-radius: 6px;
  background: #ffffff;
  color: var(--estate-navy);
}

.theme-estate .faq-list {
  gap: 0.85rem;
}

.theme-estate .faq-card h3 {
  margin-bottom: 0.4rem;
}

.theme-estate #valuation {
  position: relative;
}

.theme-estate .anchor-target {
  position: absolute;
  top: -5rem;
}

.theme-estate .contact-form {
  padding: clamp(1.1rem, 2.2vw, 1.55rem);
}

.theme-estate label {
  color: #171b1f;
  font-size: 0.95rem;
}

.theme-estate input,
.theme-estate select,
.theme-estate textarea {
  border-color: rgba(20, 35, 56, 0.16);
  border-radius: 6px;
  background: #ffffff;
  color: #171b1f;
}

.theme-estate input:focus,
.theme-estate select:focus,
.theme-estate textarea:focus {
  border-color: var(--estate-gold);
  box-shadow: 0 0 0 4px rgba(159, 122, 62, 0.14);
  outline: 0;
}

.theme-estate textarea::placeholder {
  color: #7b8581;
}

.theme-estate .form-note,
.theme-estate .form-message {
  color: #53605b;
}

.theme-estate .form-trust {
  border-color: rgba(20, 35, 56, 0.14);
  border-left: 4px solid var(--estate-gold);
  border-radius: 6px;
  background: #f6f2ea;
  color: #53605b;
}

.theme-estate .form-message {
  min-height: 1.35rem;
  margin-top: 0.8rem;
  font-weight: 750;
}

.theme-estate .site-footer {
  padding-bottom: 3rem;
}

.theme-estate .footer-row p {
  color: rgba(248, 243, 234, 0.82);
}

@media (max-width: 980px) {
  .theme-estate .hero-grid,
  .theme-estate .split-grid,
  .theme-estate .faq-grid,
  .theme-estate .contact-grid,
  .theme-estate .area-grid,
  .theme-estate .case-grid,
  .theme-estate .service-grid,
  .theme-estate .steps-grid {
    grid-template-columns: 1fr;
  }

  .theme-estate .hero-copy {
    max-width: 680px;
  }
}

@media (min-width: 760px) and (max-width: 900px) {
  .theme-estate .header-row {
    flex-wrap: wrap;
  }

  .theme-estate .back-presgro {
    display: none;
  }

  .theme-estate .nav-toggle {
    display: inline-flex;
    align-items: center;
  }

  .theme-estate .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    padding: 0.4rem 0 0.8rem;
  }

  .theme-estate .site-nav.open {
    display: flex;
  }

  .theme-estate .site-nav a {
    min-height: 2.8rem;
  }
}

@media (max-width: 759px) {
  body.theme-estate {
    padding-bottom: 0;
  }

  .theme-estate .mobile-contact-bar {
    position: static;
    width: min(calc(100% - 1.5rem), var(--max));
    margin: 0.75rem auto 0;
    border-radius: 6px;
  }

  .theme-estate .hero {
    padding-top: 2.2rem;
  }

  .theme-estate h1 {
    max-width: 15ch;
    font-size: clamp(2.3rem, 10.5vw, 2.85rem);
  }

  .theme-estate h2 {
    max-width: 14.5ch;
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .theme-estate .hero-photo img {
    min-height: 250px;
  }

  .theme-estate .hero-note {
    margin: -0.85rem 0.85rem 0.85rem;
  }

  .theme-estate .trust-strip {
    padding: 0.2rem 0;
  }

  .theme-estate .trust-item {
    padding: 1rem 0;
    border-left: 0;
    border-top: 1px solid var(--estate-line);
  }

  .theme-estate .trust-item:first-child {
    border-top: 0;
  }

  .theme-estate .section {
    padding: 3rem 0;
  }

  .theme-estate .area-pills span {
    flex: 1 1 9rem;
    justify-content: center;
  }

  .theme-estate .site-footer {
    padding-bottom: 3rem;
  }
}
