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

/* Documentation baseline. All page styles remain under the dedicated namespace. */
.public-theme .mc-documentation-hero {
    position: relative;
    overflow: hidden;
    padding: 118px 0 98px;
    color: #102033;
    background:
        radial-gradient(circle at 88% 18%, rgba(225, 181, 45, .2), transparent 25%),
        linear-gradient(135deg, #fffaf3 0%, #f7efe3 100%);
}

.public-theme .mc-documentation-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -210px;
    width: 430px;
    height: 430px;
    border: 64px solid rgba(233, 32, 39, .08);
    border-radius: 50%;
}

.public-theme .mc-documentation-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 76px;
    align-items: center;
}

.public-theme .mc-documentation-hero__grid::before,
.public-theme .mc-documentation-hero__grid::after {
    display: none;
}

.public-theme .mc-documentation-eyebrow {
    display: inline-block;
    color: #e92027;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.4;
    text-transform: uppercase;
}

.public-theme .mc-documentation-hero h1 {
    margin: 18px 0 22px;
    color: #102033;
    font-size: clamp(46px, 5vw, 68px);
    line-height: 1.04;
    letter-spacing: -.045em;
}

.public-theme .mc-documentation-hero__copy p {
    max-width: 690px;
    margin: 0;
    color: #4e5e68;
    font-size: 19px;
    line-height: 1.72;
}

.public-theme .mc-documentation-hero__visual {
    position: relative;
    min-height: 310px;
}

.public-theme .mc-documentation-frame {
    position: absolute;
    display: block;
    border: 9px solid #fff;
    border-radius: 18px;
    box-shadow: 0 24px 52px rgba(16, 32, 51, .14);
}

.public-theme .mc-documentation-frame::before,
.public-theme .mc-documentation-frame::after {
    content: "";
    position: absolute;
    display: block;
}

.public-theme .mc-documentation-frame::before {
    left: 18%;
    bottom: 18%;
    width: 22%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, .84);
}

.public-theme .mc-documentation-frame::after {
    right: 12%;
    bottom: 14%;
    width: 48%;
    height: 38%;
    clip-path: polygon(0 100%, 42% 18%, 62% 58%, 78% 32%, 100% 100%);
    background: rgba(255, 255, 255, .68);
}

.public-theme .mc-documentation-frame--one {
    top: 7px;
    left: 6%;
    width: 61%;
    aspect-ratio: 1.35;
    transform: rotate(-5deg);
    background: #e92027;
}

.public-theme .mc-documentation-frame--two {
    top: 54px;
    right: 0;
    width: 57%;
    aspect-ratio: 1.24;
    transform: rotate(6deg);
    background: #12364a;
}

.public-theme .mc-documentation-frame--three {
    right: 20%;
    bottom: 0;
    width: 54%;
    aspect-ratio: 1.42;
    transform: rotate(-2deg);
    background: #dfad22;
}

.public-theme .mc-documentation-hero__mark {
    position: absolute;
    top: 8px;
    right: 8%;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 9px solid #e92027;
    border-radius: 50%;
    background: #fffaf3;
}

.public-theme .mc-documentation-content {
    padding: 96px 0 112px;
    background: #f7f1e8;
}

.public-theme .mc-documentation-heading {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: flex-end;
    margin-bottom: 42px;
}

.public-theme .mc-documentation-heading h2 {
    margin: 12px 0 0;
    color: #102033;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.035em;
}

.public-theme .mc-documentation-filter span {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 10px 20px;
    border-radius: 999px;
    color: #fff;
    background: #e92027;
    font-size: 14px;
    font-weight: 700;
}

.public-theme .mc-documentation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.public-theme .mc-documentation-empty {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 54px 32px;
    border-radius: 22px;
    text-align: center;
    background: #fff;
    box-shadow: 0 16px 42px rgba(24, 32, 38, .06);
}

.public-theme .mc-documentation-empty__visual {
    position: relative;
    width: 128px;
    height: 92px;
    margin-bottom: 30px;
}

.public-theme .mc-documentation-empty__visual span {
    position: absolute;
    width: 88px;
    height: 66px;
    border: 4px solid #12364a;
    border-radius: 11px;
    background: #fffaf3;
}

.public-theme .mc-documentation-empty__visual span:first-child {
    top: 0;
    left: 0;
    transform: rotate(-7deg);
}

.public-theme .mc-documentation-empty__visual span:last-child {
    right: 0;
    bottom: 0;
    border-color: #e92027;
    transform: rotate(6deg);
}

.public-theme .mc-documentation-empty h3 {
    margin: 0 0 12px;
    color: #102033;
    font-size: 25px;
    line-height: 1.35;
}

.public-theme .mc-documentation-empty p {
    max-width: 520px;
    margin: 0;
    color: #647178;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .public-theme .mc-documentation-hero {
        padding: 88px 0 78px;
    }

    .public-theme .mc-documentation-hero__grid {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 38px;
    }

    .public-theme .mc-documentation-hero__visual {
        min-height: 250px;
    }

    .public-theme .mc-documentation-content {
        padding: 72px 0 84px;
    }

    .public-theme .mc-documentation-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .public-theme .mc-documentation-hero {
        padding: 64px 0 58px;
    }

    .public-theme .mc-documentation-hero__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .public-theme .mc-documentation-hero h1 {
        font-size: 44px;
    }

    .public-theme .mc-documentation-hero__copy p {
        font-size: 16px;
        line-height: 1.65;
    }

    .public-theme .mc-documentation-hero__visual {
        width: min(310px, 94%);
        min-height: 236px;
        margin: 0 auto;
    }

    .public-theme .mc-documentation-content {
        padding: 56px 0 64px;
    }

    .public-theme .mc-documentation-heading {
        display: block;
        margin-bottom: 28px;
    }

    .public-theme .mc-documentation-heading h2 {
        font-size: 31px;
    }

    .public-theme .mc-documentation-filter {
        margin-top: 20px;
    }

    .public-theme .mc-documentation-grid {
        grid-template-columns: 1fr;
    }

    .public-theme .mc-documentation-empty {
        min-height: 330px;
        padding: 44px 22px;
        border-radius: 17px;
    }

    .public-theme .mc-documentation-empty h3 {
        font-size: 22px;
    }
}

/* Single publication page only. */
.public-theme .mc-publication-sidebar {
    align-self: stretch;
}

@media (min-width: 992px) {
    .public-theme .mc-publication-sidebar__sticky {
        position: sticky;
        top: 96px;
    }
}

.public-theme .mc-publication-sidebar__cover img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.public-theme .mc-publication-detail-prose h2,
.public-theme .mc-publication-detail-prose h3 {
    color: #102033;
    line-height: 1.3;
}

.public-theme .mc-publication-detail-prose h2 {
    margin: 38px 0 16px;
    font-size: 27px;
}

.public-theme .mc-publication-detail-prose h3 {
    margin: 28px 0 12px;
    font-size: 20px;
}

.public-theme .mc-publication-detail-prose p {
    margin: 0 0 18px;
}

.public-theme .mc-publication-detail-prose ul,
.public-theme .mc-publication-detail-prose ol {
    margin: 0 0 22px;
    padding-left: 25px;
}

.public-theme .mc-publication-detail-prose li {
    margin-bottom: 8px;
    padding-left: 4px;
}

.public-theme .mc-publication-detail-prose strong {
    color: #102033;
}

.public-theme .mc-publication-sidebar__card .pm-info-item {
    overflow-wrap: anywhere;
}

.public-theme .mc-publication-related__header {
    padding-top: 18px;
}

