/*
Theme Name: Passion2Profession
Theme URI: https://passion2profession.com/
Author: Passion2Profession
Author URI: https://passion2profession.com/
Description: Individuelles, responsives One-Page-Theme für Matthias Greye – Dozent, Coach und Trainer.
Version: 1.5.1
Requires at least: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: passion2profession
Tags: one-column, custom-header, custom-menu, featured-images, accessibility-ready, blog
*/

:root {
	--ink: #245b43;
	--ink-deep: #153f2e;
	--ink-soft: #3b7458;
	--paper: #f9fcfd;
	--cream: #eaf6fa;
	--cream-deep: #d5eef7;
	--sand: #c4e6f2;
	--gold: #78c8ea;
	--gold-bright: #b8e7f8;
	--sage: #79a98d;
	--text: #203a30;
	--muted: #5f756a;
	--white: #ffffff;
	--line: rgba(36, 91, 67, 0.16);
	--line-light: rgba(255, 255, 255, 0.16);
	--shadow: 0 24px 70px rgba(21, 63, 46, 0.14);
	--radius: 22px;
	--radius-small: 12px;
	--container: 1220px;
	--header-height: 88px;
	--font-body: Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
	--font-display: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-height) + 22px);
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--text);
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.72;
	-webkit-font-smoothing: antialiased;
}

body.nav-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

a:hover {
	color: var(--gold);
}

button,
input,
textarea,
select {
	font: inherit;
}

h1,
h2,
h3,
h4 {
	margin: 0 0 0.5em;
	color: var(--ink);
	font-family: var(--font-display);
	font-weight: 750;
	line-height: 1.04;
	letter-spacing: -0.052em;
}

h1 {
	font-size: clamp(3.25rem, 7vw, 6.85rem);
}

h2 {
	font-size: clamp(2.35rem, 4.4vw, 4.8rem);
}

h3 {
	font-size: clamp(1.45rem, 2vw, 1.9rem);
}

p {
	margin: 0 0 1.25em;
}

ul,
ol {
	margin: 0 0 1.4em;
}

::selection {
	background: var(--gold);
	color: var(--ink-deep);
}

.container {
	width: min(calc(100% - 48px), var(--container));
	margin-inline: auto;
}

.content-narrow {
	max-width: 840px;
}

.section {
	padding: clamp(90px, 10vw, 150px) 0;
}

.section-soft {
	background: var(--cream);
}

.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,
.skip-link:focus {
	top: 12px;
	left: 12px;
	z-index: 99999;
	display: block;
	width: auto;
	height: auto;
	clip: auto;
	margin: 0;
	padding: 12px 18px;
	background: var(--white);
	color: var(--ink);
	font-weight: 700;
}

:focus-visible {
	outline: 3px solid var(--gold-bright);
	outline-offset: 4px;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 22px;
	color: #2f7898;
	font-size: 0.77rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.2;
	text-transform: uppercase;
}

.eyebrow::before {
	width: 34px;
	height: 1px;
	background: currentColor;
	content: "";
}

.eyebrow-light {
	color: var(--gold-bright);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 25px;
	border: 1px solid var(--gold);
	border-radius: 999px;
	background: var(--gold);
	color: var(--ink-deep);
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.045em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover {
	transform: translateY(-2px);
	border-color: var(--gold-bright);
	background: var(--gold-bright);
	color: var(--ink-deep);
}

.button-small {
	min-height: 44px;
	padding: 10px 18px;
	font-size: 0.74rem;
}

.button-light {
	border-color: var(--paper);
	background: var(--paper);
	color: var(--ink-deep);
}

.button-light:hover {
	border-color: var(--gold-bright);
	background: var(--gold-bright);
}

.text-link {
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.035em;
	text-decoration: none;
}

.text-link span {
	display: inline-block;
	margin-left: 7px;
	transition: transform 180ms ease;
}

.text-link:hover span {
	transform: translateY(4px);
}

/* Header */
.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	height: var(--header-height);
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	background: rgba(13, 32, 29, 0.94);
	backdrop-filter: blur(16px);
	transition: height 180ms ease, box-shadow 180ms ease;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header.is-scrolled {
	box-shadow: 0 10px 35px rgba(5, 15, 13, 0.22);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--paper);
	font-size: 0.96rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-decoration: none;
}

