/* ============================================================
   OFSDS — Forest Theme (Emerald + Lime)
   Layered after css/style.css. Applied to index.html pilot.
   ============================================================ */

:root {
    /* Palette — Vibrant: royal blue + orange + yellow */
    --ft-primary:   #1A50C7;   /* royal blue — buttons, links, accents */
    --ft-primary-2: #103DA0;   /* deeper royal — hover */
    --ft-leaf:      #2F6BFF;   /* bright electric blue */
    --ft-lime:      #FFD23F;   /* yellow pop */
    --ft-warm:      #FF7A1A;   /* vibrant orange */
    --ft-ivory:     #FBFCFF;   /* surface */
    --ft-mist:      #EAF1FF;   /* alt surface — blue tint */
    --ft-mist-2:    #D2E0FB;   /* divider */
    --ft-ink:       #15213D;   /* deep navy ink — body */
    --ft-ink-2:     #35487A;   /* secondary text */
    --ft-muted:     #6B7A9C;   /* tertiary text */
    --ft-canopy:    #0A1A45;   /* darkest royal navy — header / footer */

    /* RGB channels — used inside rgba() so theme overrides cascade */
    --ft-primary-rgb:   26, 80, 199;
    --ft-primary-2-rgb: 16, 61, 160;
    --ft-leaf-rgb:      47, 107, 255;
    --ft-lime-rgb:      255, 210, 63;
    --ft-warm-rgb:      255, 122, 26;
    --ft-canopy-rgb:    10, 26, 69;

    /* Type */
    --ft-serif: 'Fraunces', 'Playfair Display', Georgia, serif;
    --ft-sans:  'Open Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

    /* Spacing */
    --ft-section: 96px;
    --ft-section-sm: 64px;
    --ft-gap: 24px;

    /* Effects */
    --ft-radius: 14px;
    --ft-radius-sm: 8px;
    --ft-radius-pill: 999px;
    --ft-shadow-sm: 0 2px 8px rgba(var(--ft-primary-rgb), 0.06);
    --ft-shadow:    0 8px 24px rgba(var(--ft-primary-rgb), 0.10);
    --ft-shadow-lg: 0 18px 40px rgba(var(--ft-canopy-rgb), 0.16);
    --ft-tx: 220ms cubic-bezier(.2,.7,.2,1);
}

/* ---------- Theme variants (data-theme on <html>) ---------- */
html[data-theme="golden"] {
    --ft-primary:   #B68A1E;
    --ft-primary-2: #8E6A12;
    --ft-leaf:      #E0B43A;
    --ft-lime:      #F2D77A;
    --ft-warm:      #C9522A;
    --ft-ivory:     #FCFAF2;
    --ft-mist:      #F4ECCE;
    --ft-mist-2:    #E6D9A8;
    --ft-ink:       #2E2410;
    --ft-ink-2:     #4A3E20;
    --ft-muted:     #806E48;
    --ft-canopy:    #2A1F08;
    --ft-primary-rgb:   182, 138, 30;
    --ft-primary-2-rgb: 142, 106, 18;
    --ft-leaf-rgb:      224, 180, 58;
    --ft-lime-rgb:      242, 215, 122;
    --ft-warm-rgb:      201, 82, 42;
    --ft-canopy-rgb:    42, 31, 8;
}
html[data-theme="ocean"] {
    --ft-primary:   #0F6E7C;
    --ft-primary-2: #095260;
    --ft-leaf:      #1A9AAA;
    --ft-lime:      #82D2D9;
    --ft-warm:      #E2C275;
    --ft-ivory:     #F4FBFC;
    --ft-mist:      #E0F1F4;
    --ft-mist-2:    #C5E0E6;
    --ft-ink:       #0E2A33;
    --ft-ink-2:     #2A4650;
    --ft-muted:     #5E7882;
    --ft-canopy:    #0A1F26;
    --ft-primary-rgb:   15, 110, 124;
    --ft-primary-2-rgb: 9, 82, 96;
    --ft-leaf-rgb:      26, 154, 170;
    --ft-lime-rgb:      130, 210, 217;
    --ft-warm-rgb:      226, 194, 117;
    --ft-canopy-rgb:    10, 31, 38;
}
html[data-theme="maroon"] {
    --ft-primary:   #8B1A1A;   /* rich maroon */
    --ft-primary-2: #5C0E0E;   /* deeper crimson */
    --ft-leaf:      #C44545;   /* rose accent */
    --ft-lime:      #F4D4A1;   /* warm cream */
    --ft-warm:      #D97742;   /* copper */
    --ft-ivory:     #FAF4F2;   /* warm ivory */
    --ft-mist:      #F3E0DE;   /* blush */
    --ft-mist-2:    #E6BFBC;   /* dusty pink */
    --ft-ink:       #2A0A0A;
    --ft-ink-2:     #4A1E1E;
    --ft-muted:     #7A4A4A;
    --ft-canopy:    #1F0606;   /* near-black wine */
    --ft-primary-rgb:   139, 26, 26;
    --ft-primary-2-rgb: 92, 14, 14;
    --ft-leaf-rgb:      196, 69, 69;
    --ft-lime-rgb:      244, 212, 161;
    --ft-warm-rgb:      217, 119, 66;
    --ft-canopy-rgb:    31, 6, 6;
}

