/* =====================================================
   PROFILES INTRO
===================================================== */

.profiles-intro {

    position: relative;

    padding: 80px 20px;

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

    overflow: hidden;
}


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

.profiles-intro-content {

    max-width: 900px;

    margin: 0 auto;

    text-align: center;
}


/* =====================================================
   LABEL
===================================================== */

.profiles-intro-content .section-label {

    display: block;

    margin-bottom: 14px;

    color: #d4af37;

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

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;
}


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

.profiles-intro-content h2 {

    margin: 0 0 22px;

    color: #f3e8dc;

    font-family: "Cinzel", serif;

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

    font-weight: 600;

    line-height: 1.3;
}


.profiles-intro-content h2 span {

    color: #d4af37;

    font-style: italic;
}


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

.profiles-intro-content p {

    max-width: 850px;

    margin: 0 auto 16px;

    color: #9e9592;

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

    font-size: 16px;

    font-weight: 400;

    line-height: 1.9;
}


.profiles-intro-content p:last-child {

    margin-bottom: 0;
}


/* Strong / Keywords */

.profiles-intro-content p strong {

    color: #cbbcae;

    font-weight: 600;
}


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

@media (max-width: 600px) {

    .profiles-intro {

        padding: 60px 16px;
    }


    .profiles-intro-content .section-label {

        font-size: 8px;

        letter-spacing: 2.5px;

        margin-bottom: 12px;
    }


    .profiles-intro-content h2 {

        font-size: 29px;

        line-height: 1.35;

        margin-bottom: 18px;
    }


    .profiles-intro-content p {

        font-size: 14px;

        line-height: 1.8;

        margin-bottom: 14px;
    }

}

/* =====================================================
   NEWLY ADDED PROFILES
   AAROHI VERMA
===================================================== */

.profiles-new {
    position: relative;

    padding: 85px 20px;

    background:
        radial-gradient(
            circle at 15% 40%,
            rgba(100, 8, 30, 0.16),
            transparent 35%
        ),
        radial-gradient(
            circle at 85% 60%,
            rgba(212, 175, 55, 0.04),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #090909 0%,
            #16080d 52%,
            #090908 100%
        );

    overflow: hidden;
}


/* =====================================================
   CONTAINER
===================================================== */

.profiles-new .container {
    width: 100%;
    max-width: 1180px;

    margin: 0 auto;
}


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

.profiles-section-heading {

    max-width: 760px;

    margin: 0 auto 45px;

    text-align: center;
}


.profiles-section-heading .section-label {

    display: block;

    margin-bottom: 12px;

    color: #d4af37;

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

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;
}


.profiles-section-heading h2 {

    margin: 0 0 16px;

    color: #f2e7dc;

    font-family: "Cinzel", serif;

    font-size: 42px;

    font-weight: 600;

    line-height: 1.3;
}


.profiles-section-heading h2 span {

    color: #d4af37;

    font-style: italic;
}


.profiles-section-heading p {

    max-width: 700px;

    margin: 0 auto;

    color: #9e9592;

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

    font-size: 16px;

    font-weight: 400;

    line-height: 1.8;
}


/* =====================================================
   PROFILE SECTIONS
===================================================== */

.profiles-section {
    position: relative;
    overflow: hidden;
}


/* =====================================================
   NEWLY ADDED
===================================================== */

.profiles-new {
    padding: 85px 20px;

    background:
        radial-gradient(
            circle at 15% 40%,
            rgba(100, 8, 30, .16),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #090909 0%,
            #16080d 52%,
            #090908 100%
        );
}


.profiles-new .container,
.profiles-featured .container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


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

.profiles-section-heading,
.featured-heading {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}


.profiles-section-heading .section-label,
.featured-heading .section-label {
    display: block;
    margin-bottom: 12px;

    color: #d4af37;

    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}


.profiles-section-heading h2,
.featured-heading h2 {
    margin: 0 0 15px;

    color: #f2e7dc;

    font-family: "Cinzel", serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.3;
}


.profiles-section-heading h2 span,
.featured-heading h2 span {
    color: #d4af37;
    font-style: italic;
}


.profiles-section-heading p,
.featured-heading p {
    max-width: 680px;
    margin: 0 auto;

    color: #9e9592;

    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.8;
}


