/* ============================================================
   Boho Casino — Basis: Tokens, Typografie, Sektionsrhythmus
   ============================================================ */

html:root {
	--boho-accent: #fd8b0f;
	--boho-accent-dark: #f65d06;
	--boho-accent-soft: #fff1df;
	--boho-violet: #7055b9;
	--boho-violet-soft: #f1eeff;
	--boho-violet-line: #dbd5fe;
	--boho-ink: #4c4c68;
	--boho-ink-strong: #33334a;
	--boho-muted: #7a7a92;
	--boho-surface: #ffffff;
	--boho-surface-alt: #f7f6fc;
	--boho-line: #e7e4f3;

	--boho-radius-sm: 10px;
	--boho-radius: 16px;
	--boho-radius-lg: 24px;
	--boho-shadow: 0 10px 30px rgba(76, 76, 104, .08);
	--boho-shadow-soft: 0 4px 14px rgba(76, 76, 104, .06);

	--boho-font: "Trebuchet MS", "Segoe UI", system-ui, -apple-system, sans-serif;
}

body {
	font-family: var(--boho-font);
	color: var(--boho-ink);
	background: var(--boho-surface);
	-webkit-font-smoothing: antialiased;
}

/* Fließtext etwas ruhiger als im Elterntheme */
.tag-wrapper p,
.tag-wrapper li {
	font-size: 16px;
	line-height: 1.7;
}

.tag-wrapper strong {
	color: var(--boho-ink-strong);
}

.tag-wrapper a:not(.accent-button):not(.outline-button) {
	color: var(--boho-violet);
	text-decoration: underline;
	text-decoration-color: var(--boho-violet-line);
	text-underline-offset: 3px;
	transition: color .18s ease, text-decoration-color .18s ease;
}

.tag-wrapper a:not(.accent-button):not(.outline-button):hover {
	color: var(--boho-accent-dark);
	text-decoration-color: var(--boho-accent);
}

/* ---------- Überschriften ---------- */
h1.title,
h1 {
	font-size: clamp(28px, 3.4vw, 42px);
	line-height: 1.18;
	color: var(--boho-ink-strong);
	letter-spacing: -.01em;
}

h2.title,
.tag-wrapper h2 {
	font-size: clamp(23px, 2.4vw, 31px);
	line-height: 1.25;
	color: var(--boho-ink-strong);
	letter-spacing: -.01em;
}

.tag-wrapper h3 {
	font-size: 20px;
	line-height: 1.35;
	color: var(--boho-ink-strong);
}

/* Sektionsüberschrift: das Elterntheme zentriert sie absolut, hier links im Fluss */
.text-image.text-image-heading .text-image__heading {
	position: static;
	text-align: left;
	width: 100%;
	max-width: none;
	margin: 0 0 18px;
	transform: none;
	left: auto;
	right: auto;
	top: auto;
}

.text-image.text-image-heading .text-image__heading .title {
	position: relative;
	display: inline-block;
	padding-bottom: 12px;
	margin: 0;
}

.text-image.text-image-heading .text-image__heading .title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 56px;
	height: 4px;
	border-radius: 4px;
	background: linear-gradient(90deg, var(--boho-accent), var(--boho-violet));
}

/* ---------- Sektionsrhythmus ---------- */
.tag-wrapper {
	margin-block: 56px;
}

.tag-wrapper:first-of-type {
	margin-top: 32px;
}

@media (max-width: 767px) {
	.tag-wrapper {
		margin-block: 40px;
	}
}

/* ---------- Buttons ---------- */
.accent-button,
.outline-button {
	border-radius: 999px;
	font-weight: 700;
	letter-spacing: .02em;
	padding: 12px 28px;
	box-shadow: 0 6px 16px rgba(253, 139, 15, .25);
	transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.accent-button:hover,
.outline-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(246, 93, 6, .28);
}

.accent-button:active,
.outline-button:active {
	transform: translateY(0);
}

/* ---------- Hero / Breadcrumbs ---------- */
.header-breadcrumbs-left {
	background: linear-gradient(160deg, var(--boho-violet-soft) 0%, #fff 62%);
	border-radius: var(--boho-radius-lg);
	padding: 34px 0 38px;
}

.header-breadcrumbs-left .container {
	padding-inline: 28px;
}

.breadcrumbs {
	font-size: 13px;
	color: var(--boho-muted);
	margin-bottom: 14px;
}

.breadcrumbs a,
.breadcrumbs__link {
	color: var(--boho-muted);
	text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs__link:hover {
	color: var(--boho-accent-dark);
}

.header-breadcrumbs-left__buttons {
	gap: 12px;
	margin-top: 22px;
}

/* ---------- Header ---------- */
.header {
	box-shadow: 0 2px 14px rgba(76, 76, 104, .08);
}

.header .top-menu__link,
.header a {
	font-weight: 600;
}

/* ---------- Footer ---------- */
.footer {
	border-top: 4px solid var(--boho-accent);
}

.footer a {
	color: #e9e5fb;
	text-decoration: none;
	transition: color .18s ease;
}

.footer a:hover {
	color: var(--boho-accent);
}

.footer .widget-title,
.footer h3,
.footer h4 {
	color: #fff;
	font-size: 15px;
	letter-spacing: .06em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

/* ---------- Bilder in Textblöcken ---------- */
.text-image__image img,
.text-image img {
	border-radius: var(--boho-radius);
	box-shadow: var(--boho-shadow);
}

/* ---------- Listen ---------- */
.tag-wrapper .wp-block-list {
	padding-left: 0;
	list-style: none;
}

.tag-wrapper .wp-block-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
}

.tag-wrapper ul.wp-block-list li::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--boho-accent);
}

.tag-wrapper ol.wp-block-list {
	counter-reset: boho-ol;
}

.tag-wrapper ol.wp-block-list li {
	counter-increment: boho-ol;
	padding-left: 38px;
}

.tag-wrapper ol.wp-block-list li::before {
	content: counter(boho-ol);
	position: absolute;
	left: 0;
	top: 2px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--boho-violet-soft);
	color: var(--boho-violet);
	font-weight: 700;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
}

/* Hero-Bild: Screenshots haben sehr unterschiedliche Formate, deshalb nicht beschneiden */
.header-breadcrumbs-left .get-image,
.header-breadcrumbs-left__image {
	margin: 0;
	overflow: visible;
	height: auto;
}

.header-breadcrumbs-left .get-image img,
.header-breadcrumbs-left__image img {
	width: 100%;
	height: auto;
	max-height: 400px;
	object-fit: contain;
	object-position: top center;
	background: #fff;
	border: 1px solid var(--boho-line);
	border-radius: var(--boho-radius);
	box-shadow: var(--boho-shadow);
	padding: 8px;
}
