:root {
    --font-sans: Arial, Helvetica, sans-serif;
    --font-display: Tahoma, Arial, Helvetica, sans-serif;
    --bg: #fff9f4;
    --surface: rgba(255, 255, 255, 0.92);
    --surface-strong: #fff4e9;
    --surface-dark: #171717;
    --line: rgba(0, 0, 0, 0.14);
    --text: #000000;
    --muted: #2b2b2b;
    --primary: #d92927;
    --primary-dark: #000000;
    --accent: #ee9c21;
    --shadow: 0 20px 50px rgba(133, 26, 32, 0.15);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    font-family: var(--font-sans);
    background:
        radial-gradient(circle at top left, rgba(238, 156, 33, 0.24), transparent 30%),
        radial-gradient(circle at 85% 10%, rgba(217, 41, 39, 0.12), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #fff8ed 100%);
}

body.is-video-modal-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.container {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
}

.narrow {
    width: min(760px, calc(100% - 2rem));
}

.eyebrow {
    margin: 0 0 0.8rem;
    color: var(--primary-dark);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
    font-weight: 700;
}

h1,
h2,
h3,
h4,
.brand strong,
.admin-brand strong {
    font-family: var(--font-display);
    letter-spacing: -0.015em;
}

p,
li,
small,
label,
input,
textarea,
select,
button {
    line-height: 1.7;
}

.site-shell {
    position: relative;
}

.site-topbar {
    background: linear-gradient(90deg, #121010 0%, #331615 48%, #d92927 100%);
    color: #fff5e8;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0;
    font-size: 0.86rem;
}

.topbar-wrap p {
    margin: 0;
}

.topbar-meta {
    display: grid;
    gap: 0.7rem;
}

.topbar-wrap span {
    opacity: 0.74;
    margin-right: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
}

.topbar-wrap a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 700;
}

.topbar-socials,
.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.topbar-social-pill,
.footer-social-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.52rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.social-pill-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 999px;
    flex: 0 0 1.9rem;
}

.social-pill-icon svg {
    width: 1.05rem;
    height: 1.05rem;
}

.social-pill-icon-instagram {
    background: linear-gradient(135deg, rgba(131, 58, 180, 0.2), rgba(225, 48, 108, 0.22), rgba(253, 29, 29, 0.18), rgba(252, 175, 69, 0.22));
    color: #fff4eb;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.social-pill-icon-tiktok {
    background: linear-gradient(135deg, rgba(37, 244, 238, 0.24), rgba(254, 44, 85, 0.22));
    color: #fff4eb;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.topbar-social-pill strong,
.footer-social-chip span {
    font-size: 0.82rem;
    letter-spacing: 0.02em;
}

.topbar-social-pill small,
.footer-social-chip strong {
    font-size: 0.78rem;
    color: rgba(255, 245, 232, 0.82);
}

.topbar-social-pill:hover,
.footer-social-chip:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}

.topbar-social-pill:hover .social-pill-icon,
.footer-social-chip:hover .social-pill-icon {
    transform: scale(1.04);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--line);
}

.nav-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
}

.brand,
.admin-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 0;
}

.brand-meta,
.admin-brand div {
    display: grid;
}

.brand-logos {
    display: inline-flex;
    align-items: stretch;
    gap: 0.6rem;
}

.brand-logo-card,
.footer-logo-card,
.logo-identity-card {
    display: grid;
    justify-items: center;
}

.brand-logo-card small,
.footer-logo-card figcaption,
.logo-identity-card figcaption,
.brand-meta-note {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.brand small,
.admin-brand small {
    color: var(--muted);
    font-size: 0.8rem;
}

.brand-logo {
    width: 172px;
    max-width: 100%;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.brand-logo-combined {
    width: 196px;
}

.brand-logo-new {
    width: 92px;
    aspect-ratio: auto;
    object-fit: contain;
    border-radius: 1.2rem;
}

.admin-brand .brand-logo {
    width: 104px;
}

.admin-brand .brand-logo-combined {
    width: 148px;
}

.footer-logo-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, max-content));
    gap: 1rem;
    align-items: start;
    margin-bottom: 1rem;
}

.footer-logo-pair-single {
    grid-template-columns: minmax(0, max-content);
}

.footer-logo {
    width: min(280px, 100%);
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
}

.footer-logo-combined {
    width: min(320px, 100%);
}

.footer-logo-new {
    width: 124px;
    aspect-ratio: auto;
    object-fit: contain;
    border-radius: 1.2rem;
}

.main-nav,
.admin-nav {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.main-nav a,
.admin-nav a {
    padding: 0.75rem 1rem;
    border-radius: 999px;
    color: var(--muted);
    font-weight: 600;
    transition: 180ms ease;
}

.main-nav a:hover,
.main-nav a.active,
.admin-nav a:hover,
.admin-nav a.active {
    color: var(--text);
    background: rgba(217, 41, 39, 0.14);
}

.nav-cta,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.95rem 1.3rem;
    border: none;
    border-radius: 1rem;
    cursor: pointer;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: white;
    font-weight: 700;
    box-shadow: 0 16px 32px rgba(217, 41, 39, 0.24);
}

.nav-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.95rem 1.2rem;
    border-radius: 1rem;
    border: 1px solid rgba(217, 41, 39, 0.24);
    background: rgba(255, 255, 255, 0.92);
    color: var(--primary-dark);
    font-weight: 700;
    box-shadow: none;
}

.nav-secondary:hover {
    background: rgba(217, 41, 39, 0.08);
}

.button-outline {
    background: transparent;
    color: var(--primary-dark);
    border: 1px solid rgba(217, 41, 39, 0.26);
    box-shadow: none;
}

.nav-toggle {
    display: none;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: white;
}

.hero-section,
.page-hero {
    padding: 5rem 0 2rem;
}

.hero-section {
    position: relative;
    overflow: clip;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: -220px -180px auto auto;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(238, 156, 33, 0.24), rgba(238, 156, 33, 0));
    pointer-events: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr;
    gap: 1.5rem;
    align-items: stretch;
}

.hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
    gap: 1.3rem;
    align-items: stretch;
}

.hero-story,
.hero-aside {
    position: relative;
    z-index: 1;
}

.hero-story {
    padding: 2.3rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 2rem;
    background:
        linear-gradient(130deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 232, 0.94)),
        radial-gradient(circle at top left, rgba(238, 156, 33, 0.2), transparent 32%);
    box-shadow: 0 24px 60px rgba(27, 14, 12, 0.08);
}

.hero-aside {
    display: grid;
    gap: 1rem;
}

.hero-grid h1,
.page-hero h1 {
    margin: 0;
    font-size: clamp(2.7rem, 6vw, 5.3rem);
    line-height: 0.98;
}

.hero-text,
.page-hero p {
    font-size: 1.08rem;
    color: var(--muted);
}

.tagline-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    padding: 0.62rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(217, 41, 39, 0.14);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 239, 220, 0.95));
    color: var(--primary);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ticker-section {
    padding: 0 0 1rem;
}

.news-ticker {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1.3rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 34px rgba(35, 17, 13, 0.08);
}

.news-ticker-label {
    display: grid;
    place-items: center;
    min-height: 100%;
    padding: 1rem 1.2rem;
    background: linear-gradient(135deg, #d92927, #ee9c21);
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.82rem;
}

.news-ticker-track {
    position: relative;
    overflow: hidden;
    padding: 0.9rem 0;
}

.news-ticker-items {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    width: max-content;
    padding-right: 1.4rem;
    animation: ticker-scroll 34s linear infinite;
}

.news-ticker:hover .news-ticker-items {
    animation-play-state: paused;
}

.news-ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    white-space: nowrap;
    font-size: 0.92rem;
}

.news-ticker-item span {
    color: var(--primary);
    font-weight: 800;
}

.news-ticker-item strong {
    font-weight: 700;
}

.hero-panel,
.content-card,
.news-card,
.person-card,
.gallery-card,
.stat-card,
.admin-panel,
.form-card {
    border: 1px solid var(--line);
    background: var(--surface);
    backdrop-filter: blur(14px);
    border-radius: 1.6rem;
    box-shadow: var(--shadow);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.content-card:hover,
.news-card:hover,
.person-card:hover,
.gallery-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 44px rgba(22, 16, 14, 0.14);
    border-color: rgba(217, 41, 39, 0.32);
}

.hero-panel {
    padding: 2rem;
    background:
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.24), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 238, 226, 0.9));
}

.hero-ketum {
    position: relative;
    overflow: hidden;
}

.hero-ketum-content {
    position: relative;
    z-index: 1;
}

.hero-ketum-position {
    margin: 0.2rem 0 0.8rem;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--primary-dark);
    font-weight: 700;
}

.hero-ketum.with-photo {
    min-height: 540px;
    display: flex;
    align-items: end;
    color: #ffffff;
}

.hero-ketum.with-photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(145deg, rgba(33, 15, 15, 0.35), rgba(33, 15, 15, 0.15)),
        var(--ketum-photo);
    background-size: cover;
    background-position: center 20%;
}

.hero-ketum.with-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(27, 16, 16, 0.05) 20%, rgba(27, 16, 16, 0.72) 74%, rgba(27, 16, 16, 0.92) 100%),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.4), transparent 35%);
}