@media (max-width: 991px) {
    .public-theme .mc-publication-detail-layout {
        grid-template-columns: 1fr;
    }

    .public-theme .mc-publication-sidebar__sticky {
        position: static;
        margin-top: 28px;
    }

    .public-theme .mc-publication-sidebar__cover {
        max-width: 560px;
    }
}

/* Current Framer footer geometry, backed by local static assets. */
.public-theme .pm-footer {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 350px;
    height: 350px;
    padding: 60px 0;
    background: var(--mc-red);
    color: #fff;
}

.public-theme .pm-footer::before {
    content: none;
}

.public-theme .pm-footer > .container {
    width: calc(100% - 48px);
    max-width: 1040px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

.public-theme .pm-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 63%) minmax(0, 37%);
    align-items: stretch;
    min-height: 230px;
}

.public-theme .pm-footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.public-theme .pm-footer-left-top {
    display: flex;
    align-items: center;
    gap: 98px;
}

.public-theme .pm-footer-brand {
    display: flex;
    flex: 0 0 340px;
    width: 340px;
    height: 182px;
}

.public-theme .pm-footer-brand .pm-footer-logo {
    display: block;
    width: 340px;
    height: 182px;
    object-fit: cover;
}

.public-theme .pm-footer-links {
    flex: 0 0 181px;
    width: 181px;
    padding: 0;
    text-align: left;
}

.public-theme .pm-footer-links > div {
    min-height: 25px;
}

.public-theme .pm-footer-links a {
    color: #fff;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 500;
    line-height: 15.6px;
}

.public-theme .pm-footer-support-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    min-width: 0;
}

.public-theme .pm-footer .footer-supporters__title {
    margin: 0 0 10px;
    color: #fff;
    font-size: 16px;
    line-height: 22.4px;
    text-align: right;
}

.public-theme .footer-supporters__logos {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 27px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.public-theme .footer-supporters__logo {
    width: 88px;
    height: 100px;
    max-width: none;
    object-fit: cover;
}

.public-theme .pm-footer-description {
    width: 100%;
    max-width: 507px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 22.4px;
}

.public-theme .pm-footer-support-column small {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    text-align: right;
}

@media (min-width: 1200px) {
    .public-theme .pm-navbar .navbar-brand.pm-brand {
        margin-left: -6px;
    }

    .public-theme .pm-navbar .navbar-nav > li:last-child > a {
        margin-left: 152px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .public-theme .pm-footer {
        height: auto;
        min-height: 350px;
    }

    .public-theme .pm-footer-grid {
        grid-template-columns: minmax(0, 60%) minmax(260px, 40%);
        gap: 24px;
    }

    .public-theme .pm-footer-left-top {
        gap: clamp(28px, 5vw, 60px);
    }

    .public-theme .pm-footer-brand,
    .public-theme .pm-footer-brand .pm-footer-logo {
        width: clamp(210px, 29vw, 280px);
        height: auto;
        aspect-ratio: 340 / 182;
    }

    .public-theme .pm-footer-brand {
        flex-basis: clamp(210px, 29vw, 280px);
    }

    .public-theme .pm-footer-links {
        flex: 1 1 150px;
        width: auto;
    }
}

.public-theme .mc-documentation-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(16, 32, 51, .08);
}

.public-theme .mc-documentation-card__visual {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #12364a;
}

.public-theme .mc-documentation-card__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.public-theme .mc-documentation-card:hover .mc-documentation-card__visual img {
    transform: scale(1.035);
}

.public-theme .mc-documentation-card__fallback {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #12364a 0 55%, #e92027 55% 75%, #dfad22 75%);
}

.public-theme .mc-documentation-card__play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    padding-left: 3px;
    border-radius: 50%;
    color: #e92027;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
    transform: translate(-50%, -50%);
}

.public-theme .mc-documentation-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
}

.public-theme .mc-documentation-card__meta,
.public-theme .mc-documentation-detail__meta {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #6d787d;
    font-size: 12px;
}

.public-theme .mc-documentation-card__meta span,
.public-theme .mc-documentation-detail__meta span {
    padding: 5px 10px;
    border-radius: 999px;
    color: #fff;
    background: #e92027;
    font-weight: 700;
    text-transform: uppercase;
}

.public-theme .mc-documentation-card h3 {
    margin: 16px 0 12px;
    font-size: 22px;
    line-height: 1.34;
}

.public-theme .mc-documentation-card h3 a {
    color: #102033;
}

.public-theme .mc-documentation-card p {
    margin: 0 0 22px;
    color: #647178;
    font-size: 14px;
    line-height: 1.7;
}

.public-theme .mc-documentation-card__action {
    margin-top: auto;
    color: #e92027;
    font-size: 14px;
    font-weight: 700;
}

.public-theme .mc-documentation-card__category {
    margin-top: 12px;
    color: #9b6b00;
    font-size: 13px;
    font-weight: 700;
}

.public-theme .mc-documentation-pagination {
    margin-top: 34px;
    text-align: center;
}

.public-theme .mc-documentation-detail__header {
    padding: 88px 0 74px;
    color: #102033;
    background: linear-gradient(135deg, #fffaf3, #f3e8d8);
}

.public-theme .mc-documentation-detail__header .container {
    max-width: 980px;
}

.public-theme .mc-documentation-detail__back {
    display: inline-block;
    margin-bottom: 35px;
    color: #e92027;
    font-weight: 700;
}

.public-theme .mc-documentation-detail__header h1 {
    max-width: 900px;
    margin: 20px 0;
    color: #102033;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.public-theme .mc-documentation-detail__header p {
    max-width: 760px;
    margin: 0;
    color: #56656d;
    font-size: 18px;
    line-height: 1.7;
}

.public-theme .mc-documentation-detail__content {
    padding: 84px 0 108px;
    background: #f7f1e8;
}

.public-theme .mc-documentation-detail__content .container {
    max-width: 980px;
}

.public-theme .mc-documentation-player {
    overflow: hidden;
    border-radius: 20px;
    background: #071521;
    box-shadow: 0 22px 52px rgba(16, 32, 51, .18);
}

.public-theme .mc-documentation-player video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #071521;
}

.public-theme .mc-documentation-video-link {
    min-height: 360px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.public-theme .mc-documentation-detail__body {
    padding: 38px 42px;
    border-radius: 18px;
    color: #43535d;
    background: #fff;
    font-size: 16px;
    line-height: 1.85;
    box-shadow: 0 14px 36px rgba(16, 32, 51, .06);
}

.public-theme .mc-documentation-detail__body h2,
.public-theme .mc-documentation-training-info h2,
.public-theme .mc-documentation-related h2 {
    margin: 0 0 18px;
    color: #102033;
    font-size: 28px;
    line-height: 1.3;
}

.public-theme .mc-documentation-training-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(270px, .8fr);
    gap: 28px;
    align-items: start;
    margin-top: 38px;
}

.public-theme .mc-documentation-training-info {
    padding: 30px;
    border-radius: 18px;
    color: #43535d;
    background: #fff;
    box-shadow: 0 14px 36px rgba(16, 32, 51, .06);
}

.public-theme .mc-documentation-training-info__item + .mc-documentation-training-info__item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e1e5e2;
}

.public-theme .mc-documentation-training-info__item strong {
    display: block;
    margin-bottom: 6px;
    color: #102033;
    font-size: 13px;
}

.public-theme .mc-documentation-speakers {
    display: grid;
    gap: 13px;
}

.public-theme .mc-documentation-speaker {
    display: grid;
    gap: 3px;
}

