.about-10-hero-card,
.about-10-intro-card,
.about-10-neighborhood-card,
.about-10-split__media-card {
  border-radius: 36px;
  box-shadow: var(--site10-shadow);
}

.about-10-hero-card {
  padding: clamp(28px, 4vw, 64px);
  background: #ffffff;
  border: 1px solid rgba(248, 184, 63, 0.12);
}

.about-10-hero-card__grid,
.about-10-split {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 4vw, 68px);
  align-items: start;
}

.about-10-breadcrumb {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 26px;
  color: var(--site10-gold-deep);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-10-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.about-10-services {
  margin-top: 34px;
}

.about-10-services p {
  margin: 0 0 18px;
  color: var(--site10-gold-deep);
  font-family: "League Spartan", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.about-10-services__list {
  display: grid;
  gap: 16px;
}

.about-10-services__list a {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 18px 24px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(33, 28, 21, 0.07);
  color: #394337;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.about-10-services__list a::before {
  content: "✓";
  margin-right: 16px;
}

.about-10-services__list a:hover {
  color: var(--site10-gold-deep);
}

.about-10-hero-card__call,
.about-10-split__call,
.about-10-neighborhood-card__call {
  margin-top: 28px;
}

.about-10-form-card {
  padding: 42px 38px 36px;
  border-radius: 32px;
  background: var(--site10-cream);
  box-shadow: var(--site10-shadow);
}

.about-10-form-card h2 {
  margin: 0 0 22px;
  color: var(--site10-text);
  font-family: "League Spartan", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.about-10-form-card__field {
  display: block;
  margin-top: 18px;
}

.about-10-form-card__field span {
  display: block;
  margin-bottom: 10px;
  color: #2c2f35;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.about-10-form-card__field input,
.about-10-form-card__field textarea {
  width: 100%;
  padding: 10px 0 12px;
  border: 0;
  border-bottom: 1px solid rgba(248, 184, 63, 0.38);
  background: transparent;
  color: var(--site10-text);
  font: inherit;
}

.about-10-form-card__field textarea {
  min-height: 94px;
  resize: vertical;
}

.about-10-form-card__submit {
  width: 100%;
  margin-top: 28px;
}

.about-10-intro-card,
.about-10-neighborhood-card {
  padding: clamp(28px, 4vw, 52px);
  background: linear-gradient(180deg, #ffffff 0%, #fbf7ef 100%);
  border: 1px solid rgba(248, 184, 63, 0.12);
}

.about-10-intro-card .home-10-copy--lead {
  max-width: 1120px;
}

.about-10-background {
  position: relative;
}

.about-10-background__header {
  text-align: center;
}

.about-10-background__header .home-10-pill {
  margin-bottom: 14px;
}

.about-10-background__header .home-10-title {
  max-width: 1120px;
  margin-inline: auto;
}

.about-10-background__card {
  position: relative;
  margin-top: 30px;
  padding: 56px 52px;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(248, 184, 63, 0.12);
  box-shadow: var(--site10-shadow);
}

.about-10-background__card .home-10-copy--lead {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1040px;
  text-align: center;
}

.about-10-background__blocks {
  position: absolute;
  left: -14px;
  bottom: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 14px;
  width: 220px;
}

.about-10-background__blocks span {
  display: block;
  height: 20px;
  border-radius: 4px;
  background: #f8b83f;
  opacity: 0.95;
}

.about-10-background__blocks span:nth-child(1),
.about-10-background__blocks span:nth-child(5),
.about-10-background__blocks span:nth-child(8) {
  width: 34px;
  background: #fee4a0;
}

.about-10-background__blocks span:nth-child(2),
.about-10-background__blocks span:nth-child(6) {
  width: 48px;
}

.about-10-background__blocks span:nth-child(3),
.about-10-background__blocks span:nth-child(4),
.about-10-background__blocks span:nth-child(9) {
  width: 62px;
}

.about-10-split--reverse,
.about-10-split--media-left {
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.02fr);
}

.about-10-split__media-card {
  position: relative;
  min-height: 100%;
  padding: 28px;
  background: linear-gradient(180deg, #fbf7ef 0%, #ffffff 100%);
  overflow: hidden;
}

.about-10-split__media-card--gold {
  background: linear-gradient(180deg, #f9edcc 0%, #ffffff 100%);
}

.about-10-split__media-card--cool {
  background: linear-gradient(180deg, #edf3f8 0%, #ffffff 100%);
}

.about-10-split__media-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.1;
  object-fit: cover;
  border-radius: 28px;
}

.about-10-split__media-card--feature {
  background: #fdecc0;
}

.about-10-split__media-card--feature::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 28%;
  bottom: 18%;
  height: 38%;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.35);
}

.about-10-split__media-card--plain {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.about-10-split__content--boxed .home-10-copy--lead {
  margin-top: 24px;
  padding: 42px 40px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(248, 184, 63, 0.12);
  box-shadow: var(--site10-shadow);
}

.about-10-neighborhood-card .home-10-title span {
  color: var(--site10-gold-deep);
}

.about-10-neighborhood-card {
  text-align: center;
  background: linear-gradient(180deg, #fbf7ef 0%, #f9f6ec 100%);
}

.about-10-neighborhood-card .home-10-title,
.about-10-neighborhood-card .home-10-copy--lead {
  max-width: 1240px;
  margin-inline: auto;
}

.about-10-neighborhood-card .home-10-copy--lead {
  margin-top: 24px;
}

@media (max-width: 980px) {
  .about-10-hero-card__grid,
  .about-10-split,
  .about-10-split--reverse,
  .about-10-split--media-left {
    grid-template-columns: 1fr;
  }

  .about-10-background__blocks {
    position: static;
    width: 144px;
    margin: 0 0 22px;
  }

  .about-10-background__card {
    padding: 34px 24px;
  }
}

@media (max-width: 640px) {
  .about-10-services p {
    font-size: 1.65rem;
  }

  .about-10-services__list a {
    min-height: 58px;
    padding: 14px 18px;
    font-size: 16px;
  }

  .about-10-form-card,
  .about-10-intro-card,
  .about-10-neighborhood-card,
  .about-10-background__card {
    padding: 24px 20px;
  }

  .about-10-split__content--boxed .home-10-copy--lead {
    padding: 24px 20px;
  }
}
