/* Minification failed. Returning unminified contents.
(22,28): run-time error CSS1039: Token not allowed after unary operator: '-border-light'
(148,17): run-time error CSS1039: Token not allowed after unary operator: '-moss'
(154,23): run-time error CSS1039: Token not allowed after unary operator: '-font-body'
(157,17): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
(168,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(171,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(176,30): run-time error CSS1039: Token not allowed after unary operator: '-excerpt-lines'
(178,35): run-time error CSS1039: Token not allowed after unary operator: '-excerpt-lines'
(179,35): run-time error CSS1039: Token not allowed after unary operator: '-excerpt-lines'
(183,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(192,32): run-time error CSS1039: Token not allowed after unary operator: '-border-light'
(197,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(204,22): run-time error CSS1039: Token not allowed after unary operator: '-bg-main'
(209,17): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
(215,22): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
(224,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(234,17): run-time error CSS1039: Token not allowed after unary operator: '-moss'
(237,30): run-time error CSS1039: Token not allowed after unary operator: '-moss'
(244,26): run-time error CSS1039: Token not allowed after unary operator: '-moss'
(380,17): run-time error CSS1039: Token not allowed after unary operator: '-moss'
(389,23): run-time error CSS1039: Token not allowed after unary operator: '-font-display'
(393,17): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
(399,21): run-time error CSS1039: Token not allowed after unary operator: '-gold'
(405,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(421,17): run-time error CSS1039: Token not allowed after unary operator: '-moss'
(428,22): run-time error CSS1039: Token not allowed after unary operator: '-bg-card'
(431,35): run-time error CSS1039: Token not allowed after unary operator: '-border-light'
(449,21): run-time error CSS1039: Token not allowed after unary operator: '-moss'
(454,23): run-time error CSS1039: Token not allowed after unary operator: '-font-display'
(456,17): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
(462,21): run-time error CSS1039: Token not allowed after unary operator: '-gold'
(473,28): run-time error CSS1039: Token not allowed after unary operator: '-border-light'
(495,22): run-time error CSS1039: Token not allowed after unary operator: '-bg-main'
(510,17): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
(516,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(522,22): run-time error CSS1039: Token not allowed after unary operator: '-bg-main'
(536,23): run-time error CSS1039: Token not allowed after unary operator: '-font-display'
(539,17): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
(546,21): run-time error CSS1039: Token not allowed after unary operator: '-gold'
(551,35): run-time error CSS1039: Token not allowed after unary operator: '-border-light'
(591,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(604,21): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
(608,21): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
(620,30): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
(622,32): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
(651,46): run-time error CSS1039: Token not allowed after unary operator: '-bg-card'
(652,28): run-time error CSS1039: Token not allowed after unary operator: '-border-light'
(663,23): run-time error CSS1039: Token not allowed after unary operator: '-font-display'
(665,17): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
(671,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(680,17): run-time error CSS1039: Token not allowed after unary operator: '-moss'
(711,28): run-time error CSS1039: Token not allowed after unary operator: '-border-light'
(712,17): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
(726,26): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
(728,28): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
(773,28): run-time error CSS1039: Token not allowed after unary operator: '-moss'
(783,28): run-time error CSS1039: Token not allowed after unary operator: '-moss'
(785,33): run-time error CSS1039: Token not allowed after unary operator: '-moss'
(799,26): run-time error CSS1039: Token not allowed after unary operator: '-pine-deeper'
 */
.article-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.article-thumb-icon {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
}

.article-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--border-light);
    box-shadow: 0 2px 8px rgba(26,48,34,0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

    .article-card:hover {
        box-shadow: 0 12px 32px rgba(26,48,34,0.1);
        border-color: rgba(74,124,53,0.3);
    }

.article-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    position: relative;
    width: 100%;
    aspect-ratio: 1200 / 630;
    overflow: hidden;
    flex-shrink: 0;
    background: #f4f8f5;
}

/* TOOL */
.badge-thumb-tool {
    background-color: #FFF8EC;
}

.badge-tool {
    font-size: 30%;
    background: #C59A42;
    color: #fff;
}

/* SOP */
.badge-thumb-sop {
    background-color: #EAF2FB;
}

.badge-sop {
    font-size: 30%;
    background: #4F72B7;
    color: #fff;
}

/* PLAYBOOK */
.badge-thumb-playbook {
    background-color: #F0ECFA;
}

