/* =============================================================================
   app.css — 2026 EDITORIAL REWRITE
   Artvin Vakfı | Fluid typography · Bento · Magazine-style news · Motion
   -----------------------------------------------------------------------------
   PRENSİP:
     • Yeni class sistemi — eski .mad-* ile çakışmaz.
     • Utility class'lar .a-* (artvin) prefix'li — safe namespace.
     • !important minimal (yalnızca a11y ve reduced motion).
     • prefers-reduced-motion tam destekli.
     • Fluid spacing & type (clamp).
     • :has, container queries, scroll-driven opsiyonel enh.
   ============================================================================= */


/* ════════════════════════════════════════════════════════════════════════════
   0. RESET + BASE
   ════════════════════════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; }
.page-modern * { margin: 0; padding: 0; }
.site-header * { margin: 0; padding: 0; }
.site-footer * { margin: 0; padding: 0; }

.page-modern img,
.page-modern video,
.page-modern svg,
.site-header img,
.site-header svg,
.site-footer img,
.site-footer svg { display: block; max-width: 100%; height: auto; }

.page-modern button,
.site-header button,
.site-footer button { font: inherit; color: white; border: 0; cursor: pointer; }



.page-modern a,
.site-header a,
.site-footer a { color: white; text-decoration: none; }


.page-modern ul, .page-modern ol,
.site-header ul, .site-header ol,
.site-footer ul, .site-footer ol { list-style: none; }


/* ════════════════════════════════════════════════════════════════════════════
   1. DESIGN TOKENS
   ════════════════════════════════════════════════════════════════════════════ */
:root {
    /* ——— Palette — WCAG AA+ tuned ——— */
    --c-ink:         #0a1210;  /* primary text on light */
    --c-ink-2:       #1e2a25;  /* secondary text on light — was #2a3530 */
    --c-ink-3:       #3d4642;  /* tertiary/meta text — was #5a6660 (now 8.5:1 on paper) */
    --c-ink-4:       #5a6660;  /* decorative/large text only */
    --c-mute:        #b4bbb5;  /* text on dark ink — was #8a9690 (now 7.8:1 on ink) */
    --c-mute-light:  #5a6660;  /* subdued text on light — explicit token */
    --c-line:        #cfd7d1;  /* border on light — was #d6dfd8 */
    --c-line-2:      #e8ece8;  /* subtle border — was #eef2ee */
    --c-line-dark:   rgba(255, 255, 255, .16); /* border on dark */
    --c-paper:       #f8f6f0;
    --c-paper-2:     #eee9dd;  /* secondary paper — was #efece2 */
    --c-white:       #ffffff;
    --c-forest:      #017020;  /* primary brand — was #017d25 (darker for AA text) */
    --c-forest-d:    #014619;
    --c-forest-l:    #5dc282;  /* light brand for dark surfaces — was #3ea861 (now 7.2:1 on ink) */
    --c-forest-soft: rgba(1, 112, 32, .10);
    --c-forest-ring: rgba(1, 125, 37, .28);
    --c-saffron:     #e8c547;
    --c-saffron-d:   #5e4a00;  /* dark saffron for text/chip */
    --c-rust:        #c45e3a;
    --c-sky:         #26658c;

    /* ——— Typography ——— */
    --ff-sans:  "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --ff-serif: "Fraunces", "Playfair Display", Georgia, "Times New Roman", serif;

    /* Fluid scale */
    --fs-display: clamp(3rem, 5.5vw + 1rem, 7.25rem);
    --fs-h1:      clamp(2.5rem, 4.5vw + 1rem, 5.5rem);
    --fs-h2:      clamp(2rem,   3vw + 1rem, 4rem);
    --fs-h3:      clamp(1.5rem, 1.8vw + 1rem, 2.5rem);
    --fs-h4:      clamp(1.25rem,1vw + .875rem, 1.625rem);
    --fs-lead:    clamp(1.125rem, .4vw + 1rem, 1.375rem);
    --fs-body:    1.0625rem;
    --fs-small:   0.9375rem;
    --fs-micro:   0.8125rem;

    /* Fluid spacing */
    --sp-1:  clamp(.25rem,  .2vw + .2rem,  .375rem);
    --sp-2:  clamp(.5rem,   .4vw + .375rem, .75rem);
    --sp-3:  clamp(.75rem,  .6vw + .5rem,  1.125rem);
    --sp-4:  clamp(1rem,    .8vw + .75rem, 1.5rem);
    --sp-5:  clamp(1.5rem,  1.2vw + 1rem,  2.25rem);
    --sp-6:  clamp(2rem,    1.6vw + 1.25rem, 3.25rem);
    --sp-7:  clamp(3rem,    3vw + 1.5rem,  5.25rem);
    --sp-8:  clamp(4.5rem,  5vw + 2rem,    8rem);
    --sp-9:  clamp(6rem,    7vw + 2.5rem,  11rem);

    /* Radii */
    --r-1: 4px;
    --r-2: 10px;
    --r-3: 18px;
    --r-4: 28px;
    --r-5: 42px;
    --r-pill: 999px;

    /* Shadows — layered, soft */
    --sh-1: 0 1px 2px rgba(10, 18, 16, .06);
    --sh-2: 0 2px 8px rgba(10, 18, 16, .07), 0 1px 2px rgba(10, 18, 16, .05);
    --sh-3: 0 10px 28px rgba(10, 18, 16, .10), 0 3px 6px rgba(10, 18, 16, .06);
    --sh-4: 0 24px 64px rgba(10, 18, 16, .14), 0 8px 16px rgba(10, 18, 16, .08);
    --sh-5: 0 48px 120px rgba(10, 18, 16, .2), 0 16px 32px rgba(10, 18, 16, .1);

    /* Motion */
    --e-out:    cubic-bezier(.16, 1, .3, 1);
    --e-in-out: cubic-bezier(.77, 0, .175, 1);
    --e-spring: cubic-bezier(.34, 1.56, .64, 1);
    --d-1: 140ms;
    --d-2: 260ms;
    --d-3: 440ms;
    --d-4: 680ms;
    --d-5: 1100ms;

    /* Layout */
    --wrap-max:    1280px;
    --wrap-narrow: 760px;
    --gutter:      clamp(1.25rem, 3.5vw, 2.5rem);

    color-scheme: light;
    accent-color: var(--c-forest);
}


/* ════════════════════════════════════════════════════════════════════════════
   2. PAGE BASE
   Sadece .page-modern wrapper altındaki sayfada etkili.
   Eski sayfalar (mad-body--scheme-brown) hiç etkilenmez.
   ════════════════════════════════════════════════════════════════════════════ */
.page-modern {
    font-family: var(--ff-sans);
    font-weight: 500;
    font-size: var(--fs-body);
    line-height: 1.55;
    color: var(--c-ink);
    background: var(--c-paper);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.page-modern h1, .page-modern .h1,
.page-modern h2, .page-modern .h2,
.page-modern h3, .page-modern .h3,
.page-modern h4, .page-modern .h4,
.page-modern h5, .page-modern .h5,
.page-modern h6, .page-modern .h6 {
    font-family: var(--ff-serif);
    font-weight: 600;
    text-wrap: balance;
}

.page-modern h1, .page-modern .h1 { font-size: var(--fs-h1);  line-height: 1.02; letter-spacing: -.035em; }
.page-modern h2, .page-modern .h2 { font-size: var(--fs-h2);  line-height: 1.06; letter-spacing: -.028em; }
.page-modern h3, .page-modern .h3 { font-size: var(--fs-h3);  line-height: 1.12; letter-spacing: -.02em;  }
.page-modern h4, .page-modern .h4 { font-size: var(--fs-h4);  line-height: 1.2;  letter-spacing: -.01em; font-family: var(--ff-sans); font-weight: 700; }
.page-modern h5, .page-modern .h5 { font-size: 1.125rem; line-height: 1.3;  font-family: var(--ff-sans); font-weight: 700; }
.page-modern h6, .page-modern .h6 { font-size: var(--fs-micro); line-height: 1.3; font-family: var(--ff-sans); font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }

.page-modern p { text-wrap: pretty; }
.page-modern p + p { margin-top: 1rem; }
.page-modern strong, .page-modern b { font-weight: 700; }
.page-modern em, .page-modern i { font-style: italic; }

.page-modern a:not([class]) { color: var(--c-forest); text-underline-offset: .18em; text-decoration-thickness: 1px; transition: color var(--d-1) var(--e-out); }
.page-modern a:not([class]):hover { color: var(--c-forest-d); text-decoration: underline; }

.page-modern ::selection { background: var(--c-forest); color: var(--c-white); }


/* ════════════════════════════════════════════════════════════════════════════
   3. LAYOUT PRIMITIVES — .a-* prefix ile namespace
   ════════════════════════════════════════════════════════════════════════════ */
.a-wrap        { max-width: var(--wrap-max); margin-inline: auto; padding-inline: var(--gutter); width: 100%; }
.a-wrap-narrow { max-width: var(--wrap-narrow); margin-inline: auto; padding-inline: var(--gutter); width: 100%; }

.a-stack > * + *     { margin-top: var(--a-stack, var(--sp-4)); }
.a-stack-xs > * + *  { margin-top: var(--sp-2); }
.a-stack-sm > * + *  { margin-top: var(--sp-3); }
.a-stack-lg > * + *  { margin-top: var(--sp-5); }
.a-stack-xl > * + *  { margin-top: var(--sp-6); }

.a-cluster    { display: flex; flex-wrap: wrap; gap: var(--a-cluster, var(--sp-3)); align-items: center; }
.a-cluster-lg { display: flex; flex-wrap: wrap; gap: var(--sp-5); align-items: center; }

.a-grid-auto  { display: grid; gap: var(--a-gap, var(--sp-4)); grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); }
.a-grid-2     { display: grid; gap: var(--a-gap, var(--sp-5)); grid-template-columns: 1fr; }
.a-grid-3     { display: grid; gap: var(--a-gap, var(--sp-4)); grid-template-columns: 1fr; }
@media (min-width: 760px)  { .a-grid-2 { grid-template-columns: repeat(2, 1fr); } .a-grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .a-grid-3 { grid-template-columns: repeat(3, 1fr); } }

.a-frame { position: relative; overflow: hidden; border-radius: var(--a-frame-r, var(--r-3)); aspect-ratio: var(--a-frame, 3 / 2); }
.a-frame > img, .a-frame > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.a-section        { padding-block: var(--sp-8); position: relative; }
.a-section--tight { padding-block: var(--sp-6); }
.a-section--loose { padding-block: var(--sp-9); }
.a-section--paper2{ background: var(--c-paper-2); }
.a-section--ink   { background: var(--c-ink); color: var(--c-white); }
.a-section--ink h1, .a-section--ink h2, .a-section--ink h3 { color: var(--c-white); }


/* ════════════════════════════════════════════════════════════════════════════
   4. BUTTON + LINK
   ════════════════════════════════════════════════════════════════════════════ */
.a-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55em;
    padding: 1em 1.9em;
    border-radius: var(--r-pill);
    font-family: var(--ff-sans);
    font-weight: 700;
    font-size: var(--fs-body);
    letter-spacing: .005em;
    line-height: 1;
    white-space: nowrap;
    background: var(--c-forest);
    color: var(--c-white);
    transition:
        background var(--d-2) var(--e-out),
        transform var(--d-2) var(--e-out),
        box-shadow var(--d-2) var(--e-out),
        color var(--d-2) var(--e-out);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.a-btn:hover { background: var(--c-forest-d); transform: translateY(-1px); box-shadow: var(--sh-3); }
.a-btn:active { transform: translateY(0); }
.a-btn svg { width: 1.1em; height: 1.1em; flex-shrink: 0; }
.a-btn::after {
    content: ""; position: absolute; inset: 0; z-index: -1;
    background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,.18) 50%, transparent 75%);
    transform: translateX(-120%); transition: transform .7s var(--e-out);
}
.a-btn:hover::after { transform: translateX(120%); }

