.page .elementor {
  --anv-ink: #2f2f2d;
  --anv-muted: #55564f;
  --anv-bg: #f2eee6;
  --anv-card: #faf7f0;
  --anv-line: #d9d1c3;
  --anv-primary: #2d2e2e;
  --anv-accent: #7a6a4c;
}

.anv-inner-page {
  background: linear-gradient(180deg, #eee8dd 0%, #f6f2e9 100%);
  border-bottom: 1px solid var(--anv-line);
  padding: 96px 0;
}

.anv-inner-wrap,
.anv-inner-section,
.anv-inner-row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.anv-inner-hero-title .elementor-heading-title {
  font-family: "Times New Roman", "Iowan Old Style", serif;
  color: var(--anv-ink);
  font-size: clamp(46px, 5.2vw, 76px);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.anv-inner-hero-sub .elementor-widget-container {
  margin-top: 22px;
  max-width: 42ch;
  font-size: 23px;
  line-height: 1.45;
  color: var(--anv-muted);
}

.anv-inner-hero-btn .elementor-button {
  margin-top: 30px;
  background: var(--anv-primary) !important;
  color: #fff !important;
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 500;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border: 1px solid #2d2e2e;
}

.anv-inner-section {
  background: var(--anv-bg);
  border-bottom: 1px solid var(--anv-line);
  padding: 88px 0;
}

.anv-inner-sec-title .elementor-heading-title {
  font-family: "Times New Roman", "Iowan Old Style", serif;
  color: var(--anv-ink);
  font-size: clamp(38px, 4.4vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.anv-inner-sec-text .elementor-widget-container {
  margin-top: 14px;
  max-width: 54ch;
  font-size: 19px;
  line-height: 1.58;
  color: var(--anv-muted);
}

.anv-inner-grid {
  display: grid !important;
  gap: 20px;
  margin-top: 28px;
}

.anv-inner-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.anv-inner-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 26px;
  align-items: start;
}

.anv-inner-col {
  min-width: 0;
}

.anv-inner-card {
  background: var(--anv-card);
  border: 1px solid var(--anv-line);
  border-radius: 18px;
  padding: 26px 24px;
  box-shadow: 0 8px 24px rgba(58, 48, 30, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.anv-inner-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(58, 48, 30, 0.11);
}

.anv-inner-card-title .elementor-heading-title {
  font-family: "Times New Roman", "Iowan Old Style", serif;
  color: var(--anv-ink);
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.anv-inner-card-text .elementor-widget-container {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--anv-muted);
}

.anv-inner-placeholder {
  min-height: 380px;
  border: 1px dashed #b7ad97;
  border-radius: 18px;
  background: linear-gradient(155deg, #f7f2e7 0%, #ebdfcb 100%);
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 26px;
}

.anv-inner-ph-title .elementor-heading-title {
  font-family: "Times New Roman", "Iowan Old Style", serif;
  font-size: 42px;
  color: #5f584a;
  line-height: 1.1;
}

.anv-inner-ph-text .elementor-widget-container {
  margin-top: 12px;
  font-size: 16px;
  color: #766f61;
}

/* Services page: professional corporate overrides */
.anv-inner-services {
  background: #f4f0e8;
  padding: 78px 0 68px;
}

.anv-inner-services .anv-inner-hero-title .elementor-heading-title {
  font-size: clamp(54px, 6vw, 88px);
  color: #2f302f;
}

.anv-inner-services .anv-inner-hero-sub .elementor-widget-container {
  font-size: 20px;
  max-width: 34ch;
  color: #5c5a55;
}

.anv-inner-services .anv-inner-col-right {
  align-self: stretch;
}

.anv-inner-services .anv-inner-placeholder {
  min-height: 250px;
  border: 1px solid #d6cebf;
  border-style: solid;
  background: linear-gradient(145deg, #f7f3ea 0%, #efe8dc 100%);
}

.anv-inner-services .anv-inner-ph-title .elementor-heading-title {
  font-size: 30px;
  color: #4d4a43;
}

.anv-inner-services + .anv-inner-section {
  background: #f1ede5;
}

.anv-inner-services + .anv-inner-section .anv-inner-sec-title .elementor-heading-title {
  font-size: clamp(48px, 5.2vw, 80px);
}

.anv-inner-services + .anv-inner-section .anv-inner-card {
  background: #f8f4ec;
  border: 1px solid #d8d0c2;
  border-radius: 12px;
  padding: 24px 22px 22px;
  box-shadow: none;
}

.anv-inner-services + .anv-inner-section .anv-inner-card:hover {
  transform: none;
  box-shadow: none;
  border-color: #c9bea9;
}

.anv-inner-services + .anv-inner-section .anv-inner-card-title .elementor-heading-title {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 46px;
  line-height: 1.08;
  color: #2f302f;
}

.anv-inner-services + .anv-inner-section .anv-inner-card-text .elementor-widget-container {
  margin-top: 10px;
  color: #5f5e59;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .anv-inner-wrap,
  .anv-inner-section,
  .anv-inner-row {
    padding: 0 18px;
  }
  .anv-inner-page {
    padding: 66px 0;
  }
  .anv-inner-section {
    padding: 60px 0;
  }
  .anv-inner-grid-3,
  .anv-inner-row {
    grid-template-columns: 1fr;
  }
  .anv-inner-hero-title .elementor-heading-title {
    font-size: clamp(44px, 11vw, 64px);
  }
  .anv-inner-sec-title .elementor-heading-title {
    font-size: clamp(34px, 9.4vw, 52px);
  }
  .anv-inner-card-title .elementor-heading-title {
    font-size: 28px;
  }
  .anv-inner-services {
    padding: 62px 0 52px;
  }
  .anv-inner-services + .anv-inner-section .anv-inner-card-title .elementor-heading-title {
    font-size: 36px;
  }
}