.public-theme .mc-documentation-speaker__name {
    color: #102033;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.public-theme .mc-documentation-speaker__detail {
    color: #69747a;
    font-size: 13px;
    line-height: 1.5;
}

.public-theme .mc-documentation-related {
    margin-top: 54px;
}

.public-theme .mc-documentation-related > header {
    margin-bottom: 24px;
}

.public-theme .mc-documentation-related > header p {
    margin: 0;
    color: #647178;
}

.public-theme .mc-documentation-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.public-theme .mc-documentation-related-card {
    overflow: hidden;
    display: flex;
    min-width: 0;
    flex-direction: column;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 32, 51, .07);
}

.public-theme .mc-documentation-related-card__image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e9edea;
}

.public-theme .mc-documentation-related-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.public-theme .mc-documentation-related-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
}

.public-theme .mc-documentation-related-card__body > span {
    color: #9b6b00;
    font-size: 12px;
    font-weight: 700;
}

.public-theme .mc-documentation-related-card h3 {
    margin: 12px 0;
    overflow-wrap: anywhere;
    font-size: 18px;
    line-height: 1.4;
}

.public-theme .mc-documentation-related-card h3 a {
    color: #102033;
}

.public-theme .mc-documentation-related-card p {
    margin: 0 0 20px;
    color: #647178;
    font-size: 14px;
    line-height: 1.65;
}

.public-theme .mc-documentation-related-card .button {
    margin-top: auto;
}

.public-theme .mc-documentation-detail__bottom-back {
    display: inline-block;
    margin-top: 42px;
    color: #e92027;
    font-weight: 700;
}

@media (max-width: 991px) {
    .public-theme .mc-documentation-training-layout,
    .public-theme .mc-documentation-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-theme .mc-documentation-detail__body {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .public-theme .mc-documentation-detail__header {
        padding: 62px 0 54px;
    }

    .public-theme .mc-documentation-detail__back {
        margin-bottom: 26px;
    }

    .public-theme .mc-documentation-detail__header h1 {
        font-size: 39px;
    }

    .public-theme .mc-documentation-detail__header p {
        font-size: 16px;
    }

    .public-theme .mc-documentation-detail__content {
        padding: 52px 0 68px;
    }

    .public-theme .mc-documentation-player {
        border-radius: 14px;
    }

    .public-theme .mc-documentation-detail__body {
        padding: 26px 22px;
        border-radius: 14px;
    }

    .public-theme .mc-documentation-training-layout,
    .public-theme .mc-documentation-related__grid {
        grid-template-columns: 1fr;
    }

    .public-theme .mc-documentation-training-layout {
        margin-top: 26px;
    }

    .public-theme .mc-documentation-training-info {
        padding: 26px 22px;
        border-radius: 14px;
    }
}

@media (max-width: 767px) {
    .public-theme .pm-footer {
        display: block;
        width: 100%;
        min-width: 0;
        height: auto;
        min-height: 0;
        padding: 48px 0;
        transform: none;
    }

    .public-theme .pm-footer-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 32px;
        min-height: 0;
    }

    .public-theme .pm-footer-left {
        display: contents;
    }

    .public-theme .pm-footer-left-top {
        display: contents;
    }

    .public-theme .pm-footer-brand,
    .public-theme .pm-footer-brand .pm-footer-logo {
        width: min(280px, 100%);
        height: auto;
        aspect-ratio: 340 / 182;
    }

    .public-theme .pm-footer-brand {
        flex-basis: auto;
    }

    .public-theme .pm-footer-links {
        width: 100%;
        flex-basis: auto;
    }

    .public-theme .pm-footer .footer-supporters__title,
    .public-theme .pm-footer-support-column small {
        text-align: left;
    }

    .public-theme .footer-supporters__logos {
        justify-content: flex-start;
        gap: 18px;
    }

    .public-theme .footer-supporters__logo {
        width: min(88px, 27%);
        height: auto;
        aspect-ratio: 88 / 100;
    }

    .public-theme .pm-footer-description {
        max-width: 100%;
    }

    .public-theme .pm-footer-support-column {
        gap: 32px;
    }
}

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

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

:root {
    --mc-cream: #faf6f0;
    --mc-deep-blue: #0d1b2a;
    --mc-old-red: #b10f17;
    --mc-red: #e31e24;
    --mc-sand: #f2e8d6;
    --mc-gold: #d4af37;
    --mc-young-ash: #e6e6e6;
    --mc-bg: var(--mc-cream);
    --mc-surface: #ffffff;
    --mc-text: var(--mc-deep-blue);
    --mc-muted: #4d4d4d;
    --mc-primary: var(--mc-red);
    --mc-primary-hover: var(--mc-old-red);
    --mc-accent: var(--mc-gold);
    --mc-border: rgba(13, 27, 42, .12);
    --mc-radius-sm: 8px;
    --mc-radius: 10px;
    --mc-radius-lg: 16px;
    --mc-shadow: 0 12px 30px rgba(13, 27, 42, .08);
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Roboto', Arial, sans-serif;
}

/* Public design language calibrated against the current Framer reference. */
.public-theme {
    color: var(--mc-text);
    background: var(--mc-cream);
    font-family: var(--font-body);
}

.public-theme main h1,
.public-theme main h2,
.public-theme main h3,
.public-theme main h4,
.public-theme .pm-navbar,
.public-theme .pm-hero-title,
.public-theme .pm-section-kicker,
.public-theme .button {
    font-family: var(--font-heading) !important;
}

.public-theme .pm-navbar {
    min-height: 78px;
    background: rgb(250, 246, 240);
    border: 0;
    border-bottom: 1px solid rgba(13, 27, 42, .06);
    box-shadow: none;
    backdrop-filter: blur(14px);
}

@media (min-width: 1200px) {
    .public-theme .pm-hero > .container,
    .public-theme main > .pm-section > .container,
    .public-theme .pm-footer > .container {
        width: 1070px;
    }

    .public-theme .pm-navbar > .container {
        width: 1040px;
    }

    .public-theme .pm-navbar .navbar-brand.pm-brand {
        margin-left: -24px;
    }

    .public-theme .pm-navbar .navbar-nav > li:last-child > a {
        margin-left: 152px;
    }
}

.public-theme .pm-navbar .navbar-brand.pm-brand {
    height: 78px;
}

.public-theme .pm-navbar .pm-brand-logo {
    width: 123px;
    height: 63px;
}

.public-theme .pm-navbar .navbar-nav > li > a {
    padding: 29px 17px 27px;
    color: var(--mc-red) !important;
    font-family: var(--font-heading) !important;
    font-size: 13px;
    font-weight: 500;
}

.public-theme .pm-navbar .navbar-nav > li > a:hover,
.public-theme .pm-navbar .navbar-nav > li > a:focus,
.public-theme .pm-navbar .navbar-nav > li.active > a {
    color: var(--mc-old-red) !important;
}

.public-theme .pm-navbar .navbar-nav > li:last-child > a {
    min-height: 40px;
    margin: 18px 0 0 18px;
    padding: 12px 18px;
    line-height: 15.6px;
    border-radius: 5px;
    background: var(--mc-red) !important;
    color: #fff !important;
    font-weight: 600;
}

.public-theme .pm-navbar .navbar-nav > li.active > a::after {
    content: none;
}

.public-theme .pm-navbar .navbar-nav > li:last-child.active > a::after {
    content: none;
}

.public-theme .pm-hero {
    min-height: 558px;
    margin-top: 0;
    padding: 106px 0 29px;
    color: #fff;
    background-image:
        linear-gradient(90deg, rgba(13, 27, 42, .78) 0%, rgba(13, 27, 42, .58) 46%, rgba(13, 27, 42, .08) 100%),
        url('/assets/maluku-connection/home/hero-community-latest.jpg');
    background-position: center;
    background-size: cover;
}