.a-btn--outline {
    background: transparent; color: var(--c-ink);
    box-shadow: inset 0 0 0 1.5px currentColor;
}
.a-btn--outline:hover { background: var(--c-ink); color: var(--c-white); box-shadow: inset 0 0 0 1.5px var(--c-ink); }

.a-btn--ghost {
    background: transparent; color: var(--c-forest);
    padding-inline: 1.2em;
}
.a-btn--ghost:hover { background: var(--c-forest-soft); color:#fff !important; }

.a-btn--saffron {
    background: var(--c-saffron); color: var(--c-ink);
}
.a-btn--saffron:hover { background: #d4b02e; color: var(--c-ink); }

.a-btn--white {
    background: var(--c-white); color: var(--c-ink);
}
.a-btn--white:hover { background: var(--c-paper-2); }

.a-btn--xl { padding: 1.2em 2.4em; font-size: 1.0625rem; }
.a-btn--sm { padding: .7em 1.4em; font-size: var(--fs-small); }

/* text link with arrow */
.a-link-arrow {
    display: inline-flex; align-items: center; gap: .5em;
    font-family: var(--ff-sans); font-weight: 700; font-size: var(--fs-small);
    color: #017020; letter-spacing: .01em;
    transition: color var(--d-1) var(--e-out), gap var(--d-1) var(--e-out);
}
.a-link-arrow::after { content: "→"; font-weight: 500; transition: transform var(--d-1) var(--e-out); }
.a-link-arrow:hover { gap: .8em; color: #017020; }
.a-link-arrow:hover::after { transform: translateX(4px); }

.color-green{
    color: var(--c-forest) !important;
}


/* ════════════════════════════════════════════════════════════════════════════
   5. UTILITIES — eyebrow, chip, divider, tag
   ════════════════════════════════════════════════════════════════════════════ */
.a-eyebrow {
    display: inline-flex; align-items: center; gap: .6em;
    font-family: var(--ff-sans); font-weight: 700;
    font-size: var(--fs-micro); color: var(--c-forest);
    text-transform: uppercase; letter-spacing: .2em;
}
.a-eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; border-radius: 2px; }

.a-chip {
    display: inline-flex; align-items: center; gap: .4em;
    padding: .45em 1em;
    background: var(--c-forest-soft); color: var(--c-forest);
    border-radius: var(--r-pill);
    font-size: var(--fs-micro); font-weight: 700;
    text-transform: uppercase; letter-spacing: .12em;
}
.a-chip--ink { background: rgba(255,255,255,.12); color: var(--c-white); }
.a-chip--saffron { background: rgba(232, 197, 71, .2); color: #8a6b00; }

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

.a-kicker {
    font-family: var(--ff-serif); font-style: italic; font-weight: 500;
    color: var(--c-forest);
}


/* ════════════════════════════════════════════════════════════════════════════
   6. SITE HEADER — glass, sticky, scroll-aware
   ════════════════════════════════════════════════════════════════════════════ */
.site-header {
    position: sticky; top: 0; z-index: 50;
    background: color-mix(in oklab, var(--c-paper) 84%, transparent);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
    backdrop-filter: blur(14px) saturate(180%);
    transition: box-shadow var(--d-2) var(--e-out), background var(--d-2) var(--e-out);
    font-family: var(--ff-sans);
    font-weight: 500;
    color: var(--c-ink);
}
.site-header[data-scrolled="true"] {
    box-shadow: 0 1px 0 var(--c-line), 0 12px 32px rgba(10, 18, 16, .06);
}

.site-header__bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: var(--sp-4);
    padding-block: 1rem;
}

.site-logo {
    display: inline-flex; align-items: center; gap: .6em;
    font-family: var(--ff-serif); font-weight: 600;
    font-size: 1.125rem; letter-spacing: -.01em;
    color: var(--c-ink);
}
.site-logo img { height: 2.5rem; width: auto; }
.site-logo__name { line-height: 1.1; }
.site-logo__name small {
    display: block; font-family: var(--ff-sans); font-weight: 600;
    font-size: .7rem; text-transform: uppercase; letter-spacing: .18em;
    color: var(--c-ink-3); margin-top: .15em;
}

/* nav */
.site-nav { display: none; justify-content: center; }
@media (min-width: 1024px) { .site-nav { display: flex; } }

.site-nav ul { display: flex; gap: var(--sp-4); align-items: center; }

.site-nav > ul > li { position: relative; }

.site-nav a {
    display: inline-flex; align-items: center;
    font-size: .925rem; font-weight: 600;
    color: var(--c-ink-2); padding: .6em 0;
    transition: color var(--d-1) var(--e-out);
    position: relative;
}
.site-nav a:hover { color: var(--c-forest); }
.site-nav li.is-active > a,
.site-nav a[aria-current="page"] { color: var(--c-forest); }
.site-nav li.is-active > a::after,
.site-nav a[aria-current="page"]::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
    height: 2px; background: var(--c-forest); border-radius: 2px;
}

.site-nav > ul > li.has-children > a::after {
    content: ""; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg); margin-left: .4em; margin-bottom: 3px; opacity: .6; transition: transform var(--d-1);
}

/* mega-menu (children dropdown) */
.site-nav .mega {
    position: absolute; top: 100%; left: 50%;
    transform: translate(-50%, 8px);
    min-width: 540px;
    background: var(--c-white);
    border: 1px solid var(--c-line-2);
    border-radius: var(--r-4);
    box-shadow: var(--sh-4);
    padding: var(--sp-4);
    display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sp-3);
    opacity: 0; pointer-events: none; visibility: hidden;
    transition: opacity var(--d-2) var(--e-out), transform var(--d-2) var(--e-out), visibility 0s linear var(--d-2);
}
.site-nav > ul > li.has-children:hover .mega,
.site-nav > ul > li.has-children:focus-within .mega {
    opacity: 1; pointer-events: auto; visibility: visible;
    transform: translate(-50%, 0);
    transition-delay: 0s;
}
.site-nav .mega a {
    display: flex; flex-direction: column; gap: .25em;
    padding: var(--sp-3); border-radius: var(--r-2);
    transition: background var(--d-1);
}
.site-nav .mega a:hover { background: var(--c-forest-soft); color: var(--c-ink); }
.site-nav .mega a strong {
    font-family: var(--ff-serif); font-weight: 600; font-size: 1.05rem; color: var(--c-ink);
    letter-spacing: -.01em;
}
.site-nav .mega a span { font-size: var(--fs-small); color: var(--c-ink-3); font-weight: 500; }

/* header right cluster */
.site-header__right { display: flex; align-items: center; gap: .5rem; }

/* lang switcher */
.a-lang { position: relative; }
.a-lang__btn {
    display: inline-flex; align-items: center; gap: .5em;
    padding: .55em 1em; border-radius: var(--r-pill);
    border: 1px solid var(--c-line);
    font-weight: 700; font-size: .85rem;
    color: var(--c-ink); background: var(--c-white);
    transition: background var(--d-1), border-color var(--d-1);
}
.a-lang__btn:hover { background: var(--c-paper-2); border-color: var(--c-ink-3); }
.a-lang__btn img { width: 18px; height: 14px; border-radius: 2px; object-fit: cover; }
.a-lang__btn::after { content: ""; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); margin-left: .3em; margin-bottom: 2px; opacity: .55; }
.a-lang__list {
    position: absolute; top: calc(100% + 6px); right: 0;
    background: var(--c-white); border: 1px solid var(--c-line-2);
    border-radius: var(--r-3); padding: .4rem;
    box-shadow: var(--sh-3);
    display: flex; flex-direction: column; gap: 2px;
    min-width: 120px;
    opacity: 0; visibility: hidden; transform: translateY(-4px);
    transition: opacity var(--d-1), transform var(--d-1), visibility 0s linear var(--d-1);
    z-index: 5;
}
.a-lang[data-open="true"] .a-lang__list,
.a-lang:focus-within .a-lang__list {
    opacity: 1; visibility: visible; transform: translateY(0); transition-delay: 0s;
}
.a-lang__list a {
    display: flex; align-items: center; gap: .5em;
    padding: .55em .85em;
    border-radius: var(--r-2);
    font-weight: 600; font-size: .9rem;
    color: var(--c-ink);
}
.a-lang__list a:hover { background: var(--c-paper-2); color: var(--c-forest); }
.a-lang__list img { width: 18px; height: 14px; border-radius: 2px; }

/* menu trigger (mobile) */
.a-menu-btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 2.75rem; height: 2.75rem;
    border-radius: var(--r-pill);
    border: 1px solid var(--c-line);
    background: var(--c-white);
    transition: background var(--d-1);
}
.a-menu-btn:hover { background: var(--c-paper-2); }
.a-menu-btn svg { width: 20px; height: 20px; }
@media (min-width: 1024px) { .a-menu-btn { display: none; } }

/* drawer */
.a-drawer { position: fixed; inset: 0; z-index: 60; pointer-events: none; }
.a-drawer__scrim {
    position: absolute; inset: 0;
    background: rgba(10, 18, 16, .45);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity: 0; transition: opacity var(--d-3) var(--e-out);
}
.a-drawer__panel {
    position: absolute; top: 0; right: 0; height: 100%;
    width: min(420px, 100%);
    background: var(--c-paper);
    padding: var(--sp-5);
    overflow-y: auto;
    transform: translateX(105%);
    transition: transform var(--d-3) var(--e-out);
    display: flex; flex-direction: column; gap: var(--sp-4);
    font-family: var(--ff-sans);
    color: var(--c-ink);
}
.a-drawer[data-open="true"] { pointer-events: auto; }
.a-drawer[data-open="true"] .a-drawer__scrim { opacity: 1; }
.a-drawer[data-open="true"] .a-drawer__panel { transform: translateX(0); }
.a-drawer__close {
    align-self: flex-end; width: 2.5rem; height: 2.5rem;
    border-radius: var(--r-pill); border: 1px solid var(--c-line);
    display: inline-flex; align-items: center; justify-content: center;
}
.a-drawer nav ul { display: flex; flex-direction: column; gap: .125rem; }
.a-drawer nav a {
    display: flex; align-items: center; justify-content: space-between;
    padding: 1rem 1.1rem; border-radius: var(--r-2);
    font-family: var(--ff-serif); font-weight: 600; font-size: 1.25rem;
    color: var(--c-ink);
    transition: background var(--d-1);
}
.a-drawer nav a:hover { background: var(--c-forest-soft); color: var(--c-forest); }
.a-drawer nav a::after { content: "→"; font-family: var(--ff-sans); opacity: .6; font-size: 1rem; }


/* ════════════════════════════════════════════════════════════════════════════
   7. HERO
   ════════════════════════════════════════════════════════════════════════════ */
.hero {
    padding-top: clamp(3rem, 6vw, 5rem);
    padding-bottom: var(--sp-7);
    position: relative;
    overflow: clip;
}
.hero::before {
    content: ""; position: absolute;
    top: -20%; right: -10%;
    width: 60vw; height: 60vw; max-width: 800px; max-height: 800px;
    background: radial-gradient(circle, var(--c-forest-soft) 0%, transparent 70%);
    pointer-events: none; z-index: 0;
    border-radius: 50%;
}
.hero > * { position: relative; z-index: 1; }

.hero__grid {
    display: grid; gap: var(--sp-5);
    grid-template-columns: 1fr;
}
@media (min-width: 920px) {
    .hero__grid { grid-template-columns: 1.15fr .85fr; align-items: center; }
}

.hero__content { max-width: 38rem; }
.hero__title {
    font-family: var(--ff-serif);
    font-size: var(--fs-display);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.042em;
    color: var(--c-ink);
    margin-top: var(--sp-3);
}
.hero__title em { font-style: italic; color: var(--c-forest); font-weight: 500; }
.hero__title .hl { position: relative; display: inline-block; }
.hero__title .hl::after {
    content: ""; position: absolute; left: -.05em; right: -.05em; bottom: .05em;
    height: .35em; background: var(--c-saffron); opacity: .4;
    z-index: -1; border-radius: 6px;
    transform: skewX(-8deg);
}
.hero__lead {
    margin-top: var(--sp-4);
    font-size: var(--fs-lead);
    line-height: 1.45;
    color: var(--c-ink-2);
    max-width: 44ch;
    font-weight: 500;
}
.hero__cta {
    margin-top: var(--sp-5);
    display: flex; flex-wrap: wrap; gap: .75rem;
}

