.about-page {
    background: #fff;
    color: #24303b;
}

.about-page__hero {
    min-height: 78vh;
    overflow: hidden;
    padding: 140px 0 96px;
    position: relative;
}

.about-page__hero-image,
.about-page__hero-overlay {
    inset: 0;
    position: absolute;
}

.about-page__hero-image {
    background:
        linear-gradient(90deg, rgba(9, 16, 23, 0.78) 0%, rgba(9, 16, 23, 0.44) 48%, rgba(9, 16, 23, 0.2) 100%),
        url("../img/hero.jpg") center center / cover no-repeat;
    transform: scale(1.03);
}

.about-page__hero-overlay {
    background:
        radial-gradient(circle at top right, rgba(207, 107, 48, 0.34), transparent 34%),
        radial-gradient(circle at left bottom, rgba(255, 255, 255, 0.08), transparent 26%);
}

.about-page__hero .container,
.about-page__cta .container {
    position: relative;
    z-index: 2;
}

.about-page__hero-content {
    max-width: 660px;
    position: relative;
    z-index: 2;
}

.about-page__eyebrow {
    color: #f3c2a0;
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.about-page__eyebrow--warm {
    color: #cf6b30;
}

.about-page__hero h1,
.about-page__section-heading h2,
.about-page__intro h2,
.about-page__detail h2,
.about-page__cta h2 {
    letter-spacing: -0.03em;
}

.about-page__hero h1 {
    color: #fff;
    font-size: 4rem;
    line-height: 1.02;
    margin-bottom: 22px;
    max-width: 12ch;
}

.about-page__hero p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 30px;
    max-width: 58ch;
}

.about-page__hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.about-page__ghost-link {
    color: #fff;
    font-weight: 600;
    opacity: 0.92;
}

.about-page__ghost-link:hover {
    color: #fff;
    opacity: 1;
}

.about-page__intro,
.about-page__flow,
.about-page__detail,
.about-page__audiences,
.about-page__cta {
    position: relative;
}