/* Theme switcher chip in utility strip */
.forest .ft-theme-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.forest .ft-theme-switch__btn {
    background: transparent;
    border: 1px solid var(--ft-mist-2);
    color: var(--ft-ink-2);
    padding: 4px 10px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background var(--ft-tx), color var(--ft-tx), border-color var(--ft-tx);
}
.forest .ft-theme-switch__btn:hover {
    background: var(--ft-mist);
    color: var(--ft-primary);
    border-color: var(--ft-primary);
}
.forest .ft-theme-switch__btn .dot {
    display: inline-block;
    width: 12px; height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ft-primary), var(--ft-leaf));
    border: 1.5px solid #fff;
    box-shadow: 0 0 0 1px var(--ft-mist-2);
}
.forest .ft-theme-switch__panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 220px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(var(--ft-canopy-rgb), 0.18), 0 0 0 1px var(--ft-mist-2);
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
    z-index: 70;
}
.forest .ft-theme-switch.is-open .ft-theme-switch__panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .18s ease, transform .18s ease;
}
.forest .ft-theme-switch__panel header {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--ft-muted);
    padding: 8px 12px 6px;
    background: transparent;
    border: 0;
}
.forest .ft-theme-switch__opt {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    background: transparent;
    border: 1px solid transparent;
    padding: 9px 12px;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    transition: background var(--ft-tx), border-color var(--ft-tx);
    font-family: var(--ft-sans);
    color: var(--ft-ink);
}
.forest .ft-theme-switch__opt:hover { background: var(--ft-mist); }
.forest .ft-theme-switch__opt.is-active {
    background: var(--ft-mist);
    border-color: var(--ft-primary);
}
.forest .ft-theme-switch__swatch {
    width: 32px; height: 32px;
    border-radius: 8px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.06);
}
.forest .ft-theme-switch__swatch::before,
.forest .ft-theme-switch__swatch::after {
    content: "";
    position: absolute;
    top: 0; bottom: 0;
}
.forest .ft-theme-switch__swatch.is-forest { background: #0F8A4F; }
.forest .ft-theme-switch__swatch.is-forest::before { background: #14B85A; right: 50%; left: 0; }
.forest .ft-theme-switch__swatch.is-forest::after  { background: #B5E48C; right: 0; left: 70%; }
.forest .ft-theme-switch__swatch.is-golden { background: #B68A1E; }
.forest .ft-theme-switch__swatch.is-golden::before { background: #E0B43A; right: 50%; left: 0; }
.forest .ft-theme-switch__swatch.is-golden::after  { background: #F2D77A; right: 0; left: 70%; }
.forest .ft-theme-switch__swatch.is-ocean { background: #0F6E7C; }
.forest .ft-theme-switch__swatch.is-ocean::before { background: #1A9AAA; right: 50%; left: 0; }
.forest .ft-theme-switch__swatch.is-ocean::after  { background: #82D2D9; right: 0; left: 70%; }
.forest .ft-theme-switch__swatch.is-maroon { background: #8B1A1A; }
.forest .ft-theme-switch__swatch.is-maroon::before { background: #C44545; right: 50%; left: 0; }
.forest .ft-theme-switch__swatch.is-maroon::after  { background: #F4D4A1; right: 0; left: 70%; }
.forest .ft-theme-switch__lbl {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: var(--ft-ink);
}
.forest .ft-theme-switch__sub {
    display: block;
    font-size: 11.5px;
    color: var(--ft-muted);
    margin-top: 1px;
}
.forest .ft-theme-switch__opt.is-active .ft-theme-switch__lbl { color: var(--ft-primary); }
@media (max-width: 991px) {
    .forest .ft-theme-switch__btn { padding: 4px 8px; font-size: 0; }
    .forest .ft-theme-switch__btn .dot { margin: 0; }
}

/* ---------- Base ---------- */
.forest body,
body.forest {
    font-family: var(--ft-sans);
    color: var(--ft-ink);
    background: var(--ft-ivory);
    font-size: 16px;
    line-height: 1.65;
}

.forest h1, .forest h2, .forest h3, .forest h4, .forest .ft-serif {
    font-family: var(--ft-serif);
    color: var(--ft-ink);
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.15;
}
.forest h1 { font-size: clamp(2.4rem, 4.8vw, 3.6rem); }
.forest h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); }
.forest h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); }
.forest p { color: var(--ft-ink-2); }
.forest a { color: var(--ft-primary); text-decoration: none; transition: color var(--ft-tx); }
.forest a:hover { color: var(--ft-primary-2); }

.forest .ft-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--ft-sans);
    font-size: 12px; font-weight: 700;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--ft-primary);
    background: var(--ft-mist);
    padding: 6px 14px;
    border-radius: var(--ft-radius-pill);
}
.forest .ft-eyebrow::before {
    content: ""; width: 6px; height: 6px; border-radius: 50%;
    background: var(--ft-warm);
}

.forest .ft-pill {
    display: inline-block;
    font-size: 11px; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: var(--ft-radius-pill);
    background: var(--ft-mist);
    color: var(--ft-primary-2);
}
.forest .ft-pill.is-ongoing { background: #DFF5E7; color: var(--ft-primary-2); }
.forest .ft-pill.is-completed { background: #FEEBD3; color: #8B4A12; }
.forest .ft-pill.is-partner   { background: #E6EFFA; color: #1E4E8C; }

/* ---------- Section ---------- */
.forest .ft-section {
    padding: var(--ft-section) 0;
}
.forest .ft-section--sm { padding: var(--ft-section-sm) 0; }
.forest .ft-section--mist { background: var(--ft-mist); }
.forest .ft-section--ivory { background: var(--ft-ivory); }

@media (max-width: 768px) {
    .forest .ft-section { padding: 56px 0; }
    .forest .ft-section--sm { padding: 40px 0; }
}

/* Section title with leaf underline */
.forest .ft-title {
    margin-bottom: 48px;
}
.forest .ft-title h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
    margin: 12px 0 0;
}
.forest .ft-title h2::after {
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    width: 56px; height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--ft-leaf), var(--ft-lime));
}
.forest .ft-title--center { text-align: center; }
.forest .ft-title--center h2::after { left: 50%; transform: translateX(-50%); }
.forest .ft-title p.lead { color: var(--ft-ink-2); max-width: 720px; margin-top: 14px; font-size: 17px; }
.forest .ft-title--center p.lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.forest .ft-btn {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--ft-sans);
    font-weight: 600; font-size: 15px;
    padding: 13px 24px;
    border-radius: var(--ft-radius-sm);
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: transform var(--ft-tx), background var(--ft-tx), color var(--ft-tx), box-shadow var(--ft-tx), border-color var(--ft-tx);
    text-decoration: none;
}
.forest .ft-btn i, .forest .ft-btn svg { transition: transform var(--ft-tx); }
.forest .ft-btn:hover i, .forest .ft-btn:hover svg { transform: translateX(3px); }

.forest .ft-btn--primary {
    background: var(--ft-primary);
    color: #fff;
    box-shadow: 0 6px 18px rgba(var(--ft-primary-rgb), 0.28);
}
.forest .ft-btn--primary:hover {
    background: var(--ft-primary-2);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(var(--ft-primary-rgb), 0.36);
}

.forest .ft-btn--ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,0.6);
}
.forest .ft-btn--ghost:hover {
    background: rgba(255,255,255,0.12);
    border-color: #fff;
    color: #fff;
    transform: translateY(-2px);
}

.forest .ft-btn--outline {
    background: transparent;
    color: var(--ft-primary);
    border-color: var(--ft-primary);
}
.forest .ft-btn--outline:hover {
    background: var(--ft-primary);
    color: #fff;
    transform: translateY(-2px);
}

.forest .ft-btn--accent {
    background: var(--ft-warm);
    color: #3A1F0B;
    box-shadow: 0 6px 18px rgba(var(--ft-warm-rgb), 0.34);
}
.forest .ft-btn--accent:hover {
    background: #ED8E45;
    color: #3A1F0B;
    transform: translateY(-2px);
}

.forest .ft-btn--lg { padding: 16px 30px; font-size: 16px; }
.forest .ft-btn--sm { padding: 9px 16px; font-size: 13px; }

/* ---------- Card ---------- */
.forest .ft-card {
    background: #fff;
    border-radius: var(--ft-radius);
    overflow: hidden;
    box-shadow: var(--ft-shadow-sm);
    transition: transform var(--ft-tx), box-shadow var(--ft-tx);
    height: 100%;
    display: flex; flex-direction: column;
}
.forest .ft-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--ft-shadow);
background-color: #FFBF00; /* New background color on hover (Alice Blue) */
  cursor: pointer; /* Changes the mouse cursor to a hand pointer */
}

.forest .ft-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--ft-mist);
}
.forest .ft-card__media img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 600ms cubic-bezier(.2,.7,.2,1);
}
.forest .ft-card:hover .ft-card__media img { transform: scale(1.06); }
.forest .ft-card__body { padding: 24px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.forest .ft-card__kicker { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ft-primary); }
.forest .ft-card__title { font-family: var(--ft-serif); font-size: 1.2rem; font-weight: 600; color: var(--ft-ink); margin: 0; }
.forest .ft-card__desc { color: var(--ft-ink-2); font-size: 14.5px; line-height: 1.6; margin: 4px 0 12px; }
.forest .ft-card__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.forest .ft-card__link { font-weight: 600; color: var(--ft-primary); display: inline-flex; align-items: center; gap: 6px; }
.forest .ft-card__link::after { content: "→"; transition: transform var(--ft-tx); }
.forest .ft-card:hover .ft-card__link::after { transform: translateX(4px); }

/* Icon card (focus areas) */
.forest .ft-icon-card {
    background: #FFBF00;
    border-radius: var(--ft-radius);
    padding: 32px 28px;
    box-shadow: var(--ft-shadow-sm);
    transition: transform var(--ft-tx), box-shadow var(--ft-tx);
    height: 100%;
    border: 1px solid var(--ft-mist-2);
}
.forest .ft-icon-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--ft-shadow);
    border-color: transparent;
/*background-color: #FFF;  New background color on hover (Alice Blue) */
 /* cursor: pointer;  Changes the mouse cursor to a hand pointer */
}
.forest .ft-icon-card__icon {
    width: 56px; height: 56px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--ft-mist), #fff);
    color: var(--ft-primary);
    font-size: 24px;
    margin-bottom: 18px;
    border: 1px solid var(--ft-mist-2);
}
.forest .ft-icon-card h3 { font-size: 1.15rem; margin: 0 0 10px; }
.forest .ft-icon-card p { font-size: 14.5px; color: var(--ft-ink-2); margin: 0 0 16px; }

/* ---------- Utility strip ---------- */
.forest .ft-utility {
    background: linear-gradient(100deg, var(--ft-canopy) 0%, var(--ft-primary-2) 100%);
    border-bottom: 3px solid var(--ft-warm);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.82);
}
.forest .ft-utility a { color: rgba(255, 255, 255, 0.82); }
.forest .ft-utility a:hover { color: var(--ft-lime); }
.forest .ft-utility > .container,
.forest .ft-nav > .container {
    max-width: none;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
}
.forest .ft-utility__inner {
    display: flex; align-items: center; justify-content: space-between;
    padding: 8px 0;
    gap: 16px;
}
.forest .ft-utility__lockup {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    min-width: 0;
}
.forest .ft-utility__brand { display: inline-flex; align-items: center; }
.forest .ft-utility__brand-logo { height: 56px; width: auto; display: block; }
.forest .ft-utility__emblem { height: 48px; width: auto; display: block; flex: 0 0 auto; }
.forest .ft-utility__title {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    min-width: 0;
}
.forest .ft-utility__title-main {
    font-family: var(--ft-serif);
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    letter-spacing: -0.01em;
    line-height: 1.12;
}
.forest .ft-utility__title-sub {
    font-size: 12.5px;
    color: var(--ft-lime);
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-top: 3px;
}
@media (max-width: 991px) {
    .forest .ft-utility__brand-logo { height: 42px; }
    .forest .ft-utility__emblem { height: 38px; }
    .forest .ft-utility__title-main { font-size: 17px; }
    .forest .ft-utility__title-sub { font-size: 11px; }
}
.forest .ft-utility__lockup .goog-text-highlighted {
    background: transparent !important;
    box-shadow: none !important;
}
.forest .ft-utility__tools { display: flex; align-items: center; gap: 14px; }
.forest .ft-utility__tools .sep { width: 1px; height: 16px; background: var(--ft-mist-2); }
.forest .ft-a11y { display: inline-flex; align-items: center; gap: 2px; }
.forest .ft-a11y button {
    background: transparent;
    border: 1px solid transparent;
    color: var(--ft-ink-2);
    font-weight: 600;
    padding: 2px 7px;
    cursor: pointer;
    border-radius: 6px;
    transition: background var(--ft-tx), color var(--ft-tx), border-color var(--ft-tx);
    line-height: 1;
}
.forest .ft-a11y button:hover { color: var(--ft-primary); background: var(--ft-mist); }
.forest .ft-a11y button.is-active {
    background: var(--ft-primary);
    color: #fff;
    border-color: var(--ft-primary);
}
.forest .ft-a11y button:focus-visible {
    outline: 2px solid var(--ft-lime);
    outline-offset: 2px;
}