.public-theme .pm-hero::after {
    content: none;
}

.public-theme .pm-hero-content {
    max-width: 660px;
    padding-top: 66px;
}

.public-theme .pm-hero-title {
    max-width: 660px;
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 4.2vw, 58px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.035em;
}

.public-theme .pm-hero-title span {
    display: block;
}

.public-theme .pm-hero-copy {
    max-width: 620px;
    margin-top: 16px;
    color: rgba(255, 255, 255, .92);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
}

.public-theme .pm-hero-actions {
    margin-top: 23px;
}

.public-theme .pm-hero .pm-btn-secondary {
    background: transparent !important;
    border-color: rgba(255, 255, 255, .8) !important;
    color: #fff !important;
    box-shadow: none;
}

.public-theme .button {
    border-radius: 5px !important;
    font-weight: 500 !important;
}

.public-theme .pm-section {
    padding: 88px 0;
}

.public-theme .pm-section-intro,
.public-theme .pm-section-warm {
    background: var(--mc-cream);
}

.public-theme .pm-section-intro {
    padding-top: 45px;
    padding-bottom: 56px;
}

.public-theme .pm-section-soft {
    background: var(--mc-young-ash);
}

.public-theme .pm-section-alt {
    background: var(--mc-sand);
}

.public-theme .pm-section-kicker {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--mc-red);
    font-size: 13px;
    font-weight: 600;
}

.public-theme .pm-section-title {
    margin-top: 12px;
    color: var(--mc-deep-blue);
    font-size: clamp(32px, 3.3vw, 46px);
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -.025em;
}

.public-theme .pm-section-lead,
.public-theme .pm-section-header p {
    color: var(--mc-muted);
    line-height: 1.7;
}

.public-theme .pm-text-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-top: 20px;
    color: var(--mc-red);
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 600;
}

.public-theme .pm-text-link:hover,
.public-theme .pm-text-link:focus {
    color: var(--mc-old-red);
}

/* Lightweight equivalent of the reference's restrained entrance motion. */
.mc-motion-ready [data-mc-reveal] {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition:
        opacity 520ms cubic-bezier(.22, 1, .36, 1),
        transform 520ms cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--mc-reveal-delay, 0ms);
}

.mc-motion-ready [data-mc-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.public-theme .pm-intro-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.public-theme .pm-intro-grid::before,
.public-theme .pm-intro-grid::after {
    content: none;
}

.public-theme .pm-intro-grid > [class*='col-'] {
    display: block;
    width: auto;
    padding: 0;
}

.public-theme .pm-stat-card {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.public-theme .pm-stat-card:hover {
    transform: none;
    border: 0;
    box-shadow: none;
}

.public-theme img.pm-stat-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
}

.public-theme .pm-stat-card strong {
    color: var(--mc-deep-blue);
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 600;
}

.public-theme .pm-stat-card p {
    margin-top: 5px;
    color: var(--mc-deep-blue);
    line-height: 1.5;
}

/* Homepage follows the supplied Framer composition, independently of list pages. */
.public-theme .mc-home-about {
    display: grid;
    grid-template-columns: 1.15fr 2fr;
    gap: 85px;
    align-items: start;
}

.public-theme .mc-home-about .pm-section-title {
    margin: 0;
    font-size: 36px;
}

.public-theme .mc-home-about .pm-section-lead {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.55;
}

.public-theme .mc-home-about .pm-stat-card strong {
    display: block;
    font-size: 20px;
    line-height: 1.3;
}

.public-theme .mc-home-about img.pm-stat-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
}

.public-theme .mc-home-features {
    padding: 76px 0 82px;
    background: #fff;
}

.public-theme .mc-home-features .pm-section-header {
    max-width: 680px;
    margin: 0 auto 54px;
    text-align: center;
}

.public-theme .mc-home-features .pm-section-title {
    margin: 0;
    font-size: 44px;
    line-height: 1.12;
}

.public-theme .mc-home-features .pm-section-header p {
    margin: 20px auto 0;
    color: var(--mc-deep-blue);
    font-size: 16px;
    line-height: 1.55;
}

.public-theme .mc-home-features .pm-card-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 80px;
}

.public-theme .mc-home-features .pm-action-card {
    flex: 0 0 270px;
    min-height: 348px;
    padding: 42px 26px 32px;
    border: 0;
    border-radius: 10px;
    background: var(--mc-cream);
    text-align: center;
}

.public-theme .mc-home-features img.pm-action-icon {
    width: 104px;
    height: 104px;
    margin: 0 auto 30px;
    object-fit: contain;
}

.public-theme .mc-home-features .pm-action-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.35;
}

.public-theme .mc-home-features .pm-action-card p {
    margin: 0;
    color: #111;
    font-size: 15px;
    line-height: 1.55;
}

.public-theme .mc-home-modules {
    padding: 70px 0 66px;
    background: var(--mc-young-ash);
}

.public-theme .mc-home-modules .pm-section-header {
    max-width: 880px;
    margin-bottom: 52px;
}

.public-theme .mc-home-modules .pm-section-title {
    margin: 0;
    font-size: 44px;
    line-height: 1.12;
}

.public-theme .mc-home-modules .pm-section-header p {
    max-width: 740px;
    margin-top: 22px;
    color: var(--mc-deep-blue);
    font-size: 16px;
    line-height: 1.55;
}

.public-theme .mc-home-modules-title {
    margin: 0 0 32px;
    color: var(--mc-deep-blue);
    font-size: 34px;
    font-weight: 700;
}

.public-theme .mc-home-modules .pm-module-card {
    min-height: 430px;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
}

.public-theme .mc-home-modules .pm-module-thumb {
    height: 188px;
}

.public-theme .mc-home-modules .pm-module-body {
    min-height: 242px;
    padding: 20px 20px 22px;
}

.public-theme .mc-home-modules .pm-pill {
    padding: 8px 18px;
    font-size: 12px;
}

.public-theme .mc-home-modules .pm-module-body h4 {
    min-height: 56px;
    margin-top: 18px;
    font-size: 21px;
    line-height: 1.3;
}

.public-theme .mc-home-modules .pm-module-body p {
    min-height: 48px;
    font-size: 14px;
    line-height: 1.55;
}

.public-theme .mc-home-modules .pm-btn-card {
    padding: 11px 18px !important;
    border-color: var(--mc-red) !important;
    background: var(--mc-red) !important;
    color: #fff !important;
    font-size: 14px;
}

.public-theme .mc-home-modules .pm-btn-card:hover,
.public-theme .mc-home-modules .pm-btn-card:focus {
    border-color: var(--mc-old-red) !important;
    background: var(--mc-old-red) !important;
}

.public-theme .mc-home-modules-more {
    margin-top: 30px;
    text-align: center;
}

@media (min-width: 992px) {
    .public-theme .mc-home-modules {
        padding-bottom: 52px;
    }
}

.public-theme .mc-home-stories {
    padding: 64px 0;
    background: var(--mc-cream);
}

.public-theme .mc-home-stories > .container {
    width: min(1070px, calc(100% - 40px));
}

.public-theme .mc-home-stories-layout {
    display: grid;
    grid-template-columns: 312px minmax(0, 1fr);
    gap: 76px;
    align-items: stretch;
}

.public-theme .mc-home-stories-intro {
    grid-column: 1;
    grid-row: 1;
}