.brand:hover {
	color: var(--paper);
}

.brand-mark {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(215, 188, 125, 0.7);
	border-radius: 50%;
	color: var(--paper);
	font-family: var(--font-display);
	font-size: 0.85rem;
	letter-spacing: 0;
}

.brand-mark-text {
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
}

.brand-mark-text span,
.brand-name span {
	color: var(--gold-bright);
}

.site-navigation {
	display: flex;
	align-items: center;
	gap: 28px;
}

.site-navigation .menu {
	display: flex;
	align-items: center;
	gap: 27px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-navigation .menu a {
	position: relative;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.035em;
	text-decoration: none;
}

.site-navigation .menu a::after {
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	height: 1px;
	background: var(--gold-bright);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.site-navigation .menu a:hover {
	color: var(--white);
}

.site-navigation .menu a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.nav-toggle {
	display: none;
	width: 46px;
	height: 46px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}

.nav-toggle span:not(.screen-reader-text) {
	display: block;
	width: 20px;
	height: 1px;
	margin: 5px auto;
	background: var(--white);
	transition: transform 180ms ease, opacity 180ms ease;
}

/* Hero */
.hero {
	position: relative;
	overflow: hidden;
	min-height: calc(100vh - var(--header-height));
	padding: clamp(76px, 8vw, 125px) 0 0;
	background: linear-gradient(135deg, #e5f5fb 0%, #f8fcfd 48%, #e6f3ec 100%);
	color: var(--text);
}

.hero::before {
	position: absolute;
	top: -120px;
	left: 43%;
	width: 1px;
	height: 820px;
	background: linear-gradient(transparent, rgba(47, 120, 152, 0.26), transparent);
	content: "";
	transform: rotate(21deg);
}

.hero-shape {
	position: absolute;
	border: 1px solid rgba(47, 120, 152, 0.17);
	border-radius: 50%;
	pointer-events: none;
}

.hero-shape-one {
	top: 8%;
	right: -12%;
	width: 620px;
	height: 620px;
}

.hero-shape-two {
	top: 19%;
	right: -5%;
	width: 420px;
	height: 420px;
}

.hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.75fr);
	gap: clamp(50px, 8vw, 112px);
	align-items: center;
}

.hero-copy {
	padding-bottom: 45px;
}

.hero-name {
	margin: 0 0 8px;
	color: var(--ink);
	font-size: clamp(1.1rem, 1.8vw, 1.45rem);
	font-weight: 750;
	letter-spacing: 0.02em;
}

.hero h1 {
	max-width: 850px;
	margin-bottom: 28px;
	color: var(--ink-deep);
}

.hero-lead {
	max-width: 710px;
	margin-bottom: 34px;
	font-size: clamp(1.08rem, 1.45vw, 1.27rem);
	line-height: 1.65;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 28px;
}

.hero .text-link {
	color: var(--ink-deep);
}

.hero .button {
	border-color: var(--ink);
	background: var(--ink);
	color: var(--white);
}

.hero .button:hover {
	border-color: var(--ink-soft);
	background: var(--ink-soft);
	color: var(--white);
}

.hero-visual {
	position: relative;
	align-self: end;
	min-width: 0;
}

.portrait-frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 570px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 230px 230px 20px 20px;
	background:
		radial-gradient(circle at 50% 34%, rgba(215, 188, 125, 0.26), transparent 34%),
		linear-gradient(160deg, var(--ink-soft), #1d4d38 65%, #123929);
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.24);
}

.portrait-frame::before,
.portrait-frame::after {
	position: absolute;
	border: 1px solid rgba(215, 188, 125, 0.18);
	border-radius: 50%;
	content: "";
}

.portrait-frame::before {
	top: 80px;
	left: 50%;
	width: 300px;
	height: 300px;
	transform: translateX(-50%);
}

