.classic-final-site {
	--cf-navy: #092b39;
	--cf-navy-deep: #061f2b;
	--cf-green: #315f4d;
	--cf-green-soft: #78a978;
	--cf-lime: #c7e67c;
	--cf-cream: #f4f5ef;
	--cf-sand: #e9ede4;
	--cf-ink: #152722;
	--cf-muted: #62716b;
	--cf-line: #d7dfd7;
	--cf-white: #fff;
	--cf-wrap: 1200px;
	min-height: 100vh;
	background: var(--cf-white);
	color: var(--cf-ink);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	overflow-x: hidden;
}

.classic-final-site *,
.classic-final-site *::before,
.classic-final-site *::after { box-sizing: border-box; }
.classic-final-site :where(button, input, textarea) { font: inherit; }
.classic-final-site button { color: inherit; cursor: pointer; }
.classic-final-site img { display: block; max-width: 100%; }
.classic-final-site a { color: inherit; }
.cf-wrap { width: min(var(--cf-wrap), calc(100% - 48px)); margin-inline: auto; }
.cf-main { background: var(--cf-white); }
.cf-section { padding: clamp(82px, 9vw, 132px) 0; }
.cf-kicker { margin: 0 0 14px; color: var(--cf-green); font-size: .72rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.cf-kicker--light { color: var(--cf-lime); }

.cf-header { position: sticky; top: 0; z-index: 800; background: var(--cf-navy); box-shadow: 0 8px 28px rgba(4, 25, 34, .16); }
.preview-toolbar + .classic-final-site .cf-header { top: 58px; }
.cf-utility { min-height: 36px; background: var(--cf-navy-deep); color: rgba(255,255,255,.76); }
.cf-utility__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 36px; }
.cf-utility p { margin: 0; font-size: .67rem; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
.cf-utility__inner > div { display: flex; align-items: center; gap: 22px; font-size: .7rem; }
.cf-utility a { text-decoration: none; }
.cf-mainbar { border-bottom: 1px solid rgba(255,255,255,.11); }
.cf-mainbar__inner { display: flex; align-items: center; min-height: 86px; }
.cf-logo { width: 116px; height: 70px; margin-right: auto; padding: 6px 0; background: transparent; border: 0; }
.cf-logo img { width: 100%; height: 100%; object-fit: contain; }
.cf-navwrap { display: flex; align-items: center; gap: 28px; }
.cf-nav { display: flex; align-items: center; gap: clamp(10px, 1.6vw, 24px); }
.cf-nav button,
.cf-online { position: relative; padding: 12px 0; background: transparent; border: 0; color: rgba(255,255,255,.84); font-size: .77rem; font-weight: 720; }
.cf-nav button::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; background: var(--cf-lime); content: ""; transform: scaleX(0); transition: transform .22s ease; }
.cf-nav button:hover::after,
.cf-nav button.is-current::after { transform: scaleX(1); }
.cf-header-actions { display: flex; align-items: center; gap: 10px; }
.cf-online { padding: 11px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; }
.cf-panel { padding: 12px 16px; background: var(--cf-lime); border: 0; border-radius: 999px; color: var(--cf-navy-deep); font-size: .74rem; font-weight: 820; }
.cf-panel span { margin-left: 6px; }
.cf-menu { display: none; width: 42px; height: 42px; padding: 10px; background: transparent; border: 1px solid rgba(255,255,255,.24); border-radius: 10px; }
.cf-menu span { display: block; width: 100%; height: 2px; margin: 4px 0; background: #fff; }

.cf-hero { position: relative; min-height: min(730px, calc(100vh - 122px)); background: var(--cf-navy); color: #fff; }
.cf-hero__image,
.cf-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.cf-hero__image { object-fit: cover; object-position: center 54%; }
.cf-hero__shade { background: linear-gradient(90deg, rgba(4,28,39,.95) 0%, rgba(6,35,46,.88) 39%, rgba(6,35,46,.35) 68%, rgba(6,35,46,.18) 100%), linear-gradient(0deg, rgba(4,28,39,.52), transparent 45%); }
.cf-hero__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 50px; min-height: inherit; padding-block: 92px 112px; }
.cf-hero__copy { max-width: 760px; }
.cf-hero h1 { max-width: 740px; margin: 0 0 25px; color: #fff; font-size: clamp(3rem, 5.8vw, 5.7rem); font-weight: 780; line-height: .98; letter-spacing: -.06em; }
.cf-hero h1 em { color: var(--cf-lime); font-style: normal; }
.cf-hero__copy > p:not(.cf-kicker) { max-width: 650px; margin: 0 0 34px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.5vw, 1.24rem); line-height: 1.7; }
.cf-hero__copy > div { display: flex; flex-wrap: wrap; gap: 12px; }
.cf-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 13px 21px; border: 0; border-radius: 11px; font-size: .82rem; font-weight: 820; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.cf-button:hover { transform: translateY(-3px); }
.cf-button--lime { background: var(--cf-lime); color: var(--cf-navy-deep); box-shadow: 0 14px 30px rgba(199,230,124,.16); }
.cf-button--glass { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.36); color: #fff; backdrop-filter: blur(8px); }
.cf-button--navy { background: var(--cf-navy); color: #fff; }
.cf-hero__note { align-self: flex-end; display: grid; width: 236px; min-height: 236px; padding: 34px 24px; background: rgba(199,230,124,.94); border-radius: 50% 50% 9px 50%; color: var(--cf-navy-deep); justify-items: center; overflow: hidden; place-content: center; text-align: center; transform: translateY(34px); animation: cf-float 5.5s ease-in-out infinite; }
.cf-hero__note strong { max-width: 100%; font-family: Georgia, serif; font-size: 1.34rem; line-height: 1.12; }
.cf-hero__word { display: block; margin-top: 3px; font-size: .78em; letter-spacing: -.035em; white-space: nowrap; }
.cf-hero__sub { margin-top: 12px; font-size: .62rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
@keyframes cf-float { 50% { transform: translateY(22px); } }

.cf-quick { position: relative; z-index: 4; margin-top: -46px; }
.cf-quick__grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: 18px; box-shadow: 0 22px 55px rgba(7,42,54,.14); overflow: hidden; }
.cf-quick button { position: relative; display: grid; grid-template-columns: 38px 1fr 24px; grid-template-rows: auto auto; align-items: center; gap: 3px 12px; min-height: 126px; padding: 25px 24px; background: #fff; border: 0; border-right: 1px solid var(--cf-line); text-align: left; transition: background .22s ease, color .22s ease; }
.cf-quick button:last-child { border-right: 0; }
.cf-quick button:hover { background: var(--cf-navy); color: #fff; }
.cf-quick button > span { grid-row: 1 / span 2; align-self: start; color: var(--cf-green-soft); font-size: .69rem; font-weight: 850; }
.cf-quick button strong { font-size: .98rem; }
.cf-quick button small { color: var(--cf-muted); font-size: .7rem; }
.cf-quick button:hover small { color: rgba(255,255,255,.68); }
.cf-quick button b { grid-column: 3; grid-row: 1 / span 2; font-size: 1.15rem; }

.cf-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.cf-heading h2 { margin: 0; color: var(--cf-ink); font-size: clamp(2.45rem, 4.6vw, 4.5rem); line-height: 1.02; letter-spacing: -.055em; }
.cf-heading > p { max-width: 460px; margin: 0 0 5px; color: var(--cf-muted); font-size: 1rem; line-height: 1.75; }
.cf-text-link { display: inline-flex; align-items: center; gap: 16px; padding: 8px 0; background: transparent; border: 0; border-bottom: 1px solid currentColor; color: var(--cf-green); font-size: .82rem; font-weight: 820; }
.cf-text-link--light { color: #fff; }

.cf-programs { padding-top: clamp(110px, 12vw, 170px); background: #fff; }
.cf-program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.cf-program { border: 1px solid var(--cf-line); border-radius: 19px; background: #fff; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.cf-program:hover { transform: translateY(-7px); box-shadow: 0 22px 46px rgba(9,43,57,.1); }
.cf-program__image { position: relative; display: block; width: 100%; height: 255px; padding: 0; background: var(--cf-sand); border: 0; overflow: hidden; }
.cf-program__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.cf-program:hover img { transform: scale(1.045); }
.cf-program__image span { position: absolute; top: 17px; left: 17px; display: grid; width: 40px; height: 40px; background: var(--cf-lime); border-radius: 50%; color: var(--cf-navy); font-size: .7rem; font-weight: 850; place-items: center; }
.cf-program > div { padding: 29px 29px 32px; }
.cf-program > div > p { margin: 0 0 12px; color: var(--cf-green); font-size: .69rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.cf-program h3 { min-height: 60px; margin: 0 0 13px; color: var(--cf-ink); font-size: 1.55rem; line-height: 1.15; }
.cf-program > div > span { display: block; min-height: 76px; color: var(--cf-muted); font-size: .9rem; line-height: 1.65; }
.cf-program > div > button { display: flex; align-items: center; gap: 12px; margin-top: 18px; padding: 0; background: transparent; border: 0; color: var(--cf-green); font-size: .78rem; font-weight: 820; }

.cf-about { background: var(--cf-navy); color: #fff; }
.cf-about__grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.cf-about__visual { position: relative; }
.cf-about__visual > img { width: 100%; min-height: 450px; object-fit: cover; border-radius: 24px 90px 24px 24px; }
.cf-about__badge { position: absolute; right: -34px; bottom: -34px; display: grid; width: 145px; height: 145px; padding: 20px; background: var(--cf-lime); border: 8px solid var(--cf-navy); border-radius: 50%; color: var(--cf-navy); place-content: center; text-align: center; }
.cf-about__badge strong { font-family: Georgia, serif; font-size: 1.3rem; }
.cf-about__badge small { margin-top: 5px; font-size: .62rem; font-weight: 750; }
.cf-about__copy h2 { margin: 0 0 25px; color: #fff; font-size: clamp(2.5rem, 4.4vw, 4.25rem); line-height: 1.03; letter-spacing: -.055em; }
.cf-about__lead { margin: 0 0 20px; color: #fff; font-size: 1.15rem; font-weight: 650; line-height: 1.65; }
.cf-about__copy > p:not(.cf-kicker):not(.cf-about__lead) { color: rgba(255,255,255,.68); line-height: 1.75; }
.cf-values { display: grid; gap: 0; margin: 32px 0; border-top: 1px solid rgba(255,255,255,.18); }
.cf-values span { display: flex; align-items: center; gap: 20px; min-height: 54px; border-bottom: 1px solid rgba(255,255,255,.18); font-size: .83rem; font-weight: 700; }
.cf-values b { color: var(--cf-lime); font-size: .65rem; }

.cf-projects { background: var(--cf-cream); }
.cf-project-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, 300px); gap: 18px; }
.cf-project { position: relative; padding: 0; background: var(--cf-navy); border: 0; border-radius: 18px; color: #fff; overflow: hidden; text-align: left; }
.cf-project--large { grid-row: 1 / span 2; }
.cf-project > img,
.cf-project__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.cf-project > img { object-fit: cover; transition: transform .65s ease; }
.cf-project__shade { background: linear-gradient(0deg, rgba(4,28,39,.95), rgba(4,28,39,.12) 72%); }
.cf-project:hover > img { transform: scale(1.055); }
.cf-project__body { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: block; padding: 26px; }
.cf-project__body,
.cf-project__body small,
.cf-project__body strong,
.cf-project__body p,
.cf-project__body b { color: #fff; }
.cf-project__body small { display: block; margin-bottom: 9px; font-size: .64rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.cf-project__body strong { display: block; font-size: clamp(1.5rem, 2.6vw, 2.6rem); line-height: 1; }
.cf-project__body p { max-width: 580px; margin: 13px 0 17px; color: #fff; font-size: .86rem; line-height: 1.55; }
.cf-project:not(.cf-project--large) .cf-project__body p { display: none; }
.cf-project__body b { font-size: .71rem; }

.cf-german { padding: clamp(80px, 9vw, 125px) 0; background: var(--cf-lime); }
.cf-german__grid { display: grid; grid-template-columns: 1fr .84fr; align-items: center; gap: 90px; }
.cf-german h2 { margin: 0 0 22px; font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.06em; }
.cf-german p:not(.cf-kicker) { max-width: 650px; color: #375047; font-size: 1.03rem; line-height: 1.7; }
.cf-german__grid > div > div { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.classic-final-site .cf-german .cf-button--navy { color: #fff; }
.cf-german aside { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; min-height: 310px; }
.cf-german aside::before { position: absolute; right: 8%; left: 8%; top: 46%; height: 2px; background: rgba(9,43,57,.23); content: ""; }
.cf-german aside span { position: relative; z-index: 2; display: grid; width: clamp(62px, 7vw, 82px); height: clamp(62px, 7vw, 82px); background: var(--cf-navy); border: 7px solid var(--cf-lime); border-radius: 50%; color: #fff; font-size: 1.1rem; font-weight: 850; place-items: center; }
.cf-german aside strong { position: absolute; right: 0; bottom: 18px; font-family: Georgia, serif; font-size: 1.1rem; text-align: right; }

.cf-news { padding-block: clamp(72px, 7vw, 104px); background: #fff; }
.cf-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cf-news-grid article { display: flex; min-width: 0; background: #fff; border: 1px solid var(--cf-line); border-radius: 18px; overflow: hidden; flex-direction: column; }
.cf-news-grid article > img,
.cf-news-grid article > a:first-child { width: 100%; height: 200px; flex: 0 0 200px; }
.cf-news-grid article > a:first-child { display: block; overflow: hidden; }
.cf-news-grid article > img,
.cf-news-grid article > a:first-child img { width: 100%; height: 100%; min-height: 0; object-fit: cover; transition: transform .45s ease; }
.cf-news-grid article > img { min-height: 0; flex: 0 0 200px; }
.cf-news-grid article > a:first-child:hover img { transform: scale(1.035); }
.cf-news-grid article > div { display: flex; padding: 23px; flex: 1; flex-direction: column; }
.cf-news-grid time { color: var(--cf-green); font-size: .67rem; font-weight: 820; letter-spacing: .07em; text-transform: uppercase; }
.cf-news-grid h3 { min-height: 57px; margin: 10px 0; font-size: 1.3rem; line-height: 1.17; }
.cf-news-grid p { min-height: 82px; margin: 0; color: var(--cf-muted); font-size: .86rem; line-height: 1.6; }
.cf-news-grid button { margin-top: 17px; padding: 0; background: transparent; border: 0; color: var(--cf-green); font-size: .75rem; font-weight: 820; }

.cf-donation { position: relative; padding: clamp(82px, 9vw, 126px) 0; background: linear-gradient(115deg, var(--cf-navy-deep), var(--cf-green)); color: rgba(255,255,255,.78); overflow: hidden; }
.cf-donation::after { position: absolute; top: -170px; right: -110px; width: 430px; height: 430px; border: 1px solid rgba(199,230,124,.22); border-radius: 50%; box-shadow: 0 0 0 48px rgba(199,230,124,.035), 0 0 0 96px rgba(199,230,124,.025); content: ""; }
.cf-donation__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .88fr; align-items: center; gap: clamp(45px, 8vw, 110px); }
.cf-donation h2 { margin: 0 0 22px; color: #fff; font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.06em; }
.cf-donation__grid > div:first-child > p:last-child { max-width: 650px; margin: 0; font-size: 1.02rem; line-height: 1.7; }
.cf-donation__account { display: grid; gap: 9px; padding: clamp(28px, 4vw, 46px); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.2); border-radius: 18px; box-shadow: 0 24px 65px rgba(4,28,39,.18); backdrop-filter: blur(8px); }
.cf-donation__account span { color: var(--cf-lime); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.cf-donation__account strong { color: #fff; font-size: clamp(1.05rem, 2vw, 1.45rem); letter-spacing: .015em; line-height: 1.35; overflow-wrap: anywhere; }
.cf-donation__account small { color: rgba(255,255,255,.66); font-size: .74rem; line-height: 1.5; }

.cf-partners { padding: 76px 0; background: var(--cf-cream); border-top: 1px solid var(--cf-line); }
.cf-partners header { margin-bottom: 34px; text-align: center; }
.cf-partners h2 { margin: 0; font-size: 2rem; }
.cf-partners .cf-wrap > div { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.cf-partners .cf-wrap > div span { display: grid; min-height: 108px; padding: 15px; background: #fff; border: 1px solid var(--cf-line); border-radius: 12px; place-items: center; }
.cf-partners img { max-width: 145px; max-height: 67px; object-fit: contain; filter: saturate(.65); }

.cf-contact-teaser { position: relative; min-height: 550px; background: var(--cf-navy); color: #fff; }
.cf-contact-teaser > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cf-contact-teaser::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,28,39,.96), rgba(4,28,39,.83) 48%, rgba(4,28,39,.22)); content: ""; }
.cf-contact-teaser .cf-wrap { position: relative; z-index: 2; display: flex; align-items: center; min-height: 550px; }
.cf-contact-teaser .cf-wrap > div { max-width: 710px; }
.cf-contact-teaser h2 { margin: 0 0 22px; color: #fff; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.055em; }
.cf-contact-teaser p:not(.cf-kicker) { margin: 0 0 28px; color: rgba(255,255,255,.76); line-height: 1.7; }

.cf-pagehero { position: relative; display: flex; min-height: 480px; background: var(--cf-navy); color: #fff; overflow: hidden; }
.cf-pagehero > img,
.cf-pagehero > span { position: absolute; inset: 0; width: 100%; height: 100%; }
.cf-pagehero > img { object-fit: cover; }
.cf-pagehero > span { background: linear-gradient(90deg, rgba(4,28,39,.96), rgba(4,28,39,.77) 50%, rgba(4,28,39,.18)); }
.cf-pagehero .cf-wrap { position: relative; z-index: 2; align-self: flex-end; padding-block: 76px; }
.cf-pagehero h1 { max-width: 900px; margin: 0 0 18px; color: #fff; font-size: clamp(3rem, 6vw, 5.6rem); line-height: .97; letter-spacing: -.06em; }
.cf-pagehero .cf-wrap > p:last-child { max-width: 720px; margin: 0; color: rgba(255,255,255,.76); font-size: 1.08rem; line-height: 1.65; }
.cf-inner-section { padding: clamp(80px, 9vw, 130px) 0; }
.cf-inner-grid { display: grid; grid-template-columns: 235px 1fr; gap: clamp(55px, 8vw, 105px); }
.cf-inner-grid > aside { align-self: start; position: sticky; top: 150px; display: flex; flex-direction: column; gap: 13px; padding: 24px; background: var(--cf-cream); border-left: 4px solid var(--cf-lime); border-radius: 0 12px 12px 0; }
.cf-inner-grid > aside > span { margin-bottom: 6px; color: var(--cf-green); font-size: .67rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.cf-inner-grid > aside a { color: var(--cf-muted); font-size: .78rem; font-weight: 700; text-decoration: none; }
.cf-inner-grid > aside strong { font-size: .78rem; }
.cf-inner-grid > aside button { margin-top: 8px; padding: 12px; background: var(--cf-navy); border: 0; border-radius: 8px; color: #fff; font-size: .72rem; font-weight: 800; }
.cf-inner-grid > article { max-width: 820px; }
.cf-inner-lead { margin: 0 0 64px; color: var(--cf-ink); font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.65rem); line-height: 1.32; }
.cf-inner-grid article h2 { margin: 68px 0 20px; font-size: clamp(2rem, 3.4vw, 3.25rem); line-height: 1.05; letter-spacing: -.045em; }
.cf-inner-grid article p { color: var(--cf-muted); font-size: .98rem; line-height: 1.82; }
.cf-inner-grid blockquote { margin: 55px 0; padding: 34px 38px; background: var(--cf-navy); border-radius: 12px; color: #fff; font-family: Georgia, serif; font-size: 1.7rem; line-height: 1.35; }
.cf-principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 35px; }
.cf-principles span { display: grid; min-height: 150px; padding: 22px; background: var(--cf-cream); border-radius: 12px; }
.cf-principles b { color: var(--cf-green); font-size: .68rem; }
.cf-principles strong { align-self: end; font-size: 1.18rem; }
.cf-principles small { color: var(--cf-muted); font-size: .72rem; }
.cf-info-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 32px 0; }
.cf-info-cards span { min-height: 120px; padding: 22px; background: var(--cf-cream); border: 1px solid var(--cf-line); border-radius: 12px; }
.cf-info-cards small,
.cf-info-cards strong { display: block; }
.cf-info-cards small { margin-bottom: 10px; color: var(--cf-green); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.cf-info-cards strong { font-size: 1.05rem; }
.cf-level-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 32px 0; }
.cf-level-grid span { display: grid; min-height: 165px; padding: 20px; background: var(--cf-navy); border-radius: 12px; color: #fff; }
.cf-level-grid b { color: var(--cf-lime); font-size: 1.7rem; }
.cf-level-grid strong { align-self: end; font-size: .9rem; }
.cf-level-grid small { color: rgba(255,255,255,.6); font-size: .68rem; }
.cf-callout { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 48px; padding: 30px; background: var(--cf-lime); border-radius: 14px; }
.cf-callout span { color: var(--cf-green); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.cf-callout h3 { max-width: 490px; margin: 7px 0 0; font-size: 1.35rem; }
.cf-callout button { flex: 0 0 auto; padding: 13px 17px; background: var(--cf-navy); border: 0; border-radius: 9px; color: #fff; font-size: .72rem; font-weight: 800; }
.cf-kll-list { margin: 30px 0; border-top: 1px solid var(--cf-line); }
.cf-kll-list span { display: grid; grid-template-columns: 42px 1fr 1.1fr; align-items: center; gap: 16px; min-height: 82px; border-bottom: 1px solid var(--cf-line); }
.cf-kll-list b { color: var(--cf-green-soft); font-size: .67rem; }
.cf-kll-list strong { font-size: .92rem; }
.cf-kll-list small { color: var(--cf-muted); font-size: .76rem; line-height: 1.5; }

.cf-project-list { padding: clamp(80px, 9vw, 130px) 0; background: var(--cf-cream); }
.cf-project-list article { display: grid; grid-template-columns: 54px minmax(250px, .8fr) 1fr; align-items: center; gap: 36px; padding: 34px 0; border-bottom: 1px solid var(--cf-line); }
.cf-project-list article:first-child { padding-top: 0; }
.cf-project-list article > span { align-self: start; color: var(--cf-green); font-size: .7rem; font-weight: 850; }
.cf-project-list article > img { width: 100%; height: 260px; object-fit: cover; border-radius: 14px; }
.cf-project-list small { color: var(--cf-green); font-size: .66rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.cf-project-list h2 { margin: 10px 0 12px; font-size: clamp(2rem, 3.6vw, 3.5rem); line-height: 1; }
.cf-project-list p { color: var(--cf-muted); line-height: 1.7; }

.cf-contact-page { padding: clamp(80px, 9vw, 125px) 0; background: var(--cf-cream); }
.cf-contact-page__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 120px); }
.cf-contact-page h2 { margin: 0 0 30px; font-size: clamp(2.2rem, 4vw, 3.9rem); line-height: 1; }
.cf-contact-page address { margin-bottom: 22px; font-size: 1.15rem; font-style: normal; line-height: 1.65; }
.cf-contact-page__grid > div > a { display: block; margin: 8px 0; color: var(--cf-green); font-weight: 760; text-decoration: none; }
.cf-contact-page__grid > div > p:not(.cf-kicker) { margin-top: 30px; color: var(--cf-muted); line-height: 1.7; }
.cf-map { margin-top: 22px !important; text-decoration: underline !important; }
.cf-contact-page form { display: grid; gap: 16px; padding: clamp(27px, 4vw, 46px); background: #fff; border-radius: 18px; box-shadow: 0 20px 50px rgba(9,43,57,.08); }
.cf-contact-page form label { display: grid; gap: 7px; color: var(--cf-ink); font-size: .75rem; font-weight: 760; }
.cf-contact-page input,
.cf-contact-page textarea { width: 100%; padding: 13px 14px; background: var(--cf-cream); border: 1px solid var(--cf-line); border-radius: 8px; color: var(--cf-ink); }
.cf-contact-page form small { color: var(--cf-muted); font-size: .66rem; line-height: 1.5; }

.cf-learning__body { padding: clamp(75px, 8vw, 115px) 0; background: var(--cf-cream); }
.cf-learning__body header { margin-bottom: 35px; }
.cf-learning__body header h2 { margin: 0 0 25px; font-size: clamp(2rem, 4vw, 3.8rem); }
.cf-learning__body header > div { display: flex; flex-wrap: wrap; gap: 9px; }
.cf-learning__body header button { min-width: 70px; padding: 11px 15px; background: #fff; border: 1px solid var(--cf-line); border-radius: 999px; font-weight: 800; }
.cf-learning__body header button.is-active { background: var(--cf-navy); border-color: var(--cf-navy); color: #fff; }
.cf-quiz-card { max-width: 860px; padding: clamp(28px, 5vw, 55px); background: #fff; border-radius: 18px; box-shadow: 0 20px 50px rgba(9,43,57,.09); }
.cf-demo-note { margin-bottom: 24px; padding: 12px 15px; background: #eef3e5; border-left: 4px solid var(--cf-green-soft); border-radius: 4px; color: #4b6258; font-size: .7rem; line-height: 1.5; }
.cf-quiz-card__top { display: flex; justify-content: space-between; gap: 20px; color: var(--cf-green); font-size: .7rem; font-weight: 820; text-transform: uppercase; }
.cf-quiz-card > i { display: block; height: 5px; margin: 16px 0 35px; background: var(--cf-line); border-radius: 999px; }
.cf-quiz-card > i b { display: block; width: 10%; height: 100%; background: var(--cf-green); border-radius: inherit; }
.cf-quiz-card h3 { margin: 0 0 15px; font-size: 1.8rem; }
.cf-quiz-card > p { color: var(--cf-muted); line-height: 1.75; }
.cf-quiz-card fieldset { display: grid; gap: 10px; margin: 30px 0; padding: 0; border: 0; }
.cf-quiz-card legend { margin-bottom: 13px; font-weight: 800; }
.cf-quiz-card fieldset label { display: flex; align-items: center; gap: 12px; padding: 15px; background: var(--cf-cream); border: 1px solid var(--cf-line); border-radius: 9px; cursor: pointer; }

.cf-portal-page { min-height: 700px; background: var(--cf-cream); color: var(--cf-ink); }
.cf-portal-intro { padding: clamp(58px, 7vw, 92px) 0; background: linear-gradient(120deg, var(--cf-navy-deep), var(--cf-green)); color: #fff; }
.cf-portal-intro__grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: clamp(45px, 8vw, 110px); }
.cf-portal-page h1 { margin: 0 0 18px; color: #fff; font-size: clamp(3.2rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.06em; }
.cf-portal-intro__grid > div > p:not(.cf-kicker) { max-width: 700px; margin: 0; color: rgba(255,255,255,.72); font-size: 1.04rem; line-height: 1.7; }
.cf-portal-intro ul { display: grid; grid-template-columns: 1fr; gap: 10px; margin: 0; padding: 0; list-style: none; }
.cf-portal-intro li { padding: 13px 16px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; color: rgba(255,255,255,.84); }
.cf-portal-intro li::before { margin-right: 10px; color: var(--cf-lime); content: "✓"; }
.cf-portal-workspace { padding: clamp(38px, 5vw, 72px) 0 clamp(70px, 8vw, 115px); background: var(--cf-cream); }
.cf-portal-content { width: 100%; max-width: none; margin: 0; padding: clamp(14px, 2vw, 24px); background: #fff; border: 1px solid var(--cf-line); border-radius: 22px; color: var(--cf-ink); box-shadow: 0 24px 65px rgba(9,43,57,.1); }
.cf-portal-content .ppv2-wrap { width: 100%; max-width: none; margin: 0; }
.cf-portal-content .ppv2-shell { grid-template-columns: minmax(220px, 250px) minmax(0, 1fr); width: 100%; }
.cf-portal-content .ppv2-side { min-height: 620px; background: var(--cf-navy-deep); }
.cf-portal-content .ppv2-main { min-width: 0; background: var(--cf-cream); }
.cf-portal-content .ppv2-nav:hover,
.cf-portal-content .ppv2-nav.active { background: var(--cf-green); }
.cf-portal-content .ppv2-primary { background: var(--cf-green); border-color: var(--cf-green); }
.cf-portal-content .ppv2-login-card { width: min(520px, 100%); max-width: none; margin: 20px auto; }
.cf-portal-content .ppv2-login-card form { display: grid; gap: 13px; }

.cf-footer { background: var(--cf-navy-deep); color: #fff; }
.cf-footer__top { display: grid; grid-template-columns: 1.45fr 1fr .9fr .9fr; gap: 58px; padding-block: 72px; }
.cf-footer__top > div:first-child img { width: 135px; height: 90px; object-fit: contain; }
.cf-footer__top > div:first-child p { max-width: 300px; color: rgba(255,255,255,.62); line-height: 1.6; }
.cf-footer__top > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.cf-footer__top > div:not(:first-child) > span { margin-bottom: 10px; color: var(--cf-lime); font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.cf-footer__top a,
.cf-footer__top button,
.cf-footer__top p { margin: 0; padding: 0; background: transparent; border: 0; color: rgba(255,255,255,.72); font-size: .77rem; line-height: 1.7; text-align: left; text-decoration: none; }
.cf-footer__bottom { background: #041821; }
.cf-footer__bottom .cf-wrap { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px; color: rgba(255,255,255,.46); font-size: .66rem; }

@media (max-width: 1080px) {
	.cf-navwrap { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 20px 24px 28px; background: var(--cf-navy); border-top: 1px solid rgba(255,255,255,.12); }
	.cf-navwrap.is-open { display: block; }
	.cf-nav { align-items: stretch; flex-direction: column; gap: 1px; }
	.cf-nav button { width: 100%; padding: 12px; border-bottom: 1px solid rgba(255,255,255,.1); text-align: left; }
	.cf-header-actions { margin-top: 15px; }
	.cf-menu { display: block; }
	.cf-quick__grid { grid-template-columns: repeat(2, 1fr); }
	.cf-quick button:nth-child(2) { border-right: 0; }
	.cf-quick button:nth-child(-n+2) { border-bottom: 1px solid var(--cf-line); }
	.cf-german__grid { grid-template-columns: 1fr; gap: 35px; }
	.cf-german aside { max-width: 650px; min-height: 220px; }
	.cf-footer__top { grid-template-columns: 1.4fr 1fr 1fr; }
	.cf-footer__top > div:last-child { grid-column: 2; }
}

@media (max-width: 780px) {
	.cf-wrap { width: min(100% - 36px, var(--cf-wrap)); }
	.cf-utility p,
	.cf-utility__inner > div a { display: none; }
	.cf-utility__inner { justify-content: center; }
	.cf-utility__inner > div { font-size: .65rem; }
	.cf-mainbar__inner { min-height: 75px; }
	.cf-logo { width: 100px; height: 62px; }
	.cf-hero { min-height: 690px; }
	.cf-hero__image { object-position: 62% center; }
	.cf-hero__shade { background: linear-gradient(90deg, rgba(4,28,39,.93), rgba(4,28,39,.63)), linear-gradient(0deg, rgba(4,28,39,.77), transparent); }
	.cf-hero__inner { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 75px 100px; }
	.cf-hero__note { position: absolute; right: 0; bottom: 55px; width: 148px; min-height: 148px; padding: 18px 10px; }
	.cf-hero__note strong { font-size: .88rem; }
	.cf-hero__word { font-size: .72em; }
	.cf-hero__sub { display: none; }
	.cf-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
	.cf-heading > p { max-width: 620px; }
	.cf-program-grid,
	.cf-news-grid { grid-template-columns: 1fr; }
	.cf-program { display: grid; grid-template-columns: .82fr 1.18fr; }
	.cf-program__image { height: 100%; min-height: 290px; }
	.cf-about__grid { grid-template-columns: 1fr; }
	.cf-about__badge { right: 12px; }
	.cf-project-grid { grid-template-columns: 1fr; grid-template-rows: 440px 300px 300px; }
	.cf-project--large { grid-row: auto; }
	.cf-project:not(.cf-project--large) .cf-project__body p { display: block; }
	.cf-partners .cf-wrap > div { grid-template-columns: repeat(3, 1fr); }
	.cf-inner-grid { grid-template-columns: 1fr; }
	.cf-inner-grid > aside { position: static; }
	.cf-level-grid { grid-template-columns: repeat(2, 1fr); }
	.cf-project-list article { grid-template-columns: 38px 1fr; }
	.cf-project-list article > img { grid-column: 2; height: 300px; }
	.cf-project-list article > div { grid-column: 2; }
	.cf-contact-page__grid,
	.cf-portal-intro__grid,
	.cf-donation__grid { grid-template-columns: 1fr; }
	.cf-portal-content .ppv2-shell { grid-template-columns: 1fr; }
	.cf-portal-content .ppv2-side { min-height: auto; }
	.cf-footer__top { grid-template-columns: repeat(2, 1fr); }
	.cf-footer__top > div:last-child { grid-column: auto; }
}

@media (max-width: 520px) {
	.cf-wrap { width: min(100% - 28px, var(--cf-wrap)); }
	.cf-section { padding-block: 76px; }
	.cf-hero { min-height: 720px; }
	.cf-hero h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
	.cf-hero__copy > div { align-items: stretch; flex-direction: column; }
	.cf-hero__note { display: none; }
	.cf-quick { margin-top: -26px; }
	.cf-quick__grid { grid-template-columns: 1fr; }
	.cf-quick button { min-height: 105px; border-right: 0; border-bottom: 1px solid var(--cf-line); }
	.cf-program { display: block; }
	.cf-program__image { height: 245px; min-height: 0; }
	.cf-project-grid { grid-template-rows: repeat(3, 390px); }
	.cf-german__grid > div > div { align-items: flex-start; flex-direction: column; }
	.cf-german aside { grid-template-columns: repeat(2, 1fr); gap: 16px; min-height: auto; }
	.cf-german aside::before,
	.cf-german aside strong { display: none; }
	.cf-german aside span { width: 76px; height: 76px; }
	.cf-partners .cf-wrap > div { grid-template-columns: repeat(2, 1fr); }
	.cf-pagehero { min-height: 470px; }
	.cf-pagehero h1 { font-size: 3.2rem; }
	.cf-principles,
	.cf-info-cards { grid-template-columns: 1fr; }
	.cf-level-grid { grid-template-columns: 1fr; }
	.cf-level-grid span { min-height: 130px; }
	.cf-callout { align-items: flex-start; flex-direction: column; }
	.cf-kll-list span { grid-template-columns: 34px 1fr; padding-block: 18px; }
	.cf-kll-list small { grid-column: 2; }
	.cf-project-list article { display: block; }
	.cf-project-list article > span { display: block; margin-bottom: 12px; }
	.cf-project-list article > img { height: 240px; }
	.cf-project-list article > div { margin-top: 22px; }
	.cf-contact-page form { padding: 24px 18px; }
	.cf-quiz-card__top { flex-direction: column; gap: 5px; }
	.cf-portal-page form > div:not(.cf-demo-note) { align-items: flex-start; flex-direction: column; }
	.cf-footer__top { grid-template-columns: 1fr; gap: 35px; }
	.cf-footer__bottom .cf-wrap { align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
	.classic-final-site *,
	.classic-final-site *::before,
	.classic-final-site *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* WordPress integration */
html { scroll-behavior: smooth; }
body.classic-final-site { margin: 0; }
body.admin-bar .cf-header { top: 32px; }
.classic-final-site .screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; border: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.classic-final-site .screen-reader-text:focus { z-index: 9999; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px; background: #fff; color: #092b39; clip: auto; }
.classic-final-site :focus-visible { outline: 3px solid #c7e67c; outline-offset: 3px; }

.cf-nav-menu { display: flex; align-items: center; gap: clamp(10px, 1.6vw, 24px); margin: 0; padding: 0; list-style: none; }
.cf-nav-menu li { position: relative; }
.cf-nav-menu a { position: relative; display: block; padding: 12px 0; color: rgba(255,255,255,.84); font-size: .77rem; font-weight: 720; text-decoration: none; }
.cf-nav-menu > li > a::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; background: var(--cf-lime); content: ""; transform: scaleX(0); transition: transform .22s ease; }
.cf-nav-menu > li:hover > a::after,
.cf-nav-menu > .current-menu-item > a::after,
.cf-nav-menu > .current-menu-ancestor > a::after { transform: scaleX(1); }
.cf-nav-menu .sub-menu { position: absolute; top: 100%; left: -18px; display: none; min-width: 220px; margin: 0; padding: 12px; background: #092b39; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; box-shadow: 0 16px 35px rgba(0,0,0,.2); list-style: none; }
.cf-nav-menu li:hover > .sub-menu,
.cf-nav-menu li:focus-within > .sub-menu { display: block; }
.cf-nav-menu .sub-menu a { padding: 9px 10px; border-radius: 6px; }
.cf-nav-menu .sub-menu a:hover { background: rgba(255,255,255,.08); }

.cf-quick__grid > a { position: relative; display: grid; grid-template-columns: 38px 1fr 24px; grid-template-rows: auto auto; align-items: center; gap: 3px 12px; min-height: 126px; padding: 25px 24px; background: #fff; border-right: 1px solid var(--cf-line); color: var(--cf-ink); text-align: left; text-decoration: none; transition: background .22s ease, color .22s ease; }
.cf-quick__grid > a:last-child { border-right: 0; }
.cf-quick__grid > a:hover { background: var(--cf-navy); color: #fff; }
.cf-quick__grid > a > span { grid-row: 1 / span 2; align-self: start; color: var(--cf-green-soft); font-size: .69rem; font-weight: 850; }
.cf-quick__grid > a strong { font-size: .98rem; }
.cf-quick__grid > a small { color: var(--cf-muted); font-size: .7rem; }
.cf-quick__grid > a:hover small { color: rgba(255,255,255,.68); }
.cf-quick__grid > a b { grid-column: 3; grid-row: 1 / span 2; font-size: 1.15rem; }

.cf-program > div > a { display: flex; align-items: center; gap: 12px; margin-top: 18px; padding: 0; color: var(--cf-green); font-size: .78rem; font-weight: 820; text-decoration: none; }
.cf-program__image { text-decoration: none; }
.cf-project { display: block; text-decoration: none; }
.cf-news-grid h3 a { color: inherit; text-decoration: none; }
.cf-news-grid article > div > a { display: inline-block; margin-top: 17px; color: var(--cf-green); font-size: .75rem; font-weight: 820; text-decoration: none; }
.cf-footer__bottom a { color: inherit; text-decoration: none; }

.cf-wp-content { padding: clamp(70px, 8vw, 115px) 0; background: #fff; }
.cf-wp-content .entry-content { width: min(820px, 100%); margin-inline: auto; color: var(--cf-ink); }
.cf-wp-content .entry-content > *:first-child { margin-top: 0; }
.cf-wp-content .entry-content > *:last-child { margin-bottom: 0; }
.cf-wp-content .entry-content :where(h2, h3, h4) { margin: 1.7em 0 .55em; color: var(--cf-ink); line-height: 1.12; letter-spacing: -.035em; }
.cf-wp-content .entry-content h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.cf-wp-content .entry-content h3 { font-size: clamp(1.45rem, 2.4vw, 2.15rem); }
.cf-wp-content .entry-content :where(p, li) { color: var(--cf-muted); font-size: 1rem; line-height: 1.82; }
.cf-wp-content .entry-content a { color: var(--cf-green); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.cf-wp-content .entry-content img { height: auto; border-radius: 12px; }
.cf-wp-content .entry-content .gallery { display: grid; gap: 16px; width: min(1100px, calc(100vw - 48px)); max-width: none; margin: 42px 50%; transform: translateX(-50%); }
.cf-wp-content .entry-content .gallery-columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cf-wp-content .entry-content .gallery-columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cf-wp-content .entry-content .gallery-columns-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cf-wp-content .entry-content .gallery-item { min-width: 0; margin: 0; }
.cf-wp-content .entry-content .gallery-icon,
.cf-wp-content .entry-content .gallery-icon a { display: block; height: 100%; }
.cf-wp-content .entry-content .gallery img { width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; border: 0; border-radius: 12px; transition: transform .35s ease, box-shadow .35s ease; }
.cf-wp-content .entry-content .gallery a { display: block; overflow: hidden; border-radius: 12px; }
.cf-wp-content .entry-content .gallery a:hover img { transform: scale(1.035); box-shadow: 0 16px 35px rgba(9,43,57,.14); }
.cf-wp-content .entry-content .gallery-caption { margin: 8px 4px 0; color: var(--cf-muted); font-size: .72rem; line-height: 1.45; }
.cf-wp-content .entry-content blockquote { margin: 45px 0; padding: 30px 34px; background: var(--cf-navy); border-radius: 12px; color: #fff; }
.cf-wp-content .entry-content blockquote p { color: #fff; font-family: Georgia, serif; font-size: 1.4rem; }
.cf-wp-content .entry-content :where(.alignwide) { width: min(1100px, calc(100vw - 48px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.cf-wp-content .entry-content :where(.alignfull) { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.cf-wp-content .entry-content table { width: 100%; border-collapse: collapse; }
.cf-wp-content .entry-content :where(th, td) { padding: 12px; border: 1px solid var(--cf-line); text-align: left; }
.cf-wp-content .entry-content th { background: var(--cf-cream); }
.cf-post-nav { width: min(820px, 100%); margin: 55px auto 0; }
.cf-post-nav .nav-links { display: flex; justify-content: space-between; gap: 20px; }
.cf-post-nav a { color: var(--cf-green); font-weight: 750; text-decoration: none; }
.cf-wp-archive { background: var(--cf-cream); }
.cf-wp-archive .navigation.pagination { margin-top: 45px; }
.cf-wp-archive .nav-links { display: flex; gap: 8px; }
.cf-wp-archive .page-numbers { display: grid; min-width: 40px; height: 40px; padding: 8px; background: #fff; border: 1px solid var(--cf-line); border-radius: 8px; color: var(--cf-green); place-items: center; text-decoration: none; }
.cf-wp-archive .page-numbers.current { background: var(--cf-navy); color: #fff; }
.cf-simple { min-height: 65vh; padding: clamp(100px, 14vw, 180px) 0; background: var(--cf-cream); }
.cf-simple h1 { max-width: 850px; margin: 0 0 18px; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.06em; }
.cf-simple p { margin-bottom: 30px; color: var(--cf-muted); }

.cf-portal-content :where(input[type="text"], input[type="email"], input[type="password"], input[type="date"], select, textarea) { width: 100%; padding: 13px 14px; background: var(--cf-cream); border: 1px solid var(--cf-line); border-radius: 8px; }
.cf-portal-content :where(button, input[type="submit"], .button) { min-height: 46px; padding: 11px 16px; background: var(--cf-navy); border: 0; border-radius: 8px; color: #fff; font-weight: 750; }
.cf-learning-content { padding: clamp(28px, 4vw, 50px); background: #fff; border: 1px solid var(--cf-line); border-radius: 18px; box-shadow: 0 20px 50px rgba(9,43,57,.08); }

/* Distinct inner-page identities while preserving the editor-managed content. */
.cf-content-page--ueber-uns .cf-pagehero .cf-wrap { text-align: center; }
.cf-content-page--ueber-uns .cf-pagehero h1,
.cf-content-page--ueber-uns .cf-pagehero p { margin-inline: auto; }
.cf-content-page--ueber-uns .cf-wp-content { background: var(--cf-cream); }
.cf-content-page--kll .cf-pagehero > span { background: linear-gradient(90deg, rgba(4,28,39,.9), rgba(30,100,68,.48)); }
.cf-content-page--kll .cf-wp-content { background: #eef3e5; }
.cf-content-page--kontakt .cf-pagehero { min-height: 430px; }
.cf-content-page--kontakt .cf-wp-content .entry-content,
.cf-content-page--vergangene-projekte .cf-wp-content .entry-content { width: min(1100px, 100%); }
.cf-content-page--vergangene-projekte .cf-wp-content { background: var(--cf-cream); }

.cf-project-detail { background: #fff; color: var(--cf-ink); }
.cf-projecthero { padding: clamp(70px, 9vw, 128px) 0; background: linear-gradient(135deg, #eef3e5 0 58%, #dce8cf 58%); overflow: hidden; }
.cf-projecthero__grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr); align-items: center; gap: clamp(45px, 8vw, 110px); }
.cf-projecthero h1 { max-width: 720px; margin: 14px 0 24px; font-size: clamp(3rem, 5.7vw, 6rem); line-height: .94; letter-spacing: -.065em; }
.cf-projecthero__grid > div > p:last-child { max-width: 620px; color: var(--cf-muted); font-size: 1.05rem; line-height: 1.75; }
.cf-projecthero figure { position: relative; margin: 0; }
.cf-projecthero figure::before { position: absolute; z-index: 0; top: -35px; right: -35px; width: 150px; height: 150px; border: 24px solid var(--cf-lime); border-radius: 50%; content: ""; opacity: .78; }
.cf-projecthero figure::after { position: absolute; z-index: 2; bottom: 45px; left: -26px; width: 58px; height: 58px; background: var(--cf-green); border-radius: 50%; content: ""; }
.cf-projecthero figure img { position: relative; z-index: 1; width: 100%; height: clamp(380px, 45vw, 610px); border-radius: 48% 18px 18px 18px; object-fit: cover; box-shadow: 0 30px 70px rgba(9,43,57,.18); }
.cf-projecthero figcaption { position: absolute; z-index: 3; right: 18px; bottom: 18px; padding: 10px 14px; background: rgba(4,28,39,.88); border-radius: 8px; color: #fff; font-size: .65rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.cf-project-detail__content .entry-content { width: min(1100px, 100%); }

/* Quiz Maker compatibility: visual integration only; plugin behavior is untouched. */
.classic-final-site :where(.ays-quiz-container, .ays_quiz_container, [id^="ays-quiz-container"]) { max-width: 900px !important; margin-inline: auto !important; font-family: inherit !important; }
.classic-final-site :where(.ays-quiz-container, .ays_quiz_container) :where(.ays-quiz-wrap, .step) { border-radius: 14px !important; box-shadow: none !important; }
.classic-final-site :where(.ays-quiz-container, .ays_quiz_container) :where(input[type="button"], input[type="submit"], button) { min-height: 46px !important; padding: 11px 18px !important; background: var(--cf-navy) !important; border: 0 !important; border-radius: 8px !important; color: #fff !important; font-family: inherit !important; }
.classic-final-site :where(.ays-quiz-container, .ays_quiz_container) :where(.ays-progress, .ays_quiz_progress_bar) { accent-color: var(--cf-green); }

.classic-final-site :where(.wpcf7-form, form.wp-block-contact-form-7-contact-form-selector) :where(input:not([type="submit"]), textarea, select) { width: 100%; padding: 13px 14px; background: var(--cf-cream); border: 1px solid var(--cf-line); border-radius: 8px; }
.classic-final-site .wpcf7-submit { min-height: 48px; padding: 12px 20px; background: var(--cf-navy); border: 0; border-radius: 8px; color: #fff; font-weight: 780; }

@media (max-width: 1080px) {
	.cf-nav-menu { align-items: stretch; flex-direction: column; gap: 1px; }
	.cf-nav-menu a { width: 100%; padding: 12px; border-bottom: 1px solid rgba(255,255,255,.1); text-align: left; }
	.cf-nav-menu .sub-menu { position: static; display: block; margin-left: 16px; padding: 0; background: transparent; border: 0; box-shadow: none; }
	.cf-quick__grid > a:nth-child(2) { border-right: 0; }
	.cf-quick__grid > a:nth-child(-n+2) { border-bottom: 1px solid var(--cf-line); }
}

@media (max-width: 782px) {
	body.admin-bar .cf-header { top: 46px; }
	.cf-projecthero__grid { grid-template-columns: 1fr; }
	.cf-projecthero figure { max-width: 680px; }
	.cf-wp-content .entry-content .gallery-columns-3,
	.cf-wp-content .entry-content .gallery-columns-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
	.cf-quick__grid > a { min-height: 105px; border-right: 0; border-bottom: 1px solid var(--cf-line); }
	.cf-wp-content .entry-content :where(.alignwide, .alignfull) { width: calc(100vw - 28px); }
	.cf-wp-content .entry-content .gallery { width: calc(100vw - 28px); gap: 9px; }
	.cf-projecthero { padding-top: 58px; }
	.cf-projecthero figure img { height: 390px; border-radius: 38% 14px 14px 14px; }
	.cf-post-nav .nav-links { flex-direction: column; }
}

/* Phase 2: editorial system for the existing WordPress pages. */
.cf-breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; max-width: 900px; margin: 0 0 23px; color: rgba(255,255,255,.62); font-size: .68rem; font-weight: 720; }
.cf-breadcrumbs a { color: inherit; text-decoration: none; }
.cf-breadcrumbs a:hover { color: #fff; }
.cf-breadcrumbs > span:last-child { max-width: min(600px, 70vw); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cf-breadcrumbs--dark { color: var(--cf-muted); }
.cf-breadcrumbs--dark a:hover { color: var(--cf-green); }
.cf-pagehero__intro { max-width: 720px; }

.cf-pagehero::after { position: absolute; z-index: 1; content: ""; pointer-events: none; }
.cf-pagehero--institution { min-height: 540px; }
.cf-pagehero--institution > img { object-position: center 42%; }
.cf-pagehero--institution > span { background: linear-gradient(90deg, rgba(4,28,39,.97), rgba(4,28,39,.76) 52%, rgba(4,28,39,.2)); }
.cf-pagehero--institution::after { right: clamp(30px, 8vw, 130px); bottom: -105px; width: 285px; height: 285px; border: 46px solid rgba(199,230,124,.28); border-radius: 50%; }

.cf-pagehero--youth { min-height: 570px; }
.cf-pagehero--youth > img { object-position: center 48%; }
.cf-pagehero--youth > span { background: linear-gradient(90deg, rgba(4,28,39,.95), rgba(6,41,50,.76) 48%, rgba(49,95,77,.18)); }
.cf-pagehero--youth::after { top: -95px; right: 7%; width: 260px; height: 260px; background: rgba(199,230,124,.18); border: 1px solid rgba(199,230,124,.35); border-radius: 50%; box-shadow: 0 0 0 45px rgba(199,230,124,.045); }

.cf-pagehero--adult > img { object-position: center 40%; }
.cf-pagehero--adult > span { background: linear-gradient(105deg, rgba(4,28,39,.96), rgba(49,95,77,.82) 54%, rgba(49,95,77,.2)); }
.cf-pagehero--adult::after { right: 8%; bottom: 45px; width: 112px; height: 112px; border: 22px solid rgba(199,230,124,.68); border-radius: 50%; }

.cf-pagehero--community { min-height: 560px; }
.cf-pagehero--community > img { object-position: center 45%; }
.cf-pagehero--community > span { background: linear-gradient(90deg, rgba(4,28,39,.94), rgba(36,91,66,.7) 56%, rgba(36,91,66,.12)); }
.cf-pagehero--community::after { right: -80px; bottom: -125px; width: 380px; height: 380px; border: 1px solid rgba(199,230,124,.38); border-radius: 50%; box-shadow: 0 0 0 42px rgba(199,230,124,.05), 0 0 0 84px rgba(199,230,124,.035); }

.cf-pagehero--projects > img { object-position: center 48%; }
.cf-pagehero--projects > span { background: linear-gradient(90deg, rgba(4,28,39,.96), rgba(4,28,39,.74) 50%, rgba(4,28,39,.12)); }
.cf-pagehero--projects::after { top: 0; right: 12%; width: 2px; height: 100%; background: rgba(199,230,124,.45); box-shadow: 34px 0 0 rgba(199,230,124,.18); transform: rotate(16deg); transform-origin: bottom; }

.cf-pagehero--contact { min-height: 430px; }
.cf-pagehero--contact > img { object-position: center 48%; }
.cf-pagehero--contact > span { background: linear-gradient(90deg, rgba(4,28,39,.97), rgba(4,28,39,.82) 58%, rgba(4,28,39,.26)); }
.cf-pagehero--document { min-height: 390px; }
.cf-pagehero--document > img { filter: saturate(.55); opacity: .66; }
.cf-pagehero--document > span { background: linear-gradient(90deg, rgba(4,28,39,.98), rgba(4,28,39,.87) 68%, rgba(4,28,39,.66)); }
.cf-pagehero--post { min-height: 570px; }

.cf-content-shell { width: min(900px, 100%); margin-inline: auto; }
.cf-content-shell > .entry-content,
.cf-inner-grid > .entry-content { width: 100%; margin: 0; }
.cf-context-nav a { position: relative; padding: 4px 0; }
.cf-context-nav a.is-current { color: var(--cf-ink); }
.cf-context-nav a.is-current::before { position: absolute; top: 11px; left: -16px; width: 6px; height: 6px; background: var(--cf-green); border-radius: 50%; content: ""; }

.cf-page-layout--institution { background: var(--cf-cream); }
.cf-page-layout--institution .entry-content > h2 { position: relative; padding-top: 22px; }
.cf-page-layout--institution .entry-content > h2::before { position: absolute; top: 0; left: 0; width: 58px; height: 4px; background: var(--cf-lime); border-radius: 999px; content: ""; }
.cf-page-layout--institution .entry-content > p:first-child:not(:has(img)) { color: var(--cf-ink); font-family: Georgia, serif; font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.5; }

.cf-page-layout--youth { background: #fff; }
.cf-page-layout--youth .entry-content > h2 { margin-top: 2.1em; padding: 24px 0 0; border-top: 1px solid var(--cf-line); }
.cf-page-layout--youth .entry-content > ul,
.cf-page-layout--youth .entry-content > ol { display: grid; gap: 10px; margin: 28px 0; padding: 0; list-style: none; }
.cf-page-layout--youth .entry-content > ul > li,
.cf-page-layout--youth .entry-content > ol > li { position: relative; padding: 16px 18px 16px 50px; background: var(--cf-cream); border-radius: 11px; color: var(--cf-ink); }
.cf-page-layout--youth .entry-content > ul > li::before,
.cf-page-layout--youth .entry-content > ol > li::before { position: absolute; top: 17px; left: 18px; display: grid; width: 20px; height: 20px; background: var(--cf-lime); border-radius: 50%; color: var(--cf-navy); font-size: .65rem; font-weight: 900; content: "✓"; place-items: center; }

.cf-page-layout--adult { background: #eef3e5; }
.cf-page-layout--adult .entry-content { padding: clamp(28px, 5vw, 58px); background: #fff; border: 1px solid var(--cf-line); border-radius: 20px; box-shadow: 0 24px 60px rgba(9,43,57,.08); }
.cf-page-layout--adult .entry-content > hr { height: 1px; margin: 52px 0; background: var(--cf-line); border: 0; }
.cf-page-layout--adult .entry-content > ul { padding: 0; list-style: none; }
.cf-page-layout--adult .entry-content > ul > li { margin: 8px 0; padding: 13px 16px; background: var(--cf-cream); border-left: 4px solid var(--cf-green-soft); border-radius: 0 8px 8px 0; }

.cf-page-layout--community { background: #eef3e5; }
.cf-page-layout--community .cf-content-shell,
.cf-page-layout--community .entry-content { width: min(1100px, 100%); }
.cf-page-layout--community .entry-content > h2 { display: inline-block; margin-top: 1.9em; padding-bottom: 10px; border-bottom: 4px solid var(--cf-lime); }
.cf-page-layout--community .entry-content > ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 0; list-style: none; }
.cf-page-layout--community .entry-content > ul > li { padding: 18px; background: #fff; border: 1px solid var(--cf-line); border-radius: 12px; }

.cf-page-layout--projects { background: var(--cf-cream); }
.cf-page-layout--projects .cf-content-shell,
.cf-page-layout--projects .entry-content { width: min(1100px, 100%); }
.cf-page-layout--projects .entry-content > h2 { padding-top: 24px; border-top: 1px solid var(--cf-line); }
.cf-page-layout--projects .entry-content > figure,
.cf-page-layout--projects .entry-content > p:has(> img) { width: min(1100px, 100%); margin-block: 38px; }

.cf-page-layout--contact { background: var(--cf-cream); }
.cf-page-layout--contact .cf-content-shell,
.cf-page-layout--contact .entry-content { width: min(1100px, 100%); }
.cf-page-layout--contact .entry-content :where(.wpcf7, form) { max-width: 820px; margin: 38px auto 0; padding: clamp(24px, 4vw, 46px); background: #fff; border: 1px solid var(--cf-line); border-radius: 20px; box-shadow: 0 24px 60px rgba(9,43,57,.08); }
.cf-page-layout--contact .entry-content iframe { width: 100%; min-height: 390px; border: 0; border-radius: 16px; }

.cf-page-layout--document { background: #f8f8f4; }
.cf-page-layout--document .cf-content-shell,
.cf-page-layout--document .entry-content { width: min(780px, 100%); }
.cf-page-layout--document .entry-content > h2 { padding-top: 28px; border-top: 1px solid var(--cf-line); font-size: clamp(1.7rem, 3vw, 2.5rem); }
.cf-page-layout--document .entry-content > ol,
.cf-page-layout--document .entry-content > ul { padding-left: 1.3rem; }
.cf-page-layout--document .entry-content > :where(ol, ul) > li { margin-bottom: 10px; }

.cf-article-content { background: #fff; }
.cf-article-content .entry-content > p:first-child:not(:has(img)) { color: var(--cf-ink); font-size: 1.13rem; line-height: 1.8; }

/* Classic and block-editor media should form real horizontal galleries. */
.cf-wp-content .entry-content .wp-block-gallery,
.cf-wp-content .entry-content figure.wp-block-gallery.has-nested-images { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px !important; width: min(1100px, calc(100vw - 48px)); max-width: none; margin: 42px 50%; transform: translateX(-50%); }
.cf-wp-content .entry-content .wp-block-gallery.columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cf-wp-content .entry-content .wp-block-gallery.columns-4,
.cf-wp-content .entry-content .wp-block-gallery.columns-5,
.cf-wp-content .entry-content .wp-block-gallery.columns-6 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cf-wp-content .entry-content .wp-block-gallery > figure.wp-block-image,
.cf-wp-content .entry-content figure.wp-block-gallery.has-nested-images > figure.wp-block-image { width: 100% !important; margin: 0 !important; }
.cf-wp-content .entry-content .wp-block-gallery img { width: 100% !important; height: 100% !important; min-height: 220px; aspect-ratio: 1; object-fit: cover; border-radius: 13px; }
.cf-wp-content .entry-content figure.wp-block-image { margin: 38px 0; }
.cf-wp-content .entry-content figcaption { margin-top: 9px; color: var(--cf-muted); font-size: .72rem; line-height: 1.5; text-align: left; }
.cf-wp-content .entry-content .wp-block-columns { gap: clamp(20px, 4vw, 48px); margin-block: 45px; }
.cf-wp-content .entry-content .wp-block-column > :first-child { margin-top: 0; }
.cf-wp-content .entry-content :where(.wp-block-button__link, a.wp-element-button) { display: inline-flex; padding: 13px 18px; background: var(--cf-navy); border-radius: 9px; color: #fff; font-size: .78rem; font-weight: 800; text-decoration: none; }

/* Existing team tables become calm, readable profile tiles without changing data. */
.cf-content-page--unser-team .entry-content { width: min(1050px, 100%); max-width: none; }
.cf-content-page--unser-team .entry-content table { border-collapse: separate; border-spacing: 14px; }
.cf-content-page--unser-team .entry-content td { width: 50%; padding: 22px; background: #fff; border: 1px solid var(--cf-line); border-radius: 14px; vertical-align: top; }
.cf-content-page--unser-team .entry-content td img { width: 100%; max-height: 360px; margin-bottom: 16px; object-fit: cover; object-position: top; }

@media (max-width: 900px) {
	.cf-pagehero--institution,
	.cf-pagehero--youth,
	.cf-pagehero--community,
	.cf-pagehero--post { min-height: 500px; }
	.cf-pagehero::after { opacity: .62; }
	.cf-wp-content .entry-content .wp-block-gallery,
	.cf-wp-content .entry-content figure.wp-block-gallery.has-nested-images,
	.cf-wp-content .entry-content .wp-block-gallery.columns-4,
	.cf-wp-content .entry-content .wp-block-gallery.columns-5,
	.cf-wp-content .entry-content .wp-block-gallery.columns-6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
	.cf-pagehero .cf-wrap { padding-block: 58px; }
	.cf-pagehero--document,
	.cf-pagehero--contact { min-height: 390px; }
	.cf-page-layout--community .entry-content > ul { grid-template-columns: 1fr; }
	.cf-context-nav { padding: 20px !important; }
	.cf-content-page--unser-team .entry-content table,
	.cf-content-page--unser-team .entry-content tbody,
	.cf-content-page--unser-team .entry-content tr,
	.cf-content-page--unser-team .entry-content td { display: block; width: 100%; }
	.cf-content-page--unser-team .entry-content td { margin-bottom: 14px; }
}

@media (max-width: 520px) {
	.cf-breadcrumbs > span:last-child { max-width: 52vw; }
	.cf-pagehero::after { display: none; }
	.cf-pagehero--institution,
	.cf-pagehero--youth,
	.cf-pagehero--community,
	.cf-pagehero--projects,
	.cf-pagehero--post { min-height: 470px; }
	.cf-page-layout--adult .entry-content { padding: 25px 18px; border-radius: 14px; }
	.cf-wp-content .entry-content .wp-block-gallery,
	.cf-wp-content .entry-content figure.wp-block-gallery.has-nested-images { width: calc(100vw - 28px); gap: 8px !important; }
	.cf-wp-content .entry-content .wp-block-gallery img { min-height: 145px; }
}

/* Phase 3: bring the legacy cookie notice into the theme without changing its consent logic. */
.classic-final-site .bst-panel.bst-panel-fixed {
	z-index: 9990 !important;
	background: var(--cf-navy-deep) !important;
	border: 0 !important;
	box-shadow: 0 -14px 40px rgba(4, 24, 33, .2) !important;
}
.classic-final-site .bst-panel .bst-wrapper {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	width: min(1180px, calc(100% - 40px)) !important;
	max-width: none !important;
	margin-inline: auto !important;
	padding: 16px 0 !important;
}
.classic-final-site .bst-panel .bst-msg {
	margin: 0 !important;
	color: rgba(255, 255, 255, .8) !important;
	font-family: inherit !important;
	font-size: .76rem !important;
	line-height: 1.55 !important;
}
.classic-final-site .bst-panel .bst-links {
	display: flex !important;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
	margin: 0 !important;
}
.classic-final-site .bst-panel .bst-accept {
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--cf-lime) !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: none !important;
}
.classic-final-site .bst-panel .bst-accept a {
	display: block;
	padding: 10px 18px;
	color: var(--cf-navy-deep) !important;
	font-family: inherit !important;
	font-size: .72rem !important;
	font-weight: 850 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
}
.classic-final-site .bst-panel .bst-info-btn {
	margin: 0 !important;
	padding: 8px 2px !important;
	background: transparent !important;
	border: 0 !important;
	color: rgba(255, 255, 255, .8) !important;
	font-family: inherit !important;
	font-size: .7rem !important;
	font-weight: 720 !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.classic-final-site .bst-panel :where(.bst-accept a, .bst-info-btn):focus-visible {
	outline: 3px solid #fff !important;
	outline-offset: 3px;
}
.classic-final-site .bst-panel .bst-info { opacity: .55; }

/* Long legacy URLs, tables and embeds must not force a horizontal page scroll. */
.classic-final-site .entry-content { overflow-wrap: anywhere; }
.classic-final-site .entry-content :where(iframe, video) { max-width: 100%; }

@media (max-width: 720px) {
	.classic-final-site .bst-panel .bst-wrapper {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		width: min(100% - 28px, 1180px) !important;
		padding: 14px 0 !important;
	}
	.classic-final-site .bst-panel .bst-links { flex-wrap: wrap; }
}

/* Phase 3.1: a richer editorial identity for every inner content family. */
.cf-content-page .cf-pagehero h1 { text-wrap: balance; }
.cf-pagehero__meta { display: inline-flex; width: auto; margin: 0 0 14px !important; padding: 7px 11px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.8) !important; font-size: .65rem !important; font-weight: 760; letter-spacing: .04em; }
.cf-pagehero__meta + .cf-pagehero__intro { margin-top: 0 !important; }
.cf-page-layout { position: relative; overflow: hidden; }
.cf-page-layout > .cf-wrap { position: relative; z-index: 1; }
.cf-context-nav { transition: transform .25s ease, box-shadow .25s ease; }
.cf-context-nav:hover { transform: translateY(-3px); }
.cf-article-page .cf-post-nav { position: relative; z-index: 2; }

/* Institution: calm, magazine-like and centered around the organisation. */
.cf-page-layout--institution { background: radial-gradient(circle at 92% 12%, rgba(199,230,124,.3) 0 115px, transparent 116px), var(--cf-cream); }
.cf-page-layout--institution::before { position: absolute; top: 72px; left: -95px; width: 220px; height: 220px; border: 38px solid rgba(49,95,77,.08); border-radius: 50%; content: ""; }
.cf-content-page--institution .cf-context-nav { background: #fff; border: 1px solid var(--cf-line); border-top: 5px solid var(--cf-lime); border-radius: 0 0 14px 14px; box-shadow: 0 18px 40px rgba(9,43,57,.07); }
.cf-page-layout--institution .entry-content > p:first-child:not(:has(img)) { max-width: 760px; padding-left: 28px; border-left: 4px solid var(--cf-green-soft); }

/* Youth: bright, energetic section numbering and practical lists. */
.cf-page-layout--youth { background: linear-gradient(105deg, #fff 0 72%, #f0f4e7 72% 100%); }
.cf-page-layout--youth::before { position: absolute; top: 70px; right: 6vw; width: 118px; height: 118px; background-image: radial-gradient(var(--cf-green-soft) 2px, transparent 2px); background-size: 14px 14px; content: ""; opacity: .45; }
.cf-page-layout--youth .entry-content { counter-reset: was-youth-section; }
.cf-page-layout--youth .entry-content > h2 { display: grid; grid-template-columns: 54px minmax(0, 1fr); align-items: start; gap: 16px; }
.cf-page-layout--youth .entry-content > h2::before { counter-increment: was-youth-section; color: var(--cf-green-soft); font-family: Georgia, serif; font-size: .68em; font-weight: 400; content: "0" counter(was-youth-section); }
.cf-content-page--youth .cf-context-nav { background: var(--cf-lime); border: 0; border-radius: 14px; box-shadow: 0 18px 38px rgba(9,43,57,.1); }
.cf-content-page--youth .cf-context-nav > span,
.cf-content-page--youth .cf-context-nav a { color: var(--cf-navy-deep); }
.cf-content-page--youth .cf-context-nav a.is-current::before { background: var(--cf-navy); }

/* Adult education: a more formal split composition instead of another plain page. */
.cf-content-page--adult:not(.cf-learning) .cf-pagehero .cf-wrap { padding-left: clamp(250px, 35vw, 510px); }
.cf-content-page--adult:not(.cf-learning) .cf-pagehero h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
.cf-content-page--adult:not(.cf-learning) .cf-pagehero > span { background: linear-gradient(90deg, rgba(4,28,39,.3), rgba(4,28,39,.88) 42%, rgba(21,72,61,.82)); }
.cf-content-page--adult:not(.cf-learning) .cf-pagehero::after { right: auto; bottom: -70px; left: 8%; width: 210px; height: 210px; border: 1px solid rgba(199,230,124,.5); box-shadow: 0 0 0 36px rgba(199,230,124,.07); }
.cf-content-page--adult:not(.cf-learning) .cf-page-layout--adult { background: linear-gradient(90deg, var(--cf-navy-deep) 0 16%, #eef3e5 16% 100%); }
.cf-content-page--adult:not(.cf-learning) .cf-page-layout--adult .entry-content { border: 0; border-top: 7px solid var(--cf-lime); border-radius: 0 20px 20px 0; }
.cf-content-page--adult .cf-context-nav { background: var(--cf-navy); border: 0; border-radius: 12px; box-shadow: 0 18px 42px rgba(4,28,39,.2); }
.cf-content-page--adult .cf-context-nav > span { color: var(--cf-lime); }
.cf-content-page--adult .cf-context-nav a { color: rgba(255,255,255,.72); }
.cf-content-page--adult .cf-context-nav a.is-current { color: #fff; }

/* Community: open, broad and welcoming. */
.cf-page-layout--community { background: radial-gradient(circle at 100% 0, rgba(199,230,124,.55) 0 165px, transparent 166px), #eef3e5; }
.cf-page-layout--community::before { position: absolute; right: -150px; bottom: -230px; width: 470px; height: 470px; border: 70px solid rgba(49,95,77,.06); border-radius: 50%; content: ""; }
.cf-page-layout--community .entry-content > p:first-child:not(:has(img)) { max-width: 820px; color: var(--cf-ink); font-family: Georgia, serif; font-size: clamp(1.25rem, 2.2vw, 1.8rem); line-height: 1.55; }
.cf-page-layout--community .entry-content > ul > li { min-height: 92px; box-shadow: 0 12px 28px rgba(9,43,57,.06); transition: transform .25s ease, box-shadow .25s ease; }
.cf-page-layout--community .entry-content > ul > li:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(9,43,57,.11); }
.cf-content-page--community .cf-context-nav { background: rgba(255,255,255,.82); border: 1px solid rgba(49,95,77,.18); border-left: 5px solid var(--cf-green-soft); backdrop-filter: blur(10px); }

/* Projects: bolder archive-like typography and wide visual storytelling. */
.cf-page-layout--projects { background-color: var(--cf-cream); background-image: linear-gradient(rgba(49,95,77,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(49,95,77,.045) 1px, transparent 1px); background-size: 48px 48px; }
.cf-page-layout--projects .entry-content { counter-reset: was-project-section; }
.cf-page-layout--projects .entry-content > h2 { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 18px; border-top: 0; }
.cf-page-layout--projects .entry-content > h2::before { counter-increment: was-project-section; color: var(--cf-green-soft); font-family: Georgia, serif; font-size: .76em; font-weight: 400; content: "0" counter(was-project-section); }
.cf-page-layout--projects .entry-content > :where(figure, p:has(> img)) { padding: 10px; background: #fff; border: 1px solid var(--cf-line); box-shadow: 0 22px 48px rgba(9,43,57,.1); }
.cf-content-page--projects .cf-context-nav { background: var(--cf-navy-deep); border: 0; border-radius: 0 14px 14px 0; }
.cf-content-page--projects .cf-context-nav > span { color: var(--cf-lime); }
.cf-content-page--projects .cf-context-nav a { color: rgba(255,255,255,.7); }
.cf-content-page--projects .cf-context-nav a.is-current { color: #fff; }

/* Standard articles remain editorial, but no longer feel like an unstyled fallback. */
.cf-pagehero--standard { min-height: 520px; }
.cf-pagehero--standard > span { background: linear-gradient(90deg, rgba(4,28,39,.96), rgba(4,28,39,.74) 58%, rgba(49,95,77,.28)); }
.cf-pagehero--standard::after { right: 9%; bottom: 52px; width: 96px; height: 96px; background: var(--cf-lime); border-radius: 50% 50% 8px 50%; opacity: .72; }
.cf-page-layout--standard { background: linear-gradient(180deg, var(--cf-cream) 0 175px, #fff 175px); }
.cf-page-layout--standard .entry-content { padding: clamp(26px, 4vw, 48px); background: #fff; border-top: 5px solid var(--cf-green-soft); box-shadow: 0 20px 48px rgba(9,43,57,.08); }

@media (max-width: 900px) {
	.cf-content-page--adult:not(.cf-learning) .cf-pagehero .cf-wrap { padding-left: 0; }
	.cf-content-page--adult:not(.cf-learning) .cf-pagehero > span { background: linear-gradient(90deg, rgba(4,28,39,.94), rgba(4,28,39,.72)); }
	.cf-content-page--adult:not(.cf-learning) .cf-page-layout--adult { background: #eef3e5; }
}

@media (max-width: 620px) {
	.cf-page-layout--youth,
	.cf-page-layout--projects { background-image: none; }
	.cf-page-layout--youth .entry-content > h2,
	.cf-page-layout--projects .entry-content > h2 { grid-template-columns: 42px minmax(0, 1fr); gap: 10px; }
	.cf-page-layout--projects .entry-content > :where(figure, p:has(> img)) { padding: 5px; }
}