.hero-ketum.with-photo .hero-badge {
    background: rgba(238, 156, 33, 0.26);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.hero-ketum.with-photo .hero-ketum-position {
    color: #f7c160;
}

.hero-ketum.with-photo p,
.hero-ketum.with-photo li {
    color: rgba(255, 255, 255, 0.92);
}

.hero-badge,
.icon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(217, 41, 39, 0.12);
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 0.85rem;
}

.hero-badge {
    margin-bottom: 0.85rem;
}

.hero-actions,
.section-heading,
.news-footer,
.news-meta,
.footer-grid,
.admin-topbar,
.admin-shell,
.toolbar,
.form-grid {
    display: flex;
    gap: 1rem;
}

.stats-grid,
.card-grid,
.news-grid,
.gallery-grid,
.admin-stats,
.table-actions {
    display: grid;
    gap: 1rem;
}

.stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.stats-grid-compact {
    margin-top: 1rem;
}

.stat-card {
    padding: 1.4rem;
}

.stat-card strong {
    display: block;
    font-size: 2rem;
    color: var(--primary);
}

.content-section {
    padding: 2rem 0 4rem;
}

.muted-section {
    background: rgba(255, 255, 255, 0.42);
}

.dark-section {
    background:
        linear-gradient(135deg, #120f0f 0%, #231212 48%, #3a1716 100%),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.2), transparent 34%);
    color: #f9f1e8;
}

.section-heading {
    justify-content: space-between;
    align-items: end;
    margin-bottom: 1.5rem;
}

.section-heading.light .eyebrow,
.section-heading.light h2,
.section-heading.light .text-link {
    color: #fff6e7;
}

.text-link {
    color: var(--primary-dark);
    font-weight: 700;
}

.two-column-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.office-overview-grid .office-map-card {
    grid-column: 1 / -1;
}

.tagline-grid,
.priority-grid,
.manifesto-grid,
.editorial-grid {
    display: grid;
    gap: 1rem;
}

.tagline-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.4rem;
}

.tagline-card,
.priority-card {
    padding: 1.2rem 1.25rem;
    border-radius: 1.4rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.88);
}

.tagline-card strong,
.priority-card h3 {
    display: block;
    margin-bottom: 0.55rem;
    font-family: var(--font-display);
    font-size: 1.08rem;
}

.tagline-card span,
.priority-card p {
    color: var(--muted);
}

.priority-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.manifesto-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.manifesto-card h2,
.manifesto-card h3 {
    margin-top: 0;
}

.movement-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.movement-card {
    padding: 1.4rem;
    border-radius: 1.4rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 242, 226, 0.92)),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.16), transparent 32%);
    box-shadow: 0 18px 34px rgba(36, 19, 15, 0.08);
}

.movement-index {
    margin: 0 0 0.85rem;
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
}

.content-card,
.person-card,
.news-card,
.gallery-card,
.form-card,
.admin-panel {
    padding: 1.6rem;
}

.accent-card {
    background: linear-gradient(180deg, rgba(255, 241, 231, 0.96), rgba(255, 224, 197, 0.9));
}

.map-embed-shell {
    margin: 1rem 0 1.15rem;
    border-radius: 1.4rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 18px 34px rgba(36, 19, 15, 0.08);
}

.map-embed-shell iframe {
    display: block;
    width: 100%;
    min-height: 360px;
    border: 0;
    background: #f4ede6;
}

.office-photo-shell {
    margin: 1rem 0 1rem;
    overflow: hidden;
    border-radius: 1.4rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #f4ede6;
    box-shadow: 0 18px 34px rgba(36, 19, 15, 0.08);
}

.office-photo {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 4.7;
    object-fit: cover;
    object-position: center;
}

.office-photo-shell-compact {
    margin-bottom: 1rem;
}

.office-photo-compact {
    aspect-ratio: 4 / 3.7;
}

.office-photo-caption {
    padding: 0.85rem 1rem 1rem;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.5;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 246, 235, 0.98));
}

.office-showcase-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 1.25rem;
    align-items: stretch;
}

.office-showcase-figure {
    margin: 0;
    height: 100%;
}

.office-showcase-photo {
    aspect-ratio: 4 / 3.2;
}

.office-showcase-card {
    display: grid;
    align-content: start;
    gap: 1rem;
}

.office-showcase-badge {
    justify-self: start;
}

.office-showcase-card h3 {
    margin: 0;
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.2;
}

.office-showcase-card > p:last-of-type {
    margin: 0;
}

.office-showcase-meta {
    display: grid;
    gap: 0.85rem;
    padding-top: 0.35rem;
}

.office-showcase-meta div {
    display: grid;
    gap: 0.3rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(217, 41, 39, 0.1);
}

.office-showcase-meta span {
    color: var(--muted);
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.office-showcase-meta strong {
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.55;
}

.office-showcase-actions {
    margin-top: 0.3rem;
}

.card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.person-card {
    position: relative;
    overflow: hidden;
}

.person-photo {
    width: 100%;
    aspect-ratio: 4 / 4.6;
    border-radius: 1.3rem;
    display: grid;
    place-items: center;
    overflow: hidden;
    margin-bottom: 1rem;
    background: linear-gradient(180deg, #ee9c21, #d92927);
    color: white;
    font-size: 3.2rem;
    font-weight: 800;
}

.person-photo img,
.gallery-card img,
.article-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.person-photo img {
    object-position: center top;
}

.news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    overflow: hidden;
}

.news-card-media,
.headline-card-media {
    display: block;
    overflow: hidden;
    border-radius: 1.2rem;
    background:
        linear-gradient(135deg, rgba(238, 156, 33, 0.92), rgba(217, 41, 39, 0.9));
}

.news-card-media {
    margin: -1.6rem -1.6rem 0;
}

.headline-card-media {
    margin-bottom: 1.15rem;
}

.news-card-media img,
.headline-card-media img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 260ms ease;
}

.headline-card-media img {
    height: 300px;
}

.news-card:hover .news-card-media img,
.headline-card:hover .headline-card-media img,
.premium-spotlight:hover .headline-card-media img {
    transform: scale(1.04);
}

.news-card-media-fallback,
.headline-card-media-fallback {
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.95);
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-weight: 800;
}

.news-card-media-fallback {
    height: 220px;
}

.headline-card-media-fallback {
    height: 300px;
}

.premium-spotlight-media {
    margin-bottom: 1.1rem;
}

.editorial-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
}

.news-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.headline-card {
    padding: 1.75rem;
    border-radius: 1.8rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.16), transparent 34%);
    box-shadow: 0 24px 50px rgba(6, 3, 3, 0.22);
}

.headline-card-light {
    color: var(--text);
    border-color: rgba(0, 0, 0, 0.08);
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(255, 241, 229, 0.92)),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.16), transparent 34%);
    box-shadow: 0 18px 40px rgba(32, 14, 12, 0.09);
}

.headline-card-light p,
.headline-card-light .headline-card-meta,
.headline-card-light .headline-card-footer {
    color: var(--muted);
}

.headline-card-light .button {
    box-shadow: none;
}

.headline-card h3 {
    margin: 0 0 0.9rem;
    font-size: clamp(1.7rem, 4vw, 2.55rem);
    line-height: 1.06;
}

.headline-card p {
    color: rgba(255, 245, 236, 0.88);
}

.headline-card-meta,
.headline-card-footer {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}

.headline-card-meta {
    margin-bottom: 1rem;
    font-size: 0.86rem;
    color: rgba(255, 245, 236, 0.72);
}

.headline-card-footer {
    margin-top: 1.2rem;
    color: rgba(255, 245, 236, 0.8);
}

.headline-list {
    display: grid;
    gap: 1rem;
}

.headline-list-item {
    padding: 1.25rem;
    border-radius: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
}

.headline-list-item p {
    color: rgba(255, 245, 236, 0.8);
}

.news-card.light-card {
    background: rgba(255, 255, 255, 0.96);
}

.news-card h2,
.news-card h3 {
    margin: 0;
    font-size: 1.35rem;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.news-card a:hover {
    color: var(--primary);
}

.news-meta,
.news-footer {
    justify-content: space-between;
    font-size: 0.84rem;
    color: var(--muted);
    flex-wrap: wrap;
}

.article-traffic-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.article-traffic-meta span,
.footer-visit-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff4e8;
    font-size: 0.84rem;
    font-weight: 700;
}

.gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-card img {
    height: 260px;
    border-radius: 1rem;
    margin-bottom: 1rem;
    object-fit: cover;
}

.gallery-preview {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.gallery-video-thumb img {
    filter: saturate(0.95) contrast(1.05);
}

.video-play {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.46rem 0.9rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-weight: 700;
    font-size: 0.82rem;
}

.video-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1rem;
    background: #050505;
}

.video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.check-list,
.link-list {
    padding-left: 1.1rem;
    margin: 0;
}

.article-layout {
    align-items: start;
}

.article-card {
    min-height: 100%;
}

.article-lead {
    font-size: 1.1rem;
    color: var(--primary-dark);
    font-weight: 600;
}

.article-source-block {
    margin-top: 1.75rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
}

.article-source-block p {
    margin-bottom: 0.7rem;
    word-break: break-word;
}

.legal-layout {
    align-items: start;
}

.legal-stack {
    display: grid;
    gap: 1rem;
}

.legal-toc-card {
    position: sticky;
    top: 7rem;
}

.legal-toc-card h2 {
    margin: 0.2rem 0 1rem;
}