.hero__media {
    position: relative;
    aspect-ratio: 4/5;
    border-radius: var(--r-5);
    overflow: hidden;
    box-shadow: var(--sh-4);
    background: var(--c-paper-2);
}
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(10, 18, 16, .25));
    pointer-events: none;
}

.hero__badge {
    position: absolute; left: -1.5rem; bottom: -1.5rem;
    padding: var(--sp-4);
    background: var(--c-white);
    border-radius: var(--r-3);
    box-shadow: var(--sh-3);
    max-width: 14rem;
    font-size: var(--fs-small);
    line-height: 1.35;
    z-index: 2;
}
.hero__badge strong { display: block; font-family: var(--ff-serif); font-size: 1.5rem; color: var(--c-forest); line-height: 1; margin-bottom: .3em; font-weight: 600; letter-spacing: -.02em; }

/* scroll indicator */
.hero__scroll {
    margin-top: var(--sp-7);
    display: inline-flex; align-items: center; gap: .6em;
    font-size: var(--fs-micro); font-weight: 600;
    text-transform: uppercase; letter-spacing: .18em;
    color: var(--c-ink-3);
}
.hero__scroll::before {
    content: ""; width: 40px; height: 1px; background: currentColor;
    animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse { 0%, 100% { transform: scaleX(.6); opacity: .6; } 50% { transform: scaleX(1); opacity: 1; } }


/* ════════════════════════════════════════════════════════════════════════════
   8. STATS BAND
   ════════════════════════════════════════════════════════════════════════════ */
.stats {
    display: grid;
    gap: var(--sp-4);
    grid-template-columns: repeat(2, 1fr);
    padding-block: var(--sp-6);
    border-top: 1px solid var(--c-line);
    border-bottom: 1px solid var(--c-line);
}
@media (min-width: 820px) { .stats { grid-template-columns: repeat(4, 1fr); gap: var(--sp-5); } }

.stat { text-align: left; }
@media (min-width: 820px) {
    .stat:not(:first-child) {
        border-left: 1px solid var(--c-line);
        padding-left: var(--sp-5);
    }
}

.stat__num {
    font-family: var(--ff-serif);
    font-weight: 500;
    font-size: clamp(2.5rem, 4vw + 1rem, 4.5rem);
    line-height: 1; letter-spacing: -.04em;
    color: var(--c-forest);
    display: flex; align-items: baseline; gap: .1em;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1, "lnum" 1;
}
.stat__num sup { font-size: .55em; vertical-align: super; margin-left: .05em; color: var(--c-forest-l); }

.stat__label {
    margin-top: .6em;
    font-size: var(--fs-micro);
    text-transform: uppercase; letter-spacing: .15em;
    color: var(--c-ink-3); font-weight: 600;
}


/* ════════════════════════════════════════════════════════════════════════════
   9. MESSAGE / EDITORIAL QUOTE
   ════════════════════════════════════════════════════════════════════════════ */
.message { position: relative; }
.message__grid {
    display: grid; gap: var(--sp-5);
    grid-template-columns: 1fr;
}
@media (min-width: 960px) { .message__grid { grid-template-columns: .35fr .65fr; align-items: start; } }

.message__meta { position: sticky; top: 7rem; align-self: start; }
.message__meta h6 { margin-bottom: .5rem; }
.message__meta strong { font-family: var(--ff-serif); font-size: 1.4rem; font-weight: 600; display: block; color: var(--c-ink); letter-spacing: -.015em; }
.message__meta em { font-family: var(--ff-serif); font-style: italic; color: var(--c-forest); font-weight: 500; }

.message__body {
    font-family: var(--ff-serif);
    font-size: clamp(1.3rem, .8vw + 1.15rem, 1rem);
    line-height: 1.45;
    letter-spacing: -.015em;
    font-weight: 500;
    color: var(--c-ink-2);
}
.message__body p + p { margin-top: 1.1em; }
.message__body p:first-child::first-letter {
    font-size: 4em;
    line-height: 1;
    float: left;
    font-weight: 600;
    margin: .05em .12em 0 0;
    color: var(--c-forest);
}


/* ════════════════════════════════════════════════════════════════════════════
   10. BENTO — asymmetric service cards
   ════════════════════════════════════════════════════════════════════════════ */
/* .bento {
    display: grid;
    gap: var(--sp-4);
    grid-template-columns: 1fr;
}
@media (min-width: 820px) {
    .bento { grid-template-columns: repeat(6, 1fr); grid-auto-rows: minmax(220px, auto); }
    .bento__item:nth-child(1) { grid-column: span 4; grid-row: span 2; }
    .bento__item:nth-child(2) { grid-column: span 2; }
    .bento__item:nth-child(3) { grid-column: span 2; }
} */

.bento__item {
    position: relative;
    overflow: hidden;
    padding: var(--sp-5);
    background: var(--c-white);
    border: 1px solid var(--c-line-2);
    border-radius: var(--r-4);
    display: flex; flex-direction: column;
    justify-content: space-between;
    min-height: 260px;
    transition: transform var(--d-2) var(--e-out), box-shadow var(--d-2) var(--e-out), border-color var(--d-2);
}
.bento__item:hover {
    transform: translateY(-2px);
    box-shadow: var(--sh-3);
    border-color: transparent;
}

.bento__item--forest {
    background: var(--c-forest); color: var(--c-white);
    border-color: transparent;
}
.bento__item--forest h3 { color: var(--c-white); }
.bento__item--ink {
    background: #818581; color: var(--c-paper);
    border-color: transparent;
}
.bento__item--ink h3 { color: var(--c-white); }

.bento__icon {
    width: 3.5rem; height: 3.5rem;
    border-radius: var(--r-2);
    background: var(--c-forest-soft);
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: var(--sp-4);
}
.bento__item--forest .bento__icon,
.bento__item--ink .bento__icon {
    background: rgba(255, 255, 255, .12);
}
.bento__icon svg, .bento__icon img { width: 1.75rem; height: 1.75rem; color: var(--c-forest); }
.bento__item--forest .bento__icon svg,
.bento__item--forest .bento__icon img,
.bento__item--ink .bento__icon svg,
.bento__item--ink .bento__icon img { color: var(--c-white); filter: brightness(0) invert(1); }

.bento__title { font-family: var(--ff-serif); font-size: clamp(1.35rem, 1vw + 1rem, 1.9rem); font-weight: 600; line-height: 1.15; letter-spacing: -.02em; margin-bottom: var(--sp-3); }
.bento__text { font-size: var(--fs-small); line-height: 1.55; opacity: .85; font-weight: 500; }
.bento__item--forest .bento__text,
.bento__item--ink .bento__text { opacity: .8; }


/* ════════════════════════════════════════════════════════════════════════════
   11. NEWS — magazine editorial
   ════════════════════════════════════════════════════════════════════════════ */
.news-grid {
    display: grid;
    gap: var(--sp-5);
    grid-template-columns: 1fr;
}
@media (min-width: 980px) {
    .news-grid { grid-template-columns: 1.2fr .8fr; }
}

.news-feature {
    position: relative;
    border-radius: var(--r-4);
    overflow: hidden;
    aspect-ratio: 5/4;
    display: block;
    background: var(--c-paper-2);
}
.news-feature img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform var(--d-5) var(--e-out);
}
.news-feature:hover img { transform: scale(1.04); }
.news-feature::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(10, 18, 16, .85));
    pointer-events: none;
}
.news-feature__body {
    position: absolute; inset: auto 0 0 0;
    padding: var(--sp-5);
    color: var(--c-white);
    z-index: 1;
}
.news-feature__title {
    font-family: var(--ff-serif);
    font-size: clamp(1.6rem, 1.4vw + 1rem, 2.5rem);
    font-weight: 600; line-height: 1.1; letter-spacing: -.02em;
    color: var(--c-white);
    margin-top: .6rem;
    text-wrap: balance;
}
.news-feature__excerpt { display: none; }
@media (min-width: 600px) { .news-feature__excerpt { display: block; margin-top: .8rem; max-width: 40rem; opacity: .9; font-size: var(--fs-small); } }

.news-list { display: flex; flex-direction: column; gap: var(--sp-4); }
.news-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: var(--sp-4);
    align-items: start;
    padding-top: var(--sp-4);
    border-top: 1px solid var(--c-line);
}
.news-item:first-child { border-top: 0; padding-top: 0; }
.news-item__thumb {
    border-radius: var(--r-2);
    overflow: hidden;
    aspect-ratio: 4/3;
    background: var(--c-paper-2);
}
.news-item__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--d-3); }
.news-item:hover .news-item__thumb img { transform: scale(1.06); }
.news-item__title {
    font-family: var(--ff-serif); font-size: 1.1rem; line-height: 1.25;
    font-weight: 600; letter-spacing: -.01em; color: var(--c-ink);
    margin-bottom: .3rem;
}
.news-item:hover .news-item__title { color: var(--c-forest); }
.news-item__meta { font-size: var(--fs-micro); color: var(--c-ink-3); font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }


/* ════════════════════════════════════════════════════════════════════════════
   12. TESTIMONIALS — carousel
   ════════════════════════════════════════════════════════════════════════════ */
.testi {
    background: var(--c-ink);
    color: var(--c-paper);
    padding-block: var(--sp-8);
    position: relative; overflow: hidden;
}
.testi::before {
    content: "";
    position: absolute; top: -30%; left: -10%;
    width: 60%; height: 160%;
    background: radial-gradient(ellipse, rgba(1, 125, 37, .25) 0%, transparent 60%);
    pointer-events: none;
}
.testi__head { max-width: 40rem; position: relative; }
.testi__head h6 { color: var(--c-forest-l); margin-bottom: .8rem; }
.testi__head h2 { color: var(--c-white); }

.testi__carousel {
    margin-top: var(--sp-6);
    position: relative;
}
.testi__track {
    display: flex; gap: var(--sp-4);
    overflow-x: auto; overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-block: .5rem;
    padding-inline: .25rem;
    scrollbar-width: none;
}
.testi__track::-webkit-scrollbar { display: none; }

.testi__slide {
    flex: 0 0 min(540px, 92%);
    scroll-snap-align: start;
    padding: var(--sp-5);
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: var(--r-4);
    position: relative;
}
.testi__slide::before {
    content: "“";
    position: absolute; top: -1rem; left: 1.5rem;
    font-family: var(--ff-serif); font-size: 5rem; line-height: 1;
    color: var(--c-forest-l); opacity: .4; font-weight: 500;
}
.testi__quote {
    font-family: var(--ff-serif);
    font-size: 1.25rem; line-height: 1.45;
    font-weight: 500; color: var(--c-white);
    letter-spacing: -.01em;
}
.testi__author { margin-top: var(--sp-4); padding-top: var(--sp-3); border-top: 1px solid rgba(255,255,255,.1); }
.testi__name { font-weight: 700; font-size: 1rem; color: var(--c-white); }
.testi__role { font-size: var(--fs-micro); color: var(--c-forest-l); text-transform: uppercase; letter-spacing: .12em; margin-top: .2em; font-weight: 600; }

.testi__ctrl {
    margin-top: var(--sp-5);
    display: flex; gap: .5rem;
}
.testi__btn {
    width: 3rem; height: 3rem; border-radius: var(--r-pill);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--c-white);
    transition: background var(--d-1), border-color var(--d-1), transform var(--d-1);
}
.testi__btn:hover { background: var(--c-forest); border-color: var(--c-forest); transform: translateY(-1px); }
.testi__btn svg { width: 1.1rem; height: 1.1rem; }


/* ════════════════════════════════════════════════════════════════════════════
   13. CTA BAND
   ════════════════════════════════════════════════════════════════════════════ */