.public-theme .mc-publication-slider {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.public-theme .mc-home-stories-intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.public-theme .mc-home-stories-intro h2 {
    margin: 0;
    color: var(--mc-deep-blue);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.025em;
}

.public-theme .mc-home-stories-intro > p {
    margin: 20px 0 0;
    color: var(--mc-deep-blue);
    font-size: 16px;
    line-height: 1.55;
}

.public-theme .mc-home-stories-intro > .button {
    margin-top: 34px;
}

.public-theme .mc-publication-nav {
    display: flex;
    gap: 12px;
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    margin-top: 0;
    padding-top: 42px;
}

.public-theme .mc-publication-nav[hidden] {
    display: none;
}

.public-theme .mc-publication-arrow {
    position: relative;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.public-theme .mc-publication-arrow img {
    position: absolute;
    inset: 0;
    display: block;
    width: 46px;
    height: 46px;
    transition: opacity 180ms ease;
}

.public-theme .mc-publication-arrow .mc-arrow-hover {
    opacity: 0;
}

.public-theme .mc-publication-arrow:hover .mc-arrow-default,
.public-theme .mc-publication-arrow:focus-visible .mc-arrow-default {
    opacity: 0;
}

.public-theme .mc-publication-arrow:hover .mc-arrow-hover,
.public-theme .mc-publication-arrow:focus-visible .mc-arrow-hover {
    opacity: 1;
}

.public-theme .mc-publication-arrow:focus-visible {
    outline: 3px solid rgba(212, 175, 55, .42);
    outline-offset: 3px;
}

.public-theme .mc-publication-arrow:disabled {
    opacity: .35;
    cursor: not-allowed;
}

.public-theme .mc-publication-viewport {
    overflow: hidden;
}

.public-theme .mc-publication-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 24px) / 2);
    column-gap: 24px;
    transition: transform 420ms cubic-bezier(.22, 1, .36, 1);
    will-change: transform;
}

.public-theme .mc-publication-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 435px;
    overflow: hidden;
    border-radius: 10px;
    background: var(--mc-sand);
}

.public-theme .mc-publication-image {
    display: block;
    aspect-ratio: 1.42 / 1;
    overflow: hidden;
    background: var(--mc-young-ash);
}

.public-theme .mc-publication-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.public-theme .mc-publication-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px 26px;
}

.public-theme .mc-publication-body h3 {
    min-height: 58px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
}

.public-theme .mc-publication-body h3 a {
    display: -webkit-box;
    overflow: hidden;
    color: var(--mc-old-red);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.public-theme .mc-publication-body time {
    margin-top: 14px;
    color: #7a7a7a;
    font-size: 14px;
}

.public-theme .mc-publication-body > .button {
    margin-top: auto;
}

.public-theme .mc-publication-empty {
    display: flex;
    min-height: 360px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(13, 27, 42, .1);
    border-radius: 10px;
    text-align: center;
}

.public-theme .mc-publication-empty img {
    width: 150px;
    max-height: 130px;
}

.public-theme .mc-home-join {
    min-height: 560px;
    padding: 80px 0;
    background: var(--mc-sand);
}

.public-theme .mc-home-join > .container {
    width: min(1070px, calc(100% - 40px));
}

.public-theme .mc-home-join-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    align-items: center;
    min-height: 400px;
}

.public-theme .mc-home-join-visual {
    align-self: stretch;
    min-height: 400px;
    background-color: rgba(255, 255, 255, .12);
    background-image: repeating-linear-gradient(
        135deg,
        rgba(13, 27, 42, .08) 0,
        rgba(13, 27, 42, .08) 22px,
        transparent 22px,
        transparent 45px
    );
    filter: blur(.15px);
}

.public-theme .mc-home-join-copy {
    display: flex;
    min-height: 400px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 68px;
    text-align: right;
}

.public-theme .mc-home-join h2 {
    margin: 0;
    color: var(--mc-deep-blue);
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0;
}

.public-theme .mc-home-join-copy p {
    max-width: 500px;
    margin: 16px 0 0;
    color: var(--mc-deep-blue);
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 400;
}

.public-theme .mc-home-join-actions {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    gap: 30px;
}

.public-theme .mc-home-join-actions .button {
    width: auto;
    margin: 0;
    padding: 12px 14px !important;
    border-radius: 5px !important;
    font-family: var(--font-body) !important;
    font-size: 14px;
    line-height: 22.4px !important;
    letter-spacing: -.28px !important;
    text-align: center;
}

.public-theme .mc-home-join-actions .pm-btn-secondary {
    border-color: var(--mc-red) !important;
    background: transparent !important;
    color: var(--mc-red) !important;
}

.public-theme .mc-home-join-actions .pm-btn-secondary:hover,
.public-theme .mc-home-join-actions .pm-btn-secondary:focus {
    border-color: var(--mc-old-red) !important;
    background: rgba(255, 255, 255, .24) !important;
    color: var(--mc-old-red) !important;
}

.public-theme .pm-action-card,
.public-theme .pm-module-card,
.public-theme .pm-filter-card,
.public-theme .pm-reading-card,
.public-theme .pm-detail-card,
.public-theme .pm-contact-card,
.public-theme .pm-auth-box,
.public-theme .pm-public-form-card {
    border: 1px solid rgba(13, 27, 42, .10);
    border-radius: var(--mc-radius);
    background: #fff;
    box-shadow: none;
}

.public-theme .pm-action-card:hover,
.public-theme .pm-module-card:hover {
    transform: translateY(-3px);
    border-color: rgba(227, 30, 36, .24);
    box-shadow: var(--mc-shadow);
}

.public-theme img.pm-action-icon {
    width: 58px;
    height: 58px;
}

.public-theme .pm-card-badge,
.public-theme .pm-pill,
.public-theme .pm-topic-list span {
    border-radius: 5px;
    background: var(--mc-gold);
    color: var(--mc-deep-blue);
    font-family: var(--font-heading) !important;
    font-weight: 500;
}

.public-theme .pm-module-thumb {
    background: var(--mc-sand);
}

.public-theme .pm-module-body h4 {
    font-weight: 600;
}

.public-theme input,
.public-theme textarea,
.public-theme select,
.public-theme .form-control {
    border-color: rgba(13, 27, 42, .16);
    border-radius: var(--mc-radius-sm);
    color: var(--mc-deep-blue);
    background: #fff;
}

.public-theme input:focus,
.public-theme textarea:focus,
.public-theme select:focus,
.public-theme .form-control:focus {
    border-color: var(--mc-red) !important;
    box-shadow: 0 0 0 3px rgba(227, 30, 36, .10) !important;
}

/* About page — native reconstruction of the latest supplied Framer export. */
.public-theme .mc-about-opening {
    padding: 118px 0 80px;
    background: var(--mc-sand);
}

.public-theme .mc-about-opening-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.15fr);
    gap: 58px;
    align-items: center;
}

.public-theme .mc-about-opening-grid::before,
.public-theme .mc-about-opening-grid::after {
    content: none;
}

.public-theme .mc-about-opening-copy h1 {
    margin: 0 0 22px;
    color: var(--mc-deep-blue);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -.025em;
}

.public-theme .mc-about-opening-copy p {
    margin: 0 0 18px;
    color: var(--mc-deep-blue);
    font-size: 16px;
    line-height: 1.48;
}

.public-theme .mc-about-opening-image {
    display: block;
    width: 100%;
    aspect-ratio: 1.325 / 1;
    object-fit: cover;
}

.public-theme .mc-about-journey {
    padding: 78px 0 88px;
    background: #fff;
}

.public-theme .mc-about-journey-header {
    max-width: 980px;
    margin: 0 auto 48px;
    text-align: center;
}