/* =====================================================
   NEWLY ADDED GRID
===================================================== */

.profiles-new .profiles-grid {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}


/* =====================================================
   NORMAL PROFILE CARD
===================================================== */

.profiles-new .profile-card {
    position: relative;
    min-width: 0;

    overflow: hidden;

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

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.035),
            rgba(55,7,20,.28),
            rgba(0,0,0,.18)
        );

    box-shadow:
        0 18px 45px rgba(0,0,0,.28);

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


.profiles-new .profile-card:hover {
    transform: translateY(-5px);

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

    box-shadow:
        0 25px 55px rgba(0,0,0,.4);
}


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

.profiles-new .profile-image {
    position: relative;

    width: 100%;
    aspect-ratio: 4 / 5;

    overflow: hidden;

    background: #12090d;
}


.profiles-new .profile-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to bottom,
            transparent 55%,
            rgba(5,2,4,.5) 100%
        );
}


.profiles-new .profile-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition: transform .5s ease;
}


.profiles-new .profile-card:hover
.profile-image img {
    transform: scale(1.045);
}


/* =====================================================
   NEW BADGE
===================================================== */

.profiles-new .profile-badge {
    position: absolute;

    top: 13px;
    left: 13px;

    z-index: 3;

    padding: 6px 10px;

    border: 1px solid rgba(212,175,55,.35);
    border-radius: 6px;

    background: rgba(8,6,6,.84);

    color: #d4af37;

    font-family: "Poppins", sans-serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1.5px;
}


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

.profiles-new .profile-content {
    padding: 21px 20px 20px;
}


.profiles-new .profile-type {
    display: block;

    margin-bottom: 7px;

    color: #9b7830;

    font-family: "Poppins", sans-serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1.2px;
}


.profiles-new .profile-content h3 {
    margin: 0 0 8px;

    color: #eee3d8;

    font-family: "Cinzel", serif;
    font-size: 20px;
    font-weight: 600;
}


.profiles-new .profile-content p {
    min-height: 52px;

    margin: 0 0 17px;

    color: #9b9290;

    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 1.7;
}


/* =====================================================
   VIEW PROFILE BUTTON
===================================================== */

.profiles-new .profile-btn {
    width: 100%;
    min-height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    border: 1px solid rgba(212,175,55,.28);
    border-radius: 8px;

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

    color: #d4af37;

    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 600;

    text-decoration: none;

    transition: .3s ease;
}


.profiles-new .profile-btn:hover {
    color: #15110b;

    background: #d4af37;

    border-color: #d4af37;
}


/* =====================================================
   FEATURED SECTION
===================================================== */

.profiles-featured {
    padding: 90px 20px;

    background:
        radial-gradient(
            circle at 50% 45%,
            rgba(212,175,55,.075),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            #0b0907 0%,
            #17100b 50%,
            #090909 100%
        );

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


.featured-heading-line {
    width: 45px;
    height: 1px;

    margin: 0 auto 17px;

    background: #d4af37;
}


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

.featured-grid {
    max-width: 1050px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


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

.featured-card {
    position: relative;

    overflow: hidden;

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

    background:
        linear-gradient(
            145deg,
            rgba(47,29,8,.42),
            rgba(14,10,8,.98)
        );

    box-shadow:
        0 22px 55px rgba(0,0,0,.35);

    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
}


.featured-card:hover {
    transform: translateY(-6px);

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

    box-shadow:
        0 28px 65px rgba(0,0,0,.45);
}


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

.featured-image {
    position: relative;

    width: 100%;
    aspect-ratio: 4 / 5;

    overflow: hidden;

    background: #120d08;
}


.featured-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition: transform .5s ease;
}


.featured-card:hover .featured-image img {
    transform: scale(1.045);
}


.featured-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        linear-gradient(
            to bottom,
            transparent 50%,
            rgba(5,3,2,.52) 100%
        );
}


/* =====================================================
   FEATURED BADGE
===================================================== */

.featured-tag {
    position: absolute;

    top: 13px;
    left: 13px;

    z-index: 3;

    display: flex;
    align-items: center;
    gap: 6px;

    padding: 7px 10px;

    border: 1px solid rgba(212,175,55,.42);
    border-radius: 6px;

    background: rgba(10,8,5,.84);

    color: #d4af37;

    font-family: "Poppins", sans-serif;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 1.4px;
}


