.dedicated-page {
  background: #f4f0e8;
  color: var(--ink, #041026);
}

.dedicated-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 8rem) clamp(1.25rem, 4vw, 3rem) clamp(3rem, 6vw, 5rem);
}

.dedicated-kicker {
  margin: 0 0 1rem;
  color: #9a743b;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.dedicated-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.5rem, 7vw, 5.4rem);
  line-height: .98;
  letter-spacing: -.035em;
}

.dedicated-lead {
  max-width: 760px;
  margin: 1.5rem 0 0;
  color: #455064;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.7;
}

.dedicated-shell {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto clamp(4rem, 8vw, 7rem);
}

.dedicated-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: start;
}

.dedicated-card {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(4, 16, 38, .1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 56px rgba(4, 16, 38, .08);
}

.dedicated-card h2 {
  margin: 0 0 .9rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.dedicated-card p {
  color: #566176;
  line-height: 1.75;
}

.dedicated-card p:last-child {
  margin-bottom: 0;
}

.dedicated-contact-list {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.dedicated-contact-list strong {
  display: block;
  margin-bottom: .25rem;
  color: #041026;
}

.dedicated-contact-list a {
  color: #745326;
  font-weight: 700;
}

.dedicated-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.75rem;
}

.dedicated-action {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: .8rem 1rem;
  border: 1px solid rgba(4, 16, 38, .18);
  border-radius: 999px;
  color: #041026;
  font-weight: 800;
  text-decoration: none;
}

.dedicated-action--primary {
  border-color: #041026;
  background: #041026;
  color: #fff;
}

.dedicated-form-card .contact-form-lux {
  margin-top: 1.5rem;
}

.dedicated-about-stack {
  display: grid;
  gap: 1.25rem;
}

.dedicated-about-stack .dedicated-card {
  max-width: 880px;
}

.footer-col h3 a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 820px) {
  .dedicated-grid {
    grid-template-columns: 1fr;
  }

  .dedicated-shell {
    width: min(100% - 1.5rem, 680px);
  }

  .dedicated-card {
    border-radius: 16px;
  }
}
