/* Dedicated styling for the long-form Mithai Bandhu article pages. */
.mb-article-page {
    background: #f8f4ee;
    color: #25201d;
}

.mb-article-page .header2-wrap {
    position: relative;
    background: #fffaf4;
}

.mb-article-hero {
    position: relative;
    overflow: hidden;
    padding: 74px 0 102px;
    background: #211d1b;
    color: #fffaf4;
}

.mb-article-hero::after {
    position: absolute;
    right: 8%;
    bottom: -120px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(239, 157, 73, .28);
    border-radius: 50%;
    content: "";
}

.mb-article-hero .container {
    position: relative;
    z-index: 1;
    max-width: 1040px;
}

.mb-article-back {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 58px;
    color: rgba(255, 250, 244, .72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;
}

.mb-article-back:hover { color: #ef9d49; }

.mb-article-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
    color: #ef9d49;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mb-article-meta b {
    color: rgba(255, 250, 244, .55);
    font-weight: 600;
}

.mb-article-meta b::before {
    margin-right: 18px;
    color: rgba(255, 250, 244, .3);
    content: "/";
}

.mb-article-hero h1 {
    max-width: 850px;
    margin: 0;
    color: #fffaf4;
    font-family: var(--heading-font);
    font-size: clamp(42px, 6vw, 78px);
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.02;
}

.mb-article-lead {
    max-width: 650px;
    margin: 28px 0 28px;
    color: rgba(255, 250, 244, .72);
    font-size: 17px;
    line-height: 1.75;
}

.mb-article-byline {
    display: flex;
    gap: 22px;
    color: rgba(255, 250, 244, .48);
    font-size: 12px;
}

.mb-article-body { padding: 0 0 92px; }

.mb-article-feature {
    position: relative;
    max-width: 1120px;
    margin: 30px auto 72px;
    overflow: hidden;
    border: 9px solid #fffaf4;
    box-shadow: 0 20px 45px rgba(51, 36, 25, .16);
}

.mb-article-feature::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(20, 14, 10, .2));
    content: "";
}

.mb-article-feature img {
    display: block;
    width: 100%;
    height: min(54vw, 550px);
    object-fit: cover;
}

.mb-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 730px) 260px;
    justify-content: center;
    gap: 76px;
}

.mb-article-copy { min-width: 0; }

.mb-article-copy p,
.mb-article-copy li {
    color: #625a54;
    font-size: 16px;
    line-height: 1.9;
}

.mb-article-copy h2 {
    margin: 46px 0 13px;
    color: #2b2420;
    font-family: var(--heading-font);
    font-size: 29px;
    font-weight: 800;
    line-height: 1.2;
}

.mb-article-copy ul,
.mb-article-copy ol {
    margin: 18px 0 28px;
    padding-left: 24px;
}

.mb-article-copy li { margin-bottom: 9px; padding-left: 5px; }
.mb-article-copy strong { color: #2b2420; }

.mb-article-intro {
    color: #342b26 !important;
    font-family: var(--heading-font);
    font-size: 21px !important;
    line-height: 1.65 !important;
}

.mb-article-quote {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 18px;
    align-items: start;
    margin: 38px 0;
    padding: 26px 28px;
    border-left: 3px solid #ef9d49;
    background: #fffaf4;
}

.mb-article-quote i { padding-top: 5px; color: #ef9d49; font-size: 20px; }
.mb-article-quote p { margin: 0; color: #342b26; font-family: var(--heading-font); font-size: 22px; line-height: 1.5; }

.mb-article-takeaway {
    margin-top: 46px;
    padding: 32px;
    background: #e98d43;
    color: #fffaf4;
}

.mb-article-takeaway span,
.mb-aside-label {
    display: block;
    margin-bottom: 12px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mb-article-takeaway h3 { margin: 0 0 8px; color: #fffaf4; font-family: var(--heading-font); font-size: 28px; }
.mb-article-takeaway p { margin: 0 0 22px; color: rgba(255, 250, 244, .84); }
.mb-article-takeaway .btn-default { border-color: #fffaf4; color: #fffaf4; }
.mb-article-takeaway .btn-default:hover { background: #fffaf4; color: #e98d43; }

.mb-article-aside { padding-top: 8px; }
.mb-aside-card { margin-bottom: 20px; padding: 22px; background: #fffaf4; border: 1px solid rgba(43, 36, 32, .1); }
.mb-aside-card a { display: block; padding: 11px 0; border-bottom: 1px solid rgba(43, 36, 32, .08); color: #625a54; font-size: 13px; text-decoration: none; }
.mb-aside-card a:last-child { border-bottom: 0; }
.mb-aside-card a:hover { color: #e98d43; }
.mb-aside-label { color: #e98d43; }
.mb-aside-dark { background: #211d1b; border-color: #211d1b; }
.mb-aside-dark p { color: rgba(255, 250, 244, .65); font-size: 14px; line-height: 1.7; }
.mb-aside-dark a { color: #ef9d49; border: 0; }

.mb-article-next { padding: 38px 0; background: #211d1b; }
.mb-article-next .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.mb-article-next span { color: #ef9d49; font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.mb-article-next a { color: #fffaf4; font-family: var(--heading-font); font-size: 22px; font-weight: 700; text-decoration: none; }
.mb-article-next a:hover { color: #ef9d49; }
.mb-article-next i { margin-left: 8px; font-size: 14px; }

.mb-article-footer { padding: 48px 0 30px; background: #181514; text-align: center; }
.mb-article-footer .footer-logo img { width: 150px; }
.mb-article-footer p { margin: 20px 0; color: rgba(255, 250, 244, .55); font-size: 13px; }
.mb-article-footer div a { margin: 0 12px; color: #ef9d49; font-size: 12px; text-decoration: none; }
.mb-article-footer small { display: block; margin-top: 28px; color: rgba(255, 250, 244, .35); font-size: 11px; }

@media (max-width: 991px) {
    .mb-article-layout { grid-template-columns: minmax(0, 1fr); gap: 38px; }
    .mb-article-aside { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding-top: 0; }
    .mb-aside-card { margin-bottom: 0; }
}

@media (max-width: 767px) {
    .mb-article-hero { padding: 44px 0 80px; }
    .mb-article-back { margin-bottom: 38px; }
    .mb-article-meta { flex-wrap: wrap; gap: 8px 14px; font-size: 9px; letter-spacing: 1.5px; }
    .mb-article-meta b::before { margin-right: 14px; }
    .mb-article-hero h1 { font-size: 42px; letter-spacing: -.5px; }
    .mb-article-lead { font-size: 15px; }
    .mb-article-byline { flex-direction: column; gap: 5px; }
    .mb-article-feature { margin: -40px 12px 48px; border-width: 5px; }
    .mb-article-feature img { height: 280px; }
    .mb-article-body { padding-bottom: 58px; }
    .mb-article-copy p, .mb-article-copy li { font-size: 15px; line-height: 1.8; }
    .mb-article-copy h2 { margin-top: 36px; font-size: 25px; }
    .mb-article-intro { font-size: 18px !important; }
    .mb-article-aside { grid-template-columns: 1fr; }
    .mb-article-next .container { display: block; }
    .mb-article-next a { display: block; margin-top: 12px; font-size: 19px; line-height: 1.45; }
}