.featured-tag i {
    font-size: 8px;
}


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

.featured-content {
    padding: 20px 19px 19px;
}


.featured-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 8px;

    margin-bottom: 7px;

    font-family: "Poppins", sans-serif;
    font-size: 7px;
    letter-spacing: 1px;
}


.featured-meta span {
    color: #9d7c38;
}


.featured-meta b {
    color: #73685e;
    font-weight: 500;
}


.featured-content h3 {
    margin: 0 0 8px;

    color: #eee3d6;

    font-family: "Cinzel", serif;
    font-size: 20px;
    font-weight: 600;
}


.featured-content p {
    min-height: 58px;

    margin: 0 0 17px;

    color: #938983;

    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 1.7;
}


/* =====================================================
   FEATURED VIEW BUTTON
===================================================== */

.featured-btn {
    min-height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    border: 1px solid rgba(212,175,55,.35);
    border-radius: 8px;

    color: #d4af37;

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

    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 600;

    text-decoration: none;

    transition: .3s ease;
}


.featured-btn:hover {
    color: #16110a;

    background: #d4af37;

    border-color: #d4af37;
}


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

@media (max-width: 1050px) {

    .profiles-new .profiles-grid,
    .featured-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =====================================================
   MOBILE — 2 × 2
===================================================== */

@media (max-width: 600px) {

    .profiles-new,
    .profiles-featured {
        padding: 60px 12px;
    }


    .profiles-section-heading,
    .featured-heading {
        margin-bottom: 30px;
    }


    .profiles-section-heading h2,
    .featured-heading h2 {
        font-size: 28px;
        line-height: 1.3;
    }


    .profiles-section-heading p,
    .featured-heading p {
        font-size: 14px;
        line-height: 1.75;
    }


    /* 2 × 2 */

    .profiles-new .profiles-grid,
    .featured-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 10px;

        max-width: 100%;
    }


    .profiles-new .profile-card,
    .featured-card {
        border-radius: 12px;
    }


    .profiles-new .profile-image,
    .featured-image {
        aspect-ratio: 4 / 5;
    }


    .profiles-new .profile-badge,
    .featured-tag {
        top: 8px;
        left: 8px;

        padding: 5px 7px;

        font-size: 6px;

        letter-spacing: .8px;
    }


    .profiles-new .profile-content,
    .featured-content {
        padding: 13px 11px 11px;
    }


    .profiles-new .profile-type,
    .featured-meta {
        font-size: 6px;
        letter-spacing: .5px;
    }


    .profiles-new .profile-content h3,
    .featured-content h3 {
        font-size: 15px;

        margin-bottom: 6px;
    }


    .profiles-new .profile-content p,
    .featured-content p {
        min-height: 48px;

        margin-bottom: 10px;

        font-size: 10px;

        line-height: 1.55;
    }


    .profiles-new .profile-btn,
    .featured-btn {
        min-height: 35px;

        font-size: 9px;

        gap: 5px;
    }

}

/* =====================================================
   ALL PROFILES
===================================================== */

.profiles-all {

    padding: 85px 20px;

    background:
        linear-gradient(
            135deg,
            #090909 0%,
            #12080c 50%,
            #090909 100%
        );
}


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

.profiles-all-heading {

    max-width: 760px;

    margin: 0 auto 45px;

    text-align: center;
}


.profiles-all-heading .section-label {

    display: block;

    margin-bottom: 12px;

    color: #d4af37;

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

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;
}


.profiles-all-heading h2 {

    margin: 0 0 15px;

    color: #f2e7dc;

    font-family: "Cinzel", serif;

    font-size: 42px;

    font-weight: 600;

    line-height: 1.3;
}


.profiles-all-heading h2 span {

    color: #d4af37;

    font-style: italic;
}


.profiles-all-heading p {

    max-width: 680px;

    margin: 0 auto;

    color: #9e9592;

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

    font-size: 16px;

    line-height: 1.8;
}


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

.all-profiles-grid {

    max-width: 1100px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 18px;
}


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