.portrait-frame::after {
	top: 120px;
	left: 50%;
	width: 220px;
	height: 220px;
	transform: translateX(-50%);
}

.portrait-frame.has-image::before,
.portrait-frame.has-image::after {
	display: none;
}

.portrait-frame img {
	width: 100%;
	height: 100%;
	min-height: 570px;
	object-fit: cover;
	object-position: center top;
}

.portrait-monogram {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
	text-align: center;
}

.portrait-monogram span {
	color: var(--paper);
	font-family: var(--font-display);
	font-size: clamp(6rem, 11vw, 9.5rem);
	line-height: 1;
	letter-spacing: -0.09em;
}

.portrait-monogram small {
	max-width: 200px;
	color: rgba(255, 255, 255, 0.53);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
}

.hero-note {
	position: absolute;
	right: -36px;
	bottom: 38px;
	z-index: 3;
	width: 218px;
	padding: 23px 24px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	background: rgba(23, 49, 45, 0.92);
	box-shadow: var(--shadow);
	backdrop-filter: blur(10px);
}

.hero-note p {
	margin: 0;
	color: var(--paper);
	font-family: var(--font-display);
	font-size: 1.25rem;
	line-height: 1.22;
}

.note-line {
	display: block;
	width: 38px;
	height: 2px;
	margin-bottom: 15px;
	background: var(--gold-bright);
}

.proof-bar {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: clamp(55px, 7vw, 95px);
	border-top: 1px solid var(--line);
}

.proof-bar div {
	min-height: 118px;
	padding: 28px 25px 26px 0;
	border-right: 1px solid var(--line);
}

.proof-bar div:not(:first-child) {
	padding-left: 28px;
}

.proof-bar div:last-child {
	border-right: 0;
}

.proof-bar strong,
.proof-bar span {
	display: block;
}

.proof-bar strong {
	margin-bottom: 4px;
	color: #2f7898;
	font-family: var(--font-display);
	font-size: 1.4rem;
	font-weight: 600;
}

.proof-bar span {
	color: var(--muted);
	font-size: 0.78rem;
	line-height: 1.4;
}

/* Intro */
.split-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.8fr);
	gap: clamp(55px, 9vw, 135px);
	align-items: start;
}

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

.section-heading > p:last-child {
	max-width: 700px;
	color: var(--muted);
}

.section-heading-centered {
	max-width: 850px;
	margin: 0 auto clamp(55px, 7vw, 85px);
	text-align: center;
}

.section-heading-centered .eyebrow {
	justify-content: center;
}

.section-heading-centered > p:last-child {
	margin-inline: auto;
}

.large-copy {
	color: var(--ink);
	font-family: var(--font-display);
	font-size: clamp(1.65rem, 2.4vw, 2.35rem);
	line-height: 1.34;
}

.intro-copy > p:last-child {
	color: var(--muted);
}

.entity-card {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr);
	gap: clamp(45px, 8vw, 105px);
	align-items: start;
	margin-top: clamp(65px, 8vw, 105px);
	padding: clamp(34px, 5vw, 64px);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: linear-gradient(135deg, rgba(234, 246, 250, 0.92), rgba(230, 243, 236, 0.88));
}

.entity-copy h2 {
	max-width: 720px;
	font-size: clamp(2rem, 3.3vw, 3.55rem);
}

.entity-copy > p:last-child {
	max-width: 690px;
	margin-bottom: 0;
	color: var(--muted);
}

.entity-facts {
	border-top: 1px solid var(--line);
}

.entity-facts div {
	display: grid;
	grid-template-columns: 105px 1fr;
	gap: 20px;
	padding: 18px 0;
	border-bottom: 1px solid var(--line);
}