.legal-toc-list {
    display: grid;
    gap: 0.7rem;
}

.legal-toc-list a {
    color: var(--primary-dark);
    font-weight: 700;
}

.legal-card h2 {
    margin-top: 0.2rem;
}

.legal-copy,
.legal-article-block {
    color: var(--text);
}

.legal-copy p:last-child,
.legal-article-block:last-child {
    margin-bottom: 0;
}

.legal-article-block + .legal-article-block {
    margin-top: 1.35rem;
    padding-top: 1.15rem;
    border-top: 1px solid var(--line);
}

.legal-article-block h3 {
    margin: 0 0 0.65rem;
    font-size: 1.18rem;
}

.legal-list {
    margin: 0;
    padding-left: 1.2rem;
    display: grid;
    gap: 0.7rem;
}

.article-side-card {
    position: sticky;
    top: 7rem;
}

.article-side-tagline {
    margin: 0 0 0.85rem;
    color: var(--primary);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.summary-panel h3 {
    margin: 0 0 0.6rem;
}

.page-hero-manifesto,
.page-hero-news {
    position: relative;
}

.page-hero-manifesto::before,
.page-hero-news::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.12), transparent 28%),
        radial-gradient(circle at left center, rgba(217, 41, 39, 0.08), transparent 26%);
    pointer-events: none;
}

.campaign-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 1.2rem;
    padding: 1.4rem;
    border-radius: 2.1rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background:
        linear-gradient(120deg, rgba(14, 12, 12, 0.82), rgba(30, 17, 17, 0.72) 44%, rgba(217, 41, 39, 0.52) 100%),
        radial-gradient(circle at 88% 12%, rgba(238, 156, 33, 0.42), transparent 24%),
        var(--campaign-hero-image, linear-gradient(135deg, #161111 0%, #381716 58%, #d92927 100%));
    background-size: cover;
    background-position: center 18%;
    box-shadow: 0 34px 70px rgba(24, 13, 12, 0.22);
}

.campaign-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(12, 9, 9, 0.82) 0%, rgba(12, 9, 9, 0.52) 40%, rgba(12, 9, 9, 0.16) 68%, rgba(12, 9, 9, 0.38) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.campaign-hero::after {
    content: '';
    position: absolute;
    inset: auto -120px -160px auto;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(238, 156, 33, 0.32), rgba(238, 156, 33, 0));
    pointer-events: none;
}

.campaign-hero-main,
.campaign-hero-side {
    position: relative;
    z-index: 1;
}

.campaign-archipelago {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.46;
}

.campaign-island {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 247, 238, 0.32);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(3px);
}

.campaign-island-sumatera {
    top: 4.2rem;
    left: 47%;
}

.campaign-island-jawa {
    top: 8.5rem;
    left: 50%;
}

.campaign-island-kalimantan {
    top: 4.8rem;
    left: 62%;
}

.campaign-island-sulawesi {
    top: 8.2rem;
    left: 68%;
}

.campaign-island-balinusra {
    top: 12rem;
    left: 58%;
}

.campaign-island-maluku {
    top: 10.2rem;
    left: 75%;
}

.campaign-island-papua {
    top: 6rem;
    left: 81%;
}

.campaign-hero-main {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 610px;
    padding: 2rem;
    color: #fff8ef;
}

.campaign-hero-main .eyebrow,
.campaign-hero-main h1,
.campaign-hero-main .hero-text {
    color: inherit;
}

.campaign-hero-main h1 {
    max-width: 11ch;
    margin: 0;
    font-size: clamp(3.3rem, 7vw, 6rem);
    line-height: 0.92;
    text-transform: uppercase;
}

.campaign-hero-main .hero-text {
    max-width: 640px;
    margin: 1.15rem 0 0;
    font-size: 1.1rem;
    color: rgba(255, 245, 236, 0.9);
}

.campaign-hero-main .button-outline {
    color: #fff8ef;
    border-color: rgba(255, 255, 255, 0.3);
}

.hero-video-callout {
    display: inline-flex;
    align-items: center;
    gap: 0.95rem;
    width: min(100%, 430px);
    margin-top: 1.35rem;
    padding: 0.95rem 1rem;
    border-radius: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.16), transparent 30%);
    color: #fff8ef;
    box-shadow: 0 20px 40px rgba(12, 8, 8, 0.16);
}

.hero-video-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    min-height: 68px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(238, 156, 33, 1), rgba(217, 41, 39, 1));
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 16px 28px rgba(217, 41, 39, 0.22);
}

.hero-video-copy {
    display: grid;
    gap: 0.22rem;
}

.hero-video-copy strong {
    font-family: var(--font-display);
    font-size: 1rem;
}

.hero-video-copy small {
    color: rgba(255, 245, 236, 0.84);
    font-size: 0.86rem;
    line-height: 1.5;
}

.campaign-hero-side {
    display: grid;
    align-content: end;
    gap: 1rem;
}

.campaign-portrait-card {
    display: grid;
    grid-template-columns: minmax(170px, 0.9fr) minmax(0, 1.1fr);
    align-items: stretch;
    overflow: hidden;
    border-radius: 1.7rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: linear-gradient(180deg, rgba(255, 248, 239, 0.94), rgba(255, 232, 209, 0.9));
    box-shadow: 0 22px 48px rgba(17, 11, 10, 0.18);
}

.campaign-portrait-media {
    position: relative;
    min-height: 100%;
    background:
        radial-gradient(circle at top, rgba(238, 156, 33, 0.28), transparent 38%),
        linear-gradient(180deg, #f1aa35 0%, #ce7720 100%);
}

.campaign-portrait-media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    object-position: center top;
}

.campaign-portrait-copy {
    padding: 1.35rem;
}

.campaign-leader-card,
.campaign-metric,
.campaign-portrait-card,
.campaign-band-item,
.strategic-card,
.premium-news-item,
.premium-spotlight {
    backdrop-filter: blur(12px);
}

.campaign-leader-card {
    padding: 1.4rem;
    border-radius: 1.6rem;
    background: linear-gradient(180deg, rgba(255, 248, 239, 0.92), rgba(255, 232, 209, 0.88));
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 20px 44px rgba(17, 11, 10, 0.16);
}

.campaign-leader-card h2 {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.campaign-portrait-copy h2 {
    margin: 0;
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.08;
}

.campaign-leader-card p:last-child {
    margin-bottom: 0;
}

.campaign-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.campaign-metric {
    position: relative;
    overflow: hidden;
    padding: 1rem 1.05rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(10, 7, 7, 0.52);
    color: #fff6ea;
}

.campaign-metric::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.12), transparent 28%);
    pointer-events: none;
}

.campaign-metric > * {
    position: relative;
    z-index: 1;
}

.campaign-metric-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.4rem;
}

.campaign-metric-title {
    margin: 0;
    color: rgba(255, 246, 234, 0.82);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.campaign-metric-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 246, 234, 0.92);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.campaign-metric-label {
    margin: 0 0 0.45rem;
    color: rgba(255, 246, 234, 0.66);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.campaign-metric-highlight {
    background:
        linear-gradient(135deg, rgba(238, 156, 33, 0.94), rgba(217, 41, 39, 0.94)),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 28%);
    border-color: rgba(255, 255, 255, 0.28);
}

.campaign-metric-highlight strong,
.campaign-metric-highlight span,
.campaign-metric-highlight .campaign-metric-title,
.campaign-metric-highlight .campaign-metric-label,
.campaign-metric-highlight .campaign-metric-chip {
    color: #fffdf7;
}

.campaign-metric-highlight .campaign-metric-chip {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.2);
}

.campaign-metric strong {
    display: block;
    margin-bottom: 0.35rem;
    font-family: var(--font-display);
    font-size: clamp(1.65rem, 3vw, 2.2rem);
    line-height: 1;
}

.campaign-metric span {
    color: rgba(255, 246, 234, 0.8);
    font-size: 0.88rem;
    line-height: 1.5;
}

.campaign-metric-bar {
    width: 100%;
    height: 6px;
    margin-top: 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

.campaign-metric-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(238, 156, 33, 0.95), rgba(255, 255, 255, 0.9));
    box-shadow: 0 0 24px rgba(238, 156, 33, 0.24);
}

.campaign-band {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: -2.2rem;
}

.campaign-band-item {
    padding: 1.2rem 1.3rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 230, 0.92)),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.18), transparent 32%);
    box-shadow: 0 18px 40px rgba(22, 14, 11, 0.1);
}

.campaign-band-item span {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: var(--primary);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.campaign-band-item p,
.strategic-card p,
.premium-news-item p {
    margin: 0;
}

.campaign-pulse-section {
    padding: 0 0 1.2rem;
}

.campaign-pulse-ticker {
    display: grid;
    grid-template-columns: 190px 1fr;
    align-items: center;
    overflow: hidden;
    border-radius: 1.55rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 243, 230, 0.92)),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.16), transparent 28%);
    box-shadow: 0 18px 42px rgba(26, 16, 12, 0.08);
}

