.ad-about-story {
    max-width: 1120px;
    margin: 0 auto 72px;
    padding: 0 18px;
    color: #111;
}

.ad-about-story * {
    box-sizing: border-box;
}

.ad-about-story img {
    display: block;
    width: 100%;
    height: auto;
}

.ad-about-kicker {
    margin: 0 0 10px;
    color: #ffb000;
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ad-about-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
    min-height: 460px;
    margin: 18px 0 0;
    background: #0b0b0b;
    border: 1px solid #181818;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
}

.ad-about-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 5vw, 70px);
    color: #fff;
}

.ad-about-hero h1 {
    max-width: 620px;
    margin: 0;
    font-size: clamp(3rem, 7vw, 6.7rem);
    line-height: 0.86;
    letter-spacing: -0.085em;
    font-weight: 1000;
}

.ad-about-hero__copy > p:not(.ad-about-kicker) {
    max-width: 560px;
    margin: 24px 0 0;
    font-size: clamp(1.05rem, 1.7vw, 1.28rem);
    line-height: 1.5;
    font-weight: 700;
}

.ad-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.ad-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border: 2px solid #ffb000;
    text-decoration: none !important;
    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1;
}

.ad-about-btn--primary {
    background: #ffb000;
    color: #111 !important;
}

.ad-about-btn--secondary {
    background: transparent;
    color: #fff !important;
}

.ad-about-hero__image {
    position: relative;
    min-height: 460px;
    margin: 0;
    background: #f4f4f4;
    overflow: hidden;
}

.ad-about-hero__image img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
}

.ad-about-hero__image figcaption,
.ad-about-photo figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 14px;
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
}

.ad-about-proof {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 0 26px;
    border-left: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background: #fff;
}

.ad-about-proof div {
    min-height: 76px;
    padding: 14px 16px;
    border-top: 5px solid #ffb000;
    border-right: 1px solid #e3e3e3;
}

.ad-about-proof strong {
    display: block;
    font-size: 1.05rem;
    line-height: 1.05;
    font-weight: 1000;
}

.ad-about-proof span {
    display: block;
    margin-top: 4px;
    color: #555;
    font-size: 0.88rem;
    font-weight: 700;
}

.ad-about-section,
.ad-about-wide,
.ad-about-dark,
.ad-about-final {
    margin-top: 26px;
}

.ad-about-section {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: 0;
    align-items: stretch;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.ad-about-section--reverse {
    grid-template-columns: minmax(360px, 1.05fr) minmax(0, 0.95fr);
}

.ad-about-section--hard {
    border-color: #151515;
}

.ad-about-copy,
.ad-about-wide {
    padding: clamp(26px, 4vw, 48px);
}

.ad-about-copy h2,
.ad-about-wide h2,
.ad-about-dark h2,
.ad-about-final h2,
.ad-about-orange h2 {
    margin: 0 0 18px;
    color: #111;
    font-size: clamp(2rem, 4.3vw, 4rem);
    line-height: 0.92;
    letter-spacing: -0.06em;
    font-weight: 1000;
}

.ad-about-copy p,
.ad-about-wide p,
.ad-about-dark p,
.ad-about-final p {
    max-width: 760px;
    margin: 0 0 14px;
    font-size: 1rem;
    line-height: 1.68;
    font-weight: 650;
}

.ad-about-copy p:last-child,
.ad-about-wide p:last-child,
.ad-about-dark p:last-child,
.ad-about-final p:last-child {
    margin-bottom: 0;
}

.ad-about-photo {
    position: relative;
    min-height: 420px;
    margin: 0;
    background: #eee;
    overflow: hidden;
}

.ad-about-photo img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.ad-about-section--intro .ad-about-photo img {
    object-position: center top;
}

.ad-about-wide {
    background: #fff;
    border-left: 8px solid #ffb000;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.ad-about-dark,
.ad-about-final {
    padding: clamp(32px, 5vw, 58px);
    background: #0b0b0b;
    color: #fff;
}

.ad-about-dark h2,
.ad-about-final h2 {
    color: #fff;
    max-width: 840px;
}

.ad-about-dark p,
.ad-about-final p {
    color: #f3f3f3;
}

.ad-about-orange {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 360px;
    padding: clamp(28px, 4vw, 48px);
    background: #ffb000;
    color: #111;
}

.ad-about-orange p {
    margin: 0 0 14px;
    font-size: 0.8rem;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ad-about-orange h2 {
    margin-bottom: 16px;
}

.ad-about-orange span {
    font-size: 1rem;
    font-weight: 900;
}

.ad-about-final .ad-about-btn {
    margin-top: 18px;
}

@media (max-width: 900px) {
    .ad-about-story {
        padding: 0 12px;
    }

    .ad-about-hero,
    .ad-about-section,
    .ad-about-section--reverse {
        grid-template-columns: 1fr;
    }

    .ad-about-hero__copy {
        padding: 34px 24px;
    }

    .ad-about-hero h1 {
        font-size: clamp(3.3rem, 17vw, 5.4rem);
    }

    .ad-about-hero__image,
    .ad-about-hero__image img {
        min-height: 340px;
    }

    .ad-about-proof {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ad-about-photo,
    .ad-about-photo img {
        min-height: 330px;
    }

    .ad-about-copy,
    .ad-about-wide,
    .ad-about-dark,
    .ad-about-final,
    .ad-about-orange {
        padding: 28px 22px;
    }
}

@media (max-width: 560px) {
    .ad-about-story {
        padding: 0 10px;
    }

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

    .ad-about-actions {
        flex-direction: column;
    }

    .ad-about-btn {
        width: 100%;
    }

    .ad-about-copy h2,
    .ad-about-wide h2,
    .ad-about-dark h2,
    .ad-about-final h2,
    .ad-about-orange h2 {
        font-size: clamp(2.1rem, 11vw, 3.2rem);
    }
}
