:root {
    --sdm-red: #b22a1d;
    --sdm-red-dark: #861d14;
    --sdm-ink: #171717;
    --sdm-muted: #666;
    --sdm-line: #e6e2df;
    --sdm-soft: #f7f5f3;
    --sdm-white: #fff;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--sdm-white);
    color: var(--sdm-ink);
}

.header {
    z-index: 20;
}

.menuBtn {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.aboutHero {
    width: 100%;
    float: left;
    min-height: 600px;
    margin-top: 65px;
    position: relative;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 36%, rgba(255,255,255,.12) 67%),
        url(about-sugardaddymeet-hero.jpg) center center / cover no-repeat;
}

.aboutHero__content {
    max-width: 610px;
    padding: 90px 0;
}

.eyebrow {
    color: var(--sdm-red);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.aboutHero h1 {
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.03;
    letter-spacing: -2px;
    margin-bottom: 25px;
}

.aboutHero__lead {
    color: #3d3d3d;
    font-size: 19px;
    line-height: 31px;
    max-width: 560px;
}

.aboutHero__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.aboutHero__actions .btn {
    margin: 0;
}

.aboutHero__actions .btnOutline {
    color: var(--sdm-red);
    background: #fff;
    border: 1px solid var(--sdm-red);
}

.trustStrip {
    width: 100%;
    float: left;
    background: #111;
    color: #fff;
}

.trustStrip__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.trustStrip__item {
    padding: 31px 24px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.16);
}

.trustStrip__item:last-child {
    border-right: 0;
}

.trustStrip strong {
    display: block;
    font-size: 23px;
    margin-bottom: 6px;
}

.trustStrip span {
    color: #c9c9c9;
    font-size: 14px;
}

.aboutMain {
    width: 100%;
    float: left;
}

.aboutIntro {
    width: 100%;
    float: left;
    padding: 80px 0;
    background: #fff;
}

.aboutIntro .split {
    align-items: start;
}

.aboutIntro__heading {
    max-width: 460px;
}

.aboutHero__lead p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.aboutSection {
    width: 100%;
    float: left;
    padding: 96px 0;
}

.aboutSection--soft {
    background: var(--sdm-soft);
}

.aboutSection--dark {
    background: #171717;
    color: #fff;
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 78px;
    align-items: center;
}

.split--reverse .split__media {
    order: 2;
}

.split__media img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

.sectionTitle {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
    letter-spacing: -1.1px;
    margin-bottom: 24px;
}

.sectionIntro {
    color: #4b4b4b;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 18px;
}

.aboutSection--dark .sectionIntro,
.aboutSection--dark p {
    color: #d6d6d6;
}

.aboutCopy p {
    color: #4d4d4d;
    line-height: 29px;
    margin-bottom: 17px;
}

.journeyLine {
    margin-top: 27px;
    padding-left: 25px;
    border-left: 3px solid var(--sdm-red);
}

.journeyLine strong {
    display: block;
    color: var(--sdm-red);
    font-size: 24px;
    margin-bottom: 8px;
}

.journeyLine p {
    margin: 0;
}

.missionGrid,
.differenceGrid,
.peopleGrid,
.safetyGrid {
    display: grid;
    gap: 18px;
}

.missionGrid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 38px;
}

.missionCard {
    min-height: 165px;
    padding: 28px;
    background: #fff;
    border: 1px solid var(--sdm-line);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.missionCard__number {
    color: var(--sdm-red);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.4px;
    margin-bottom: 16px;
}

.missionCard h3,
.differenceCard h3,
.peopleCard h3,
.safetyCard h3 {
    font-size: 19px;
    margin-bottom: 9px;
}

.missionCard p,
.differenceCard p,
.peopleCard p,
.safetyCard p {
    color: var(--sdm-muted);
    line-height: 25px;
}

.centerHead {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.differenceGrid {
    grid-template-columns: repeat(5, 1fr);
}

.differenceCard {
    padding: 28px 22px;
    border-top: 3px solid var(--sdm-red);
    background: #fff;
    box-shadow: 0 10px 32px rgba(0,0,0,.06);
}

.differenceCard__icon,
.safetyCard__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--sdm-red);
    font-weight: 700;
}

.differenceCard__icon {
    border-radius: 8px;
}

.peopleGrid {
    grid-template-columns: repeat(3, 1fr);
}

.peopleCard {
    position: relative;
    overflow: hidden;
    min-height: 245px;
    padding: 35px;
    border: 1px solid var(--sdm-line);
    border-radius: 12px;
    background: #fff;
}