/* Phone chip in utility strip */
.forest .ft-utility__phone {
    display: inline-flex; align-items: center; gap: 7px;
    color: var(--ft-ink) !important;
    font-weight: 600;
    font-size: 13px;
}
.forest .ft-utility__phone i { color: var(--ft-primary); font-size: 12px; }
.forest .ft-utility__phone:hover { color: var(--ft-primary) !important; }

/* Google Translate chip in utility strip */
.forest .ft-translate {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    line-height: 1;
}
.forest .ft-translate__label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ft-ink-2);
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
}
.forest .ft-translate__label i { color: var(--ft-primary); font-size: 13px; }
.forest .ft-translate__label:hover { color: var(--ft-primary); }
#ft-translate-mount { display: inline-flex; align-items: center; }
/* EN | OD language toggle */
.forest .ft-lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: var(--ft-ink-2);
}
.forest .ft-lang-toggle__btn {
    background: transparent;
    border: 0;
    padding: 2px 6px;
    color: var(--ft-ink-2);
    font: inherit;
    cursor: pointer;
    border-radius: 4px;
    transition: color var(--ft-tx), background var(--ft-tx);
}
.forest .ft-lang-toggle__btn:hover { color: var(--ft-primary); }
.forest .ft-lang-toggle__btn.is-active {
    color: var(--ft-primary);
    background: var(--ft-mist);
}
.forest .ft-lang-toggle__btn:focus-visible {
    outline: 2px solid var(--ft-lime);
    outline-offset: 2px;
}
.forest .ft-lang-toggle__sep { color: var(--ft-mist-2); }
/* Re-skin Google's gadget so it matches the forest theme */
.forest .goog-te-gadget {
    font-family: var(--ft-sans) !important;
    font-size: 0 !important;
    color: transparent !important;
}
.forest .goog-te-gadget .goog-te-combo {
    appearance: none;
    -webkit-appearance: none;
    background: var(--ft-mist);
    border: 1px solid var(--ft-mist-2);
    border-radius: 999px;
    padding: 4px 28px 4px 12px;
    color: var(--ft-ink) !important;
    font-family: var(--ft-sans) !important;
    font-size: 12.5px !important;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='%230F8A4F'><path d='M6 8.5 1.5 4h9z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 10px;
    transition: background-color var(--ft-tx), border-color var(--ft-tx), color var(--ft-tx);
}
.forest .goog-te-gadget .goog-te-combo:hover {
    background-color: #fff;
    border-color: var(--ft-primary);
}
.forest .goog-te-gadget .goog-te-combo:focus {
    outline: 2px solid var(--ft-lime);
    outline-offset: 2px;
}
/* Hide Google branding text — keep the dropdown only */
.forest .goog-te-gadget > span,
.forest .goog-logo-link,
.forest .goog-te-gadget img { display: none !important; }
/* Hide the sticky banner Google injects at the top */
body.translated-ltr,
body.translated-rtl { top: 0 !important; }
.skiptranslate iframe.goog-te-banner-frame { display: none !important; }
#goog-gt-tt, .goog-te-balloon-frame { display: none !important; }
.goog-text-highlighted,
.goog-text-highlighted * {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
}
font[style*="background"] { background: transparent !important; }
/* Notranslate utility */
.notranslate { /* exclude critical content from Google's translation */ }

/* Social icons in utility strip */
.forest .ft-utility__social { display: inline-flex; align-items: center; gap: 4px; }
.forest .ft-utility__social a {
    width: 24px; height: 24px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    color: var(--ft-muted) !important;
    font-size: 12px;
    transition: background var(--ft-tx), color var(--ft-tx), transform var(--ft-tx);
    padding: 0;
}
.forest .ft-utility__social a:hover {
    background: var(--ft-warm);
    color: #fff !important;
    transform: translateY(-1px);
}

/* ---- Dark header: make utility-strip tools legible on royal-blue bg ---- */
.forest .ft-utility__tools .sep { background: rgba(255, 255, 255, 0.22); }
.forest .ft-utility__social a { color: rgba(255, 255, 255, 0.85) !important; }
.forest .ft-a11y button { color: rgba(255, 255, 255, 0.85); }
.forest .ft-a11y button:hover { color: #fff; background: rgba(255, 255, 255, 0.14); }
.forest .ft-a11y button.is-active { background: var(--ft-warm); border-color: var(--ft-warm); color: #fff; }
.forest .ft-translate__label { color: rgba(255, 255, 255, 0.85); }
.forest .ft-translate__label i { color: var(--ft-lime); }
.forest .ft-translate__label:hover { color: #fff; }
.forest .ft-lang-toggle__btn { color: rgba(255, 255, 255, 0.7); }
.forest .ft-lang-toggle__btn:hover { color: #fff; }
.forest .ft-lang-toggle__btn.is-active { color: #fff; background: rgba(255, 255, 255, 0.18); }
.forest .ft-lang-toggle__sep { color: rgba(255, 255, 255, 0.3); }
.forest .ft-utility .ft-news-pop__chip { color: rgba(255, 255, 255, 0.85); }
.forest .ft-utility .ft-news-pop__chip i { color: var(--ft-lime); }
.forest .ft-utility .ft-news-pop__chip:hover { color: #fff; }
.forest .ft-theme-switch__btn { color: rgba(255, 255, 255, 0.9); border-color: rgba(255, 255, 255, 0.32); }
.forest .ft-theme-switch__btn:hover { color: #fff; background: rgba(255, 255, 255, 0.14); border-color: rgba(255, 255, 255, 0.6); }
.forest .ft-theme-switch__btn .dot { box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4); }

@media (max-width: 991px) {
    .forest .ft-a11y,
    .forest .ft-utility__social,
    .forest .ft-utility__tools .sep:nth-child(n+3) { display: none; }
}
@media (max-width: 600px) {
    .forest .ft-utility__inner { gap: 10px; flex-wrap: wrap; }
    .forest .ft-utility__phone span { display: none; }
    .forest .ft-utility__phone::after { content: attr(data-num); }
    .forest .ft-utility > .container,
    .forest .ft-nav > .container { padding-left: 16px; padding-right: 16px; }
}

/* ---------- Navbar ---------- */
.forest .ft-nav {
    position: sticky; top: 0; z-index: 60;
    background: rgba(251, 252, 247, 0.96);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--ft-mist-2);
    transition: box-shadow var(--ft-tx);
}
.forest .ft-nav.is-stuck { box-shadow: 0 4px 18px rgba(var(--ft-canopy-rgb), 0.06); }
.forest .ft-nav__inner {
    display: flex; align-items: center; justify-content: space-between;
    min-height: 92px;
    padding: 8px 0;
}
.forest .ft-nav__brand {
    display: flex; align-items: center; gap: 14px;
    color: var(--ft-ink); font-family: var(--ft-serif); font-weight: 700; font-size: 1.4rem;
    text-decoration: none;
}
.forest .ft-nav__brand img { height: 48px; width: auto; }
.forest .ft-nav__brand .brand-sub { display: block; font-family: var(--ft-sans); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ft-muted); margin-top: 2px; }
.forest .ft-nav__menu { display: flex; align-items: center; gap: 6px; }
.forest .ft-nav__menu a {
    color: var(--ft-ink);
    font-weight: 600; font-size: 14.5px;
    padding: 10px 14px;
    border-radius: var(--ft-radius-sm);
    position: relative;
}
.forest .ft-nav__menu a::after {
    content: ""; position: absolute;
    left: 14px; right: 14px; bottom: 4px;
    height: 2px; border-radius: 1px;
    background: var(--ft-leaf);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--ft-tx);
}
.forest .ft-nav__menu a:hover,
.forest .ft-nav__menu a.is-active { color: var(--ft-primary); }
.forest .ft-nav__menu a:hover::after,
.forest .ft-nav__menu a.is-active::after { transform: scaleX(1); }

.forest .ft-nav__cta { display: flex; align-items: center; gap: 10px; }
.forest .ft-nav__toggle { display: none; background: transparent; border: 0; font-size: 24px; color: var(--ft-ink); cursor: pointer; }

@media (max-width: 991px) {
    .forest .ft-nav__menu { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--ft-ivory); padding: 12px 24px 24px; box-shadow: var(--ft-shadow-lg); border-top: 1px solid var(--ft-mist-2); align-items: stretch; }
    .forest .ft-nav__menu.is-open { display: flex; }
    .forest .ft-nav__menu a { padding: 14px 8px; border-bottom: 1px solid var(--ft-mist-2); border-radius: 0; }
    .forest .ft-nav__menu a::after { display: none; }
    .forest .ft-nav__toggle { display: inline-flex; }
    .forest .ft-nav__cta .ft-btn { display: none; }
}

/* ---------- Hero ---------- */
.forest .ft-hero {
    position: relative;
    min-height: 68.8vh;
    display: flex; align-items: center;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(135deg, var(--ft-canopy) 0%, var(--ft-primary-2) 55%, var(--ft-primary) 100%);
}
.forest .ft-hero__bg {
    position: absolute; inset: 0;
    background:
        linear-gradient(135deg, var(--ft-canopy) 0%, var(--ft-primary-2) 55%, var(--ft-primary) 100%);
    background-size: cover;
    background-position: center 25%;
    z-index: -2;
    transform: scale(1.08);
    filter: blur(14px) saturate(0.85);
    opacity: 0.65;
    transition:
        transform 1600ms cubic-bezier(.2,.7,.2,1),
        filter   1100ms ease-out,
        opacity   900ms ease-out,
        background-image 0s;
    will-change: transform, filter, opacity;
}
.forest .ft-hero__bg.is-loaded {
    transform: scale(1.02);
    filter: blur(0) saturate(1);
    opacity: 1;
}
/* crossfading layers for the rotating hero gallery */
.forest .ft-hero__bg--a,
.forest .ft-hero__bg--b {
    transform: scale(1.02);
    filter: blur(0) saturate(1);
    opacity: 0;
    transition: opacity 1200ms ease, background-image 0s;
}
.forest .ft-hero__bg--a.is-loaded,
.forest .ft-hero__bg--b.is-loaded { opacity: 1; }
.forest .ft-hero__bg::after {
    content: "";
    position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.05) 40%, rgba(0,0,0,0.35) 100%);
    mix-blend-mode: normal;
}
.forest .ft-hero__content {
    padding: 80px 0 160px;
    max-width: 760px;
}
.forest .ft-hero__eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 12px; font-weight: 700; letter-spacing: .18em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: var(--ft-radius-pill);
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.28);
    backdrop-filter: blur(6px);
    color: #fff;
}
.forest .ft-hero__eyebrow::before {
    content: ""; width: 8px; height: 8px; border-radius: 50%;
    background: var(--ft-lime);
    box-shadow: 0 0 12px var(--ft-lime);
}
.forest .ft-hero h1 {
    color: #fff;
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1.1;
    margin: 18px 0 14px;
    text-shadow: 0 2px 14px rgba(0,0,0,0.45);
}
.forest .ft-hero h1 em { font-style: italic; color: var(--ft-lime); font-weight: 500; }
.forest .ft-hero__sub {
    color: rgba(255,255,255,0.95);
    font-size: 0.95rem;
    max-width: 560px;
    margin-bottom: 24px;
    text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}
