/* ============================================================
   BUCKETLIST PROPERTIES - ABOUT PAGE
   ============================================================ */

.about-page {
    --about-navy: #101828;
    --about-navy-deep: #070b1d;
    --about-navy-soft: #1c2b45;
    --about-gold: #c28a48;
    --about-gold-dark: #a87336;
    --about-gold-soft: #f5eee5;
    --about-ink: #171717;
    --about-copy: #475467;
    --about-muted: #667085;
    --about-line: #e4e7ec;
    --about-canvas: #faf8f4;
    --about-light-blue: #f1f3fb;
    --about-white: #ffffff;
    --about-radius: 24px;

    width: 100%;
    overflow: hidden;
    background: #ffffff;
    color: var(--about-ink);
}

.about-page *,
.about-floating-actions * {
    box-sizing: border-box;
}

.about-page em {
    font-style: normal;
    color: var(--about-gold);
}

.about-container {
    width: min(calc(100% - 64px), 1360px);
    margin: 0 auto;
}

.about-kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--about-gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .22em;
}

.about-kicker > span {
    width: 28px;
    height: 1px;
    display: block;
    flex: 0 0 auto;
    background: var(--about-gold);
}

.about-kicker-light {
    color: var(--about-gold);
}

.about-kicker-center {
    justify-content: center;
}

.about-section-heading h2 {
    margin: 14px 0 0;
    color: var(--about-navy);
    font-size: clamp(34px, 3.1vw, 50px);
    line-height: 1.13;
    font-weight: 500;
    letter-spacing: -.035em;
}

.about-section-heading-center {
    max-width: 850px;
    margin: 0 auto 42px;
    text-align: center;
}

.about-section-heading-center > p {
    max-width: 700px;
    margin: 16px auto 0;
    color: var(--about-muted);
    font-size: 16px;
    line-height: 1.75;
}


/* ============================================================
   HERO
   ============================================================ */

.about-hero {
    position: relative;
    padding: 38px 0 62px;
    color: #fff;
    background:
        radial-gradient(
            circle at 92% 12%,
            rgba(194,138,72,.22),
            transparent 34%
        ),
        linear-gradient(
            115deg,
            #101828 0%,
            #14223a 55%,
            #263650 100%
        );
}

.about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 34px;
    color: rgba(255,255,255,.72);
    font-size: 13px;
}

.about-breadcrumb a {
    color: var(--about-gold);
    text-decoration: none;
}

.about-breadcrumb i {
    font-size: 16px;
    color: rgba(255,255,255,.42);
}

.about-hero-copy {
    max-width: 930px;
}

.about-hero h1 {
    max-width: 940px;
    margin: 22px 0 20px;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(48px, 4.5vw, 72px);
    line-height: 1.04;
    font-weight: 600;
    letter-spacing: -.045em;
}

.about-hero-copy > p {
    max-width: 820px;
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 17px;
    line-height: 1.76;
}

.about-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.about-hero-stat {
    min-width: 160px;
    padding: 18px 20px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 15px;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(8px);
}

.about-hero-stat strong {
    display: block;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 23px;
    line-height: 1.15;
    font-weight: 600;
}

.about-hero-stat span {
    display: block;
    margin-top: 7px;
    color: rgba(255,255,255,.67);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .07em;
}


/* ============================================================
   WHO WE ARE
   ============================================================ */

.about-who {
    padding: 72px 0 82px;
    background: #fff;
}

.about-section-heading-left {
    margin-bottom: 38px;
}

.about-who-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(420px, .95fr);
    gap: 64px;
    align-items: center;
}

.about-who-copy p {
    margin: 0 0 22px;
    color: #344054;
    font-size: 16px;
    line-height: 1.82;
}

.about-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.about-pill-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 17px;
    border: 1px solid var(--about-line);
    border-radius: 999px;
    background: #fff;
    color: var(--about-navy);
    font-size: 13px;
    font-weight: 500;
}

.about-pill-row i {
    color: var(--about-gold);
    font-size: 18px;
}


/* ============================================================
   IMAGE PLACEHOLDERS
   ============================================================ */

.about-image-placeholder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e3e7ed;
    background:
        linear-gradient(
            135deg,
            #f3f4f7 0%,
            #e7eaf0 100%
        );
}

.about-team-placeholder {
    min-height: 460px;
    border-radius: 22px;
    box-shadow: 0 28px 65px rgba(16,24,40,.12);
}

.about-owner-placeholder {
    min-height: 520px;
    border-radius: 0;
    background:
        linear-gradient(
            135deg,
            #0c1228 0%,
            #17213e 100%
        );
}

.about-placeholder-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 30px;
    text-align: center;
    color: #667085;
}

.about-owner-placeholder .about-placeholder-inner {
    color: rgba(255,255,255,.64);
}

