
/* ===== assets/css/frontend/tokens.css ===== */
:root {
    --public-red: #d71920;
    --public-red-dark: #a90f16;
    --public-ink: #111827;
    --public-navy: #0d1b2a;
    --public-blue: #315b7d;
    --public-paper: #fffdf8;
    --public-white: #ffffff;
    --public-muted: #667085;
    --public-story-summary: #374151;
    --public-border: #e4e0d8;
    --public-amber: #b7791f;
    --font-arabic-body: "Adobe Arabic", "Noto Naskh Arabic", "Geeza Pro", "Noto Sans Arabic", Tahoma, Arial, serif;
    --font-arabic-heading: "Adobe Arabic", "Noto Naskh Arabic", "Geeza Pro", "Noto Sans Arabic", Tahoma, Arial, serif;
    --font-english: "Poppins", Arial, Helvetica, sans-serif;
    --font-english-editorial: var(--font-english);
    --font-ui: var(--font-english);
    --space-1: .25rem;
    --space-2: .5rem;
    --space-3: .75rem;
    --space-4: 1rem;
    --space-5: 1.5rem;
    --space-6: 2rem;
    --space-7: 3rem;
    --container-max: 67.5rem;
    --container-gutter: clamp(1rem, 3vw, 2rem);
    --radius-sm: .25rem;
    --radius-md: .5rem;
    --border-thin: 1px solid var(--public-border);
    --shadow-soft: 0 10px 30px rgb(17 24 39 / .08);
    --transition-fast: 160ms ease;
    --z-header: 30;
    --z-ticker: 20;
    --z-menu: 80;
    --z-skip: 100;
}