.forest .ft-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.forest .ft-hero__scroll {
    position: absolute; left: 50%; transform: translateX(-50%);
    bottom: 32px; z-index: 2;
    color: rgba(255,255,255,0.25);
    font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    animation: ft-bob 2.4s ease-in-out infinite;
}
.forest .ft-hero__scroll::after {
    content: ""; width: 1px; height: 28px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.6), transparent);
}
@keyframes ft-bob {
    0%, 100% { transform: translate(-50%, 0); opacity: .9; }
    50%      { transform: translate(-50%, 6px); opacity: .55; }
}

/* Patrons in the nav CTA — now the dominant element on the right */
.forest .ft-nav-patrons {
    display: flex;
    align-items: center;
    gap: 20px;
}
.forest .ft-nav-patron {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    text-align: center;
    line-height: 1.2;
}
.forest .ft-nav-patron__photo {
    width: 64px; height: 64px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--ft-mist);
    border: 2px solid var(--ft-primary);
    margin-bottom: 3px;
}
.forest .ft-nav-patron__photo img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: top center;
    display: block;
}
.forest .ft-nav-patron figcaption {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
    line-height: 1.2;
}
.forest .ft-nav-patron__name {
    font-family: var(--ft-serif);
    font-weight: 700;
    font-size: 10px;
    color: var(--ft-ink);
}
.forest .ft-nav-patron__role {
    font-size: 8.5px;
    color: var(--ft-ink-2);
    margin-top: 1px;
    letter-spacing: 0.02em;
}
@media (max-width: 1199px) {
    .forest .ft-nav-patron figcaption { display: none; }
    .forest .ft-nav-patron__photo { margin-bottom: 0; width: 64px; height: 64px; }
}
@media (max-width: 991px) {
    .forest .ft-nav-patrons { display: none; }
}

/* News chip in the utility bar (replaces the big navbar button) */
.forest .ft-news-pop--utility { position: relative; display: inline-flex; }
.forest .ft-news-pop__chip {
    background: transparent;
    border: 0;
    color: var(--ft-ink-2);
    font: inherit;
    font-weight: 600;
    font-size: 13px;
    padding: 2px 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    position: relative;
    border-radius: 6px;
    transition: color var(--ft-tx), background var(--ft-tx);
}
.forest .ft-news-pop__chip i { color: var(--ft-primary); font-size: 12px; }
.forest .ft-news-pop__chip:hover { color: var(--ft-primary); }
.forest .ft-news-pop__chip:focus-visible {
    outline: 2px solid var(--ft-lime);
    outline-offset: 2px;
}
.forest .ft-news-pop--utility .ft-news-pop__dot {
    position: absolute; top: -2px; right: -2px;
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--ft-saffron, #ff7a00);
    box-shadow: 0 0 0 2px var(--ft-ivory);
}

/* Stat ribbon — floats over hero bottom */
.forest .ft-stat-ribbon {
    position: relative;
    margin-top: -80px;
    z-index: 3;
    background: #fff;
    border-radius: var(--ft-radius);
    box-shadow: var(--ft-shadow-lg);
    padding: 22px 12px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.forest .ft-stat-ribbon__item {
    text-align: center;
    padding: 8px 14px;
    border-right: 1px solid var(--ft-mist-2);
}
.forest .ft-stat-ribbon__item:last-child { border-right: 0; }
.forest .ft-stat-ribbon__num {
    font-family: var(--ft-serif);
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    font-weight: 600;
    color: var(--ft-primary);
    line-height: 1;
    display: flex; align-items: baseline; justify-content: center; gap: 4px;
}
.forest .ft-stat-ribbon__num small { font-size: 60%; color: var(--ft-leaf); font-family: var(--ft-sans); font-weight: 700; }
.forest .ft-stat-ribbon__label {
    font-size: 12px; font-weight: 600;
    color: var(--ft-ink-2);
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-top: 8px;
}
@media (max-width: 768px) {
    .forest .ft-stat-ribbon { grid-template-columns: repeat(2, 1fr); padding: 10px; }
    .forest .ft-stat-ribbon__item { border-right: 0; border-bottom: 1px solid var(--ft-mist-2); padding: 14px 8px; }
    .forest .ft-stat-ribbon__item:nth-child(2n) { border-right: 0; }
    .forest .ft-stat-ribbon__item:nth-last-child(-n+2) { border-bottom: 0; }
}

/* ---------- Inner-page banner ---------- */
.forest .ft-banner {
    position: relative;
    padding: 64px 0 56px;
    background:
        linear-gradient(120deg, rgba(var(--ft-canopy-rgb), 0.92), rgba(var(--ft-primary-rgb), 0.04)),
        url('../img/projectshead.jpg') center/cover no-repeat;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
}
.forest .ft-banner__lede {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.05rem;
    max-width: 720px;
    margin: 0 0 18px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

/* Shared sticky chip nav (used on gallery and resources) */
.forest .gx-chipnav {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: saturate(140%) blur(10px);
    -webkit-backdrop-filter: saturate(140%) blur(10px);
    border-bottom: 1px solid var(--ft-mist-2);
    box-shadow: 0 6px 18px rgba(var(--ft-canopy-rgb), 0.04);
}
.forest .gx-chipnav__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding: 10px 0;
}
.forest .gx-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--ft-ink-2);
    background: var(--ft-mist);
    border: 1px solid transparent;
    border-radius: var(--ft-radius-pill);
    text-decoration: none;
    white-space: nowrap;
    transition: all var(--ft-tx);
}
.forest .gx-chip i { font-size: 12px; color: var(--ft-primary); }
.forest .gx-chip:hover {
    background: #fff;
    border-color: var(--ft-mist-2);
    color: var(--ft-primary);
    transform: translateY(-1px);
}
.forest .gx-chip.is-active {
    background: var(--ft-primary);
    color: #fff;
    box-shadow: 0 6px 14px rgba(var(--ft-primary-rgb), 0.25);
}
.forest .gx-chip.is-active i { color: var(--ft-lime); }
@media (max-width: 640px) {
    .forest .gx-chip { padding: 7px 13px; font-size: 12.5px; }
}
.forest .ft-banner::after {
    content: "";
    position: absolute; left: 0; right: 0; bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--ft-lime), var(--ft-leaf), var(--ft-warm));
}
.forest .ft-banner__eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
    color: var(--ft-lime);
}
.forest .ft-banner__eyebrow::before {
    content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--ft-lime);
}
.forest .ft-banner h1 {
    color: #fff;
    font-family: var(--ft-serif);
    font-size: clamp(2rem, 4.4vw, 3rem);
    margin: 14px 0 14px;
    line-height: 1.15;
}
.forest .ft-banner__crumb {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-wrap: wrap; gap: 10px;
    font-size: 13.5px;
    color: rgba(255,255,255,0.82);
}
.forest .ft-banner__crumb a { color: rgba(255,255,255,0.82); }
.forest .ft-banner__crumb a:hover { color: var(--ft-lime); }
.forest .ft-banner__crumb li + li::before {
    content: "›"; margin-right: 10px; opacity: .6;
}
.forest .ft-banner__crumb li.is-current { color: var(--ft-lime); font-weight: 600; }

/* ---------- Skin existing Bootstrap inner-page blocks ---------- */
.forest .container-xxl, .forest .container-fluid, .forest .container {}
.forest .display-1, .forest .display-2, .forest .display-3, .forest .display-4, .forest .display-5, .forest .display-6 {
    font-family: var(--ft-serif);
    color: var(--ft-ink);
    font-weight: 600;
}
.forest .section-title h1,
.forest .section-title h2 { font-family: var(--ft-serif); color: var(--ft-ink); }
.forest .section-title h1::before,
.forest .section-title h1::after { background: var(--ft-leaf) !important; }

