/* =====================================================
   ABOUT BRAND
===================================================== */

.about-brand {

    position: relative;

    padding: 90px 20px;

    background:
        radial-gradient(
            circle at 8% 45%,
            rgba(110, 10, 34, 0.18),
            transparent 36%
        ),
        radial-gradient(
            circle at 92% 20%,
            rgba(212, 175, 55, 0.045),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #090909 0%,
            #16080d 52%,
            #090908 100%
        );

    overflow: hidden;
}


/* =====================================================
   GRID
===================================================== */

.about-grid {

    max-width: 1100px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1.05fr .95fr;

    gap: 55px;

    align-items: center;
}


/* =====================================================
   LEFT CONTENT
===================================================== */

.about-content {

    max-width: 650px;
}


.section-badge {

    display: inline-block;

    margin-bottom: 15px;

    color: #d4af37;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;
}


.about-content h2 {

    margin: 0 0 22px;

    color: #f4e9dd;

    font-family: "Cinzel", serif;

    font-size: clamp(30px, 4vw, 35px);

    font-weight: 600;

    line-height: 1.3;
}


.about-content h2 span {

    display: block;

    color: #d4af37;

    font-style: italic;
}


.about-content p {

    margin: 0 0 15px;

    color: #9f9694;

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    line-height: 1.9;
}


/* =====================================================
   FEATURES
===================================================== */

.about-features {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 12px 25px;

    padding: 0;

    margin: 27px 0 0;

    list-style: none;
}


.about-features li {

    display: flex;

    align-items: center;

    gap: 9px;

    color: #c4b9b2;

    font-family: "Poppins", sans-serif;

    font-size: 11px;
}


.about-features i {

    color: #d4af37;

    font-size: 12px;
}


/* =====================================================
   RIGHT HIGHLIGHTS
===================================================== */

.about-highlights {

    padding: 25px;

    border: 1px solid rgba(212,175,55,.16);

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.035),
            rgba(67,8,23,.28),
            rgba(255,255,255,.01)
        );

    box-shadow:
        0 25px 60px rgba(0,0,0,.30);
}


/* =====================================================
   HIGHLIGHT ITEM
===================================================== */

.about-highlight {

    display: flex;

    align-items: flex-start;

    gap: 15px;

    padding: 19px 15px;

    border-bottom: 1px solid rgba(212,175,55,.09);
}


.about-highlight:last-child {

    border-bottom: 0;
}


/* ICON */

.about-highlight-icon {

    width: 43px;
    height: 43px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(212,175,55,.22);

    border-radius: 12px;

    color: #d4af37;

    background: rgba(212,175,55,.04);

    font-size: 14px;
}


/* NUMBER */

.about-highlight span {

    display: block;

    margin-bottom: 2px;

    color: #806c3d;

    font-family: "Poppins", sans-serif;

    font-size: 8px;

    font-weight: 600;

    letter-spacing: 1.5px;
}


/* TITLE */

.about-highlight h3 {

    margin: 0 0 4px;

    color: #e8ddd3;

    font-family: "Cinzel", serif;

    font-size: 16px;

    font-weight: 600;
}


/* TEXT */