.badge-playbook {
    font-size: 30%;
    background: #7A5CC4;
    color: #fff;
}

/* AUDIT */
.badge-thumb-audit {
    background-color: #FCEDE9;
}

.badge-audit {
    font-size: 30%;
    background: #C9542A;
    color: #fff;
}

/* TRAINING KIT */
.badge-thumb-trainingkit {
    background-color: #E6F5F2;
}

.badge-trainingkit {
    font-size: 30%;
    background: #2D9C8A;
    color: #fff;
}

/* FORM */
.badge-thumb-form {
    background-color: #E8F5E4;
}

.badge-form {
    font-size: 30%;
    background: #4FB77B;
    color: #fff;
}

/* KUESIONER */
.badge-thumb-kuesioner {
    background-color: #FBEAEC;
}

.badge-kuesioner {
    font-size: 30%;
    background: #C04457;
    color: #fff;
}

/* TOOL GUIDE — graphite alt */
.badge-thumb-toolguide {
    background-color: #E4F1F4;
}

.badge-toolguide {
    font-size: 30%;
    background: #1F7A8C;
    color: #fff;
}

.article-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 200px;
    overflow: hidden;
}

.article-cat-tag {
    font-size: 10px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--moss);
    font-weight: 700;
    margin-bottom: 8px;
}

.article-title {
    font-family: var(--font-body);
    font-size: 14.5px;
    line-height: 1.4;
    color: var(--pine-deeper);
    margin-bottom: 6px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
}

.article-excerpt {
    --excerpt-lines: 4;
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--muted);
    font-weight: 400;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--excerpt-lines);
    overflow: hidden;
    min-height: calc(1.5em * var(--excerpt-lines));
    max-height: calc(1.5em * var(--excerpt-lines)); 
}

.article-excerpt-nothumb {
    --excerpt-lines: 5;
}

.article-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--border-light);
}

.article-read-tag {
    font-size: 11px;
    color: var(--muted);
}

.article-arrow {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--bg-main);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--pine-deeper);
    transition: all 0.2s;
    flex-shrink: 0;
}

.article-card:hover .article-arrow {
    background: var(--pine-deeper);
    color: #fff;
    transform: translateX(2px);
}

.articles-empty {
    grid-column: 1 / -1;
    padding: 40px 0;
    text-align: center;
    color: var(--muted);
    font-size: 14px;
}

.article-action {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    color: var(--moss);
    text-decoration: none;
    padding: 4px 12px;
    border: 1.5px solid var(--moss);
    border-radius: 30px;
    transition: all 0.2s;
    cursor: pointer;
}

    .article-action:hover {
        background: var(--moss);
        color: #fff;
    }

.article-card-tags {
    position: absolute;
    top: 16px;
    left: 12px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.article-cat-tag,
.article-type-badge {
    font-size: 10px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.article-type-badge {
    padding: 2px 8px;
    border-radius: 4px;
    border: 0.1px solid black;
    box-shadow: 1px 2px 2px;
}

.btn-favorite {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: background 0.2s;
}

    .btn-favorite:hover {
        background: rgba(229, 57, 53, 0.1);
    }

.icon-heart {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    fill: none;
    stroke: #e53935;
    stroke-width: 2;
    transition: fill 0.2s, stroke 0.2s, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
}

.btn-favorite.is-favorite .icon-heart {
    fill: #e53935;
    stroke: #e53935;
}

.btn-favorite:hover .icon-heart {
    stroke: #e53935;
    transform: scale(1.25);
}

.btn-favorite:active .icon-heart {
    transform: scale(0.9);
}

.btn-favorite:focus {
    outline: none;
}

/* ── NO-THUMB VARIANT (badge top-left, title only) ── */
.article-card--no-thumb {
    position: relative;
}

    /* badge sits above the title, in normal flow — never overlaps */
    .article-card--no-thumb .article-card-tags--floating {
        position: static;
        display: flex;
        align-items: center;
        gap: 6px;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .article-card--no-thumb .article-body {
        height: 250px;
    }

    /* keep footer pinned to the bottom regardless of title/excerpt length */
    .article-card--no-thumb .article-card-footer {
        margin-top: auto;
    }

    /* larger badge when there's no thumb */
    .article-card--no-thumb .badge {
        font-size: 80%;
    }

/* ── CARDS ── */
.cards-grid-wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.cta-sm {
    font-size: 13.5px;
    padding: 11px 22px;
}

/* ── COMPACT PAGE HEADER ── */
.seed-head {
    max-width: 1280px;
    margin: 0 auto;
    padding: 110px 24px 40px;
}

.seed-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--moss);
    font-weight: 700;
    margin-bottom: 12px;
    background: rgba(74,124,53,0.1);
    padding: 7px 14px;
    border-radius: 30px;
}

.seed-head h1 {
    font-family: var(--font-display);
    font-size: clamp(30px, 5vw, 52px);
    line-height: 1.05;
    font-weight: 700;
    color: var(--pine-deeper);
    margin: 12px 0 12px;
}

    .seed-head h1 em {
        font-style: italic;
        color: var(--gold);
    }

.seed-head-desc {
    font-size: 15px;
    line-height: 1.7;
    color: var(--muted);
    max-width: 640px;
}

.head-cta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

/* ── PHASE SECTION EYEBROW ── */
.sec-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--moss);
    font-weight: 700;
    margin-bottom: 12px;
}