.all-profile-card {

    overflow: hidden;

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

    border-radius: 15px;

    background: rgba(255,255,255,.018);

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


.all-profile-card:hover {

    transform: translateY(-4px);

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


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

.all-profile-image {

    width: 100%;

    aspect-ratio: 4 / 5;

    overflow: hidden;

    background: #12090d;
}


.all-profile-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .45s ease;
}


.all-profile-card:hover
.all-profile-image img {

    transform: scale(1.04);
}


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

.all-profile-content {

    padding: 18px 17px 17px;
}


.all-profile-content > span {

    display: block;

    margin-bottom: 7px;

    color: #9b7830;

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

    font-size: 7px;

    font-weight: 600;

    letter-spacing: 1px;
}


.all-profile-content h3 {

    margin: 0 0 8px;

    color: #eee3d8;

    font-family: "Cinzel", serif;

    font-size: 18px;

    font-weight: 600;
}


.all-profile-content p {

    min-height: 55px;

    margin: 0 0 15px;

    color: #918884;

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

    font-size: 12px;

    line-height: 1.7;
}


/* =====================================================
   VIEW PROFILE
===================================================== */

.all-profile-content a {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: #d4af37;

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

    font-size: 10px;

    font-weight: 600;

    text-decoration: none;
}


.all-profile-content a i {

    font-size: 10px;

    transition: transform .25s ease;
}


.all-profile-content a:hover i {

    transform: translateX(4px);
}


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

@media (max-width: 1050px) {

    .all-profiles-grid {

        grid-template-columns: repeat(2, 1fr);

        max-width: 760px;
    }

}


/* =====================================================
   MOBILE — 2 × 4
===================================================== */

@media (max-width: 600px) {

    .profiles-all {

        padding: 60px 12px;
    }


    .profiles-all-heading {

        margin-bottom: 30px;
    }


    .profiles-all-heading h2 {

        font-size: 28px;

        line-height: 1.3;
    }


    .profiles-all-heading p {

        font-size: 14px;

        line-height: 1.75;
    }


    .all-profiles-grid {

        grid-template-columns: repeat(2, 1fr);

        gap: 10px;

        max-width: 100%;
    }


    .all-profile-card {

        border-radius: 12px;
    }


    .all-profile-content {

        padding: 13px 11px 12px;
    }


    .all-profile-content > span {

        font-size: 6px;

        letter-spacing: .6px;

        margin-bottom: 5px;
    }


    .all-profile-content h3 {

        font-size: 15px;

        margin-bottom: 5px;
    }


    .all-profile-content p {

        min-height: 48px;

        margin-bottom: 10px;

        font-size: 10px;

        line-height: 1.55;
    }


    .all-profile-content a {

        font-size: 9px;
    }

}

/* =====================================================
   PROFILE BANNER
===================================================== */

.profile-banner {

    position: relative;

    padding: 65px 20px 60px;

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

    border-bottom: 1px solid rgba(212, 175, 55, 0.10);

    overflow: hidden;
}


.profile-banner-content {

    max-width: 900px;

    margin: 0 auto;

    text-align: center;
}


/* =====================================================
   BREADCRUMB
===================================================== */

.profile-banner .breadcrumb {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    margin: 0 0 20px;

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

    font-size: 10px;
}


.profile-banner .breadcrumb a {

    color: #918884;

    text-decoration: none;

    transition: color .25s ease;
}


.profile-banner .breadcrumb a:hover {

    color: #d4af37;
}


.profile-banner .breadcrumb span {

    color: #625b58;
}


.profile-banner .breadcrumb span[aria-current="page"] {

    color: #d4af37;
}


/* =====================================================
   LABEL
===================================================== */

.profile-banner-label {

    display: block;

    margin-bottom: 12px;

    color: #d4af37;

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

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;
}


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

.profile-banner h1 {

    margin: 0 0 12px;

    color: #f3e8dc;

    font-family: "Cinzel", serif;

    font-size: clamp(34px, 5vw, 52px);

    font-weight: 600;

    line-height: 1.2;
}


/* =====================================================
   SUBTITLE
===================================================== */

.profile-banner > .container
.profile-banner-content > p {

    margin: 0;

    color: #a29a96;

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

    font-size: 15px;

    line-height: 1.7;
}


.profile-banner-content > p span {

    margin: 0 5px;

    color: #d4af37;
}


/* =====================================================
   GOLD LINE
===================================================== */

.profile-banner-line {

    width: 48px;

    height: 1px;

    margin: 22px auto 0;

    background: #d4af37;

    box-shadow:
        0 0 12px rgba(212, 175, 55, 0.25);
}


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

@media (max-width: 600px) {

    .profile-banner {

        padding: 52px 16px 48px;
    }


    .profile-banner .breadcrumb {

        gap: 7px;

        margin-bottom: 17px;

        font-size: 9px;
    }


    .profile-banner-label {

        margin-bottom: 10px;

        font-size: 8px;

        letter-spacing: 2.5px;
    }


    .profile-banner h1 {

        font-size: 30px;

        line-height: 1.3;

        margin-bottom: 9px;
    }


    .profile-banner-content > p {

        font-size: 14px;

        line-height: 1.7;
    }


    .profile-banner-line {

        margin-top: 18px;
    }

}

/* =====================================================
   PROFILE OVERVIEW
===================================================== */

.profile-overview {

    padding: 80px 20px;

    background:
        linear-gradient(
            135deg,
            #090909 0%,
            #16080d 52%,
            #090908 100%
        );
}


.profile-overview .container {

    max-width: 1100px;

    margin: 0 auto;
}


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

.profile-overview-grid {

    display: grid;

    grid-template-columns: 40% 60%;

    gap: 45px;

    align-items: stretch;
}


/* =====================================================
   IMAGE — 40%
===================================================== */

.profile-main-image {

    position: relative;

    overflow: hidden;

    min-height: 570px;

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

    border-radius: 18px;

    background: #12090d;
}


.profile-main-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;
}