.campaign-pulse-label {
    display: grid;
    place-items: center;
    height: 100%;
    padding: 1rem 1.2rem;
    background: linear-gradient(135deg, #121010 0%, #d92927 100%);
    color: #fff7ee;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.campaign-pulse-track {
    overflow: hidden;
    padding: 0.95rem 0;
}

.campaign-pulse-items {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    width: max-content;
    padding-right: 1.2rem;
    animation: pulse-scroll 28s linear infinite;
}

.campaign-pulse-ticker:hover .campaign-pulse-items {
    animation-play-state: paused;
}

.campaign-pulse-item {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    white-space: nowrap;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--primary-dark);
}

.campaign-pulse-item::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 6px rgba(238, 156, 33, 0.12);
}

.campaign-signal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.campaign-signal-card {
    padding: 1.35rem;
    border-radius: 1.55rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 232, 0.92)),
        radial-gradient(circle at top right, rgba(217, 41, 39, 0.12), transparent 28%);
    box-shadow: 0 18px 40px rgba(24, 15, 12, 0.08);
}

.campaign-signal-card h3 {
    margin: 0 0 0.55rem;
    font-size: 1.18rem;
    line-height: 1.15;
}

.campaign-signal-card p:last-child {
    margin-bottom: 0;
}

.membership-section {
    padding-top: 0.4rem;
}

.membership-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 1rem;
    align-items: stretch;
}

.membership-callout,
.membership-card {
    border-radius: 1.7rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 22px 48px rgba(24, 15, 12, 0.1);
}

.membership-callout {
    padding: 1.8rem;
    background:
        linear-gradient(135deg, rgba(18, 14, 14, 0.96), rgba(54, 21, 20, 0.92) 52%, rgba(217, 41, 39, 0.82) 100%),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.28), transparent 28%);
    color: #fff6eb;
}

.membership-callout .eyebrow,
.membership-callout h2,
.membership-callout p {
    color: inherit;
}

.membership-callout h2 {
    margin: 0;
    font-size: clamp(2rem, 4.6vw, 3.3rem);
    line-height: 0.98;
}

.membership-callout p:not(.eyebrow) {
    max-width: 60ch;
}

.membership-callout .button-outline {
    color: #fff8ef;
    border-color: rgba(255, 255, 255, 0.28);
}

.membership-grid {
    display: grid;
    gap: 1rem;
}

.membership-card {
    padding: 1.35rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 232, 0.92)),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.14), transparent 30%);
}

.membership-card h3 {
    margin: 0 0 0.55rem;
    font-size: 1.2rem;
    line-height: 1.15;
}

.membership-card p:last-child {
    margin-bottom: 0;
}

.logo-renewal-section {
    padding-top: 0.3rem;
}

.logo-renewal-shell {
    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    gap: 1rem;
    align-items: stretch;
}

.logo-renewal-visual,
.logo-renewal-copy,
.logo-renewal-card {
    border-radius: 1.7rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 22px 48px rgba(24, 15, 12, 0.1);
}

.logo-renewal-visual {
    display: grid;
    place-items: center;
    padding: 1.35rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 232, 0.94)),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.2), transparent 28%);
}

.logo-renewal-visual-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    width: 100%;
}

.logo-identity-card {
    padding: 1rem;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.logo-identity-card img {
    width: min(100%, 260px);
    height: auto;
    object-fit: contain;
}

.logo-identity-card-new img {
    width: min(100%, 210px);
    aspect-ratio: auto;
    object-fit: contain;
    border-radius: 1.4rem;
}

.logo-renewal-copy {
    padding: 1.8rem;
    background:
        linear-gradient(135deg, rgba(18, 14, 14, 0.96), rgba(54, 21, 20, 0.92) 52%, rgba(217, 41, 39, 0.82) 100%),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.28), transparent 28%);
    color: #fff6eb;
}

.logo-renewal-copy .eyebrow,
.logo-renewal-copy h2,
.logo-renewal-copy p {
    color: inherit;
}

.logo-renewal-copy h2 {
    margin: 0;
    font-size: clamp(1.95rem, 4.4vw, 3.1rem);
    line-height: 1;
}

.logo-renewal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.3rem;
}

.logo-renewal-card {
    padding: 1.2rem;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.logo-renewal-card h3 {
    margin: 0 0 0.55rem;
    color: #fffaf3;
    font-size: 1.08rem;
}

.logo-renewal-card p {
    margin: 0;
    color: rgba(255, 247, 238, 0.9);
}

.symbolism-section,
.structure-section {
    padding-top: 0.3rem;
}

.symbolism-grid,
.structure-grid {
    display: grid;
    gap: 1rem;
}

.symbolism-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 1rem;
}

.symbolism-logo-wrap {
    display: grid;
    place-items: center;
    min-height: 220px;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 1.3rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 244, 231, 0.9)),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.14), transparent 28%);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.symbolism-logo {
    width: min(100%, 260px);
    height: auto;
    object-fit: contain;
}

.symbolism-logo-new {
    width: min(100%, 210px);
    border-radius: 1.2rem;
}

.structure-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.structure-card {
    min-height: 100%;
}

.structure-card-primary {
    background:
        linear-gradient(135deg, rgba(18, 14, 14, 0.96), rgba(54, 21, 20, 0.92) 52%, rgba(217, 41, 39, 0.82) 100%),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.28), transparent 28%);
}

.structure-card-primary .eyebrow,
.structure-card-primary h3,
.structure-card-primary p {
    color: #fff8ef;
}

.ketum-section {
    padding-top: 1rem;
}

.organization-headlines-section {
    padding-top: 1rem;
}

.organization-headlines-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.organization-headline-card {
    padding: 1.35rem;
    border-radius: 1.6rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 232, 0.92)),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.16), transparent 30%);
    box-shadow: 0 20px 42px rgba(25, 16, 11, 0.08);
}

.organization-headline-card h3 {
    margin: 0 0 0.65rem;
    font-size: 1.18rem;
    line-height: 1.15;
}

.organization-headline-card p:not(.eyebrow) {
    margin-top: 0;
}

.organization-headline-meta {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    margin-top: 1rem;
    color: var(--muted);
    font-size: 0.8rem;
}

.ketum-spotlight {
    display: grid;
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
    gap: 1rem;
    align-items: stretch;
}

.leadership-hierarchy {
    display: grid;
    gap: 1.2rem;
}

.leadership-secondary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.leadership-media-fallback {
    display: grid;
    place-items: center;
    min-height: 620px;
    background:
        radial-gradient(circle at top, rgba(238, 156, 33, 0.26), transparent 36%),
        linear-gradient(180deg, #f2b145 0%, #ce7a21 100%);
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(3rem, 7vw, 5rem);
    font-weight: 800;
}

.person-card-secondary {
    min-height: 100%;
}

.person-card-secondary h3 {
    font-size: 1.5rem;
}

.ketum-spotlight-media,
.ketum-spotlight-copy {
    border-radius: 1.8rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 22px 50px rgba(28, 16, 12, 0.12);
}

.ketum-spotlight-media {
    background:
        radial-gradient(circle at top, rgba(238, 156, 33, 0.26), transparent 36%),
        linear-gradient(180deg, #f2b145 0%, #ce7a21 100%);
}

.ketum-spotlight-media img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
    object-position: center top;
}

.ketum-spotlight-copy {
    position: relative;
    padding: 2rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 241, 228, 0.94)),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.18), transparent 30%);
}

.ketum-spotlight-copy::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
        radial-gradient(circle at right 20%, rgba(217, 41, 39, 0.08), transparent 24%);
    pointer-events: none;
}

.ketum-spotlight-copy > * {
    position: relative;
    z-index: 1;
}

.ketum-spotlight-copy h2 {
    margin: 0;
    font-size: clamp(2.15rem, 4vw, 3.6rem);
    line-height: 0.96;
}

.ketum-spotlight-role {
    margin: 0.6rem 0 1rem;
    color: var(--primary);
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ketum-quote {
    margin: 1.3rem 0;
    padding: 1rem 1.15rem;
    border-left: 4px solid var(--accent);
    border-radius: 0 1rem 1rem 0;
    background: rgba(255, 255, 255, 0.64);
    color: var(--primary-dark);
    font-family: var(--font-display);
    font-size: 1.08rem;
    line-height: 1.7;
}

.ketum-pillars {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-bottom: 1.4rem;
}

.ketum-pillars span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: rgba(217, 41, 39, 0.1);
    border: 1px solid rgba(217, 41, 39, 0.14);
    color: var(--primary-dark);
    font-size: 0.88rem;
    font-weight: 700;
}

.ketum-video-section {
    padding-top: 0.5rem;
}

.ketum-video-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
    gap: 1rem;
    align-items: stretch;
}

.ketum-video-main,
.ketum-video-frame,
.ketum-video-copy {
    border-radius: 1.8rem;
    overflow: hidden;
}

.ketum-video-main {
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 22px 48px rgba(23, 14, 11, 0.1);
}

.ketum-video-frame {
    position: relative;
    min-height: 100%;
    background: #090909;
}

.ketum-video-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 440px;
    border: 0;
}

.ketum-video-copy {
    padding: 1.7rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 232, 0.92)),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.18), transparent 30%);
}

.ketum-video-copy h3 {
    margin: 0 0 0.7rem;
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    line-height: 1.08;
}

.ketum-video-copy p:not(.eyebrow) {
    margin-top: 0;
}

.ketum-video-rail {
    display: grid;
    gap: 0.85rem;
}

.ketum-video-rail-head,
.ketum-video-rail-item,
.ketum-video-rail-empty {
    border-radius: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 232, 0.92)),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.14), transparent 28%);
    box-shadow: 0 18px 40px rgba(23, 14, 11, 0.08);
}