.forest .btn.btn-primary {
    background: var(--ft-primary) !important;
    border-color: var(--ft-primary) !important;
    color: #fff !important;
    border-radius: var(--ft-radius-sm);
    transition: background var(--ft-tx), transform var(--ft-tx), box-shadow var(--ft-tx);
}
.forest .btn.btn-primary:hover {
    background: var(--ft-primary-2) !important;
    border-color: var(--ft-primary-2) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(var(--ft-primary-rgb), 0.3);
}
.forest .text-primary { color: var(--ft-primary) !important; }
.forest .bg-primary { background: var(--ft-primary) !important; }
.forest .bg-light { background: var(--ft-mist) !important; }
.forest .bg-dark { background: var(--ft-canopy) !important; }
.forest .border-primary { border-color: var(--ft-primary) !important; }

.forest .service-item,
.forest .team-item,
.forest .portfolio-item {
    border-radius: var(--ft-radius);
    overflow: hidden;
    background: #fff;
    box-shadow: var(--ft-shadow-sm);
    transition: transform var(--ft-tx), box-shadow var(--ft-tx);
}
.forest .service-item:hover,
.forest .team-item:hover,
.forest .portfolio-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--ft-shadow);
}
.forest .border-light { border-color: var(--ft-mist-2) !important; }

.forest .breadcrumb-item + .breadcrumb-item::before { color: var(--ft-lime) !important; }

.forest table { color: var(--ft-ink); }
.forest table thead { background: var(--ft-mist); }
.forest table th { color: var(--ft-ink); font-family: var(--ft-serif); }

/* ---------- Mission band ---------- */
.forest .ft-mission {
    position: relative;
    padding: 110px 0;
    background: var(--ft-mist);
    overflow: hidden;
}
.forest .ft-mission::before {
    content: "";
    position: absolute; right: -120px; top: -60px;
    width: 420px; height: 420px;
    background: radial-gradient(closest-side, rgba(var(--ft-leaf-rgb), 0.08), transparent);
    pointer-events: none;
}
.forest .ft-mission__quote {
    font-family: var(--ft-serif);
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.4;
    color: var(--ft-ink);
    font-weight: 500;
    position: relative;
    padding-left: 36px;
}
.forest .ft-mission__quote::before {
    content: "";
    position: absolute; left: 0; top: 8px;
    width: 4px; height: calc(100% - 16px);
    border-radius: 2px;
    background: linear-gradient(180deg, var(--ft-leaf), var(--ft-primary));
}
.forest .ft-mission__meta { color: var(--ft-ink-2); margin-top: 22px; font-size: 15px; }

/* ---------- Projects showcase ---------- */
.forest .ft-tabs {
    display: inline-flex;
    gap: 6px;
    padding: 4px;
    background: var(--ft-mist);
    border-radius: var(--ft-radius-pill);
    margin-bottom: 30px;
}
.forest .ft-tabs button {
    background: transparent; border: 0;
    padding: 8px 18px;
    border-radius: var(--ft-radius-pill);
    font-weight: 600; font-size: 14px;
    color: var(--ft-ink-2);
    cursor: pointer;
    transition: background var(--ft-tx), color var(--ft-tx);
}
.forest .ft-tabs button.is-active {
    background: #fff;
    color: var(--ft-primary);
    box-shadow: var(--ft-shadow-sm);
}

.forest .ft-proj-card { position: relative; }
.forest .ft-proj-card .ft-card__media { aspect-ratio: 5 / 3; }
.forest .ft-proj-card__chip {
    position: absolute; top: 14px; left: 14px;
    z-index: 1;
}

/* ---------- Impact strip ---------- */
.forest .ft-impact {
    position: relative;
    background:
        linear-gradient(135deg, rgba(var(--ft-canopy-rgb), 0.92), rgba(var(--ft-primary-rgb), 0.88)),
        url('../img/achievement.jpg') center/cover no-repeat;
    color: #fff;
    padding: 80px 0;
    overflow: hidden;
}
.forest .ft-impact::after {
    content: "";
    position: absolute; bottom: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--ft-lime), var(--ft-leaf), var(--ft-warm));
}
.forest .ft-impact__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.forest .ft-impact__item { text-align: center; padding: 12px; }
.forest .ft-impact__num {
    font-family: var(--ft-serif);
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 600;
    color: var(--ft-lime);
    line-height: 1;
}
.forest .ft-impact__num small { font-size: 50%; color: #fff; font-family: var(--ft-sans); font-weight: 700; }
.forest .ft-impact__label {
    margin-top: 12px;
    color: rgba(255,255,255,0.86);
    font-weight: 600;
    letter-spacing: .04em;
}
@media (max-width: 768px) {
    .forest .ft-impact__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Voices ---------- */
.forest .ft-voice {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
@media (max-width: 991px) { .forest .ft-voice { grid-template-columns: 1fr; } }

.forest .ft-voice__story {
    background: #fff;
    border-radius: var(--ft-radius);
    overflow: hidden;
    box-shadow: var(--ft-shadow-sm);
    display: grid;
    grid-template-rows: 240px auto;
}
.forest .ft-voice__story .img-wrap { overflow: hidden; }
.forest .ft-voice__story .img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.forest .ft-voice__story .body { padding: 28px; }

.forest .ft-voice__director {
    background: linear-gradient(135deg, var(--ft-canopy), var(--ft-primary-2));
    color: #fff;
    border-radius: var(--ft-radius);
    padding: 36px;
    position: relative;
    overflow: hidden;
}
.forest .ft-voice__director::before {
    content: "“";
    position: absolute; right: 20px; top: -30px;
    font-family: var(--ft-serif);
    font-size: 220px;
    color: rgba(var(--ft-lime-rgb), 0.15);
    line-height: 1;
}
.forest .ft-voice__director .portrait {
    width: 72px; height: 72px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255,255,255,0.18);
    margin-bottom: 18px;
}
.forest .ft-voice__director .portrait img { width: 100%; height: 100%; object-fit: cover; }
.forest .ft-voice__director blockquote {
    font-family: var(--ft-serif);
    font-size: 1.25rem;
    line-height: 1.45;
    color: #fff;
    margin: 0 0 22px;
}
.forest .ft-voice__director cite {
    font-style: normal;
    display: block;
    font-weight: 700;
    color: var(--ft-lime);
}
.forest .ft-voice__director cite small {
    display: block;
    font-weight: 400;
    color: rgba(255,255,255,0.78);
    margin-top: 4px;
}

/* ---------- News & Notices ---------- */
.forest .ft-news {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 32px;
}
@media (max-width: 991px) { .forest .ft-news { grid-template-columns: 1fr; } }

.forest .ft-news__col {
    background: #fff;
    border-radius: var(--ft-radius);
    padding: 28px;
    box-shadow: var(--ft-shadow-sm);
}
.forest .ft-news__head {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--ft-mist-2);
}
.forest .ft-news__head h3 { margin: 0; font-size: 1.25rem; }
.forest .ft-news__list { list-style: none; padding: 0; margin: 0; }
.forest .ft-news__list li {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px dashed var(--ft-mist-2);
}
.forest .ft-news__list li:last-child { border-bottom: 0; }
.forest .ft-news__date {
    text-align: center;
    padding: 6px 0;
    border-radius: 8px;
    background: var(--ft-mist);
    color: var(--ft-primary-2);
    font-weight: 700;
    line-height: 1.1;
}
.forest .ft-news__date .d { display: block; font-family: var(--ft-serif); font-size: 1.2rem; }
.forest .ft-news__date .m { display: block; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; margin-top: 2px; }
.forest .ft-news__title {
    color: var(--ft-ink);
    font-weight: 600;
    font-size: 14.5px;
    line-height: 1.45;
}
.forest .ft-news__title:hover { color: var(--ft-primary); }
.forest .ft-news__pdf {
    color: var(--ft-primary);
    font-size: 18px;
}
.forest .ft-news__pdf:hover { color: var(--ft-primary-2); }

/* ---------- Partners wall ---------- */
.forest .ft-partners__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    align-items: center;
}
@media (max-width: 991px) { .forest .ft-partners__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .forest .ft-partners__grid { grid-template-columns: repeat(2, 1fr); } }

.forest .ft-partner-tile {
    aspect-ratio: 5 / 3;
    background: #fff;
    border-radius: var(--ft-radius-sm);
    display: flex; align-items: center; justify-content: center;
    padding: 16px;
    border: 1px solid var(--ft-mist-2);
    text-align: center;
    transition: transform var(--ft-tx), box-shadow var(--ft-tx);
}
.forest .ft-partner-tile:hover {
    transform: translateY(-3px);
    box-shadow: var(--ft-shadow-sm);
}
.forest .ft-partner-tile span {
    font-family: var(--ft-serif);
    color: var(--ft-ink-2);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
}