.cta-band {
    background: var(--c-forest);
    color: var(--c-white);
    padding-block: var(--sp-7);
    position: relative; overflow: hidden;
}
.cta-band::before {
    content: ""; position: absolute; top: 50%; left: 50%;
    width: 200%; height: 200%;
    background: radial-gradient(circle at center, rgba(255,255,255,.1) 0%, transparent 50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.cta-band__inner {
    display: flex; flex-wrap: wrap; gap: var(--sp-5);
    align-items: center; justify-content: space-between;
    position: relative; z-index: 1;
}
.cta-band h2 {
    font-family: var(--ff-serif);
    font-size: clamp(1.8rem, 2.5vw + 1rem, 3.25rem);
    line-height: 1.05; letter-spacing: -.025em;
    font-weight: 500; color: var(--c-white);
    max-width: 18ch; text-wrap: balance;
}
.cta-band h2 em { font-style: italic; color: var(--c-saffron); font-weight: 500; }


/* ════════════════════════════════════════════════════════════════════════════
   14. SITE FOOTER
   ════════════════════════════════════════════════════════════════════════════ */
.site-footer {
    background: var(--c-ink);
    color: var(--c-line);
    padding-block: var(--sp-8) var(--sp-4);
    font-family: var(--ff-sans);
    font-weight: 500;
    position: relative;
}
.site-footer::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--c-forest), var(--c-sky), transparent);
    opacity: .4;
}

.site-footer__grid {
    display: grid; gap: var(--sp-6);
    grid-template-columns: 1fr;
}
@media (min-width: 760px) {
    .site-footer__grid { grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: var(--sp-5); }
}

.footer-brand { max-width: 22rem; }
.footer-brand img { height: 2.75rem; width: auto; margin-bottom: var(--sp-3); opacity: .95; }
.footer-brand p { color: var(--c-mute); font-size: var(--fs-small); line-height: 1.6; }

.footer-h {
    font-size: .75rem; text-transform: uppercase;
    letter-spacing: .22em; color: var(--c-mute);
    margin-bottom: var(--sp-3); font-weight: 700;
}

.footer-nav { display: flex; flex-direction: column; gap: .7rem; }
.footer-nav a {
    color: var(--c-line);
    font-size: var(--fs-small); font-weight: 600;
    transition: color var(--d-1), transform var(--d-1);
    display: inline-block;
}
.footer-nav a:hover { color: var(--c-forest-l); transform: translateX(2px); }

.footer-contact li {
    display: flex; align-items: flex-start; gap: .75rem;
    color: var(--c-mute); font-size: var(--fs-small);
    line-height: 1.5; font-weight: 500;
    margin-bottom: .8rem;
}
.footer-contact li svg { width: 1.1rem; height: 1.1rem; flex-shrink: 0; color: var(--c-forest-l); margin-top: .15rem; }
.footer-contact a { color: inherit; transition: color var(--d-1); }
.footer-contact a:hover { color: var(--c-white); }

.footer-socials { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: var(--sp-4); }
.footer-socials a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 2.5rem; height: 2.5rem;
    border-radius: var(--r-pill);
    border: 1px solid rgba(255, 255, 255, .12);
    color: var(--c-line);
    transition: background var(--d-1), color var(--d-1), border-color var(--d-1), transform var(--d-1);
}
.footer-socials a:hover {
    background: var(--c-forest); border-color: var(--c-forest);
    color: var(--c-white); transform: translateY(-2px);
}
.footer-socials svg { width: 1rem; height: 1rem; }

.footer-base {
    margin-top: var(--sp-6);
    padding-top: var(--sp-4);
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: flex; flex-wrap: wrap; gap: var(--sp-3);
    justify-content: space-between; align-items: center;
    color: var(--c-mute); font-size: var(--fs-micro);
    font-weight: 500;
}
.footer-base a { color: var(--c-mute); transition: color var(--d-1); }
.footer-base a:hover { color: var(--c-white); }


/* ════════════════════════════════════════════════════════════════════════════
   15. SCROLL REVEAL
   ════════════════════════════════════════════════════════════════════════════ */
[data-a-reveal] {
    opacity: 0;
    transform: translateY(8px);
    transition:
        opacity 380ms var(--e-out),
        transform 380ms var(--e-out);
    will-change: opacity;
}
[data-a-reveal].is-visible {
    opacity: 1; transform: none;
}
[data-a-reveal][data-a-reveal-delay="1"] { transition-delay: 60ms; }
[data-a-reveal][data-a-reveal-delay="2"] { transition-delay: 120ms; }
[data-a-reveal][data-a-reveal-delay="3"] { transition-delay: 180ms; }
[data-a-reveal][data-a-reveal-delay="4"] { transition-delay: 240ms; }


/* ════════════════════════════════════════════════════════════════════════════
   16. SCROLL PROGRESS
   ════════════════════════════════════════════════════════════════════════════ */
.a-progress {
    position: fixed; top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--c-forest), var(--c-forest-l), var(--c-sky));
    transform: scaleX(var(--p, 0));
    transform-origin: 0 50%;
    z-index: 100;
    pointer-events: none;
    transition: transform 60ms linear;
}


/* ════════════════════════════════════════════════════════════════════════════
   17. FOCUS VISIBLE — unified
   ════════════════════════════════════════════════════════════════════════════ */
.page-modern :focus-visible,
.site-header :focus-visible,
.site-footer :focus-visible,
.a-drawer :focus-visible {
    outline: 3px solid var(--c-forest-ring) !important;
    outline-offset: 2px;
    border-radius: 4px;
}


/* ════════════════════════════════════════════════════════════════════════════
   18. REDUCED MOTION
   ════════════════════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
    [data-a-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
    .a-progress, .hero__media, .hero__scroll::before { transition: none !important; animation: none !important; transform: none !important; }
    .hero__media { transform: none; }
    *, *::before, *::after {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 1ms !important;
        scroll-behavior: auto !important;
    }
}


/* ════════════════════════════════════════════════════════════════════════════
   19. PRINT
   ════════════════════════════════════════════════════════════════════════════ */
@media print {
    .site-header, .site-footer, .a-drawer, .a-progress, .testi__ctrl { display: none !important; }
    .hero, .a-section { page-break-inside: avoid; padding-block: 1rem !important; }
    .page-modern { background: white; color: black; }
}


/* ════════════════════════════════════════════════════════════════════════════
   20. CONTAINER QUERIES — bento adapt
   ════════════════════════════════════════════════════════════════════════════ */
.a-cq { container-type: inline-size; }
@container (max-width: 420px) {
    .bento__title { font-size: 1.25rem; }
    .bento__item { padding: 1.25rem; min-height: 200px; }
}


/* ════════════════════════════════════════════════════════════════════════════
   21. PAGE HEADER — breadcrumb + editorial intro
   ════════════════════════════════════════════════════════════════════════════ */
.page-head {
    padding-block: clamp(4rem, 8vw, 7rem) var(--sp-6);
    position: relative;
    overflow: clip;
    background: linear-gradient(180deg, var(--c-paper-2) 0%, var(--c-paper) 100%);
}
.page-head::before {
    content: ""; position: absolute;
    top: -30%; right: -10%;
    width: 50vw; height: 50vw; max-width: 600px; max-height: 600px;
    background: radial-gradient(circle, var(--c-forest-soft) 0%, transparent 70%);
    pointer-events: none; border-radius: 50%;
}
.page-head__inner { position: relative; z-index: 1; }
.page-head__crumb {
    display: inline-flex; align-items: center; gap: .4em;
    font-size: var(--fs-micro);
    color: var(--c-ink-3); font-weight: 600;
    text-transform: uppercase; letter-spacing: .15em;
    margin-bottom: var(--sp-3);
}
.page-head__crumb a { color: inherit; transition: color var(--d-1); }
.page-head__crumb a:hover { color: var(--c-forest); }
.page-head__crumb span { color: var(--c-mute); }
.page-head__crumb .sep { opacity: .4; }

.page-head__title {
    font-family: var(--ff-serif);
    font-size: var(--fs-h1);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.04em;
    color: var(--c-ink);
    text-wrap: balance;
    max-width: 22ch;
}
.page-head__title em { color: var(--c-forest); font-weight: 500; }

.page-head__lead {
    margin-top: var(--sp-4);
    font-size: var(--fs-lead);
    color: var(--c-ink-2);
    max-width: 54ch;
    line-height: 1.5;
}


/* ════════════════════════════════════════════════════════════════════════════
   22. ABOUT — feature + pillars grid
   ════════════════════════════════════════════════════════════════════════════ */
.about-feature {
    display: grid; gap: var(--sp-6);
    grid-template-columns: 1fr;
    align-items: center;
}
@media (min-width: 900px) {
    .about-feature { grid-template-columns: 1fr 1fr; }
}

.about-feature__media {
    position: relative;
    aspect-ratio: 4/5;
    border-radius: var(--r-4);
    overflow: hidden;
    background: var(--c-paper-2);
    box-shadow: var(--sh-3);
}
.about-feature__media img { width: 100%; height: 100%; object-fit: cover; }
.about-feature__content { max-width: 42rem; }

.pillars {
    display: grid; gap: var(--sp-4);
    grid-template-columns: 1fr;
    counter-reset: pillar;
}
@media (min-width: 720px) { .pillars { grid-template-columns: repeat(2, 1fr); } }

.pillar {
    position: relative;
    padding: var(--sp-5) var(--sp-5) var(--sp-5) var(--sp-5);
    background: var(--c-white);
    border: 1px solid var(--c-line-2);
    border-radius: var(--r-4);
    display: flex; flex-direction: column; gap: var(--sp-3);
    transition: transform var(--d-2) var(--e-out), box-shadow var(--d-2) var(--e-out), border-color var(--d-2);
    counter-increment: pillar;
}
.pillar:hover { transform: translateY(-2px); box-shadow: var(--sh-3); border-color: var(--c-forest); }
.pillar::before {
    content: counter(pillar, decimal-leading-zero);
    font-family: var(--ff-serif);
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    line-height: 1;
    font-weight: 500;
    color: var(--c-forest);
    opacity: .3;
    letter-spacing: -.02em;
}
.pillar__icon {
    width: 3.5rem; height: 3.5rem;
    border-radius: var(--r-3);
    background: var(--c-forest-soft);
    display: inline-flex; align-items: center; justify-content: center;
}
.pillar__icon img, .pillar__icon svg { width: 1.75rem; height: 1.75rem; }
.pillar__title {
    font-family: var(--ff-serif);
    font-size: clamp(1.35rem, 1vw + 1rem, 1.75rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.01em;
}
.pillar__text {
    font-size: var(--fs-small);
    line-height: 1.6;
    color: var(--c-ink-2);
}


/* ════════════════════════════════════════════════════════════════════════════
   23. ARTICLE — news list + detail reading
   ════════════════════════════════════════════════════════════════════════════ */
.news-masonry {
    display: grid; gap: var(--sp-5);
    grid-template-columns: 1fr;
}
@media (min-width: 720px) { .news-masonry { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .news-masonry { grid-template-columns: repeat(3, 1fr); } }

.news-card {
    display: flex; flex-direction: column;
    background: var(--c-white);
    border: 1px solid var(--c-line-2);
    border-radius: var(--r-4);
    overflow: hidden;
    transition: transform var(--d-2) var(--e-out), box-shadow var(--d-2) var(--e-out), border-color var(--d-2);
}
.news-card:hover { transform: translateY(-2px); box-shadow: var(--sh-3); border-color: transparent; }
.news-card__media {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--c-paper-2);
}
.news-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--d-4) var(--e-out); }
.news-card:hover .news-card__media img { transform: scale(1.04); }
.news-card__body {
    padding: var(--sp-5);
    display: flex; flex-direction: column; gap: var(--sp-3);
    flex: 1;
}
.news-card__meta {
    font-size: var(--fs-micro);
    color: var(--c-ink-3);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.news-card__title {
    font-family: var(--ff-serif);
    font-size: 1.35rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -.015em;
    color: var(--c-ink);
    transition: color var(--d-1);
}
.news-card:hover .news-card__title { color: var(--c-forest); }
.news-card__excerpt {
    font-size: var(--fs-small);
    line-height: 1.55;
    color: var(--c-ink-2);
    flex: 1;
}
.news-card__more {
    display: inline-flex; align-items: center; gap: .5em;
    font-weight: 700; font-size: var(--fs-small);
    color: var(--c-forest);
    margin-top: .5em;
}
.news-card__more::after { content: "→"; transition: transform var(--d-1); }
.news-card:hover .news-card__more::after { transform: translateX(4px); }


/* ARTICLE detail — immersive reading */
.article {
    max-width: 780px;
    margin-inline: auto;
    padding-block: var(--sp-7);
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--c-ink);
}
.article__hero {
    margin-bottom: var(--sp-5);
    border-radius: var(--r-4);
    overflow: hidden;
    aspect-ratio: 16/9;
    background: var(--c-paper-2);
}
.article__hero img { width: 100%; height: 100%; object-fit: cover; }