.ketum-video-rail-head,
.ketum-video-rail-empty {
    padding: 1.25rem;
}

.ketum-video-rail-head h3,
.ketum-video-rail-empty h3 {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.18;
}

.ketum-video-rail-empty p:last-child {
    margin-bottom: 0;
}

.ketum-video-rail-item {
    display: grid;
    grid-template-columns: 138px minmax(0, 1fr);
    gap: 0.85rem;
    padding: 0.75rem;
    align-items: center;
    width: 100%;
    border-width: 1px;
    text-align: left;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ketum-video-rail-item:hover {
    transform: translateY(-2px);
    border-color: rgba(217, 41, 39, 0.24);
    box-shadow: 0 22px 44px rgba(23, 14, 11, 0.12);
}

.ketum-video-rail-thumb {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #0c0c0c;
}

.ketum-video-rail-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ketum-video-rail-thumb span {
    position: absolute;
    left: 0.65rem;
    bottom: 0.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.34rem 0.68rem;
    border-radius: 999px;
    background: rgba(11, 9, 9, 0.8);
    color: #fff8f0;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ketum-video-rail-copy {
    display: grid;
    gap: 0.35rem;
}

.ketum-video-rail-copy strong {
    font-size: 1rem;
    line-height: 1.25;
}

.ketum-video-rail-copy small {
    color: var(--muted);
    font-size: 0.82rem;
}

.video-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.video-modal[hidden] {
    display: none;
}

.video-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 5, 5, 0.78);
    backdrop-filter: blur(10px);
}

.video-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(1040px, 100%);
    padding: 1rem;
    border-radius: 1.7rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(180deg, rgba(18, 14, 14, 0.96), rgba(28, 17, 17, 0.92)),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.16), transparent 28%);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.video-modal-close {
    display: inline-flex;
    margin-left: auto;
    margin-bottom: 0.85rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: #fff7ef;
    font-weight: 700;
    cursor: pointer;
}

.video-modal-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 1.2rem;
    overflow: hidden;
    background: #050505;
}

.video-modal-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-modal-title {
    margin: 0.95rem 0 0;
    color: #fff2e6;
    font-size: 0.98rem;
    font-weight: 700;
}

.membership-sticky-cta {
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 60;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: center;
    padding: 0.95rem 0.95rem 0.9rem;
    border-radius: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(135deg, rgba(18, 14, 14, 0.96), rgba(52, 20, 19, 0.94) 50%, rgba(217, 41, 39, 0.9) 100%),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.26), transparent 28%);
    box-shadow: 0 24px 44px rgba(12, 8, 8, 0.22);
}

.membership-sticky-copy {
    display: grid;
    gap: 0.18rem;
    color: #fff7ee;
}

.membership-sticky-copy strong {
    font-family: var(--font-display);
    font-size: 1rem;
}

.membership-sticky-copy span {
    color: rgba(255, 247, 238, 0.86);
    font-size: 0.84rem;
    line-height: 1.45;
}

.membership-sticky-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 240, 222, 1));
    color: var(--primary-dark);
    font-weight: 800;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.12);
}

.membership-sticky-close {
    position: absolute;
    top: 0.55rem;
    right: 0.65rem;
    padding: 0.32rem 0.55rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 247, 238, 0.88);
    font-size: 0.72rem;
    font-weight: 700;
    cursor: pointer;
}

.legislative-section {
    position: relative;
    padding-top: 1rem;
}

.legislative-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 16%, rgba(217, 41, 39, 0.09), transparent 20%),
        radial-gradient(circle at 86% 22%, rgba(238, 156, 33, 0.18), transparent 24%);
    pointer-events: none;
}

.legislative-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
    gap: 1rem;
}

.legislative-highlight,
.legislative-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1.8rem;
    box-shadow: 0 22px 48px rgba(28, 16, 12, 0.1);
}

.legislative-highlight {
    padding: 1.7rem;
    background:
        linear-gradient(135deg, rgba(17, 13, 13, 0.96), rgba(53, 21, 19, 0.92) 48%, rgba(217, 41, 39, 0.82) 100%),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.3), transparent 30%);
    color: #fff4ea;
}

.legislative-highlight .eyebrow,
.legislative-highlight p {
    color: rgba(255, 244, 234, 0.88);
}

.legislative-highlight strong {
    display: block;
    margin: 0.15rem 0 0.8rem;
    font-family: var(--font-display);
    font-size: clamp(4.5rem, 12vw, 7rem);
    line-height: 0.9;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.legislative-stack {
    display: grid;
    gap: 1rem;
}

.legislative-card,
.legislative-map-card {
    padding: 1.45rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 231, 0.92)),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.12), transparent 28%);
}

.legislative-card h3,
.legislative-map-card h3 {
    margin: 0 0 0.6rem;
    font-size: 1.3rem;
}

.legislative-card p:last-child,
.legislative-highlight p:last-child {
    margin-bottom: 0;
}

.legislative-map-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1.8rem;
    box-shadow: 0 22px 48px rgba(28, 16, 12, 0.1);
}

.legislative-map-card p:last-child {
    margin-bottom: 0;
}

.archipelago-map {
    position: relative;
    min-height: 250px;
    margin: 1rem 0 1.1rem;
    border-radius: 1.4rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(238, 156, 33, 0.18), transparent 20%),
        radial-gradient(circle at 80% 25%, rgba(217, 41, 39, 0.12), transparent 18%),
        linear-gradient(180deg, rgba(255, 249, 242, 0.92), rgba(255, 240, 225, 0.88));
    border: 1px solid rgba(217, 41, 39, 0.08);
}

.archipelago-stage {
    position: relative;
    min-height: 420px;
    border-radius: 1.2rem;
    background:
        radial-gradient(circle at 14% 18%, rgba(238, 156, 33, 0.16), transparent 22%),
        radial-gradient(circle at 78% 28%, rgba(217, 41, 39, 0.12), transparent 20%),
        linear-gradient(180deg, rgba(255, 252, 248, 0.99), rgba(255, 242, 230, 0.95));
}

.archipelago-stage::before {
    content: '';
    position: absolute;
    inset: 18px;
    border-radius: 1rem;
    border: 1px dashed rgba(217, 41, 39, 0.16);
    pointer-events: none;
}

.archipelago-watermark {
    position: absolute;
    top: 1rem;
    right: 1.1rem;
    color: rgba(54, 42, 38, 0.12);
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: 0.16em;
    pointer-events: none;
    z-index: 0;
}

.archipelago-image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    padding: 1rem 1rem 0.5rem;
    filter:
        sepia(1)
        saturate(4)
        hue-rotate(338deg)
        brightness(1.02)
        contrast(0.96)
        drop-shadow(0 18px 22px rgba(138, 58, 16, 0.14));
}

.archipelago-note {
    display: grid;
    gap: 0.14rem;
    padding: 0.8rem 0.9rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 18px 28px rgba(60, 34, 16, 0.1);
}

.archipelago-note strong {
    color: var(--text);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.archipelago-note span {
    color: var(--muted);
    font-size: 0.76rem;
    line-height: 1.45;
}

.archipelago-note-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 0.95rem;
}

.archipelago-marker,
.archipelago-node {
    position: absolute;
    z-index: 2;
}

.archipelago-marker {
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(17, 13, 13, 0.86);
    color: #fff8ef;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    white-space: nowrap;
    box-shadow: 0 10px 20px rgba(17, 13, 13, 0.12);
}

.archipelago-node {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: #fff7ef;
    border: 4px solid #d92927;
    box-shadow: 0 0 0 6px rgba(217, 41, 39, 0.16);
}

.archipelago-marker-sumatra {
    top: 20%;
    left: 14%;
}

.archipelago-node-sumatra {
    top: 34%;
    left: 16%;
}

.archipelago-marker-jawa {
    top: 53%;
    left: 29%;
}

.archipelago-node-jawa {
    top: 57%;
    left: 30%;
}

.archipelago-marker-kalimantan {
    top: 18%;
    left: 47%;
}

.archipelago-node-kalimantan {
    top: 33%;
    left: 48%;
}

.archipelago-marker-sulawesi {
    top: 26%;
    left: 65%;
}

.archipelago-node-sulawesi {
    top: 36%;
    left: 67%;
}

.archipelago-marker-balinusra {
    top: 55%;
    left: 74%;
}

.archipelago-node-balinusra {
    top: 56%;
    left: 76%;
}

.archipelago-marker-maluku {
    top: 37%;
    left: 80%;
}

.archipelago-node-maluku {
    top: 39%;
    left: 81%;
}

.archipelago-marker-papua {
    top: 34%;
    left: 89%;
}

.archipelago-node-papua {
    top: 36%;
    left: 90%;
}

.archipelago-legend {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 0.95rem;
}

.archipelago-legend-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.7rem;
    align-items: start;
    padding: 0.9rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.archipelago-legend-card strong {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.95rem;
}

.archipelago-legend-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.45;
}

.legend-dot {
    display: inline-flex;
    width: 12px;
    height: 12px;
    margin-top: 0.22rem;
    border-radius: 999px;
}

.legend-dot-primary {
    background: #d92927;
}

.legend-dot-secondary {
    background: #ee9c21;
}