.entity-facts strong {
	color: #2f7898;
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entity-facts span {
	color: var(--ink);
	font-size: 0.9rem;
	line-height: 1.5;
}

/* Offers */
.offer-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.offer-card {
	position: relative;
	display: flex;
	min-height: 520px;
	flex-direction: column;
	padding: clamp(30px, 3.5vw, 45px);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: rgba(255, 253, 248, 0.75);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.offer-card:hover {
	transform: translateY(-7px);
	border-color: rgba(184, 154, 97, 0.65);
	box-shadow: var(--shadow);
}

.offer-card-featured {
	background: var(--ink);
	color: rgba(255, 255, 255, 0.73);
}

.offer-card-featured h3 {
	color: var(--paper);
}

.offer-card .card-number {
	display: grid;
	width: 48px;
	height: 48px;
	margin-bottom: 54px;
	place-items: center;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: #2f7898;
	font-size: 0.72rem;
	font-weight: 800;
}

.offer-card-featured .card-number {
	border-color: var(--line-light);
	color: var(--gold-bright);
}

.offer-card h3 {
	min-height: 3.25em;
	margin-bottom: 20px;
}

.offer-card > p {
	color: var(--muted);
	font-size: 0.95rem;
}

.offer-card-featured > p {
	color: rgba(255, 255, 255, 0.65);
}

.check-list {
	margin-top: auto;
	padding: 28px 0 0;
	border-top: 1px solid var(--line);
	list-style: none;
}

.offer-card-featured .check-list {
	border-color: var(--line-light);
}

.check-list li {
	position: relative;
	margin: 0 0 11px;
	padding-left: 21px;
	font-size: 0.84rem;
	line-height: 1.5;
}

.check-list li::before {
	position: absolute;
	top: 0.56em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--gold);
	content: "";
}

/* Experience */
.experience-section {
	position: relative;
	overflow: hidden;
	background: var(--ink-deep);
	color: rgba(255, 255, 255, 0.7);
}

.experience-section::after {
	position: absolute;
	top: -330px;
	right: -200px;
	width: 720px;
	height: 720px;
	border: 1px solid rgba(215, 188, 125, 0.11);
	border-radius: 50%;
	content: "";
}

.experience-lead {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.55fr);
	gap: clamp(50px, 10vw, 140px);
	align-items: end;
	margin-bottom: clamp(65px, 8vw, 105px);
}

.experience-lead .eyebrow {
	grid-column: 1 / -1;
	margin-bottom: -18px;
}

.experience-lead h2 {
	margin: 0;
	color: var(--paper);
}

.experience-lead > p:last-child {
	margin: 0;
}

.experience-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--line-light);
}

.experience-item {
	padding: 42px 35px 0 0;
	border-right: 1px solid var(--line-light);
}

.experience-item:not(:first-child) {
	padding-left: 35px;
}

.experience-item:last-child {
	border-right: 0;
}

.experience-item > span {
	display: block;
	margin-bottom: 70px;
	color: var(--gold-bright);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.experience-item h3 {
	margin-bottom: 18px;
	color: var(--paper);
}

.experience-item p {
	margin: 0;
	font-size: 0.92rem;
}

.experience-photos {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.75fr);
	gap: 22px;
	margin-top: clamp(75px, 9vw, 120px);
}

.experience-photo {
	position: relative;
	overflow: hidden;
	min-height: 360px;
	margin: 0;
	border: 1px solid var(--line-light);
	border-radius: var(--radius);
	background: var(--ink);
}

.experience-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.76) contrast(1.04);
	transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 400ms ease;
}

.experience-photo-main {
	height: 440px;
}

.experience-photo-main img {
	object-position: center 49%;
}

.experience-photo-secondary {
	height: 440px;
}

.experience-photo-secondary img {
	object-position: center 45%;
}

.experience-photo::after {
	position: absolute;
	inset: 35% 0 0;
	background: linear-gradient(transparent, rgba(5, 17, 14, 0.88));
	content: "";
	pointer-events: none;
}

.experience-photo figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 28px 30px;
	color: var(--paper);
	font-family: var(--font-display);
	font-size: clamp(1.05rem, 1.6vw, 1.35rem);
	line-height: 1.3;
}

.experience-photo:hover img {
	transform: scale(1.025);
	filter: saturate(0.95) contrast(1.02);
}

/* Method */
.method-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(420px, 0.72fr);
	gap: clamp(60px, 10vw, 150px);
	align-items: start;
}