.article__title {
    font-family: var(--ff-serif);
    font-size: var(--fs-h1);
    line-height: .98;
    letter-spacing: -.035em;
    font-weight: 500;
    margin-bottom: var(--sp-4);
    text-wrap: balance;
}
.article__meta {
    display: flex; align-items: center; gap: var(--sp-3);
    font-size: var(--fs-micro);
    color: var(--c-ink-3);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin-bottom: var(--sp-3);
}
.article__body > p:first-of-type::first-letter {
    font-family: var(--ff-serif);
    font-size: 4.2em;
    line-height: .85;
    float: left;
    font-weight: 500;
    padding: .05em .12em 0 0;
    color: var(--c-forest);
}
.article__body p { margin-bottom: 1.3em; }
.article__body h2, .article__body h3 {
    font-family: var(--ff-serif);
    margin-top: 1.8em; margin-bottom: .6em;
    font-weight: 600;
}
.article__body h2 { font-size: var(--fs-h3); letter-spacing: -.02em; }
.article__body h3 { font-size: var(--fs-h4); letter-spacing: -.01em; }
.article__body ul, .article__body ol { margin: 1em 0 1.5em 1.5em; }
.article__body li { margin-bottom: .5em; }
.article__body blockquote {
    margin: 2em 0;
    padding-left: var(--sp-4);
    border-left: 3px solid var(--c-forest);
    font-family: var(--ff-serif);
    font-style: italic;
    font-size: 1.3em;
    color: var(--c-ink-2);
    line-height: 1.4;
}
.article__body img { margin: 1.5em auto; border-radius: var(--r-3); }

.article__note {
    margin-top: var(--sp-6);
    padding: var(--sp-5);
    background: var(--c-paper-2);
    border-radius: var(--r-3);
    border-left: 3px solid var(--c-saffron);
    font-family: var(--ff-serif);
    font-size: 1.15rem;
    font-style: italic;
    color: var(--c-ink-2);
    line-height: 1.5;
}

.article__share {
    margin-top: var(--sp-6);
    padding-top: var(--sp-4);
    border-top: 1px solid var(--c-line);
    display: flex; align-items: center; gap: var(--sp-3);
    flex-wrap: wrap;
}
.article__share-label {
    font-size: var(--fs-micro);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: var(--c-ink-3);
}
.article__share a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 2.5rem; height: 2.5rem;
    border-radius: var(--r-pill);
    border: 1px solid var(--c-line);
    color: var(--c-ink-2);
    transition: background var(--d-1), color var(--d-1), border-color var(--d-1), transform var(--d-1);
}
.article__share a:hover {
    background: var(--c-forest); color: var(--c-white); border-color: var(--c-forest); transform: translateY(-2px);
}
.article__share svg { width: 1rem; height: 1rem; }


/* ════════════════════════════════════════════════════════════════════════════
   24. NOTE PANEL (scholarship note) + CRITERIA GRID
   ════════════════════════════════════════════════════════════════════════════ */
.note-panel {
    position: relative;
    padding: var(--sp-6);
    border-radius: var(--r-4);
    background: linear-gradient(135deg, var(--c-ink) 0%, #1a2825 100%);
    color: var(--c-white);
    overflow: hidden;
}
.note-panel::before {
    content: "“";
    position: absolute; top: -2rem; left: 1rem;
    font-family: var(--ff-serif);
    font-size: 12rem; line-height: 1;
    color: var(--c-forest-l); opacity: .15;
    font-weight: 500;
}
.note-panel p {
    font-family: var(--ff-serif);
    font-size: clamp(1.2rem, 1vw + 1rem, 1.6rem);
    line-height: 1.45;
    font-style: italic;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.criteria {
    display: grid; gap: var(--sp-4);
    grid-template-columns: 1fr;
    counter-reset: crit;
}
@media (min-width: 760px) { .criteria { grid-template-columns: repeat(3, 1fr); } }

.criterion {
    counter-increment: crit;
    padding: var(--sp-5);
    background: var(--c-white);
    border: 1px solid var(--c-line-2);
    border-radius: var(--r-4);
    position: relative;
    transition: transform var(--d-2) var(--e-out), box-shadow var(--d-2) var(--e-out);
}
.criterion:hover { transform: translateY(-2px); box-shadow: var(--sh-3); }
.criterion::before {
    content: counter(crit, decimal-leading-zero);
    display: inline-block;
    margin-bottom: var(--sp-3);
    padding: .3em .8em;
    font-family: var(--ff-sans);
    font-size: var(--fs-micro);
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--c-forest);
    background: var(--c-forest-soft);
    border-radius: var(--r-pill);
}
.criterion__title {
    font-family: var(--ff-serif);
    font-size: clamp(1.2rem, 1vw + .9rem, 1.5rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.01em;
    margin-bottom: var(--sp-3);
    text-transform: none;
}
.criterion__body {
    font-size: var(--fs-small);
    line-height: 1.6;
    color: var(--c-ink-2);
}
.criterion__body ul { list-style: none; padding: 0; margin: 0; }
.criterion__body li { position: relative; padding-left: 1.4em; margin-bottom: .6em; }
.criterion__body li::before {
    content: ""; position: absolute; left: 0; top: .55em;
    width: .5em; height: .5em;
    border-radius: 50%;
    background: var(--c-forest);
}
.criterion__body p { margin-bottom: .8em; }
.criterion__body p:last-child { margin-bottom: 0; }


/* ════════════════════════════════════════════════════════════════════════════
   25. GALLERY — masonry (CSS columns) + lightbox-ready
   ════════════════════════════════════════════════════════════════════════════ */
.masonry {
    column-count: 1;
    column-gap: var(--sp-4);
}
@media (min-width: 600px) { .masonry { column-count: 2; } }
@media (min-width: 1000px) { .masonry { column-count: 3; } }

.masonry__item {
    break-inside: avoid;
    margin-bottom: var(--sp-4);
    position: relative;
    border-radius: var(--r-3);
    overflow: hidden;
    display: block;
    background: var(--c-paper-2);
    cursor: zoom-in;
}
.masonry__item img {
    width: 100%; height: auto; display: block;
    transition: transform var(--d-4) var(--e-out), filter var(--d-2);
}
.masonry__item:hover img { transform: scale(1.04); filter: brightness(.85); }

.masonry__caption {
    position: absolute; inset: auto 0 0 0;
    padding: var(--sp-3) var(--sp-4);
    background: linear-gradient(180deg, transparent 0%, rgba(10, 18, 16, .85) 100%);
    color: var(--c-white);
    font-family: var(--ff-serif);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.3;
    transform: translateY(10%);
    opacity: 0;
    transition: transform var(--d-2) var(--e-out), opacity var(--d-2) var(--e-out);
}
.masonry__item:hover .masonry__caption { transform: translateY(0); opacity: 1; }


/* ════════════════════════════════════════════════════════════════════════════
   26. DUO CTA — 2 tiltable cards
   ════════════════════════════════════════════════════════════════════════════ */
.duo-cta {
    display: grid; gap: var(--sp-4);
    grid-template-columns: 1fr;
    padding-block: var(--sp-7);
}
@media (min-width: 820px) { .duo-cta { grid-template-columns: 1fr 1fr; gap: var(--sp-5); } }

.duo-cta__card {
    position: relative;
    padding: var(--sp-6);
    border-radius: var(--r-4);
    overflow: hidden;
    display: flex; flex-direction: column; gap: var(--sp-4);
    min-height: 260px;
    transition: transform var(--d-3) var(--e-out), box-shadow var(--d-3) var(--e-out);
    background: var(--c-white);
    border: 1px solid var(--c-line-2);
}
.duo-cta__card:hover { transform: translateY(-2px); box-shadow: var(--sh-4); }
.duo-cta__card--forest {
    background: linear-gradient(135deg, var(--c-forest) 0%, var(--c-forest-d) 100%);
    color: var(--c-white); border-color: transparent;
}
.duo-cta__card--ink {
    background: linear-gradient(135deg, var(--c-ink) 0%, #15231e 100%);
    color: var(--c-white); border-color: transparent;
}
.duo-cta__card::after {
    content: "";
    position: absolute; top: -50%; right: -30%;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,.08) 0%, transparent 60%);
    pointer-events: none;
}
.duo-cta__icon {
    width: 3.5rem; height: 3.5rem;
    border-radius: var(--r-3);
    background: rgba(255,255,255,.15);
    color: inherit;
    display: inline-flex; align-items: center; justify-content: center;
    z-index: 1; position: relative;
}
.duo-cta__icon svg { width: 1.75rem; height: 1.75rem; }
.duo-cta__content { flex: 1; z-index: 1; position: relative; }
.duo-cta__eyebrow {
    font-size: var(--fs-micro);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .18em;
    opacity: .75;
    margin-bottom: .8em;
    display: block;
}
.duo-cta__title {
    font-family: var(--ff-serif);
    font-size: clamp(1.5rem, 1.5vw + 1rem, 2.1rem);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin-bottom: .5em;
    text-wrap: balance;
}
.duo-cta__desc {
    font-size: var(--fs-small);
    line-height: 1.55;
    opacity: .85;
}
.duo-cta__action {
    display: inline-flex; align-items: center; gap: .5em;
    font-weight: 700;
    font-size: var(--fs-small);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: auto;
    z-index: 1; position: relative;
}
.duo-cta__action::after { content: "→"; transition: transform var(--d-1); font-weight: 500; font-size: 1.2em; }
.duo-cta__card:hover .duo-cta__action::after { transform: translateX(6px); }


/* ════════════════════════════════════════════════════════════════════════════
   27. LIGHTBOX — minimal CSS-driven
   ════════════════════════════════════════════════════════════════════════════ */
.lightbox {
    position: fixed; inset: 0;
    background: rgba(10, 18, 16, .94);
    backdrop-filter: blur(8px);
    z-index: 70;
    display: none;
    align-items: center;
    justify-content: center;
    padding: var(--sp-5);
}
.lightbox[data-open="true"] { display: flex; }
.lightbox__img {
    max-width: min(90vw, 1400px);
    max-height: 82vh;
    object-fit: contain;
    border-radius: var(--r-3);
    box-shadow: var(--sh-5);
}
.lightbox__caption {
    position: absolute; bottom: var(--sp-5); left: 0; right: 0;
    text-align: center;
    color: var(--c-white);
    font-family: var(--ff-serif);
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: -.01em;
}
.lightbox__close {
    position: absolute; top: var(--sp-4); right: var(--sp-4);
    width: 3rem; height: 3rem;
    border-radius: var(--r-pill);
    background: rgba(255,255,255,.1);
    color: var(--c-white);
    display: flex; align-items: center; justify-content: center;
    transition: background var(--d-1);
}
.lightbox__close:hover { background: rgba(255,255,255,.25); }
.lightbox__close svg { width: 1.25rem; height: 1.25rem; }
.lightbox__nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 3rem; height: 3rem;
    border-radius: var(--r-pill);
    background: rgba(255,255,255,.1);
    color: var(--c-white);
    display: flex; align-items: center; justify-content: center;
    transition: background var(--d-1);
}
.lightbox__nav:hover { background: rgba(255,255,255,.25); }
.lightbox__nav--prev { left: var(--sp-4); }
.lightbox__nav--next { right: var(--sp-4); }
.lightbox__nav svg { width: 1.25rem; height: 1.25rem; }


