/* Requires assets/css/home.css */
.about-page {
  color: var(--ah-ink);
  background: var(--ah-cream);
}
.about-page__hero {
  position: relative;
  overflow: hidden;
  padding: 37px 0 73px;
  border-bottom: 1px solid var(--ah-line);
  background: linear-gradient(112deg, #fffdf8 0%, #eef2e9 100%);
}
.about-page__hero::after {
  position: absolute;
  right: -95px;
  bottom: -168px;
  width: 390px;
  height: 390px;
  border: 60px solid rgba(201, 111, 80, 0.09);
  border-radius: 50%;
  content: "";
}
.about-page__hero .container-fluid {
  position: relative;
  z-index: 1;
}
.about-page__breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 38px;
  color: var(--ah-muted);
  font-size: 0.8rem;
  font-weight: 700;
}
.about-page__breadcrumb a {
  color: var(--ah-olive);
  text-decoration: none;
}
.about-page__breadcrumb a:hover {
  color: var(--ah-terracotta);
}
.about-page__breadcrumb i {
  color: #a4aea6;
  font-size: 0.65rem;
}
.about-page__hero-content {
  max-width: 735px;
}
.about-page__hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--ah-olive-deep);
  font-family: Marcellus, Georgia, serif;
  font-size: clamp(2.7rem, 5.2vw, 5.2rem);
  font-weight: 400;
  line-height: 0.99;
}
.about-page__hero p {
  max-width: 540px;
  margin: 18px 0 0;
  color: var(--ah-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}
.about-page__main {
  padding: 65px 0 88px;
}
.about-page__layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.31fr) minmax(0, 1fr);
  gap: clamp(25px, 5vw, 85px);
  max-width: 1250px;
}
.about-page__aside {
  align-self: start;
  padding: 25px;
  border-radius: 16px;
  color: #e8efe6;
  background: var(--ah-olive-deep);
  box-shadow: 0 15px 31px rgba(50, 72, 51, 0.13);
}
.about-page__aside-mark {
  display: block;
  margin-bottom: 21px;
  color: #f2cda7;
  font-size: 1.2rem;
}
.about-page__aside p {
  margin: 0;
  font-family: Marcellus, Georgia, serif;
  font-size: 1.22rem;
  line-height: 1.42;
}
.about-page__aside a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  color: #f5d0ad;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}
.about-page__aside a:hover {
  color: #fff;
}
.about-page__content {
  min-width: 0;
  padding: clamp(24px, 4.5vw, 52px);
  border: 1px solid var(--ah-line);
  border-radius: 18px;
  background: var(--ah-paper);
  box-shadow: 0 13px 32px rgba(62, 77, 61, 0.055);
}
.about-page__content > :first-child {
  margin-top: 0;
}
.about-page__content > :last-child {
  margin-bottom: 0;
}
.about-page__content h1,
.about-page__content h2,
.about-page__content h3,
.about-page__content h4 {
  color: var(--ah-olive-deep);
  font-family: Marcellus, Georgia, serif;
  font-weight: 400;
  line-height: 1.18;
}
.about-page__content h1 {
  font-size: 2.35rem;
}
.about-page__content h2 {
  margin-top: 1.7em;
  font-size: 1.9rem;
}
.about-page__content h3 {
  margin-top: 1.55em;
  font-size: 1.45rem;
}
.about-page__content p,
.about-page__content li {
  color: #58665c;
  font-size: 1rem;
  line-height: 1.82;
}
.about-page__content p {
  margin: 0 0 1.25rem;
}
.about-page__content ul,
.about-page__content ol {
  margin: 0 0 1.4rem;
  padding-left: 1.3rem;
}
.about-page__content li + li {
  margin-top: 0.35rem;
}
.about-page__content a {
  color: var(--ah-terracotta);
  font-weight: 800;
}
.about-page__content img {
  max-width: 100%;
  height: auto;
  border-radius: 11px;
}
.about-page__content blockquote {
  margin: 1.7rem 0;
  padding: 4px 0 4px 21px;
  border-left: 3px solid var(--ah-terracotta);
  color: var(--ah-olive-deep);
  font-family: Marcellus, Georgia, serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.about-empty-state {
  max-width: 540px;
  margin: 0 auto;
  padding: 25px 0 19px;
  text-align: center;
}
.about-empty-state__visual {
  position: relative;
  display: grid;
  width: 142px;
  height: 142px;
  margin: 0 auto 26px;
  place-items: center;
  border: 1px solid #d9e2d8;
  border-radius: 50%;
  color: var(--ah-olive);
  background: radial-gradient(circle at 34% 28%, #fff 0 22%, #f1f5ed 70%);
}
.about-empty-state__visual::before {
  position: absolute;
  inset: 11px;
  border: 1px dashed #cbd7c8;
  border-radius: 50%;
  content: "";
}
.about-empty-state__visual i {
  position: relative;
  z-index: 1;
  font-size: 3.35rem;
}
.about-empty-state__leaf {
  position: absolute;
  z-index: 2;
  color: var(--ah-terracotta);
  font-size: 1.15rem;
}
.about-empty-state__leaf--one {
  top: 21px;
  right: 27px;
}
.about-empty-state__leaf--two {
  bottom: 26px;
  left: 23px;
  color: #9bad92;
  font-size: 0.9rem;
}
.about-empty-state__eyebrow {
  display: block;
  color: var(--ah-terracotta);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.about-empty-state h2 {
  margin: 11px 0 12px;
  font-size: clamp(1.85rem, 3vw, 2.35rem);
}
.about-empty-state p {
  max-width: 470px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .about-page__layout {
    grid-template-columns: 1fr;
  }
  .about-page__aside {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .about-page__aside-mark {
    margin: 0;
  }
  .about-page__aside p {
    flex: 1;
  }
  .about-page__aside a {
    margin-top: 0;
    padding: 0 0 0 20px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.17);
    white-space: nowrap;
  }
}
@media (max-width: 575.98px) {
  .about-page__hero {
    padding: 27px 0 50px;
  }
  .about-page__breadcrumb {
    margin-bottom: 27px;
  }
  .about-page__hero h1 {
    font-size: 2.65rem;
  }
  .about-page__hero p {
    font-size: 0.96rem;
  }
  .about-page__main {
    padding: 39px 0 56px;
  }
  .about-page__aside {
    display: block;
    padding: 22px;
  }
  .about-page__aside-mark {
    margin-bottom: 15px;
  }
  .about-page__aside a {
    margin-top: 18px;
    padding: 15px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    border-left: 0;
  }
  .about-page__content {
    padding: 23px 19px;
    border-radius: 14px;
  }
  .about-page__content h1 {
    font-size: 2rem;
  }
  .about-page__content h2 {
    font-size: 1.6rem;
  }
  .about-page__content p,
  .about-page__content li {
    font-size: 0.94rem;
    line-height: 1.75;
  }
}