/* ── PHASE TOOLS ── */
.tools-wrap {
    background: var(--bg-card);
    padding: 40px 24px;
    margin-top: 28px;
    border-bottom: 1px solid var(--border-light);
}

.tools-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.tools-head-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

    .tools-head-row .sec-eyebrow {
        color: var(--moss);
        margin-bottom: 6px;
    }

.tools-title {
    font-family: var(--font-display);
    font-size: 22px;
    color: var(--pine-deeper);
    font-weight: 700;
}

    .tools-title em {
        font-style: italic;
        color: var(--gold);
    }

.phase-tools-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.phase-tool-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 14px;
    padding: 16px 18px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 2px 8px rgba(26,48,34,0.04);
}

    .phase-tool-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(26,48,34,0.1);
        border-color: rgba(74,124,53,0.35);
    }

.phase-tool-icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    background: var(--bg-main);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.phase-tool-text {
    min-width: 0;
}

.phase-tool-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--pine-deeper);
    margin-bottom: 2px;
}

.phase-tool-desc {
    font-size: 12px;
    color: var(--muted);
    line-height: 1.45;
}

/* ── TAB SECTION ── */
.tab-section {
    background: var(--bg-main);
    padding: 56px 24px 40px;
}

    .tab-section.is-after-tools {
        padding-top: 44px;
    }

.tab-header-container {
    max-width: 1280px;
    margin: 0 auto;
}

.tab-section-title {
    font-family: var(--font-display);
    font-size: clamp(26px, 3.6vw, 38px);
    line-height: 1.15;
    color: var(--pine-deeper);
    font-weight: 700;
    margin: 10px 0 26px;
}

    .tab-section-title em {
        font-style: italic;
        color: var(--gold);
    }

.toko-tabs-outer {
    position: relative;
    border-bottom: 2px solid var(--border-light);
}

#catTabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* iOS momentum */
    scroll-snap-type: x proximity; /* gentle, not mandatory */
    scroll-padding-left: 16px;
    padding-bottom: 4px; /* room so focus ring isn't clipped */
    /* hide scrollbar cross-browser */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* old Edge/IE */
    /* subtle edge fade — premium cue that there's more to scroll */
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
}

    #catTabs::-webkit-scrollbar {
        display: none;
    }
    /* Chrome/Safari */

    #catTabs .toko-tab {
        flex: 0 0 auto; /* don't shrink — let them overflow & scroll */
        scroll-snap-align: start;
        white-space: nowrap;
    }

.toko-tab {
    background: none;
    border: none;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
    padding: 10px 20px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--muted);
    cursor: pointer;
    position: relative;
    transition: color 0.2s;
    white-space: nowrap;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box;
}

    .toko-tab:hover {
        color: var(--pine-deeper);
    }

    .toko-tab.active {
        color: var(--pine-deeper);
        font-weight: 700;
        transform: scale(0.96);
    }

        .toko-tab.active::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--pine-deeper);
            border-radius: 2px 2px 0 0;
            border-color: var(--pine-deeper);
            transform: translateY(-60%) scale(0.88);
        }

/* ── THUMB COLOR VARIANTS ── */
.t-var-1 {
    background: #E8F5E4;
}

.t-var-2 {
    background: #FFF8EC;
}

.t-var-3 {
    background: #EAF2FB;
}

.t-var-4 {
    background: #F5EAF5;
}

