:root {
	--dk-ink: #102922;
	--dk-ink-2: #173b31;
	--dk-forest: #23624e;
	--dk-mint: #cde9dc;
	--dk-cream: #f6f2e9;
	--dk-paper: #fffdf8;
	--dk-coral: #ef6a4c;
	--dk-gold: #d8a347;
	--dk-text: #18322b;
	--dk-muted: #66766f;
	--dk-line: #dfe4dd;
	--dk-shadow: 0 16px 45px rgba(16, 41, 34, .08);
}
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--dk-paper); color: var(--dk-text); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; }
body.has-open-search, body.has-open-menu, body.has-open-cookie { overflow: hidden; }
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.dk-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { top: 12px; left: 12px; z-index: 100000; width: auto; height: auto; padding: 12px 18px; clip: auto; background: #fff; color: var(--dk-ink); }

.dk-announcement { min-height: 36px; display: flex; align-items: center; background: var(--dk-ink); color: #dce9e2; font-size: 12px; }
.dk-announcement .dk-shell { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.dk-announcement a { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-weight: 700; }
.dk-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 253, 248, .95); border-bottom: 1px solid rgba(16, 41, 34, .1); backdrop-filter: blur(12px); }
.admin-bar .dk-header { top: 32px; }
.dk-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.dk-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--dk-ink); }
.dk-brand__mark { flex: 0 0 auto; width: 48px; height: 48px; color: var(--dk-coral); }
.dk-civic-mark { display: block; }
.dk-brand__words { display: grid; gap: 1px; }
.dk-brand__words strong { font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1; letter-spacing: -.035em; }
.dk-brand__words small { max-width: 210px; overflow: hidden; color: var(--dk-muted); font-size: 10px; text-overflow: ellipsis; text-transform: uppercase; letter-spacing: .12em; white-space: nowrap; }
.dk-brand__custom .custom-logo-link { display: block; }
.dk-brand__custom img { display: block; width: auto; max-width: 64px; max-height: 54px; }
.dk-navigation { margin-left: auto; }
.dk-menu { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; font-size: 14px; font-weight: 700; }
.dk-menu > li { position: relative; }
.dk-menu > li > a { display: block; padding-block: 30px; position: relative; }
.dk-menu > li > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--dk-coral); transition: right .2s; }
.dk-menu > li:hover > a::after, .dk-menu > .current-menu-item > a::after, .dk-menu > .current-menu-ancestor > a::after { right: 0; }
.dk-menu .sub-menu { position: absolute; top: calc(100% - 8px); left: -18px; min-width: 220px; margin: 0; padding: 10px; list-style: none; border: 1px solid var(--dk-line); border-radius: 12px; background: #fff; box-shadow: var(--dk-shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s; }
.dk-menu li:hover > .sub-menu, .dk-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dk-menu .sub-menu a { display: block; padding: 10px 12px; border-radius: 8px; }
.dk-menu .sub-menu a:hover { background: var(--dk-cream); }
.dk-header__actions { display: flex; align-items: center; gap: 13px; }
.dk-icon-button, .dk-menu-toggle { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; color: var(--dk-ink); cursor: pointer; }
.dk-icon-button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.dk-menu-toggle { display: none; gap: 4px; align-content: center; }
.dk-menu-toggle span { width: 23px; height: 2px; background: currentColor; transition: .2s; }
.dk-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.dk-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.dk-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.dk-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 23px; border: 1px solid var(--dk-forest); border-radius: 999px; background: var(--dk-forest); color: #fff; font-weight: 700; line-height: 1.2; transition: transform .2s, background .2s, color .2s; }
.dk-button:hover { transform: translateY(-2px); background: var(--dk-ink); border-color: var(--dk-ink); color: #fff; }
.dk-button--small { min-height: 42px; padding: 9px 17px; background: var(--dk-ink); border-color: var(--dk-ink); font-size: 13px; }
.dk-header__cta { color: #fff !important; }
.dk-button--outline { background: transparent; color: var(--dk-ink); }
.dk-button--white { width: fit-content; background: #fff; border-color: #fff; color: var(--dk-ink); }
.dk-search-panel[hidden] { display: none; }
.dk-search-panel { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: start center; padding-top: 14vh; background: rgba(11, 32, 26, .85); backdrop-filter: blur(10px); }
.dk-search-panel__inner { position: relative; width: min(760px, calc(100% - 30px)); padding: 42px; border-radius: 20px; background: var(--dk-paper); box-shadow: 0 30px 80px rgba(0, 0, 0, .25); }
.dk-search-panel__inner > p { margin: 0 0 20px; font-family: Georgia, serif; font-size: 34px; }
.dk-search-panel__close { position: absolute; top: 17px; right: 20px; border: 0; background: transparent; color: var(--dk-ink); font-size: 30px; cursor: pointer; }
.dk-search-form { display: flex; gap: 10px; }
.dk-search-form label { flex: 1; }
.dk-search-form input { width: 100%; height: 54px; padding: 0 18px; border: 1px solid var(--dk-line); border-radius: 999px; background: #fff; }
.dk-search-form button { min-width: 100px; border: 0; border-radius: 999px; background: var(--dk-forest); color: #fff; font-weight: 700; cursor: pointer; }

.dk-eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--dk-forest); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.dk-eyebrow span { width: 28px; height: 2px; background: var(--dk-coral); }
.dk-hero { min-height: 660px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; padding-block: 80px 70px; }
.dk-hero h1, .dk-guide-intro h2, .dk-section-heading h2, .dk-about__copy h2, .dk-contribution h2, .dk-archive__header h1, .dk-article__header h1, .dk-error h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; color: var(--dk-ink); font-weight: 500; letter-spacing: -.045em; }
.dk-hero h1 { font-size: clamp(54px, 6.2vw, 84px); line-height: .98; }
.dk-hero h1 em { color: var(--dk-coral); font-weight: inherit; }
.dk-hero__lead { max-width: 650px; margin: 28px 0; color: #536760; font-size: 18px; line-height: 1.75; }
.dk-hero__buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.dk-trust-line { margin: 25px 0 0; display: flex; align-items: center; gap: 9px; color: var(--dk-muted); font-size: 13px; }
.dk-trust-line > span { color: var(--dk-forest); font-size: 22px; }
.dk-hero__visual { position: relative; height: 500px; overflow: hidden; border-radius: 46% 46% 14% 46%; background: var(--dk-mint); }
.dk-hero__visual::before { content: ""; position: absolute; inset: 45px; border: 1px solid rgba(16, 41, 34, .16); border-radius: 50%; }
.dk-orbit { position: absolute; border: 1px solid rgba(16, 41, 34, .12); border-radius: 50%; transform: rotate(-18deg); }
.dk-orbit--one { width: 490px; height: 220px; left: -20px; top: 138px; }
.dk-orbit--two { width: 380px; height: 390px; left: 70px; top: 55px; }
.dk-impact-card { position: absolute; z-index: 2; box-shadow: 0 20px 50px rgba(16, 41, 34, .14); }
.dk-impact-card--main { left: 15%; top: 18%; width: 56%; min-height: 310px; padding: 38px; border-radius: 22px; background: var(--dk-ink); color: #fff; transform: rotate(-3deg); }
.dk-impact-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--dk-coral); font-size: 26px; }
.dk-impact-card--main small { display: block; margin-top: 32px; color: #a9c7ba; letter-spacing: .14em; }
.dk-impact-card--main strong { display: block; margin-top: 11px; font-family: Georgia, serif; font-size: 42px; line-height: 1; font-weight: 500; }
.dk-impact-card--main p { margin: 18px 0 0; color: #c7d8d0; font-size: 13px; line-height: 1.5; }
.dk-impact-card--small { width: 145px; display: grid; gap: 11px; padding: 20px; border-radius: 16px; background: #fff; color: var(--dk-ink); font-weight: 800; line-height: 1.35; }
.dk-impact-card--small > span { color: var(--dk-coral); font-size: 25px; }
.dk-impact-card--small strong { font-size: 15px; }
.dk-impact-card--top { right: 5%; top: 11%; transform: rotate(5deg); }
.dk-impact-card--bottom { right: 3%; bottom: 12%; transform: rotate(-4deg); }

.dk-quick-paths { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 100px; overflow: hidden; border: 1px solid var(--dk-line); border-radius: 18px; background: #fff; box-shadow: var(--dk-shadow); }
.dk-topic-card { min-height: 128px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 24px; border-right: 1px solid var(--dk-line); transition: background .2s, transform .2s; }
.dk-topic-card:last-child { border: 0; }
.dk-topic-card:hover { background: var(--dk-cream); transform: translateY(-3px); }
.dk-topic-card__icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--dk-mint); color: var(--dk-forest); font-size: 22px; }
.dk-topic-card > span:nth-child(2) { display: grid; gap: 7px; }
.dk-topic-card strong { font-family: Georgia, serif; font-size: 18px; line-height: 1.2; }
.dk-topic-card small { color: var(--dk-muted); font-size: 12px; line-height: 1.35; }
.dk-topic-card b { color: var(--dk-coral); font-size: 22px; }

.dk-guide-section { padding: 105px 0; background: var(--dk-cream); }
.dk-guide-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.dk-guide-intro h2, .dk-section-heading h2, .dk-about__copy h2 { font-size: clamp(38px, 4vw, 55px); line-height: 1.05; }
.dk-guide-intro > p:not(.dk-eyebrow) { color: var(--dk-muted); font-size: 17px; line-height: 1.7; }
.dk-text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid rgba(35, 98, 78, .3); color: var(--dk-forest); font-weight: 800; }
.dk-guide-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cbd3cb; }
.dk-guide-steps li { display: grid; grid-template-columns: 62px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid #cbd3cb; }
.dk-guide-steps > li > span { color: var(--dk-coral); font-size: 12px; font-weight: 800; }
.dk-guide-steps strong { font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
.dk-guide-steps p { margin: 7px 0 0; color: var(--dk-muted); line-height: 1.5; }

.dk-content-section { padding-block: 110px; }
.dk-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.dk-content-search { width: min(330px, 100%); display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--dk-ink); }
.dk-content-search input { width: 100%; height: 45px; border: 0; outline: 0; background: transparent; }
.dk-filter-row { display: flex; gap: 8px; margin: 42px 0 30px; overflow-x: auto; padding-bottom: 4px; }
.dk-filter-row button { padding: 9px 15px; white-space: nowrap; border: 1px solid var(--dk-line); border-radius: 999px; background: #fff; color: var(--dk-muted); cursor: pointer; }
.dk-filter-row button.is-active { background: var(--dk-ink); border-color: var(--dk-ink); color: #fff; }
.dk-entry-grid, .dk-archive__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.dk-entry-card { display: grid; grid-template-columns: 42% 58%; min-height: 250px; overflow: hidden; border: 1px solid var(--dk-line); border-radius: 18px; background: #fff; }
.dk-entry-card--featured { grid-column: 1 / -1; grid-template-columns: 56% 44%; min-height: 430px; }
.dk-entry-card[hidden] { display: none; }
.dk-entry-card__image { position: relative; min-height: 230px; display: block; overflow: hidden; background: var(--dk-cream); }
.dk-entry-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s; }
.dk-entry-card:hover .dk-entry-card__image img { transform: scale(1.03); }
.dk-auto-cover { position: relative; width: 100%; height: 100%; min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; overflow: hidden; background: linear-gradient(145deg, var(--dk-mint), #eff7f2); color: var(--dk-ink); }
.dk-auto-cover::before { content: ""; position: absolute; right: -65px; bottom: -75px; width: 210px; height: 210px; border: 34px solid rgba(23, 59, 49, .08); border-radius: 50%; }
.dk-auto-cover small { position: relative; z-index: 1; width: fit-content; padding: 5px 9px; border: 1px solid currentColor; border-radius: 999px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.dk-auto-cover strong { position: relative; z-index: 1; max-width: 82%; font-family: Georgia, serif; font-size: clamp(23px, 2.6vw, 38px); line-height: 1.05; font-weight: 500; }
.dk-auto-cover i { position: absolute; right: -12px; bottom: -12px; width: 150px; height: 150px; color: rgba(23, 59, 49, .15); font-style: normal; opacity: .34; transform: rotate(-7deg); }
.dk-auto-cover i svg { width: 100%; height: 100%; }
.dk-auto-cover--vakiflar { background: linear-gradient(145deg, #f7d8a6, #fff3dc); }
.dk-auto-cover--ogrenci-kulupleri { background: linear-gradient(145deg, #cdddf6, #edf3fc); }
.dk-auto-cover--dernekler { background: linear-gradient(145deg, #ffd2c7, #fff0eb); }
.dk-auto-cover--etkinlikler { background: linear-gradient(145deg, #e7d7f6, #f8efff); }
.dk-auto-cover--haberler { background: linear-gradient(145deg, #d8e6ef, #f1f7fa); }
.dk-entry-card__body { display: flex; flex-direction: column; align-items: flex-start; padding: 25px; }
.dk-entry-card--featured .dk-entry-card__body { justify-content: center; padding: 45px; }
.dk-entry-card__meta { width: 100%; display: flex; justify-content: space-between; gap: 14px; color: var(--dk-muted); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.dk-entry-card__meta span { color: var(--dk-coral); font-weight: 800; }
.dk-archive-badge { padding: 3px 7px; border-radius: 999px; background: #fff0c9; color: #6e5525; font-weight: 800; }
.dk-entry-card__body h3 { margin: 20px 0 10px; font-family: Georgia, serif; font-size: 25px; line-height: 1.12; font-weight: 500; }
.dk-entry-card--featured h3 { font-size: 40px; }
.dk-entry-card__body > p { margin: 0; color: var(--dk-muted); line-height: 1.55; }
.dk-entry-card__link { margin-top: auto; padding-top: 20px; display: inline-flex; gap: 7px; color: var(--dk-forest); font-size: 13px; font-weight: 800; }
.dk-empty { grid-column: 1 / -1; padding: 50px; border-radius: 16px; background: var(--dk-cream); color: var(--dk-muted); text-align: center; }
.dk-empty--filter { margin-top: 20px; }

.dk-organizations { padding: 110px 0; background: var(--dk-ink); color: #fff; }
.dk-section-heading--light h2 { color: #fff; }
.dk-section-heading--light .dk-eyebrow { color: #dce9e2; }
.dk-section-heading--light > p { max-width: 430px; margin: 0; color: #aec2b9; line-height: 1.7; }
.dk-organization-links { margin-top: 58px; border-top: 1px solid rgba(255, 255, 255, .2); }
.dk-organization-links a { display: grid; grid-template-columns: 70px 1fr 1.3fr auto; align-items: center; gap: 30px; padding: 27px 0; border-bottom: 1px solid rgba(255, 255, 255, .2); transition: padding .2s, color .2s; }
.dk-organization-links a:hover { padding-inline: 14px; color: #ffd5ca; }
.dk-organization-links span { color: var(--dk-coral); font-size: 12px; }
.dk-organization-links strong { font-family: Georgia, serif; font-size: 26px; font-weight: 500; }
.dk-organization-links small { color: #aec2b9; font-size: 14px; }
.dk-organization-links b { font-size: 22px; }
.dk-about { padding-block: 110px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: center; }
.dk-about__stamp { min-height: 350px; display: flex; flex-direction: column; justify-content: space-between; padding: 55px; border-radius: 50% 50% 12px 12px; background: var(--dk-mint); }
.dk-about__stamp > span { max-width: 250px; font-family: Georgia, serif; color: var(--dk-ink); font-size: 24px; line-height: 1.25; }
.dk-about__copy > p:not(.dk-eyebrow) { color: var(--dk-muted); font-size: 17px; line-height: 1.8; }
.dk-contribution { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 90px; padding: 65px; border-radius: 24px; background: var(--dk-coral); color: #fff; }
.dk-contribution .dk-eyebrow { color: #fff; opacity: 1; }
.dk-contribution .dk-eyebrow span { background: var(--dk-ink); }
.dk-contribution h2 { color: #fff; font-size: clamp(36px, 4vw, 53px); line-height: 1.04; }
.dk-contribution > div:last-child { display: grid; gap: 25px; }
.dk-contribution p { margin: 0; color: #fff2ee; line-height: 1.7; }

.dk-archive { padding-block: 90px 110px; }
.dk-org-overview { padding-block: 78px 58px; }
.dk-org-overview__heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 55px; align-items: end; }
.dk-org-overview__heading h1 { max-width: 760px; margin: 0; color: var(--dk-ink); font: 500 clamp(46px, 6vw, 74px)/1.02 Georgia, serif; letter-spacing: -.045em; }
.dk-org-overview__heading p { margin: 0 0 8px; color: var(--dk-muted); font-size: 17px; }
.dk-org-switchboard { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 46px; }
.dk-org-switch { min-height: 250px; display: flex; flex-direction: column; align-items: flex-start; padding: 25px; border-radius: 20px; background: #ffd8ce; transition: transform .2s, box-shadow .2s; }
.dk-org-switch:hover { transform: translateY(-5px); box-shadow: var(--dk-shadow); }
.dk-org-switch > span { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 500 20px Georgia, serif; }
.dk-org-switch > div { display: grid; gap: 8px; margin-top: 29px; }
.dk-org-switch strong { font: 500 31px/1 Georgia, serif; }
.dk-org-switch small { line-height: 1.5; }
.dk-org-switch b { margin-top: auto; padding-top: 22px; color: var(--dk-forest); font-size: 12px; }
.dk-org-switch--vakiflar { background: #f5dfb8; }
.dk-org-switch--ogrenci-kulupleri { background: #d9e7f7; }
.dk-org-jump { position: sticky; top: 82px; z-index: 35; border-block: 1px solid var(--dk-line); background: rgba(255,253,248,.94); backdrop-filter: blur(10px); }
.admin-bar .dk-org-jump { top: 114px; }
.dk-org-jump .dk-shell { display: flex; justify-content: center; gap: 8px; padding-block: 10px; overflow-x: auto; }
.dk-org-jump a { padding: 8px 15px; border-radius: 999px; white-space: nowrap; color: var(--dk-forest); font-size: 13px; font-weight: 800; }
.dk-org-jump a:hover { background: var(--dk-cream); }
.dk-org-group { scroll-margin-top: 145px; padding-block: 90px; }
.dk-org-group--vakiflar { background: #fbf5e9; }
.dk-org-group--ogrenci-kulupleri { background: #f2f6fb; }
.dk-org-group .dk-section-heading { margin-bottom: 35px; }
.dk-org-group .dk-section-heading > p { max-width: 480px; color: var(--dk-muted); }
.dk-archive__header { max-width: 820px; margin-bottom: 50px; }
.dk-archive__header h1 { font-size: clamp(46px, 6vw, 76px); line-height: 1.03; }
.dk-archive__description { max-width: 700px; margin-top: 20px; color: var(--dk-muted); font-size: 17px; }
.dk-archive__grid .dk-entry-card { grid-template-columns: 1fr; }
.dk-archive__grid .dk-entry-card__image { aspect-ratio: 1.65; }
.navigation.pagination { margin-top: 50px; }
.nav-links { display: flex; gap: 8px; justify-content: center; }
.page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--dk-line); border-radius: 50%; }
.page-numbers.current, .page-numbers:hover { background: var(--dk-ink); color: #fff; }

.dk-reading-progress { position: fixed; top: 0; left: 0; right: 0; z-index: 2000; height: 3px; pointer-events: none; }
.dk-reading-progress span { width: 0; height: 100%; display: block; background: var(--dk-coral); }
.dk-single { padding-block: 80px 110px; }
.dk-article { max-width: 920px; margin-inline: auto; }
.dk-article__header { max-width: 820px; margin-inline: auto; text-align: center; }
.dk-article__categories { margin-bottom: 18px; color: var(--dk-coral); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.dk-article__header h1 { font-size: clamp(44px, 6vw, 76px); line-height: 1.03; }
.dk-article__meta { margin-top: 22px; display: flex; justify-content: center; gap: 10px; color: var(--dk-muted); font-size: 13px; }
.dk-archive-notice { max-width: 820px; margin: 32px auto 0; padding: 17px 20px; display: flex; gap: 16px; align-items: center; border-left: 4px solid var(--dk-gold); background: #fff3d5; color: #6e5525; }
.dk-article__cover { min-height: 360px; margin: 55px 0; overflow: hidden; border-radius: 20px; background: var(--dk-cream); }
.dk-article__cover img { width: 100%; display: block; }
.dk-article__cover .dk-auto-cover { min-height: 420px; }
.dk-article__content { max-width: 760px; margin-inline: auto; color: #2d413b; font-size: 18px; line-height: 1.85; }
.dk-article__content > * { max-width: 100%; }
.dk-article__content h2, .dk-article__content h3, .dk-article__content h4 { margin: 1.8em 0 .65em; color: var(--dk-ink); font-family: Georgia, serif; font-weight: 500; line-height: 1.15; }
.dk-article__content h2 { font-size: clamp(32px, 4vw, 44px); }
.dk-article__content h3 { font-size: 29px; }
.dk-article__content a { color: var(--dk-forest); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.dk-article__content blockquote { margin: 35px 0; padding: 25px 30px; border-left: 4px solid var(--dk-coral); background: var(--dk-cream); color: var(--dk-ink); font-family: Georgia, serif; font-size: 22px; }
.dk-article__content table { width: 100%; border-collapse: collapse; font-size: 15px; }
.dk-article__content th, .dk-article__content td { padding: 12px; border: 1px solid var(--dk-line); text-align: left; }
.dk-article__content th { background: var(--dk-cream); }
.dk-article__content .alignwide { width: min(100vw - 40px, 1000px); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.dk-article__footer { max-width: 760px; margin: 60px auto 0; padding-top: 28px; border-top: 1px solid var(--dk-line); }
.dk-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.dk-tags a { padding: 7px 11px; border-radius: 999px; background: var(--dk-cream); color: var(--dk-forest); font-size: 12px; }
.dk-post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 35px; }
.dk-post-navigation > div:last-child { text-align: right; }
.dk-post-navigation small { display: block; color: var(--dk-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.dk-post-after, .dk-comments { max-width: 760px; margin: 60px auto 0; }
.dk-comments { padding-top: 35px; border-top: 1px solid var(--dk-line); }
.comment-list { padding-left: 22px; }
.comment-body { margin-bottom: 25px; padding: 20px; border: 1px solid var(--dk-line); border-radius: 14px; background: #fff; }
.comment-form input:not([type="submit"]), .comment-form textarea { width: 100%; padding: 12px; border: 1px solid var(--dk-line); border-radius: 10px; }
.form-submit input { padding: 12px 20px; border: 0; border-radius: 999px; background: var(--dk-forest); color: #fff; font-weight: 700; cursor: pointer; }
.dk-error { max-width: 780px; min-height: 60vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 90px; }
.dk-error h1 { font-size: clamp(48px, 7vw, 82px); line-height: 1; }
.dk-error > p { color: var(--dk-muted); font-size: 18px; }
.dk-error .dk-search-form { width: 100%; margin: 20px 0; }

.dk-footer { padding-top: 70px; background: #0b201a; color: #d8e5df; }
.dk-footer .dk-brand { color: #fff; }
.dk-footer .dk-brand__words small { color: #93aba1; }
.dk-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; padding-bottom: 60px; }
.dk-footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.dk-footer__about p { max-width: 400px; color: #93aba1; line-height: 1.6; }
.dk-footer__grid > div:not(:first-child) strong { margin-bottom: 10px; color: #fff; }
.dk-footer__grid a { color: #a9bdb4; font-size: 14px; }
.dk-footer__grid a:hover { color: #fff; }
.dk-footer__privacy-button { margin: 0; padding: 0; border: 0; background: transparent; color: #a9bdb4; font-size: 14px; cursor: pointer; }
.dk-footer__privacy-button:hover { color: #fff; }
.dk-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, .12); color: #789287; font-size: 12px; }
.dk-back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 45; width: 44px; height: 44px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; background: var(--dk-ink); color: #fff; box-shadow: 0 8px 25px rgba(16, 41, 34, .25); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: .25s; }
.dk-back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.dk-cookie-banner { position: fixed; z-index: 2500; left: 20px; right: 20px; bottom: 20px; max-width: 1180px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 22px 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: #0b201a; color: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.dk-cookie-banner[hidden], .dk-cookie-modal[hidden] { display: none; }
.dk-cookie-banner p { max-width: 650px; margin: 4px 0 0; color: #c6d6cf; font-size: 13px; line-height: 1.5; }
.dk-cookie-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.dk-cookie-actions button { min-height: 40px; padding: 8px 14px; border: 1px solid currentColor; border-radius: 999px; background: transparent; color: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.dk-cookie-actions button.is-primary { border-color: var(--dk-coral); background: var(--dk-coral); color: #fff; }
.dk-cookie-modal { position: fixed; inset: 0; z-index: 2600; display: grid; place-items: center; padding: 20px; }
.dk-cookie-modal__backdrop { position: absolute; inset: 0; background: rgba(5,20,16,.72); backdrop-filter: blur(7px); }
.dk-cookie-dialog { position: relative; z-index: 1; width: min(590px, 100%); padding: 34px; border-radius: 22px; background: var(--dk-paper); box-shadow: 0 28px 85px rgba(0,0,0,.3); }
.dk-cookie-dialog h2 { margin: 0 0 22px; color: var(--dk-ink); font: 500 38px/1.1 Georgia, serif; }
.dk-cookie-dialog__close { position: absolute; top: 16px; right: 18px; border: 0; background: transparent; color: var(--dk-ink); font-size: 28px; cursor: pointer; }
.dk-cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 19px 0; border-top: 1px solid var(--dk-line); }
.dk-cookie-option div { display: grid; gap: 4px; }
.dk-cookie-option small { color: var(--dk-muted); line-height: 1.45; }
.dk-cookie-option > span { color: var(--dk-forest); font-size: 12px; font-weight: 800; white-space: nowrap; }
.dk-cookie-option input { width: 23px; height: 23px; accent-color: var(--dk-forest); }
.dk-cookie-dialog .dk-cookie-actions { justify-content: flex-end; margin-top: 22px; color: var(--dk-ink); }
.dk-content-origin { padding: 15px 18px; border-left: 4px solid var(--dk-coral); background: var(--dk-cream); color: var(--dk-muted); font-size: 14px; }

@media (max-width: 1080px) {
	.dk-menu { gap: 16px; }
	.dk-header__cta { display: none; }
	.dk-hero { gap: 28px; }
	.dk-quick-paths { grid-template-columns: repeat(2, 1fr); }
	.dk-topic-card:nth-child(2) { border-right: 0; }
	.dk-topic-card:nth-child(-n+2) { border-bottom: 1px solid var(--dk-line); }
	.dk-guide-grid, .dk-about { gap: 60px; }
}
@media (max-width: 840px) {
	.admin-bar .dk-header { top: 46px; }
	.dk-announcement .dk-shell > span { display: none; }
	.dk-announcement .dk-shell { justify-content: center; }
	.dk-header__inner { min-height: 70px; }
	.dk-brand__mark { width: 42px; height: 42px; }
	.dk-cookie-banner { align-items: flex-start; flex-direction: column; }
	.dk-org-overview__heading { grid-template-columns: 1fr; gap: 22px; }
	.dk-org-switchboard { grid-template-columns: 1fr; }
	.dk-org-switch { min-height: 220px; }
	.dk-org-jump { top: 70px; }
	.admin-bar .dk-org-jump { top: 116px; }
	.dk-navigation { position: absolute; left: 0; right: 0; top: 70px; display: none; max-height: calc(100vh - 106px); overflow-y: auto; padding: 12px 20px 24px; border-bottom: 1px solid var(--dk-line); background: var(--dk-paper); box-shadow: var(--dk-shadow); }
	.dk-navigation.is-open { display: block; }
	.dk-menu { display: block; }
	.dk-menu > li > a { padding: 14px 0; border-bottom: 1px solid var(--dk-line); }
	.dk-menu > li > a::after { display: none; }
	.dk-menu .sub-menu { position: static; min-width: 0; display: block; padding: 0 0 8px 14px; border: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
	.dk-menu-toggle { display: grid; }
	.dk-hero { min-height: auto; grid-template-columns: 1fr; padding-block: 60px; }
	.dk-hero h1 { font-size: clamp(48px, 13vw, 68px); }
	.dk-hero__visual { height: 440px; }
	.dk-quick-paths { margin-bottom: 70px; }
	.dk-guide-section, .dk-content-section, .dk-organizations, .dk-about { padding-block: 80px; }
	.dk-guide-grid, .dk-about { grid-template-columns: 1fr; gap: 50px; }
	.dk-section-heading { align-items: flex-start; flex-direction: column; }
	.dk-content-search { width: 100%; }
	.dk-entry-grid, .dk-archive__grid { grid-template-columns: 1fr; }
	.dk-entry-card, .dk-entry-card--featured { grid-column: auto; grid-template-columns: 1fr; min-height: 0; }
	.dk-entry-card--featured .dk-entry-card__body { padding: 28px; }
	.dk-entry-card--featured h3 { font-size: 30px; }
	.dk-organization-links a { grid-template-columns: 45px 1fr auto; gap: 15px; }
	.dk-organization-links small { grid-column: 2 / 3; }
	.dk-about__stamp { min-height: 310px; }
	.dk-contribution { grid-template-columns: 1fr; gap: 35px; padding: 45px 30px; }
	.dk-footer__grid { grid-template-columns: 1fr 1fr; }
	.dk-footer__about { grid-column: 1 / -1; }
}
@media (max-width: 540px) {
	.dk-shell { width: min(100% - 28px, 1180px); }
	.dk-brand__words strong { font-size: 21px; }
	.dk-brand__words small { font-size: 8px; }
	.dk-icon-button { width: 36px; }
	.dk-hero__buttons { display: grid; }
	.dk-hero__buttons .dk-button { width: 100%; }
	.dk-hero__visual { height: 380px; border-radius: 40% 40% 12px 40%; }
	.dk-impact-card--main { left: 8%; width: 68%; min-height: 275px; padding: 28px; }
	.dk-impact-card--main strong { font-size: 35px; }
	.dk-impact-card--top { right: 2%; top: 5%; }
	.dk-impact-card--bottom { right: 1%; bottom: 7%; }
	.dk-impact-card--small { width: 120px; padding: 15px; font-size: 13px; }
	.dk-quick-paths { grid-template-columns: 1fr; }
	.dk-topic-card { min-height: 102px; border-right: 0; border-bottom: 1px solid var(--dk-line); }
	.dk-guide-steps li { grid-template-columns: 42px 1fr; }
	.dk-filter-row { margin-top: 28px; }
	.dk-organization-links a { grid-template-columns: 36px 1fr auto; }
	.dk-organization-links strong { font-size: 21px; }
	.dk-about__stamp { padding: 38px; }
	.dk-article__header { text-align: left; }
	.dk-article__meta { justify-content: flex-start; flex-wrap: wrap; }
	.dk-article__cover { margin: 35px -14px; border-radius: 0; }
	.dk-article__content { font-size: 17px; }
	.dk-post-navigation { grid-template-columns: 1fr; }
	.dk-post-navigation > div:last-child { text-align: left; }
	.dk-footer__grid { grid-template-columns: 1fr; gap: 35px; }
	.dk-footer__about { grid-column: auto; }
	.dk-footer__bottom { flex-direction: column; }
	.dk-search-panel__inner { padding: 35px 20px 25px; }
	.dk-search-form { flex-direction: column; }
	.dk-search-form button { height: 48px; }
}
@media print {
	.dk-announcement, .dk-header, .dk-footer, .dk-back-to-top, .dk-reading-progress, .dk-comments, .dk-post-navigation, .dk-cookie-banner, .dk-cookie-modal { display: none !important; }
	body { background: #fff; color: #000; font-size: 12pt; }
	.dk-single, .dk-article, .dk-article__content { max-width: none; width: 100%; padding: 0; }
	a { color: #000; text-decoration: none; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