.profile-image-badge {

    position: absolute;

    top: 15px;

    left: 15px;

    padding: 7px 11px;

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

    border-radius: 6px;

    background: rgba(8,6,6,.82);

    color: #d4af37;

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

    font-size: 8px;

    font-weight: 600;

    letter-spacing: 1.5px;
}


/* =====================================================
   RIGHT CONTENT — 60%
===================================================== */

.profile-main-content {

    display: flex;

    flex-direction: column;

    justify-content: center;
}


.profile-section-label {

    display: block;

    margin-bottom: 10px;

    color: #d4af37;

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

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;
}


.profile-main-content h2 {

    margin: 0 0 15px;

    color: #f2e7dc;

    font-family: "Cinzel", serif;

    font-size: 40px;

    font-weight: 600;

    line-height: 1.25;
}


.profile-main-content h2 span {

    color: #d4af37;

    font-style: italic;
}


.profile-short-intro {

    max-width: 650px;

    margin: 0 0 25px;

    color: #9b9290;

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

    font-size: 16px;

    line-height: 1.8;
}


/* =====================================================
   DETAILS — 3 × 2
===================================================== */

.profile-details-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 10px;

    margin-bottom: 14px;
}


.profile-detail {

    padding: 15px 13px;

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

    border-radius: 9px;

    background: rgba(255,255,255,.018);
}


.profile-detail span {

    display: block;

    margin-bottom: 5px;

    color: #756b66;

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

    font-size: 7px;

    font-weight: 600;

    letter-spacing: 1.2px;
}


.profile-detail strong {

    color: #ddd1c6;

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

    font-size: 12px;

    font-weight: 500;
}


/* =====================================================
   AVAILABILITY
===================================================== */

.profile-availability {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    padding: 16px;

    margin-top: 2px;

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

    border-radius: 10px;

    background: rgba(212,175,55,.025);
}


.profile-availability > div:first-child span {

    display: block;

    margin-bottom: 4px;

    color: #756b66;

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

    font-size: 7px;

    font-weight: 600;

    letter-spacing: 1.2px;
}


.profile-availability > div:first-child strong {

    color: #d9cec3;

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

    font-size: 12px;

    font-weight: 500;
}


.availability-options {

    display: flex;

    gap: 7px;
}


.availability-options span {

    padding: 6px 10px;

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

    border-radius: 5px;

    color: #d4af37;

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

    font-size: 8px;

    font-weight: 600;
}


/* =====================================================
   PRICE
===================================================== */

.profile-price {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: 18px;

    padding-top: 17px;

    border-top: 1px solid rgba(255,255,255,.07);
}


.profile-price > span {

    color: #756b66;

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

    font-size: 8px;

    font-weight: 600;

    letter-spacing: 1px;
}


