/* ============================================================
   ASANASA — Editorial theme for Varient CMS (CI4 + Bootstrap 5)
   Design tokens from the Asanasa brand system.
   ============================================================ */

@import url("../../../common/css/plugins.css");
@import url("../../../common/css/common.css");

:root {
    --asanasa-navy: #173f60;
    --asanasa-navy-dark: #0b2b46;
    --asanasa-amber: #f2b705;
    --asanasa-paper: #f6f3ea;
    --asanasa-ink: #15171a;
    --asanasa-information-blue: #4d83a8;
    --asanasa-alert-red: #d94343;
    --asanasa-muted: #69737b;
    --asanasa-line: #d9d6cc;

    --asa-serif: "Source Serif 4", Georgia, "Times New Roman", serif;
    --asa-sans: Inter, var(--vr-font-primary, ui-sans-serif), system-ui, -apple-system, "Segoe UI", sans-serif;

    --vr-theme-color: #173f60;
}

/* ---------- Base ---------- */
html { scroll-behavior: smooth; }
body.asa-body {
    margin: 0;
    background: #fff;
    color: var(--asanasa-ink);
    font-family: var(--asa-sans);
}
body.asa-body button { color: inherit; }
body.asa-body img { display: block; max-width: 100%; }
/* Stroke-based icons used inside Asanasa components only (keeps common fill-icons intact) */
.asa-search-button svg, .asa-login-link svg, .asa-section-heading > a svg,
.asa-read-link svg, .asa-panel-link svg, .asa-round-arrow svg,
.asa-mega-links button svg, .asa-stat-card > button svg, .asa-btn-load-more svg {
    fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}

.asa-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.asa-text-center { text-align: center; }
.asa-text-end { text-align: end; }
@media (max-width: 780px) { .asa-shell { width: calc(100% - 30px); } }

a { text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--asa-serif); }

:focus-visible { outline: 3px solid rgba(242, 183, 5, .7); outline-offset: 3px; }

/* ---------- Brand ---------- */
.asa-brand-mark {
    display: inline-block;
    color: var(--asanasa-navy-dark);
    font-family: var(--asa-serif);
    font-size: 49px;
    font-weight: 700;
    letter-spacing: -.055em;
    line-height: .75;
}
.asa-brand-mark span { color: var(--asanasa-amber); }
.asa-brand-mark--light { color: #fff; }

.asa-kicker,
.asa-text-kicker {
    color: var(--asanasa-navy);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-family: var(--asa-sans);
}

.asa-eyebrow {
    margin: 0 0 13px;
    color: var(--asanasa-navy);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

/* ============================================================
   HEADER
   ============================================================ */
.asa-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--asanasa-line); backdrop-filter: blur(14px); }