/* ════════════════════════════════════════════════════════════════════════════
   28. FORMS — modern unified system
   ════════════════════════════════════════════════════════════════════════════ */

/* Form container */
.a-form {
    display: grid;
    gap: var(--sp-4) var(--sp-4);
    grid-template-columns: 1fr;
}
@media (min-width: 720px) { .a-form { grid-template-columns: repeat(2, 1fr); } }

.a-form--single { grid-template-columns: 1fr; }
.a-form--single { max-width: 44rem; margin-inline: auto; }

.a-field {
    display: flex; flex-direction: column; gap: .4rem;
    position: relative;
}
.a-field--full { grid-column: 1 / -1; }

.a-field__label {
    font-family: var(--ff-sans);
    font-size: var(--fs-small);
    font-weight: 700;
    letter-spacing: .01em;
    color: var(--c-ink-2);
    display: flex; align-items: center; gap: .25em;
}
.a-field__label .req {
    color: var(--c-forest);
    font-weight: 700;
    opacity: .8;
}

.a-field__hint {
    font-size: var(--fs-micro);
    color: var(--c-ink-3);
    line-height: 1.45;
    font-weight: 500;
}

/* Input / textarea / select — single unified style */
.a-input,
.a-textarea,
.a-select {
    width: 100%;
    font-family: var(--ff-sans);
    font-size: var(--fs-body);
    font-weight: 500;
    color: var(--c-ink);
    background: var(--c-white);
    border: 1.5px solid var(--c-line);
    border-radius: var(--r-2);
    padding: .85em 1.1em;
    line-height: 1.4;
    transition:
        border-color var(--d-1) var(--e-out),
        box-shadow var(--d-1) var(--e-out),
        background var(--d-1) var(--e-out);
    appearance: none;
    -webkit-appearance: none;
}
.a-textarea {
    min-height: 7rem;
    resize: vertical;
}
.a-input::placeholder,
.a-textarea::placeholder { color: var(--c-ink-3); opacity: .6; }

.a-input:hover,
.a-textarea:hover,
.a-select:hover { border-color: var(--c-ink-3); }

.a-input:focus,
.a-textarea:focus,
.a-select:focus {
    outline: none;
    border-color: var(--c-forest);
    background: var(--c-white);
    box-shadow: 0 0 0 4px var(--c-forest-ring);
}

.a-input:disabled,
.a-textarea:disabled,
.a-select:disabled {
    background: var(--c-paper-2);
    color: var(--c-ink-3);
    cursor: not-allowed;
}

/* Select — custom arrow */
.a-select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235a6660' stroke-width='2' stroke-linecap='round'><path d='M6 9l6 6 6-6'/></svg>");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.15em;
    padding-right: 2.6em;
    cursor: pointer;
}

/* Error state */
.a-field.has-error .a-input,
.a-field.has-error .a-textarea,
.a-field.has-error .a-select {
    border-color: #ef4444;
}
.a-field__error {
    font-size: var(--fs-micro);
    color: #ef4444;
    font-weight: 600;
}


/* Radio group — pill-style */
.a-radio-group {
    display: grid;
    flex-wrap: wrap;
    gap: .5rem;
}
.a-radio-group--cols-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem; }
@media (max-width: 500px) { .a-radio-group--cols-2 { grid-template-columns: 1fr; } }

.a-radio {
    position: relative;
}
.a-radio input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.a-radio label {
    display: flex; align-items: center; gap: .6rem;
    padding: .85em 1.1em;
    background: var(--c-white);
    border: 1.5px solid var(--c-line);
    border-radius: var(--r-2);
    cursor: pointer;
    font-size: var(--fs-small);
    font-weight: 600;
    color: var(--c-ink-2);
    transition: all var(--d-1) var(--e-out);
    min-height: 3.1em;
    line-height: 1.3;
}
.a-radio label::before {
    content: "";
    width: 1.1em; height: 1.1em;
    border-radius: 50%;
    border: 1.5px solid var(--c-ink-3);
    background: var(--c-white);
    flex-shrink: 0;
    transition: all var(--d-1) var(--e-out);
}
.a-radio label:hover { border-color: var(--c-ink-3); color: var(--c-ink); }
.a-radio label:hover::before { border-color: var(--c-forest); }
.a-radio input:checked + label {
    border-color: var(--c-forest);
    background: var(--c-forest-soft);
    color: var(--c-forest);
}
.a-radio input:checked + label::before {
    border-color: var(--c-forest);
    background: var(--c-forest);
    box-shadow: inset 0 0 0 3px var(--c-white);
}
.a-radio input:focus-visible + label {
    box-shadow: 0 0 0 4px var(--c-forest-ring);
}


/* Checkbox — large consent card (form3) */
.a-check {
    position: relative;
    display: block;
    padding: var(--sp-4);
    background: var(--c-white);
    border: 1.5px solid var(--c-line);
    border-radius: var(--r-3);
    cursor: pointer;
    transition: border-color var(--d-1), box-shadow var(--d-1), background var(--d-1);
}
.a-check:hover { border-color: var(--c-ink-3); }
.a-check:has(input:checked) {
    border-color: var(--c-forest);
    background: var(--c-forest-soft);
    box-shadow: 0 0 0 4px var(--c-forest-ring);
}
.a-check__head {
    display: flex; align-items: flex-start; gap: .9rem;
    margin-bottom: var(--sp-3);
}
.a-check input {
    width: 1.4em; height: 1.4em;
    border-radius: var(--r-1);
    border: 1.5px solid var(--c-ink-3);
    background: var(--c-white);
    flex-shrink: 0;
    margin-top: .1em;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    transition: all var(--d-1);
}
.a-check input:checked {
    background: var(--c-forest);
    border-color: var(--c-forest);
}
.a-check input:checked::after {
    content: "";
    position: absolute;
    left: 0.4em; top: 0.15em;
    width: 0.35em; height: 0.7em;
    border-right: 2.5px solid white;
    border-bottom: 2.5px solid white;
    transform: rotate(45deg);
}
.a-check__title {
    font-family: var(--ff-sans);
    font-weight: 700;
    font-size: var(--fs-small);
    color: var(--c-ink);
    text-transform: uppercase;
    letter-spacing: .1em;
    flex: 1;
}
.a-check__label {
    font-family: var(--ff-serif);
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--c-ink);
    letter-spacing: -.005em;
    display: block;
    margin-bottom: var(--sp-3);
}
.a-check__body {
    font-size: var(--fs-small);
    line-height: 1.55;
    color: var(--c-ink-2);
    max-height: 9rem;
    overflow-y: auto;
    padding: var(--sp-3);
    background: var(--c-paper-2);
    border-radius: var(--r-2);
    font-weight: 500;
}
.a-check:has(input:checked) .a-check__body { background: var(--c-white); }


/* File upload — drop zone style */
.a-file {
    position: relative;
}
.a-file input[type="file"] {
    position: absolute;
    opacity: 0;
    inset: 0;
    width: 100%; height: 100%;
    cursor: pointer;
    z-index: 1;
}
.a-file__drop {
    display: flex; align-items: center; gap: var(--sp-3);
    padding: var(--sp-4);
    background: var(--c-white);
    border: 1.5px dashed var(--c-line);
    border-radius: var(--r-2);
    transition: all var(--d-1);
    min-height: 4.5rem;
}
.a-file:hover .a-file__drop {
    border-color: var(--c-forest);
    background: var(--c-forest-soft);
}
.a-file input:focus + .a-file__drop,
.a-file:focus-within .a-file__drop {
    border-style: solid;
    box-shadow: 0 0 0 4px var(--c-forest-ring);
}
.a-file__icon {
    width: 2.5rem; height: 2.5rem;
    border-radius: var(--r-2);
    background: var(--c-forest-soft);
    color: var(--c-forest);
    display: inline-flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.a-file__icon svg { width: 1.25rem; height: 1.25rem; }
.a-file__text {
    flex: 1;
    font-size: var(--fs-small);
    font-weight: 600;
    color: var(--c-ink-2);
    line-height: 1.3;
}
.a-file__text strong {
    display: block;
    color: var(--c-ink);
    font-weight: 700;
    margin-bottom: .15em;
}
.a-file__browse {
    padding: .5em 1em;
    background: var(--c-ink);
    color: var(--c-white);
    border-radius: var(--r-pill);
    font-size: var(--fs-micro);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    flex-shrink: 0;
}


/* Stepper — 3-step progress */
.stepper {
    display: flex; align-items: stretch;
    gap: var(--sp-2);
    max-width: 560px;
    margin-inline: auto;
    margin-bottom: var(--sp-6);
    padding-inline: var(--gutter);
}
.stepper__item {
    flex: 1;
    display: flex; flex-direction: column; align-items: center; gap: .5rem;
    position: relative;
    padding-top: .3rem;
}
.stepper__item::before {
    content: "";
    position: absolute; top: 1.4rem; left: 50%; right: -50%;
    height: 2px;
    background: var(--c-line);
    z-index: 0;
}
.stepper__item:last-child::before { display: none; }
.stepper__num {
    position: relative; z-index: 1;
    width: 2.6rem; height: 2.6rem;
    border-radius: 50%;
    background: var(--c-white);
    border: 2px solid var(--c-line);
    color: var(--c-ink-3);
    display: inline-flex; align-items: center; justify-content: center;
    font-family: var(--ff-serif);
    font-size: 1.1rem;
    font-weight: 600;
    transition: all var(--d-2);
}
.stepper__label {
    font-family: var(--ff-sans);
    font-size: var(--fs-micro);
    font-weight: 600;
    color: var(--c-ink-3);
    letter-spacing: .08em;
    text-transform: uppercase;
    text-align: center;
}
.stepper__item[data-active="true"] .stepper__num,
.stepper__item[data-done="true"] .stepper__num {
    background: var(--c-forest);
    border-color: var(--c-forest);
    color: var(--c-white);
    box-shadow: 0 0 0 6px var(--c-forest-ring);
}
.stepper__item[data-active="true"] .stepper__label,
.stepper__item[data-done="true"] .stepper__label {
    color: var(--c-ink);
}
.stepper__item[data-done="true"]::before,
.stepper__item[data-done="true"] ~ .stepper__item[data-done="true"]::before {
    background: var(--c-forest);
}
.stepper__item[data-done="true"] .stepper__num::after {
    content: "";
    width: .5em; height: .9em;
    border-right: 2.5px solid white;
    border-bottom: 2.5px solid white;
    transform: rotate(45deg);
    margin-top: -.2em;
    display: block;
    position: absolute;
}
.stepper__item[data-done="true"] .stepper__num { font-size: 0; }


/* Form card wrapper */
.form-card {
    max-width: 920px;
    margin-inline: auto;
    padding: var(--sp-6);
    background: var(--c-white);
    border: 1px solid var(--c-line-2);
    border-radius: var(--r-4);
    box-shadow: var(--sh-2);
}
@media (min-width: 720px) { .form-card { padding: var(--sp-7); } }

.form-card__head {
    margin-bottom: var(--sp-5);
    padding-bottom: var(--sp-4);
    border-bottom: 1px solid var(--c-line-2);
}
.form-card__head h2 {
    font-family: var(--ff-serif);
    font-size: clamp(1.5rem, 1.5vw + 1rem, 2.25rem);
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.1;
    margin-bottom: .4em;
}
.form-card__head p {
    color: var(--c-ink-3);
    font-size: var(--fs-small);
    line-height: 1.55;
}

.form-card__actions {
    grid-column: 1 / -1;
    display: flex; flex-wrap: wrap; gap: .75rem;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--sp-4);
    padding-top: var(--sp-4);
    border-top: 1px solid var(--c-line-2);
}


/* ════════════════════════════════════════════════════════════════════════════
   29. CONTACT — split layout + info cards + map
   ════════════════════════════════════════════════════════════════════════════ */
.contact-split {
    display: grid;
    gap: var(--sp-5);
    grid-template-columns: 1fr;
}
@media (min-width: 960px) {
    .contact-split { grid-template-columns: 1.35fr .65fr; }
}

