/* ABOUT PAGE (ID 1783) */
body.page-id-1783 .entry-title,
body.page-id-1783 .ast-breadcrumbs-wrapper,
body.page-id-1783 .ast-breadcrumbs {
  display: none !important;
}

body.page-id-1783 .site-main {
  padding-top: 0;
}

body.page-id-1783 .rp-about-page {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
  padding: 28px 0 100px;
  color: #111;
}

body.page-id-1783 .rp-about-hero {
  padding: 18px 0 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body.page-id-1783 .rp-about-title {
  max-width: 12ch;
  margin: 0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

body.page-id-1783 .rp-about-lead {
  max-width: 68ch;
  margin: 22px 0 0;
  font-size: 1.08rem;
  line-height: 1.85;
  color: #424242;
}

body.page-id-1783 .rp-about-section {
  padding: 42px 0;
}

body.page-id-1783 .rp-about-label {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  font-weight: 700;
  color: #6d6d6d;
}

body.page-id-1783 .rp-about-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

body.page-id-1783 .rp-about-column h2 {
  font-family: 'Space Grotesk', sans-serif;
  margin: 0 0 12px;
  letter-spacing: -0.03em;
  line-height: 1.05;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
}

body.page-id-1783 .rp-about-column p {
  margin: 0;
  color: #444;
  line-height: 1.85;
  font-size: 1.02rem;
}