.peopleCard::after {
    content: "";
    position: absolute;
    right: -25px;
    bottom: -45px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(178,42,29,.08);
}

.peopleCard__label {
    display: inline-block;
    color: var(--sdm-red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.peopleCard h3 {
    font-size: 25px;
}

.safetyGrid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
}

.safetyCard {
    padding: 24px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 12px;
    background: rgba(255,255,255,.05);
}

.safetyCard p {
    color: #cfcfcf;
}

.quotePanel {
    margin-top: 36px;
    padding: 28px 30px;
    border-left: 4px solid var(--sdm-red);
    background: #fff;
    color: #333;
    box-shadow: 0 14px 35px rgba(0,0,0,.12);
}

.quotePanel p {
    margin: 0;
    color: #333;
    font-size: 18px;
    line-height: 29px;
}

.principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--sdm-line);
    border: 1px solid var(--sdm-line);
    margin-top: 38px;
}

.principle {
    background: #fff;
    padding: 33px;
}

.principle strong {
    display: block;
    font-size: 19px;
    margin-bottom: 10px;
}

.principle p {
    margin: 0;
}

.valueClosing {
    max-width: 850px;
    margin: 35px auto 0;
    text-align: center;
}

.faqList {
    max-width: 900px;
    margin: 0 auto;
}

.faqItem {
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid var(--sdm-line);
    border-radius: 10px;
    background: #fff;
}

.faqItem summary {
    position: relative;
    padding: 22px 58px 22px 24px;
    cursor: pointer;
    list-style: none;
    font-size: 18px;
    font-weight: 700;
}

.faqItem summary::-webkit-details-marker {
    display: none;
}

.faqItem summary::after {
    content: "+";
    position: absolute;
    right: 24px;
    top: 16px;
    color: var(--sdm-red);
    font-size: 29px;
    font-weight: 400;
}

.faqItem[open] summary::after {
    content: "−";
}

.faqAnswer {
    padding: 0 24px 22px;
}

.faqAnswer p {
    color: var(--sdm-muted);
    line-height: 27px;
}

.differenceCard p {
    float: none;
}

.communityImage {
    width: 100%;
    max-height: 580px;
    object-fit: cover;
    border-radius: 14px;
    margin-top: 40px;
}

.learningTopics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.learningTopics span {
    padding: 10px 14px;
    border-radius: 50px;
    background: #f2e8e6;
    color: var(--sdm-red-dark);
    font-size: 14px;
    font-weight: 700;
}

.ctaSection {
    width: 100%;
    float: left;
    padding: 95px 0;
    text-align: center;
    color: #fff;
    background:
        linear-gradient(rgba(105,20,14,.91), rgba(105,20,14,.91)),
        url(global-community.jpg) center 45% / cover no-repeat;
}

.ctaSection h2 {
    font-size: clamp(36px, 4vw, 52px);
    margin-bottom: 22px;
}

.ctaSection p {
    max-width: 760px;
    margin: 0 auto 28px;
    color: rgba(255,255,255,.88);
    font-size: 18px;
    line-height: 30px;
}

.ctaSection .btn {
    margin: 0;
    background: #fff;
    color: var(--sdm-red);
}

@media screen and (max-width: 1050px) {
    .differenceGrid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .aboutHero {
        min-height: 690px;
        align-items: flex-end;
        background:
            linear-gradient(0deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.92) 46%, rgba(255,255,255,.05) 72%),
            url(about-sugardaddymeet-hero.jpg) 68% center / cover no-repeat;
    }

    .aboutHero__content {
        padding: 290px 0 55px;
    }

    .aboutHero h1 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .aboutHero__lead {
        font-size: 17px;
        line-height: 27px;
    }

    .trustStrip__grid,
    .split,
    .missionGrid,
    .differenceGrid,
    .peopleGrid,
    .safetyGrid,
    .principles {
        grid-template-columns: 1fr;
    }

    .trustStrip__item {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.16);
    }

    .trustStrip__item:last-child {
        border-bottom: 0;
    }

    .aboutSection {
        padding: 65px 0;
    }

    .aboutIntro {
        padding: 60px 0;
    }

    .split {
        gap: 38px;
    }

    .split--reverse .split__media {
        order: 0;
    }

    .differenceGrid {
        gap: 14px;
    }

    .footer {
        padding-bottom: 110px;
    }
}