.contact-info {
    display: flex; flex-direction: column; gap: var(--sp-3);
    padding: var(--sp-5);
    background: var(--c-ink);
    color: var(--c-paper);
    border-radius: var(--r-4);
    position: relative; overflow: hidden;
}
.contact-info::before {
    content: ""; position: absolute; top: -40%; right: -30%;
    width: 60%; height: 120%;
    background: radial-gradient(ellipse, rgba(1, 125, 37, .35) 0%, transparent 60%);
    pointer-events: none;
}
.contact-info > * { position: relative; z-index: 1; }

.contact-info h2 {
    font-family: var(--ff-serif);
    font-size: clamp(1.4rem, 1.5vw + 1rem, 2rem);
    font-weight: 500;
    letter-spacing: -.02em;
    color: var(--c-white);
    line-height: 1.05;
}
.contact-info .intro {
    font-size: var(--fs-small);
    line-height: 1.55;
    color: rgba(255,255,255,.75);
    margin-top: var(--sp-2);
    margin-bottom: var(--sp-3);
}

.contact-info__item {
    display: flex; align-items: flex-start; gap: .9rem;
    padding-block: var(--sp-3);
    border-top: 1px solid rgba(255,255,255,.1);
}
.contact-info__item:first-of-type { border-top: 0; }
.contact-info__icon {
    width: 2.5rem; height: 2.5rem;
    border-radius: var(--r-2);
    background: rgba(255, 255, 255, .1);
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--c-forest-l);
    flex-shrink: 0;
}
.contact-info__icon svg { width: 1.1rem; height: 1.1rem; }
.contact-info__body {
    flex: 1;
    font-size: var(--fs-small);
    line-height: 1.55;
    color: rgba(255,255,255,.85);
    font-weight: 500;
}
.contact-info__body strong {
    display: block;
    font-size: var(--fs-micro);
    text-transform: uppercase;
    letter-spacing: .15em;
    color: var(--c-forest-l);
    margin-bottom: .3em;
    font-weight: 700;
}
.contact-info__body a {
    color: inherit;
    transition: color var(--d-1);
}
.contact-info__body a:hover { color: var(--c-white); }


/* Contact map */
.contact-map {
    border-radius: var(--r-4);
    overflow: hidden;
    margin-top: var(--sp-6);
    box-shadow: var(--sh-3);
    aspect-ratio: 21 / 9;
}
.contact-map iframe {
    display: block;
    width: 100%; height: 100%;
    border: 0;
}


/* ════════════════════════════════════════════════════════════════════════════
   30. 404 / NOT FOUND — dramatic display
   ════════════════════════════════════════════════════════════════════════════ */
.not-found {
    padding-block: clamp(4rem, 8vw, 8rem);
    position: relative;
    overflow: clip;
    min-height: 70vh;
    display: flex;
    align-items: center;
}
.not-found::before {
    content: ""; position: absolute;
    top: 10%; right: -10%;
    width: 60vw; height: 60vw; max-width: 720px; max-height: 720px;
    background: radial-gradient(circle, var(--c-forest-soft) 0%, transparent 65%);
    pointer-events: none; border-radius: 50%;
}
.not-found::after {
    content: ""; position: absolute;
    bottom: -20%; left: -10%;
    width: 40vw; height: 40vw; max-width: 500px; max-height: 500px;
    background: radial-gradient(circle, rgba(232, 197, 71, .1) 0%, transparent 65%);
    pointer-events: none; border-radius: 50%;
}
.not-found__grid {
    position: relative;
    display: grid;
    gap: var(--sp-6);
    grid-template-columns: 1fr;
    align-items: center;
}
@media (min-width: 900px) {
    .not-found__grid { grid-template-columns: 1fr 1fr; }
}

.not-found__content { max-width: 40rem; }
.not-found__title {
    font-family: var(--ff-serif);
    font-size: clamp(2.5rem, 4.5vw + 1rem, 5.5rem);
    line-height: .98;
    letter-spacing: -.04em;
    font-weight: 500;
    color: var(--c-ink);
    margin-top: var(--sp-3);
    text-wrap: balance;
}
.not-found__title em { color: var(--c-forest); font-weight: 500; font-style: italic; }
.not-found__lead {
    margin-top: var(--sp-4);
    font-size: var(--fs-lead);
    color: var(--c-ink-2);
    max-width: 44ch;
    line-height: 1.5;
}
.not-found__cta {
    margin-top: var(--sp-5);
    display: flex; flex-wrap: wrap; gap: .75rem;
}
.not-found__links {
    margin-top: var(--sp-6);
    padding-top: var(--sp-4);
    border-top: 1px solid var(--c-line);
    display: flex; flex-wrap: wrap; gap: .75rem 1.5rem;
    align-items: center;
}
.not-found__links-label {
    font-size: var(--fs-micro);
    text-transform: uppercase;
    letter-spacing: .15em;
    color: var(--c-ink-3);
    font-weight: 700;
}
.not-found__links a {
    font-size: var(--fs-small);
    font-weight: 600;
    color: var(--c-ink-2);
    position: relative;
    transition: color var(--d-1);
}
.not-found__links a::after {
    content: "";
    position: absolute; left: 0; right: 0; bottom: -4px;
    height: 1.5px;
    background: var(--c-forest);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform var(--d-1) var(--e-out);
}
.not-found__links a:hover { color: var(--c-forest); }
.not-found__links a:hover::after { transform: scaleX(1); }

.not-found__display {
    display: flex; align-items: center; justify-content: center;
    gap: .05em;
    position: relative;
}
.not-found__digit {
    font-family: var(--ff-serif);
    font-size: clamp(8rem, 20vw, 18rem);
    line-height: .9;
    font-weight: 600;
    letter-spacing: -.05em;
    color: var(--c-ink);
    -webkit-text-stroke: 1.5px var(--c-ink);
    color: transparent;
    background: linear-gradient(180deg, var(--c-forest) 0%, var(--c-forest-d) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    animation: digitFloat 5s ease-in-out infinite;
}
.not-found__digit--middle {
    color: var(--c-forest);
    -webkit-text-stroke: 0;
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    animation-delay: .4s;
    position: relative;
}
.not-found__digit--middle::after {
    content: "";
    position: absolute;
    inset: 15% 10%;
    background: radial-gradient(circle, rgba(1, 125, 37, .2) 0%, transparent 70%);
    filter: blur(12px);
    z-index: -1;
}
.not-found__digit:nth-child(3) { animation-delay: .8s; }
@keyframes digitFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-14px); }
}


/* ════════════════════════════════════════════════════════════════════════════
   31. RESPONSIVE + MOBILE POLISH
   ════════════════════════════════════════════════════════════════════════════ */
@media (max-width: 640px) {

    /* typography scale down */
    .page-modern {
        font-size: 1rem;
    }

    /* page head — less top padding on mobile */
    .page-head {
        padding-block: clamp(3rem, 10vw, 5rem) var(--sp-4);
    }
    .page-head__title { font-size: clamp(2rem, 9vw, 3rem); }

    /* section rhythm */
    .a-section { padding-block: var(--sp-6); }
    .a-section--loose { padding-block: var(--sp-7); }

    /* hero — stack image first on mobile for hierarchy */
    .hero { padding-top: clamp(2rem, 6vw, 4rem); padding-bottom: var(--sp-6); }
    .hero__grid { gap: var(--sp-4); }
    .hero__badge {
        left: var(--sp-3); bottom: var(--sp-3);
        padding: var(--sp-3);
        max-width: 12rem;
    }
    .hero__badge strong { font-size: 1.15rem; }

    /* stats — compact */
    .stats { padding-block: var(--sp-5); gap: var(--sp-3); }
    .stat__num { font-size: clamp(2rem, 10vw, 2.75rem); }
    .stat__label { font-size: .7rem; }

    /* bento stack */
    .bento__item { min-height: 220px; padding: var(--sp-4); }
    .bento__title { font-size: 1.3rem; }

    /* news feature — smaller title */
    .news-feature { aspect-ratio: 4/5; }
    .news-feature__body { padding: var(--sp-4); }
    .news-feature__title { font-size: 1.4rem; }
    .news-item { grid-template-columns: 90px 1fr; gap: var(--sp-3); }
    .news-item__thumb { aspect-ratio: 1/1; }
    .news-item__title { font-size: .95rem; }

    /* testimonial slides narrower */
    .testi { padding-block: var(--sp-7); }
    .testi__slide { padding: var(--sp-4); }
    .testi__quote { font-size: 1.05rem; }

    /* cta band */
    .cta-band { padding-block: var(--sp-6); }
    .cta-band h2 { font-size: clamp(1.5rem, 6vw, 2rem); }

    /* duo-cta */
    .duo-cta__card { padding: var(--sp-5); min-height: 220px; }
    .duo-cta__title { font-size: 1.35rem; }

    /* pillars */
    .pillar { padding: var(--sp-4); }
    .pillar__title { font-size: 1.25rem; }

    /* criteria */
    .criterion { padding: var(--sp-4); }

    /* news-card */
    .news-card__body { padding: var(--sp-4); gap: var(--sp-2); }
    .news-card__title { font-size: 1.2rem; }

    /* article */
    .article { padding-block: var(--sp-6); font-size: 1rem; }
    .article__title { font-size: clamp(1.75rem, 7vw, 2.5rem); }
    .article__body > p:first-of-type::first-letter { font-size: 3.5em; }

    /* form card */
    .form-card { padding: var(--sp-5); border-radius: var(--r-3); }
    .form-card__head { margin-bottom: var(--sp-4); padding-bottom: var(--sp-3); }
    .form-card__head h2 { font-size: clamp(1.25rem, 5vw, 1.6rem); }

    /* form spacing tighter */
    .a-form { gap: var(--sp-3); }
    .a-input, .a-textarea, .a-select { padding: .75em 1em; font-size: 1rem; }
    .a-field__label { font-size: var(--fs-small); }

    /* stepper — compact */
    .stepper { margin-bottom: var(--sp-4); }
    .stepper__num { width: 2.2rem; height: 2.2rem; font-size: .9rem; }
    .stepper__label { font-size: .65rem; letter-spacing: .05em; }
    .stepper__item::before { top: 1.1rem; }

    /* consent card compact */
    .a-check { padding: var(--sp-4); }
    .a-check__body { max-height: 8rem; font-size: var(--fs-micro); }

    /* file drop — stack */
    .a-file__drop { flex-wrap: wrap; padding: var(--sp-3); }
    .a-file__text { font-size: var(--fs-micro); order: 2; flex-basis: 100%; }
    .a-file__browse { margin-left: auto; }

    /* radio group cols fallback */
    .a-radio-group--cols-2 { grid-template-columns: 1fr; }

    /* contact split stack */
    .contact-info { padding: var(--sp-4); }
    .contact-info h2 { font-size: 1.4rem; }

    /* footer grid tighter */
    .site-footer { padding-block: var(--sp-6) var(--sp-3); }
    .site-footer__grid { gap: var(--sp-4); }

    /* drawer full-width effect */
    .a-drawer__panel { width: 100%; }

    /* 404 smaller */
    .not-found { min-height: 60vh; padding-block: var(--sp-6); }
    .not-found__title { font-size: clamp(2.25rem, 10vw, 3.25rem); }
    .not-found__digit { font-size: clamp(6rem, 28vw, 9rem); }
}


/* MEDIUM screens (tablet) polish */
@media (min-width: 641px) and (max-width: 1024px) {
    .stats { grid-template-columns: repeat(4, 1fr); }
    .stat__num { font-size: clamp(2rem, 5vw, 3rem); }
    .news-masonry { grid-template-columns: repeat(2, 1fr); }
    .bento { grid-template-columns: repeat(2, 1fr); }
    .bento__item:nth-child(1) { grid-column: span 2; }
    .pillars { grid-template-columns: repeat(2, 1fr); }
    .criteria { grid-template-columns: repeat(3, 1fr); gap: var(--sp-3); }
    .criterion { padding: var(--sp-4); }
    .duo-cta { grid-template-columns: 1fr 1fr; }
}