.profile-price strong {

    color: #d4af37;

    font-family: "Cinzel", serif;

    font-size: 25px;

    font-weight: 600;
}


.profile-price small {

    color: #706865;

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

    font-size: 9px;
}


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

@media (max-width: 900px) {

    .profile-overview-grid {

        grid-template-columns: 38% 62%;

        gap: 25px;
    }


    .profile-main-image {

        min-height: 500px;
    }


    .profile-main-content h2 {

        font-size: 34px;
    }

}


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

@media (max-width: 600px) {

    .profile-overview {

        padding: 55px 14px;
    }


    .profile-overview-grid {

        grid-template-columns: 1fr;

        gap: 28px;
    }


    .profile-main-image {

        min-height: 0;

        aspect-ratio: 4 / 5;

        max-width: 420px;

        margin: 0 auto;

        width: 100%;

        border-radius: 15px;
    }


    .profile-main-content {

        display: block;
    }


    .profile-main-content h2 {

        font-size: 29px;

        margin-bottom: 12px;
    }


    .profile-short-intro {

        font-size: 14px;

        line-height: 1.8;

        margin-bottom: 20px;
    }


    /* 3 × 2 remains 3 columns on mobile */

    .profile-details-grid {

        grid-template-columns: repeat(3, 1fr);

        gap: 7px;
    }


    .profile-detail {

        padding: 12px 8px;

        border-radius: 8px;
    }


    .profile-detail span {

        font-size: 6px;

        letter-spacing: .6px;
    }


    .profile-detail strong {

        font-size: 9px;

        line-height: 1.4;
    }


    .profile-availability {

        padding: 13px 11px;

        gap: 8px;
    }


    .profile-availability > div:first-child strong {

        font-size: 10px;
    }


    .availability-options span {

        padding: 5px 7px;

        font-size: 7px;
    }


    .profile-price {

        gap: 8px;

        flex-wrap: wrap;

        margin-top: 15px;

        padding-top: 14px;
    }


    .profile-price strong {

        font-size: 22px;
    }


    .profile-price small {

        width: 100%;

        font-size: 8px;
    }

}

/* =====================================================
   PROFILE ABOUT
===================================================== */

.profile-about {

    padding: 70px 20px;

    background:
        linear-gradient(
            135deg,
            #0b0909 0%,
            #15080d 50%,
            #090909 100%
        );
}


.profile-about-content {

    max-width: 900px;

    margin: 0 auto;

    text-align: center;
}


/* LABEL */

.profile-about .profile-section-label {

    display: block;

    margin-bottom: 12px;

    color: #d4af37;

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

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;
}


/* HEADING */

.profile-about h2 {

    margin: 0 0 20px;

    color: #f2e7dc;

    font-family: "Cinzel", serif;

    font-size: 38px;

    font-weight: 600;

    line-height: 1.3;
}


.profile-about h2 span {

    color: #d4af37;

    font-style: italic;
}


/* PARAGRAPH */

.profile-about p {

    margin: 0;

    color: #9c9390;

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

    font-size: 16px;

    font-weight: 400;

    line-height: 1.9;
}


/* INTERNAL LINKS */

.profile-about p a {

    color: inherit;

    font-weight: 600;

    text-decoration: none;
}


.profile-about p a:hover {

    color: #d4af37;
}


/* MOBILE */

@media (max-width: 600px) {

    .profile-about {

        padding: 55px 16px;
    }


    .profile-about h2 {

        font-size: 28px;

        margin-bottom: 16px;
    }


    .profile-about p {

        font-size: 14px;

        line-height: 1.8;
    }

}

/* =====================================================
   PROFILE SERVICES
===================================================== */

.profile-services {

    padding: 65px 20px;

    background:
        linear-gradient(
            135deg,
            #090909 0%,
            #15080d 50%,
            #090909 100%
        );
}


.profile-services-heading {

    max-width: 700px;

    margin: 0 auto 30px;

    text-align: center;
}


.profile-services-heading .profile-section-label {

    display: block;

    margin-bottom: 10px;

    color: #d4af37;

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

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;
}


.profile-services-heading h2 {

    margin: 0 0 12px;

    color: #f2e7dc;

    font-family: "Cinzel", serif;

    font-size: 36px;

    line-height: 1.3;
}


