/* Presse-Welt: eigenständige, leichte Ergänzung zum bestehenden /aimooc/-Design. */

body {
	background:
		linear-gradient(180deg, rgba(247, 251, 255, .96), #fff 48%, #f5f9ff 100%);
}

.press-hero {
	position: relative;
	width: min(calc(100% - 40px), var(--max));
	min-height: 680px;
	margin: 0 auto;
	padding: 92px 0 76px;
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr);
	align-items: center;
	gap: 72px;
}

.press-hero h1 {
	font-size: clamp(3.2rem, 6vw, 6.2rem);
}

.press-hero-lead {
	max-width: 670px;
	margin: 28px 0 0;
	color: var(--muted);
	font-size: clamp(1.05rem, 1.6vw, 1.23rem);
	line-height: 1.75;
}

.press-principles {
	margin: 48px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
}

.press-principles li {
	padding: 0 20px;
	border-left: 1px solid var(--line);
}

.press-principles li:first-child {
	padding-left: 0;
	border-left: 0;
}

.press-principles strong,
.press-principles span {
	display: block;
}

.press-principles strong {
	color: var(--ink);
	font-size: 1rem;
}

.press-principles span {
	margin-top: 4px;
	color: var(--muted);
	font-size: .78rem;
}

.press-desk {
	position: relative;
	width: min(100%, 560px);
	aspect-ratio: 1 / .92;
	margin: 0 auto;
}

.press-paper {
	position: absolute;
	z-index: 2;
	inset: 11% 9% 8% 8%;
	padding: clamp(28px, 5vw, 48px);
	border: 1px solid rgba(64, 112, 170, .16);
	border-radius: 8px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 30px 70px rgba(52, 96, 151, .17);
	transform: rotate(1.4deg);
}

.press-paper-back {
	z-index: 1;
	inset: 16% 14% 3% 3%;
	background: #e9f4ff;
	box-shadow: none;
	transform: rotate(-5deg);
}

.press-paper-head {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-bottom: 20px;
	border-bottom: 3px double rgba(35, 84, 143, .35);
}

.press-paper-head img {
	flex: 0 0 auto;
}

.press-paper-head span,
.press-paper-head strong {
	display: block;
	line-height: 1.08;
}

.press-paper-head span {
	color: var(--blue-dark);
	font-size: .76rem;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.press-paper-head strong {
	margin-top: 4px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.55rem, 3.8vw, 2.45rem);
}

.press-paper-kicker {
	margin: 28px 0 10px;
	color: #56749b;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.press-paper-headline {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.6rem, 4vw, 3.1rem);
	font-weight: 700;
	line-height: 1.08;
}

.press-paper-lines {
	display: grid;
	gap: 10px;
	margin-top: 30px;
}

.press-paper-lines span {
	height: 7px;
	border-radius: 2px;
	background: #e5edf6;
}

.press-paper-lines span:nth-child(2) { width: 83%; }
.press-paper-lines span:nth-child(3) { width: 64%; }

.press-float {
	position: absolute;
	z-index: 4;
	display: grid;
	place-items: center;
	width: 88px;
	aspect-ratio: 1;
	border: 1px solid rgba(75, 127, 190, .18);
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 16px 38px rgba(44, 95, 158, .18);
	transition: transform .2s ease, box-shadow .2s ease;
}

.press-float:hover,
.press-float:focus-visible {
	transform: translateY(-5px) scale(1.04);
	box-shadow: 0 20px 44px rgba(44, 95, 158, .24);
}

.press-float img { width: 70%; height: 70%; object-fit: contain; }
.press-float-oer { left: -1%; top: 8%; animation: press-float 5.2s ease-in-out infinite; }
.press-float-wiki { right: 0; bottom: 7%; animation: press-float 5.8s ease-in-out -1.4s infinite; }
.press-float-world { left: 3%; bottom: 2%; width: 98px; animation: press-float 6.4s ease-in-out -2.1s infinite; }

@keyframes press-float {
	0%, 100% { translate: 0 0; }
	50% { translate: 0 -8px; }
}