.method-grid .section-heading {
	position: sticky;
	top: calc(var(--header-height) + 45px);
}

.principle-list {
	border-top: 1px solid var(--line);
}

.principle-list article {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 25px;
	padding: 28px 0;
	border-bottom: 1px solid var(--line);
}

.principle-list article > span {
	color: #2f7898;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.principle-list h3 {
	margin-bottom: 7px;
	font-size: 1.45rem;
}

.principle-list p {
	margin: 0;
	color: var(--muted);
	font-size: 0.92rem;
}

/* Formats */
.format-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.format-card {
	position: relative;
	min-height: 280px;
	padding: 38px 40px;
	border: 1px solid var(--line);
	border-radius: var(--radius-small);
	background: var(--paper);
}

.format-card > span {
	display: inline-block;
	margin-bottom: 50px;
	color: #2f7898;
	font-size: 0.72rem;
	font-weight: 800;
}

.format-card h3 {
	margin-bottom: 14px;
}

.format-card p {
	max-width: 520px;
	margin: 0;
	color: var(--muted);
	font-size: 0.93rem;
}

/* FAQ */
.faq-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(420px, 0.9fr);
	gap: clamp(60px, 10vw, 145px);
	align-items: start;
}

.faq-list {
	border-top: 1px solid var(--line);
}

.faq-list details {
	border-bottom: 1px solid var(--line);
}

.faq-list summary {
	position: relative;
	padding: 27px 52px 27px 0;
	color: var(--ink);
	font-family: var(--font-display);
	font-size: clamp(1.15rem, 1.7vw, 1.45rem);
	font-weight: 750;
	line-height: 1.25;
	list-style: none;
	cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
	display: none;
}

.faq-list summary::after {
	position: absolute;
	top: 24px;
	right: 0;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: #2f7898;
	content: "+";
	font-family: var(--font-body);
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1;
	transition: transform 180ms ease, background 180ms ease;
}

.faq-list details[open] summary::after {
	background: var(--cream);
	transform: rotate(45deg);
}

.faq-answer {
	padding: 0 48px 24px 0;
	color: var(--muted);
}

.faq-answer p {
	margin: 0;
}

/* Contact */
.contact-section {
	padding: clamp(90px, 10vw, 145px) 0;
	background: #19465a;
	color: rgba(255, 255, 255, 0.72);
}

.contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(350px, 0.64fr);
	gap: clamp(60px, 10vw, 145px);
	align-items: center;
}

.contact-copy h2 {
	color: var(--paper);
}

.contact-copy > p:last-child {
	max-width: 680px;
}

.contact-card {
	padding: clamp(34px, 4vw, 52px);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.055);
}

.contact-label {
	display: block;
	margin-bottom: 55px;
	color: var(--gold-bright);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.contact-card h3 {
	margin-bottom: 5px;
	color: var(--paper);
	font-size: 2.15rem;
}

.contact-card > p {
	font-size: 0.88rem;
}

.contact-email,
.contact-secondary {
	display: block;
	overflow-wrap: anywhere;
	color: var(--paper);
	text-decoration: none;
}

.contact-email {
	margin: 34px 0 12px;
	font-family: var(--font-display);
	font-size: clamp(1.25rem, 2.15vw, 1.75rem);
}

.contact-secondary {
	margin: 8px 0;
	font-size: 0.88rem;
}

.contact-card .button {
	width: 100%;
	margin-top: 35px;
}

/* Footer */
.site-footer {
	padding: 70px 0 0;
	background: #113326;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.82rem;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.75fr 1fr;
	gap: 60px;
	padding-bottom: 65px;
}

.brand-footer {
	margin-bottom: 22px;
}

.footer-brand > p {
	color: var(--gold-bright);
	font-family: var(--font-display);
	font-size: 1.2rem;
}

.footer-heading {
	margin-bottom: 18px;
	color: var(--paper);
	font-family: var(--font-body);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.76);
	text-decoration: none;
}

.site-footer a:hover {
	color: var(--gold-bright);
}