.asa-utility-bar { background: var(--asanasa-navy-dark); color: #fff; font-size: 10px; letter-spacing: .08em; }
.asa-utility-bar .asa-shell { min-height: 30px; display: flex; align-items: center; gap: 14px; justify-content: space-between; }
.asa-edition { opacity: .85; letter-spacing: .06em; }
.asa-lang-switch a { color: rgba(255,255,255,.8); margin-left: 10px; font-weight: 700; }
.asa-lang-switch a:hover { color: var(--asanasa-amber); }

.asa-masthead-wrap { position: relative; }
.asa-masthead { min-height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; position: relative; }
.asa-brand-link { display: block; text-align: center; }
.asa-brand-line {
    display: block;
    margin-top: 6px;
    color: var(--asanasa-navy-dark);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .28em;
    white-space: nowrap;
    font-family: var(--asa-sans);
}

.asa-menu-button { width: 38px; height: 38px; display: grid; align-content: center; justify-content: start; gap: 7px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.asa-menu-button span { width: 24px; height: 1.5px; display: block; background: var(--asanasa-navy-dark); transition: width 200ms ease; }
.asa-menu-button span:last-child { width: 16px; }
.asa-menu-button[aria-expanded="true"] span { width: 24px; }

.asa-header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.asa-network-btn,
.asa-header-actions .asa-network-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 7px;
    min-height: 36px; padding: 0 14px; border: 0; border-radius: 2px;
    background-color: var(--asanasa-navy-dark); color: #ffffff !important;
    cursor: pointer; font-family: var(--asa-sans); font-size: 11px; font-weight: 800;
    letter-spacing: .08em; text-transform: uppercase; white-space: nowrap;
}
.asa-network-btn span { color: #ffffff; }
.asa-network-btn:hover, .asa-network-btn:focus { background-color: var(--asanasa-navy); color: #ffffff; }
.asa-network-btn svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.asa-search-button { display: flex; align-items: center; gap: 7px; min-height: 38px; padding: 0 11px; border: 0; background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; color: var(--asanasa-navy-dark); }
.asa-search-button svg { width: 17px; height: 17px; }
.asa-membership { padding: 11px 16px; background: var(--asanasa-navy-dark); color: #fff; font-size: 12px; font-weight: 700; white-space: nowrap; }
.asa-membership:hover { background: var(--asanasa-navy); color: #fff; }
.asa-login-link { display: grid; place-items: center; width: 38px; height: 38px; color: var(--asanasa-navy-dark); }
.asa-login-link svg { width: 20px; height: 20px; }
.asa-user-dropdown > a.dropdown-toggle::after { border-top-color: var(--asanasa-navy-dark); }
.asa-dropdown-menu { border-radius: 0; border-color: var(--asanasa-line); box-shadow: 0 18px 44px rgba(11,43,70,.14); }
.asa-dropdown-menu .dropdown-item:hover { background: var(--asanasa-paper); }

/* Category nav */
.asa-category-nav { border-top: 1px solid #efede7; }
.asa-category-scroll { height: 40px; display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: none; }
.asa-category-scroll::-webkit-scrollbar { display: none; }
.asa-category-scroll button { position: relative; flex: 0 0 auto; padding: 0 15px; border: 0; background: transparent; color: #333c43; cursor: pointer; font-family: var(--asa-sans); font-size: 11px; font-weight: 700; }
.asa-category-scroll button:hover { color: var(--asanasa-navy); }
.asa-category-scroll button.active::after { content: ""; position: absolute; right: 15px; bottom: 0; left: 15px; height: 3px; background: var(--asanasa-amber); }
.asa-more-nav { margin-left: auto; color: var(--asanasa-navy) !important; }
.asa-more-nav span { color: var(--asanasa-amber); font-size: 15px; }
.asa-more-menu { left: auto !important; right: 0; }

/* Mega menu */
.asa-mega-menu { position: absolute; top: 100%; right: 0; left: 0; padding: 42px 0 48px; background: var(--asanasa-paper); border-bottom: 6px solid var(--asanasa-navy-dark); box-shadow: 0 28px 60px rgba(11,43,70,.18); }
.asa-header { overflow: visible; }
.asa-mega-grid { display: grid; grid-template-columns: 1.1fr 1.4fr .75fr; gap: 56px; }
.asa-mega-menu[hidden] { display: none; }
.asa-mega-intro h2 { max-width: 380px; margin: 0; color: var(--asanasa-navy-dark); font-size: clamp(24px, 2.6vw, 32px); line-height: 1.05; }
.asa-mega-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.asa-mega-links button { min-height: 44px; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0; border: 0; border-bottom: 1px solid #d2cec2; background: transparent; cursor: pointer; font-family: var(--asa-serif); font-size: 17px; text-align: left; }
.asa-mega-links button svg { width: 16px; height: 16px; }
.asa-mega-links button:hover { color: var(--asanasa-navy); }
.asa-mega-about { padding-left: 28px; border-left: 1px solid #d2cec2; }
.asa-mega-about > p:nth-of-type(1) { font-family: var(--asa-serif); font-size: 17px; line-height: 1.45; margin: 0; }
.asa-mega-about p:nth-child(2) { margin: 0; }
.asa-mega-close { margin-top: 16px; padding: 0 0 4px; border: 0; border-bottom: 1px solid var(--asanasa-ink); background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; }

/* Search overlay */
.asa-network-btn { display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 0 13px; border: 0; background: var(--asanasa-navy-dark); color: #fff; cursor: pointer; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.asa-network-btn svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.asa-network-btn:hover { background: var(--asanasa-navy); color: #fff; }

.asa-network-modal .modal-content { border-radius: 0; border: 0; }
.asa-network-panel { background: var(--asanasa-navy-dark); color: #fff; padding: 44px 40px 34px; }
.asa-network-title { margin: 4px 0 26px; text-align: center; font-size: clamp(24px, 3vw, 34px); font-weight: 550; letter-spacing: -.02em; line-height: 1.05; }
.asa-network-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 10px; }
.asa-network-grid a { display: flex; flex-direction: column; gap: 2px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.16); color: #fff; transition: border-color 150ms ease, background 150ms ease; }
.asa-network-grid a strong { font-family: var(--asa-serif); font-size: 15px; font-weight: 600; }
.asa-network-grid a small { color: rgba(255,255,255,.55); font-size: 9.5px; letter-spacing: .04em; }
.asa-network-grid a:hover { background: rgba(242,183,5,.08); border-color: var(--asanasa-amber); text-decoration: none; }
.asa-network-footnote { margin: 26px 0 0; text-align: center; color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.asa-search-overlay { position: fixed; z-index: 100; inset: 0; overflow-y: auto; background: rgba(246,243,234,.98); backdrop-filter: blur(4px); }
.asa-search-overlay[hidden] { display: none; }
.asa-search-shell { width: min(820px, calc(100% - 48px)); margin: 0 auto; padding: 38px 0 70px; }
.asa-search-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 80px; }
.asa-search-top button { display: flex; align-items: center; gap: 8px; border: 0; background: transparent; cursor: pointer; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.asa-search-top button span { font-family: var(--asa-serif); font-size: 28px; font-weight: 400; }
.asa-search-shell label { display: block; margin-bottom: 14px; color: var(--asanasa-navy); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.asa-search-field { display: grid; grid-template-columns: 34px 1fr; align-items: center; border-bottom: 2px solid var(--asanasa-navy-dark); }
.asa-search-field svg { width: 25px; height: 25px; }
.asa-search-field input { height: 70px; border: 0; background: transparent; color: var(--asanasa-navy-dark); outline: 0; font-family: var(--asa-serif); font-size: clamp(22px, 3vw, 31px); }
.asa-search-hint { margin-top: 26px; color: var(--asanasa-muted); font-size: 11px; letter-spacing: .04em; }

/* Breaking bar */
.asa-breaking { background: var(--asanasa-paper); border-bottom: 1px solid var(--asanasa-line); }
.asa-breaking-inner { min-height: 44px; display: flex; align-items: center; gap: 10px; font-size: 11px; }
.asa-breaking strong { color: var(--asanasa-navy-dark); font-size: 10px; letter-spacing: .08em; }
.asa-live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--asanasa-alert-red); box-shadow: 0 0 0 4px rgba(217,67,67,.1); flex-shrink: 0; }
.asa-breaking p { margin: 0; font-family: var(--asa-serif); font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.asa-breaking p a { color: inherit; }
.asa-breaking p a:hover { color: var(--asanasa-navy); }
.asa-breaking-time { margin-left: auto; color: var(--asanasa-muted); flex-shrink: 0; }

main { min-height: 45vh; padding-bottom: 40px; }

/* ============================================================
   SECTION HEADINGS
   ============================================================ */
.asa-section-heading { min-height: 57px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--asanasa-line); margin-bottom: 4px; }
.asa-section-heading > div { display: flex; align-items: center; gap: 11px; }
.asa-section-heading h2 { margin: 0; color: var(--asanasa-navy-dark); font-size: clamp(19px, 2vw, 25px); }
.asa-section-heading .line { width: 29px; height: 3px; background: var(--asanasa-amber); flex-shrink: 0; }
.asa-section-heading > span { color: var(--asanasa-muted); font-size: 10px; }
.asa-section-heading > a { display: inline-flex; align-items: center; gap: 7px; color: var(--asanasa-navy); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.asa-section-heading > a svg { width: 15px; height: 15px; }
.asa-compact-heading { min-height: 50px; }
.asa-compact-heading h2 { font-size: 20px; }

/* ============================================================
   HERO
   ============================================================ */
.asa-hero { display: grid; grid-template-columns: minmax(0, 2.05fr) minmax(280px, .85fr); gap: 36px; padding-top: 36px; }
.asa-hero-story { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(280px, .9fr); min-height: 460px; background: var(--asanasa-paper); }
.asa-hero-image { position: relative; overflow: hidden; background: #ddd; min-height: 260px; }
.asa-hero-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.asa-hero-story:hover .asa-hero-image img { transform: scale(1.025); }
.asa-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 38px; }
.asa-hero-copy .asa-kicker { display: inline-flex; align-items: center; gap: 9px; }
.asa-hero-copy .asa-kicker::before { content: ""; width: 18px; height: 3px; background: var(--asanasa-amber); }
.asa-hero-copy h2 { margin: 16px 0; }
.asa-hero-copy h2 a { color: var(--asanasa-ink); font-size: clamp(30px, 3.2vw, 50px); font-weight: 650; letter-spacing: -.035em; line-height: .99; }
.asa-hero-copy h2 a:hover { color: var(--asanasa-navy-dark); }
.asa-hero-copy > p { margin: 0; color: #50585e; font-family: var(--asa-serif); font-size: 15px; line-height: 1.55; }

.asa-story-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 22px; color: #687178; font-size: 9.5px; }
.asa-story-meta a { display: inline-flex; align-items: center; gap: 8px; color: var(--asanasa-ink); font-weight: 700; }
.asa-story-meta i { width: 3px; height: 3px; border-radius: 50%; background: var(--asanasa-amber); }

.asa-hero-briefs { border-top: 5px solid var(--asanasa-navy-dark); align-self: start; }
.asa-brief-story { width: 100%; display: grid; grid-template-columns: 37px 1fr; gap: 12px; padding: 22px 0; border: 0; border-bottom: 1px solid var(--asanasa-line); background: transparent; cursor: pointer; text-align: left; }
.asa-brief-index { color: var(--asanasa-amber); font-family: var(--asa-serif); font-size: 20px; font-style: italic; }
.asa-brief-story h3 { margin: 7px 0 8px; font-size: 18px; font-weight: 650; line-height: 1.18; color: var(--asanasa-ink); }
.asa-brief-story:hover h3 { color: var(--asanasa-navy); }
.asa-brief-story p { margin: 0; color: var(--asanasa-muted); font-size: 9px; }
.asa-empty-mini { padding: 28px 0; color: var(--asanasa-muted); font-family: var(--asa-serif); font-size: 14px; }

/* ============================================================
   LATEST FEED + POPULAR
   ============================================================ */
.asa-latest-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 54px; padding-top: 24px; padding-bottom: 86px; }
.asa-latest-main { min-width: 0; }

.asa-feed-story { min-height: 218px; display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 28px; padding: 25px 0; border-bottom: 1px solid var(--asanasa-line); }
.asa-feed-copy { padding: 0; border: 0; background: transparent; cursor: pointer; text-align: left; }
.asa-feed-meta { display: flex; align-items: center; gap: 12px; color: var(--asanasa-muted); font-size: 9px; text-transform: uppercase; font-family: var(--asa-sans); }
.asa-feed-meta span { color: var(--asanasa-navy); font-weight: 800; letter-spacing: .08em; }
.asa-feed-copy h3 { max-width: 610px; margin: 10px 0; font-size: 27px; font-weight: 650; letter-spacing: -.02em; line-height: 1.1; }
.asa-feed-copy h3 a { color: var(--asanasa-ink); }
.asa-feed-copy h3 a:hover { color: var(--asanasa-navy); }
.asa-feed-copy .description { max-width: 640px; margin: 0 0 15px; color: #596168; font-family: var(--asa-serif); font-size: 14px; line-height: 1.5; }
.asa-read-link { display: inline-flex; align-items: center; gap: 7px; color: var(--asanasa-navy); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.asa-read-link svg { width: 15px; height: 15px; }
.asa-feed-image { position: relative; width: 230px; height: 164px; overflow: hidden; background: #ddd; }
.asa-feed-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.asa-feed-story:hover .asa-feed-image img { transform: scale(1.03); }

.asa-editorial-number { position: relative; display: flex; flex-direction: column; justify-content: space-between; width: 230px; height: 164px; padding: 17px; overflow: hidden; background: var(--asanasa-paper); color: var(--asanasa-navy-dark); }
.asa-editorial-number::after { content: ""; position: absolute; right: -25px; bottom: -55px; width: 150px; height: 150px; border: 1px solid currentColor; border-radius: 50%; opacity: .18; }
.asa-editorial-number span { font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.asa-editorial-number strong { align-self: flex-end; font-family: var(--asa-serif); font-size: 67px; font-weight: 400; line-height: .8; }
.tone-1 { background: var(--asanasa-navy-dark); color: #fff; }
.tone-2 { background: var(--asanasa-amber); color: var(--asanasa-navy-dark); }

/* Popular panel */
.asa-popular-panel { border: 1px solid var(--asanasa-line); border-top: 5px solid var(--asanasa-amber); background: #fff; }
.asa-popular-panel--sticky { position: sticky; top: 164px; align-self: start; }
.asa-popular-title { min-height: 48px; display: flex; justify-content: space-between; align-items: center; padding: 0 18px; border-bottom: 1px solid var(--asanasa-line); font-size: 9px; letter-spacing: .08em; }
.asa-popular-title span { color: var(--asanasa-navy); font-weight: 800; }
.asa-popular-title strong { color: var(--asanasa-muted); font-weight: 500; letter-spacing: 0; }
.asa-popular-panel ol { margin: 0; padding: 0 18px; list-style: none; }
.asa-popular-panel li { border-bottom: 1px solid var(--asanasa-line); }
.asa-popular-panel li:last-child { border-bottom: 0; }
.asa-popular-panel li button { width: 100%; display: grid; grid-template-columns: 33px 1fr; gap: 8px; padding: 18px 0; border: 0; background: transparent; cursor: pointer; text-align: left; }
.asa-popular-panel li button > span { color: var(--asanasa-amber); font-family: var(--asa-serif); font-size: 23px; font-style: italic; }
.asa-popular-panel small { display: block; color: var(--asanasa-navy); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.asa-popular-panel h3 { margin: 5px 0 0; font-size: 16px; line-height: 1.2; font-weight: 600; }
.asa-popular-panel li button:hover h3 { color: var(--asanasa-navy); }
.asa-panel-link { width: 100%; display: flex; justify-content: center; align-items: center; gap: 7px; min-height: 47px; color: var(--asanasa-navy); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; border-top: 1px solid var(--asanasa-line); }
.asa-panel-link svg { width: 15px; height: 15px; }

/* Empty states */
.asa-empty-state { padding: 70px 28px; background: var(--asanasa-paper); text-align: center; }
.asa-empty-state span { display: block; margin-bottom: 12px; font-family: var(--asa-serif); font-size: 21px; color: var(--asanasa-navy-dark); }
.asa-empty-state a { color: var(--asanasa-navy); font-size: 11px; font-weight: 700; border-bottom: 1px solid var(--asanasa-ink); }

/* ============================================================
   DATA SECTION
   ============================================================ */
.asa-data-section { padding: 78px 0 86px; background: var(--asanasa-navy-dark); color: #fff; }
.asa-data-head { display: grid; grid-template-columns: 1fr 340px; align-items: end; gap: 60px; margin-bottom: 36px; }
.asa-amber-rule { width: 48px; height: 5px; display: block; margin-bottom: 17px; background: var(--asanasa-amber); }
.asa-data-head p:first-of-type { margin: 0 0 8px; color: var(--asanasa-amber); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.asa-data-head h2 { max-width: 590px; margin: 0; font-size: clamp(28px, 3.4vw, 41px); font-weight: 550; letter-spacing: -.025em; line-height: 1.05; }
.asa-data-intro { margin: 0; color: rgba(255,255,255,.68); font-family: var(--asa-serif); font-size: 15px; line-height: 1.6; }
.asa-data-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; }
.asa-stat-card { position: relative; min-height: 300px; padding: 26px; overflow: hidden; background: #fff; color: var(--asanasa-ink); }
.asa-stat-label { display: flex; justify-content: space-between; color: var(--asanasa-navy); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.asa-stat-card > p { margin: 42px 0 8px; font-family: var(--asa-serif); font-size: 19px; line-height: 1.35; }
.asa-stat-card > small { display: block; color: var(--asanasa-muted); font-size: 10.5px; line-height: 1.55; }
.asa-stat-card > button { position: absolute; left: 26px; bottom: 23px; display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; cursor: pointer; color: var(--asanasa-navy); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.asa-stat-card > button svg { width: 15px; height: 15px; }
.asa-stat-card--image { padding: 0; background: var(--asanasa-ink); }
.asa-stat-card--image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 15%, rgba(5,19,30,.92)); }
.asa-stat-card--image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.asa-stat-card--image > div { position: absolute; z-index: 2; right: 26px; bottom: 26px; left: 26px; color: #fff; }
.asa-stat-card--image span { color: var(--asanasa-amber); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.asa-stat-card--image h3 { margin: 8px 0 17px; font-size: 27px; line-height: 1.05; }
.asa-stat-card--image button { position: static; color: #fff; }

/* ============================================================
   PERSPECTIVE
   ============================================================ */
.asa-perspective-section { padding-top: 82px; padding-bottom: 94px; }
.asa-perspective-grid { display: grid; grid-template-columns: 1.05fr 1.25fr .8fr; gap: 16px; margin-top: 28px; }
.asa-opinion-feature, .asa-profile-feature, .asa-explainer-card { position: relative; min-height: 380px; overflow: hidden; }

.asa-opinion-feature { padding: 34px; background: var(--asanasa-paper); }
.asa-quote-mark { position: absolute; right: 21px; top: -28px; color: rgba(23,63,96,.09); font-family: var(--asa-serif); font-size: 210px; line-height: 1; pointer-events: none; }
.asa-opinion-feature > p { margin: 0 0 6px; color: var(--asanasa-navy); font-size: 9px; font-weight: 800; letter-spacing: .12em; position: relative; z-index: 1; }
.asa-opinion-feature > button { position: relative; z-index: 1; padding: 0; border: 0; background: transparent; cursor: pointer; text-align: left; }
.asa-opinion-feature h3 { margin: 20px 0 30px; color: var(--asanasa-navy-dark); font-size: clamp(24px, 2.6vw, 34px); font-weight: 550; line-height: 1.05; }
.asa-author-row { display: flex; align-items: center; gap: 12px; }
.asa-author-row > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--asanasa-navy-dark); color: #fff; font-family: var(--asa-serif); font-size: 14px; flex-shrink: 0; }
.asa-author-row strong { display: block; font-family: var(--asa-serif); font-size: 14px; }
.asa-author-row small { display: block; margin-top: 2px; color: var(--asanasa-muted); font-size: 9px; }

.asa-profile-feature { background: var(--asanasa-ink); }
.asa-profile-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(5,19,30,.92)); }
.asa-profile-feature > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.asa-profile-feature:hover > img { transform: scale(1.03); }
.asa-profile-overlay { position: absolute; z-index: 2; right: 30px; bottom: 29px; left: 30px; }
.asa-profile-overlay > span { color: var(--asanasa-amber); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.asa-profile-overlay button { padding: 0; border: 0; background: transparent; cursor: pointer; text-align: left; }
.asa-profile-overlay h3 { margin: 8px 0 0; color: #fff; font-size: clamp(21px, 2.2vw, 29px); font-weight: 550; line-height: 1.05; }

.asa-explainer-card { padding: 30px; background: var(--asanasa-navy-dark); color: #fff; }
.asa-explainer-card::after { content: ""; position: absolute; right: -60px; bottom: -85px; width: 240px; height: 240px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.asa-explainer-card > span { color: var(--asanasa-amber); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.asa-explainer-card > button:not(.asa-round-arrow) { position: relative; z-index: 1; display: block; padding: 0; margin: 16px 0 12px; border: 0; background: transparent; cursor: pointer; text-align: left; color: #fff; }
.asa-explainer-card h3 { margin: 0; font-size: 26px; font-weight: 550; line-height: 1.08; }
.asa-explainer-card > p { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.6); font-family: var(--asa-serif); font-size: 13px; line-height: 1.45; }
.asa-round-arrow { position: absolute; z-index: 2; right: 26px; bottom: 25px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.asa-round-arrow svg { width: 17px; height: 17px; }
.asa-round-arrow:hover { background: rgba(255,255,255,.08); }

/* ============================================================
   NEWSLETTER
   ============================================================ */
.asa-newsletter { background: var(--asanasa-amber); }
.asa-newsletter-inner { min-height: 225px; display: grid; grid-template-columns: 1fr .86fr; align-items: center; gap: 80px; padding-top: 34px; padding-bottom: 34px; }
.asa-newsletter-inner > div > p:first-child { margin: 0 0 10px; color: var(--asanasa-navy-dark); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.asa-newsletter h2 { max-width: 570px; margin: 0; color: var(--asanasa-navy-dark); font-size: clamp(26px, 3vw, 37px); font-weight: 550; line-height: 1.03; }
.asa-newsletter-form > label { display: block; margin-bottom: 8px; color: var(--asanasa-navy-dark); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.asa-newsletter-form > div { display: grid; grid-template-columns: 1fr auto; }
.asa-newsletter-form input[name="email"] { min-width: 0; height: 48px; padding: 0 15px; border: 1px solid var(--asanasa-navy-dark); border-right: 0; border-radius: 0; background: rgba(255,255,255,.46); outline: 0; }
.asa-newsletter-form input[name="email"].is-invalid { border-color: var(--asanasa-alert-red); }
.asa-newsletter-form button[type="submit"] { width: 88px; border: 0; background: var(--asanasa-navy-dark); color: #fff; cursor: pointer; font-size: 11px; font-weight: 800; }
.asa-newsletter-form small { display: block; margin-top: 8px; color: rgba(11,43,70,.74); font-size: 9px; }

/* ============================================================
   FOOTER
   ============================================================ */
.asa-footer { padding-top: 60px; background: var(--asanasa-navy-dark); color: #fff; margin-top: 40px; }
.asa-footer-main { display: grid; grid-template-columns: 1.35fr .55fr .55fr 1fr; gap: 55px; padding-bottom: 55px; }
.asa-footer-brand > p { margin: 18px 0 0 3px; color: rgba(255,255,255,.72); font-size: 8px; font-weight: 750; letter-spacing: .24em; }
.asa-footer-main > div > span:first-child { display: block; margin-bottom: 15px; color: var(--asanasa-amber); font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.asa-footer-main a { display: block; width: fit-content; margin: 9px 0; color: rgba(255,255,255,.67); font-size: 11px; }
.asa-footer-main a:hover { color: #fff; }
.asa-footer-statement { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.14); }
.asa-footer-statement p { margin: 0; font-family: var(--asa-serif); font-size: 19px; line-height: 1.45; }
.asa-footer-bottom { min-height: 58px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.47); font-size: 9px; }

/* ============================================================
   GENERIC PAGE / ARTICLE / LISTING
   ============================================================ */
.asa-page-section { padding-top: 28px; padding-bottom: 40px; }
.asa-page-title { margin: 6px 0 18px; color: var(--asanasa-navy-dark); font-size: clamp(28px, 3.4vw, 42px); font-weight: 600; letter-spacing: -.03em; line-height: 1.02; }

.asa-article .asa-edit-link { float: right; color: var(--asanasa-navy); font-size: 11px; font-weight: 700; border-bottom: 1px dashed var(--asanasa-navy); }
.asa-article-title { margin: 14px 0; color: var(--asanasa-navy-dark); font-size: clamp(30px, 3.6vw, 42px); font-weight: 600; letter-spacing: -.035em; line-height: 1.02; clear: none; }
.asa-article-summary { color: #535b61; font-family: var(--asa-serif); font-size: 18px; line-height: 1.55; }
.asa-article-meta { margin: 6px 0 14px; }
.asa-share-row { border-top: 1px solid var(--asanasa-line); border-bottom: 1px solid var(--asanasa-line); padding: 10px 0; margin-bottom: 22px; }
.asa-article-body { font-family: var(--asa-serif); font-size: 17px; line-height: 1.78; color: #23282d; overflow-wrap: break-word; }
.asa-article-body img { height: auto; }
.asa-article-body a { color: var(--asanasa-navy); text-decoration: underline; }
.asa-post-page .asa-article-body { margin-top: 22px; }

.asa-btn-outline { display: inline-flex; align-items: center; gap: 8px; min-height: 43px; padding: 0 16px; border: 1px solid var(--asanasa-navy-dark); background: #fff; color: var(--asanasa-navy-dark); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
.asa-btn-outline:hover { background: var(--asanasa-paper); color: var(--asanasa-navy-dark); }
.asa-btn-solid { display: inline-flex; align-items: center; gap: 8px; min-height: 43px; padding: 0 18px; border: 0; background: var(--asanasa-navy-dark); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .04em; cursor: pointer; }
.asa-btn-solid.is-following { background: var(--asanasa-muted); }

.asa-post-tags { display: flex; align-items: center; flex-wrap: wrap; }
.asa-post-tags .title { margin: 0; color: var(--asanasa-navy); font-family: var(--asa-sans); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.asa-post-tags ul li a { display: inline-block; padding: 5px 13px; background: var(--asanasa-paper); color: var(--asanasa-navy-dark); font-size: 12px; font-weight: 600; }
.asa-post-tags ul li a:hover { background: var(--asanasa-navy-dark); color: #fff; }

.asa-related-card .title a { color: var(--asanasa-ink); font-family: var(--asa-serif); font-size: 15px; line-height: 1.25; }
.asa-related-card .title a:hover { color: var(--asanasa-navy); }
.asa-related-card img { width: 100%; object-fit: cover; }

.asa-adjacent .title a { color: var(--asanasa-ink); font-size: 17px; font-weight: 600; line-height: 1.25; }
.asa-adjacent .title a:hover { color: var(--asanasa-navy); }
.asa-adjacent .asa-text-kicker { display: block; }

.asa-author-box { display: flex; gap: 18px; margin-top: 34px; padding: 24px; background: var(--asanasa-paper); }
.asa-author-box img { border-radius: 50%; object-fit: cover; }
.asa-author-box .username a { color: var(--asanasa-navy-dark); font-family: var(--asa-serif); font-size: 17px; }
.asa-author-box .description { margin: 8px 0 10px; color: #596168; font-size: 13.5px; line-height: 1.55; }

/* Author box social links partial compatibility */
.asa-author-box .social-links a { display: inline-flex; width: 30px; height: 30px; align-items: center; justify-content: center; margin-right: 6px; border-radius: 50%; color: #fff; background: var(--asanasa-navy-dark); }
.asa-author-box .social-links a:hover { background: var(--asanasa-navy); }

/* ============================================================
   LISTING GRID + CARDS (compat with common AJAX views)
   ============================================================ */
.asa-listing-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 54px; margin-top: 8px; }
.asa-posts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; margin-top: 10px; }
.asa-grid-cell { min-width: 0; }
.post-item-horizontal.asa-feed-story { grid-column: 1 / -1; }

.post-item { position: relative; margin-bottom: 34px; }
.badge-category { display: inline-block; position: relative; z-index: 2; padding: 4px 10px; background: var(--asanasa-paper); color: var(--asanasa-navy-dark); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; }
.category-link:hover { text-decoration: none; }
.post-item > .badge-category { position: absolute; left: 12px; top: 12px; margin: 0; }
.post-item-no-image > .badge-category { position: relative; inset: auto; margin-bottom: 12px; }
.post-item .image.ratio { display: block; --bs-aspect-ratio: 62%; overflow: hidden; background: var(--asanasa-paper); }
.post-item .image.ratio img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.post-item:hover .image.ratio img { transform: scale(1.03); }
.post-item .title, .post-item-horizontal .title, .post-item-small .title { margin: 10px 0 6px; }
.post-item .title a, .post-item-horizontal .title a, .post-item-small .title a { color: var(--asanasa-ink); font-family: var(--asa-serif); font-size: 19px; font-weight: 650; line-height: 1.2; }
.post-item .title a:hover, .post-item-horizontal .title a:hover, .post-item-small .title a:hover { color: var(--asanasa-navy); }
.section-related-posts .post-item-small .title a { font-size: 14.5px; }
.post-item .description, .post-item-horizontal .description { color: #596168; font-family: var(--asa-serif); font-size: 13.5px; line-height: 1.5; }
.post-item-horizontal .asa-feed-copy { display: block; }

.post-item-small { margin-bottom: 22px; }
.post-item-small .image { position: relative; width: 110px; height: 78px; flex-shrink: 0; overflow: hidden; background: var(--asanasa-paper); }
.post-item-small .image img { width: 100%; height: 100%; object-fit: cover; }
.post-item-small .title a { font-size: 14.5px; line-height: 1.3; }

.post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 12px; color: var(--asanasa-muted); font-size: 9.5px; letter-spacing: .02em; font-family: var(--asa-sans); }
.post-meta .meta-item .a-username { color: var(--asanasa-navy); font-weight: 750; text-transform: uppercase; font-size: 9px; letter-spacing: .06em; }
.post-meta .meta-item .a-username:hover { color: var(--asanasa-navy-dark); }

.media-icon, .media-sm { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(11,43,70,.82); color: #fff; pointer-events: none; }
.media-sm { width: 30px; height: 30px; }

.asa-follower-list { display: flex; flex-wrap: wrap; gap: 8px; }
.asa-follower-list img { border-radius: 50%; object-fit: cover; }

.asa-contact-form .form-input { border-radius: 0; border-color: var(--asanasa-line); padding: 12px 14px; font-size: 14px; }
.asa-contact-form .form-input:focus { border-color: var(--asanasa-navy); box-shadow: none; outline: 0; }
.asa-contact-info p { margin-bottom: 16px; font-family: var(--asa-serif); font-size: 15px; }
.asa-contact-info p strong { display: block; color: var(--asanasa-navy); font-family: var(--asa-sans); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 4px; }

/* Gallery */
.asa-gallery-item { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; background: var(--asanasa-ink); }
.asa-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease, opacity 300ms ease; }
.asa-gallery-item:hover img { transform: scale(1.04); opacity: .8; }
.asa-gallery-overlay { position: absolute; z-index: 2; right: 18px; bottom: 16px; left: 18px; color: #fff; }
.asa-gallery-overlay span { color: var(--asanasa-amber); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.asa-gallery-overlay h3 { margin: 6px 0 0; color: #fff; font-size: 20px; line-height: 1.2; }
.filter-container .btn-filter { border-radius: 0; border: 1px solid var(--asanasa-line); background: #fff; color: var(--asanasa-navy-dark); font-size: 11px; font-weight: 700; margin: 0 6px 8px 0; }
.filter-container .btn-filter.active, .filter-container .btn-filter:hover { background: var(--asanasa-navy-dark); color: #fff; border-color: var(--asanasa-navy-dark); }

/* Pagination + load more */
.asa-pager .pagination { gap: 4px; }
.asa-pager .page-link { border-radius: 0 !important; border-color: var(--asanasa-line); color: var(--asanasa-navy-dark); font-weight: 600; font-size: 12px; }
.asa-pager .active .page-link { background: var(--asanasa-navy-dark); border-color: var(--asanasa-navy-dark); color: #fff; }
.asa-btn-load-more { display: inline-flex; align-items: center; gap: 9px; min-height: 46px; padding: 0 22px; border: 1px solid var(--asanasa-navy-dark); background: #fff; color: var(--asanasa-navy-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; }
.asa-btn-load-more svg { width: 15px; height: 15px; }
.asa-btn-load-more:hover { background: var(--asanasa-paper); }
.search-load-more-container .btn-load-more-posts { border: 1px solid var(--asanasa-navy-dark); background: #fff; color: var(--asanasa-navy-dark); border-radius: 0; min-height: 46px; padding: 0 22px; font-size: 10px; font-weight: 800; text-transform: uppercase; }

/* Subcategory pills (common partial uses Swiper markup) */
.swiper { overflow: hidden; position: relative; }
.swiper-wrapper { display: flex; flex-wrap: nowrap; position: relative; width: 100%; }
.swiper-slide { flex-shrink: 0; }
.subcategory-pill { padding: 7px 16px; border: 1px solid var(--asanasa-line); background: #fff; color: var(--asanasa-navy-dark); font-size: 12px; font-weight: 700; }
.subcategory-pill:hover, .subcategory-pill.active { background: var(--asanasa-navy-dark); border-color: var(--asanasa-navy-dark); color: #fff; }

/* Share buttons sizing */
.btn-social-share { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; color: #fff; border-radius: 0; }
.share-flex-wrapper .right .btn-light { border-radius: 0; }

/* Emoji reactions */
.reaction-wrapper-title { font-family: var(--asa-serif); }
.reaction-grid { gap: 10px; }

/* Widgets */
.asa-widget { background: #fff; border: 1px solid var(--asanasa-line); border-top: 4px solid var(--asanasa-amber); padding: 20px; margin-bottom: 22px; }
.asa-widget-title { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; border-bottom: 1px solid var(--asanasa-line); padding-bottom: 10px; }
.asa-widget-title .line { width: 22px; height: 3px; background: var(--asanasa-amber); flex-shrink: 0; }
.asa-widget-title h2 { margin: 0; color: var(--asanasa-navy-dark); font-size: 17px; }
.asa-follow-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.asa-follow-btn { display: flex; align-items: center; gap: 8px; padding: 9px 12px; color: #fff; font-size: 11px; font-weight: 700; }
.asa-follow-btn:hover { color: #fff; opacity: .92; }
.asa-follow-btn svg { width: 15px; height: 15px; fill: currentColor; stroke: none; }

/* Profile page */
.asa-profile-head { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; padding: 26px 0; border-bottom: 5px solid var(--asanasa-navy-dark); margin-bottom: 10px; }
.asa-profile-avatar { border-radius: 50%; object-fit: cover; border: 3px solid var(--asanasa-amber); }

/* Comments compat */
.editor-textarea { border: 1px solid var(--asanasa-line); border-radius: 0; }
.editor-textarea:focus { border-color: var(--asanasa-navy); box-shadow: none; }
.input-minimal { border: 1px solid var(--asanasa-line); border-radius: 0; }
.load-more-btn { border: 1px solid var(--asanasa-navy-dark); background: #fff; color: var(--asanasa-navy-dark); border-radius: 0; font-size: 11px; font-weight: 700; padding: 8px 20px; }

/* Breadcrumb (common partial) */
.breadcrumb { font-size: 11px; letter-spacing: .02em; text-transform: uppercase; font-family: var(--asa-sans); }
.breadcrumb a { color: var(--asanasa-navy); font-weight: 700; }
.breadcrumb-item.active { color: var(--asanasa-muted); }

/* Alerts */
.alert { border-radius: 0; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media (max-width: 1050px) {
    .asa-hero { grid-template-columns: 1fr; }
    .asa-hero-briefs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 0; }
    .asa-hero-briefs .asa-section-heading { grid-column: 1 / -1; }
    .asa-brief-story { border-top: 3px solid var(--asanasa-navy-dark); }
    .asa-latest-layout, .asa-listing-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 32px; }
    .asa-data-grid, .asa-perspective-grid { grid-template-columns: 1fr 1fr; }
    .asa-stat-card--image, .asa-explainer-card { grid-column: 1 / -1; }
    .asa-explainer-card { min-height: 300px; }
    .asa-mega-grid { grid-template-columns: 1fr 1.3fr; }
    .asa-mega-about { display: none; }
}

@media (max-width: 780px) {
    .asa-utility-bar .asa-shell { min-height: 27px; }
    /* Masthead mobile: brand absolute-center, sisi kiri/kanan bebas */
    .asa-masthead {
        min-height: 64px;
        display: flex; align-items: center; justify-content: space-between;
        gap: 0; position: relative;
    }
    .asa-brand-link {
        position: absolute; left: 50%; top: 50%;
        transform: translate(-50%, -50%);
        display: inline-flex; flex-direction: column; align-items: center;
        pointer-events: auto; z-index: 1;
    }
    .asa-brand-mark { font-size: 32px; }
    .asa-brand-line { font-size: 5.5px; letter-spacing: .22em; margin-top: 4px; }
    .asa-menu-button { width: 34px; height: 34px; }

    .asa-header-actions { gap: 6px; }
    .asa-network-btn,
    .asa-header-actions .asa-network-btn {
        min-height: 34px; padding: 0 9px; font-size: 9.5px; letter-spacing: .04em;
    }
    .asa-network-btn span { display: none; }          /* ikon saja di ponsel */
    .asa-search-button { width: 34px; min-height: 34px; padding: 0; justify-content: center; }
    .asa-search-button span { display: none; }
    .asa-membership { display: none; }
    .asa-login-link, .asa-user-dropdown img { width: 30px; height: 30px; }
    .asa-category-scroll { width: calc(100% - 15px); margin-left: 15px; }
    .asa-more-nav { margin-left: 0; padding-right: 20px; }
    .asa-breaking-time { display: none; }
    .asa-breaking-inner { gap: 8px; }
    .asa-breaking p { flex-shrink: 1; }

    .asa-hero { padding-top: 20px; }
    .asa-hero-story { grid-template-columns: 1fr; min-height: 0; }
    .asa-hero-image { height: 270px; }
    .asa-hero-copy { padding: 27px 23px 30px; }
    .asa-brief-story { border-top: 0; }

    .asa-latest-layout, .asa-listing-layout { grid-template-columns: 1fr; padding-bottom: 60px; }
    .asa-popular-panel--sticky { position: static; }
    .asa-feed-story { grid-template-columns: minmax(0, 1fr) 120px; gap: 16px; min-height: 170px; }
    .asa-feed-copy h3 { font-size: 21px; }
    .asa-feed-copy .description, .asa-read-link { display: none; }
    .asa-feed-image, .asa-editorial-number { width: 120px; height: 115px; }
    .asa-editorial-number { padding: 12px; }
    .asa-editorial-number strong { font-size: 43px; }

    .asa-data-section { padding: 60px 0; }
    .asa-data-head { grid-template-columns: 1fr; gap: 18px; }
    .asa-data-grid, .asa-perspective-grid { grid-template-columns: 1fr; }
    .asa-stat-card--image, .asa-explainer-card { grid-column: auto; }
    .asa-stat-card { min-height: 330px; }
    .asa-perspective-section { padding-top: 60px; padding-bottom: 60px; }
    .asa-opinion-feature, .asa-profile-feature, .asa-explainer-card { min-height: 350px; }
    .asa-section-heading > span { display: none; }

    .asa-newsletter-inner { grid-template-columns: 1fr; gap: 30px; }
    .asa-footer-main { grid-template-columns: 1fr 1fr; gap: 38px; }
    .asa-footer-brand { grid-column: 1 / -1; }
    .asa-footer-statement { grid-column: 1 / -1; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
    .asa-footer-bottom { display: block; padding: 18px 0; }
    .asa-footer-bottom span { display: block; margin: 4px 0; }

    .asa-mega-menu { max-height: calc(100vh - 106px); overflow-y: auto; }
    .asa-mega-grid { grid-template-columns: 1fr; gap: 25px; }
    .asa-mega-links { grid-template-columns: 1fr; }

    .asa-search-top { margin-bottom: 60px; }
    .asa-posts-grid { grid-template-columns: 1fr; }
    .post-item-horizontal.asa-feed-story { grid-column: auto; }
    .asa-article-body { font-size: 16px; }
}

@media (max-width: 1050px) {
    .asa-hero-briefs { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 780px) {
    .asa-hero-briefs { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 420px) {
    .feed-story, .asa-feed-story { grid-template-columns: minmax(0, 1fr) 100px; }
    .asa-feed-image, .asa-editorial-number { width: 100px; height: 104px; }
    .asa-story-meta { flex-wrap: wrap; }
}

/* ---------- V2 additions (ads, widgets, compact newsletter) ---------- */
.asa-ad-slot { margin: 0 0 22px; text-align: center; min-height: 1px; }
.asa-ad-slot--wide { min-height: 90px; }
.asa-widget-context { margin-left: auto; color: var(--asanasa-muted); font-size: 9px; letter-spacing: .08em; }
.asa-pop-list { margin: 0; padding: 0; list-style: none; counter-reset: asarank; }
.asa-pop-list li { border-bottom: 1px solid var(--asanasa-line); }
.asa-pop-list li:last-child { border-bottom: 0; }
.asa-pop-list li button { width: 100%; display: grid; grid-template-columns: 33px 1fr; gap: 8px; padding: 15px 0; border: 0; background: transparent; cursor: pointer; text-align: left; }
.asa-pop-list li button > span { color: var(--asanasa-amber); font-family: var(--asa-serif); font-size: 21px; font-style: italic; }
.asa-pop-list li small { display: block; color: var(--asanasa-navy); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.asa-pop-list li h3 { margin: 4px 0 0; font-size: 14.5px; line-height: 1.25; font-weight: 600; color: var(--asanasa-ink); }
.asa-pop-list li button:hover h3 { color: var(--asanasa-navy); }
.asa-newsletter-form--compact > div { display: grid; grid-template-columns: 1fr auto; }
.asa-newsletter-form--compact input[name="email"] { height: 44px; border: 1px solid var(--asanasa-line); border-right: 0; background: #fff; }

/* Footer network strip */
.asa-footer-network { border-top: 1px solid rgba(255,255,255,.12); padding: 22px 0; }
.asa-footer-network .asa-eyebrow { color: var(--asanasa-amber); display: block; margin-bottom: 10px; }
.asa-footer-network div { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.asa-footer-network a { color: rgba(255,255,255,.72); font-size: 11.5px; font-weight: 600; margin: 0; }
.asa-footer-network a:hover { color: var(--asanasa-amber); }