.about-highlight p {

    margin: 0;

    color: #827978;

    font-family: "Poppins", sans-serif;

    font-size: 13.5px;

    line-height: 1.65;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 900px) {

    .about-grid {

        grid-template-columns: 1fr;

        gap: 40px;

        max-width: 700px;
    }


    .about-content {

        max-width: 100%;

        text-align: center;
    }


    .about-features {

        max-width: 550px;

        margin-left: auto;
        margin-right: auto;

        text-align: left;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

    .about-brand {

        padding: 65px 16px;
    }


    .about-content h2 {

        font-size: 29px;

        line-height: 1.35;
    }


    .about-content p {

        font-size: 14px;

        line-height: 1.8;
    }


    .about-features {

        grid-template-columns: 1fr;

        gap: 10px;

        text-align: left;
    }


    .about-highlights {

        padding: 15px;

        border-radius: 18px;
    }


    .about-highlight {

        padding: 16px 8px;

        gap: 12px;
    }


    .about-highlight-icon {

        width: 38px;
        height: 38px;

        border-radius: 10px;

        font-size: 12px;
    }


    .about-highlight h3 {

        font-size: 14px;
    }


    .about-highlight p {

        font-size: 10px;

        line-height: 1.6;
    }

}

/* =====================================================
   FOUNDER SECTION
===================================================== */

.founder-section {

    position: relative;

    padding: 90px 20px;

    background:
        radial-gradient(
            circle at 8% 45%,
            rgba(110, 10, 34, 0.16),
            transparent 36%
        ),
        radial-gradient(
            circle at 90% 55%,
            rgba(212, 175, 55, 0.045),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #090909 0%,
            #16080d 52%,
            #090908 100%
        );

    overflow: hidden;
}


/* =====================================================
   GRID
===================================================== */

.founder-grid {

    max-width: 1100px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 60% 40%;

    gap: 45px;

    align-items: center;
}


/* =====================================================
   CONTENT
===================================================== */

.founder-content {

    max-width: 680px;
}


.founder-content .section-label {

    display: block;

    margin-bottom: 14px;

    color: #d4af37;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;
}


.founder-content h2 {

    margin: 0 0 23px;

    color: #f4e9dd;

    font-family: "Cinzel", serif;

    font-size: clamp(31px, 4vw, 44px);

    font-weight: 600;

    line-height: 1.3;
}


.founder-content h2 span {

    display: block;

    color: #d4af37;

    font-style: italic;
}


/* =====================================================
   PARAGRAPHS
===================================================== */

.founder-content p {

    margin: 0 0 16px;

    color: #a39a97;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    line-height: 1.9;
}


/* =====================================================
   SIGNATURE
===================================================== */

.founder-signature {

    display: flex;

    align-items: center;

    gap: 15px;

    margin-top: 30px;
}


.founder-line {

    width: 42px;

    height: 1px;

    background: #d4af37;

    box-shadow:
        0 0 10px rgba(212,175,55,.25);
}


.founder-signature strong {

    display: block;

    margin-bottom: 2px;

    color: #e8ddd2;

    font-family: "Cinzel", serif;

    font-size: 15px;

    font-weight: 600;
}


.founder-signature span {

    display: block;

    color: #817876;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


/* =====================================================
   IMAGE
===================================================== */

.founder-image-wrap {

    display: flex;

    justify-content: flex-end;
}


.founder-image {

    position: relative;

    width: 100%;

    max-width: 360px;

    aspect-ratio: 4 / 5;

    border-radius: 20px;

    overflow: hidden;

    border: 1px solid rgba(212,175,55,.22);

    background: #12090c;

    box-shadow:
        0 25px 65px rgba(0,0,0,.40);
}


.founder-image::before {

    content: "";

    position: absolute;

    inset: 10px;

    z-index: 2;

    border: 1px solid rgba(212,175,55,.18);

    border-radius: 14px;

    pointer-events: none;
}


.founder-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    transition: transform .5s ease;
}


.founder-image:hover img {

    transform: scale(1.035);
}


/* =====================================================
   IMAGE OVERLAY
===================================================== */

.founder-image-overlay {

    position: absolute;

    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            to top,
            rgba(7,3,5,.90) 0%,
            rgba(7,3,5,.20) 42%,
            transparent 72%
        );
}


/* =====================================================
   IMAGE CAPTION
===================================================== */

.founder-caption {

    position: absolute;

    left: 25px;

    right: 25px;

    bottom: 25px;

    z-index: 3;
}


.founder-caption span {

    display: block;

    margin-bottom: 5px;

    color: #d4af37;

    font-family: "Poppins", sans-serif;

    font-size: 8px;

    font-weight: 600;

    letter-spacing: 2.5px;
}


