.about-index { background: #f4f1eb; color: #161616; }
.about-hero { min-height: 360px; }
.about-content { padding: clamp(72px, 9vw, 130px) 0; }
.about-content__inner { max-width: 1050px; }
.about-content__inner > .eyebrow { margin-bottom: 24px; color: #ae7610; }
.about-content__body { color: #343331; font-size: clamp(18px, 1.45vw, 22px); line-height: 1.85; }
.about-content__body h2 { margin: 0 0 28px; color: #161616; font-size: clamp(38px, 5vw, 68px); line-height: 1.04; letter-spacing: -.045em; }
.about-content__body h3 { margin: 52px 0 15px; color: #161616; font-size: clamp(26px, 3vw, 38px); line-height: 1.15; }
.about-content__body p { margin: 0 0 24px; }
.about-content__body a { color: #9b6500; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.about-content__body ul, .about-content__body ol { margin: 0 0 28px; padding-left: 1.4em; }
.about-contact { padding: 0 0 clamp(80px, 10vw, 140px); }
.about-contact__panel { padding: clamp(30px, 5vw, 68px); border-radius: 30px; background: #171717; color: #fff; box-shadow: 0 28px 70px rgba(27, 20, 8, .14); }
.about-contact__intro { max-width: 780px; margin-bottom: 38px; }
.about-contact__intro .eyebrow { color: #f8b52f; }
.about-contact__intro h2 { margin: 14px 0 16px; font-size: clamp(36px, 5vw, 66px); line-height: 1.04; letter-spacing: -.045em; }
.about-contact__intro p:last-child { margin: 0; color: #bcb9b3; font-size: 18px; line-height: 1.65; }
.about-contact__form { padding: 0; background: transparent; }
.about-contact__form label { color: #f5f3ee; }
.about-contact__form input, .about-contact__form textarea { border-color: #484640; background: #242321; color: #fff; }
.about-contact__form input:focus, .about-contact__form textarea:focus { border-color: #f8b52f; outline: 2px solid rgba(248, 181, 47, .18); }
.about-contact__form textarea { min-height: 150px; }
.about-contact .form-success { color: #bfe6bf; }
.about-contact .form-errors { color: #ffd2cc; }
@media (max-width: 760px) {
    .about-content { padding: 64px 0; }
    .about-contact__panel { border-radius: 22px; }
}