/* HOVER media query — disable :hover transforms on touch devices */
@media (hover: none) {
    .bento__item:hover,
    .pillar:hover,
    .news-card:hover,
    .duo-cta__card:hover,
    .criterion:hover,
    .a-icon-box:hover,
    .a-btn:hover {
        transform: none;
    }
    .news-feature:hover img,
    .news-card:hover .news-card__media img,
    .masonry__item:hover img {
        transform: none;
    }
    .hero__media { transform: none !important; }
}


/* HIGH contrast (a11y) */
@media (prefers-contrast: more) {
    :root {
        --c-line: #000;
        --c-line-2: #333;
        --c-ink-3: #000;
    }
    .a-input, .a-textarea, .a-select { border-width: 2px; }
}


/* DARK scheme preference — graceful */
@media (prefers-color-scheme: dark) {
    /* noop for now — site is light-first. If dark needed, override here. */
}


/* ════════════════════════════════════════════════════════════════════════════
   32. CONTRAST HARDENING — WCAG AA+ garanti, opacity temizliği
   -----------------------------------------------------------------------------
   Token değişiklikleri cascade olmuştur; bu blok kalan kritik noktaları sıkar.
   ════════════════════════════════════════════════════════════════════════════ */

/* ——— DARK surfaces (bento forest/ink, duo-cta, testi, contact-info) ——— */
/* opacity bazlı soluk metinleri opak hale getir; saf beyaz yerine off-white */
.bento__item--forest .bento__text,
.bento__item--ink .bento__text {
    opacity: 1;
    color: #f2f4f1;
}
.bento__item--forest,
.bento__item--ink { color: #f2f4f1; }

.duo-cta__card--forest,
.duo-cta__card--ink { color: #f2f4f1; }
.duo-cta__eyebrow { opacity: .95; color: #f2f4f1; }
.duo-cta__desc    { opacity: 1; color: #eef0ec; }

.testi__slide {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .15);
}
.testi__quote { color: #f2f4f1; font-weight: 500; }
.testi__name  { color: #ffffff; }
.testi__role  { color: var(--c-forest-l); font-weight: 700; }
.testi__head h6 { color: var(--c-forest-l); }

.contact-info { color: #f2f4f1; }
.contact-info .intro       { color: rgba(255, 255, 255, .88); }
.contact-info__body        { color: rgba(255, 255, 255, .92); font-weight: 500; }
.contact-info__body strong { color: var(--c-forest-l); }
.contact-info__item {
    border-top-color: rgba(255, 255, 255, .14);
}

.note-panel p { color: #f2f4f1; }

/* cta-band — h2 on forest */
.cta-band h2      { color: #ffffff; }
.cta-band h2 em   { color: var(--c-saffron); }

/* hero title highlight — more visible */
.hero__title .hl::after {
    opacity: .55;
    height: .34em;
}

/* section--ink generic */
.a-section--ink,
.a-section--ink h1,
.a-section--ink h2,
.a-section--ink h3 { color: #ffffff; }


/* ——— HEADING COLOR ON DARK SURFACES — force white (eski theme h3 color'ı override ediyor) ——— */
.cta-band h1, .cta-band h2, .cta-band h3, .cta-band h4, .cta-band h5, .cta-band h6,
.bento__item--forest h1, .bento__item--forest h2, .bento__item--forest h3, .bento__item--forest h4, .bento__item--forest h5, .bento__item--forest h6,
.bento__item--ink h1, .bento__item--ink h2, .bento__item--ink h3, .bento__item--ink h4, .bento__item--ink h5, .bento__item--ink h6,
.bento__item--forest .bento__title, .bento__item--ink .bento__title,
.duo-cta__card--forest h1, .duo-cta__card--forest h2, .duo-cta__card--forest h3, .duo-cta__card--forest h4, .duo-cta__card--forest h5, .duo-cta__card--forest h6,
.duo-cta__card--ink h1, .duo-cta__card--ink h2, .duo-cta__card--ink h3, .duo-cta__card--ink h4, .duo-cta__card--ink h5, .duo-cta__card--ink h6,
.duo-cta__card--forest .duo-cta__title, .duo-cta__card--ink .duo-cta__title,
.testi h1, .testi h2, .testi h3, .testi h4, .testi h5, .testi h6,
.testi__head h2, .testi__head h3,
.note-panel h1, .note-panel h2, .note-panel h3, .note-panel h4, .note-panel h5, .note-panel h6,
.contact-info h1, .contact-info h2, .contact-info h3, .contact-info h4, .contact-info h5, .contact-info h6,
.a-section--ink h1, .a-section--ink h2, .a-section--ink h3, .a-section--ink h4, .a-section--ink h5, .a-section--ink h6,
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
    color: #ffffff !important;
}

/* accent istisnalar */
.cta-band h2 em { color: var(--c-saffron) !important; }
.testi__head h6 { color: var(--c-forest-l) !important; }
.contact-info .footer-h { color: var(--c-forest-l) !important; }
.site-footer .footer-h { color: var(--c-mute) !important; }


/* ——— GREEN/INK SURFACE GUARD ———
   Bu alanların descendant'larına white text zorunlu.
   Sadece explicit accent class'lar (saffron, forest-l, chip--ink) muaf tutulur. */
.cta-band,
.cta-band *:not(.a-btn):not(.a-btn *):not(em):not(.a-chip):not(.a-chip *) {
    color: #ffffff;
}
.cta-band h2 em { color: var(--c-saffron); }
.cta-band .a-btn--saffron,
.cta-band .a-btn--saffron * { color: #1a1400; }
.cta-band .a-btn--saffron svg { color: #1a1400; }

.bento__item--forest,
.bento__item--forest *:not(.a-chip):not(.a-chip *),
.bento__item--ink,
.bento__item--ink *:not(.a-chip):not(.a-chip *) {
    color: #f2f4f1;
}

.duo-cta__card--forest,
.duo-cta__card--forest *:not(.duo-cta__action),
.duo-cta__card--ink,
.duo-cta__card--ink *:not(.duo-cta__action) {
    color: #f2f4f1;
}
.duo-cta__card--forest .duo-cta__action,
.duo-cta__card--ink .duo-cta__action { color: #ffffff; }

.testi,
.testi h1, .testi h2, .testi h3, .testi h4, .testi h5, .testi h6,
.testi p, .testi span, .testi blockquote { color: inherit; }
.testi__head h6 { color: var(--c-forest-l); }

.note-panel,
.note-panel * { color: #f2f4f1; }

.contact-info,
.contact-info *:not(.contact-info__body strong):not(.footer-socials a):not(.footer-socials a *) {
    color: rgba(255, 255, 255, .92);
}
.contact-info h2 { color: #ffffff; }
.contact-info__body strong { color: var(--c-forest-l); }
.contact-info .footer-h,
.contact-info [class*="footer-h"] { color: var(--c-forest-l); }

/* site-footer — zaten dark, ensure descendant */
.site-footer p,
.site-footer span,
.site-footer li { color: inherit; }


/* ——— BUTTON primary green — ensure white text descendants ——— */
.a-btn:not(.a-btn--outline):not(.a-btn--ghost):not(.a-btn--saffron):not(.a-btn--white):hover,
.a-btn:not(.a-btn--outline):not(.a-btn--ghost):not(.a-btn--saffron):not(.a-btn--white):hover * {
    color: #000000;
}


/* ——— LIGHT surface fine-tuning ——— */
.stat__label,
.news-card__meta,
.news-item__meta,
.article__meta,
.page-head__crumb,
.page-head__crumb span,
.hero__scroll,
.a-field__hint,
.stepper__item:not([data-active="true"]):not([data-done="true"]) .stepper__label {
    color: var(--c-ink-3); /* now #3d4642 — AA+ on paper */
}

.page-head__crumb .sep { color: var(--c-ink-4); }

.a-chip {
    background: var(--c-forest);     /* solid forest green */
    color: #ffffff;                  /* white text — AAA 7:1 */
    font-weight: 700;
}
.a-chip--ink {
    background: rgba(255, 255, 255, .16);
    color: #ffffff;
    backdrop-filter: blur(4px);
}
.a-chip--saffron {
    background: var(--c-saffron);
    color: #1a1400;                  /* almost-black on saffron — AAA */
}

/* footer — subtle text brighter */
.site-footer              { color: var(--c-mute); /* #b4bbb5 */ }
.site-footer a            { color: #dfe4e0; }
.site-footer a:hover      { color: var(--c-forest-l); }
.footer-contact li        { color: var(--c-mute); }
.footer-contact li strong { color: var(--c-forest-l); }
.footer-base              { color: var(--c-mute); }
.footer-nav a             { color: #dfe4e0; }


/* ——— Radio / checkbox — checked state readability ——— */
.a-radio input:checked + label {
    color: #014619;
    background: rgba(1, 112, 32, .14);
    border-color: var(--c-forest);
}
.a-check:has(input:checked) { background: rgba(1, 112, 32, .08); }
.a-check__title { color: var(--c-ink); }
.a-check__body  { color: var(--c-ink-2); }


/* ——— Stepper — inactive legibility ——— */
.stepper__num {
    color: var(--c-ink-3);
    border-color: var(--c-ink-4);
}
.stepper__item:not([data-active="true"]):not([data-done="true"]) .stepper__label {
    color: var(--c-ink-3);
    font-weight: 700;
}


/* ——— News feature overlay — readable body ——— */
.news-feature::after {
    background: linear-gradient(180deg, transparent 25%, rgba(10, 18, 16, .92));
}
.news-feature__title   { color: #ffffff; }
.news-feature__excerpt { color: rgba(255, 255, 255, .92); }

/* masonry caption — always readable */
.masonry__caption {
    background: linear-gradient(180deg, rgba(10, 18, 16, 0) 0%, rgba(10, 18, 16, .9) 100%);
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

/* hero media gradient — caption safety */
.hero__media::after {
    background: linear-gradient(180deg, transparent 40%, rgba(10, 18, 16, .3));
}


/* ——— Buttons — ensure AA ——— */
.a-btn {
    background: #016a1f; /* slightly darker for better contrast vs white text */
    color: #ffffff;
    font-weight: 700;
}
.a-btn:hover { background: none; }

.a-btn--outline {
    color: var(--c-ink);
    box-shadow: none;
}
.a-btn--outline:hover { background:#ffffff; color: #000000; }

.a-btn--saffron {
    background: #d4ad2a; /* darker saffron for AA vs ink text */
    color: #1a1a00;
}
.a-btn--saffron:hover { background: #b88f0e; color: #000000; }


/* ——— Focus ring — always visible, brand color ——— */
.page-modern :focus-visible,
.site-header :focus-visible,
.site-footer :focus-visible,
.a-drawer :focus-visible {
    outline: 3px solid var(--c-forest-ring);
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .8);
    border-radius: 4px;
}


/* ——— Field label AA ——— */
.a-field__label { color: var(--c-ink-2); font-weight: 700; }


/* ——— Not-found digits — keep readable if gradient broken ——— */
@supports not (background-clip: text) {
    .not-found__digit {
        color: var(--c-forest);
        -webkit-text-stroke: 0;
    }
}

.bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 eşit kolon */
    gap: 20px;
}

.bento__item {
    display: flex;
    flex-direction: column;
    height: 100%; /* eşit yükseklik */
    padding: 20px;
}

@media (max-width: 768px) {
    .bento {
        grid-template-columns: 1fr;
    }
}

/* ════════════════════════════════════════════════════════════════════════════
   33. LEGACY CLEANUP — eski temanın çakışabilecek öğelerini devre dışı bırak
   Sadece yeni header/footer ve page-modern markup'ı olan sayfalarda.
   ════════════════════════════════════════════════════════════════════════════ */
/* eski design-polish scroll progress'ini kapat (yeni .a-progress aktif) */
.mad-page-wrapper::before { display: none !important; }

/* body class'ından miras arka plan — yeni home.php kendi paper rengini ister */
body:has(.page-modern) { background: var(--c-paper); }

/* mad-page-wrapper'ın eski min-height/padding'ini etkisiz bırak */
body:has(.page-modern) .mad-page-wrapper { background: transparent; }