.founder-caption strong {

    display: block;

    color: #f5e9dc;

    font-family: "Cinzel", serif;

    font-size: 22px;

    font-weight: 600;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 900px) {

    .founder-grid {

        grid-template-columns: 1fr;

        max-width: 720px;

        gap: 45px;
    }


    .founder-content {

        max-width: 100%;

        text-align: center;
    }


    .founder-signature {

        justify-content: center;
    }


    .founder-image-wrap {

        justify-content: center;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

    .founder-section {

        padding: 65px 16px;
    }


    .founder-content h2 {

        font-size: 29px;

        line-height: 1.35;

        margin-bottom: 19px;
    }


    .founder-content p {

        font-size: 14px;

        line-height: 1.8;

        margin-bottom: 14px;
    }


    .founder-signature {

        margin-top: 25px;
    }


    .founder-image {

        max-width: 310px;

        border-radius: 17px;
    }


    .founder-caption {

        left: 21px;

        right: 21px;

        bottom: 21px;
    }


    .founder-caption strong {

        font-size: 19px;
    }

}

/* =====================================================
   WHAT WE VALUE
===================================================== */

.values-section {

    position: relative;

    padding: 85px 20px;

    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(105, 8, 32, 0.16),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            #090909 0%,
            #16080d 52%,
            #090908 100%
        );

    overflow: hidden;
}


/* =====================================================
   HEADING
===================================================== */

.values-heading {

    max-width: 700px;

    margin: 0 auto 48px;

    text-align: center;
}


.values-heading .section-label {

    display: block;

    margin-bottom: 13px;

    color: #d4af37;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;
}


.values-heading h2 {

    margin: 0;

    color: #f3e8dc;

    font-family: "Cinzel", serif;

    font-size: clamp(30px, 4vw, 42px);

    font-weight: 600;

    line-height: 1.3;
}


.values-heading h2 span {

    color: #d4af37;

    font-style: italic;
}


.values-heading > p {

    max-width: 650px;

    margin: 15px auto 0;

    color: #9b9290;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    line-height: 1.8;
}


/* =====================================================
   GRID
===================================================== */

.values-grid {

    max-width: 1050px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 18px;
}


/* =====================================================
   CARD
===================================================== */

.value-card {

    position: relative;

    padding: 28px 30px;

    border: 1px solid rgba(212,175,55,.13);

    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.035),
            rgba(65,8,22,.25),
            rgba(255,255,255,.01)
        );

    overflow: hidden;

    transition:
        transform .3s ease,
        border-color .3s ease,
        background .3s ease;
}


.value-card:hover {

    transform: translateY(-4px);

    border-color: rgba(212,175,55,.30);

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.045),
            rgba(75,9,25,.30),
            rgba(255,255,255,.015)
        );
}


/* =====================================================
   NUMBER
===================================================== */

.value-number {

    position: absolute;

    top: 18px;

    right: 22px;

    color: rgba(212,175,55,.18);

    font-family: "Cinzel", serif;

    font-size: 25px;

    font-weight: 600;
}


/* =====================================================
   ICON
===================================================== */

.value-icon {

    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 20px;

    border: 1px solid rgba(212,175,55,.20);

    border-radius: 12px;

    color: #d4af37;

    background: rgba(212,175,55,.045);

    font-size: 14px;
}


/* =====================================================
   TITLE
===================================================== */

.value-card h3 {

    margin: 0 0 10px;

    color: #eee3d8;

    font-family: "Cinzel", serif;

    font-size: 19px;

    font-weight: 600;
}


/* =====================================================
   TEXT
===================================================== */

.value-card p {

    max-width: 440px;

    margin: 0;

    color: #9a918f;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    line-height: 1.8;
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 700px) {

    .values-section {

        padding: 65px 16px;
    }


    .values-heading {

        margin-bottom: 35px;
    }


    .values-heading h2 {

        font-size: 29px;
    }


    .values-heading > p {

        font-size: 14px;

        line-height: 1.8;
    }


    .values-grid {

        grid-template-columns: 1fr;

        gap: 12px;
    }


    .value-card {

        padding: 24px 21px;

        border-radius: 15px;
    }


    .value-card h3 {

        font-size: 17px;
    }


    .value-card p {

        font-size: 14px;

        line-height: 1.75;
    }


    .value-icon {

        width: 41px;
        height: 41px;

        margin-bottom: 16px;
    }

}

/* =====================================================
   GLOBAL PARAGRAPH LINKS
===================================================== */

p a {
    color: inherit !important;
    text-decoration: none !important;
    font-weight: 600;
}

p a:hover,
p a:focus {
    color: inherit !important;
    text-decoration: none !important;
}