/* ============================================================================
   Press release — "Toss the Coin x Lunamé" (Gambhir Cosmetic Medicine rebrand).
   Loaded automatically for the press_release post with slug `luname-pr`
   (see ttc_current_page_slug(): generic ACF templates fall back to the post slug).

   Structure is identical to smartwheels-pr.css — same generic template
   (tpl-press-release-acf.php), same .pr-* classes. Only the brand accents and a
   couple of type sizes differ, per Figma node 14412:9747:
     tag pill      #005eb8 (TTC blue)   [SmartWheels used #5E3BB8]
     date rule     #ffb900 (TTC yellow) [SmartWheels used #5E3BB8]
     links         #005eb8
     lead copy     16px/24px #1e2939    [SmartWheels used 20px/32.5px #4a5565]
   ========================================================================= */

html,
body {
    font-family: 'Poppins', sans-serif !important;
}

.pr-page {
    background-color: #ffffff;
    padding-top: 100px;
}

.pr-content {
    margin: 0 auto;
    padding: 90px 230px 120px;
}

/* Breadcrumb */
.pr-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.pr-breadcrumb a,
.pr-breadcrumb span {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.pr-breadcrumb a { color: #6a7282; }
.pr-breadcrumb a:hover { color: #101828; }
.pr-breadcrumb .sep { color: #99a1af; }

.pr-breadcrumb .current {
    color: #101828;
    font-weight: 500;
}

/* Badge */
.pr-tag {
    display: inline-block;
    background-color: #005eb8;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.35px;
    padding: 8px 24px;
    border-radius: 9999px;
    margin-bottom: 32px;
}

/* Header */
.pr-header { margin-bottom: 40px; }

/* Co-branded "toss the coin x Lunamé" lockup (exported from Figma at 4x). */
.pr-luname-logo {
    display: block;
    margin-bottom: 40px;
    width: auto;
    max-width: 300px;
    height: auto;
}

.pr-headline {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #101828;
    margin: 0 0 39px 0;
}

.pr-intro {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1e2939;
    margin: 0;
}

/* Date Box */
.pr-date-box {
    background-color: #f3f4f6;
    border-left: 4px solid #ffb900;
    padding: 16px 24px;
    margin: 40px 0;
    width: fit-content;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #101828;
}

/* Body Text */
.pr-body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #1e2939;
    margin: 0 0 26px 0;
}

.pr-body:last-child { margin-bottom: 0; }
.pr-body p { margin: 0 0 24px 0; }
.pr-body p:last-child { margin-bottom: 0; }

/* Quote Card */
.pr-quote-card {
    background: #ffffff;
    border: 0.724px solid #dbdbdb;
    box-shadow: 0px 20px 41px rgba(0, 0, 0, 0.05);
    min-height: 200px;
    position: relative;
    overflow: hidden;
    margin: 43px 0;
    display: flex;
}

.pr-quote-body {
    flex: 1;
    min-width: 280px;
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.pr-quote-icon {
    width: 59px;
    height: 28px;
}

.pr-quote-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    line-height: 1.5;
    color: #364153;
    margin: 0;
}

.pr-quote-text strong {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

/* Section Headings */
.pr-section-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #101828;
    margin: 42px 0 16px 0;
}

.pr-section-heading--sm {
    font-size: 20px;
    line-height: 28px;
}

/* Section Body */
.pr-section p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #1e2939;
    margin: 0 0 16px 0;
}

.pr-section p:last-child { margin-bottom: 0; }

.pr-section a {
    color: #005eb8;
    text-decoration: underline;
}

.pr-section a:hover { color: #005eb8; }

/* Media Contact */
.pr-media-contact p { margin-bottom: 4px !important; }

.pr-media-contact a {
    color: #1e2939;
    text-decoration: underline;
    font-weight: 400;
}

/* Responsive */
@media (max-width: 1199px) {
    .pr-content { padding: 70px 80px 90px; }
}

@media (max-width: 991px) {
    .pr-page { padding-top: 75px; }
    .pr-content { padding: 40px 24px 60px; }

    .pr-headline {
        font-size: 32px;
        line-height: 42px;
    }

    .pr-luname-logo { max-width: 240px; margin-bottom: 28px; }

    .pr-quote-card { flex-direction: column; }
    .pr-quote-body { padding: 24px; }
}

@media (max-width: 575px) {
    .pr-headline {
        font-size: 26px;
        line-height: 36px;
    }

    .pr-date-box { width: 100%; }
    .pr-luname-logo { max-width: 200px; }
}