.public-theme .mc-about-journey-header h2 {
    margin: 0;
    color: var(--mc-deep-blue);
    font-size: 46px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -.03em;
}

.public-theme .mc-about-journey-header p {
    max-width: 880px;
    margin: 24px auto 0;
    color: var(--mc-deep-blue);
    font-size: 16px;
    line-height: 1.5;
}

.public-theme .mc-about-steps {
    padding: 48px 38px 54px;
    border: 3px solid var(--mc-red);
    border-radius: 24px;
}

.public-theme .mc-about-steps > h3 {
    margin: 0 0 42px;
    color: var(--mc-old-red);
    font-size: 34px;
    font-weight: 700;
}

.public-theme .mc-about-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 38px;
}

.public-theme .mc-about-step strong {
    display: block;
    margin-bottom: 18px;
    color: var(--mc-red);
    font-family: var(--font-heading);
    font-size: 42px;
    font-style: italic;
    line-height: 1;
}

.public-theme .mc-about-step h4 {
    min-height: 54px;
    margin: 0 0 14px;
    color: var(--mc-deep-blue);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.public-theme .mc-about-step p {
    margin: 0;
    color: var(--mc-deep-blue);
    font-size: 14px;
    line-height: 1.45;
}

.public-theme .mc-about-audience {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.15fr);
    gap: 62px;
    align-items: end;
    margin-top: 92px;
}

.public-theme .mc-about-audience h2 {
    margin: 0;
    color: var(--mc-deep-blue);
    font-size: 36px;
    font-weight: 700;
}

.public-theme .mc-about-audience-lead {
    margin: 8px 0 36px;
    font-size: 15px;
    line-height: 1.5;
}

.public-theme .mc-about-audience-list article + article {
    margin-top: 30px;
}

.public-theme .mc-about-audience-list h3 {
    margin: 0 0 8px;
    color: var(--mc-deep-blue);
    font-size: 20px;
    font-weight: 600;
}

.public-theme .mc-about-audience-list p {
    margin: 0;
    color: var(--mc-deep-blue);
    font-size: 14px;
    line-height: 1.5;
}

.public-theme .mc-about-audience > img {
    display: block;
    width: 100%;
    aspect-ratio: 1.59 / 1;
    object-fit: cover;
}

.public-theme .mc-about-cta {
    padding: 70px 0 78px;
    background: var(--mc-cream);
    text-align: center;
}

.public-theme .mc-about-cta h2 {
    margin: 0;
    color: var(--mc-red);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -.025em;
}

.public-theme .mc-about-cta-actions {
    display: flex;
    justify-content: center;
    gap: 74px;
    margin-top: 52px;
}

.public-theme .mc-about-cta-actions .button {
    min-width: 180px;
}

@media (max-width: 991px) {
    .public-theme .mc-about-opening {
        padding: 104px 0 64px;
    }

    .public-theme .mc-about-opening-grid,
    .public-theme .mc-about-audience {
        gap: 38px;
    }

    .public-theme .mc-about-opening-copy h1,
    .public-theme .mc-about-cta h2 {
        font-size: 32px;
    }

    .public-theme .mc-about-journey-header h2 {
        font-size: 38px;
    }

    .public-theme .mc-about-steps {
        padding: 38px 30px 44px;
    }

    .public-theme .mc-about-steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px;
    }

    .public-theme .mc-about-step h4 {
        min-height: 0;
    }

    .public-theme .mc-about-cta-actions {
        gap: 22px;
    }
}

@media (max-width: 767px) {
    .public-theme .mc-about-opening {
        padding: 92px 0 48px;
    }

    .public-theme .mc-about-opening-grid,
    .public-theme .mc-about-audience {
        grid-template-columns: 1fr;
    }

    .public-theme .mc-about-opening-image {
        grid-row: 1;
    }

    .public-theme .mc-about-opening-copy h1 {
        font-size: 30px;
    }

    .public-theme .mc-about-journey {
        padding: 58px 0 64px;
    }

    .public-theme .mc-about-journey-header h2 {
        font-size: 32px;
    }

    .public-theme .mc-about-journey-header h2 br,
    .public-theme .mc-about-cta h2 br {
        display: none;
    }

    .public-theme .mc-about-steps {
        padding: 30px 24px 36px;
        border-width: 2px;
        border-radius: 18px;
    }

    .public-theme .mc-about-steps > h3 {
        margin-bottom: 34px;
        font-size: 28px;
    }

    .public-theme .mc-about-steps-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .public-theme .mc-about-step strong {
        font-size: 36px;
    }

    .public-theme .mc-about-audience {
        margin-top: 62px;
    }

    .public-theme .mc-about-audience > img {
        grid-row: 1;
    }

    .public-theme .mc-about-cta {
        padding: 54px 0 62px;
    }

    .public-theme .mc-about-cta h2 {
        font-size: 29px;
    }

    .public-theme .mc-about-cta-actions {
        flex-direction: column;
        gap: 14px;
        align-items: center;
        margin-top: 36px;
    }

    .public-theme .mc-about-cta-actions .button {
        width: min(100%, 280px);
    }
}

/* Shared authenticated workspace language; menu visibility and role logic stay untouched. */
.mc-authenticated {
    background: var(--mc-cream) !important;
    color: var(--mc-deep-blue);
    font-family: var(--font-body) !important;
}

.mc-authenticated h1,
.mc-authenticated h2,
.mc-authenticated h3,
.mc-authenticated h4,
.mc-authenticated h5,
.mc-authenticated h6,
.mc-authenticated .nav-section-title,
.mc-authenticated .nav-link,
.mc-authenticated .btn,
.mc-authenticated button {
    font-family: var(--font-heading) !important;
}

.mc-authenticated .sidebar {
    background: var(--mc-deep-blue);
}

.mc-authenticated .sidebar-brand h2 {
    font-weight: 600;
}

.mc-authenticated .mc-auth-sidebar .nav-link {
    min-height: 44px;
    padding: 9px 15px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
}

.mc-authenticated .mc-auth-sidebar .nav-link.active {
    background: rgba(227, 30, 36, .16);
    color: #fff;
}

.mc-authenticated .mc-auth-sidebar .nav-link.active::before {
    top: 8px;
    bottom: 8px;
    width: 3px;
    background: var(--mc-red);
}

.mc-authenticated .content {
    background:
        linear-gradient(180deg, rgba(250, 246, 240, .96), rgba(255, 255, 255, .92));
}

.mc-authenticated .topbar,
.mc-authenticated .card,
.mc-authenticated .table-card,
.mc-authenticated .filter-card,
.mc-authenticated .dashboard-hero,
.mc-authenticated .topbar-card,
.mc-authenticated .panel,
.mc-authenticated form.card {
    border-color: rgba(13, 27, 42, .10);
    border-radius: var(--mc-radius);
    box-shadow: none;
}

.mc-authenticated .dashboard-hero,
.mc-authenticated .topbar {
    border-top: 3px solid var(--mc-red);
}

.mc-authenticated .btn,
.mc-authenticated button:not(.nav-link),
.mc-authenticated input,
.mc-authenticated textarea,
.mc-authenticated select {
    border-radius: var(--mc-radius-sm);
}

.mc-authenticated .btn-primary,
.mc-authenticated .btn-success {
    border-color: var(--mc-red);
    background: var(--mc-red);
    color: #fff;
}

.mc-authenticated .btn-primary:hover,
.mc-authenticated .btn-success:hover {
    border-color: var(--mc-old-red);
    background: var(--mc-old-red);
}