.about-page__intro {
    background:
        linear-gradient(180deg, #fff5ee 0%, #fff 100%);
    padding: 86px 0 72px;
}

.about-page__intro h2,
.about-page__detail h2,
.about-page__cta h2,
.about-page__section-heading h2 {
    color: #18212a;
    font-size: 2.7rem;
    line-height: 1.08;
    margin-bottom: 0;
}

.about-page__lead {
    color: #465363;
    font-size: 1.03rem;
    line-height: 1.8;
    margin-bottom: 18px;
}

.about-page__lead:last-child {
    margin-bottom: 0;
}

.about-page__gallery {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    margin-top: 42px;
}

.about-page__gallery-main,
.about-page__gallery-small {
    overflow: hidden;
}

.about-page__gallery-main img,
.about-page__gallery-small img {
    box-shadow: 0 20px 45px rgba(19, 29, 40, 0.12);
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.about-page__gallery-main img {
    border-radius: 34px;
    min-height: 100%;
}

.about-page__gallery-stack {
    display: grid;
    gap: 18px;
    grid-template-rows: 1fr 1fr;
}

.about-page__gallery-small img {
    border-radius: 24px;
    min-height: 210px;
}

.about-page__flow {
    background: #fff;
    padding: 84px 0 80px;
}

.about-page__section-heading {
    margin-bottom: 42px;
    max-width: 720px;
}

.about-page__section-heading p {
    color: #596677;
    font-size: 1rem;
    line-height: 1.75;
    margin: 16px 0 0;
}

.about-page__steps {
    row-gap: 28px;
}

.about-step {
    border-top: 1px solid #e7e5e0;
    padding-top: 22px;
}

.about-step__number {
    color: #cf6b30;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 18px;
}

.about-step h3,
.about-page__feature h3,
.about-audience h3 {
    color: #1d2630;
    font-size: 1.35rem;
    line-height: 1.25;
    margin-bottom: 14px;
}

.about-step p,
.about-page__feature p,
.about-audience p,
.about-page__visual-note span,
.about-page__cta p {
    color: #556171;
    line-height: 1.75;
    margin-bottom: 0;
}

.about-page__detail {
    background: #f8f4ef;
    overflow: hidden;
    padding: 88px 0;
}

.about-page__visual {
    position: relative;
}

.about-page__visual img {
    border-radius: 28px;
    box-shadow: 0 28px 60px rgba(18, 25, 33, 0.16);
    display: block;
    width: 100%;
}

.about-page__visual-note {
    background: rgba(18, 25, 33, 0.94);
    border-radius: 20px;
    bottom: 24px;
    left: 24px;
    max-width: 280px;
    padding: 18px 18px 16px;
    position: absolute;
}

.about-page__visual-note strong {
    color: #fff;
    display: block;
    font-size: 1rem;
    line-height: 1.35;
    margin-bottom: 8px;
}

.about-page__visual-note span {
    color: rgba(255, 255, 255, 0.78);
    display: block;
    font-size: 0.92rem;
}

.about-page__feature-list {
    margin-top: 34px;
}

.about-page__feature {
    border-top: 1px solid rgba(30, 38, 48, 0.12);
    padding: 18px 0;
}

.about-page__feature:last-child {
    padding-bottom: 0;
}

.about-page__audiences {
    background: #121921;
    padding: 86px 0;
}

.about-page__section-heading--light h2,
.about-page__section-heading--light p,
.about-audience h3 {
    color: #fff;
}

.about-page__section-heading--light p {
    color: rgba(255, 255, 255, 0.72);
}

.about-audience {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    height: 100%;
    padding-top: 22px;
}

.about-audience p {
    color: rgba(255, 255, 255, 0.74);
}

.about-page__cta {
    background:
        linear-gradient(135deg, #fff 0%, #fff7f1 100%);
    padding: 86px 0 94px;
}

.about-page__cta-inner {
    align-items: start;
    column-gap: 48px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.about-page__cta-copy p {
    margin-top: 18px;
}

.about-page__cta-links {
    display: grid;
    gap: 14px;
}

.about-page__cta-link {
    align-items: center;
    background: #fff;
    border: 1px solid #ece3da;
    border-radius: 18px;
    color: #1f2831;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    justify-content: space-between;
    padding: 16px 18px;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.about-page__cta-link:hover {
    border-color: #e2b08e;
    box-shadow: 0 18px 34px rgba(207, 107, 48, 0.12);
    color: #1f2831;
    transform: translateY(-2px);
}

.about-page__cta-arrow {
    color: #cf6b30;
    font-size: 1.15rem;
    line-height: 1;
}

@media (max-width: 1199px) {
    .about-page__hero h1 {
        font-size: 3.5rem;
    }

    .about-page__intro h2,
    .about-page__detail h2,
    .about-page__cta h2,
    .about-page__section-heading h2 {
        font-size: 2.4rem;
    }
}

@media (max-width: 991px) {
    .about-page__hero {
        min-height: auto;
        padding: 122px 0 78px;
    }

    .about-page__hero h1 {
        font-size: 2.9rem;
        max-width: none;
    }

    .about-page__intro,
    .about-page__flow,
    .about-page__detail,
    .about-page__audiences,
    .about-page__cta {
        padding: 72px 0;
    }

    .about-page__detail .row,
    .about-page__intro .row {
        row-gap: 28px;
    }

    .about-page__gallery {
        grid-template-columns: 1fr;
    }

    .about-page__gallery-stack {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .about-page__cta-inner {
        grid-template-columns: 1fr;
        row-gap: 28px;
    }
}

@media (max-width: 767px) {
    .about-page__hero {
        padding: 110px 0 62px;
    }

    .about-page__hero h1 {
        font-size: 2.35rem;
        line-height: 1.04;
    }

    .about-page__hero p,
    .about-page__lead,
    .about-step p,
    .about-page__feature p,
    .about-audience p,
    .about-page__cta p {
        font-size: 0.97rem;
    }

    .about-page__intro h2,
    .about-page__detail h2,
    .about-page__cta h2,
    .about-page__section-heading h2 {
        font-size: 2rem;
    }

    .about-page__hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .about-page__gallery-stack {
        grid-template-columns: 1fr;
    }

    .about-page__visual-note {
        border-radius: 18px;
        bottom: 16px;
        left: 16px;
        max-width: calc(100% - 32px);
        padding: 16px;
    }
}