/* ---------- CTA band ---------- */
.forest .ft-cta {
    position: relative;
    background: linear-gradient(120deg, var(--ft-primary-2), var(--ft-primary));
    color: #fff;
    padding: 56px 0;
    overflow: hidden;
}
.forest .ft-cta::before, .forest .ft-cta::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(var(--ft-lime-rgb), 0.18), transparent);
    pointer-events: none;
}
.forest .ft-cta::before { width: 380px; height: 380px; left: -120px; top: -120px; }
.forest .ft-cta::after { width: 320px; height: 320px; right: -100px; bottom: -120px; background: radial-gradient(closest-side, rgba(var(--ft-warm-rgb), 0.18), transparent); }
.forest .ft-cta__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
}
@media (max-width: 768px) { .forest .ft-cta__inner { grid-template-columns: 1fr; } }
.forest .ft-cta h2 { color: #fff; margin: 0 0 6px; }
.forest .ft-cta p { color: rgba(255,255,255,0.86); margin: 0; }
.forest .ft-cta__pills { display: flex; flex-wrap: wrap; gap: 10px; }
.forest .ft-cta__pill {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 20px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: var(--ft-radius-pill);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    transition: background var(--ft-tx), transform var(--ft-tx);
}
.forest .ft-cta__pill:hover {
    background: #fff;
    color: var(--ft-primary-2);
    transform: translateY(-2px);
}

/* ---------- Footer ---------- */
.forest .ft-foot {
    position: relative;
    background:
        linear-gradient(rgba(var(--ft-canopy-rgb), 0.96), rgba(var(--ft-canopy-rgb), 0.98)),
        url('../img/footer.jpg') center/cover no-repeat;
    color: rgba(255,255,255,0.82);
    padding: 70px 0 24px;
}
.forest .ft-foot::before {
    content: "";
    position: absolute; left: 0; right: 0; top: 0;
    height: 14px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 14' preserveAspectRatio='none'><path d='M0 14 L40 4 L80 12 L120 2 L160 11 L200 5 L240 13 L280 3 L320 12 L360 6 L400 14 L440 4 L480 11 L520 2 L560 13 L600 5 L640 12 L680 3 L720 14 L760 6 L800 11 L840 4 L880 13 L920 2 L960 12 L1000 5 L1040 14 L1080 3 L1120 11 L1160 4 L1200 13 L1200 14 Z' fill='%23E9F5EC'/></svg>");
    background-repeat: repeat-x;
    background-size: 1200px 14px;
    transform: rotate(180deg);
}
.forest .ft-foot__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 36px;
    padding-top: 14px;
}
@media (max-width: 991px) { .forest .ft-foot__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .forest .ft-foot__grid { grid-template-columns: 1fr; } }
.forest .ft-foot h4 {
    color: #fff;
    font-family: var(--ft-serif);
    font-size: 1.05rem;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    position: relative;
}
.forest .ft-foot h4::after {
    content: "";
    position: absolute; left: 0; bottom: -1px;
    width: 36px; height: 2px;
    background: var(--ft-lime);
}
.forest .ft-foot a { color: rgba(255,255,255,0.78); display: inline-flex; align-items: center; gap: 8px; padding: 4px 0; }
.forest .ft-foot a:hover { color: var(--ft-lime); }
.forest .ft-foot__brand .lockup { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.forest .ft-foot__brand .lockup img { height: 44px; }
.forest .ft-foot__brand .lockup .name { font-family: var(--ft-serif); font-size: 1.2rem; color: #fff; font-weight: 700; }
.forest .ft-foot__brand p { color: rgba(255,255,255,0.7); font-size: 14px; line-height: 1.6; }
.forest .ft-foot__social { display: flex; gap: 8px; margin-top: 14px; }
.forest .ft-foot__social a {
    width: 36px; height: 36px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    padding: 0;
}
.forest .ft-foot__social a:hover { background: var(--ft-leaf); border-color: var(--ft-leaf); color: var(--ft-canopy); }
.forest .ft-foot__links { display: flex; flex-direction: column; gap: 4px; }
.forest .ft-foot__contact p { color: rgba(255,255,255,0.78); font-size: 14px; line-height: 1.65; margin: 0 0 10px; }
.forest .ft-foot__contact i { color: var(--ft-lime); margin-right: 8px; }
.forest .ft-foot__bottom {
    margin-top: 40px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
    color: rgba(255,255,255,0.6);
    font-size: 13.5px;
}
.forest .ft-foot__bottom a { color: rgba(255,255,255,0.6); display: inline; padding: 0; }
.forest .ft-foot__bottom a:hover { color: var(--ft-lime); }

/* ---------- Bio modal (org-chart preview) ---------- */
.forest .ft-bio {
    position: fixed; inset: 0; z-index: 9100;
    display: none;
}
.forest .ft-bio.is-open { display: block; }
.forest .ft-bio__backdrop {
    position: absolute; inset: 0;
    background: rgba(var(--ft-canopy-rgb), 0.55);
    backdrop-filter: blur(5px) saturate(120%);
    -webkit-backdrop-filter: blur(5px) saturate(120%);
    animation: ftFadeIn 180ms ease-out;
}
.forest .ft-bio__panel {
    position: relative;
    max-width: 460px;
    margin: 10vh auto 0;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 30px 60px rgba(var(--ft-canopy-rgb), 0.32), 0 0 0 1px var(--ft-mist-2);
    overflow: hidden;
    animation: ftPanelIn 240ms cubic-bezier(.2,.7,.2,1);
}
.forest .ft-bio__head {
    background: linear-gradient(135deg, var(--ft-primary), var(--ft-primary-2));
    color: #fff;
    padding: 26px 26px 22px;
    position: relative;
}
.forest .ft-bio__head.is-apex {
    background: linear-gradient(135deg, var(--ft-canopy), var(--ft-primary-2));
}
.forest .ft-bio__head.is-committee {
    background: linear-gradient(135deg, #B85F1F, var(--ft-warm));
}
.forest .ft-bio__head.is-field {
    background: linear-gradient(135deg, var(--ft-primary-2), var(--ft-leaf));
}
.forest .ft-bio__close {
    position: absolute;
    top: 14px; right: 14px;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    border: 0;
    cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 14px;
    transition: background var(--ft-tx);
}
.forest .ft-bio__close:hover { background: rgba(255, 255, 255, 0.3); }
.forest .ft-bio__icon {
    width: 56px; height: 56px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 24px;
    margin-bottom: 14px;
}
.forest .ft-bio__tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--ft-lime);
    background: rgba(255, 255, 255, 0.12);
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 8px;
}
.forest .ft-bio__name {
    font-family: var(--ft-serif);
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 4px;
    line-height: 1.2;
}
.forest .ft-bio__title {
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    margin: 0;
    line-height: 1.45;
}
.forest .ft-bio__body { padding: 22px 26px 18px; }
.forest .ft-bio__desc {
    color: var(--ft-ink-2);
    font-size: 14.5px;
    line-height: 1.65;
    margin: 0 0 14px;
}
.forest .ft-bio__meta {
    display: flex; flex-wrap: wrap; gap: 8px;
    margin-bottom: 14px;
}
.forest .ft-bio__meta-chip {
    display: inline-flex; align-items: center; gap: 6px;
    background: var(--ft-mist);
    color: var(--ft-primary-2);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 600;
}
.forest .ft-bio__meta-chip i { font-size: 11px; }
.forest .ft-bio__contact {
    padding-top: 14px;
    border-top: 1px dashed var(--ft-mist-2);
    display: flex; flex-direction: column; gap: 6px;
}
.forest .ft-bio__contact a {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--ft-primary);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    word-break: break-all;
}
.forest .ft-bio__contact a:hover { color: var(--ft-primary-2); }
.forest .ft-bio__foot {
    background: var(--ft-ivory);
    padding: 12px 26px;
    border-top: 1px solid var(--ft-mist-2);
    font-size: 12px;
    color: var(--ft-muted);
    display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.forest .ft-bio__foot kbd {
    background: #fff;
    border: 1px solid var(--ft-mist-2);
    border-radius: 4px;
    padding: 1px 5px;
    font-family: var(--ft-sans);
    font-size: 11px;
    color: var(--ft-ink-2);
}
@media (max-width: 600px) {
    .forest .ft-bio__panel { margin: 0; min-height: 100vh; max-width: 100%; border-radius: 0; }
}

/* Make org-chart nodes feel interactive */
.forest .ft-orgchart__node[data-bio-name] { cursor: pointer; }
.forest .ft-orgchart__node[data-bio-name]:focus-visible {
    outline: 2px solid var(--ft-lime);
    outline-offset: 3px;
}

/* ---------- Org Chart / Team Tree ---------- */
.forest .ft-orgchart {
    --ft-line: #cfe3d6;
    padding: 12px 0 8px;
}
.forest .ft-orgchart__level {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 56px;
}
.forest .ft-orgchart__level:last-child { margin-bottom: 0; }

/* Vertical connector between consecutive levels */
.forest .ft-orgchart__level + .ft-orgchart__level::before {
    content: "";
    position: absolute;
    top: -42px;
    left: 50%;
    width: 2px;
    height: 42px;
    background: var(--ft-line);
    transform: translateX(-50%);
}

/* Horizontal bar above a multi-node level */
.forest .ft-orgchart__level.has-bar::after {
    content: "";
    position: absolute;
    top: -22px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: var(--ft-line);
}
.forest .ft-orgchart__level.has-bar > .ft-orgchart__node::before {
    content: "";
    position: absolute;
    top: -22px;
    left: 50%;
    width: 2px;
    height: 22px;
    background: var(--ft-line);
    transform: translateX(-50%);
}

.forest .ft-orgchart__node {
    position: relative;
    background: #fff;
    border: 1px solid var(--ft-mist-2);
    border-radius: 14px;
    padding: 16px 18px 14px;
    width: 220px;
    text-align: center;
    box-shadow: var(--ft-shadow-sm);
    transition: transform var(--ft-tx), box-shadow var(--ft-tx), border-color var(--ft-tx);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.forest .ft-orgchart__node:hover {
    transform: translateY(-3px);
    box-shadow: var(--ft-shadow);
    border-color: var(--ft-leaf);
}
.forest .ft-orgchart__node-icon {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: var(--ft-mist);
    color: var(--ft-primary);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 16px;
    margin-bottom: 6px;
}
.forest .ft-orgchart__node-name {
    font-family: var(--ft-serif);
    font-weight: 600;
    font-size: 1rem;
    color: var(--ft-ink);
    line-height: 1.25;
    margin: 0;
}
.forest .ft-orgchart__node-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ft-primary);
    margin-top: 2px;
}
.forest .ft-orgchart__node-meta {
    font-size: 12.5px;
    color: var(--ft-muted);
    margin-top: 4px;
    line-height: 1.4;
}
.forest .ft-orgchart__node-tag {
    display: inline-block;
    background: var(--ft-mist);
    color: var(--ft-primary-2);
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-top: 6px;
}

