/* =========================================================
   Friends Kontakt – Frontend
   Design 1:1 aus dem Screendesign.
   ========================================================= */

.frct-wrap,
.frct-card,
.frct-info {
	--frct-ink: #1C1B20;
	--frct-muted: #6E6B74;
	--frct-accent: #E29E3F;
	--frct-accent-text: #1C1408;
	--frct-paper: #F6F5F3;
	--frct-white: #FFFFFF;
	--frct-line: #E7E4DF;
	--frct-input-line: #E4DED5;
	font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.frct-wrap {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 72px;
	align-items: start;
	width: 100%;
}

/* ---------- Linke Spalte ---------- */

.frct-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: var(--frct-muted);
	margin-bottom: 18px;
}

.frct-eyebrow::before {
	content: "";
	width: 30px;
	height: 2px;
	background: var(--frct-accent);
}

.frct-headline {
	font-family: 'Anton', Impact, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 52px;
	line-height: 1.04;
	color: var(--frct-ink);
	margin: 0 0 24px;
}

.frct-intro {
	font-size: 17px;
	line-height: 1.75;
	color: var(--frct-muted);
	margin: 0 0 38px;
}

.frct-row {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid var(--frct-line);
	text-decoration: none;
}

.frct-label {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--frct-muted);
}

.frct-value {
	font-size: 19px;
	font-weight: 800;
	color: var(--frct-ink);
	word-break: break-word;
}

.frct-row:hover .frct-value {
	color: var(--frct-accent);
}

.frct-socials {
	display: flex;
	gap: 12px;
	margin-top: 12px;
	flex-wrap: wrap;
}

.frct-socials a {
	padding: 12px 24px;
	border-radius: 999px;
	border: 1.5px solid var(--frct-ink);
	color: var(--frct-ink);
	font-weight: 800;
	font-size: 13px;
	letter-spacing: .06em;
	text-decoration: none;
	transition: background .15s ease, color .15s ease;
}

.frct-socials a:hover {
	background: var(--frct-ink);
	color: var(--frct-white);
}

/* ---------- Formularkarte ---------- */

.frct-card {
	background: var(--frct-white);
	border: 1px solid var(--frct-line);
	border-radius: 22px;
	padding: 44px;
	box-sizing: border-box;
	width: 100%;
}

.frct-card-title {
	font-size: 23px;
	font-weight: 800;
	color: var(--frct-ink);
	margin: 0 0 6px;
}

.frct-card-sub {
	font-size: 15px;
	color: var(--frct-muted);
	margin: 0 0 30px;
}

.frct-row2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.frct-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 18px;
}

.frct-row2 .frct-field {
	margin-bottom: 18px;
}

.frct-field label {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--frct-muted);
}

.frct-field input,
.frct-field textarea {
	font-family: inherit;
	font-size: 16px;
	color: var(--frct-ink);
	padding: 15px 18px;
	border-radius: 12px;
	border: 1.5px solid var(--frct-input-line);
	background: var(--frct-paper);
	outline: none;
	width: 100%;
	box-sizing: border-box;
	transition: border-color .15s ease, background .15s ease;
}

.frct-field input::placeholder,
.frct-field textarea::placeholder {
	color: #A8A29B;
}

.frct-field input:focus,
.frct-field textarea:focus {
	border-color: var(--frct-ink);
	background: var(--frct-white);
}

.frct-field input.frct-invalid,
.frct-field textarea.frct-invalid {
	border-color: #D6455B;
}

.frct-field textarea {
	min-height: 130px;
	resize: vertical;
}

/* Honeypot */
.frct-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Turnstile */
.frct-turnstile:not(:empty) {
	margin: 4px 0 18px;
	min-height: 65px;
}

/* ---------- Button ---------- */