.legend-dot-accent {
    background: linear-gradient(135deg, #d92927, #ee9c21);
}

.island {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(217, 41, 39, 0.92);
    color: #fff9f1;
    box-shadow: 0 14px 24px rgba(217, 41, 39, 0.16);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.island-sumatera {
    top: 1.6rem;
    left: 1.5rem;
}

.island-jawa {
    left: 4.8rem;
    bottom: 2rem;
}

.island-kalimantan {
    top: 2rem;
    left: 42%;
}

.island-sulawesi {
    top: 5rem;
    left: 58%;
}

.island-balinusra {
    right: 7rem;
    bottom: 1.9rem;
}

.island-maluku {
    top: 8rem;
    right: 5rem;
}

.island-papua {
    top: 3rem;
    right: 1.2rem;
    background: rgba(238, 156, 33, 0.96);
}

.issue-section {
    position: relative;
}

.issue-section::before {
    content: '';
    position: absolute;
    inset: 1rem 0 auto;
    height: 240px;
    background:
        linear-gradient(180deg, rgba(255, 244, 231, 0.95), rgba(255, 244, 231, 0)),
        radial-gradient(circle at 85% 35%, rgba(238, 156, 33, 0.2), transparent 24%);
    pointer-events: none;
}

.strategic-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.strategic-card {
    position: relative;
    min-height: 240px;
    padding: 1.4rem;
    border-radius: 1.6rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 231, 0.92)),
        radial-gradient(circle at top right, rgba(217, 41, 39, 0.12), transparent 28%);
    box-shadow: 0 18px 40px rgba(28, 16, 12, 0.08);
}

.strategic-card h3 {
    margin: 2.8rem 0 0.7rem;
    font-size: 1.34rem;
}

.strategic-card p {
    color: var(--muted);
}

.strategic-index {
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    margin: 0;
    font-family: var(--font-display);
    font-size: 2.25rem;
    line-height: 1;
    color: rgba(217, 41, 39, 0.16);
    font-weight: 800;
}

.narrative-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 1rem;
}

.narrative-lead,
.narrative-vision {
    min-height: 100%;
}

.narrative-lead p:last-child,
.narrative-vision p:last-child {
    margin-bottom: 0;
}

.premium-news-section {
    position: relative;
}

.premium-news-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.18), transparent 28%),
        radial-gradient(circle at left 20%, rgba(217, 41, 39, 0.14), transparent 22%);
    pointer-events: none;
}

.premium-news-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.premium-spotlight {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    align-items: end;
    border-radius: 1.9rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(11, 8, 8, 0.75) 72%, rgba(11, 8, 8, 0.94) 100%),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.32), transparent 28%),
        linear-gradient(135deg, #2c1514 0%, #561d19 56%, #e23d2b 100%);
    box-shadow: 0 28px 60px rgba(4, 3, 3, 0.28);
}

.premium-spotlight::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(15, 9, 9, 0.96), rgba(15, 9, 9, 0.08)),
        linear-gradient(132deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.premium-spotlight-copy {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 2rem;
}

.premium-spotlight-copy .eyebrow,
.premium-spotlight-copy h3,
.premium-spotlight-copy a,
.premium-spotlight-copy .headline-card-meta,
.premium-spotlight-copy .headline-card-footer,
.premium-spotlight-copy p {
    color: #fff4e8;
}

.premium-spotlight-copy .headline-card-meta,
.premium-spotlight-copy .headline-card-footer {
    color: rgba(255, 244, 232, 0.76);
}

.premium-spotlight-copy h3 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.02;
}

.premium-news-stack {
    display: grid;
    gap: 1rem;
}

.premium-news-item {
    padding: 1.3rem 1.35rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.14), transparent 30%);
    box-shadow: 0 18px 38px rgba(4, 3, 3, 0.16);
}

.premium-news-item h3 {
    margin: 0 0 0.55rem;
    font-size: 1.24rem;
    line-height: 1.18;
}

.premium-news-item .eyebrow {
    color: rgba(255, 244, 232, 0.7);
}

.premium-news-item p:not(.eyebrow) {
    color: rgba(255, 244, 232, 0.86);
}

.premium-news-grid {
    position: relative;
}

.premium-news-grid .news-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 243, 232, 0.88)),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.12), transparent 30%);
    box-shadow: 0 18px 34px rgba(12, 7, 7, 0.18);
}

@keyframes ticker-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes pulse-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.divider {
    height: 1px;
    background: var(--line);
    margin: 1rem 0;
}

.site-footer {
    padding: 2rem 0 3rem;
    border-top: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(255, 248, 238, 0.45), rgba(255, 255, 255, 0.85));
}

.footer-grid {
    justify-content: space-between;
    align-items: start;
}

.footer-map-link {
    display: inline-flex;
    margin-top: 0.65rem;
    color: var(--primary-dark);
    font-weight: 700;
}

.footer-socials {
    margin-top: 1rem;
}

.footer-social-chip {
    border-color: rgba(217, 41, 39, 0.14);
    background: rgba(255, 244, 236, 0.88);
}

.footer-social-chip .social-pill-icon-instagram {
    color: #8f2db0;
    box-shadow: inset 0 0 0 1px rgba(143, 45, 176, 0.12);
}

.footer-social-chip .social-pill-icon-tiktok {
    color: #be163c;
    box-shadow: inset 0 0 0 1px rgba(190, 22, 60, 0.12);
}

.footer-social-chip strong {
    color: var(--primary-dark);
}

.contact-social-grid {
    display: grid;
    gap: 0.85rem;
    margin: 1.2rem 0 1rem;
}

.contact-social-card {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(217, 41, 39, 0.12);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 28px rgba(120, 72, 25, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.contact-social-card:hover {
    transform: translateY(-2px);
    border-color: rgba(217, 41, 39, 0.22);
    box-shadow: 0 18px 34px rgba(120, 72, 25, 0.12);
}

.contact-social-card .social-pill-icon {
    width: 2.25rem;
    height: 2.25rem;
    flex-basis: 2.25rem;
}

.contact-social-card .social-pill-icon svg {
    width: 1.15rem;
    height: 1.15rem;
}

.contact-social-card .social-pill-icon-facebook {
    background: linear-gradient(135deg, rgba(24, 119, 242, 0.2), rgba(24, 119, 242, 0.32));
    color: #2157c9;
    box-shadow: inset 0 0 0 1px rgba(33, 87, 201, 0.12);
}

.contact-social-card .social-pill-icon-youtube {
    background: linear-gradient(135deg, rgba(255, 0, 0, 0.14), rgba(255, 0, 0, 0.26));
    color: #cb1010;
    box-shadow: inset 0 0 0 1px rgba(203, 16, 16, 0.12);
}

.contact-social-copy {
    display: grid;
    gap: 0.16rem;
}

.contact-social-copy strong {
    font-size: 0.96rem;
    color: var(--ink);
}

.contact-social-copy small {
    color: var(--muted);
    font-size: 0.82rem;
}

.footer-visit-bar {
    margin-top: 1.4rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-visit-pill {
    background: rgba(217, 41, 39, 0.08);
    color: var(--primary-dark);
}

.pagination-wrap {
    margin-top: 2rem;
}

.pagination-wrap nav {
    display: grid;
    gap: 0.9rem;
}

.pagination-wrap nav svg.w-5.h-5 {
    width: 0.9rem;
    height: 0.9rem;
}

.pagination-wrap nav [aria-label="pagination.previous"] > span,
.pagination-wrap nav [aria-label="pagination.next"],
.pagination-wrap nav [rel="prev"],
.pagination-wrap nav [rel="next"] {
    min-width: 2.5rem;
    justify-content: center;
}

@media (min-width: 640px) {
    .pagination-wrap nav svg.w-5.h-5 {
        width: 0.82rem;
        height: 0.82rem;
    }

    .pagination-wrap nav [aria-label="pagination.previous"] > span,
    .pagination-wrap nav [aria-label="pagination.next"],
    .pagination-wrap nav [rel="prev"],
    .pagination-wrap nav [rel="next"] {
        min-width: 2.25rem;
        padding-inline: 0.7rem;
    }
}

.admin-page {
    background: linear-gradient(180deg, #fffaf6, #fff0e6);
}

.admin-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 250px 1fr;
}

.admin-sidebar {
    padding: 1.5rem;
    border-right: 1px solid var(--line);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 247, 238, 0.94)),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.16), transparent 30%);
    backdrop-filter: blur(12px);
}

.admin-nav {
    margin-top: 2rem;
    flex-direction: column;
    align-items: stretch;
}

.admin-content {
    padding: 1.6rem;
}

.admin-topbar {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.admin-stats {
    grid-template-columns: repeat(5, minmax(180px, 1fr));
    margin-bottom: 1.5rem;
}

.admin-panel {
    padding: 1.4rem;
}

.flash-success {
    margin-bottom: 1rem;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(37, 99, 57, 0.14);
    border-radius: 1rem;
    background: rgba(235, 255, 240, 0.9);
    color: #275d32;
}

.toolbar {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.table-wrap {
    overflow-x: auto;
    border-radius: 1.3rem;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.9);
}

table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
}

th,
td {
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
    vertical-align: top;
}