.about-placeholder-inner i {
    font-size: 44px;
    color: var(--about-gold);
}

.about-placeholder-inner strong {
    font-size: 16px;
    font-weight: 600;
}

.about-placeholder-inner span {
    font-size: 13px;
}

.about-image-badge {
    position: absolute;
    left: 22px;
    bottom: 22px;
    min-width: 150px;
    padding: 17px 20px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(16,24,40,.16);
}

.about-image-badge strong {
    display: block;
    color: var(--about-navy);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 25px;
    line-height: 1.1;
}

.about-image-badge span {
    display: block;
    margin-top: 6px;
    color: var(--about-gold-dark);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
}


/* ============================================================
   STATS BAND
   ============================================================ */

.about-stats-band {
    padding: 48px 0;
    color: #fff;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(194,138,72,.18),
            transparent 34%
        ),
        linear-gradient(
            115deg,
            #101828 0%,
            #172a46 100%
        );
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.about-stat-item {
    padding: 10px 28px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.11);
}

.about-stat-item:last-child {
    border-right: 0;
}

.about-stat-item strong {
    display: block;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(30px, 2.4vw, 46px);
    line-height: 1.1;
}

.about-stat-item span {
    display: block;
    margin-top: 10px;
    color: rgba(255,255,255,.66);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
}


/* ============================================================
   WHY CHOOSE US
   ============================================================ */

.about-why {
    padding: 78px 0 84px;
    background: #fff;
}

.about-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.about-feature-card {
    min-height: 220px;
    padding: 26px;
    border: 1px solid var(--about-line);
    border-radius: 18px;
    background: #fff;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.about-feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(194,138,72,.4);
    box-shadow: 0 18px 42px rgba(16,24,40,.08);
}

.about-feature-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 13px;
    background: var(--about-gold-soft);
    color: var(--about-gold-dark);
    font-size: 22px;
}

.about-feature-card h3 {
    margin: 0 0 8px;
    color: var(--about-navy);
    font-size: 17px;
    line-height: 1.35;
    font-weight: 600;
}

.about-feature-card p {
    margin: 0;
    color: var(--about-muted);
    font-size: 14px;
    line-height: 1.72;
}


/* ============================================================
   PARTNERS
   ============================================================ */

.about-partners {
    padding: 58px 0 64px;
    color: #fff;
    background:
        radial-gradient(
            circle at 88% 0%,
            rgba(194,138,72,.20),
            transparent 34%
        ),
        linear-gradient(
            115deg,
            #101828 0%,
            #172a46 100%
        );
}

.about-heading-dark h2 {
    color: #fff;
}

.about-partners .about-section-heading-center {
    margin-bottom: 30px;
}

.about-partner-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px;
}

.about-partner-pills span {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.05);
    font-size: 14px;
    font-weight: 600;
}

.about-partner-pills i {
    color: var(--about-gold);
    font-size: 18px;
}


/* ============================================================
   SERVICES
   ============================================================ */

.about-services {
    padding: 78px 0 84px;
    background: #fff;
}

.about-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.about-service-card {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 16px;
    min-height: 132px;
    padding: 22px;
    border: 1px solid var(--about-line);
    border-radius: 17px;
    background: #fff;
}

.about-service-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: var(--about-gold-dark);
    background: var(--about-gold-soft);
    font-size: 22px;
}

.about-service-card h3 {
    margin: 1px 0 6px;
    color: var(--about-navy);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
}

.about-service-card p {
    margin: 0;
    color: var(--about-muted);
    font-size: 13px;
    line-height: 1.7;
}


/* ============================================================
   CTA
   ============================================================ */

.about-cta-section {
    padding: 72px 0;
    background: var(--about-canvas);
}

.about-cta {
    display: grid;
    grid-template-columns: 1.25fr .95fr;
    gap: 58px;
    align-items: center;
    padding: 44px 48px;
    border-radius: 24px;
    color: #fff;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(194,138,72,.18),
            transparent 35%
        ),
        linear-gradient(
            115deg,
            #101828 0%,
            #172a46 100%
        );
}

.about-cta h2 {
    margin: 17px 0 12px;
    color: #fff;
    font-size: clamp(28px, 2.4vw, 40px);
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -.025em;
}

.about-cta-copy > p {
    max-width: 700px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 15px;
    line-height: 1.75;
}

.about-cta-actions {
    display: grid;
    gap: 11px;
}

.about-cta-primary,
.about-cta-secondary {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .07em;
    transition:
        transform .2s ease,
        background .2s ease;
}

.about-cta-primary {
    color: var(--about-navy);
    background: var(--about-gold);
}

.about-cta-primary:hover {
    transform: translateY(-2px);
    background: #d09a55;
}

.about-cta-secondary {
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
    background: rgba(255,255,255,.04);
}

.about-cta-secondary:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.09);
}