.frct-submit {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	font-family: inherit;
	font-weight: 800;
	font-size: 15px;
	padding: 17px 30px;
	border-radius: 999px;
	border: none;
	cursor: pointer;
	background: var(--frct-accent);
	color: var(--frct-accent-text);
	margin-top: 8px;
	transition: transform .18s ease, filter .18s ease, box-shadow .18s ease, opacity .2s ease;
}

.frct-submit:hover {
	transform: translateY(-2px);
	filter: brightness(1.06);
	box-shadow: 0 12px 30px rgba(226, 158, 63, .32);
}

.frct-submit.is-loading {
	opacity: .7;
	pointer-events: none;
	transform: none;
}

.frct-spinner {
	display: none;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(28, 20, 8, .3);
	border-top-color: var(--frct-accent-text);
	border-radius: 50%;
	animation: frct-spin .7s linear infinite;
}

.frct-submit.is-loading .frct-spinner {
	display: block;
}

@keyframes frct-spin {
	to {
		transform: rotate(360deg);
	}
}

/* ---------- Meldungen ---------- */

.frct-message {
	display: none;
	margin-top: 18px;
	padding: 16px 18px;
	border-radius: 12px;
	font-size: 14px;
	line-height: 1.6;
}

.frct-message.is-visible {
	display: block;
}

.frct-message.is-success {
	background: rgba(226, 158, 63, .12);
	border: 1px solid rgba(226, 158, 63, .4);
	color: #7A5313;
}

.frct-message.is-error {
	background: rgba(214, 69, 91, .08);
	border: 1px solid rgba(214, 69, 91, .35);
	color: #8E2437;
}

.frct-privacy {
	font-size: 12px;
	color: var(--frct-muted);
	margin: 16px 0 0;
	text-align: center;
	line-height: 1.6;
}

.frct-privacy a {
	color: var(--frct-ink);
	font-weight: 700;
	text-decoration: underline;
}

/* ---------- Dunkle Variante ---------- */

.frct-wrap--dark .frct-headline,
.frct-wrap--dark .frct-value {
	color: #FFFFFF;
}

.frct-wrap--dark .frct-intro,
.frct-wrap--dark .frct-label,
.frct-wrap--dark .frct-eyebrow {
	color: #A5A1AD;
}

.frct-wrap--dark .frct-row {
	border-color: rgba(255, 255, 255, .12);
}

.frct-wrap--dark .frct-socials a {
	border-color: rgba(255, 255, 255, .35);
	color: #FFFFFF;
}

.frct-wrap--dark .frct-socials a:hover {
	background: #FFFFFF;
	color: var(--frct-ink);
}

/* ---------- Tablet ---------- */

@media (max-width: 1024px) {
	.frct-wrap {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.frct-headline {
		font-size: 40px;
	}

	.frct-card {
		padding: 34px;
	}
}

/* ---------- Mobil ---------- */

@media (max-width: 767px) {
	.frct-headline {
		font-size: 30px;
		margin-bottom: 16px;
	}

	.frct-intro {
		font-size: 14px;
		margin-bottom: 26px;
	}

	.frct-value {
		font-size: 16px;
	}

	.frct-row {
		padding-bottom: 14px;
		margin-bottom: 14px;
	}

	.frct-card {
		padding: 22px;
		border-radius: 18px;
	}

	.frct-card-title {
		font-size: 20px;
	}

	.frct-card-sub {
		font-size: 14px;
		margin-bottom: 22px;
	}

	.frct-row2 {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.frct-field {
		margin-bottom: 14px;
	}

	.frct-field input,
	.frct-field textarea {
		font-size: 16px;
		/* 16px verhindert das Zoomen in iOS */
		padding: 13px 14px;
	}

	.frct-field textarea {
		min-height: 100px;
	}

	.frct-socials a {
		flex: 1;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {

	.frct-submit,
	.frct-socials a,
	.frct-field input,
	.frct-field textarea {
		transition: none !important;
	}

	.frct-submit:hover {
		transform: none;
	}
}