th {
    color: var(--muted);
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.table-actions {
    grid-template-columns: repeat(2, auto);
    justify-content: start;
}

.form-card {
    max-width: 1040px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field,
.field-full {
    display: grid;
    gap: 0.45rem;
    align-content: start;
}

.field-full {
    grid-column: 1 / -1;
}

label {
    font-weight: 700;
}

input,
textarea,
select {
    width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.14);
    background: rgba(255, 255, 255, 0.9);
    color: var(--text);
}

textarea {
    min-height: 140px;
    resize: vertical;
}

.hint {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.auth-shell {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 1.5rem;
}

.auth-card {
    width: min(460px, 100%);
    padding: 2rem;
}

.auth-logo {
    width: min(240px, 100%);
    margin: 0 auto 1rem;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
}

.auth-logo-combined {
    width: min(280px, 100%);
}

.error-text {
    color: #a12d2f;
    font-size: 0.9rem;
}

.toolbar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.admin-stats-editorial {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.admin-stat-card span {
    color: var(--muted);
    font-size: 0.92rem;
}

.newsroom-shell {
    display: grid;
    gap: 1.25rem;
}

.newsroom-toolbar {
    margin-bottom: 0;
}

.editorial-kicker {
    display: grid;
    gap: 0.1rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: rgba(217, 41, 39, 0.06);
    color: var(--text);
}

.editorial-kicker strong {
    font-size: 1.25rem;
}

.editorial-kicker span {
    color: var(--muted);
    font-size: 0.88rem;
}

.newsroom-filter-panel {
    display: grid;
    gap: 1rem;
    padding: 1.15rem;
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(255, 250, 246, 0.95), rgba(255, 255, 255, 0.96));
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.newsroom-filter-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.newsroom-filter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.field-checkbox {
    align-self: end;
}

.field-checkbox label {
    display: inline-flex;
    gap: 0.65rem;
    align-items: center;
    font-weight: 600;
}

.field-checkbox input {
    width: auto;
}

.newsroom-title-cell,
.newsroom-status-stack,
.newsroom-meta-cell {
    display: grid;
    gap: 0.35rem;
}

.newsroom-title-cell strong,
.newsroom-meta-cell strong {
    font-size: 0.98rem;
}

.newsroom-title-cell p,
.newsroom-title-cell span,
.newsroom-meta-cell span {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.status-pill,
.origin-pill,
.inline-tag,
.news-tag-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    width: fit-content;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
}

.status-pill {
    color: #3a1c1c;
    background: rgba(217, 41, 39, 0.1);
}

.status-pill-published {
    color: #1a5632;
    background: rgba(37, 99, 57, 0.12);
}

.status-pill-review {
    color: #8a4800;
    background: rgba(238, 156, 33, 0.16);
}

.status-pill-draft {
    color: #5a4d4d;
    background: rgba(54, 42, 38, 0.1);
}

.origin-pill {
    color: #6f4d10;
    background: rgba(238, 156, 33, 0.11);
}

.origin-pill-featured {
    color: #8b1e20;
    background: rgba(217, 41, 39, 0.12);
}

.inline-tag-list,
.news-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.inline-tag,
.news-tag-chip {
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: var(--text);
    background: rgba(255, 255, 255, 0.88);
}

.news-tag-chip.is-active,
.news-tag-chip:hover {
    color: #fff;
    background: linear-gradient(135deg, #d92927, #ee9c21);
    border-color: transparent;
}

.editorial-form-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(310px, 0.85fr);
    gap: 1.25rem;
}

.form-card {
    max-width: 1320px;
}

.editorial-form-main,
.editorial-form-side {
    display: grid;
    gap: 1.1rem;
    align-content: start;
}

.editorial-section {
    display: grid;
    gap: 1rem;
}

.editorial-section-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
}

.form-grid-single {
    grid-template-columns: 1fr;
}

.editorial-checklist .check-list {
    margin: 0;
}

.editorial-submit .button {
    width: 100%;
}

.news-discovery-shell {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.news-search-panel {
    display: grid;
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 1.4rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 238, 0.92)),
        radial-gradient(circle at top right, rgba(238, 156, 33, 0.14), transparent 34%);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.news-search-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
}

.news-search-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem;
}

.news-search-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
}

.news-search-actions span {
    color: var(--muted);
    font-size: 0.95rem;
}

.news-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.article-tag-block {
    margin-top: 1.5rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.campaign-banner-section {
    padding-top: 0;
}

.campaign-banner-card {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) auto;
    gap: 1.25rem;
    align-items: center;
    padding: 1.45rem 1.55rem;
    border-radius: 1.5rem;
    background:
        linear-gradient(135deg, rgba(217, 41, 39, 0.96), rgba(238, 156, 33, 0.94)),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 28%);
    color: #fff;
    box-shadow: 0 26px 60px rgba(140, 46, 12, 0.18);
}

.campaign-banner-card .eyebrow,
.campaign-banner-card h2,
.campaign-banner-card p {
    color: #fff;
}

.campaign-banner-card h2 {
    margin: 0.2rem 0 0.55rem;
    font-size: clamp(1.65rem, 3.4vw, 2.3rem);
    line-height: 1.02;
}

.campaign-banner-card p:last-child {
    margin-bottom: 0;
}

.campaign-banner-actions {
    display: grid;
    gap: 0.75rem;
    justify-items: end;
}

.campaign-banner-actions .button-outline {
    border-color: rgba(255, 255, 255, 0.68);
    color: #fff;
}