.press-ribbon {
	width: 100%;
	min-height: 78px;
	padding: 22px max(24px, calc((100% - var(--max)) / 2));
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	border-block: 1px solid var(--line);
	background: rgba(255, 255, 255, .72);
	color: #405a7d;
	font-size: .84rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.press-ribbon i {
	color: #6c9de0;
	font-style: normal;
}

.press-library,
.press-facts {
	width: min(calc(100% - 40px), var(--max));
	margin: 0 auto;
	padding: 108px 0;
}

.press-tools {
	margin: 48px 0 32px;
	padding: 20px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: rgba(255, 255, 255, .78);
	box-shadow: 0 14px 42px rgba(51, 99, 158, .08);
}

.press-search {
	position: relative;
	display: block;
}

.press-search input {
	width: 100%;
	min-height: 56px;
	padding: 14px 18px 14px 52px;
	border: 1px solid rgba(66, 112, 169, .22);
	border-radius: 8px;
	outline: none;
	background: #fff;
	color: var(--ink);
	font-size: 1rem;
}

.press-search input:focus {
	border-color: var(--blue);
	box-shadow: 0 0 0 4px rgba(77, 148, 232, .12);
}

.press-search-icon {
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 50%;
	width: 17px;
	height: 17px;
	border: 2px solid #6482a8;
	border-radius: 50%;
	transform: translateY(-58%);
}

.press-search-icon::after {
	content: "";
	position: absolute;
	right: -6px;
	bottom: -4px;
	width: 8px;
	height: 2px;
	border-radius: 2px;
	background: #6482a8;
	transform: rotate(45deg);
}

.press-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.press-filter {
	min-height: 40px;
	padding: 8px 14px;
	border: 1px solid rgba(66, 112, 169, .2);
	border-radius: 8px;
	background: #fff;
	color: #4d607b;
	font-size: .84rem;
	font-weight: 750;
	cursor: pointer;
	transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.press-filter:hover,
.press-filter:focus-visible {
	border-color: #82b3ec;
	color: var(--blue-dark);
}

.press-filter.is-active {
	border-color: var(--blue-dark);
	background: var(--blue-dark);
	color: #fff;
}

.press-result {
	margin: 14px 0 0;
	color: var(--muted);
	font-size: .84rem;
}

.press-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.press-article {
	min-width: 0;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 18px 50px rgba(45, 94, 154, .09);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.press-article[open] {
	grid-column: 1 / -1;
	border-color: rgba(51, 120, 201, .32);
	box-shadow: 0 26px 64px rgba(45, 94, 154, .15);
}

.press-article[hidden] { display: none; }

.press-article summary {
	display: grid;
	grid-template-columns: 164px minmax(0, 1fr);
	gap: 24px;
	padding: 20px;
	cursor: pointer;
	list-style: none;
}

.press-article summary::-webkit-details-marker { display: none; }

.press-article:not([open]):hover {
	transform: translateY(-4px);
	border-color: rgba(64, 127, 203, .28);
	box-shadow: 0 24px 58px rgba(45, 94, 154, .14);
}

.press-card-visual {
	position: relative;
	min-height: 210px;
	display: grid;
	place-items: center;
	overflow: hidden;
	border-radius: 6px;
	background: #eef6ff;
}

.press-card-visual::before,
.press-card-visual::after {
	content: "";
	position: absolute;
	border: 1px solid currentColor;
	border-radius: 50%;
	opacity: .13;
}

.press-card-visual::before { width: 136px; height: 136px; }
.press-card-visual::after { width: 188px; height: 188px; }

.press-card-visual img {
	position: relative;
	z-index: 1;
	width: 86px;
	height: 86px;
	object-fit: contain;
	filter: drop-shadow(0 10px 18px rgba(44, 94, 156, .14));
}

.press-card-visual > span {
	position: absolute;
	z-index: 2;
	left: 12px;
	bottom: 12px;
	padding: 5px 8px;
	border-radius: 5px;
	background: rgba(255, 255, 255, .86);
	color: #466486;
	font-size: .68rem;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.tone-blue { color: #4383cf; background: #e9f4ff; }
.tone-coral { color: #d47d70; background: #fff1ed; }
.tone-yellow { color: #c69124; background: #fff8dc; }
.tone-mint { color: #3d997b; background: #eaf8f2; }
.tone-violet { color: #7465cd; background: #f0edff; }
.tone-green { color: #4a9461; background: #edf8ed; }
.tone-sky { color: #3d91bd; background: #e9f8ff; }

.press-card-copy {
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.press-meta {
	margin: 0 0 13px;
	display: flex;
	flex-wrap: wrap;
	gap: 7px 13px;
	color: #6a7b93;
	font-size: .72rem;
	font-weight: 750;
}

.press-meta > * + *::before {
	content: "·";
	margin-right: 13px;
	color: #9baabd;
}

.press-card-copy h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
	line-height: 1.16;
	letter-spacing: -.02em;
}

.press-card-copy > p:not(.press-meta) {
	margin: 16px 0 0;
	color: var(--muted);
	font-size: .93rem;
	line-height: 1.65;
}

.press-read {
	margin-top: auto;
	padding-top: 20px;
	color: var(--blue-dark);
	font-size: .82rem;
	font-weight: 800;
}

.press-read i {
	margin-left: 5px;
	font-style: normal;
}

.press-article[open] .press-read i { display: inline-block; transform: rotate(180deg); }

.press-article-body {
	max-width: 900px;
	margin: 0 auto;
	padding: 14px 44px 58px;
	color: #33435a;
}

.press-article-body::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin-bottom: 38px;
	background: var(--line);
}

.press-article-body p {
	margin: 0 0 1.2em;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.06rem;
	line-height: 1.85;
}

.press-article-body .press-standfirst {
	color: var(--ink);
	font-size: 1.27rem;
	font-weight: 650;
	line-height: 1.65;
}

.press-article-body h4 {
	margin: 2em 0 .65em;
	color: var(--ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1.18rem;
	line-height: 1.35;
}

.section-heading-compact {
	max-width: 800px;
}

.section-heading-compact h2 {
	font-size: clamp(2.5rem, 5vw, 4.8rem);
}

.fact-grid {
	margin-top: 48px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.fact-grid article {
	min-height: 250px;
	padding: 28px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: rgba(255, 255, 255, .83);
	box-shadow: 0 14px 42px rgba(53, 99, 158, .07);
}

.fact-grid img {
	width: 54px;
	height: 54px;
	object-fit: contain;
}

.fact-grid h3 {
	margin: 24px 0 10px;
	font-size: 1.12rem;
}

.fact-grid p {
	margin: 0;
	color: var(--muted);
	font-size: .91rem;
	line-height: 1.7;
}

.fact-note {
	margin-top: 18px;
	padding: 22px 26px;
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: 25px;
	border-left: 4px solid #70a7df;
	background: #edf6ff;
	color: #4c607b;
}

.fact-note strong { color: var(--ink); }
.fact-note p { margin: 0; }

.partner-section {
	width: min(calc(100% - 40px), var(--max));
	margin: 0 auto 100px;
	padding: 70px;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
	align-items: center;
	gap: 70px;
	border: 1px solid rgba(74, 126, 190, .18);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 28px 70px rgba(45, 94, 154, .12);
}

.partner-section h2 {
	font-size: clamp(2.7rem, 5vw, 5rem);
}

.partner-copy > p:not(.eyebrow) {
	max-width: 720px;
	margin: 28px 0 0;
	color: var(--muted);
	font-size: 1.05rem;
	line-height: 1.75;
}

.partner-fields {
	margin-top: 26px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.partner-fields span {
	padding: 8px 11px;
	border: 1px solid #d8e5f3;
	border-radius: 6px;
	background: #f5f9fe;
	color: #516984;
	font-size: .78rem;
	font-weight: 750;
}

.partner-logos {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.partner-logos a {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #f7fbff;
	transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.partner-logos a:hover,
.partner-logos a:focus-visible {
	transform: translateY(-5px);
	border-color: #8ab6e9;
	background: #fff;
}

.partner-logos img {
	width: 62%;
	height: 62%;
	object-fit: contain;
}

.press-footer {
	width: min(calc(100% - 40px), var(--max));
	margin: 0 auto;
	padding: 32px 0 46px;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 32px;
	border-top: 1px solid var(--line);
}

.press-footer p {
	margin: 0;
	color: var(--muted);
	font-size: .84rem;
	text-align: center;
}

.press-footer nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 14px;
}

.press-footer nav a {
	color: #516680;
	font-size: .82rem;
	font-weight: 700;
	text-decoration: none;
}

.press-footer nav a:hover,
.press-footer nav a:focus-visible { color: var(--blue-dark); }

@media (max-width: 1040px) {
	.press-hero {
		grid-template-columns: 1fr;
		min-height: auto;
		padding-top: 75px;
	}

	.press-desk { width: min(100%, 590px); }
	.fact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.partner-section { grid-template-columns: 1fr; padding: 52px; }
	.partner-logos { max-width: 520px; }
}

@media (max-width: 760px) {
	.press-hero,
	.press-library,
	.press-facts,
	.partner-section,
	.press-footer {
		width: min(calc(100% - 28px), var(--max));
	}

	.press-hero {
		padding: 62px 0 58px;
		gap: 38px;
	}

	.press-hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
	.press-principles { grid-template-columns: 1fr; gap: 14px; margin-top: 34px; }
	.press-principles li { padding: 0 0 0 14px; border-left: 2px solid var(--line); }
	.press-principles li:first-child { padding-left: 14px; border-left: 2px solid var(--line); }
	.press-desk { aspect-ratio: 1 / 1.05; }
	.press-paper { inset: 10% 6% 11% 5%; padding: 25px; }
	.press-paper-back { inset: 14% 11% 6% 1%; }
	.press-float { width: 68px; }
	.press-float-world { width: 76px; }
	.press-ribbon { justify-content: flex-start; gap: 10px 14px; }
	.press-library,
	.press-facts { padding: 78px 0; }
	.press-grid { grid-template-columns: 1fr; }
	.press-article[open] { grid-column: auto; }
	.press-article summary { grid-template-columns: 108px minmax(0, 1fr); gap: 16px; padding: 14px; }
	.press-card-visual { min-height: 172px; }
	.press-card-visual img { width: 64px; height: 64px; }
	.press-card-copy h3 { font-size: 1.32rem; }
	.press-card-copy > p:not(.press-meta) { font-size: .86rem; }
	.press-meta > * + *::before { margin-right: 8px; }
	.press-meta { gap: 5px 8px; }
	.press-article-body { padding: 8px 24px 42px; }
	.press-article-body p { font-size: 1rem; }
	.press-article-body .press-standfirst { font-size: 1.15rem; }
	.fact-grid { grid-template-columns: 1fr; }
	.fact-grid article { min-height: auto; }
	.fact-note { grid-template-columns: 1fr; gap: 8px; }
	.partner-section { padding: 36px 24px; gap: 42px; }
	.partner-logos { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
	.press-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
	.press-footer nav { justify-content: center; }
}

@media (max-width: 470px) {
	.press-article summary { grid-template-columns: 1fr; }
	.press-card-visual { min-height: 132px; }
	.press-card-copy h3 { font-size: 1.38rem; }
	.press-read { margin-top: 5px; }
	.press-filter { flex: 1 1 auto; }
	.partner-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.press-float { animation: none; }
	.press-article,
	.press-float,
	.partner-logos a { transition: none; }
}

@media print {
	.site-header,
	.page-progress,
	.press-hero,
	.press-ribbon,
	.press-tools,
	.partner-logos,
	.partner-section .hero-actions,
	.press-footer {
		display: none !important;
	}

	body { background: #fff; color: #000; }
	.press-library,
	.press-facts,
	.partner-section { width: 100%; margin: 0; padding: 0; box-shadow: none; border: 0; }
	.press-grid { display: block; }
	.press-article { margin: 0 0 18px; box-shadow: none; break-inside: avoid; }
	.press-article summary { min-height: 0; grid-template-columns: 86px 1fr; }
	.press-card-visual { min-height: 100px; }
	.press-article:not([open]) .press-article-body { display: none; }
	.press-article[open] .press-article-body { display: block; }
}