/* ── NEXT STAGE CTA ── */
.next-stage {
    max-width: 1280px;
    margin: 40px auto 0;
    padding: 0 24px 90px;
}

.next-card {
    background: linear-gradient(135deg, var(--bg-card) 0%, #E4EDE8 100%);
    border: 1px solid var(--border-light);
    border-radius: 24px;
    padding: 44px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
}

.next-card-text h3 {
    font-family: var(--font-display);
    font-size: 26px;
    color: var(--pine-deeper);
    margin-bottom: 8px;
}

.next-card-text p {
    font-size: 14.5px;
    color: var(--muted);
    max-width: 460px;
    line-height: 1.6;
}

.next-card-text .ns-tag {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--moss);
    font-weight: 700;
    margin-bottom: 10px;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .phase-tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .phase-tools-grid {
        grid-template-columns: 1fr;
    }

    .next-card {
        padding: 32px 24px;
    }
}

.tab-arrow {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-60%); /* sit on the tab row, above the border */
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--border-light);
    color: var(--pine-deeper);
    font-size: 18px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 2px 8px rgba(26,48,34,0.12);
    -webkit-appearance: none;
    appearance: none;
    transition: background 0.2s, color 0.2s;
}

    .tab-arrow:hover {
        background: var(--pine-deeper);
        color: #fff;
        border-color: var(--pine-deeper);
    }

    .tab-arrow[hidden] {
        display: none !important;
    }
/* keeps end-state arrow hidden even on mobile */
.tab-arrow-prev {
    left: 2px;
}

.tab-arrow-next {
    right: 2px;
}

.toko-tab:focus,
.toko-tab:focus-visible {
    outline: none;
}

.tab-arrow:focus,
.tab-arrow:focus-visible {
    outline: none;
}

/* ─────────────────────────────────────────────────────────────
   SHARED CARD HOVER
   Load AFTER article-card.css / vendors.css / careers.css / events.css.
   ───────────────────────────────────────────────────────────── */

.article-card,
.vendor-card,
.job-card,
.event-card {
    transition: box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
    will-change: box-shadow;
}

    /* Kill any inherited lift from the older rules. */
    .article-card:hover,
    .vendor-card:hover,
    .job-card:hover,
    .event-card:hover,
    a:hover > .article-card {
        transform: none;
        border-color: var(--moss, #4A7C35);
        box-shadow: 0 10px 28px rgba(26, 48, 34, 0.13), 0 2px 6px rgba(26, 48, 34, 0.06);
    }

    /* Keyboard parity — same treatment on focus. */
    a:focus-visible > .article-card,
    .vendor-card:focus-within,
    .job-card:focus-visible,
    .event-card:focus-visible {
        transform: none;
        border-color: var(--moss, #4A7C35);
        box-shadow: 0 10px 28px rgba(26, 48, 34, 0.13);
        outline: 2px solid var(--moss, #4A7C35);
        outline-offset: 2px;
    }

    /* Child nudges are safe — they don't change the hovered element's box. */
    .article-card .article-arrow,
    .job-card .detail-arrow,
    .vendor-card .product-link svg,
    .event-card .event-card-cta {
        transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
    }

    .article-card:hover .article-arrow,
    a:hover > .article-card .article-arrow {
        background: var(--pine-deeper, #1A3022);
        color: #fff;
        transform: translateX(3px);
    }

    .job-card:hover .detail-arrow,
    .vendor-card:hover .product-link svg,
    .event-card:hover .event-card-cta {
        transform: translateX(3px);
    }

    /* Interactive controls must stay above the card surface and keep their own
   hover, so hitting the heart never depends on the card's state. */
    .article-card .btn-favorite,
    .article-card .article-action {
        position: relative;
        z-index: 2;
    }

    .article-card .btn-favorite {
        transition: transform 0.15s ease, color 0.15s ease;
    }

        .article-card .btn-favorite:hover {
            transform: scale(1.15);
        }

        .article-card .btn-favorite:active {
            transform: scale(0.95);
        }

@media (prefers-reduced-motion: reduce) {
    .article-card,
    .vendor-card,
    .job-card,
    .event-card,
    .article-card .article-arrow,
    .article-card .btn-favorite {
        transition: none;
    }

        .article-card:hover .article-arrow,
        .job-card:hover .detail-arrow,
        .vendor-card:hover .product-link svg,
        .event-card:hover .event-card-cta {
            transform: none;
        }
}