.campaign-banner-actions .button-outline:hover {
    background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 980px) {
    .hero-grid,
    .hero-shell,
    .two-column-layout,
    .campaign-hero,
    .campaign-band,
    .campaign-signal-grid,
    .membership-shell,
    .logo-renewal-shell,
    .logo-renewal-grid,
    .strategic-grid,
    .narrative-layout,
    .premium-news-layout,
    .campaign-metrics,
    .priority-grid,
    .tagline-grid,
    .manifesto-grid,
    .editorial-grid,
    .movement-grid,
    .news-hero-layout,
    .news-grid,
    .gallery-grid,
    .card-grid,
    .admin-shell,
    .admin-stats,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .main-nav {
        position: absolute;
        top: calc(100% + 0.75rem);
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        padding: 1rem;
        border-radius: 1.25rem;
        border: 1px solid var(--line);
        background: rgba(255, 255, 255, 0.98);
        box-shadow: var(--shadow);
    }

    .main-nav.is-open {
        display: flex;
    }

    .main-nav a,
    .nav-cta,
    .nav-secondary {
        width: 100%;
        justify-content: center;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .brand-logo {
        width: 140px;
    }

    .brand-logo-new {
        width: 84px;
    }

    .admin-brand .brand-logo {
        width: 92px;
    }

    .office-showcase-shell {
        grid-template-columns: 1fr;
    }

    .office-showcase-photo {
        aspect-ratio: 4 / 3;
    }

    .hero-ketum.with-photo {
        min-height: 460px;
    }

    .hero-ketum.with-photo::before {
        background-position: center 14%;
    }

    .campaign-hero-main {
        min-height: 500px;
    }

    .campaign-hero-main h1 {
        max-width: 12ch;
    }

    .ketum-spotlight-media img {
        min-height: 520px;
    }

    .organization-headlines-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .legislative-grid {
        grid-template-columns: 1fr;
    }

    .ketum-video-layout {
        grid-template-columns: 1fr;
    }

    .campaign-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .campaign-band {
        margin-top: 1rem;
    }

    .strategic-card {
        min-height: auto;
    }

    .footer-grid,
    .topbar-wrap,
    .section-heading,
    .toolbar,
    .admin-topbar,
    .news-search-header {
        flex-direction: column;
        align-items: start;
    }

    .footer-logo-pair,
    .logo-renewal-visual-pair,
    .symbolism-grid,
    .structure-grid {
        grid-template-columns: 1fr;
    }

    .news-ticker {
        grid-template-columns: 1fr;
    }

    .campaign-pulse-ticker {
        grid-template-columns: 1fr;
    }

    .admin-content {
        padding: 1.1rem;
    }

    .newsroom-filter-grid,
    .editorial-form-shell,
    .campaign-banner-card,
    .news-search-grid {
        grid-template-columns: 1fr;
    }

    .table-actions {
        grid-template-columns: 1fr;
    }

    .table-actions .button {
        width: 100%;
    }

    .map-embed-shell iframe {
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    body.public-page {
        padding-bottom: 6.8rem;
    }

    .container,
    .narrow {
        width: calc(100% - 1.2rem);
    }

    .site-header {
        position: sticky;
    }

    .hero-section,
    .page-hero {
        padding: 3.2rem 0 1.2rem;
    }

    .hero-grid h1,
    .page-hero h1 {
        font-size: clamp(2rem, 8.6vw, 2.85rem);
        line-height: 1.06;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .button {
        width: 100%;
    }

    .campaign-hero {
        padding: 1rem;
        border-radius: 1.35rem;
    }

    .campaign-hero::before {
        background:
            linear-gradient(180deg, rgba(12, 9, 9, 0.74) 0%, rgba(12, 9, 9, 0.48) 42%, rgba(12, 9, 9, 0.82) 100%);
    }

    .campaign-hero-main {
        min-height: 380px;
        padding: 1.2rem;
    }

    .campaign-hero-main h1 {
        max-width: 100%;
        font-size: clamp(2.3rem, 10vw, 3.45rem);
        line-height: 0.98;
    }

    .hero-video-callout {
        width: 100%;
    }

    .campaign-portrait-card,
    .ketum-spotlight,
    .organization-headlines-grid,
    .leadership-secondary-grid {
        grid-template-columns: 1fr;
    }

    .campaign-portrait-media img {
        min-height: 320px;
    }

    .campaign-archipelago {
        opacity: 0.3;
    }

    .campaign-leader-card,
    .campaign-portrait-copy,
    .campaign-band-item,
    .membership-card,
    .logo-renewal-card,
    .strategic-card,
    .premium-news-item,
    .premium-spotlight-copy {
        padding: 1.15rem;
    }

    .campaign-metric {
        padding: 0.95rem 1rem;
    }

    .campaign-metric-head {
        align-items: flex-start;
    }

    .office-showcase-card h3 {
        font-size: clamp(1.45rem, 6vw, 2rem);
    }

    .office-showcase-meta strong {
        font-size: 0.95rem;
    }

    .premium-spotlight {
        min-height: 340px;
        border-radius: 1.3rem;
    }

    .premium-spotlight-copy h3 {
        font-size: clamp(1.55rem, 7vw, 2.25rem);
    }

    .ketum-spotlight-copy {
        padding: 1.35rem;
        border-radius: 1.3rem;
    }

    .membership-callout {
        padding: 1.35rem;
        border-radius: 1.3rem;
    }

    .membership-callout h2 {
        font-size: clamp(1.75rem, 8vw, 2.5rem);
        line-height: 1.02;
    }

    .logo-renewal-copy {
        padding: 1.35rem;
        border-radius: 1.3rem;
    }

    .logo-renewal-visual {
        border-radius: 1.3rem;
    }

    .logo-renewal-copy h2 {
        font-size: clamp(1.75rem, 8vw, 2.45rem);
        line-height: 1.02;
    }

    .ketum-spotlight-copy h2 {
        font-size: clamp(1.8rem, 8vw, 2.6rem);
        line-height: 1;
    }

    .ketum-spotlight-media {
        border-radius: 1.3rem;
    }

    .ketum-spotlight-media img {
        min-height: 420px;
    }

    .ketum-video-frame,
    .ketum-video-copy,
    .ketum-video-main,
    .ketum-video-rail-head,
    .ketum-video-rail-item,
    .ketum-video-rail-empty {
        border-radius: 1.3rem;
    }

    .ketum-video-copy {
        padding: 1.25rem;
    }

    .ketum-video-rail-head,
    .ketum-video-rail-empty {
        padding: 1.1rem;
    }

    .ketum-video-rail-item {
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .ketum-video-frame iframe {
        min-height: 320px;
    }

    .legislative-highlight,
    .legislative-card,
    .legislative-map-card {
        padding: 1.2rem;
        border-radius: 1.3rem;
    }

    .legislative-highlight strong {
        font-size: clamp(3.4rem, 18vw, 5rem);
    }

    .archipelago-legend {
        grid-template-columns: 1fr;
    }

    .archipelago-note-row {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .hero-story {
        padding: 1.5rem;
        border-radius: 1.4rem;
    }

    .brand-logo {
        width: 126px;
    }

    .brand-logos {
        width: 100%;
    }

    .campaign-banner-card,
    .news-search-panel,
    .newsroom-filter-panel {
        padding: 1.1rem;
        border-radius: 1.25rem;
    }

    .campaign-banner-actions {
        justify-items: stretch;
    }

    .campaign-banner-actions .button {
        width: 100%;
    }

    .hero-panel,
    .content-card,
    .news-card,
    .person-card,
    .gallery-card,
    .stat-card,
    .admin-panel,
    .form-card {
        padding: 1.2rem;
        border-radius: 1.1rem;
    }

    .news-meta,
    .news-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .gallery-card img,
    .video-frame {
        margin-bottom: 0.75rem;
    }

    .headline-card {
        padding: 1.25rem;
        border-radius: 1.2rem;
    }

    .headline-card-meta,
    .headline-card-footer,
    .topbar-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .campaign-pulse-track {
        padding: 0.8rem 0;
    }

    .campaign-pulse-items {
        animation-duration: 34s;
    }

    .organization-headline-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .news-ticker-track {
        padding: 0.8rem 0;
    }

    .news-ticker-items {
        animation-duration: 42s;
    }
}

@media (max-width: 520px) {
    .brand-meta {
        display: none;
    }

    .brand-logo {
        width: 118px;
    }

    .brand-logo-new {
        width: 74px;
    }

    .nav-toggle {
        padding: 0.62rem 0.9rem;
    }

    .admin-brand .brand-logo {
        width: 84px;
    }

    .hero-ketum.with-photo {
        min-height: 380px;
    }

    .person-photo {
        font-size: 2.4rem;
    }

    .gallery-card img {
        height: 210px;
    }

    .tagline-chip {
        width: 100%;
        justify-content: center;
        font-size: 0.82rem;
        text-align: center;
    }

    .campaign-hero-main {
        min-height: 340px;
    }

    .campaign-hero-main .hero-text {
        font-size: 1rem;
    }

    .hero-video-callout {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.9rem;
    }

    .hero-video-play {
        min-width: 58px;
        min-height: 58px;
        font-size: 0.78rem;
    }

    .campaign-metrics {
        gap: 0.7rem;
    }

    .campaign-metric strong {
        font-size: 1.45rem;
    }

    .campaign-metric-head {
        flex-direction: column;
        gap: 0.35rem;
    }

    .campaign-metric-chip {
        align-self: flex-start;
    }

    .office-showcase-photo {
        aspect-ratio: 4 / 3.35;
    }

    .office-showcase-meta div {
        padding: 0.85rem 0.9rem;
    }

    .campaign-metrics {
        grid-template-columns: 1fr;
    }

    .news-search-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .news-search-actions .button {
        width: 100%;
    }

    .campaign-pulse-item {
        font-size: 0.84rem;
    }

    .membership-sticky-cta {
        grid-template-columns: 1fr;
        padding: 0.95rem 0.9rem 0.9rem;
    }

    .membership-sticky-button {
        width: 100%;
    }

    .video-modal-dialog {
        padding: 0.85rem;
        border-radius: 1.15rem;
    }

    .campaign-portrait-media img,
    .ketum-spotlight-media img {
        min-height: 300px;
    }

    .inline-tag-list,
    .news-tag-list,
    .news-tag-cloud {
        gap: 0.4rem;
    }

    .ketum-video-frame iframe {
        min-height: 240px;
    }

    .ketum-video-rail-item {
        grid-template-columns: 1fr;
    }

    .ketum-video-rail-thumb {
        aspect-ratio: 16 / 9;
    }

    .campaign-archipelago {
        display: none;
    }

    .ketum-quote {
        font-size: 1rem;
    }

    .strategic-card h3,
    .premium-news-item h3 {
        font-size: 1.12rem;
    }

    .archipelago-map {
        min-height: 340px;
    }

    .archipelago-stage {
        min-height: 300px;
    }

    .archipelago-image {
        padding: 0.8rem 0.4rem 0.4rem;
    }

    .archipelago-watermark {
        top: 0.85rem;
        right: 0.8rem;
        font-size: 1.55rem;
    }

    .archipelago-note {
        padding: 0.55rem 0.62rem;
        border-radius: 0.85rem;
    }

    .archipelago-note strong {
        font-size: 0.68rem;
    }

    .archipelago-note span {
        font-size: 0.64rem;
        line-height: 1.35;
    }

    .archipelago-marker {
        font-size: 0.64rem;
        padding: 0.28rem 0.5rem;
    }

    .archipelago-node {
        width: 12px;
        height: 12px;
        border-width: 3px;
        box-shadow: 0 0 0 4px rgba(217, 41, 39, 0.16);
    }

    .archipelago-marker-sumatra {
        left: 12%;
    }

    .archipelago-marker-jawa {
        left: 25%;
        top: 52%;
    }

    .archipelago-marker-kalimantan {
        left: 43%;
    }

    .archipelago-marker-sulawesi {
        left: 63%;
    }

    .archipelago-marker-balinusra {
        left: 70%;
        top: 53%;
    }

    .archipelago-marker-maluku {
        left: 76%;
    }

    .archipelago-marker-papua {
        left: 86%;
    }

.news-ticker-item {
        font-size: 0.84rem;
    }
}

.mars-player {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 32;
    width: min(320px, calc(100vw - 2rem));
    padding: 0.95rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 1.2rem;
    background: rgba(255, 251, 246, 0.94);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(14px);
}

.mars-player audio {
    display: none;
}

.mars-player-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.85rem 1rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #d92927 0%, #ee9c21 100%);
    color: #fff;
    font-family: var(--font-display);
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
    box-shadow: 0 16px 32px rgba(217, 41, 39, 0.28);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.mars-player-toggle:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(217, 41, 39, 0.32);
}

.mars-player-toggle:focus-visible {
    outline: 3px solid rgba(238, 156, 33, 0.35);
    outline-offset: 3px;
}

.mars-player-status {
    margin: 0.75rem 0 0;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .mars-player {
        right: 0.75rem;
        left: 0.75rem;
        bottom: 5.75rem;
        width: auto;
        padding: 0.85rem 0.9rem;
        border-radius: 1rem;
    }

    .mars-player-toggle {
        padding: 0.78rem 0.9rem;
        font-size: 0.9rem;
    }

    .mars-player-status {
        font-size: 0.78rem;
    }
}