.site-footer address {
	font-style: normal;
}

.legal-numbers {
	margin-top: 18px;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 78px;
	border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom nav {
	display: flex;
	gap: 22px;
}

/* Standard content */
.inner-page {
	min-height: 70vh;
	padding: clamp(80px, 9vw, 140px) 0;
}

.page-header {
	margin-bottom: 60px;
}

.page-header h1 {
	font-size: clamp(3rem, 6vw, 5.7rem);
}

.entry-content > * + * {
	margin-top: 1.35em;
}

.entry-content h2,
.entry-content h3 {
	margin-top: 1.7em;
}

.entry-content a {
	color: #2f7898;
}

.entry-content blockquote {
	margin: 2em 0;
	padding: 0 0 0 28px;
	border-left: 3px solid var(--gold);
	color: var(--ink);
	font-family: var(--font-display);
	font-size: 1.45rem;
}

/* Fixed privacy policy */
.privacy-page {
	background:
		radial-gradient(circle at 100% 0, rgba(120, 200, 234, 0.2), transparent 30rem),
		var(--paper);
}

.privacy-header {
	padding-bottom: 36px;
	border-bottom: 1px solid var(--line);
}

.privacy-header h1 {
	font-size: clamp(3rem, 6vw, 5.7rem);
}

.privacy-intro {
	max-width: 720px;
	margin-top: 24px;
	color: var(--muted);
	font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.privacy-updated {
	display: inline-flex;
	margin: 10px 0 0;
	padding: 8px 14px;
	border: 1px solid rgba(47, 120, 152, 0.2);
	border-radius: 999px;
	background: rgba(120, 200, 234, 0.12);
	color: var(--ink-deep);
	font-size: 0.82rem;
}

.privacy-content section {
	padding-block: 8px;
	scroll-margin-top: calc(var(--header-height) + 24px);
}

.privacy-content h2 {
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	letter-spacing: -0.035em;
}

.privacy-content li + li {
	margin-top: 0.6em;
}

.privacy-address {
	margin: 0 0 1.25em;
	padding: 22px 24px;
	border-left: 4px solid var(--gold);
	border-radius: 0 var(--radius-small) var(--radius-small) 0;
	background: var(--cream);
	font-style: normal;
}

.privacy-consent-control {
	margin-top: 24px;
}

.privacy-consent-control .cmplz-show-banner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 22px;
	border: 1px solid var(--ink);
	border-radius: 999px;
	background: var(--ink);
	color: var(--white);
	font-weight: 800;
	cursor: pointer;
}

.privacy-consent-control .cmplz-show-banner:hover {
	background: var(--ink-deep);
	color: var(--white);
}

.featured-image {
	overflow: hidden;
	margin-bottom: 50px;
	border-radius: var(--radius);
}

.post-list {
	display: grid;
	gap: 22px;
}

.post-card {
	padding: 35px;
	border: 1px solid var(--line);
	border-radius: var(--radius-small);
}

.post-card h2 {
	font-size: 2rem;
}

.post-card h2 a {
	text-decoration: none;
}

.post-meta {
	color: var(--muted);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.error-page {
	display: flex;
	align-items: center;
}

.error-page p:not(.eyebrow) {
	max-width: 600px;
	color: var(--muted);
}

.custom-content {
	border-top: 1px solid var(--line);
}

/* Motion */
.is-enhanced .reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.is-enhanced .reveal.is-visible {
	opacity: 1;
	transform: none;
}

.is-enhanced .reveal-delay {
	transition-delay: 120ms;
}

.is-enhanced .reveal-delay-two {
	transition-delay: 240ms;
}

@media (max-width: 1080px) {
	:root {
		--header-height: 78px;
	}

	.site-navigation {
		gap: 18px;
	}

	.site-navigation .menu {
		gap: 18px;
	}

	.site-navigation .menu a {
		font-size: 0.72rem;
	}

	.hero-grid {
		grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
		gap: 50px;
	}

	.portrait-frame,
	.portrait-frame img {
		min-height: 500px;
	}

	.hero-note {
		right: -12px;
	}

	.offer-card {
		padding: 32px;
	}

	.offer-card h3 {
		min-height: 0;
	}
}

@media (max-width: 900px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.nav-toggle {
		display: block;
	}

	.nav-open .nav-toggle span:nth-of-type(2) {
		transform: translateY(6px) rotate(45deg);
	}

	.nav-open .nav-toggle span:nth-of-type(3) {
		opacity: 0;
	}

	.nav-open .nav-toggle span:nth-of-type(4) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.site-navigation {
		position: fixed;
		top: var(--header-height);
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		visibility: hidden;
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
		gap: 36px;
		padding: 40px 28px;
		background: var(--ink-deep);
		opacity: 0;
		transform: translateY(-12px);
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	}

	.admin-bar .site-navigation {
		top: calc(var(--header-height) + 46px);
	}

	.nav-open .site-navigation {
		visibility: visible;
		opacity: 1;
		transform: none;
	}

	.site-navigation .menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.site-navigation .menu li {
		border-bottom: 1px solid var(--line-light);
	}

	.site-navigation .menu a {
		display: block;
		padding: 16px 0;
		font-family: var(--font-display);
		font-size: 1.45rem;
		font-weight: 500;
	}

	.hero {
		padding-top: 85px;
	}

	.hero-grid {
		grid-template-columns: 1fr;
	}

	.hero-copy {
		max-width: 790px;
		padding-bottom: 0;
	}

	.hero-visual {
		width: min(100%, 540px);
		margin: 10px auto 0;
	}

	.proof-bar {
		grid-template-columns: repeat(2, 1fr);
	}

	.proof-bar div:nth-child(2) {
		border-right: 0;
	}

	.proof-bar div:nth-child(3),
	.proof-bar div:nth-child(4) {
		border-top: 1px solid var(--line);
	}

	.proof-bar div:nth-child(3) {
		padding-left: 0;
	}

	.split-grid,
	.method-grid,
	.entity-card,
	.faq-grid,
	.contact-grid {
		grid-template-columns: 1fr;
	}

	.method-grid .section-heading {
		position: static;
	}

	.offer-grid {
		grid-template-columns: 1fr;
	}

	.offer-card {
		min-height: 0;
	}

	.offer-card .card-number {
		margin-bottom: 36px;
	}

	.offer-card .check-list {
		margin-top: 32px;
	}

	.experience-lead {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.experience-lead .eyebrow {
		grid-column: auto;
		margin-bottom: 0;
	}

	.experience-grid {
		grid-template-columns: 1fr;
	}

	.experience-item,
	.experience-item:not(:first-child) {
		display: grid;
		grid-template-columns: 48px 1fr;
		gap: 25px;
		padding: 34px 0;
		border-right: 0;
		border-bottom: 1px solid var(--line-light);
	}

	.experience-photos {
		grid-template-columns: 1fr;
	}

	.experience-photo-main,
	.experience-photo-secondary {
		height: 390px;
	}

	.experience-item > span {
		margin: 0;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 640px) {
	:root {
		--header-height: 72px;
	}

	body {
		font-size: 16px;
	}

	.inner-page {
		padding: 64px 0 78px;
	}

	.page-header {
		margin-bottom: 42px;
	}

	.privacy-header h1 {
		font-size: clamp(2.35rem, 11.5vw, 3rem);
		letter-spacing: -0.04em;
		hyphens: auto;
		overflow-wrap: break-word;
	}

	.privacy-intro {
		margin-top: 18px;
	}

	.privacy-address {
		padding: 18px;
	}

	.container {
		width: min(calc(100% - 32px), var(--container));
	}

	.section {
		padding: 78px 0;
	}

	.experience-photo-main,
	.experience-photo-secondary {
		height: 330px;
	}

	.brand-name {
		font-size: 0.84rem;
	}

	.brand-mark {
		flex-basis: 38px;
		width: 38px;
		height: 38px;
	}

	.hero {
		padding-top: 65px;
	}

	.hero h1 {
		font-size: clamp(2.65rem, 13vw, 3.55rem);
		letter-spacing: -0.045em;
		overflow-wrap: break-word;
	}

	.hero-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 18px;
	}

	.hero-actions .text-link {
		align-self: flex-start;
	}

	.portrait-frame,
	.portrait-frame img {
		min-height: 440px;
	}

	.hero-note {
		right: 12px;
		bottom: 20px;
		width: 185px;
		padding: 18px;
	}

	.hero-note p {
		font-size: 1.05rem;
	}

	.proof-bar {
		grid-template-columns: 1fr;
	}

	.proof-bar div,
	.proof-bar div:not(:first-child),
	.proof-bar div:nth-child(3) {
		min-height: auto;
		padding: 21px 0;
		border-top: 1px solid var(--line);
		border-right: 0;
	}

	.proof-bar div:first-child {
		border-top: 0;
	}

	.offer-card,
	.entity-card,
	.contact-card {
		padding: 29px 25px;
	}

	.entity-facts div {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.experience-item,
	.experience-item:not(:first-child) {
		grid-template-columns: 36px 1fr;
		gap: 14px;
	}

	.principle-list article {
		grid-template-columns: 36px 1fr;
		gap: 14px;
	}

	.format-grid {
		grid-template-columns: 1fr;
	}

	.format-card {
		min-height: 0;
		padding: 30px 26px;
	}

	.format-card > span {
		margin-bottom: 35px;
	}

	.contact-email {
		font-size: 1.05rem;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.footer-brand {
		grid-column: auto;
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		gap: 8px;
		padding: 18px 0;
	}
}

/* German-only site: hide floating remnants of legacy translation plugins. */
.gt_float_switcher,
.gtranslate_wrapper,
#gtranslate_wrapper,
.trp-language-switcher-container,
.trp-floater-ls,
.trp-language-switcher {
	display: none !important;
}

/* Complianz cookie banner */
#cmplz-cookiebanner-container .cmplz-cookiebanner {
	border: 1px solid var(--line) !important;
	border-radius: 20px !important;
	background: var(--paper) !important;
	box-shadow: 0 24px 70px rgba(21, 63, 46, 0.22) !important;
	font-family: var(--font-body) !important;
}

#cmplz-cookiebanner-container .cmplz-title,
#cmplz-cookiebanner-container .cmplz-category-title {
	color: var(--ink-deep) !important;
	font-family: var(--font-display) !important;
	font-weight: 750 !important;
}

#cmplz-cookiebanner-container .cmplz-message,
#cmplz-cookiebanner-container .cmplz-category-description {
	color: var(--text) !important;
	line-height: 1.55 !important;
}

#cmplz-cookiebanner-container .cmplz-btn {
	min-height: 48px !important;
	border-radius: 999px !important;
	font-family: var(--font-body) !important;
	font-size: 0.82rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.025em !important;
}

#cmplz-cookiebanner-container .cmplz-btn.cmplz-accept {
	border-color: var(--ink) !important;
	background: var(--ink) !important;
	color: var(--white) !important;
}

#cmplz-cookiebanner-container .cmplz-btn.cmplz-deny,
#cmplz-cookiebanner-container .cmplz-btn.cmplz-view-preferences,
#cmplz-cookiebanner-container .cmplz-btn.cmplz-save-preferences {
	border-color: var(--ink) !important;
	background: transparent !important;
	color: var(--ink-deep) !important;
}

#cmplz-cookiebanner-container .cmplz-link {
	color: #2f7898 !important;
}

#cmplz-manage-consent .cmplz-manage-consent,
.cmplz-cookiebanner .cmplz-manage-consent {
	border-radius: 999px 999px 0 0 !important;
	background: var(--ink-deep) !important;
	color: var(--white) !important;
	font-family: var(--font-body) !important;
	font-weight: 750 !important;
}

.site-footer .cmplz-show-banner {
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.76);
	font: inherit;
	cursor: pointer;
}

.site-footer .cmplz-show-banner:hover {
	color: var(--gold-bright);
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.is-enhanced .reveal {
		opacity: 1;
		transform: none;
	}
}