/* ============================================================
   PRINCIPLES
   ============================================================ */

.about-principles {
    padding: 88px 0 96px;
    color: #fff;
    background: var(--about-navy-deep);
}

.about-principles-kicker {
    color: var(--about-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .28em;
}

.about-principles-heading h2 {
    margin: 24px 0 60px;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(46px, 4.1vw, 68px);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -.04em;
}

.about-principle-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.about-principle {
    min-height: 305px;
    padding: 48px 34px 20px;
    border-left: 1px solid rgba(255,255,255,.10);
}

.about-principle:first-child {
    border-left: 0;
}

.about-principle > span {
    display: block;
    margin-bottom: 36px;
    color: rgba(194,138,72,.52);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 46px;
    line-height: 1;
}

.about-principle h3 {
    margin: 0 0 18px;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 23px;
    font-weight: 600;
}

.about-principle p {
    margin: 0;
    max-width: 250px;
    color: rgba(255,255,255,.64);
    font-size: 14px;
    line-height: 1.75;
}


/* ============================================================
   LEADERSHIP
   ============================================================ */

.about-leadership {
    padding: 82px 0 94px;
    background: var(--about-light-blue);
}

.about-leadership-heading {
    margin-bottom: 56px;
}

.about-leadership-heading > span {
    color: var(--about-gold-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .25em;
}

.about-leadership-heading h2 {
    margin: 18px 0 0;
    color: var(--about-navy);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(46px, 4.2vw, 70px);
    line-height: 1.06;
    font-weight: 600;
    letter-spacing: -.045em;
}

.about-leader-row {
    display: grid;
    grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
    gap: 54px;
    align-items: center;
    margin-bottom: 88px;
}

.about-leader-row:last-child {
    margin-bottom: 0;
}

.about-leader-row-reverse {
    grid-template-columns: minmax(0, 1.22fr) minmax(360px, .78fr);
}

.about-leader-copy h3 {
    margin: 0 0 7px;
    color: var(--about-navy);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(31px, 2.5vw, 42px);
    line-height: 1.1;
    font-weight: 600;
}

.about-leader-role {
    display: block;
    margin-bottom: 24px;
    color: var(--about-gold-dark);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .18em;
}

.about-leader-copy p {
    max-width: 760px;
    margin: 0 0 18px;
    color: #243044;
    font-size: 16px;
    line-height: 1.82;
}


/* ============================================================
   FLOATING BUTTONS
   ============================================================ */

.about-floating-actions {
    position: fixed;
    right: 24px;
    bottom: 28px;
    z-index: 180;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.about-floating-btn {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    box-shadow: 0 13px 30px rgba(16,24,40,.23);
    transition: transform .2s ease;
}

.about-floating-btn:hover {
    transform: translateY(-3px);
}

.about-floating-whatsapp {
    background: #25d366;
}

.about-floating-chat {
    background: var(--about-navy);
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1100px) {

    .about-who-grid {
        grid-template-columns: 1fr 1fr;
        gap: 38px;
    }

    .about-feature-grid,
    .about-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-cta {
        grid-template-columns: 1fr .85fr;
        gap: 34px;
    }

    .about-principle {
        padding-left: 24px;
        padding-right: 24px;
    }

    .about-leader-row,
    .about-leader-row-reverse {
        grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
        gap: 40px;
    }

}


/* ============================================================
   TABLET / MOBILE STACK
   ============================================================ */

@media (max-width: 860px) {

    .about-who-grid {
        grid-template-columns: 1fr;
    }

    .about-team-placeholder {
        min-height: 400px;
    }

    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-stat-item:nth-child(2) {
        border-right: 0;
    }

    .about-stat-item:nth-child(-n+2) {
        padding-bottom: 26px;
    }

    .about-stat-item:nth-child(n+3) {
        padding-top: 26px;
        border-top: 1px solid rgba(255,255,255,.11);
    }

    .about-cta {
        grid-template-columns: 1fr;
    }

    .about-principle-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-principle:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.10);
    }

    .about-principle:nth-child(4) {
        border-top: 1px solid rgba(255,255,255,.10);
    }

    .about-leader-row,
    .about-leader-row-reverse {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-leader-row-reverse .about-leader-copy {
        order: 2;
    }

    .about-leader-row-reverse .about-owner-placeholder {
        order: 1;
    }

    .about-owner-placeholder {
        min-height: 480px;
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 680px) {

    .about-container {
        width: calc(100% - 30px);
    }

    .about-kicker {
        gap: 10px;
        font-size: 10px;
        letter-spacing: .17em;
    }

    .about-kicker > span {
        width: 22px;
    }

    .about-hero {
        padding: 25px 0 43px;
    }

    .about-breadcrumb {
        margin-bottom: 27px;
        font-size: 12px;
    }

    .about-hero h1 {
        margin-top: 17px;
        font-size: 39px;
        line-height: 1.06;
    }

    .about-hero-copy > p {
        font-size: 15px;
        line-height: 1.7;
    }

    .about-hero-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 27px;
    }

    .about-hero-stat {
        min-width: 0;
        padding: 15px 14px;
        border-radius: 13px;
    }

    .about-hero-stat strong {
        font-size: 19px;
    }

    .about-hero-stat span {
        font-size: 9px;
        line-height: 1.45;
    }

    .about-who {
        padding: 44px 0 50px;
    }

    .about-section-heading-left {
        margin-bottom: 26px;
    }

    .about-section-heading h2 {
        font-size: 33px;
    }

    .about-who-grid {
        gap: 28px;
    }

    .about-who-copy p {
        margin-bottom: 17px;
        font-size: 14px;
        line-height: 1.75;
    }

    .about-pill-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 22px;
    }

    .about-pill-row span {
        width: 100%;
        min-height: 45px;
        justify-content: flex-start;
    }

    .about-team-placeholder {
        min-height: 315px;
        border-radius: 18px;
    }

    .about-image-badge {
        left: 15px;
        bottom: 15px;
        min-width: 130px;
        padding: 13px 15px;
    }

    .about-image-badge strong {
        font-size: 21px;
    }

    .about-stats-band {
        padding: 34px 0;
    }

    .about-stat-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .about-stat-item strong {
        font-size: 27px;
    }

    .about-stat-item span {
        font-size: 9px;
        line-height: 1.45;
    }

    .about-why,
    .about-services {
        padding: 48px 0 54px;
    }

    .about-section-heading-center {
        margin-bottom: 29px;
    }

    .about-section-heading-center > p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.7;
    }

    .about-feature-grid,
    .about-service-grid {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .about-feature-card {
        min-height: 0;
        padding: 21px;
        border-radius: 16px;
    }

    .about-feature-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 15px;
    }

    .about-partners {
        padding: 46px 0 50px;
    }

    .about-partner-pills {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 9px;
    }

    .about-partner-pills span {
        min-height: 46px;
        padding: 0 12px;
        font-size: 12px;
    }

    .about-service-card {
        min-height: 0;
        grid-template-columns: 46px 1fr;
        gap: 13px;
        padding: 18px;
    }

    .about-service-icon {
        width: 46px;
        height: 46px;
    }

    .about-cta-section {
        padding: 44px 0;
    }

    .about-cta {
        gap: 27px;
        padding: 29px 20px;
        border-radius: 18px;
    }

    .about-cta h2 {
        font-size: 29px;
    }

    .about-cta-copy > p {
        font-size: 14px;
    }

    .about-cta-primary,
    .about-cta-secondary {
        width: 100%;
        min-height: 51px;
        font-size: 11px;
    }

    .about-principles {
        padding: 58px 0 64px;
    }

    .about-principles-heading h2 {
        margin: 18px 0 38px;
        font-size: 40px;
    }

    .about-principle-grid {
        grid-template-columns: 1fr;
    }

    .about-principle {
        min-height: 0;
        padding: 30px 5px;
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.10);
    }

    .about-principle:first-child {
        border-top: 0;
    }

    .about-principle > span {
        margin-bottom: 19px;
        font-size: 36px;
    }

    .about-principle h3 {
        margin-bottom: 10px;
        font-size: 21px;
    }

    .about-principle p {
        max-width: none;
        font-size: 13px;
    }

    .about-leadership {
        padding: 50px 0 60px;
    }

    .about-leadership-heading {
        margin-bottom: 36px;
    }

    .about-leadership-heading h2 {
        margin-top: 13px;
        font-size: 42px;
    }

    .about-leader-row {
        margin-bottom: 60px;
    }

    .about-owner-placeholder {
        min-height: 390px;
    }

    .about-leader-copy h3 {
        font-size: 30px;
    }

    .about-leader-role {
        margin-bottom: 18px;
        font-size: 10px;
    }

    .about-leader-copy p {
        font-size: 14px;
        line-height: 1.75;
    }

    .about-floating-actions {
        right: 14px;
        bottom: 18px;
        gap: 9px;
    }

    .about-floating-btn {
        width: 50px;
        height: 50px;
        font-size: 23px;
    }

}


/* ============================================================
   VERY SMALL MOBILE
   ============================================================ */

@media (max-width: 390px) {

    .about-hero h1 {
        font-size: 35px;
    }

    .about-section-heading h2 {
        font-size: 30px;
    }

    .about-partner-pills {
        grid-template-columns: 1fr;
    }

    .about-principles-heading h2 {
        font-size: 36px;
    }

    .about-leadership-heading h2 {
        font-size: 37px;
    }

    .about-owner-placeholder {
        min-height: 350px;
    }

}