.profile-services-heading h2 span {

    color: #d4af37;

    font-style: italic;
}


.profile-services-heading p {

    margin: 0;

    color: #968d89;

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

    font-size: 16px;

    line-height: 1.8;
}


/* =====================================================
   SERVICE TAGS
===================================================== */

.services-list {

    max-width: 850px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 10px;
}


.service-tag {

    padding: 10px 16px;

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

    border-radius: 7px;

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

    color: #c8bbb1;

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

    font-size: 11px;

    font-weight: 500;

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


.service-tag:hover {

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

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

    color: #d4af37;
}


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

@media (max-width: 600px) {

    .profile-services {

        padding: 52px 14px;
    }


    .profile-services-heading {

        margin-bottom: 24px;
    }


    .profile-services-heading h2 {

        font-size: 28px;
    }


    .profile-services-heading p {

        font-size: 14px;

        line-height: 1.8;
    }


    .services-list {

        gap: 7px;
    }


    .service-tag {

        padding: 8px 10px;

        font-size: 9px;

        border-radius: 6px;
    }

}

/* =====================================================
   SIMILAR PROFILES
===================================================== */

.similar-profiles {

    padding: 70px 20px;

    background:
        linear-gradient(
            135deg,
            #090909 0%,
            #15080d 50%,
            #090909 100%
        );
}


.similar-profiles .container {

    max-width: 1100px;

    margin: 0 auto;
}


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

.similar-heading {

    max-width: 700px;

    margin: 0 auto 35px;

    text-align: center;
}


.similar-heading .profile-section-label {

    display: block;

    margin-bottom: 10px;

    color: #d4af37;

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

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;
}


.similar-heading h2 {

    margin: 0 0 12px;

    color: #f2e7dc;

    font-family: "Cinzel", serif;

    font-size: 36px;

    font-weight: 600;

    line-height: 1.3;
}


.similar-heading h2 span {

    color: #d4af37;

    font-style: italic;
}


.similar-heading p {

    margin: 0;

    color: #918985;

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

    font-size: 16px;

    line-height: 1.8;
}


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

.similar-profiles-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 16px;
}


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

.similar-card {

    overflow: hidden;

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

    border-radius: 14px;

    background: rgba(255,255,255,.018);

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


.similar-card:hover {

    transform: translateY(-4px);

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


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

.similar-image {

    width: 100%;

    aspect-ratio: 4 / 5;

    overflow: hidden;

    background: #12090d;
}


.similar-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .45s ease;
}


.similar-card:hover .similar-image img {

    transform: scale(1.04);
}


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

.similar-content {

    padding: 16px 15px 15px;
}


.similar-content > span {

    display: block;

    margin-bottom: 6px;

    color: #9b7830;

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

    font-size: 7px;

    font-weight: 600;

    letter-spacing: 1px;
}


.similar-content h3 {

    margin: 0 0 10px;

    color: #e9ded4;

    font-family: "Cinzel", serif;

    font-size: 18px;

    font-weight: 600;
}


.similar-content a {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: #d4af37;

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

    font-size: 10px;

    font-weight: 600;

    text-decoration: none;
}


.similar-content a i {

    font-size: 9px;

    transition: transform .25s ease;
}


.similar-content a:hover i {

    transform: translateX(4px);
}


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

@media (max-width: 900px) {

    .similar-profiles-grid {

        grid-template-columns: repeat(2, 1fr);

        max-width: 700px;

        margin: 0 auto;
    }

}


/* =====================================================
   MOBILE — 2 × 2
===================================================== */

@media (max-width: 600px) {

    .similar-profiles {

        padding: 55px 12px;
    }


    .similar-heading {

        margin-bottom: 27px;
    }


    .similar-heading h2 {

        font-size: 28px;
    }


    .similar-heading p {

        font-size: 14px;
    }


    .similar-profiles-grid {

        grid-template-columns: repeat(2, 1fr);

        gap: 10px;
    }


    .similar-card {

        border-radius: 11px;
    }


    .similar-content {

        padding: 12px 10px;
    }


    .similar-content > span {

        font-size: 6px;

        letter-spacing: .5px;
    }


    .similar-content h3 {

        font-size: 14px;

        margin-bottom: 8px;
    }


    .similar-content a {

        font-size: 9px;
    }

}