/* ===== assets/css/frontend/base.css ===== */
*, *::before, *::after { box-sizing: border-box; }
html { min-height: 100%; color-scheme: light; scroll-behavior: smooth; }
body { display: flex; min-height: 100vh; margin: 0; flex-direction: column; background: var(--public-paper); color: var(--public-ink); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid #f5c04a; outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; inset-block-start: .75rem; inset-inline-start: .75rem; z-index: var(--z-skip); padding: .7rem 1rem; background: var(--public-white); color: var(--public-ink); transform: translateY(-180%); transition: transform var(--transition-fast); }
.skip-link:focus { transform: translateY(0); }
[hidden] { display: none !important; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* ===== assets/css/frontend/typography.css ===== */
body { font-family: var(--font-arabic-body); font-size: 1.1875rem; font-synthesis: none; font-weight: 400; line-height: 1.8; text-rendering: optimizeLegibility; }
html[lang="ur"] body, html[lang="ps"] body, .lang-urdu, .lang-pashto, [lang="ur"], [lang="ps"] { font-family: var(--font-arabic-body); }
.lang-english { font-family: var(--font-english-editorial); line-height: 1.65; }
[lang="en"] { font-family: var(--font-english-editorial); }
h1, h2, h3, p { margin-block-start: 0; }
h1, h2, h3 { font-family: var(--font-arabic-heading); font-weight: 700; line-height: 1.28; }
html[lang="ur"] :is(h1, h2, h3), html[lang="ps"] :is(h1, h2, h3), :is(h1, h2, h3)[lang="ur"], :is(h1, h2, h3)[lang="ps"] { font-family: var(--font-arabic-heading); }
.lang-english h1, .lang-english h2, .lang-english h3 { font-family: var(--font-english-editorial); line-height: 1.12; }
h1 { margin-block-end: var(--space-4); font-size: clamp(2.1875rem, calc(5vw + 3px), 3.7875rem); }
p { margin-block-end: var(--space-4); }
.primary-navigation, .news-ticker, .mobile-menu { font-family: var(--font-arabic-body); }
.utility-bar, button { font-family: var(--font-ui); }
.primary-navigation { font-family: var(--font-arabic-heading); }
.lang-english :is(.primary-navigation, .news-ticker, .mobile-menu, .utility-bar__right, .utility-bar__links), html[lang="en"] :is(.primary-navigation, .news-ticker, .mobile-menu, .utility-bar__right, .utility-bar__links) { font-family: var(--font-english-editorial); }
.news-ticker__group { font-weight: 400; }
.news-ticker__label, .mobile-menu__list > li > a, .mobile-menu__list > li > details > summary { font-family: var(--font-arabic-heading); font-weight: 700; line-height: 1.45; }
.shell-preview__eyebrow { margin-block-end: var(--space-2); color: var(--public-red-dark); font-family: var(--font-english-editorial); font-size: .9375rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

/* ===== assets/css/frontend/layout.css ===== */
/* ======================================================
   POPPINS FONT FAMILY
====================================================== */

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/poppins/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/poppins/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


/* ======================================================
   ENGLISH TYPOGRAPHY
====================================================== */

html,
body {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

[lang="en"] {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}


/* English footer */
.site-footer__legal,
.site-footer__copyright,
.site-footer__credit,
.site-footer__credit a {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.editorial-container { width: min(100% - (2 * var(--container-gutter)), var(--container-max)); margin-inline: auto; }
.site-header { position: relative; z-index: var(--z-header); }
.utility-bar { min-height: 1.7rem; background: #161616; color: #fff; font-size: .9675rem; }
.utility-bar__inner { display: flex; min-height: 1.7rem; align-items: center; justify-content: space-between; gap: clamp(.5rem, 1.5vw, 1rem); direction: ltr; }
.utility-bar__left, .utility-bar__right { display: flex; min-width: 0; align-items: center; }
.utility-bar__left { flex: 1 1 auto; gap: .8rem; }
.utility-bar__right { flex: 0 1 auto; justify-content: flex-end; direction: rtl; font-family: var(--font-arabic-body); }
.utility-bar__social { display: flex; height: 100%; align-items: center; }
.utility-bar__social a { display: inline-flex; width: 1.8rem; min-height: 1.7rem; align-items: center; justify-content: center; border-inline-end: 1px solid #393939; color: white; font: 700 .68rem/1 var(--font-ui); text-decoration: none; }
.utility-bar__social svg { width: .8rem; height: .8rem; fill: currentColor; }
.utility-bar__social a:hover, .utility-bar__social a:focus-visible { background: var(--public-red); }
.utility-bar time { color: #eee; font-family: var(--font-ui); font-size: .78rem; white-space: nowrap; }
.utility-bar__links { display: flex; align-items: center; justify-content: flex-end; gap: 1.15rem; direction: rtl; font-family: var(--font-arabic-body); }
.utility-bar__links a { text-decoration: none; white-space: nowrap; transition: color 200ms ease; }
.utility-bar__links a:hover, .utility-bar__links a:focus-visible { color: var(--public-red); }

@media (max-width: 64rem) {
    .utility-bar__links {
        display: none;
    }

    .utility-bar__inner {
        justify-content: flex-start;
    }

    .utility-bar__left {
        gap: .45rem;
    }

    .utility-bar__social a {
        width: 1.5rem;
    }

    .utility-bar time {
        font-size: clamp(.65rem, 2.6vw, .73rem);
        font-variant-numeric: tabular-nums;
    }
}
.masthead { position: relative; width: 100%; overflow: hidden; background: #d82220; color: var(--public-white); isolation: isolate; }
.masthead::after { position: absolute; inset: auto 0 0; z-index: -1; height: 1px; background: rgb(255 255 255 / .2); content: ""; pointer-events: none; }
.masthead__inner { display: grid; grid-template-columns: 3rem minmax(0, 1fr) 3rem; min-height: var(--appearance-header-height, 6.5rem); padding-inline: var(--appearance-header-spacing, 1rem); align-items: center; }
.brand { display: inline-flex; grid-column: 2; align-items: center; justify-self: center; color: var(--public-white); text-decoration: none; }
.brand__logo { width: 14.8rem; height: auto; filter: drop-shadow(0 2px 4px rgb(52 4 7 / .22)); }
.masthead-action { grid-column: 1; width: 2.75rem; height: 2.75rem; border: 1px solid rgb(255 255 255 / .38); border-radius: 50%; background: rgb(82 5 9 / .12); color: white; align-items: center; justify-content: center; }
.masthead-action { display: none; cursor: pointer; }
.masthead__balance { grid-column: 3; width: 2.75rem; height: 2.75rem; }
.menu-icon { display: grid; gap: 4px; width: 1.1rem; }
.menu-icon span { display: block; height: 2px; border-radius: 1px; background: currentColor; }
.primary-navigation { min-height: 2.5rem; border-bottom: 1px solid #dedede; background: var(--public-white); }
.primary-navigation__list { display: flex; min-height: 2.5rem; margin: 0; padding: 0; align-items: stretch; justify-content: center; gap: clamp(.7rem, 1.7vw, 1.4rem); list-style: none; white-space: nowrap; }
.navigation-item { position: relative; display: flex; align-items: stretch; }
.primary-navigation a, .navigation-more summary { position: relative; display: flex; min-height: 2.5rem; padding: 0; align-items: center; border: 0; color: #171717; cursor: pointer; font-size: 1.3975rem; font-weight: 700; text-decoration: none; }
.primary-navigation a::after, .navigation-more summary::before { position: absolute; inset-inline: 0; inset-block-end: .25rem; height: 2px; background: var(--public-red); content: ""; opacity: 0; transform: scaleX(.35); transition: opacity 140ms ease, transform 140ms ease; }
.primary-navigation a:hover, .primary-navigation a:focus-visible, .primary-navigation a[aria-current="page"], .navigation-more summary:hover, .navigation-more summary:focus-visible { color: var(--public-red-dark); }
.primary-navigation a:hover::after, .primary-navigation a:focus-visible::after, .primary-navigation a[aria-current="page"]::after, .navigation-more summary:hover::before, .navigation-more summary:focus-visible::before { opacity: 1; transform: scaleX(1); }
.navigation-more summary { list-style: none; }
.navigation-more summary::-webkit-details-marker { display: none; }
.navigation-more summary::after { margin-inline-start: .4rem; content: "\2304"; font-size: .9555rem; }
.navigation-submenu { position: absolute; inset-block-start: 100%; inset-inline-start: 0; z-index: 5; display: none; min-width: 13rem; margin: 0; padding: .4rem; border-top: 3px solid var(--public-red); background: white; box-shadow: var(--shadow-soft); list-style: none; }
.navigation-item:hover > .navigation-submenu, .navigation-item:focus-within > .navigation-submenu, .navigation-more details[open] .navigation-submenu { display: block; }
.navigation-submenu a { min-height: 2.65rem; padding-inline: .8rem; border-bottom: 1px solid var(--public-border); }
.navigation-search { margin-inline-start: -.2rem; }
.navigation-search button { position: relative; display: inline-grid; width: 2.35rem; min-height: 2.5rem; padding: 0; place-items: center; border: 0; background: transparent; color: #171717; cursor: pointer; }
.navigation-search button::after { position: absolute; inset-inline: .15rem; inset-block-end: .25rem; height: 2px; background: var(--public-red); content: ""; opacity: 0; transform: scaleX(.35); transition: opacity 140ms ease, transform 140ms ease; }
.navigation-search button svg { width: 1.15rem; height: 1.15rem; }
.navigation-search button:hover, .navigation-search button:focus-visible { color: var(--public-red-dark); }
.navigation-search button:hover::after, .navigation-search button:focus-visible::after { opacity: 1; transform: scaleX(1); }
.header-search { max-height: 0; overflow: hidden; border-bottom: 0 solid #dedede; background: var(--public-white); opacity: 0; transition: max-height 180ms ease, opacity 160ms ease, border-color 160ms ease; }
.header-search.is-open { max-height: 5rem; border-bottom-width: 1px; opacity: 1; }
.header-search__inner { display: flex; min-height: 4.2rem; align-items: center; justify-content: center; gap: .55rem; direction: rtl; }
.header-search input { width: min(100%, 35rem); min-width: 0; height: 2.55rem; padding: .45rem .8rem; border: 1px solid #cfcfcf; border-radius: .3rem; background: #fff; color: #1d1d1d; font-family: var(--font-arabic-body); font-size: 1rem; font-weight: 600; }
.header-search input:focus { outline: 2px solid rgb(215 25 32 / .28); outline-offset: 1px; border-color: var(--public-red); }
.header-search__submit, .header-search__close { display: inline-flex; height: 2.55rem; align-items: center; justify-content: center; border: 0; border-radius: .3rem; cursor: pointer; }
.header-search__submit { gap: .35rem; padding-inline: .8rem; background: var(--public-red); color: #fff; font-family: var(--font-arabic-body); font-size: 1rem; font-weight: 700; }
.header-search__submit svg { width: 1rem; height: 1rem; }
.header-search__submit:hover, .header-search__submit:focus-visible { background: var(--public-red-dark); }
.header-search__close { width: 2.55rem; background: transparent; color: #2f2f2f; font-family: var(--font-ui); font-size: 2rem; font-weight: 400; line-height: 1; }
.header-search__close:hover, .header-search__close:focus-visible { color: var(--public-red-dark); background: #f5f5f5; }
/* ======================================================
   HEADER DESIGN — PUBLISHED APPEARANCE CONTROLS
====================================================== */

.site-header.is-header-sticky {
    position: sticky;
    top: 0;
    z-index: calc(var(--z-menu) - 1);
}

.site-header.is-header-compact .masthead__inner {
    min-height: 5.25rem;
}

.site-header.header-design--logo-start .brand {
    justify-self: start;
}

.site-header.header-design--logo-end .brand {
    grid-column: 3;
    justify-self: end;
}

.site-header.header-design--logo-display-compact .brand__logo {
    width: 11.5rem;
}

.site-header.header-design--nav-start .primary-navigation__list {
    justify-content: flex-start;
}

.site-header.header-design--nav-end .primary-navigation__list {
    justify-content: flex-end;
}

.site-header.header-design--nav-presentation-compact .primary-navigation__list {
    gap: clamp(.45rem, 1vw, .8rem);
}

.site-header.header-design--nav-presentation-compact .primary-navigation a,
.site-header.header-design--nav-presentation-compact .navigation-more summary {
    min-height: 2.2rem;
    font-size: 1.15rem;
}

.site-header.header-design--background-white .masthead {
    background: var(--public-white);
    color: var(--public-ink);
}

.site-header.header-design--background-white .masthead-action {
    border-color: #cfcfcf;
    background: #f5f5f5;
    color: var(--public-ink);
}

.site-header.header-design--background-ink .masthead {
    background: var(--public-ink);
}

.site-header.has-no-header-divider .masthead::after,
.site-header.has-no-header-divider .primary-navigation {
    border-bottom: 0;
}

.site-header.header-design--approved_split .masthead__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(.75rem, 2vw, 2rem);
}

.site-header.header-design--approved_split .brand {
    grid-column: 1;
    justify-self: start;
}

.site-header.header-design--approved_split .masthead__split-navigation {
    grid-column: 2;
    min-width: 0;
}

.site-header.header-design--approved_split .masthead__split-navigation .primary-navigation {
    min-height: 0;
    border: 0;
    background: transparent;
}

.site-header.header-design--approved_split .masthead__split-navigation .editorial-container {
    width: 100%;
    margin: 0;
}

.site-header.header-design--approved_split .masthead__split-navigation .primary-navigation__list {
    min-height: 0;
}

.site-header.header-design--approved_split .masthead__split-navigation .primary-navigation a,
.site-header.header-design--approved_split .masthead__split-navigation .navigation-more summary,
.site-header.header-design--approved_split .masthead__split-navigation .navigation-search button {
    min-height: 3rem;
    color: var(--public-white);
}

.site-header.header-design--approved_split.header-design--background-white .masthead__split-navigation .primary-navigation a,
.site-header.header-design--approved_split.header-design--background-white .masthead__split-navigation .navigation-more summary,
.site-header.header-design--approved_split.header-design--background-white .masthead__split-navigation .navigation-search button {
    color: var(--public-ink);
}

.site-header.header-design--approved_split.header-design--logo-center .brand {
    grid-column: 2;
    justify-self: center;
}

.site-header.header-design--approved_split.header-design--logo-center .masthead__split-navigation {
    grid-column: 1;
}

.site-header.header-design--approved_split.header-design--logo-end .brand {
    grid-column: 3;
    justify-self: end;
}

.site-header.header-design--approved_split.header-design--logo-end .masthead__split-navigation {
    grid-column: 2;
}

.site-header.header-design--mobile-menu-overlay .mobile-menu__panel {
    width: 100%;
    border-inline: 0;
    border-radius: 0;
}
.site-main { flex: 1 0 auto; min-height: 0; padding-block: clamp(1.25rem, 3vw, 2.5rem); }
.shell-preview { max-width: 52rem; padding-block: clamp(2rem, 6vw, 5rem); }
.shell-preview p { max-width: 44rem; }

/* ======================================================
   HEADER — TABLET / MOBILE
====================================================== */

@media (max-width: 40rem) {

    .masthead {
        overflow: visible;
    }

    .primary-navigation {
        display: none;
    }

    .masthead__inner {
        position: relative;

        grid-template-columns: 3rem minmax(0, 1fr) 3rem;

        min-height: 5rem;

        padding-block: .25rem;

        width: min(
            100% - (2 * var(--container-gutter)),
            var(--container-max)
        );

        max-width: 100%;
    }

    .masthead-action {
        display: inline-flex;
        position: relative;
        z-index: 2;
    }

    .brand {
        position: static;
        grid-column: 2;
        justify-self: center;
        width: min(11.5rem, 52vw);
        min-width: 0;
        transform: none;
    }

    .brand__logo {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .site-header.header-design--logo-start .brand,
    .site-header.header-design--logo-end .brand,
    .site-header.header-design--approved_split .brand {
        position: static;
        grid-column: 2;
        justify-self: center;
        inset: auto;
        transform: none;
    }

    .site-header.header-design--approved_split .masthead__split-navigation {
        display: none;
    }

    .masthead__balance {
        display: block;
        width: 2.75rem;
        height: 2.75rem;
    }

    .masthead-search-toggle {
        grid-column: 3;
    }

    .masthead-search-toggle svg {
        width: 1.2rem;
        height: 1.2rem;
    }

    .header-search.is-open {
        max-height: 6.5rem;
    }

    .header-search__inner {
        min-height: 4.4rem;
    }
}

@media (max-width: 28rem) {
    .header-search__inner { gap: .4rem; }
    .header-search__submit { width: 2.55rem; padding: 0; }
    .header-search__submit span { display: none; }
}

/* ======================================================
   MASHAAAL DIGITAL — COMPACT FOOTER
====================================================== */

.site-footer,
.site-footer *,
.site-footer *::before,
.site-footer *::after {
    box-sizing: border-box;
}

.site-footer {
    position: relative;
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    margin: 0;
    border-block-start: 3px solid #d82220;
    border-radius: 0 !important;
    background: #101925;
    color: #d9e0e8;
    overflow: hidden;
    isolation: isolate;
}


/* ======================================================
   WORLD MAP + LOGO
====================================================== */

.site-footer__top {
    position: relative;
    display: flex;
    width: 100%;
    height: 8.5rem;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            rgb(16 25 37 / .88),
            rgb(16 25 37 / .88)
        ),
        url("/assets/images/footer/world-map.svg");

    background-repeat: no-repeat;
    background-position: center 53%;
    background-size: 40rem auto;
}

.site-footer__top-inner {
    display: flex;
    width: min(
        100% - (2 * var(--container-gutter)),
        var(--container-max)
    );
    height: 100%;
    margin-inline: auto;
    align-items: center;
    justify-content: center;
}

.site-footer__brand {
    position: static;
    z-index: 10;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-footer__logo {
    display: block;
    width: 6.5rem;
    max-width: 100%;
    height: auto;
}


/* ======================================================
   NAVIGATION STRIP
====================================================== */

.site-footer__navigation {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 100%;

    border-block:
        1px solid rgb(255 255 255 / .07);

    background:
        rgb(255 255 255 / .045);

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.site-footer__navigation .editorial-container {
    position: relative;
    width: min(
        100% - (2 * var(--container-gutter)),
        var(--container-max)
    );
    max-width: 100%;
    margin-inline: auto;
}

.footer-navigation {
    width: 100%;
    max-width: 100%;
}

.footer-navigation ul {
    display: flex;
    width: 100%;
    max-width: 100%;
    min-height: 3.1rem;

    margin: 0;
    padding: 0 4.25rem;

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

    gap: .2rem 2.2rem;

    list-style: none;

    direction: rtl;
}

.site-footer__newsletter {
    border-block-end: 1px solid rgb(255 255 255 / .07);
    background: rgb(255 255 255 / .025);
}

.site-footer__newsletter .editorial-container {
    display: flex;
    width: min(100% - (2 * var(--container-gutter)), var(--container-max));
    margin-inline: auto;
    padding-block: 1.25rem;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: .5rem;
    font-family: var(--font-english);
    direction: ltr;
    text-align: center;
}

.site-footer__newsletter-copy h2,
.site-footer__newsletter-copy p {
    margin: 0;
}

.site-footer__newsletter-copy h2 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
}

.site-footer__newsletter-copy p {
    margin-block-start: .25rem;
    color: #aeb9c7;
    font-size: .85rem;
    font-weight: 400;
}

.site-footer__newsletter-form {
    display: flex;
    width: min(100%, 24rem);
    gap: .5rem;
    margin-block-start: .25rem;
    direction: ltr;
    justify-content: center;
}

.site-footer__newsletter-feedback { margin-block-start: .2rem; color: #fff; font-size: .85rem; font-weight: 400; }
.site-footer__newsletter-feedback span { display: block; margin-block-start: .25rem; }
.site-footer__newsletter-feedback--error { color: #ffb4b2; }
.site-footer__newsletter-feedback--success { color: #a9e6bd; }

.site-footer__newsletter-form input,
.site-footer__newsletter-form button {
    min-height: 2.6rem;
    border: 1px solid rgb(255 255 255 / .15);
    border-radius: .2rem;
    font: inherit;
}

.newsletter-result {
    max-width: 42rem;
    margin: 3rem auto;
    padding: 3rem 2rem;
    border-block-start: 3px solid #d82220;
    background: #fff;
    text-align: center;
    box-shadow: 0 1rem 2.5rem rgb(16 25 37 / .08);
}

.newsletter-result__eyebrow {
    margin: 0 0 .5rem;
    color: #d82220;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.newsletter-result h1,
.newsletter-result p {
    margin-block: 0 1rem;
}

.newsletter-result h1 {
    color: #101925;
    direction: ltr;
    text-align: left;
    font-family: var(--font-english);
}

.newsletter-result a {
    display: inline-block;
    margin-block-start: .5rem;
    padding: .7rem 1.1rem;
    background: #d82220;
    color: #fff;
}

.site-footer__newsletter-form input {
    min-width: 0;
    flex: 1;
    padding-inline: .8rem;
    background: #fff;
    color: #101925;
}

.site-footer__newsletter-form button {
    padding-inline: 1rem;
    background: #d82220;
    color: #fff;
    cursor: pointer;
    font-family: var(--font-english);
}

@media (max-width: 640px) {
    .site-footer__newsletter .editorial-container,
    .site-footer__newsletter-form {
        width: 100%;
        margin-block-start: 0;
    }

    .site-footer__newsletter-form {
        align-items: stretch;
        flex-direction: column;
    }
}

.footer-navigation li {
    min-width: 0;
    margin: 0;
    padding: 0;
}

.footer-navigation a {
    position: relative;

    display: inline-flex;

    min-height: 3.1rem;

    align-items: center;

    color: #fff;

    font-size: 1.05rem;
    font-weight: 700;

    text-decoration: none;
    white-space: nowrap;

    transition:
        color 180ms ease,
        transform 180ms ease;
}

.footer-navigation a::after {
    position: absolute;

    inset-inline: 0;
    inset-block-end: .4rem;

    height: 2px;

    border-radius: 2px;

    background: #d82220;

    content: "";

    opacity: 0;

    transform: scaleX(.3);

    transition:
        opacity 180ms ease,
        transform 180ms ease;
}

.footer-navigation a:hover,
.footer-navigation a:focus-visible {
    color: #ff5b58;
    transform: translateY(-1px);
}

.footer-navigation a:hover::after,
.footer-navigation a:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
}


/* ======================================================
   COPYRIGHT
====================================================== */

.site-footer__legal {
    position: relative;
    z-index: 2;

    display: flex;

    width: min(
        100% - (2 * var(--container-gutter)),
        var(--container-max)
    );

    max-width: 100%;
    min-height: 4rem;

    margin-inline: auto;
    padding: .8rem .75rem;

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

    gap: .25rem .4rem;

    color: #d7dee7;

    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-size: .68rem;
    font-weight: 700;
    line-height: 1.5;

    text-align: center;
}

.site-footer__copyright,
.site-footer__credit {
    max-width: 100%;
    unicode-bidi: isolate;
    white-space: normal;
    overflow-wrap: anywhere;

    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-size: inherit;
    font-weight: 400;
}

.site-footer__copyright strong {
    color: #fff;
    font-weight: 700;
}

.site-footer .site-footer__legal .site-footer__copyright a {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
}

.site-footer .site-footer__legal .site-footer__copyright a:hover {
    color: #d82220;
    text-decoration: none;
}

.site-footer .site-footer__legal .site-footer__copyright a:focus-visible {
    outline: 2px solid #ff5b58;
    outline-offset: 3px;
    border-radius: 2px;
    color: #d82220;
    text-decoration: none;
}

.site-footer__copyright::after {
    display: none;
}

.site-footer__credit {
    color: #aeb9c5;
}

.site-footer__credit a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: color 180ms ease;
    max-width: 100%;
    unicode-bidi: isolate;
    white-space: normal;
    overflow-wrap: anywhere;

        font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-size: inherit;
    font-weight: 700;
}


.site-footer__credit a:hover,
.site-footer__credit a:focus-visible {
    color: #ff5b58;
}



/* ======================================================
   BACK TO TOP
====================================================== */

.footer-back-to-top {
    position: absolute;

    top: 68.3%;
    right: .75rem;
    left: auto;

    z-index: 5;

    display: inline-flex;

    width: 3rem;
    height: 3rem;

    padding: 0;

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

    border:
        1px solid rgb(255 255 255 / .1);

    border-radius: 5px;

    background: #0b1119;
    color: #fff;

    cursor: pointer;

    transform: translateY(-50%);

    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        transform 180ms ease;
}

.footer-back-to-top:hover,
.footer-back-to-top:focus-visible {
    border-color: #d82220;
    background: #d82220;

    transform:
        translateY(-50%)
        translateY(-2px);
}

.footer-back-to-top svg {
    width: 1.45rem;
    height: 1.45rem;

    fill: none;

    stroke: currentColor;

    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
}


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

@media (max-width: 48rem) {

    .site-footer__top {
        height: 8.5rem;
        background-position: center;
         background-position-y: 53%;
        background-size: 40rem auto;
    }

    .site-footer__logo {
        width: 6.5rem;
    }

    .footer-navigation ul {
        min-height: 3.1rem;

        padding-block: .35rem;
        padding-inline-start: .75rem;
        padding-inline-end: 4.25rem;

        gap: .1rem 1.15rem;
    }

    .footer-navigation a {
        min-height: 2.5rem;
        font-size: 1rem;
    }

    .site-footer__legal {
        width: calc(100% - 1.5rem);
        max-width: 100%;

        min-height: 4rem;

        padding: .75rem .5rem;

        justify-content: center;

        font-size: .72rem;
    }

    .site-footer__copyright::after {
        margin-inline: .3rem;
    }

    .footer-back-to-top {
        top: 68.3%;
        right: .75rem;
        left: auto;

        width: 3rem;
        height: 3rem;
    }
}


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

@media (max-width: 32rem) {

    .site-footer__top {
        height: 8.5rem;

        background-position: center;
        background-size: 44rem auto;
    }

    .site-footer__logo {
        width: 6.5rem;
    }

    .footer-navigation ul {
        min-height: 3.1rem;

        padding-block: .45rem;
        padding-inline-start: .5rem;
        padding-inline-end: 3.85rem;

        gap: .05rem .8rem;
    }

    .footer-navigation a {
        min-height: 2.2rem;

        font-size: .92rem;
    }

    .site-footer__legal {
        width: calc(100% - 1rem);
        max-width: 100%;

        min-height: 4.5rem;

        padding: .7rem .25rem;

        flex-direction: column;

        gap: .1rem;

        font-size: .67rem;
        line-height: 1.5;
    }

    .site-footer__copyright::after {
        display: none;
    }

    .footer-back-to-top {
        top: 68.3%;

        right: .5rem;
        left: auto;

        width: 2.75rem;
        height: 2.75rem;
    }

    .footer-back-to-top svg {
        width: 1.3rem;
        height: 1.3rem;
    }
}


/* ======================================================
   VERY SMALL MOBILE
====================================================== */

@media (max-width: 24rem) {

    .footer-navigation ul {
        padding-inline-start: .35rem;
        padding-inline-end: 3.5rem;

        gap: .05rem .6rem;
    }

    .footer-navigation a {
        font-size: .86rem;
    }

    .site-footer__legal {
        font-size: .64rem;
    }
}


/* ======================================================
   REDUCED MOTION
====================================================== */

@media (prefers-reduced-motion: reduce) {

    .footer-navigation a,
    .footer-navigation a::after,
    .footer-back-to-top {
        transition: none;
    }
}

.mobile-menu { position: fixed; inset: 0; z-index: var(--z-menu); }
.mobile-menu__overlay { position: absolute; inset: 0; width: 100%; border: 0; background: rgb(5 12 20 / .76); opacity: 0; cursor: pointer; transition: opacity 190ms ease; }
.mobile-menu__panel { position: absolute; inset-block: 0; inset-inline-start: 0; width: min(88vw, 24rem); padding: 0 var(--space-5) var(--space-5); border-inline-end: 3px solid var(--public-red); background: linear-gradient(165deg, #101f30, #08131f 70%); color: #f7fafc; box-shadow: 15px 0 45px rgb(0 0 0 / .3); overflow-y: auto; transform: translateX(105%); transition: transform 200ms ease; }
[dir="ltr"] .mobile-menu__panel { inset-inline-start: 0; inset-inline-end: auto; border-inline: 0 3px solid var(--public-red); box-shadow: 15px 0 45px rgb(0 0 0 / .3); transform: translateX(-105%); }
.mobile-menu.is-open .mobile-menu__overlay { opacity: 1; }
.mobile-menu.is-open .mobile-menu__panel { transform: translateX(0); }
.mobile-menu__heading { display: flex; min-height: 6rem; align-items: center; justify-content: space-between; gap: var(--space-4); border-bottom: 1px solid rgb(255 255 255 / .14); }
.mobile-menu__brand { display: inline-flex; padding: .25rem .5rem; background: transparent; }
.mobile-menu__brand img { width: 9.5rem; height: auto; }
.mobile-menu__close { width: 2.75rem; height: 2.75rem; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; background: rgb(255 255 255 / .05); color: white; font-size: 1.9875rem; line-height: 1; cursor: pointer; }
.mobile-menu__list, .mobile-menu__list ul { margin: var(--space-4) 0 0; padding: 0; list-style: none; }
.mobile-menu__list ul { margin-block-start: 0; }
.mobile-menu__list > li { opacity: 0; transform: translateY(.3rem); transition: opacity 180ms ease, transform 180ms ease; }
.mobile-menu.is-open .mobile-menu__list > li { opacity: 1; transform: none; }
.mobile-menu.is-open .mobile-menu__list > li:nth-child(2) { transition-delay: 25ms; }
.mobile-menu.is-open .mobile-menu__list > li:nth-child(3) { transition-delay: 50ms; }
.mobile-menu.is-open .mobile-menu__list > li:nth-child(4) { transition-delay: 75ms; }
.mobile-menu__list a, .mobile-menu__list summary { display: flex; min-height: 3.25rem; padding-inline: .25rem; align-items: center; justify-content: space-between; border-bottom: 1px solid rgb(255 255 255 / .1); color: #f4f7fa; cursor: pointer; font-size: 1.5175rem; font-weight: 500; text-decoration: none; list-style: none; }
.mobile-menu__list summary::-webkit-details-marker { display: none; }
.mobile-menu__list summary::after { content: "+"; color: #e5595e; }
.mobile-menu__list details[open] summary::after { content: "\2212"; }
.mobile-menu__list ul a { min-height: 2.85rem; padding-inline-start: 1rem; color: #cbd5df; font-size: 1.3875rem; }
.mobile-menu__list a[aria-current="page"] { color: #ff7479; }
.mobile-menu__chevron { color: #d94b51; font-size: 1.5375rem; }
[dir="ltr"] .mobile-menu__chevron { transform: scaleX(-1); }
.mobile-menu__language { margin-block: var(--space-5) 0; padding-block-start: var(--space-3); border-top: 2px solid var(--public-red); color: #9eacba; font-family: var(--font-ui); font-size: .9475rem; letter-spacing: .08em; text-transform: uppercase; }

/* Footer copyright link only */
.site-footer__credit a,
.site-footer__credit a:visited {
    color: inherit;
    text-decoration: none;
}


.site-footer__credit a:hover,
.site-footer__credit a:hover *,
.site-footer__credit a:focus-visible,
.site-footer__credit a:focus-visible * {
    color: #d82220 !important;
    text-decoration: none !important;
}


.site-footer__credit a:focus-visible {
    outline: 2px solid #d82220;
    outline-offset: 3px;
    border-radius: 2px;
}


.site-footer .site-footer__legal .site-footer__copyright a:hover,
.site-footer .site-footer__legal .site-footer__copyright a:hover strong,
.site-footer .site-footer__legal .site-footer__copyright a:focus-visible,
.site-footer .site-footer__legal .site-footer__copyright a:focus-visible strong {
    color: #d82220 !important;
    text-decoration: none !important;
}


/* Newsletter English typography */
.site-footer__newsletter,
.site-footer__newsletter h2,
.site-footer__newsletter p,
.site-footer__newsletter input,
.site-footer__newsletter button {
    font-family: var(--font-english) !important;
}

.site-footer__newsletter h2 {
    font-weight: 700;
}

.site-footer__newsletter p {
    font-weight: 400;
}

.site-footer__newsletter input {
    direction: ltr;
    text-align: left;
}

/* ===== assets/css/frontend/components.css ===== */
.news-ticker { position: relative; z-index: var(--z-ticker); width: 100%; background: #111d2a; color: white; }
.news-ticker__inner { display: grid; grid-template-columns: 6.4rem minmax(0, 1fr); min-height: 2.4rem; align-items: stretch; }
.news-ticker__label { display: flex; min-width: 6.4rem; padding-inline: .85rem; align-items: center; justify-content: center; background: #f20d16; font-size: 1.2375rem; white-space: nowrap; }
.news-ticker__viewport { min-width: 0; overflow: hidden; direction:ltr; unicode-bidi:isolate; }
.news-ticker__track { display: flex; flex-direction:row; width: max-content; height: 100%; align-items: center; direction:ltr; unicode-bidi:isolate; will-change:transform; }
.news-ticker.is-ready .news-ticker__track { animation:var(--ticker-animation,ticker-scroll-left) var(--ticker-duration,32s) linear infinite; }
.news-ticker__group { display: flex; flex:none; flex-direction:row; align-items: center; direction:ltr; unicode-bidi:isolate; white-space: nowrap; }
.news-ticker__group a,.news-ticker__group span { display: inline-flex; min-height: 2.4rem; padding-inline: 1.35rem; align-items: center; font-size: 1.2125rem; line-height: 1.5; text-decoration: none; }
.news-ticker__group bdi{unicode-bidi:isolate}
.news-ticker__group a::after,.news-ticker__group span::after { content: "\2022"; margin-inline-start: var(--space-5); color: var(--ticker-separator,#ff6b6f); }
.news-ticker.separator-circle .news-ticker__group a::after,.news-ticker.separator-circle .news-ticker__group span::after{content:"●"}.news-ticker.separator-line .news-ticker__group a::after,.news-ticker.separator-line .news-ticker__group span::after{content:"|"}.news-ticker.separator-none .news-ticker__group a::after,.news-ticker.separator-none .news-ticker__group span::after{content:""}.news-ticker.separator-mashaal .news-ticker__group a::after,.news-ticker.separator-mashaal .news-ticker__group span::after{content:"";width:.6rem;height:.6rem;background:url('/assets/images/mashaal-logo.png') center/contain no-repeat;flex:none}.news-ticker--english{background:#f3c400;color:#111;font-family:Poppins,Arial,sans-serif}.news-ticker--english .news-ticker__inner{height:1.625rem;min-height:0}.news-ticker--english .news-ticker__label{box-sizing:border-box;min-width:4.5rem;height:1.625rem;padding:3px .55rem;background:#111;color:#f3c400;font-family:Poppins,Arial,sans-serif;font-size:.75rem;line-height:1.2}.news-ticker--english .news-ticker__group a,.news-ticker--english .news-ticker__group span{box-sizing:border-box;height:1.625rem;min-height:0;padding:3px .9rem;color:#111;font-size:.8125rem;line-height:1.2}
@keyframes ticker-scroll-left { from { transform:translate3d(0,0,0) } to { transform:translate3d(calc(0px - var(--ticker-distance)),0,0) } }
@keyframes ticker-scroll-right { from { transform:translate3d(calc(0px - var(--ticker-distance)),0,0) } to { transform:translate3d(0,0,0) } }
@media (hover:hover) and (pointer:fine){.news-ticker:hover .news-ticker__track,.news-ticker:focus-within .news-ticker__track{animation-play-state:paused}}
.frontend-flash { border-bottom: var(--border-thin); padding-block: var(--space-3); background: #eaf2f8; }
.frontend-flash--success { background: #e9f7ef; }
.frontend-flash--error { background: #fce8e8; }
.breadcrumbs ol { display: flex; margin: 0 0 var(--space-5); padding: 0; flex-wrap: wrap; gap: var(--space-2); list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-inline-start: var(--space-2); color: var(--public-muted); }
.empty-state { padding-block: var(--space-7); border-block: var(--border-thin); text-align: center; }
.empty-state p { color: var(--public-muted); }
@media (max-width: 40rem) {
    .news-ticker__inner { display: flex; width: 100%; }
    .news-ticker__label { display: none; }
    .news-ticker__viewport { flex: 1; width: 100%; min-width: 0; }
    .news-ticker__group a,.news-ticker__group span { padding-inline: var(--space-4); }
    .news-ticker--english .news-ticker__inner,.news-ticker--english .news-ticker__label,.news-ticker--english .news-ticker__group a,.news-ticker--english .news-ticker__group span{height:1.5rem}
    .news-ticker--english .news-ticker__group a,.news-ticker--english .news-ticker__group span{padding-block:3px;font-size:.75rem}
}
@media (min-width:40.001rem) and (max-width:64rem){.news-ticker--english .news-ticker__inner,.news-ticker--english .news-ticker__label,.news-ticker--english .news-ticker__group a,.news-ticker--english .news-ticker__group span{height:1.5625rem}.news-ticker--english .news-ticker__group a,.news-ticker--english .news-ticker__group span{font-size:.78125rem}}
@media (prefers-reduced-motion: reduce) {
    .news-ticker__track { width: 100%; transform: none !important; animation: none !important; }
    .news-ticker__group { width: 100%; overflow-x: auto; }
    .news-ticker__group[aria-hidden="true"] { display: none; }
}

/* ===== assets/css/frontend/home.css ===== */
.site-main--home { padding-block-start: 1.25rem; }
.homepage-phase-one { display: grid; min-width: 0; gap: 2rem; }
.appearance-home-block { min-width: 0; order: var(--appearance-order, 0); }
.appearance-home-block.is-appearance-disabled { display: none; }
.appearance-home-block .entertainment-story-grid { grid-template-columns: repeat(var(--appearance-columns-desktop, 3), minmax(0, 1fr)); }
.appearance-home-block .international-features {
    grid-template-columns: repeat(var(--appearance-international-feature-columns-desktop, 3), minmax(0, 1fr));
}
.appearance-home-block .international-brief-grid {
    grid-template-columns: repeat(var(--appearance-international-compact-columns-desktop, 3), minmax(0, 1fr));
}
@media (min-width: 64.01rem) {
    .appearance-home-block--hide-desktop {
        display: none;
    }

    .appearance-home-block.appearance-international-feature-columns-desktop-2 .international-features > :nth-child(3):last-child {
        grid-column: 1 / -1;
    }
}

@media (min-width: 40.01rem) and (max-width: 64rem) {
    .appearance-home-block--hide-tablet {
        display: none;
    }

    .appearance-home-block .entertainment-story-grid {
        grid-template-columns: repeat(var(--appearance-columns-tablet, 2), minmax(0, 1fr));
    }

    .appearance-home-block .international-features {
        grid-template-columns: repeat(var(--appearance-international-feature-columns-tablet, 2), minmax(0, 1fr));
    }

    .appearance-home-block .international-brief-grid {
        grid-template-columns: repeat(var(--appearance-international-compact-columns-tablet, 2), minmax(0, 1fr));
    }

    .appearance-home-block.appearance-international-feature-columns-tablet-2 .international-features > :nth-child(3):last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 40rem) {
    .appearance-home-block--hide-mobile {
        display: none;
    }

    .appearance-home-block .entertainment-story-grid {
        grid-template-columns: repeat(var(--appearance-columns-mobile, 2), minmax(0, 1fr));
    }

    .appearance-home-block .international-features {
        grid-template-columns: repeat(var(--appearance-international-feature-columns-mobile, 1), minmax(0, 1fr));
    }

    .appearance-home-block .international-brief-grid {
        grid-template-columns: repeat(var(--appearance-international-compact-columns-mobile, 1), minmax(0, 1fr));
    }

    .appearance-home-block.appearance-international-feature-columns-mobile-2 .international-features > :nth-child(3):last-child {
        grid-column: 1 / -1;
    }
}
.appearance-home-block h1,
.appearance-home-block h2,
.appearance-home-block h3,
.appearance-home-block .entertainment-story-card__title {
    font-size: var(
        --appearance-headline-desktop,
        inherit
    );
}

.appearance-home-block p {
    font-size: var(
        --appearance-summary-desktop,
        inherit
    );
}

.appearance-home-block.appearance-hide-summary
.layout-b-featured-description,
.appearance-home-block.appearance-hide-summary
.layout-b-supporting-description,
.appearance-home-block.appearance-hide-summary
.international-feature-card__body > p,
.appearance-home-block.appearance-hide-summary
.multi-category-feature__body > p {
    display: none;
}

.appearance-home-block.appearance-hide-date time {
    display: none;
}

.appearance-home-block.appearance-hide-category
.editorial-split-feature__category,
.appearance-home-block.appearance-hide-category
.multi-category-feature__badge,
.appearance-home-block.appearance-hide-category
.showcase-highlight-card__badge {
    display: none;
}

.appearance-home-block.appearance-hide-more-link
.homepage-block__more {
    display: none;
}

.appearance-home-block.appearance-corner-style-square img {
    border-radius: 0;
}

.appearance-home-block.appearance-corner-style-soft img {
    border-radius: 8px;
}

.appearance-home-block.appearance-corner-style-rounded img {
    border-radius: 18px;
}

/* Desktop image ratios */

.appearance-home-block.appearance-image-ratio-16-9 img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.appearance-home-block.appearance-image-ratio-4-3 img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.appearance-home-block.appearance-image-ratio-3-2 img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.appearance-home-block.appearance-image-ratio-1-1 img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/* Tablet */

@media (min-width: 40.01rem) and (max-width: 64rem) {
    .appearance-home-block h1,
    .appearance-home-block h2,
    .appearance-home-block h3,
    .appearance-home-block .entertainment-story-card__title {
        font-size: var(
            --appearance-headline-tablet,
            var(--appearance-headline-desktop, inherit)
        );
    }

    .appearance-home-block p {
        font-size: var(
            --appearance-summary-tablet,
            var(--appearance-summary-desktop, inherit)
        );
    }
}

/* Mobile */

@media (max-width: 40rem) {
    .appearance-home-block h1,
    .appearance-home-block h2,
    .appearance-home-block h3,
    .appearance-home-block .entertainment-story-card__title {
        font-size: var(
            --appearance-headline-mobile,
            var(
                --appearance-headline-tablet,
                var(--appearance-headline-desktop, inherit)
            )
        );
    }

    .appearance-home-block p {
        font-size: var(
            --appearance-summary-mobile,
            var(
                --appearance-summary-tablet,
                var(--appearance-summary-desktop, inherit)
            )
        );
    }
}

/* Homepage links */

.homepage-phase-one a {
    text-decoration: none;
}


.hero-package { display: grid; min-width: 0; grid-template-columns: minmax(0, 2fr) minmax(15rem, 1.02fr) minmax(14rem, .96fr); grid-template-areas: "lead support briefs"; gap: .55rem; direction: rtl; }
.hero-lead { position: relative; grid-area: lead; min-width: 0; height: 25.25rem; border-radius: 3px; background: #111820; color: white; overflow: hidden; isolation: isolate; }
.hero-lead__slide { position: absolute; inset: 0 0 2.75rem; opacity: 0; pointer-events: none; transition: opacity 520ms ease; }
.hero-lead__slide.is-active { z-index: 1; opacity: 1; pointer-events: auto; }
.hero-lead__media, .hero-lead__image { display: block; width: 100%; height: 100%; }
.hero-lead__image { object-fit: cover; object-position: center center; transform: scale(1); }
.hero-lead__gradient { position: absolute; inset: 0; background: linear-gradient(to top, rgb(8 5 7 / .96), rgb(8 5 7 / .7) 27%, transparent 63%); }
.hero-image-fallback { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; background: radial-gradient(circle, #344252, #151b22 72%); }
.hero-image-fallback img { width: 42%; height: auto; opacity: .62; }
.hero-lead__content { position: absolute; z-index: 2; inset-inline: 1.2rem; inset-block-end: .75rem; text-align: start; }
.hero-category { display: inline-flex; min-height: 1.45rem; padding: .05rem .55rem; align-items: center; background: #ef1018; color: white; font-size: .9675rem; font-weight: 700; }
.hero-lead__content :is(h1, h2) { max-width: 22ch; margin: .4rem 0 .2rem; color: white; font-size: clamp(2.0375rem, calc(2.75vw + 3px), 2.6375rem); line-height: 1.28; overflow-wrap: anywhere; }
.hero-lead__content :is(h1, h2) a { color: inherit; }
.hero-lead__control-bar { position: absolute; inset: auto 0 0; z-index: 4; display: flex; height: 2.75rem; padding-inline: .75rem 1.2rem; align-items: center; justify-content: space-between; gap: .75rem; background: #080b0f; direction: ltr; }
.hero-lead__controls { display: inline-flex; flex: 0 0 auto; align-items: center; gap: .28rem; }
.hero-lead__indicators { display: inline-flex; align-items: center; gap: 0; direction: ltr; }
.hero-lead__indicator { position: relative; display: inline-flex; width: .82rem; height: 2rem; padding: 0; align-items: center; justify-content: center; border: 0; background: transparent; cursor: pointer; }
.hero-lead__indicator::before { position: absolute; inset: -.2rem; content: ""; }
.hero-lead__indicator span { display: block; width: .48rem; height: .48rem; border: 1px solid rgb(255 255 255 / .68); border-radius: 50%; background: rgb(255 255 255 / .18); }
.hero-lead__indicator.is-active span { background: var(--public-red); }
.hero-lead__indicator:focus-visible { outline-width: 2px; outline-offset: 0; }
.hero-lead__arrow { display: inline-flex; width: 2rem; height: 2rem; padding: 0; align-items: center; justify-content: center; border: 0; background: transparent; color: rgb(255 255 255 / .82); cursor: pointer; transition: color 200ms ease; }
.hero-lead__arrow svg { width: .9rem; height: .9rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.hero-lead__arrow:hover, .hero-lead__arrow:focus-visible { color: var(--public-red); }
.hero-lead__arrow:focus-visible { outline-width: 2px; outline-offset: -2px; }
.hero-lead__dates { position: relative; min-width: 0; height: 1rem; margin-inline-start: auto; flex: 0 1 auto; }
.hero-lead__date { display: none; color: #cfd3d8; font-family: var(--font-ui); font-size: .62rem; line-height: 1rem; white-space: nowrap; }
.hero-lead__date.is-active { display: block; }

.hero-support { display: grid; grid-area: support; min-width: 0; height: 25.25rem; grid-template-rows: repeat(4, minmax(0, 1fr)); gap: .3rem; direction: rtl; }
.hero-support-card { position: relative; display: grid; min-width: 0; padding: .5rem .55rem; grid-template-columns: 6.2rem minmax(0, 1fr); gap: .7rem; align-items: center; background: #181c21; color: white; overflow: hidden; }
.hero-support-card__number { display: inline-flex; width: 1.25rem; height: 1.25rem; flex: 0 0 1.25rem; align-items: center; justify-content: center; background: #d6252b; color: white; font: 700 .8075rem/1 var(--font-ui); }
.hero-support-card__image { grid-column: 1; width: 6.2rem; aspect-ratio: 1.42 / 1; background: #2a3037; overflow: hidden; }
.hero-support-card__image > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 160ms ease; }
.hero-support-card:hover .hero-support-card__image > img { transform: scale(1.025); }
.hero-support-card__body {
    grid-column: 2;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    text-align: start;
}
.hero-support-card__category {
    display: none;
}
.hero-support-card h2 { margin: 0; color: white; font-size: 1.1875rem; line-height: 1.5; overflow-wrap: anywhere; }
.hero-support-card__meta {
    display: flex;
    min-width: 0;
    margin-block-start: .15rem;
    align-items: center;
    gap: .35rem;
    justify-content: space-between;
    direction: ltr;
    flex-direction: row-reverse;
}
.hero-support-card time { display: block; margin: 0; color: #9ca3aa; font-family: var(--font-ui); font-size: .56rem; direction: ltr; text-align: start; }

.hero-briefs { display: grid; grid-area: briefs; min-width: 0; height: 25.25rem; grid-template-rows: repeat(5, minmax(0, 1fr)); direction: rtl; }
.hero-brief {
    display: grid;
    min-width: 0;
    padding-block: .42rem;
    grid-template-columns: 4.15rem minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    border-block-end: 1px solid #e2e2e2;
}

.hero-brief__image {
    grid-column: 1;
    width: 4.15rem;
    min-width: 4.15rem;
    aspect-ratio: 1.12 / 1;
    background: #e5e5e5;
    overflow: hidden;
}
.hero-brief__image > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-brief h2 { grid-column: 2; grid-row: 1; min-width: 0; margin: 0; color: #171717; font-size: 1.2375rem; line-height: 1.55; overflow-wrap: anywhere; }
.hero-lead__content :is(h1, h2), .hero-support-card h2, .hero-brief h2 { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.hero-brief h2 a:hover, .hero-brief h2 a:focus-visible { color: var(--public-red-dark); }

.international-section { min-width: 0; padding-block-start: .25rem; }
.international-section__header, .homepage-block__header { display: flex; min-height: 2.75rem; align-items: center; justify-content: space-between; gap: 1rem; border-block-end: 2px solid var(--public-red); }
.international-section__title, .homepage-block__title { align-self: stretch; display: inline-flex; margin: 0; padding-inline: 1.2rem; align-items: center; border-radius: 10px 10px 0 0; background: var(--public-red); color: white; font-size: 1.5375rem; line-height: 1.35; }
.international-section__more, .homepage-block__more { display: inline-flex; min-height: 2.25rem; padding-inline: .75rem; align-items: center; gap: .35rem; border-radius: var(--radius-sm); color: var(--public-red-dark); font-size: 1.1325rem; font-weight: 700; transition: color var(--transition-fast), transform var(--transition-fast); }
.international-section__more:hover, .international-section__more:focus-visible, .homepage-block__more:hover, .homepage-block__more:focus-visible { color: var(--public-red); transform: translateX(-2px); }
.international-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; padding-block: 1.25rem; }
.international-feature-card { display: flex; min-width: 0; height: 100%; flex-direction: column; border: 1px solid var(--public-border); border-radius: var(--radius-sm); background: white; box-shadow: 0 5px 16px rgb(17 24 39 / .06); overflow: hidden; transition: box-shadow var(--transition-fast), transform var(--transition-fast); }
.international-feature-card:hover, .international-feature-card:focus-within { box-shadow: var(--shadow-soft); transform: translateY(-2px); }
.international-feature-card__image { display: block; width: 100%; aspect-ratio: 16 / 10; background: #e9e6df; overflow: hidden; }
.international-feature-card__image > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform var(--transition-fast); }
.international-feature-card:hover .international-feature-card__image > img, .international-feature-card:focus-within .international-feature-card__image > img { transform: scale(1.025); }
.international-feature-card__body { display: flex; min-width: 0; padding: .8rem .9rem 1rem; flex: 1; flex-direction: column; }
.international-feature-card h3 { display: -webkit-box; margin: 0; overflow: hidden; color: var(--public-ink); font-size: clamp(1.6875rem, calc(2vw + 3px), 1.8125rem); line-height: 1.38; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.international-feature-card h3 a:hover, .international-feature-card h3 a:focus-visible { color: var(--public-red-dark); }
.international-feature-card p { display: -webkit-box; margin: .55rem 0 0; overflow: hidden; color: var(--public-story-summary); font-size: 1.2675rem; line-height: 1.6; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-clamp: 3; }
.hero-support-card__summary,
.hero-brief__summary {
    color: var(--public-story-summary);
}
.international-feature-card__date {
    display: block;
    margin-block-start: auto;
    padding-block-start: .7rem;
    color: var(--public-muted);
    direction: ltr;
    font-family: var(--font-ui);
    font-size: .68rem;
    line-height: 1.3;
    text-align: start;
}
.international-brief-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; padding-block: .25rem 1rem; border-block-start: 1px solid var(--public-border); }
.international-brief-column { display: grid; min-width: 0; grid-template-rows: repeat(2, minmax(0, 1fr)); }
.international-brief-card { display: grid; min-width: 0; min-height: 7.25rem; padding-block: .85rem; grid-template-columns: 8rem minmax(0, 1fr); gap: .8rem; align-items: center; border-block-end: 1px solid var(--public-border); }
.international-brief-card__image { display: block; width: 8rem; aspect-ratio: 4 / 3; border-radius: var(--radius-sm); background: #e9e6df; overflow: hidden; }
.international-brief-card__image > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.international-brief-card__body {
    min-width: 0;
}

.international-brief-card h3 {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: clamp(1.3125rem, calc(1.55vw + 3px), 1.4375rem);
    line-height: 1.5;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.international-brief-card time {
    display: block;
    margin-block-start: .35rem;
    color: var(--public-muted);
    direction: ltr;
    font-family: var(--font-ui);
    font-size: .68rem;
    line-height: 1.3;
    text-align: start;
}

.international-brief-card h3 a:hover, .international-brief-card h3 a:focus-visible { color: var(--public-red-dark); }

.homepage-editorial-split { min-width: 0; padding-block-start: .25rem; }
.homepage-editorial-split__grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(20rem, 1fr); gap: 1rem; padding-block: 1.25rem 1rem; direction: rtl; }
.editorial-split-feature { display: flex; min-width: 0; height: 100%; flex-direction: column; border: 1px solid var(--public-border); border-radius: var(--radius-sm); background: white; box-shadow: 0 5px 16px rgb(17 24 39 / .06); overflow: hidden; transition: box-shadow var(--transition-fast), transform var(--transition-fast); }
.editorial-split-feature:hover, .editorial-split-feature:focus-within { box-shadow: var(--shadow-soft); transform: translateY(-2px); }
.editorial-split-feature__image { display: block; width: 100%; aspect-ratio: 16 / 10; background: #e9e6df; overflow: hidden; }
.editorial-split-feature__image > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform var(--transition-fast); }
.editorial-split-feature:hover .editorial-split-feature__image > img, .editorial-split-feature:focus-within .editorial-split-feature__image > img { transform: scale(1.025); }
.editorial-split-feature__body { display: flex; min-width: 0; min-height: 0; padding: .85rem 1rem 1rem; flex: 1; flex-direction: column; }
.editorial-split-feature__category { align-self: flex-start; color: var(--public-red-dark); font-size: .9375rem; font-weight: 700; }
.editorial-split-feature h3 { display: -webkit-box; margin: .25rem 0 0; overflow: hidden; font-size: clamp(1.875rem, calc(2vw + 6px), 2rem); line-height: 1.38; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.editorial-split-feature h3 a:hover, .editorial-split-feature h3 a:focus-visible { color: var(--public-red-dark); }
.editorial-split-feature p { display: -webkit-box; margin: .55rem 0 0; overflow: hidden; color: var(--public-story-summary); font-size: 1.2675rem; line-height: 1.6; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 6; line-clamp: 6; }
.editorial-split-feature time, .editorial-split-story time { color: var(--public-muted); font: .68rem/1.3 var(--font-ui); }
.editorial-split-feature time { margin-block-start: auto; padding-block-start: .7rem; }
.editorial-split-support { display: grid; min-width: 0; grid-template-rows: repeat(6, minmax(0, 1fr)); }
.editorial-split-story { display: grid; min-width: 0; min-height: 6.5rem; padding-block: .65rem; grid-template-columns: 7rem minmax(0, 1fr); gap: .8rem; align-items: center; border-block-end: 1px solid var(--public-border); }
.editorial-split-story__image { display: block; width: 7rem; aspect-ratio: 4 / 3; border-radius: var(--radius-sm); background: #e9e6df; overflow: hidden; }
.editorial-split-story__image > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.editorial-split-story__body { min-width: 0; }
.editorial-split-story h3 { display: -webkit-box; margin: 0 0 .2rem; overflow: hidden; font-size: 1.3625rem; line-height: 1.5; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.editorial-split-story h3 a:hover, .editorial-split-story h3 a:focus-visible { color: var(--public-red-dark); }
.layout-b-supporting-meta { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: .625rem; }
.layout-b-supporting-description { min-width: 0; margin: 0; flex: 1; overflow: hidden; color: var(--public-story-summary); font-size: 1rem; font-weight: 400; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.layout-b-supporting-date { flex: 0 0 auto; white-space: nowrap; }

.homepage-showcase { min-width: 0; padding-block-start: .25rem; }
.showcase-carousel { position: relative; min-width: 0; padding: 1.25rem 3.25rem 1rem; }
.showcase-carousel__viewport { min-width: 0; overflow: hidden; touch-action: pan-y; }
.showcase-carousel__track { --showcase-visible: var(--showcase-desktop-visible, 4); display: flex; gap: 1rem; direction: rtl; transform: translate3d(0, 0, 0); transition: transform 420ms ease; will-change: transform; }
.showcase-highlight-card { min-width: 0; aspect-ratio: 1 / 1.55; flex: 0 0 calc((100% - (var(--showcase-visible) - 1) * 1rem) / var(--showcase-visible)); border-radius: var(--radius-sm); background: #e9e6df; box-shadow: 0 5px 16px rgb(17 24 39 / .06); overflow: hidden; transition: box-shadow var(--transition-fast), transform var(--transition-fast); }
.showcase-highlight-card:hover, .showcase-highlight-card:focus-within { box-shadow: var(--shadow-soft); transform: translateY(-2px); }
.showcase-highlight-card__image { position: relative; display: block; width: 100%; height: 100%; background: #e9e6df; overflow: hidden; }
.showcase-highlight-card__image > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform var(--transition-fast); }
.showcase-highlight-card:hover .showcase-highlight-card__image > img, .showcase-highlight-card:focus-within .showcase-highlight-card__image > img { transform: scale(1.025); }
.showcase-highlight-card__gradient { position: absolute; inset: 0; background: linear-gradient(to top, rgb(0 0 0 / .85), rgb(0 0 0 / .45) 42%, transparent 75%); }
.showcase-highlight-card__badge { position: absolute; inset-block-start: .6rem; inset-inline-start: .6rem; display: inline-flex; min-height: 1.45rem; padding: .05rem .55rem; align-items: center; background: var(--public-red); color: white; font-size: .9375rem; font-weight: 700; }
.showcase-highlight-card h3 { position: absolute; inset-inline: .8rem; inset-block-end: .8rem; z-index: 1; display: -webkit-box; margin: 0; overflow: hidden; color: white; font-size: 1.3125rem; font-weight: 700; line-height: 1.5; text-align: center; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.showcase-carousel__control { position: absolute; inset-block-start: 50%; z-index: 2; display: inline-flex; width: 2.75rem; height: 2.75rem; padding: 0; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: #080b0f; color: white; cursor: pointer; transform: translateY(-50%); transition: background-color var(--transition-fast), transform var(--transition-fast); }
.showcase-carousel__control--previous { left: .15rem; }
.showcase-carousel__control--next { right: .15rem; }
.showcase-carousel__control:hover, .showcase-carousel__control:focus-visible { background: var(--public-red); transform: translateY(-50%) scale(1.04); }
.showcase-carousel__control:disabled { opacity: .38; cursor: default; }
.showcase-carousel__control:disabled:hover { background: #080b0f; transform: translateY(-50%); }
.showcase-carousel__control svg { width: 1.15rem; height: 1.15rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.showcase-latest { padding-block: .5rem 1rem; }
.showcase-latest__title { margin: 0 0 1rem; padding-block-end: .45rem; border-block-end: 1px solid var(--public-border); font-size: 1.5375rem; }
.showcase-latest__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.showcase-news-card { display: grid; min-width: 0; min-height: 8rem; height: 100%; grid-template-columns: 7.25rem minmax(0, 1fr); direction: rtl; border: 1px solid var(--public-border); border-radius: var(--radius-sm); background: white; box-shadow: 0 5px 16px rgb(17 24 39 / .06); overflow: hidden; transition: box-shadow var(--transition-fast), transform var(--transition-fast); }
.showcase-news-card:hover, .showcase-news-card:focus-within { box-shadow: var(--shadow-soft); transform: translateY(-2px); }
.showcase-news-card__image { display: block; width: 7.25rem; height: 100%; min-height: 8rem; background: #e9e6df; overflow: hidden; }
.showcase-news-card__image > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform var(--transition-fast); }
.showcase-news-card:hover .showcase-news-card__image > img, .showcase-news-card:focus-within .showcase-news-card__image > img { transform: scale(1.025); }
.showcase-news-card__body { display: flex; min-width: 0; padding: .7rem .8rem; flex-direction: column; }
.showcase-news-card h4 { display: -webkit-box; margin: 0; overflow: hidden; font-size: 1.25rem; line-height: 1.5; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.showcase-news-card h4 a:hover, .showcase-news-card h4 a:focus-visible { color: var(--public-red-dark); }
.showcase-news-card p { display: -webkit-box; margin: .4rem 0 .55rem; overflow: hidden; color: var(--public-story-summary); font-size: 1.0625rem; font-weight: 400; line-height: 1.55; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.showcase-news-card time { margin-block-start: auto; color: var(--public-muted); font: .68rem/1.3 var(--font-ui); }
.showcase-more { display: flex; padding-block: .25rem 1rem; justify-content: center; }
.showcase-more a { display: inline-flex; min-height: 2.5rem; padding-inline: 1.25rem; align-items: center; justify-content: center; border-radius: var(--radius-sm); background: var(--public-red); color: white; font-size: 1.1325rem; font-weight: 700; transition: background-color var(--transition-fast), transform var(--transition-fast); }
.showcase-more a:hover, .showcase-more a:focus-visible { background: var(--public-red-dark); transform: translateY(-2px); }

.homepage-multi-category { --multi-red: #d82220; min-width: 0; padding-block-start: .25rem; }
.homepage-multi-category__grid { display: grid; gap: 1.25rem; direction: rtl; }
.homepage-multi-category--feature .homepage-multi-category__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.homepage-multi-category--columns .homepage-multi-category__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.multi-category-block { min-width: 0; }
.multi-category-block__header { border-block-end-color: var(--multi-red); }
.multi-category-block__header .homepage-block__title { background: var(--multi-red); }
.multi-category-block__header .homepage-block__more { color: var(--multi-red); }
.multi-category-block__header .homepage-block__more:hover, .multi-category-block__header .homepage-block__more:focus-visible { color: var(--public-red-dark); }
.multi-category-feature { display: grid; min-width: 0; margin-block-start: 1rem; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); border: 1px solid var(--public-border); border-radius: var(--radius-sm); background: white; box-shadow: 0 5px 16px rgb(17 24 39 / .06); overflow: hidden; }
.multi-category-feature__image { display: block; min-height: 15rem; background: #e9e6df; overflow: hidden; }
.multi-category-feature__image > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 200ms ease; }
.multi-category-feature:hover .multi-category-feature__image > img, .multi-category-feature:focus-within .multi-category-feature__image > img { transform: scale(1.025); }
.multi-category-feature__body { display: flex; min-width: 0; padding: .85rem; flex-direction: column; align-items: flex-start; }
.multi-category-feature__badge { color: var(--multi-red); font-size: .9375rem; font-weight: 700; }
.multi-category-feature h3 { display: -webkit-box; margin: .25rem 0; overflow: hidden; font-size: 1.55rem; line-height: 1.45; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.multi-category-feature h3 a:hover, .multi-category-feature h3 a:focus-visible { color: var(--multi-red); }
.multi-category-feature time { color: var(--public-muted); font: .68rem/1.3 var(--font-ui); }
.multi-category-feature p { display: -webkit-box; margin: .55rem 0; overflow: hidden; color: var(--public-story-summary); font-size: 1.05rem; line-height: 1.55; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-clamp: 3; }
.multi-category-feature__read-more { display: inline-flex; min-height: 2.25rem; margin-block-start: auto; align-items: center; gap: .35rem; color: var(--multi-red); font-weight: 700; }
.multi-category-feature__read-more:hover, .multi-category-feature__read-more:focus-visible { color: var(--public-red-dark); }
.multi-category-list { display: grid; min-width: 0; margin-block-start: .4rem; }
.multi-category-row { min-width: 0; border-block-end: 1px solid var(--public-border); }
.multi-category-row__link { display: grid; min-width: 0; min-height: 5.75rem; padding-block: .65rem; grid-template-columns: 6rem minmax(0, 1fr); gap: .75rem; align-items: center; }
.multi-category-row__image { display: block; width: 6rem; aspect-ratio: 4 / 3; border-radius: var(--radius-sm); background: #e9e6df; overflow: hidden; }
.multi-category-row__image > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 200ms ease; }
.multi-category-row h3 { display: -webkit-box; margin: 0; overflow: hidden; font-size: 1.25rem; line-height: 1.55; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.multi-category-row__link:hover h3, .multi-category-row__link:focus-visible h3 { color: var(--multi-red); }
.multi-category-row__link:hover .multi-category-row__image > img, .multi-category-row__link:focus-visible .multi-category-row__image > img { transform: scale(1.035); }

.editorial-picks { min-width: 0; }
.homepage-section-heading { padding-block-end: .55rem; border-block-end: 2px solid var(--public-red); }
.homepage-section-heading h2 { margin: 0; font-size: 1.7375rem; }
.editorial-picks__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; padding-block-start: 1rem; }
.editorial-card { min-width: 0; }
.editorial-card__image { display: block; aspect-ratio: 16 / 10; background: #ececec; overflow: hidden; }
.editorial-card__image > img { width: 100%; height: 100%; object-fit: cover; }
.editorial-card__category { display: inline-block; margin-block-start: .5rem; color: var(--public-red); font-size: .9375rem; font-weight: 700; }
.editorial-card h3 { margin: .15rem 0 .25rem; font-size: 1.1875rem; line-height: 1.45; }
.editorial-card time { color: var(--public-muted); font: .68rem/1.3 var(--font-ui); }

.section-heading { display: flex; min-height: 2.6rem; align-items: center; border-block-start: 3px solid var(--public-ink); }
.section-heading h2 { margin: 0; font-size: 1.5375rem; }
.section-heading--ruled { border-block-end: 1px solid var(--public-border); }
.latest-news__list { display: grid; }
.latest-story { display: grid; grid-template-columns: 11rem minmax(0, 1fr); gap: 1.1rem; padding-block: 1rem; border-block-end: 1px solid var(--public-border); }
.story-image { position: relative; display: block; aspect-ratio: 16 / 10; background: #e9e6df; overflow: hidden; }
.story-image > img { width: 100%; height: 100%; object-fit: cover; }
.latest-story__content { display: flex; min-width: 0; flex-direction: column; justify-content: center; }
.latest-story__meta { display: flex; flex-wrap: wrap; gap: .4rem .8rem; }
.story-category { color: var(--public-red-dark); font-size: 1.0075rem; font-weight: 700; }
.story-date { color: var(--public-muted); font: .68rem/1.3 var(--font-ui); }
.latest-story h3 { margin: .25rem 0 0; font-size: 1.5375rem; }

@media (max-width: 64rem) {
    .hero-package { grid-template-columns: minmax(0, 1.8fr) minmax(15rem, 1fr); grid-template-areas: "lead support" "briefs briefs"; }
    .hero-briefs { height: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; gap: 0 1rem; }
    .hero-brief { gap: 16px; }
    .hero-brief:nth-child(5) { display: none; }
    .international-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .international-brief-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .international-brief-card { grid-template-columns: 6.5rem minmax(0, 1fr); }
    .international-brief-card__image { width: 6.5rem; }
    .international-feature-card h3 { font-size: clamp(1.5075rem, calc(2.5vw + 3px), 1.6375rem); }
    .international-feature-card p { font-size: 1.2075rem; }
    .homepage-editorial-split__grid { grid-template-columns: 1fr; }
    .editorial-split-support { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; gap: 0 1rem; }
    .layout-b-featured-description { -webkit-line-clamp: 4; line-clamp: 4; }
    .showcase-carousel__track { --showcase-visible: var(--showcase-tablet-visible, 3); }
    .showcase-latest__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .homepage-multi-category--feature .homepage-multi-category__grid { gap: 1rem; }
    .homepage-multi-category--columns .homepage-multi-category__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .multi-category-feature { grid-template-columns: 1fr; }
    .multi-category-feature__image { min-height: 0; aspect-ratio: 16 / 9; }
}
@media (max-width: 74.9375rem) and (min-width: 64.0625rem) {
    .layout-b-featured-description { -webkit-line-clamp: 5; line-clamp: 5; }
}
@media (max-width: 48rem) {
    .site-main--home { padding-block-start: .9rem; }
    .hero-package { grid-template-columns: 1fr; grid-template-areas: "lead" "support" "briefs"; gap: .75rem; }
    .hero-lead { height: auto; aspect-ratio: 16 / 10; }
    .hero-support { height: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; gap: .5rem; }
    .hero-support-card { min-height: 7.4rem; grid-template-columns: 7.25rem minmax(0, 1fr); gap: .8rem; padding: .65rem; }
    .hero-support-card__image { width: 7.25rem; }
    .hero-support-card h2 { font-size: 1.2375rem; line-height: 1.55; }
    .hero-briefs { grid-template-columns: 1fr; }
    .hero-brief:nth-child(5) { display: grid; }
    .editorial-picks__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .international-feature-card h3 { font-size: clamp(1.3875rem, calc(3vw + 3px), 1.5075rem); }
    .international-feature-card p { font-size: 1.1875rem; }
    .international-brief-card h3 { font-size: 1.2675rem; }
}
@media (max-width: 40rem) {
    .hero-brief { gap: 20px; }
    .homepage-multi-category__grid, .homepage-multi-category--feature .homepage-multi-category__grid, .homepage-multi-category--columns .homepage-multi-category__grid { grid-template-columns: 1fr; }
    .multi-category-feature h3 { font-size: 1.5rem; line-height: 1.6; }
    .homepage-multi-category--columns .multi-category-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
    margin-block-start: .75rem;
}

.homepage-multi-category--columns .multi-category-row {
    min-width: 0;
    border-block-end: 0;
}

.homepage-multi-category--columns .multi-category-row__link {
    display: flex;
    min-width: 0;
    min-height: 0;
    height: 100%;
    padding: 0;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
}

.homepage-multi-category--columns .multi-category-row__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.homepage-multi-category--columns .multi-category-row__image > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.homepage-multi-category--columns .multi-category-row h3 {
    display: -webkit-box;
    height: calc(1.45em * 2);
    margin: .5rem 0 0;
    overflow: hidden;
    color: var(--public-ink);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: start;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
    .international-features, .international-brief-grid { grid-template-columns: 1fr; }
    .international-feature-card h3 { font-size: 1.5rem; line-height: 1.65; }
    .international-feature-card p { font-size: 1.1875rem; line-height: 1.9; }
    .international-brief-card { min-height: 7rem; grid-template-columns: 5.75rem minmax(0, 1fr); gap: .75rem; }
    .international-brief-card__image { width: 5.75rem; height: 4.5rem; aspect-ratio: auto; }
    .international-brief-card h3 { min-width: 0; font-size: 1.25rem; font-weight: 700; line-height: 1.65; white-space: normal; }
    .editorial-split-support { grid-template-columns: 1fr; gap: 0; }
    .editorial-split-feature h3 { font-size: 1.6875rem; line-height: 1.65; }
    .editorial-split-feature p { font-size: 1.1875rem; line-height: 1.9; }
    .editorial-split-story { min-height: 7rem; grid-template-columns: 5.75rem minmax(0, 1fr); gap: .75rem; }
    .editorial-split-story__image { width: 5.75rem; height: 4.5rem; aspect-ratio: auto; }
    .editorial-split-story h3 { font-size: 1.375rem; line-height: 1.65; }
    .showcase-carousel { padding-inline: 2.65rem; }
    .showcase-carousel__track { --showcase-visible: var(--showcase-mobile-visible, 1); gap: .75rem; }
    .showcase-carousel__control { width: 2.25rem; height: 2.25rem; }
    .showcase-highlight-card h3 { font-size: 1.375rem; line-height: 1.6; }
    .showcase-latest__grid { grid-template-columns: 1fr; }
    .showcase-news-card { min-height: 8.5rem; grid-template-columns: 7rem minmax(0, 1fr); }
    .showcase-news-card__image { width: 7rem; min-height: 8.5rem; }
    .showcase-news-card h4 { font-size: 1.3125rem; line-height: 1.6; }
    .showcase-news-card p { font-size: 1.125rem; line-height: 1.65; }
}
@media (max-width: 32rem) {
    .hero-lead { aspect-ratio: 4 / 3; }
    .hero-lead__content :is(h1, h2) { max-width: 24ch; font-size: clamp(1.6075rem, calc(6.2vw + 3px), 1.9375rem); line-height: 1.32; }
    .hero-support { grid-template-columns: 1fr; }
    .hero-support-card { min-height: 7.4rem; }
    .hero-brief { min-height: 5.5rem; grid-template-columns: 5rem minmax(0, 1fr); gap: 20px; }
    .hero-brief__image { width: 5rem; min-width: 5rem; }
    .hero-brief h2 { font-size: 1.2675rem; line-height: 1.58; }
    .editorial-picks__grid { grid-template-columns: 1fr; }
    .latest-story { grid-template-columns: 7rem minmax(0, 1fr); gap: .75rem; }
    .latest-story h3 { font-size: 1.2375rem; }
    .hero-lead__control-bar { padding-inline: .35rem .65rem; gap: .35rem; }
    .hero-lead__controls { gap: .12rem; }
    .hero-lead__date { font-size: .56rem; }
    .international-section__header, .homepage-block__header { gap: .5rem; }
    .international-section__title, .homepage-block__title { padding-inline: .85rem; font-size: 1.3875rem; }
    .international-section__more, .homepage-block__more { padding-inline: .35rem; font-size: 1.0725rem; }
}
@media (prefers-reduced-motion: reduce) {
    .hero-lead__slide, .hero-lead__image, .hero-support-card__image > img, .editorial-split-feature, .editorial-split-feature__image > img, .showcase-highlight-card, .showcase-highlight-card__image > img, .showcase-news-card, .showcase-news-card__image > img, .multi-category-feature__image > img, .multi-category-row__image > img { transition: none; }
    .showcase-carousel__track { transition: none; }
}

@media (max-width:40rem){.appearance-home-block.appearance-image-ratio-16-9 .entertainment-story-card{aspect-ratio:16/9}.appearance-home-block.appearance-image-ratio-4-3 .entertainment-story-card{aspect-ratio:4/3}.appearance-home-block.appearance-image-ratio-3-2 .entertainment-story-card{aspect-ratio:3/2}.appearance-home-block.appearance-image-ratio-1-1 .entertainment-story-card{aspect-ratio:1}}

/* Published Appearance typography overrides are intentionally last so approved block rules cannot win the cascade. */
.appearance-home-block.appearance-headline-desktop-set h1,.appearance-home-block.appearance-headline-desktop-set h2,.appearance-home-block.appearance-headline-desktop-set h3,.appearance-home-block.appearance-headline-desktop-set .entertainment-story-card__title{font-size:var(--appearance-headline-desktop)!important}.appearance-home-block.appearance-summary-desktop-set p{font-size:var(--appearance-summary-desktop)!important}

/* Block typography is deliberately scoped: section labels never inherit story-card sizing. */
.appearance-home-block.appearance-section-title-desktop-set :is(.homepage-block__title, .international-section__title) {
    font-size: var(--appearance-section-title-desktop) !important;
}

.appearance-home-block.appearance-section-title-weight-desktop-set :is(.homepage-block__title, .international-section__title) {
    font-weight: var(--appearance-section-title-weight-desktop) !important;
}

.appearance-home-block.appearance-article-headline-desktop-set :is(h1, h2, h3):not(.homepage-block__title):not(.international-section__title):not(.layout-b-featured-title):not(.multi-category-feature__title),
.appearance-home-block.appearance-article-headline-desktop-set .entertainment-story-card__title {
    font-size: var(--appearance-article-headline-desktop) !important;
}

.appearance-home-block.appearance-article-headline-weight-desktop-set :is(h1, h2, h3):not(.homepage-block__title):not(.international-section__title):not(.layout-b-featured-title):not(.multi-category-feature__title),
.appearance-home-block.appearance-article-headline-weight-desktop-set .entertainment-story-card__title {
    font-weight: var(--appearance-article-headline-weight-desktop) !important;
}

.appearance-home-block.appearance-article-summary-desktop-set :is(.international-feature-card__body > p, .layout-b-featured-description, .layout-b-supporting-description, .multi-category-feature__body > p, .showcase-news-card p, .newsroom-stream__feature-content > p) {
    font-size: var(--appearance-article-summary-desktop) !important;
}

.appearance-home-block.appearance-article-summary-weight-desktop-set :is(.international-feature-card__body > p, .layout-b-featured-description, .layout-b-supporting-description, .multi-category-feature__body > p, .showcase-news-card p, .newsroom-stream__feature-content > p) {
    font-weight: var(--appearance-article-summary-weight-desktop) !important;
}

.appearance-home-block.appearance-section-title-line-height-desktop-set :is(.homepage-block__title, .international-section__title) { line-height: var(--appearance-section-title-line-height-desktop) !important; }
.appearance-home-block.appearance-article-headline-line-height-desktop-set :is(h1, h2, h3):not(.homepage-block__title):not(.international-section__title):not(.layout-b-featured-title):not(.multi-category-feature__title), .appearance-home-block.appearance-article-headline-line-height-desktop-set .entertainment-story-card__title { line-height: var(--appearance-article-headline-line-height-desktop) !important; }
.appearance-home-block.appearance-article-summary-line-height-desktop-set :is(.international-feature-card__body > p, .layout-b-featured-description, .layout-b-supporting-description, .multi-category-feature__body > p, .showcase-news-card p, .newsroom-stream__feature-content > p) { line-height: var(--appearance-article-summary-line-height-desktop) !important; }

.appearance-home-block.appearance-hero-main-headline-desktop-set .hero-lead__content :is(h1, h2) {
    font-size: var(--appearance-hero-main-headline-desktop) !important;
}

.appearance-home-block.appearance-hero-supporting-headline-desktop-set :is(.hero-support-card h2, .hero-brief h2) {
    font-size: var(--appearance-hero-supporting-headline-desktop) !important;
}

.appearance-home-block.appearance-hero-supporting-summary-desktop-set :is(.hero-support-card__summary, .hero-brief__summary) {
    font-size: var(--appearance-hero-supporting-summary-desktop) !important;
}

.appearance-home-block.appearance-hero-main-headline-line-height-desktop-set .hero-lead__content :is(h1, h2) {
    line-height: var(--appearance-hero-main-headline-line-height-desktop) !important;
}

.appearance-home-block.appearance-hero-supporting-headline-line-height-desktop-set :is(.hero-support-card h2, .hero-brief h2) {
    line-height: var(--appearance-hero-supporting-headline-line-height-desktop) !important;
}

.appearance-home-block.appearance-hero-supporting-summary-line-height-desktop-set :is(.hero-support-card__summary, .hero-brief__summary) {
    line-height: var(--appearance-hero-supporting-summary-line-height-desktop) !important;
}

.appearance-home-block.appearance-main-feature-headline-desktop-set .layout-b-featured-title {
    font-size: var(--appearance-main-feature-headline-desktop) !important;
}

.appearance-home-block.appearance-left-feature-headline-desktop-set .multi-category-feature__title--left {
    font-size: var(--appearance-left-feature-headline-desktop) !important;
}

.appearance-home-block.appearance-right-feature-headline-desktop-set .multi-category-feature__title--right {
    font-size: var(--appearance-right-feature-headline-desktop) !important;
}

@media (min-width: 40.01rem) and (max-width: 64rem) {
    .appearance-home-block.appearance-section-title-tablet-set :is(.homepage-block__title, .international-section__title) { font-size: var(--appearance-section-title-tablet) !important; }
    .appearance-home-block.appearance-section-title-weight-tablet-set :is(.homepage-block__title, .international-section__title) { font-weight: var(--appearance-section-title-weight-tablet) !important; }
    .appearance-home-block.appearance-article-headline-tablet-set :is(h1, h2, h3):not(.homepage-block__title):not(.international-section__title):not(.layout-b-featured-title):not(.multi-category-feature__title), .appearance-home-block.appearance-article-headline-tablet-set .entertainment-story-card__title { font-size: var(--appearance-article-headline-tablet) !important; }
    .appearance-home-block.appearance-article-headline-weight-tablet-set :is(h1, h2, h3):not(.homepage-block__title):not(.international-section__title):not(.layout-b-featured-title):not(.multi-category-feature__title), .appearance-home-block.appearance-article-headline-weight-tablet-set .entertainment-story-card__title { font-weight: var(--appearance-article-headline-weight-tablet) !important; }
    .appearance-home-block.appearance-article-summary-tablet-set :is(.international-feature-card__body > p, .layout-b-featured-description, .layout-b-supporting-description, .multi-category-feature__body > p, .showcase-news-card p, .newsroom-stream__feature-content > p) { font-size: var(--appearance-article-summary-tablet) !important; }
    .appearance-home-block.appearance-article-summary-weight-tablet-set :is(.international-feature-card__body > p, .layout-b-featured-description, .layout-b-supporting-description, .multi-category-feature__body > p, .showcase-news-card p, .newsroom-stream__feature-content > p) { font-weight: var(--appearance-article-summary-weight-tablet) !important; }
    .appearance-home-block.appearance-section-title-line-height-tablet-set :is(.homepage-block__title, .international-section__title) { line-height: var(--appearance-section-title-line-height-tablet) !important; }
    .appearance-home-block.appearance-article-headline-line-height-tablet-set :is(h1, h2, h3):not(.homepage-block__title):not(.international-section__title):not(.layout-b-featured-title):not(.multi-category-feature__title), .appearance-home-block.appearance-article-headline-line-height-tablet-set .entertainment-story-card__title { line-height: var(--appearance-article-headline-line-height-tablet) !important; }
    .appearance-home-block.appearance-article-summary-line-height-tablet-set :is(.international-feature-card__body > p, .layout-b-featured-description, .layout-b-supporting-description, .multi-category-feature__body > p, .showcase-news-card p, .newsroom-stream__feature-content > p) { line-height: var(--appearance-article-summary-line-height-tablet) !important; }
    .appearance-home-block.appearance-hero-main-headline-tablet-set .hero-lead__content :is(h1, h2) { font-size: var(--appearance-hero-main-headline-tablet) !important; }
    .appearance-home-block.appearance-hero-supporting-headline-tablet-set :is(.hero-support-card h2, .hero-brief h2) { font-size: var(--appearance-hero-supporting-headline-tablet) !important; }
    .appearance-home-block.appearance-hero-supporting-summary-tablet-set :is(.hero-support-card__summary, .hero-brief__summary) { font-size: var(--appearance-hero-supporting-summary-tablet) !important; }
    .appearance-home-block.appearance-hero-main-headline-line-height-tablet-set .hero-lead__content :is(h1, h2) { line-height: var(--appearance-hero-main-headline-line-height-tablet) !important; }
    .appearance-home-block.appearance-hero-supporting-headline-line-height-tablet-set :is(.hero-support-card h2, .hero-brief h2) { line-height: var(--appearance-hero-supporting-headline-line-height-tablet) !important; }
    .appearance-home-block.appearance-hero-supporting-summary-line-height-tablet-set :is(.hero-support-card__summary, .hero-brief__summary) { line-height: var(--appearance-hero-supporting-summary-line-height-tablet) !important; }
    .appearance-home-block.appearance-main-feature-headline-tablet-set .layout-b-featured-title { font-size: var(--appearance-main-feature-headline-tablet) !important; }
    .appearance-home-block.appearance-left-feature-headline-tablet-set .multi-category-feature__title--left { font-size: var(--appearance-left-feature-headline-tablet) !important; }
    .appearance-home-block.appearance-right-feature-headline-tablet-set .multi-category-feature__title--right { font-size: var(--appearance-right-feature-headline-tablet) !important; }
}

@media (max-width: 40rem) {
    .appearance-home-block.appearance-section-title-mobile-set :is(.homepage-block__title, .international-section__title) { font-size: var(--appearance-section-title-mobile) !important; }
    .appearance-home-block.appearance-section-title-weight-mobile-set :is(.homepage-block__title, .international-section__title) { font-weight: var(--appearance-section-title-weight-mobile) !important; }
    .appearance-home-block.appearance-article-headline-mobile-set :is(h1, h2, h3):not(.homepage-block__title):not(.international-section__title):not(.layout-b-featured-title):not(.multi-category-feature__title), .appearance-home-block.appearance-article-headline-mobile-set .entertainment-story-card__title { font-size: var(--appearance-article-headline-mobile) !important; }
    .appearance-home-block.appearance-article-headline-weight-mobile-set :is(h1, h2, h3):not(.homepage-block__title):not(.international-section__title):not(.layout-b-featured-title):not(.multi-category-feature__title), .appearance-home-block.appearance-article-headline-weight-mobile-set .entertainment-story-card__title { font-weight: var(--appearance-article-headline-weight-mobile) !important; }
    .appearance-home-block.appearance-article-summary-mobile-set :is(.international-feature-card__body > p, .layout-b-featured-description, .layout-b-supporting-description, .multi-category-feature__body > p, .showcase-news-card p, .newsroom-stream__feature-content > p) { font-size: var(--appearance-article-summary-mobile) !important; }
    .appearance-home-block.appearance-article-summary-weight-mobile-set :is(.international-feature-card__body > p, .layout-b-featured-description, .layout-b-supporting-description, .multi-category-feature__body > p, .showcase-news-card p, .newsroom-stream__feature-content > p) { font-weight: var(--appearance-article-summary-weight-mobile) !important; }
    .appearance-home-block.appearance-section-title-line-height-mobile-set :is(.homepage-block__title, .international-section__title) { line-height: var(--appearance-section-title-line-height-mobile) !important; }
    .appearance-home-block.appearance-article-headline-line-height-mobile-set :is(h1, h2, h3):not(.homepage-block__title):not(.international-section__title):not(.layout-b-featured-title):not(.multi-category-feature__title), .appearance-home-block.appearance-article-headline-line-height-mobile-set .entertainment-story-card__title { line-height: var(--appearance-article-headline-line-height-mobile) !important; }
    .appearance-home-block.appearance-article-summary-line-height-mobile-set :is(.international-feature-card__body > p, .layout-b-featured-description, .layout-b-supporting-description, .multi-category-feature__body > p, .showcase-news-card p, .newsroom-stream__feature-content > p) { line-height: var(--appearance-article-summary-line-height-mobile) !important; }
    .appearance-home-block.appearance-hero-main-headline-mobile-set .hero-lead__content :is(h1, h2) { font-size: var(--appearance-hero-main-headline-mobile) !important; }
    .appearance-home-block.appearance-hero-supporting-headline-mobile-set :is(.hero-support-card h2, .hero-brief h2) { font-size: var(--appearance-hero-supporting-headline-mobile) !important; }
    .appearance-home-block.appearance-hero-supporting-summary-mobile-set :is(.hero-support-card__summary, .hero-brief__summary) { font-size: var(--appearance-hero-supporting-summary-mobile) !important; }
    .appearance-home-block.appearance-hero-main-headline-line-height-mobile-set .hero-lead__content :is(h1, h2) { line-height: var(--appearance-hero-main-headline-line-height-mobile) !important; }
    .appearance-home-block.appearance-hero-supporting-headline-line-height-mobile-set :is(.hero-support-card h2, .hero-brief h2) { line-height: var(--appearance-hero-supporting-headline-line-height-mobile) !important; }
    .appearance-home-block.appearance-hero-supporting-summary-line-height-mobile-set :is(.hero-support-card__summary, .hero-brief__summary) { line-height: var(--appearance-hero-supporting-summary-line-height-mobile) !important; }
    .appearance-home-block.appearance-main-feature-headline-mobile-set .layout-b-featured-title { font-size: var(--appearance-main-feature-headline-mobile) !important; }
    .appearance-home-block.appearance-left-feature-headline-mobile-set .multi-category-feature__title--left { font-size: var(--appearance-left-feature-headline-mobile) !important; }
    .appearance-home-block.appearance-right-feature-headline-mobile-set .multi-category-feature__title--right { font-size: var(--appearance-right-feature-headline-mobile) !important; }

    /* Fixed image tracks protect thumbnails when Urdu headlines wrap. */
    .hero-support-card__image,
    .hero-brief__image,
    .international-brief-card__image,
    .editorial-split-story__image,
    .showcase-news-card__image {
        flex-shrink: 0;
        min-width: 5.75rem;
    }

    .hero-support-card__body,
    .hero-brief h2,
    .international-brief-card__body,
    .editorial-split-story__body,
    .showcase-news-card__body {
        min-width: 0;
    }
}

.homepage-advertisement {
    display: grid;
    justify-items: center;
    width: 100%;
    margin: 1.25rem auto;
}

.homepage-advertisement__creative {
    display: none;
    width: 100%;
    max-width: none;
}

.homepage-advertisement__creative--desktop {
    display: block;
}

.homepage-advertisement__creative img,
.homepage-advertisement__creative iframe {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
    object-fit: contain;
}

.homepage-advertisement__creative > a {
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
    .homepage-advertisement__creative > a {
        cursor: pointer;
        transition: box-shadow .25s ease;
    }

    .homepage-advertisement__creative > a img {
        transition: transform .25s ease;
    }

    .homepage-advertisement__creative > a:hover {
        box-shadow: 0 0 0 2px var(--public-red, #d82220), 0 5px 14px rgb(24 33 45 / .12);
    }

    .homepage-advertisement__creative > a:hover img {
        transform: scale(1.015);
    }
}

.homepage-advertisement__creative > a:focus-visible {
    outline: 2px solid var(--public-red, #d82220);
    outline-offset: 3px;
}

@media (min-width: 40.01rem) and (max-width: 64rem) {
    .homepage-advertisement__creative--desktop {
        display: none;
    }

    .homepage-advertisement__creative--tablet {
        display: block;
    }
}

@media (max-width: 40rem) {
    .homepage-advertisement {
        margin-block: 1rem;
    }

    .homepage-advertisement__creative--desktop,
    .homepage-advertisement__creative--tablet {
        display: none;
    }

    .homepage-advertisement__creative--mobile {
        display: block;
    }
}
.appearance-home-block.appearance-headline-weight-desktop-set h1,.appearance-home-block.appearance-headline-weight-desktop-set h2,.appearance-home-block.appearance-headline-weight-desktop-set h3,.appearance-home-block.appearance-headline-weight-desktop-set .entertainment-story-card__title{font-weight:var(--appearance-headline-weight-desktop)!important}.appearance-home-block.appearance-summary-weight-desktop-set p{font-weight:var(--appearance-summary-weight-desktop)!important}
@media (min-width:40.01rem) and (max-width:64rem){.appearance-home-block.appearance-headline-tablet-set h1,.appearance-home-block.appearance-headline-tablet-set h2,.appearance-home-block.appearance-headline-tablet-set h3,.appearance-home-block.appearance-headline-tablet-set .entertainment-story-card__title{font-size:var(--appearance-headline-tablet)!important}.appearance-home-block.appearance-summary-tablet-set p{font-size:var(--appearance-summary-tablet)!important}}
@media (min-width:40.01rem) and (max-width:64rem){.appearance-home-block.appearance-headline-weight-tablet-set h1,.appearance-home-block.appearance-headline-weight-tablet-set h2,.appearance-home-block.appearance-headline-weight-tablet-set h3,.appearance-home-block.appearance-headline-weight-tablet-set .entertainment-story-card__title{font-weight:var(--appearance-headline-weight-tablet)!important}.appearance-home-block.appearance-summary-weight-tablet-set p{font-weight:var(--appearance-summary-weight-tablet)!important}}
@media (max-width:40rem){.appearance-home-block.appearance-headline-mobile-set h1,.appearance-home-block.appearance-headline-mobile-set h2,.appearance-home-block.appearance-headline-mobile-set h3,.appearance-home-block.appearance-headline-mobile-set .entertainment-story-card__title{font-size:var(--appearance-headline-mobile)!important}.appearance-home-block.appearance-summary-mobile-set p{font-size:var(--appearance-summary-mobile)!important}}
@media (max-width:40rem){.appearance-home-block.appearance-headline-weight-mobile-set h1,.appearance-home-block.appearance-headline-weight-mobile-set h2,.appearance-home-block.appearance-headline-weight-mobile-set h3,.appearance-home-block.appearance-headline-weight-mobile-set .entertainment-story-card__title{font-weight:var(--appearance-headline-weight-mobile)!important}.appearance-home-block.appearance-summary-weight-mobile-set p{font-weight:var(--appearance-summary-weight-mobile)!important}}

/* Published Appearance image and card presets: only classes emitted by the validated registry can reach these rules. */
.appearance-home-block.appearance-image-ratio-16-9 .international-feature-card__image,.appearance-home-block.appearance-image-ratio-16-9 .editorial-split-feature__image,.appearance-home-block.appearance-image-ratio-16-9 .entertainment-story-card__image{aspect-ratio:16/9}.appearance-home-block.appearance-image-ratio-4-3 .international-feature-card__image,.appearance-home-block.appearance-image-ratio-4-3 .editorial-split-feature__image,.appearance-home-block.appearance-image-ratio-4-3 .entertainment-story-card__image{aspect-ratio:4/3}.appearance-home-block.appearance-image-ratio-3-2 .international-feature-card__image,.appearance-home-block.appearance-image-ratio-3-2 .editorial-split-feature__image,.appearance-home-block.appearance-image-ratio-3-2 .entertainment-story-card__image{aspect-ratio:3/2}.appearance-home-block.appearance-image-ratio-1-1 .international-feature-card__image,.appearance-home-block.appearance-image-ratio-1-1 .entertainment-story-card__image{aspect-ratio:1}.appearance-home-block.appearance-corner-style-square .international-feature-card,.appearance-home-block.appearance-corner-style-square .editorial-split-feature,.appearance-home-block.appearance-corner-style-square .showcase-highlight-card,.appearance-home-block.appearance-corner-style-square .entertainment-story-card{border-radius:0}.appearance-home-block.appearance-corner-style-soft .international-feature-card,.appearance-home-block.appearance-corner-style-soft .editorial-split-feature,.appearance-home-block.appearance-corner-style-soft .showcase-highlight-card,.appearance-home-block.appearance-corner-style-soft .entertainment-story-card{border-radius:8px}.appearance-home-block.appearance-corner-style-rounded .international-feature-card,.appearance-home-block.appearance-corner-style-rounded .editorial-split-feature,.appearance-home-block.appearance-corner-style-rounded .showcase-highlight-card,.appearance-home-block.appearance-corner-style-rounded .entertainment-story-card{border-radius:18px}.appearance-home-block.appearance-card-style-full_image_overlay .international-feature-card{position:relative;background:#111}.appearance-home-block.appearance-card-style-full_image_overlay .international-feature-card__image{aspect-ratio:16/10}.appearance-home-block.appearance-card-style-full_image_overlay .international-feature-card__body{position:absolute;inset:auto 0 0;z-index:1;min-height:48%;justify-content:flex-end;background:linear-gradient(to top,rgba(0,0,0,.92),rgba(0,0,0,.62) 58%,transparent);color:#fff}.appearance-home-block.appearance-card-style-full_image_overlay .international-feature-card h3{color:#fff}.appearance-home-block.appearance-card-style-full_image_overlay .international-feature-card p{color:rgba(255,255,255,.84)}.appearance-home-block.appearance-card-style-clean_text .entertainment-story-card__link{background:#fff;color:var(--public-ink)}.appearance-home-block.appearance-card-style-clean_text .entertainment-story-card__title{background:#fff}.appearance-home-block.appearance-card-style-clean_text .entertainment-story-card h3{color:var(--public-ink)}@media(max-width:40rem){.appearance-home-block.appearance-card-style-clean_text .entertainment-story-card{aspect-ratio:auto;background:#fff}.appearance-home-block.appearance-card-style-clean_text .entertainment-story-card__link{display:flex;height:auto;overflow:visible}.appearance-home-block.appearance-card-style-clean_text .entertainment-story-card__image{position:relative;inset:auto;height:auto;aspect-ratio:16/10}.appearance-home-block.appearance-card-style-clean_text .entertainment-story-card__link::after{display:none}.appearance-home-block.appearance-card-style-clean_text .entertainment-story-card__title{position:relative;inset:auto;display:flex;min-height:4.8rem;padding:.65rem .75rem;align-items:center}.appearance-home-block.appearance-card-style-clean_text .entertainment-story-card h3{height:auto;text-align:start}}


/* ======================================================
   HOMEPAGE ENTERTAINMENT
====================================================== */

.homepage-entertainment {
    min-width: 0;
    padding-block-start: .25rem;
}

/*
|--------------------------------------------------------------------------
| Featured Story + Advertisement
|--------------------------------------------------------------------------
*/

.entertainment-lead-grid {
    display: grid;
    min-width: 0;
    padding-block: 1.25rem 1rem;
    gap: 1rem;
}

.homepage-entertainment--with-ad .entertainment-lead-grid {
    grid-template-columns: minmax(15rem, 1fr) minmax(0, 2fr);
    grid-template-areas: "advertisement feature";
    direction: ltr;
}

.homepage-entertainment--without-ad .entertainment-lead-grid {
    grid-template-columns: minmax(0, 1fr);
}

/*
|--------------------------------------------------------------------------
| Advertisement
|--------------------------------------------------------------------------
*/

.entertainment-ad {
    grid-area: advertisement;
    min-width: 0;
    min-height: 27rem;
    border: 1px solid var(--public-border);
    border-radius: var(--radius-sm);
    background: #f3f3f3;
    overflow: hidden;
}

.entertainment-ad__link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 27rem;
    background: #f3f3f3;
    overflow: hidden;
}

.entertainment-ad__link img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 27rem;
    object-fit: cover;
    object-position: center;
}

.entertainment-ad__label {
    position: absolute;
    inset-block-start: .5rem;
    inset-inline-start: .5rem;
    display: inline-flex;
    min-height: 1.25rem;
    padding-inline: .45rem;
    align-items: center;
    border-radius: 2px;
    background: rgb(0 0 0 / .72);
    color: white;
    font: .65rem/1 var(--font-ui);
}

/*
|--------------------------------------------------------------------------
| Featured Entertainment Story
|--------------------------------------------------------------------------
*/

.entertainment-feature {
    grid-area: feature;
    min-width: 0;
    min-height: 27rem;
    border-radius: var(--radius-sm);
    background: #171717;
    box-shadow: 0 5px 16px rgb(17 24 39 / .08);
    overflow: hidden;
    transition:
        box-shadow var(--transition-fast),
        transform var(--transition-fast);
}

.entertainment-feature:hover,
.entertainment-feature:focus-within {
    box-shadow: var(--shadow-soft);
    transform: translateY(-2px);
}

.entertainment-feature__image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 27rem;
    background: #171717;
    overflow: hidden;
}

.entertainment-feature__image > img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 27rem;
    object-fit: cover;
    object-position: center;
    transition: transform 260ms ease;
}

.entertainment-feature:hover .entertainment-feature__image > img,
.entertainment-feature:focus-within .entertainment-feature__image > img {
    transform: scale(1.025);
}

.entertainment-feature__gradient {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgb(0 0 0 / .96),
            rgb(0 0 0 / .68) 30%,
            rgb(0 0 0 / .18) 62%,
            transparent 82%
        );
}

.entertainment-feature__content {
    position: absolute;
    z-index: 2;
    inset-inline: 1.25rem;
    inset-block-end: 1.15rem;
    color: white;
    direction: rtl;
    text-align: start;
}

.entertainment-feature__badge {
    display: inline-flex;
    min-height: 1.55rem;
    padding: .08rem .65rem;
    align-items: center;
    border-radius: 2px;
    background: var(--public-red);
    color: white;
    font-size: .9675rem;
    font-weight: 700;
}

.entertainment-feature h3 {
    display: -webkit-box;
    max-width: 26ch;
    margin: .45rem 0 .25rem;
    overflow: hidden;
    color: white;
    font-size: clamp(1.9rem, calc(2.3vw + 4px), 2.45rem);
    line-height: 1.38;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.entertainment-feature time {
    display: block;
    color: rgb(255 255 255 / .72);
    font: .68rem/1.3 var(--font-ui);
}

/*
|--------------------------------------------------------------------------
| Six Small Entertainment Cards
|--------------------------------------------------------------------------
*/

.entertainment-story-grid {
    display: grid;
    min-width: 0;
    padding-block: .25rem 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    direction: rtl;
}

.entertainment-story-card {
    min-width: 0;
    border-radius: var(--radius-sm);
    background: #111;
    box-shadow: 0 5px 16px rgb(17 24 39 / .07);
    overflow: hidden;
    transition:
        box-shadow var(--transition-fast),
        transform var(--transition-fast);
}

.entertainment-story-card:hover,
.entertainment-story-card:focus-within {
    box-shadow: var(--shadow-soft);
    transform: translateY(-2px);
}

.entertainment-story-card__link {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    background: #111;
    color: white;
}

.entertainment-story-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #e9e6df;
    overflow: hidden;
}

.entertainment-story-card__image > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 220ms ease;
}

.entertainment-story-card:hover .entertainment-story-card__image > img,
.entertainment-story-card:focus-within .entertainment-story-card__image > img {
    transform: scale(1.035);
}

.entertainment-story-card__title {
    display: flex;
    min-height: 5.5rem;
    padding: .7rem .85rem;
    align-items: center;
    justify-content: center;
    background: #111;
}

.entertainment-story-card h3 {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: white;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.55;
    text-align: center;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

/* ======================================================
   HOMEPAGE ENTERTAINMENT
====================================================== */

.homepage-entertainment {
    min-width: 0;
    padding-block-start: .25rem;
}

/* Compact 10:1 advertisement banner */

.entertainment-banner {
    position: relative;
    width: 100%;
    margin-block: 1.25rem 1rem;
    aspect-ratio: 10 / 1;
    min-height: 5rem;
    border: 1px solid rgb(216 34 32 / .18);
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.entertainment-banner__link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 5rem;
    background: #f5f5f5;
    overflow: hidden;
}

.entertainment-banner__link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.entertainment-banner__label {
    position: absolute;
    inset-block-start: .4rem;
    inset-inline-start: .4rem;
    display: inline-flex;
    min-height: 1.2rem;
    padding-inline: .4rem;
    align-items: center;
    background: rgb(0 0 0 / .7);
    color: white;
    font: .6rem/1 var(--font-ui);
}

/* Six entertainment cards */

.entertainment-story-grid {
    display: grid;
    min-width: 0;
    padding-block: .25rem 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    direction: rtl;
}

.entertainment-story-card {
    min-width: 0;
    border-radius: var(--radius-sm);
    background: #111;
    box-shadow: 0 5px 16px rgb(17 24 39 / .07);
    overflow: hidden;
    transition:
        box-shadow var(--transition-fast),
        transform var(--transition-fast);
}

.entertainment-story-card:hover,
.entertainment-story-card:focus-within {
    box-shadow: var(--shadow-soft);
    transform: translateY(-2px);
}

.entertainment-story-card__link {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    background: #111;
    color: white;
}

.entertainment-story-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #e9e6df;
    overflow: hidden;
}

.entertainment-story-card__image > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 220ms ease;
}

.entertainment-story-card:hover .entertainment-story-card__image > img,
.entertainment-story-card:focus-within .entertainment-story-card__image > img {
    transform: scale(1.035);
}

.entertainment-story-card__title {
    display: flex;
    min-height: 5.5rem;
    padding: .7rem .85rem;
    align-items: center;
    justify-content: center;
    background: #111;
}

.entertainment-story-card h3 {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: white;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.55;
    text-align: center;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

@media (max-width: 64rem) {
    .entertainment-story-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 40rem) {
    .entertainment-banner {
        aspect-ratio: 6 / 1;
        min-height: 4.5rem;
        margin-block: 1rem .85rem;
    }

    .entertainment-banner__link {
        min-height: 4.5rem;
    }

    /*
    |--------------------------------------------------------------------------
    | Mobile Entertainment Thumbnail Grid
    |--------------------------------------------------------------------------
    */

    .entertainment-story-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .65rem;
        direction: rtl;
    }

    .entertainment-story-card {
        position: relative;
        min-width: 0;
        aspect-ratio: 4 / 3;
        border-radius: var(--radius-sm);
        background: #111;
        overflow: hidden;
    }

    .entertainment-story-card__link {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        min-height: 0;
        background: #111;
        overflow: hidden;
    }

    .entertainment-story-card__image {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        background: #1a1a1a;
        overflow: hidden;
    }

    .entertainment-story-card__image > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    /*
    |--------------------------------------------------------------------------
    | Black Bottom Fade
    |--------------------------------------------------------------------------
    */

    .entertainment-story-card__link::after {
        position: absolute;
        inset: 0;
        z-index: 1;
        background:
            linear-gradient(
                to top,
                rgb(0 0 0 / .96) 0%,
                rgb(0 0 0 / .82) 24%,
                rgb(0 0 0 / .38) 50%,
                transparent 74%
            );
        content: "";
        pointer-events: none;
    }

    /*
    |--------------------------------------------------------------------------
    | Two-Line Overlay Title
    |--------------------------------------------------------------------------
    */

    .entertainment-story-card__title {
        position: absolute;
        inset-inline: .55rem;
        inset-block-end: .55rem;
        z-index: 2;
        display: block;
        min-height: 0;
        padding: 0;
        background: transparent;
    }

    .entertainment-story-card h3 {
        display: -webkit-box;
        height: calc(1.42em * 2);
        margin: 0;
        padding: 0;
        overflow: hidden;
        color: #fff;
        font-size: 1.05rem;
        font-weight: 700;
        line-height: 1.42;
        text-align: start;
        text-shadow: 0 1px 3px rgb(0 0 0 / .9);
        overflow-wrap: anywhere;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
}

@media (max-width: 32rem) {
    .entertainment-story-grid {
        gap: .55rem;
    }

    .entertainment-story-card {
        aspect-ratio: 4 / 3;
    }

    .entertainment-story-card__title {
        inset-inline: .48rem;
        inset-block-end: .48rem;
    }

    .entertainment-story-card h3 {
        height: calc(1.4em * 2);
        font-size: .98rem;
        line-height: 1.4;
    }
}

@media (prefers-reduced-motion: reduce) {
    .entertainment-story-card,
    .entertainment-story-card__image > img {
        transition: none;
    }
}

/* ======================================================
   HOMEPAGE YOUTUBE
====================================================== */

.homepage-youtube-section {
    min-width: 0;
    padding-block-start: .25rem;
}

/*
|--------------------------------------------------------------------------
| Section Header — Outside Black Background
|--------------------------------------------------------------------------
*/

.homepage-youtube__header {
    display: flex;
    min-height: 2.75rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-block-end: 2px solid var(--public-red);
}

.homepage-youtube__heading {
    align-self: stretch;
    display: inline-flex;
    margin: 0;
    padding-inline: 1.1rem 1.2rem;
    align-items: center;
    gap: .5rem;
    border-radius: 10px 10px 0 0;
    background: var(--public-red);
    color: #fff;
    direction: rtl;
}

.homepage-youtube__heading h2 {
    margin: 0;
    color: #fff;
    font-size: 1.5375rem;
    font-weight: 700;
    line-height: 1.35;
}

.homepage-youtube__icon {
    position: relative;
    display: inline-flex;
    width: 1.75rem;
    height: 1.75rem;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
}

.homepage-youtube__icon::before {
    content: "";
    width: .52rem;
    height: .62rem;
    margin-left: .08rem;
    background: var(--public-red);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.homepage-youtube__channel-link {
    display: inline-flex;
    min-height: 2.25rem;
    padding-inline: .75rem;
    align-items: center;
    gap: .35rem;
    border-radius: var(--radius-sm);
    color: var(--public-red-dark);
    font-size: 1.1325rem;
    font-weight: 700;
    white-space: nowrap;
    transition:
        color var(--transition-fast),
        transform var(--transition-fast);
}

.homepage-youtube__channel-link:hover,
.homepage-youtube__channel-link:focus-visible {
    color: var(--public-red);
    transform: translateX(-2px);
}

/*
|--------------------------------------------------------------------------
| Full-Width Black Video Background
|--------------------------------------------------------------------------
*/

.homepage-youtube {
    position: relative;
    width: 100vw;
    margin-block-start: 1rem;
    margin-inline: calc(50% - 50vw);
    padding-block: 1.25rem;
    background:
        linear-gradient(
            180deg,
            #121d2d 0%,
            #101925 100%
        );
    color: #fff;
    overflow: hidden;
}

.homepage-youtube__inner {
    width: min(
        calc(100% - 2rem),
        67.5rem
    );
    margin-inline: auto;
}

/*
|--------------------------------------------------------------------------
| Main Showcase
|--------------------------------------------------------------------------
|
| Left: 2×2 video slider
| Right: featured video
|
*/

.homepage-youtube__showcase {
    display: grid;
    min-width: 0;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1.28fr);
    gap: 1rem;
    align-items: start;
    direction: ltr;
}

/*
|--------------------------------------------------------------------------
| Shared Card Styling
|--------------------------------------------------------------------------
*/

.homepage-youtube-feature,
.homepage-youtube-card {
    min-width: 0;
    border: 1px solid #303030;
    border-radius: var(--radius-sm);
    background: #0c0c0c;
    box-shadow: 0 5px 16px rgb(0 0 0 / .18);
    overflow: hidden;
    transition:
        border-color var(--transition-fast),
        transform var(--transition-fast),
        box-shadow var(--transition-fast);
}

.homepage-youtube-feature:hover,
.homepage-youtube-feature:focus-within,
.homepage-youtube-card:hover,
.homepage-youtube-card:focus-within {
    border-color: var(--public-red);
    box-shadow: 0 12px 28px rgb(0 0 0 / .3);
    transform: translateY(-2px);
}

/*
|--------------------------------------------------------------------------
| Featured Video
|--------------------------------------------------------------------------
*/

.homepage-youtube-feature {
    grid-column: 2;
    min-width: 0;
    direction: rtl;
}

.homepage-youtube-feature__media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 8.7;
    background: #171717;
    overflow: hidden;
}

.homepage-youtube-feature__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 240ms ease;
}

.homepage-youtube-feature:hover
.homepage-youtube-feature__media img,
.homepage-youtube-feature:focus-within
.homepage-youtube-feature__media img {
    transform: scale(1.025);
}

.homepage-youtube-feature__body {
    min-width: 0;
    padding: .8rem .9rem .9rem;
    background: #070707;
}

.homepage-youtube-feature h3 {
    display: -webkit-box;
    min-width: 0;
    min-height: calc(1.38em * 2);
    margin: 0;
    overflow: hidden;
    color: #fff;
   font-family: "Poppins", Arial, Helvetica, sans-serif !important;
font-weight: 800;
    line-height: 1.38;
    letter-spacing: .02em;
    direction: ltr;
    text-align: left;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.homepage-youtube-feature h3 a {
    color: inherit;
}

.homepage-youtube-feature h3 a:hover,
.homepage-youtube-feature h3 a:focus-visible {
    color: #ff3b38;
}

.homepage-youtube-feature time {
    display: block;
    margin-block-start: .45rem;
    color: #999;
    font: .68rem/1.3 var(--font-ui);
    direction: ltr;
    text-align: left;
}

/*
|--------------------------------------------------------------------------
| Horizontal Slider
|--------------------------------------------------------------------------
*/

.homepage-youtube-slider {
    grid-column: 1;
    min-width: 0;
    direction: ltr;
}

.homepage-youtube-slider__viewport {
    min-width: 0;
    overflow: hidden;
    touch-action: pan-y;
}

.homepage-youtube-slider__track {
    display: flex;
    width: 100%;
    min-width: 0;
    align-items: flex-start;
    transform: translate3d(0, 0, 0);
    transition: transform 480ms cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}

.homepage-youtube-slider__slide {
    display: block;
    min-width: 100%;
    flex: 0 0 100%;
}

/*
|--------------------------------------------------------------------------
| 2×2 Small Video Grid
|--------------------------------------------------------------------------
*/

.homepage-youtube__video-grid {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
}

.homepage-youtube-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.homepage-youtube-card__media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #171717;
    overflow: hidden;
}

.homepage-youtube-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 220ms ease;
}

.homepage-youtube-card:hover
.homepage-youtube-card__media img,
.homepage-youtube-card:focus-within
.homepage-youtube-card__media img {
    transform: scale(1.035);
}

.homepage-youtube-card h3 {
    display: -webkit-box;
    min-width: 0;
    height: calc(1.32em * 2);
    min-height: calc(1.32em * 2);
    margin: .6rem .7rem .65rem;
    padding: 0;
    overflow: hidden;
    color: #fff;
    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-size: .90rem;
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: .02em;
    direction: ltr;
    text-align: left;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.homepage-youtube-card h3 a {
    color: inherit;
}

.homepage-youtube-card h3 a:hover,
.homepage-youtube-card h3 a:focus-visible {
    color: #ff3b38;
}

/*
|--------------------------------------------------------------------------
| Play Button
|--------------------------------------------------------------------------
*/

.homepage-youtube__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: flex;
    width: 3.65rem;
    height: 3.65rem;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 2px solid rgb(255 255 255 / .3);
    border-radius: 50%;
    background: var(--public-red);
    color: #fff;
    box-shadow: 0 10px 24px rgb(0 0 0 / .32);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.homepage-youtube__play::before {
    display: block;
    width: 1rem;
    height: 1rem;
    margin-left: .12rem;
    background: #fff;
    clip-path: polygon(
        0 0,
        100% 50%,
        0 100%
    );
    content: "";
}

.homepage-youtube__play i {
    display: none;
}

.homepage-youtube__play--small {
    width: 2.55rem;
    height: 2.55rem;
}

.homepage-youtube__play--small::before {
    width: .7rem;
    height: .7rem;
    margin-left: .1rem;
}

/*
|--------------------------------------------------------------------------
| Video Duration
|--------------------------------------------------------------------------
*/

.homepage-youtube__duration {
    position: absolute;
    inset-inline-end: .45rem;
    inset-block-end: .45rem;
    z-index: 3;
    padding: .18rem .4rem;
    border-radius: 3px;
    background: rgb(0 0 0 / .88);
    color: #fff;
    font: .62rem/1.2 var(--font-ui);
    direction: ltr;
}

/*
|--------------------------------------------------------------------------
| Slider Controls
|--------------------------------------------------------------------------
*/

.homepage-youtube-slider__controls {
    display: flex;
    min-height: 2.5rem;
    margin-block-start: .85rem;
    align-items: center;
    justify-content: center;
    gap: .28rem;
    direction: ltr;
}

.homepage-youtube-slider__arrow {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: rgb(255 255 255 / .82);
    cursor: pointer;
    transition:
        color var(--transition-fast),
        transform var(--transition-fast);
}

.homepage-youtube-slider__arrow:hover,
.homepage-youtube-slider__arrow:focus-visible {
    color: var(--public-red);
    transform: scale(1.08);
}

.homepage-youtube-slider__arrow svg {
    width: .95rem;
    height: .95rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.homepage-youtube-slider__indicators {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .15rem;
    direction: ltr;
}

.homepage-youtube-slider__indicator {
    position: relative;
    display: inline-flex;
    width: 1rem;
    height: 2rem;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.homepage-youtube-slider__indicator span {
    display: block;
    width: .5rem;
    height: .5rem;
    border: 1px solid rgb(255 255 255 / .55);
    border-radius: 50%;
    background: rgb(255 255 255 / .16);
    transition:
        border-color 220ms ease,
        background-color 220ms ease,
        transform 220ms ease;
}

.homepage-youtube-slider__indicator.is-active span {
    border-color: var(--public-red);
    background: var(--public-red);
    transform: scale(1.08);
}

/*
|--------------------------------------------------------------------------
| Reserved Gap for Newsletter Section
|--------------------------------------------------------------------------
*/

.homepage-youtube__newsletter-space {
    height: 1rem;
}

/*
|--------------------------------------------------------------------------
| Tablet
|--------------------------------------------------------------------------
*/

@media (max-width: 64rem) {
    .homepage-youtube__inner {
        width: min(
            calc(100% - 2rem),
            58rem
        );
    }

    .homepage-youtube__showcase {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1.15fr);
        gap: .85rem;
    }

    .homepage-youtube__video-grid {
        gap: .7rem;
    }

    .homepage-youtube-card h3 {
        font-size: 1rem;
    }

    .homepage-youtube-feature h3 {
        font-size: 1.45rem;
    }
}

/*
|--------------------------------------------------------------------------
| Small Tablet
|--------------------------------------------------------------------------
*/

@media (max-width: 48rem) {
    .homepage-youtube__showcase {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .homepage-youtube-feature {
        grid-column: 1;
        grid-row: 1;
    }

    .homepage-youtube-slider {
        grid-column: 1;
        grid-row: 2;
    }

    .homepage-youtube-feature__media {
        aspect-ratio: 16 / 8.5;
    }

    .homepage-youtube__newsletter-space {
        height: .75rem;
    }
}

/*
|--------------------------------------------------------------------------
| Mobile
|--------------------------------------------------------------------------
*/

@media (max-width: 40rem) {
    .homepage-youtube__header {
        min-height: 2.75rem;
        gap: .5rem;
    }

    .homepage-youtube__heading {
        padding-inline: .8rem .9rem;
        gap: .4rem;
    }

    .homepage-youtube__heading h2 {
        font-size: 1.3875rem;
    }

    .homepage-youtube__icon {
        width: 1.55rem;
        height: 1.55rem;
        font-size: .78rem;
    }

    .homepage-youtube__channel-link {
        padding-inline: .35rem;
        font-size: 1rem;
    }

    .homepage-youtube {
        padding-block: 1rem;
    }

   .homepage-youtube__inner {
    width: calc(100% - 2rem);
}

    .homepage-youtube-feature h3 {
        font-size: 1.3rem;
    }

    .homepage-youtube__video-grid {
        gap: .6rem;
    }

    .homepage-youtube-card h3 {
        font-size: .94rem;
    }

    .homepage-youtube__play {
        width: 3.1rem;
        height: 3.1rem;
    }

    .homepage-youtube__play--small {
        width: 2.3rem;
        height: 2.3rem;
    }
}

/*
|--------------------------------------------------------------------------
| Narrow Mobile
|--------------------------------------------------------------------------
*/

@media (max-width: 32rem) {
    .homepage-youtube__header {
        flex-wrap: wrap;
        align-items: center;
    }

    .homepage-youtube__heading {
        flex: 0 0 auto;
    }

    .homepage-youtube__channel-link {
        margin-inline-start: auto;
    }

    .homepage-youtube__video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .6rem;
}

.homepage-youtube-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.homepage-youtube-card__media {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
}

.homepage-youtube-card h3 {
    min-height: calc(1.45em * 2 + 1.1rem);
    padding: .55rem .6rem .6rem;
    font-size: .88rem;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

    .homepage-youtube-slider__controls {
        margin-block-start: .6rem;
    }

    .homepage-youtube__newsletter-space {
        height: .5rem;
    }
}

/*
|--------------------------------------------------------------------------
| Reduced Motion
|--------------------------------------------------------------------------
*/

@media (prefers-reduced-motion: reduce) {
    .homepage-youtube-feature,
    .homepage-youtube-card,
    .homepage-youtube-feature__media img,
    .homepage-youtube-card__media img,
    .homepage-youtube-slider__track,
    .homepage-youtube-slider__arrow,
    .homepage-youtube-slider__indicator span {
        transition: none;
    }
}
.homepage-utility {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-block: 12px 10px;
    padding-top: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.homepage-utility__grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    gap: 20px;
    direction: ltr;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.homepage-utility__panel {
    display: flex;
    min-width: 0;
    padding: 22px;
    border: 1px solid #e2e5e9;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
    direction: rtl;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    flex-direction: column;
}

.homepage-utility__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #d82220;
}

.homepage-utility__heading > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: #fff0f0;
    color: #d82220;
    font: 700 18px var(--font-ui);
}

.homepage-utility__heading h2 {
    margin: 0;
    color: #172033;
    font-size: 24px;
    line-height: 1.2;
}

.homepage-utility__more {
    appearance: none;
    padding: 0;
    border: 0;
    background: transparent;
    margin-inline-start: auto;
    color: #d82220;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.homepage-utility__more:hover,
.homepage-utility__more:focus-visible { text-decoration: underline; }

.homepage-currency-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.homepage-currency-viewport {
    height: 194px;
    max-width: 100%;
    overflow: hidden;
}

.homepage-currency-track {
    display: flex;
    min-width: 0;
    flex-direction: column;
    transition: transform .35s ease;
    will-change: transform;
}

.homepage-currency-track .homepage-currency-grid {
    height: 194px;
    flex: 0 0 194px;
    align-content: stretch;
}

.homepage-currency-card {
    display: grid;
    gap: 4px;
    padding: 13px 13px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fafafa;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.homepage-currency-card strong,
.homepage-currency-card b,
.homepage-currency-card span {
    font-family: Poppins, Arial, sans-serif;
}

.homepage-currency-card strong { color: #d82220; font-size: 12px; }
.homepage-currency-card b { color: #172033; font-size: 21px; font-weight: 800; }
.homepage-currency-card span { display: block; min-height: 1.45em; color: #6b7280; font-size: 11.5px; line-height: 1.45; }

.homepage-utility__meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: auto 2px 0;
    padding-block: 19px 4px;
    color: #69727f;
    font-size: 14px;
    line-height: 1.6;
}

.homepage-weather-feature {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) auto auto;
    align-items: center;
    gap: 16px;
    padding: 18px;
    border: 1px solid #e3e7ec;
    border-radius: 15px;
    background: linear-gradient(135deg, #fff 0%, #f7f8fa 100%);
}

.homepage-weather-feature p { margin: 0; color: #172033; font-size: 25px; font-weight: 800; }
.homepage-weather-feature small { display: block; margin-top: 2px; color: #737b87; font: 500 12px Poppins, Arial, sans-serif; }
.homepage-weather-feature strong { display: block; margin-top: 9px; color: #56606d; font-size: 15px; line-height: 1.45; }
.homepage-weather-feature__icon { font-size: 44px; filter: drop-shadow(0 5px 8px rgba(15, 23, 42, .12)); }
.homepage-weather-feature > b { color: #172033; font: 800 38px Poppins, Arial, sans-serif; }

.homepage-weather-feature dl {
    display: flex;
    grid-column: 1 / -1;
    gap: 10px;
    margin: 0;
    padding-top: 13px;
    border-top: 1px solid #e5e7eb;
}

.homepage-weather-feature dl div { display: flex; align-items: center; gap: 7px; padding: 6px 10px; border-radius: 8px; background: #fff; }
.homepage-weather-feature dt { color: #7c8490; font-size: 12px; }
.homepage-weather-feature dd { margin: 0; color: #172033; font: 700 12px Poppins, Arial, sans-serif; }

.homepage-weather-strip {
    display: flex;
    gap: 9px;
    margin-top: 0;
    padding: 2px 1px 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    direction: ltr;
}

.homepage-weather-carousel {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 6px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 12px;
    overflow: hidden;
}

.homepage-weather-carousel__arrow,
.homepage-utility__slider-controls button {
    display: inline-grid;
    width: 30px;
    height: 30px;
    padding: 0;
    place-items: center;
    border: 1px solid #e2e5e9;
    border-radius: 50%;
    background: #fff;
    color: #d82220;
    cursor: pointer;
    font: 700 14px/1 var(--font-ui);
}

.homepage-weather-carousel__arrow:hover,
.homepage-weather-carousel__arrow:focus-visible,
.homepage-utility__slider-controls button:hover,
.homepage-utility__slider-controls button:focus-visible {
    border-color: #d82220;
    background: #fff5f5;
}

.homepage-weather-city {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    flex: 0 0 126px;
    width: 126px;
    min-width: 0;
    max-width: min(126px, calc(100vw - 112px));
    padding: 10px 11px;
    border: 1px solid #e5e7eb;
    border-radius: 11px;
    background: #fff;
    scroll-snap-align: start;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
    box-sizing: border-box;
    overflow: hidden;
    direction: rtl;
}

.homepage-weather-city:hover { transform: translateY(-2px); border-color: #d8a4a4; box-shadow: 0 6px 14px rgba(15, 23, 42, .06); }
.homepage-weather-city > span { font-size: 22px; }
.homepage-weather-city > div { min-width: 0; overflow: hidden; }
.homepage-weather-city strong { display: block; overflow: hidden; color: #253143; font-size: 12px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.homepage-weather-city small { display: block; overflow: hidden; color: #69727f; font: 500 11px/1.4 Poppins, Arial, sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.homepage-weather-city b { grid-column: 1 / -1; justify-self: end; color: #d82220; font: 800 15px Poppins, Arial, sans-serif; white-space: nowrap; }

.homepage-utility__slider-controls {
    display: flex;
    min-height: 30px;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #737b87;
    font: 600 12px Poppins, Arial, sans-serif;
    direction: ltr;
    flex: 0 0 auto;
}

@media (max-width: 980px) {
    .homepage-utility__grid { display: flex; flex-direction: column; }
    .homepage-utility__weather { order: 1; }
    .homepage-utility__currency { order: 2; }
    .homepage-utility__meta { flex-direction: column; }
}

@media (max-width: 680px) {
    .homepage-utility { margin-top: 10px; padding-top: 0; }
    .homepage-utility__panel { padding: 16px; border-radius: 14px; }
    .homepage-utility__heading h2 { font-size: 21px; }
    .homepage-weather-feature { grid-template-columns: 1fr auto auto; gap: 10px; padding: 14px; }
    .homepage-weather-feature p { font-size: 21px; }
    .homepage-weather-feature > b { grid-column: auto; font-size: 28px; }
    .homepage-weather-feature__icon { font-size: 34px; }
    .homepage-weather-feature dl { grid-column: 1 / -1; }
    .homepage-currency-card b { font-size: 18px; }
    .homepage-weather-city { flex-basis: 126px; width: 126px; max-width: min(126px, calc(100vw - 112px)); }
    .homepage-utility__more { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    .homepage-weather-city,
    .homepage-currency-track { transition: none; }
}

/*
|--------------------------------------------------------------------------
| Weather dashboard
|--------------------------------------------------------------------------
*/
.homepage-utility {
    margin-block: 28px;
    overflow: visible;
}

.homepage-weather-dashboard {
    padding: 24px;
    border: 1px solid #dfe5ec;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

.homepage-utility .homepage-utility__heading {
    margin: 0 0 20px;
    padding: 0 0 14px;
    border-bottom: 1px solid #e5eaf0;
}

.homepage-utility .homepage-utility__heading > span {
    width: 38px;
    height: 38px;
    color: #d82220;
    background: #fff1f1;
}

.homepage-utility .homepage-utility__heading h2 {
    color: #172033;
    font-size: 28px;
}

.homepage-utility .homepage-utility__heading p {
    margin: 2px 0 0;
    color: #6b7280;
    font-size: 22px;
}

.homepage-weather-dashboard [lang="en"],
.homepage-weather-dashboard [dir="ltr"] {
    font-family: var(--font-english);
}

.homepage-weather-dashboard__grid {
    display: grid;
    grid-template-columns: minmax(240px, 1.3fr) minmax(220px, 1fr) minmax(210px, .85fr);
    gap: 16px;
    align-items: stretch;
}

.homepage-weather-current {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 16px;
    min-width: 0;
    padding: 24px;
    border: 1px solid #d5e2ee;
    border-radius: 16px;
    background: linear-gradient(135deg, #edf6fc, #f8fbfd 65%, #ffffff);
}

.homepage-weather-current__location p,
.homepage-weather-current__location small,
.homepage-weather-current strong,
.homepage-weather-current b {
    display: block;
}

.homepage-weather-current__location p {
    margin: 0;
    color: #172033;
    font-size: 25px;
    font-weight: 800;
}

.homepage-weather-current__location small {
    margin-top: 2px;
    color: #6b7280;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.45;
}

.homepage-weather-current__icon {
    align-self: center;
    font-size: 52px;
    filter: drop-shadow(0 6px 10px rgba(15, 23, 42, .12));
}

.homepage-weather-current > b {
    align-self: end;
    color: #172033;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}

.homepage-weather-current > strong {
    align-self: end;
    color: #374151;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.homepage-weather-current__uv {
    justify-self: end;
    align-self: end;
    padding: 5px 8px;
    border: 1px solid #d8e1eb;
    border-radius: 999px;
    color: #475569;
    background: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.homepage-weather-snapshots {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.homepage-weather-snapshot,
.homepage-weather-cities article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-width: 0;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    background: #fbfcfd;
}

.homepage-weather-snapshot {
    padding: 13px;
}

.homepage-weather-snapshot > span,
.homepage-weather-cities article > span {
    font-size: 26px;
}

.homepage-weather-snapshot div {
    min-width: 0;
}

.homepage-weather-snapshot strong,
.homepage-weather-snapshot small {
    display: block;
}

.homepage-weather-snapshot strong {
    color: #1f2937;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.homepage-weather-snapshot small {
    color: #6b7280;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

.homepage-weather-snapshot b,
.homepage-weather-cities article b {
    color: #d82220;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.homepage-weather-cities {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #f8fafc;
}

.homepage-weather-cities h3,
.homepage-weather-highlights h3 {
    margin: 0 0 4px;
    color: #172033;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.3;
}

.homepage-weather-cities article {
    padding: 8px 10px;
    border-width: 0 0 1px;
    border-radius: 0;
    background: transparent;
}

.homepage-weather-cities article:last-of-type {
    border-bottom: 0;
}

.homepage-weather-cities article strong {
    min-width: 0;
    color: #374151;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.3;
}

.homepage-weather-cities article div {
    min-width: 0;
}

.homepage-weather-cities article small {
    display: block;
    margin-top: 2px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

.homepage-weather-cities p {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
}

.homepage-weather-highlights {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5eaf0;
}

.homepage-weather-highlights > div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    gap: 10px;
}

.homepage-weather-highlights article {
    display: grid;
    gap: 5px;
    min-width: 0;
    padding: 13px;
    border: 1px solid #e3e8ee;
    border-radius: 12px;
    background: #ffffff;
}

.homepage-weather-highlights span {
    color: #6b7280;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}

.homepage-weather-highlights b {
    color: #243447;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
}

.homepage-utility__unavailable {
    padding: 28px;
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    color: #64748b;
    background: #f8fafc;
    text-align: center;
}

@media (max-width: 1080px) {
    .homepage-weather-dashboard__grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    }

    .homepage-weather-current__location p {
        font-size: 23px;
    }

    .homepage-weather-current__location small {
        font-size: 16px;
    }

    .homepage-weather-current > b {
        font-size: 44px;
    }

    .homepage-weather-current > strong {
        font-size: 17px;
    }

    .homepage-weather-current__uv {
        font-size: 14px;
    }

    .homepage-weather-snapshot strong {
        font-size: 17px;
    }

    .homepage-weather-snapshot small,
    .homepage-weather-cities article small {
        font-size: 15px;
    }

    .homepage-weather-snapshot b,
    .homepage-weather-cities article b {
        font-size: 24px;
    }

    .homepage-weather-cities h3,
    .homepage-weather-highlights h3 {
        font-size: 21px;
    }

    .homepage-weather-cities article strong {
        font-size: 18px;
    }

    .homepage-weather-highlights span {
        font-size: 17px;
    }

    .homepage-weather-highlights b {
        font-size: 19px;
    }

    .homepage-weather-cities {
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .homepage-weather-cities h3,
    .homepage-weather-cities p {
        grid-column: 1 / -1;
    }
}

@media (max-width: 680px) {
    .homepage-utility {
        gap: 16px;
        margin-block: 20px;
    }

    .homepage-weather-dashboard {
        padding: 16px;
        border-radius: 15px;
    }

    .homepage-utility .homepage-utility__heading {
        margin-bottom: 16px;
        padding-bottom: 12px;
    }

    .homepage-utility .homepage-utility__heading h2 {
        font-size: 22px;
    }

    .homepage-weather-dashboard__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .homepage-weather-current {
        padding: 18px;
    }

    .homepage-weather-current__location p {
        font-size: 22px;
    }

    .homepage-weather-current__location small {
        font-size: 15px;
    }

    .homepage-weather-current__icon {
        font-size: 43px;
    }

    .homepage-weather-current > b {
        font-size: 40px;
    }

    .homepage-weather-current > strong {
        font-size: 17px;
    }

    .homepage-weather-current__uv {
        font-size: 14px;
    }

    .homepage-weather-snapshots {
        grid-template-columns: 1fr;
    }

    .homepage-weather-cities {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .homepage-weather-cities h3,
    .homepage-weather-cities p {
        grid-column: auto;
    }

    .homepage-weather-highlights {
        margin-top: 16px;
        padding-top: 16px;
    }

    .homepage-weather-highlights > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .homepage-weather-snapshot strong {
        font-size: 17px;
    }

    .homepage-weather-snapshot small,
    .homepage-weather-cities article small {
        font-size: 15px;
    }

    .homepage-weather-snapshot b,
    .homepage-weather-cities article b {
        font-size: 22px;
    }

    .homepage-weather-cities article strong {
        font-size: 18px;
    }

    .homepage-weather-cities h3,
    .homepage-weather-highlights h3 {
        font-size: 21px;
    }

    .homepage-weather-highlights span {
        font-size: 17px;
    }

    .homepage-weather-highlights b {
        font-size: 18px;
    }
}