.mc-authenticated input:focus,
.mc-authenticated textarea:focus,
.mc-authenticated select:focus {
    border-color: var(--mc-red);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(227, 30, 36, .10);
}

.mc-authenticated table thead th {
    background: var(--mc-sand);
    color: var(--mc-deep-blue);
    font-family: var(--font-heading);
    font-weight: 600;
}

.mc-authenticated table tbody tr:hover {
    background: rgba(242, 232, 214, .42);
}

.mc-app-layout {
    background: linear-gradient(135deg, var(--mc-cream), #fff 58%, var(--mc-sand));
    color: var(--mc-deep-blue);
    font-family: var(--font-body);
}

.mc-app-layout h1,
.mc-app-layout h2,
.mc-app-layout h3,
.mc-app-layout .btn,
.mc-app-layout button,
.mc-app-layout .nav a {
    font-family: var(--font-heading) !important;
}

.mc-app-layout .container,
.mc-app-layout .card {
    border: 1px solid rgba(13, 27, 42, .10);
    border-radius: var(--mc-radius);
    box-shadow: var(--mc-shadow);
}

.mc-app-layout .btn-primary,
.mc-app-layout button[type='submit'] {
    border-color: var(--mc-red);
    background: var(--mc-red);
    color: #fff;
}

@media (max-width: 991px) {
    .public-theme .pm-navbar .navbar-nav > li:last-child > a {
        margin-left: 0;
    }

    .public-theme .pm-hero {
        min-height: 480px;
        background-position: 60% center;
    }

    .public-theme .pm-hero-content {
        padding-top: 44px;
    }

    .public-theme .pm-intro-grid {
        gap: 20px;
    }

    .public-theme .mc-home-about {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .public-theme .mc-home-features .pm-card-grid {
        gap: 30px;
    }

    .public-theme .mc-home-modules-more {
        margin-top: 24px;
    }

    .public-theme .mc-home-stories-layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .public-theme .mc-home-stories-intro,
    .public-theme .mc-publication-slider,
    .public-theme .mc-publication-nav {
        grid-column: auto;
        grid-row: auto;
    }

    .public-theme .mc-publication-nav {
        margin-top: 30px;
        padding-top: 0;
    }

    .public-theme .mc-home-join-card {
        grid-template-columns: 1.15fr .85fr;
    }

    .public-theme .mc-home-join-actions {
        flex-direction: row;
        justify-content: flex-end;
    }

    .public-theme .mc-home-join-actions .button {
        width: auto;
        min-width: 190px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .public-theme .pm-navbar .navbar-header {
        float: left;
    }

    .public-theme .pm-navbar .navbar-toggle {
        display: none;
    }

    .public-theme .pm-navbar .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }

    .public-theme .pm-navbar .navbar-nav {
        float: right !important;
        margin: 0;
    }

    .public-theme .pm-navbar .navbar-nav > li {
        float: left;
    }

    .public-theme .pm-navbar .navbar-nav > li > a {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 12px;
    }

    .public-theme .pm-navbar .navbar-nav > li:last-child > a {
        margin-left: 7px;
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media (max-width: 767px) {
    html,
    body.public-theme {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .public-theme .container,
    .public-theme .pm-hero-content,
    .public-theme .pm-auth-layout,
    .public-theme .pm-auth-welcome,
    .public-theme .pm-auth-box,
    .public-theme .pm-public-form-card {
        width: auto;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    .public-theme h1,
    .public-theme h2,
    .public-theme h3,
    .public-theme h4,
    .public-theme p {
        max-width: 100%;
        white-space: normal !important;
        overflow-wrap: break-word;
    }

    .public-theme .pm-navbar {
        min-height: 68px;
    }

    .public-theme .pm-navbar .navbar-brand.pm-brand {
        height: 68px;
    }

    .public-theme .pm-navbar .pm-brand-logo {
        width: 126px;
        height: 56px;
    }

    .public-theme .pm-navbar .navbar-toggle {
        margin-top: 17px;
    }

    .public-theme .pm-navbar .navbar-collapse {
        background: var(--mc-cream);
    }

    .public-theme .pm-navbar .navbar-nav > li > a,
    .public-theme .pm-navbar .navbar-nav > li:last-child > a {
        min-height: 0;
        margin: 0;
        padding: 12px 18px;
        border-radius: 0;
        background: transparent !important;
        color: var(--mc-deep-blue) !important;
    }

    .public-theme .pm-navbar .navbar-nav > li.active > a,
    .public-theme .pm-navbar .navbar-nav > li > a:hover {
        color: var(--mc-red) !important;
    }

    .public-theme .pm-hero {
        margin-top: 72px;
        min-height: 500px;
        padding: 112px 0 56px;
        background-position: 64% center;
    }

    .public-theme .pm-hero-content {
        padding-top: 25px;
    }

    .public-theme .pm-hero-title {
        font-size: clamp(38px, 11vw, 48px);
        letter-spacing: -.025em;
    }

    .public-theme .pm-hero-copy {
        font-size: 16px;
    }

    .public-theme .pm-section {
        padding: 64px 0;
    }

    .public-theme .pm-section-intro {
        padding-top: 52px;
        padding-bottom: 56px;
    }

    .public-theme .mc-home-features,
    .public-theme .mc-home-modules {
        padding: 62px 0;
    }

    .public-theme .mc-home-features .pm-section-title,
    .public-theme .mc-home-modules .pm-section-title {
        font-size: clamp(32px, 9vw, 42px);
    }

    .public-theme .mc-home-features .pm-section-header {
        margin-bottom: 42px;
    }

    .public-theme .mc-home-features .pm-action-card {
        flex-basis: 100%;
        min-height: 0;
        padding: 38px 24px;
    }

    .public-theme .mc-home-features img.pm-action-icon {
        width: 104px;
        height: 104px;
        margin-bottom: 24px;
    }

    .public-theme .mc-home-modules .pm-section-title br {
        display: none;
    }

    .public-theme .mc-home-join {
        padding: 52px 0;
    }

    .public-theme .mc-home-stories {
        padding: 58px 0;
    }

    .public-theme .mc-home-stories-intro h2 {
        font-size: 34px;
    }

    .public-theme .mc-publication-track {
        grid-auto-columns: 100%;
    }

    .public-theme .mc-publication-card {
        min-height: 420px;
    }

    .public-theme .mc-publication-nav {
        order: 4;
    }

    .public-theme .mc-home-join-card {
        display: flex;
        flex-direction: column;
        gap: 28px;
        align-items: stretch;
        padding: 0;
    }

    .public-theme .mc-home-join h2 {
        font-size: clamp(30px, 9vw, 38px);
    }

    .public-theme .mc-home-join-copy {
        min-height: 0;
        align-items: stretch;
        gap: 32px;
        text-align: left;
    }

    .public-theme .mc-home-join-copy p {
        margin-top: 14px;
    }

    .public-theme .mc-home-join-visual {
        order: 2;
        min-height: 210px;
    }

    .public-theme .mc-home-join-actions {
        order: 3;
        flex-direction: column;
    }

    .public-theme .mc-home-join-actions .button {
        width: 100%;
        min-width: 0;
    }

    .public-theme .pm-intro-grid {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .public-theme .pm-stat-card {
        display: grid;
        grid-template-columns: 58px 1fr;
        column-gap: 16px;
        align-items: start;
    }

    .public-theme .pm-stat-card img {
        grid-row: 1 / span 2;
    }

    .public-theme .pm-auth-welcome,
    .public-theme .pm-public-form-card {
        padding: 20px;
    }

    .public-theme .pm-auth-tab-content {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    .public-theme .pm-auth-tabs > li > a {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mc-motion-ready [data-mc-reveal] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .public-theme .button,
    .public-theme a,
    .mc-authenticated a,
    .mc-authenticated button,
    .mc-authenticated .card {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

@media (min-width: 1200px) {
    .public-theme .pm-navbar .navbar-brand.pm-brand {
        margin-left: -30px;
    }

    .public-theme .pm-navbar .navbar-nav > li:last-child > a {
        margin-left: 152px;
    }
}

@media (min-width: 768px) {
    .public-theme .pm-navbar.is-scrolled {
        min-height: 52px;
    }

    .public-theme .pm-navbar.is-scrolled .navbar-brand.pm-brand {
        height: 52px;
    }

    .public-theme .pm-navbar.is-scrolled .pm-brand-logo {
        width: 88px;
        height: 45px;
    }

    .public-theme .pm-navbar.is-scrolled .navbar-nav > li > a {
        padding-top: 18px;
        padding-bottom: 18px;
        line-height: 15.6px;
    }

    .public-theme .pm-navbar.is-scrolled .navbar-nav > li:last-child > a {
        margin-top: 7px;
        padding: 12px 18px;
    }
}

/* Framer-aligned public listing pages: Modul and Publikasi only. */
.public-theme .mc-listing-hero {
    position: relative;
    min-height: 410px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.public-theme .mc-listing-hero--modules {
    background-image: linear-gradient(90deg, rgba(8, 20, 34, .78), rgba(8, 20, 34, .28)), url("modules-listing-hero.png");
}

.public-theme .mc-listing-hero--publications {
    background-image: linear-gradient(90deg, rgba(8, 20, 34, .78), rgba(8, 20, 34, .28)), url("publications-listing-hero.png");
}

.public-theme .mc-listing-hero__inner {
    position: relative;
}

.public-theme .mc-listing-hero__copy {
    max-width: 690px;
}

.public-theme .mc-listing-hero__copy h1 {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(40px, 4vw, 56px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.public-theme .mc-listing-hero__copy p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, .94);
    font-size: 18px;
    line-height: 1.72;
}

.public-theme .mc-listing-page {
    padding: 104px 0;
    background: #f7f1e8;
}

.public-theme .mc-listing-page > .container {
    max-width: 1100px;
}

.public-theme .mc-listing-filter,
.public-theme .mc-listing-results {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(24, 32, 38, .06);
}

.public-theme .mc-listing-filter {
    margin-bottom: 48px;
    padding: 42px 40px 38px;
}

.public-theme .mc-listing-filter__heading {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.public-theme .mc-listing-filter__heading h2 {
    margin: 0 0 10px;
    color: #101d2d;
    font-size: 32px;
    line-height: 1.22;
    letter-spacing: -.025em;
}

.public-theme .mc-listing-filter__heading p {
    margin: 0;
    color: #69747a;
    font-size: 15px;
    line-height: 1.65;
}

.public-theme .mc-listing-count {
    flex: 0 0 auto;
    padding-top: 8px;
    color: #69747a;
    font-size: 14px;
}

.public-theme .mc-listing-form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.public-theme .mc-listing-form--publications {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-theme .mc-listing-field label {
    display: block;
    margin-bottom: 9px;
    color: #101d2d;
    font-size: 14px;
    font-weight: 700;
}

.public-theme .mc-listing-field input,
.public-theme .mc-listing-field select {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 15px;
    border: 1px solid #d8ddd9;
    border-radius: 7px;
    color: #263440;
    background: #fff;
    box-shadow: none;
}

.public-theme .mc-listing-field input:focus,
.public-theme .mc-listing-field select:focus {
    border-color: #e92027;
    outline: 3px solid rgba(233, 32, 39, .12);
}

.public-theme .mc-listing-actions {
    grid-column: 1 / -1;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 4px;
}

.public-theme .mc-listing-results {
    padding: 40px;
}

.public-theme .mc-listing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 28px;
}

.public-theme .mc-listing-card {
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 13px;
    background: #f7f1e8;
}

.public-theme .mc-listing-card__image {
    display: block;
    aspect-ratio: 1.45 / 1;
    overflow: hidden;
    background: #e9e4dc;
}

.public-theme .mc-listing-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.public-theme .mc-listing-card:hover .mc-listing-card__image img {
    transform: scale(1.035);
}

.public-theme .mc-listing-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
}

.public-theme .mc-listing-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 14px;
}

.public-theme .mc-listing-card__tags span {
    padding: 5px 9px;
    border-radius: 999px;
    color: #8f6513;
    background: #f0d994;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
}

.public-theme .mc-listing-card__meta {
    margin: -2px 0 10px;
    color: #778087;
    font-size: 12px;
    line-height: 1.5;
}

.public-theme .mc-listing-card h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.35;
}

.public-theme .mc-listing-card h3 a {
    color: #e92027;
}

.public-theme .mc-listing-card p {
    margin: 0 0 22px;
    color: #56636b;
    font-size: 14px;
    line-height: 1.7;
}

.public-theme .mc-listing-card .pm-btn-card {
    margin-top: auto;
}

.public-theme .mc-listing-empty {
    grid-column: 1 / -1;
    padding: 42px 20px;
    text-align: center;
}

.public-theme .mc-listing-empty__image {
    width: min(210px, 70%);
    max-height: 150px;
    margin-bottom: 22px;
}

.public-theme .mc-listing-empty h3 {
    margin: 0 0 10px;
    color: #101d2d;
}

.public-theme .mc-listing-empty p {
    max-width: 580px;
    margin: 0 auto;
    color: #69747a;
}

.public-theme .mc-listing-pagination {
    margin-top: 36px;
    text-align: center;
}

@media (max-width: 991px) {
    .public-theme .mc-listing-hero {
        min-height: 360px;
    }

    .public-theme .mc-listing-page {
        padding: 72px 0;
    }

    .public-theme .mc-listing-form,
    .public-theme .mc-listing-form--publications,
    .public-theme .mc-listing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .public-theme .mc-listing-hero {
        min-height: 340px;
        background-position: 58% center;
    }

    .public-theme .mc-listing-hero__copy h1 {
        margin-bottom: 16px;
        font-size: 38px;
    }

    .public-theme .mc-listing-hero__copy p {
        font-size: 16px;
        line-height: 1.6;
    }

    .public-theme .mc-listing-page {
        padding: 52px 0;
    }

    .public-theme .mc-listing-filter,
    .public-theme .mc-listing-results {
        padding: 25px 20px;
        border-radius: 16px;
    }

    .public-theme .mc-listing-filter {
        margin-bottom: 30px;
    }

    .public-theme .mc-listing-filter__heading {
        display: block;
        margin-bottom: 24px;
    }

    .public-theme .mc-listing-filter__heading h2 {
        font-size: 26px;
    }

    .public-theme .mc-listing-count {
        display: block;
        padding-top: 12px;
    }

    .public-theme .mc-listing-form,
    .public-theme .mc-listing-form--publications,
    .public-theme .mc-listing-grid {
        grid-template-columns: 1fr;
    }

    .public-theme .mc-listing-actions .button {
        flex: 1 1 150px;
        text-align: center;
    }
}

/* Keep the expanded shared navbar on one row after adding Dokumentasi. */
@media (min-width: 1200px) {
    .public-theme .pm-navbar .navbar-nav > li:last-child > a {
        margin-left: 110px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .public-theme .pm-navbar .navbar-nav > li > a {
        padding-right: 4px;
        padding-left: 4px;
    }

    .public-theme .pm-navbar .navbar-nav > li:last-child > a {
        margin-left: 4px;
    }
}
