.about-shell {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 1.5rem;
}

.about-hero,
.about-section {
    background: #f8f4ee;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.about-hero {
    border-bottom: 1px solid rgba(155, 125, 85, 0.16);
    padding: 4.5rem 0;
}

.about-hero-grid,
.about-story-grid {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 5vw, 4rem);
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
}

.about-story-grid-reverse {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
}

.about-kicker {
    color: #7d6a4f;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.about-hero-copy h1,
.about-story-copy h2 {
    color: #2f3b36;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.05;
    margin-bottom: 1.45rem;
}

.about-hero-copy h1 {
    font-size: clamp(2.8rem, 6vw, 5rem);
    max-width: 12ch;
}

.about-story-copy h2 {
    font-size: clamp(2rem, 3.8vw, 3.2rem);
}

.about-hero-copy p,
.about-story-copy p {
    color: #6f625b;
    font-size: 1.08rem;
    line-height: 1.78;
    margin-bottom: 1.1rem;
}

.about-hero-copy p {
    max-width: 650px;
}

.about-hero-image-wrap,
.about-image-wrap {
    background: #efe4d6;
    border-radius: 1.75rem;
    box-shadow: 0 24px 55px rgba(84, 66, 47, 0.12);
    overflow: hidden;
}

.about-hero-image,
.about-image {
    display: block;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.about-section {
    border-bottom: 1px solid rgba(155, 125, 85, 0.16);
    padding: 4.5rem 0;
}

.about-cta {
    background: #9b7d55;
    border-radius: 999px;
    color: #fff8f0;
    display: inline-flex;
    font-weight: 600;
    margin-top: 0.75rem;
    padding: 0.95rem 2.3rem;
    text-decoration: none;
}

.about-cta:hover,
.about-cta:focus {
    background: #8c704c;
    color: #fff8f0;
}

@media (max-width: 991.98px) {
    .about-hero-grid,
    .about-story-grid,
    .about-story-grid-reverse {
        grid-template-columns: 1fr;
    }

    .about-hero,
    .about-section {
        padding: 3.5rem 0;
    }

    .about-hero-copy h1 {
        max-width: 14ch;
    }
}

@media (max-width: 575.98px) {
    .about-shell {
        padding: 0 1rem;
    }

    .about-hero,
    .about-section {
        padding: 2.5rem 0;
    }

    .about-hero-image,
    .about-image {
        min-height: 320px;
    }

    .about-cta {
        justify-content: center;
        width: 100%;
    }
}