/* Apex node (parent ministry) */
.forest .ft-orgchart__node--apex {
    background: linear-gradient(135deg, var(--ft-canopy), var(--ft-primary-2));
    color: #fff;
    border-color: transparent;
    width: 360px;
}
.forest .ft-orgchart__node--apex .ft-orgchart__node-icon {
    background: rgba(var(--ft-lime-rgb), 0.18);
    color: var(--ft-lime);
}
.forest .ft-orgchart__node--apex .ft-orgchart__node-name { color: #fff; font-size: 1.15rem; }
.forest .ft-orgchart__node--apex .ft-orgchart__node-title { color: var(--ft-lime); }
.forest .ft-orgchart__node--apex .ft-orgchart__node-meta { color: rgba(255,255,255,0.78); }

/* Leader node (highlighted center) */
.forest .ft-orgchart__node--lead {
    background: linear-gradient(135deg, var(--ft-primary), var(--ft-primary-2));
    color: #fff;
    border: 2px solid var(--ft-lime);
    width: 280px;
    box-shadow: 0 12px 30px rgba(var(--ft-primary-rgb), 0.32);
}
.forest .ft-orgchart__node--lead .ft-orgchart__node-icon {
    background: rgba(255,255,255,0.18);
    color: #fff;
}
.forest .ft-orgchart__node--lead .ft-orgchart__node-name { color: #fff; font-size: 1.1rem; }
.forest .ft-orgchart__node--lead .ft-orgchart__node-title { color: var(--ft-lime); }
.forest .ft-orgchart__node--lead .ft-orgchart__node-meta { color: rgba(255,255,255,0.86); }

/* Committee node — accent border */
.forest .ft-orgchart__node--committee {
    border-top: 4px solid var(--ft-warm);
}
.forest .ft-orgchart__node--committee .ft-orgchart__node-icon {
    background: rgba(var(--ft-warm-rgb), 0.18);
    color: #B85F1F;
}

/* Compact node for wide rows */
.forest .ft-orgchart__node--compact {
    width: 180px;
    padding: 14px 14px 12px;
}
.forest .ft-orgchart__node--compact .ft-orgchart__node-name { font-size: 0.95rem; }

/* Field cluster node */
.forest .ft-orgchart__node--field {
    background: var(--ft-mist);
    border-color: transparent;
}
.forest .ft-orgchart__node--field .ft-orgchart__node-icon {
    background: #fff;
}

/* Mobile fallback — single column with simple vertical line */
@media (max-width: 768px) {
    .forest .ft-orgchart__level {
        flex-direction: column;
        align-items: center;
        gap: 14px;
        margin-bottom: 30px;
    }
    .forest .ft-orgchart__level + .ft-orgchart__level::before {
        top: -22px;
        height: 22px;
    }
    .forest .ft-orgchart__level.has-bar::after { display: none; }
    .forest .ft-orgchart__level.has-bar > .ft-orgchart__node::before { display: none; }
    .forest .ft-orgchart__node,
    .forest .ft-orgchart__node--lead,
    .forest .ft-orgchart__node--apex { width: 100%; max-width: 320px; }
}

/* Legend below the chart */
.forest .ft-orgchart__legend {
    display: flex; flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px dashed var(--ft-mist-2);
    color: var(--ft-muted);
    font-size: 13px;
}
.forest .ft-orgchart__legend span { display: inline-flex; align-items: center; gap: 8px; }
.forest .ft-orgchart__legend .dot {
    width: 10px; height: 10px; border-radius: 50%;
    background: var(--ft-primary);
}
.forest .ft-orgchart__legend .dot.committee { background: var(--ft-warm); }
.forest .ft-orgchart__legend .dot.field { background: var(--ft-leaf); }
.forest .ft-orgchart__legend .dot.lead { background: var(--ft-lime); border: 2px solid var(--ft-primary); }

/* ---------- Search overlay ---------- */
.forest .ft-search {
    position: fixed; inset: 0; z-index: 9000;
    display: none;
    isolation: isolate;
}
.forest .ft-search.is-open { display: block; }
.forest .ft-search__backdrop {
    position: absolute; inset: 0;
    background: rgba(var(--ft-canopy-rgb), 0.62);
    backdrop-filter: blur(6px) saturate(120%);
    -webkit-backdrop-filter: blur(6px) saturate(120%);
    animation: ftFadeIn 180ms ease-out;
}
@keyframes ftFadeIn { from { opacity: 0; } to { opacity: 1; } }
.forest .ft-search__panel {
    position: relative;
    max-width: 720px;
    margin: 8vh auto 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 30px 80px rgba(var(--ft-canopy-rgb), 0.32), 0 0 0 1px var(--ft-mist-2);
    overflow: hidden;
    animation: ftPanelIn 220ms cubic-bezier(.2,.7,.2,1);
}
@keyframes ftPanelIn {
    from { opacity: 0; transform: translateY(-12px) scale(0.985); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
.forest .ft-search__head {
    display: grid;
    grid-template-columns: 24px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 18px 22px;
    border-bottom: 1px solid var(--ft-mist-2);
}
.forest .ft-search__icon { color: var(--ft-primary); font-size: 18px; }
.forest .ft-search__head input {
    border: 0; outline: 0;
    font-family: var(--ft-sans);
    font-size: 17px;
    color: var(--ft-ink);
    background: transparent;
    padding: 6px 0;
    width: 100%;
}
.forest .ft-search__head input::placeholder { color: var(--ft-muted); }
.forest .ft-search__esc {
    background: var(--ft-mist);
    color: var(--ft-ink-2);
    font-size: 11px; font-weight: 700;
    padding: 4px 8px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid var(--ft-mist-2);
    font-family: var(--ft-sans);
}
.forest .ft-search__body {
    max-height: 58vh;
    overflow-y: auto;
    padding: 8px;
}
.forest .ft-search__empty {
    padding: 28px 22px;
    color: var(--ft-muted);
    text-align: center;
    font-size: 14px;
}
.forest .ft-search__hit {
    display: block;
    padding: 12px 14px;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: background var(--ft-tx);
    margin-bottom: 4px;
}
.forest .ft-search__hit:hover,
.forest .ft-search__hit.is-active {
    background: var(--ft-mist);
}
.forest .ft-search__hit-title {
    font-family: var(--ft-serif);
    font-weight: 600;
    font-size: 15px;
    color: var(--ft-ink);
    margin-bottom: 2px;
}
.forest .ft-search__hit-url {
    font-size: 11.5px;
    color: var(--ft-primary);
    font-weight: 600;
    letter-spacing: .04em;
    margin-bottom: 6px;
}
.forest .ft-search__hit-snippet {
    color: var(--ft-ink-2);
    font-size: 13px;
    line-height: 1.45;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.forest .ft-search__hit mark {
    background: rgba(var(--ft-leaf-rgb), 0.18);
    color: inherit;
    padding: 0 2px;
    border-radius: 3px;
}
.forest .ft-search__foot {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 22px;
    border-top: 1px solid var(--ft-mist-2);
    background: var(--ft-ivory);
    font-size: 11px;
    color: var(--ft-muted);
}
.forest .ft-search__foot kbd {
    display: inline-block;
    background: #fff;
    border: 1px solid var(--ft-mist-2);
    border-radius: 4px;
    padding: 1px 5px;
    margin: 0 2px;
    font-family: var(--ft-sans);
    font-size: 10px;
    color: var(--ft-ink-2);
}
@media (max-width: 600px) {
    .forest .ft-search__panel { margin: 0; height: 100vh; max-width: 100%; border-radius: 0; }
    .forest .ft-search__body { max-height: calc(100vh - 130px); }
}

/* ---------- Misc ---------- */
.forest .ft-back-top {
    position: fixed;
    right: 24px; bottom: 24px;
    width: 46px; height: 46px;
    border-radius: 50%;
    background: var(--ft-primary);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    box-shadow: var(--ft-shadow);
    z-index: 80;
    opacity: 0; pointer-events: none;
    transition: opacity var(--ft-tx), transform var(--ft-tx), background var(--ft-tx);
}
.forest .ft-back-top.is-visible { opacity: 1; pointer-events: auto; }
.forest .ft-back-top:hover { background: var(--ft-primary-2); color: #fff; transform: translateY(-3px); }

/* WOW reveal */
.forest .ft-rise { opacity: 0; transform: translateY(16px); transition: opacity 600ms ease, transform 600ms cubic-bezier(.2,.7,.2,.1); }
.forest .ft-rise.is-in { opacity: 1; transform: translateY(0); }

/* Accessibility — focus-visible rings */
.forest a:focus-visible,
.forest button:focus-visible,
.forest .ft-btn:focus-visible,
.forest .ft-cta__pill:focus-visible,
.forest .ft-nav__menu a:focus-visible {
    outline: 2px solid var(--ft-lime);
    outline-offset: 3px;
    border-radius: var(--ft-radius-sm);
}
.forest .ft-utility a:focus-visible,
.forest .ft-foot a:focus-visible {
    outline: 2px solid var(--ft-lime);
    outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
    .forest *, .forest *::before, .forest *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
    .forest .ft-hero__scroll { animation: none; }
}

/* ============================
   News / Updates dropdown
   ============================ */
.forest .ft-news-pop { position: relative; display: inline-block; }
.forest .ft-news-pop #ftNewsBtn { position: relative; padding-right: 18px; }
.forest .ft-news-pop__dot {
    position: absolute; top: 6px; right: 8px;
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--ft-warm, #f4a341);
    box-shadow: 0 0 0 0 rgba(244, 163, 65, 0.6);
    animation: ft-news-pulse 1.8s infinite;
}
@keyframes ft-news-pulse {
    0% { box-shadow: 0 0 0 0 rgba(244, 163, 65, 0.65); }
    70% { box-shadow: 0 0 0 8px rgba(244, 163, 65, 0); }
    100% { box-shadow: 0 0 0 0 rgba(244, 163, 65, 0); }
}
.forest .ft-news-pop__panel {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: min(380px, 92vw);
    max-height: min(560px, 75vh);
    overflow: hidden;
    background: #fff;
    color: var(--ft-ink, #1c2a23);
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(20, 40, 30, 0.18), 0 4px 14px rgba(20, 40, 30, 0.08);
    border: 1px solid rgba(20, 40, 30, 0.06);
    opacity: 0;
    transform: translateY(-6px) scale(0.98);
    transform-origin: top right;
    transition: opacity 180ms ease, transform 180ms ease;
    z-index: 1000;
    display: flex; flex-direction: column;
}
.forest .ft-news-pop__panel.is-open {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.forest .ft-news-pop__panel::before {
    content: "";
    position: absolute;
    top: -7px; right: 22px;
    width: 14px; height: 14px;
    background: #fff;
    border-left: 1px solid rgba(20, 40, 30, 0.06);
    border-top: 1px solid rgba(20, 40, 30, 0.06);
    transform: rotate(45deg);
}
.forest .ft-news-pop__head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 16px 8px;
    border-bottom: 1px solid rgba(20, 40, 30, 0.06);
    flex-shrink: 0;
}
.forest .ft-news-pop__head .ft-eyebrow { margin: 0; }
.forest .ft-news-pop__close {
    background: transparent; border: 0;
    width: 28px; height: 28px; border-radius: 50%;
    color: var(--ft-ink, #1c2a23);
    cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    transition: background 150ms ease;
}
.forest .ft-news-pop__close:hover { background: rgba(20, 40, 30, 0.06); }
.forest .ft-news-pop__list {
    list-style: none;
    margin: 0; padding: 6px 0;
    overflow-y: auto;
    flex: 1;
}
.forest .ft-news-pop__item--feed { padding: 0; }
.forest .ft-news-pop__item--feed #curator-feed-default-feed-layout { width: 100%; }
.forest .ft-news-pop__item a {
    display: flex; gap: 12px;
    padding: 12px 16px;
    text-decoration: none;
    color: inherit;
    transition: background 150ms ease;
}
.forest .ft-news-pop__item a:hover { background: rgba(20, 40, 30, 0.04); }
.forest .ft-news-pop__item + .ft-news-pop__item a { border-top: 1px solid rgba(20, 40, 30, 0.05); }
.forest .ft-news-pop__thumb {
    position: relative; flex-shrink: 0;
    width: 64px; height: 64px;
    border-radius: 10px;
    background-size: cover; background-position: center;
    background-color: #e8efe9;
}
.forest .ft-news-pop__badge {
    position: absolute; bottom: -6px; right: -6px;
    width: 24px; height: 24px;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    color: #fff; font-size: 11px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
    border: 2px solid #fff;
}
.forest .ft-news-pop__badge--twitter { background: #1da1f2; }
.forest .ft-news-pop__badge--instagram { background: linear-gradient(135deg, #f09433 0%, #e6683c 35%, #dc2743 60%, #cc2366 80%, #bc1888 100%); }
.forest .ft-news-pop__badge--facebook { background: #1877f2; }
.forest .ft-news-pop__badge--youtube { background: #ff0000; }
.forest .ft-news-pop__body {
    display: flex; flex-direction: column; gap: 4px;
    min-width: 0;
}
.forest .ft-news-pop__text {
    font-size: 0.86rem; line-height: 1.4;
    color: var(--ft-ink, #1c2a23);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.forest .ft-news-pop__date {
    font-size: 0.72rem;
    color: rgba(20, 40, 30, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.forest .ft-news-pop__foot {
    display: flex; align-items: center; gap: 10px;
    padding: 12px 16px;
    border-top: 1px solid rgba(20, 40, 30, 0.06);
    font-size: 0.8rem;
    color: rgba(20, 40, 30, 0.65);
    flex-shrink: 0;
}
.forest .ft-news-pop__foot a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 28px; height: 28px;
    border-radius: 50%;
    background: rgba(20, 40, 30, 0.06);
    color: var(--ft-ink, #1c2a23);
    text-decoration: none;
    transition: background 150ms ease, color 150ms ease;
}
.forest .ft-news-pop__foot a:hover { background: var(--ft-primary, #2d6a4f); color: #fff; }
@media (max-width: 480px) {
    .forest .ft-news-pop__panel {
        position: fixed;
        top: 70px; right: 12px; left: 12px;
        width: auto;
    }
    .forest .ft-news-pop__panel::before { right: 32px; }
}

/* ============================================================
   Canonical site header — two-row brand+menu layout.
   Markup lives in the header block synced from index.html via
   .sync_header.py; this CSS is shared so every page styles it
   identically (org logo + state emblem + large org name on row 1,
   full-width nav menu on row 2). The dark royal-blue utility strip
   above is handled by the .ft-utility rules earlier in this file.
   ============================================================ */
.forest .ft-nav__lockup { display: flex; align-items: center; gap: 14px; min-width: 0; }
.forest .ft-nav__lockup .ft-utility__brand  { order: 1; flex: 0 0 auto; }
.forest .ft-nav__lockup .ft-utility__emblem { order: 2; }
.forest .ft-nav__lockup .ft-utility__title  { order: 3; }
.forest .ft-nav .ft-utility__brand-logo { height: 56px; width: auto; }
.forest .ft-nav .ft-utility__emblem { height: 50px; width: auto; }
.forest .ft-nav .ft-utility__title { display: flex; flex-direction: column; line-height: 1.12; min-width: 0; }
.forest .ft-nav .ft-utility__title-main {
    color: var(--ft-primary);
    font-family: var(--ft-serif);
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.01em;
}
.forest .ft-nav .ft-utility__title-sub {
    color: var(--ft-muted);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.01em;
    margin-top: 2px;
}
/* Desktop: brand + patrons on row 1, menu wraps to a centred full-width row 2 */
@media (min-width: 992px) {
    .forest .ft-nav__inner {
        flex-wrap: wrap;
        align-items: center;
        min-height: 0;
        padding: 12px 0 0;
        column-gap: 18px;
        row-gap: 0;
    }
    .forest .ft-nav__lockup { order: 1; flex: 1 1 auto; }
    .forest .ft-nav__cta    { order: 2; margin-left: auto; }
    .forest .ft-nav__menu {
        order: 3;
        flex-basis: 100%;
        justify-content: center;
        gap: 4px;
        margin-top: 12px;
        border-top: 1px solid var(--ft-mist-2);
    }
    .forest .ft-nav__menu a { padding: 14px 16px; font-size: 14.5px; }
    .forest .ft-nav__menu a::after { bottom: 6px; }
}
/* Mobile: keep the shared collapsible menu; tighten the brand so the
   hamburger stays put and the long name wraps cleanly. */
@media (max-width: 991px) {
    .forest .ft-nav__inner { flex-wrap: nowrap; gap: 10px; }
    .forest .ft-nav__lockup { flex: 1 1 auto; min-width: 0; gap: 10px; }
    .forest .ft-nav__cta { flex: 0 0 auto; }
    .forest .ft-nav .ft-utility__emblem { display: none; }
    .forest .ft-nav .ft-utility__brand-logo { height: 40px; }
    .forest .ft-nav .ft-utility__title { min-width: 0; }
    .forest .ft-nav .ft-utility__title-main { font-size: 15px; line-height: 1.1; }
    .forest .ft-nav .ft-utility__title-sub { font-size: 10px; }
}
