.ad-about-page {
    --ad-about-shell: var(--ad-shell-wide);
    width: 100%;
    max-width: none;
    color: var(--ad-text-copy);
    font-family: var(--ad-font-primary);
    background: var(--ad-surface-page);
}

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

.ad-about-hero :where(h1, h2, h3, h4, h5, h6, p, blockquote),
.ad-about-founder :where(h1, h2, h3, h4, h5, h6, p, blockquote),
.ad-about-differences :where(h1, h2, h3, h4, h5, h6, p, blockquote),
.ad-about-reviews :where(h1, h2, h3, h4, h5, h6, p, blockquote) {
    margin: 0;
    max-width: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: 0;
    color: inherit;
}

.ad-about-hero img,
.ad-about-founder img,
.ad-about-differences img {
    display: block;
    width: 100%;
    height: auto;
}

.ad-about-shell {
    width: var(--ad-about-shell);
    margin: 0 auto;
}

.ad-about-overline {
    margin-bottom: 16px;
    color: var(--ad-color-teal);
    font-size: var(--ad-fluid-overline);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ad-about-hero .ad-about-overline,
.ad-about-founder .ad-about-overline {
    margin-bottom: 14px;
}

.ad-about-differences .ad-about-overline,
.ad-about-reviews .ad-about-overline {
    margin-bottom: 8px;
}

.ad-about-overline--light {
    color: var(--ad-color-teal);
}

/* 2026-07-09: deliberately NOT merged into the shared .ad-page-section-heading
 * primitive (components/section-heading.css). Computed styles diverge: this
 * family is NOT centered at base (centering is opt-in via
 * --center, whereas .ad-page-section-heading centers by default and flips to
 * left at <=640px), its h2 carries an explicit color + weight 600, and its
 * intro uses --ad-fluid-body-lg / 1.65. Merging would change rendering. */
.ad-about-section-heading {
    max-width: 760px;
    margin-bottom: 48px;
}

.ad-about-section-heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.ad-about-section-heading h2,
.ad-about-founder__content h2 {
    color: var(--ad-text-heading);
    font-size: var(--ad-fluid-h2);
    font-weight: 600;
    line-height: 1.2;
}

.ad-about-founder__content h2,
.ad-about-differences .ad-about-section-heading h2 {
    font-size: var(--ad-fluid-h2-deep);
}

.ad-about-section-heading p:not(.ad-about-overline) {
    margin-top: 20px;
    color: var(--ad-text-softer);
    font-size: var(--ad-fluid-body-lg);
    font-weight: 400;
    line-height: 1.65;
}

.ad-about-hero {
    overflow: hidden;
    padding: 112px 0;
    background: var(--ad-surface-page);
}

.ad-about-hero__inner {
    display: grid;
    width: min(1280px, calc(100% - 160px));
    grid-template-columns: minmax(0, 600px) minmax(0, 600px);
    align-items: start;
    column-gap: 80px;
}

.ad-about-hero__content {
    grid-column: 1;
    grid-row: 1;
}

.ad-about-hero h1 {
    max-width: 600px;
    color: var(--ad-text-heading);
    font-size: var(--ad-fluid-h1);
    font-weight: 600;
    line-height: 1.107;
}

.ad-about-hero__lead {
    max-width: 600px;
    margin-top: 18px;
    color: var(--ad-text-heading);
    font-size: var(--ad-fluid-body-lg);
    font-weight: 400;
    line-height: 1.5;
}

.ad-about-hero__actions {
    grid-column: 1;
    grid-row: 2;
    margin-top: 36px;
}

.ad-about-hero__actions .ad-service-button {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

.ad-about-page .ad-service-button {
    font-variant-ligatures: none;
    font-feature-settings: "liga" 0;
    letter-spacing: 0;
}

.ad-about-hero__actions .ad-service-button,
.ad-about-founder__action .ad-service-button,
.ad-about-expectations .ad-service-actions .ad-service-button {
    height: 43px;
    min-height: 43px;
    padding: 12px 30px;
    line-height: 19px;
}

.ad-about-page :where(.ad-service-overline, .ad-service-section-title, .ad-service-section-lead, .ad-service-step__title, .ad-service-step__body) {
    letter-spacing: 0;
}

.ad-about-page .ad-service-overline {
    margin: 0;
    color: var(--ad-service-teal);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.ad-about-page .ad-service-section-title {
    margin: 0;
    color: var(--ad-service-blue-deep);
    /* FAQ title is a constant 40px on all viewports (R1); only the
       expectations/locations titles had 24px mobile overrides (R4 below). */
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.ad-about-expectations .ad-service-section-title,
.ad-about-locations .ad-service-section-title {
    font-size: var(--ad-fluid-h2-deep);
}

.ad-about-page .ad-service-section-lead,
.ad-about-page .ad-service-faq__question {
    margin: 0;
    color: var(--ad-service-blue-deep);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.ad-about-page .ad-service-step__title {
    margin: 0;
    color: var(--ad-service-blue-deep);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

.ad-about-page .ad-service-faq__question-text {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.ad-about-page .ad-service-step__body,
.ad-about-page .ad-service-faq__answer,
.ad-about-page .ad-service-final-cta__body {
    color: var(--ad-service-copy-soft);
    font-size: 18px;
    line-height: 1.5;
}

.ad-about-page .ad-service-final-cta__title {
    margin: 0;
    color: var(--ad-service-white);
    font-size: 56px;
    font-weight: 600;
    line-height: 1.1;
}

.ad-about-page .ad-service-final-cta__body {
    margin: 0;
    color: var(--ad-service-white);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.ad-about-hero__media {
    grid-column: 2;
    grid-row: 1 / 3;
    position: relative;
}

.ad-about-hero__media::before {
    display: none;
}

.ad-about-hero__image {
    position: relative;
    aspect-ratio: 600 / 475;
    object-fit: cover;
    border-radius: 14px;
}

.ad-about-founder {
    padding: 48px 0 112px;
    background: var(--ad-surface-page);
}

.ad-about-founder__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.812fr) minmax(0, 1fr);
    align-items: center;
    column-gap: clamp(40px, 5vw, 80px);
    row-gap: 40px;
}

.ad-about-founder__media {
    grid-column: 1;
    grid-row: 1 / 4;
}

.ad-about-founder__content {
    grid-column: 2;
    grid-row: 1;
}

.ad-about-founder__quote {
    grid-column: 2;
    grid-row: 2;
}

.ad-about-founder__action {
    grid-column: 2;
    grid-row: 3;
}

.ad-about-founder__media,
.ad-about-founder__content,
.ad-about-founder__quote,
.ad-about-founder__action {
    min-width: 0;
}

.ad-about-founder__image {
    aspect-ratio: 552 / 620;
    object-fit: cover;
    object-position: center top;
    border-radius: 14px;
}

.ad-about-founder__quote {
    position: relative;
    display: grid;
    gap: 14px;
    max-width: 680px;
    margin: 0;
    padding: 0 0 0 40px;
    border-left: 8px solid var(--ad-color-mist-strong);
    color: var(--ad-text-heading);
    font-size: var(--ad-fluid-h5);
    font-weight: 500;
    line-height: 1.4;
}

.ad-about-founder__copy {
    display: grid;
    gap: 24px;
    margin-top: 14px;
}

.ad-about-founder__copy p {
    margin: 0;
    color: var(--ad-text-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.ad-about-founder__quote::before {
    content: "";
    display: none;
}

.ad-about-founder__quote cite {
    display: block;
    margin: 0;
    color: var(--ad-text-heading);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.ad-about-break {
    height: 102px;
}

.ad-about-break::before {
    content: none;
}

.ad-about-differences {
    padding: 112px 0;
    background: var(--ad-surface-page);
}

.ad-about-differences .ad-about-section-heading {
    max-width: none;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    text-align: center;
}

.ad-about-differences__list {
    display: grid;
    gap: 0;
}

.ad-about-difference {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 0;
    min-height: 656px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.ad-about-difference + .ad-about-difference {
    border-top: 0;
}

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

.ad-about-difference__copy {
    order: 1;
}

.ad-about-difference__media {
    order: 2;
}

.ad-about-difference--reverse .ad-about-difference__copy {
    order: 2;
}

.ad-about-difference--reverse .ad-about-difference__media {
    order: 1;
}

.ad-about-difference__copy,
.ad-about-difference__media {
    width: 100%;
}

.ad-about-difference__copy {
    max-width: 656px;
    padding: 80px 80px 0;
    align-self: center;
}

.ad-about-difference__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 656px;
    padding: 80px;
}

.ad-about-difference h3 {
    color: var(--ad-text-heading);
    font-size: var(--ad-fluid-h3-22);
    font-weight: 600;
    line-height: 1.3125;
}

.ad-about-difference p {
    max-width: 496px;
    margin-top: 8px;
    color: var(--ad-text-heading);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.ad-about-difference__image {
    width: 496px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 16px;
}

.ad-about-expectations {
    background:
        var(--ad-gradient-teal-blue-wash),
        var(--ad-service-mist);
}

.ad-about-expectations .ad-service-shell {
    width: 100%;
}

.ad-about-expectations .ad-service-steps__card {
    border-radius: 14px;
    box-shadow: none;
}

.ad-about-expectations .ad-service-steps__header,
.ad-about-faq .ad-service-faq__header {
    gap: 0;
}

.ad-about-expectations .ad-service-steps__icon,
.ad-about-faq .ad-service-faq__icon {
    margin-bottom: 18px;
}

.ad-about-expectations .ad-service-overline,
.ad-about-faq .ad-service-overline {
    margin-bottom: 32px;
}

.ad-about-expectations .ad-service-step__body,
.ad-about-faq .ad-service-faq__answer {
    color: var(--ad-text-heading);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.ad-about-expectations .ad-service-step__body p,
.ad-about-faq .ad-service-faq__answer p {
    margin: 0;
}

.ad-about-locations .ad-locations__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 62px;
}

.ad-about-locations .ad-locations__headline .ad-service-overline {
    width: 100%;
    margin-bottom: 32px;
    font-size: var(--ad-fluid-overline);
    text-align: center;
}

.ad-about-locations .ad-locations__headline .ad-service-section-title {
    margin-bottom: 16px;
    letter-spacing: 0;
}

.ad-about-locations .ad-locations__headline .ad-service-section-lead {
    font-size: var(--ad-fluid-h5);
    letter-spacing: 0;
}

@media (max-width: 1100px) {
    .ad-about-page {
        --ad-about-shell: min(960px, calc(100% - 64px));
    }

    .ad-about-hero,
    .ad-about-founder,
    .ad-about-differences,
    .ad-about-reviews {
        padding-top: 86px;
        padding-bottom: 86px;
    }
}

@media (max-width: 900px) {
    .ad-about-hero__inner,
    .ad-about-founder__inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .ad-about-hero__inner {
        width: var(--ad-about-shell);
    }

    .ad-about-hero__content,
    .ad-about-hero__media,
    .ad-about-hero__actions,
    .ad-about-founder__content,
    .ad-about-founder__media,
    .ad-about-founder__quote,
    .ad-about-founder__action {
        grid-column: 1;
        grid-row: auto;
    }

    .ad-about-hero__content {
        order: 1;
    }

    .ad-about-hero__actions {
        order: 3;
        margin-top: 0;
    }

    .ad-about-hero__media {
        order: 2;
    }

    .ad-about-founder__content {
        order: 1;
    }

    .ad-about-founder__media {
        order: 2;
    }

    .ad-about-founder__quote {
        order: 3;
    }

    .ad-about-founder__action {
        order: 4;
    }

    .ad-about-difference,
    .ad-about-difference--reverse {
        grid-template-columns: 1fr;
        gap: 0;
        min-height: 0;
    }

    .ad-about-difference__copy,
    .ad-about-difference--reverse .ad-about-difference__copy {
        order: 1;
    }

    .ad-about-difference__media,
    .ad-about-difference--reverse .ad-about-difference__media {
        order: 2;
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .ad-about-page {
        --ad-about-shell: min(560px, calc(100% - 40px));
    }

    .ad-about-hero__inner {
        gap: 24px;
    }

    .ad-about-founder__inner {
        gap: 24px;
    }

    .ad-about-hero,
    .ad-about-founder,
    .ad-about-differences,
    .ad-about-reviews {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .ad-about-overline {
        margin-bottom: 14px;
    }

    .ad-about-hero h1 {
        font-size: var(--ad-fluid-h1);
        line-height: 1.1;
        letter-spacing: -0.38px;
    }

    .ad-about-section-heading h2,
    .ad-about-founder__content h2 {
        line-height: 1.12;
    }

    .ad-about-founder__content h2,
    .ad-about-differences .ad-about-section-heading h2 {
        line-height: 1.2;
        letter-spacing: -0.48px;
    }

    .ad-about-hero__lead,
    .ad-about-section-heading p:not(.ad-about-overline) {
        line-height: 1.5;
    }

    .ad-about-hero__actions .ad-service-button {
        width: 100%;
    }

    .ad-about-founder__action .ad-service-button {
        width: 100%;
    }

    .ad-about-hero__media::before {
        inset: 18px -14px -18px 14px;
    }

    .ad-about-founder__image {
        aspect-ratio: 335 / 419;
    }

    .ad-about-founder__copy {
        gap: 16px;
    }

    .ad-about-founder__quote {
        padding: 0 0 0 40px;
    }

    .ad-about-break {
        height: 46px;
    }

    .ad-about-differences__list {
        gap: 0;
    }

    .ad-about-differences .ad-about-section-heading {
        margin-bottom: 24px;
    }

    .ad-about-difference {
        padding: 0;
    }

    .ad-about-difference__media,
    .ad-about-difference--reverse .ad-about-difference__media {
        order: 2;
        padding: 0 20px 20px;
    }

    .ad-about-difference__copy,
    .ad-about-difference--reverse .ad-about-difference__copy {
        order: 1;
        padding: 20px 20px 0;
    }

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

    .ad-about-difference h3 {
        line-height: 1.3;
    }

    .ad-about-difference p {
        font-size: 18px;
        line-height: 1.4;
    }

    .ad-about-expectations .ad-service-overline {
        margin-bottom: 18px;
        font-size: 15px;
    }

    .ad-about-expectations .ad-service-section-title {
        line-height: 1.2;
        letter-spacing: -0.48px;
    }

    .ad-about-expectations .ad-service-steps__card {
        border-radius: 8px;
    }

    .ad-about-locations .ad-locations__headline .ad-service-section-title {
        line-height: 1.2;
        letter-spacing: -0.48px;
    }

    .ad-about-locations .ad-locations__headline .ad-service-section-lead {
        max-width: 300px;
        line-height: 1.4;
    }
}

@media (max-width: 420px) {
    .ad-about-page {
        --ad-about-shell: min(388px, calc(100% - 40px));
    }

    .ad-about-hero h1 {
        font-size: var(--ad-fluid-h1);
    }

}
