/*
Theme Name: Stadtkind Extendable
Theme URI: https://stadtkind-tattoo.berlin
Description: Child theme layer for Stadtkind Tattoo Berlin. Keeps studio and author-project presentation separable while inheriting Extendable.
Author: Stadtkind Tattoo Berlin
Template: extendable
Version: 0.3.0
Text Domain: stadtkind-extendable
*/

:root {
	--stk-ink: #1f2422;
	--stk-paper: #fbf7ef;
	--stk-muted: #ece4d6;
	--stk-line: #d5c6b2;
	--stk-graphite: #2c302e;
	--stk-bronze: #b07a45;
	--stk-gold: #d7ad62;
	--stk-green: #6fa66a;
	--stk-green-dark: #315c42;
	--stk-tattoo: #2f302d;
	--stk-tattoo-accent: #b07a45;
	--stk-mod: #f8f5e9;
	--stk-mod-ink: #1f302a;
	--stk-mod-pink: #ff4f9a;
	--stk-mod-teal: #00a7a5;
	--stk-mod-yellow: #ffd449;
	--stk-mod-lime: #9bd93c;
	--stk-radius: 14px;
}

.stadtkind-home {
	color: var(--stk-ink);
	background: var(--stk-paper);
}

.stadtkind-home .wp-block-heading {
	letter-spacing: 0;
}

.stadtkind-home .wp-block-button__link,
.stadtkind-home .wp-element-button {
	border: 2px solid transparent;
	border-radius: var(--stk-radius);
	box-shadow: 0 10px 22px rgb(31 36 34 / 0.13);
	font-weight: 750;
	line-height: 1.15;
	min-height: 48px;
	padding: 0.9rem 1.15rem;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.stadtkind-home .wp-block-button__link:hover,
.stadtkind-home .wp-block-button__link:focus {
	box-shadow: 0 12px 26px rgb(31 36 34 / 0.20);
	text-decoration: none;
	transform: translateY(-1px);
}

.stadtkind-home .wp-block-button.is-style-outline > .wp-block-button__link {
	background: rgb(255 255 255 / 0.12);
	border-color: currentColor;
	color: inherit;
}

.stadtkind-home .wp-block-button.is-style-outline > .wp-block-button__link:hover,
.stadtkind-home .wp-block-button.is-style-outline > .wp-block-button__link:focus {
	background: rgb(255 255 255 / 0.22);
}

.stk-section {
	padding-top: clamp(3rem, 7vw, 5.5rem);
	padding-bottom: clamp(3rem, 7vw, 5.5rem);
}

.stk-hero {
	min-height: min(78vh, 760px);
	display: grid;
	align-items: end;
	background:
		linear-gradient(180deg, rgb(31 36 34 / 0.18), rgb(31 36 34 / 0.72)),
		var(--stk-tattoo);
	color: #fff;
}

.stk-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: #fff;
	color: var(--stk-tattoo);
}

.stk-hero .wp-block-button.is-style-outline .wp-block-button__link {
	background: rgb(255 255 255 / 0.16);
	border-color: #fff;
	color: #fff;
}

.stk-editorial-hero {
	min-height: clamp(430px, 58vw, 560px);
	align-items: center;
	overflow: hidden;
	background: var(--stk-paper);
	border-radius: 0;
	color: var(--stk-ink);
}

.stk-editorial-hero .wp-block-cover__image-background {
	object-position: 68% center;
	filter: saturate(0.82) contrast(1.08);
}

.stk-editorial-hero .wp-block-cover__background {
	background:
		linear-gradient(90deg, rgb(251 247 239 / 0.98) 0%, rgb(251 247 239 / 0.88) 42%, rgb(251 247 239 / 0.42) 72%, rgb(251 247 239 / 0.12) 100%) !important;
	opacity: 1 !important;
}

.stk-editorial-hero .wp-block-cover__inner-container {
	width: min(100%, 1120px);
	margin-inline: auto;
	padding: clamp(1.5rem, 4vw, 3rem);
}

.stk-editorial-hero :where(h1, p) {
	max-width: 650px;
}

.stk-editorial-hero h1 {
	position: relative;
	margin-bottom: 1.3rem;
	font-size: clamp(2.1rem, 5vw, 3.65rem) !important;
	line-height: 1.05 !important;
	text-wrap: balance;
}

.stk-editorial-hero h1::after {
	content: "";
	display: block;
	width: 72px;
	height: 3px;
	margin-top: 1rem;
	background: linear-gradient(90deg, var(--stk-gold), var(--stk-bronze));
	border-radius: 999px;
}

.stk-editorial-hero p {
	font-size: clamp(1rem, 2vw, 1.18rem) !important;
	line-height: 1.55 !important;
	color: rgb(31 36 34 / 0.82) !important;
}

.stk-editorial-hero .wp-block-buttons {
	display: flex;
	gap: 0.9rem;
	margin-top: 1.5rem !important;
}

.stk-editorial-hero .wp-block-button__link {
	min-height: 44px;
	padding: 0.7rem 1.05rem;
	border-radius: 8px;
	border-color: rgb(31 36 34 / 0.22);
	background: rgb(255 255 255 / 0.45);
	box-shadow: none;
	color: var(--stk-ink);
	font-size: 0.95rem;
}

.stk-editorial-hero .wp-block-buttons .wp-block-button:first-child .wp-block-button__link {
	background: linear-gradient(135deg, var(--stk-gold), var(--stk-bronze));
	border-color: transparent;
	color: #1f2422;
}

.stk-editorial-hero .wp-block-buttons .wp-block-button:nth-child(2) .wp-block-button__link {
	border-color: rgb(176 122 69 / 0.52);
}

.stk-editorial-hero .wp-block-button__link:hover,
.stk-editorial-hero .wp-block-button__link:focus {
	background: #fff;
	color: #1f2422;
	box-shadow: 0 12px 26px rgb(31 36 34 / 0.16);
}

.stk-eyebrow {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.stk-path-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1rem, 3vw, 1.5rem);
}

.stk-path-card {
	min-height: 330px;
	border-radius: var(--stk-radius);
	padding: clamp(1.5rem, 4vw, 2.5rem);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid var(--stk-line);
	box-shadow: 0 18px 38px rgb(31 36 34 / 0.10);
}

.stk-path-card :where(h2, h3, p) {
	margin-top: 0;
}

.stk-path-card--tattoo {
	background:
		linear-gradient(135deg, rgb(215 173 98 / 0.18), transparent 40%),
		linear-gradient(180deg, #3a3b37, #252926);
	color: #fbf7ef;
	border-color: #7b6a55;
}

.stk-path-card--tattoo .wp-block-button__link {
	background: #fbf7ef;
	color: #252926;
	border-color: var(--stk-gold);
}

.stk-path-card--mod {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgb(111 166 106 / 0.24), transparent 38%),
		linear-gradient(315deg, rgb(215 173 98 / 0.22), transparent 42%),
		var(--stk-mod);
	color: var(--stk-mod-ink);
	border-color: #c8d4aa;
}

.stk-path-card--mod::before {
	content: "";
	position: absolute;
	inset: 0;
	border-top: 7px solid var(--stk-green);
	border-right: 7px solid var(--stk-gold);
	border-bottom: 7px solid var(--stk-bronze);
	border-left: 7px solid var(--stk-mod-lime);
	border-radius: inherit;
	pointer-events: none;
}

.stk-path-card--mod > * {
	position: relative;
	z-index: 1;
}

.stk-path-card--mod .wp-block-button__link {
	background: var(--stk-green-dark);
	border-color: var(--stk-gold);
	color: #fff;
}

.stk-trust-band {
	background: #fffdf8;
	border-top: 1px solid var(--stk-line);
	border-bottom: 1px solid var(--stk-line);
}

.stk-split {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(1.5rem, 5vw, 4rem);
	align-items: start;
}

.stk-kiez-note {
	background:
		linear-gradient(135deg, rgb(215 173 98 / 0.16), transparent 45%),
		var(--stk-muted);
	border-radius: var(--stk-radius);
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid var(--stk-line);
}

.stk-social-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.stk-social-row .wp-block-button__link {
	background: #fff;
	border-color: var(--stk-ink);
	color: var(--stk-ink);
}

.stk-social-row .stk-whatsapp .wp-block-button__link {
	background: var(--stk-green-dark);
	border-color: var(--stk-green);
	color: #fff;
}

.stk-premium-home {
	--stk-premium-bg: #030303;
	--stk-premium-line: rgb(197 150 82 / 0.42);
	--stk-premium-text: #f2f0ec;
	--stk-premium-muted: rgb(242 240 236 / 0.72);
	--stk-premium-gold: #c59652;
	--stk-premium-gold-soft: #e1bd78;
	--stk-premium-pink: #f058e8;
	background: var(--stk-premium-bg);
	color: var(--stk-premium-text);
	font-family: "Bahnschrift", "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
	overflow-x: clip;
}

.stk-premium-home > section,
.stk-premium-home > div {
	max-width: none;
}

body.home {
	background: #030303;
	overflow-x: hidden;
}

body.home .wp-site-blocks,
body.home main,
body.home .entry-content,
body.home .wp-block-post-content {
	background: #030303;
}

body.home footer.wp-block-template-part {
	display: none;
}

body.home .entry-content.wp-block-post-content,
body.home .wp-block-post-content.has-global-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.home .wp-block-post-content > .stk-premium-home,
body.home .entry-content > .stk-premium-home {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.stk-premium-home * {
	box-sizing: border-box;
}

.stk-premium-home a {
	color: inherit;
	text-decoration: none;
}

.stk-premium-nav {
	position: absolute;
	z-index: 5;
	top: clamp(1.6rem, 4vw, 3rem);
	left: clamp(1.3rem, 5vw, 4.5rem);
	right: clamp(1.3rem, 5vw, 4.5rem);
	display: flex;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
}

.stk-premium-nav a {
	pointer-events: auto;
}

.stk-premium-home .stk-wordmark {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	color: #fff;
	letter-spacing: 0.36em;
	text-transform: uppercase;
}

.stk-premium-home .stk-mark {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--stk-premium-gold);
	color: var(--stk-premium-gold-soft);
	font-size: 1.35rem;
	line-height: 1;
}

.stk-premium-home .stk-logo-main,
.stk-premium-home .stk-logo-sub {
	display: block;
}

.stk-premium-home .stk-logo-main {
	font-size: clamp(1.65rem, 3vw, 2.45rem);
	font-weight: 500;
	line-height: 0.95;
}

.stk-premium-home .stk-logo-sub {
	margin-top: 0.35rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.3em;
}

.stk-premium-menu-icon {
	display: block;
	width: 48px;
	height: 34px;
	position: relative;
	opacity: 0.86;
}

.stk-premium-menu-icon::before,
.stk-premium-menu-icon::after,
.stk-premium-menu-icon span {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 3px;
	background: #fff;
	border-radius: 999px;
}

.stk-premium-menu-icon::before {
	top: 0;
}

.stk-premium-menu-icon span {
	top: 15px;
}

.stk-premium-menu-icon::after {
	bottom: 0;
}

.stk-premium-hero {
	position: relative;
	min-height: clamp(690px, 78vw, 920px);
	display: grid;
	align-items: end;
	overflow: hidden;
	background: #030303;
	border-bottom: 1px solid var(--stk-premium-line);
}

.stk-premium-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--stk-hero-image);
	background-size: cover;
	background-position: 62% center;
	filter: grayscale(0.88) contrast(1.08) brightness(0.82);
	opacity: 0.9;
}

.stk-premium-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 75% 50%, transparent 0%, rgb(3 3 3 / 0.10) 34%, #030303 92%),
		linear-gradient(90deg, #030303 0%, rgb(3 3 3 / 0.86) 34%, rgb(3 3 3 / 0.36) 67%, rgb(3 3 3 / 0.08) 100%),
		linear-gradient(180deg, rgb(3 3 3 / 0.02) 0%, rgb(3 3 3 / 0.88) 100%);
}

.stk-premium-hero__content {
	position: relative;
	z-index: 2;
	width: min(100%, 1180px);
	margin: 0 auto;
	padding: clamp(8.5rem, 14vw, 14rem) clamp(1.3rem, 5vw, 4.5rem) clamp(3.5rem, 7vw, 5.5rem);
}

.stk-premium-title {
	max-width: 630px;
	margin: 0;
	color: #f7f4ef;
	font-size: clamp(2.5rem, 7.4vw, 6.3rem);
	font-stretch: condensed;
	font-weight: 500;
	letter-spacing: 0.18em;
	line-height: 1.12;
	text-transform: uppercase;
}

.stk-premium-rule {
	width: 68px;
	height: 2px;
	margin: clamp(1.4rem, 3vw, 2.2rem) 0;
	background: var(--stk-premium-gold);
	box-shadow: 0 0 18px rgb(197 150 82 / 0.28);
}

.stk-premium-lead {
	max-width: 570px;
	margin: 0;
	color: var(--stk-premium-muted);
	font-family: Arial, sans-serif;
	font-size: clamp(1rem, 2vw, 1.25rem);
	line-height: 1.7;
}

.stk-premium-actions {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(1rem, 3vw, 3.2rem);
	margin-top: clamp(2rem, 4vw, 3rem);
}

.stk-premium-button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 2.25rem;
	min-width: min(100%, 310px);
	min-height: 64px;
	padding: 0.95rem 1.25rem 0.95rem 1.55rem;
	border: 1px solid var(--stk-premium-gold);
	border-radius: 5px;
	background: rgb(0 0 0 / 0.22);
	color: #f8edda;
	box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.03);
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.stk-premium-button::after,
.stk-link-arrow::after {
	content: "->";
	font-size: 1.75rem;
	font-weight: 300;
	letter-spacing: 0;
}

.stk-premium-button:hover,
.stk-premium-button:focus {
	transform: translateY(-2px);
	background: rgb(197 150 82 / 0.16);
	box-shadow: 0 0 30px rgb(197 150 82 / 0.18);
}

.stk-premium-button--mod {
	border-color: var(--stk-premium-pink);
	color: #ffe8ff;
	box-shadow: 0 0 22px rgb(240 88 232 / 0.34);
}

.stk-premium-button--mod:hover,
.stk-premium-button--mod:focus {
	background: rgb(240 88 232 / 0.14);
	box-shadow: 0 0 34px rgb(240 88 232 / 0.44);
}

.stk-premium-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-bottom: 1px solid var(--stk-premium-line);
	background: #020202;
}

.stk-premium-card {
	position: relative;
	min-height: clamp(560px, 58vw, 760px);
	overflow: hidden;
	border-right: 1px solid var(--stk-premium-line);
}

.stk-premium-card:last-child {
	border-right: 0;
}

.stk-premium-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--stk-card-image);
	background-size: cover;
	background-position: center;
	filter: grayscale(0.88) contrast(1.1) brightness(0.68);
	transform: scale(1.02);
}

.stk-premium-card--mod::before {
	filter: saturate(1.28) contrast(1.12) brightness(0.82);
	background-position: 70% center;
}

.stk-premium-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #050505 0%, rgb(5 5 5 / 0.76) 36%, rgb(5 5 5 / 0.12) 100%);
}

.stk-premium-card--mod::after {
	background:
		radial-gradient(circle at 70% 35%, rgb(240 88 232 / 0.18), transparent 32%),
		linear-gradient(90deg, #080612 0%, rgb(8 6 18 / 0.72) 38%, rgb(8 6 18 / 0.06) 100%);
}

.stk-premium-card__content {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: inherit;
	flex-direction: column;
	justify-content: space-between;
	padding: clamp(2.2rem, 5vw, 4.5rem);
}

.stk-premium-card .stk-mark {
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.stk-premium-card--mod .stk-mark {
	border-color: var(--stk-premium-pink);
	color: #ff9df7;
	box-shadow: 0 0 20px rgb(240 88 232 / 0.38);
}

.stk-premium-card h2 {
	max-width: 460px;
	margin: 0;
	color: #f7f4ef;
	font-size: clamp(2.6rem, 6vw, 5.5rem);
	font-weight: 500;
	letter-spacing: 0.24em;
	line-height: 1.15;
	text-transform: uppercase;
}

.stk-premium-card .stk-premium-rule {
	margin-top: 2rem;
	margin-bottom: 2.2rem;
}

.stk-premium-card--mod .stk-premium-rule {
	background: var(--stk-premium-pink);
	box-shadow: 0 0 22px rgb(240 88 232 / 0.42);
}

.stk-premium-list {
	display: grid;
	gap: 1.05rem;
	margin: 0;
	padding: 0;
	list-style: none;
	color: rgb(247 244 239 / 0.84);
	font-family: Arial, sans-serif;
	font-size: clamp(0.95rem, 1.7vw, 1.08rem);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.stk-premium-list li::before {
	content: ">";
	margin-right: 1rem;
	color: var(--stk-premium-gold);
}

.stk-premium-card--mod .stk-premium-list li::before {
	color: var(--stk-premium-pink);
}

.stk-premium-more {
	margin-top: clamp(3rem, 6vw, 5rem);
}

.stk-link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 1.7rem;
	color: var(--stk-premium-gold-soft);
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.stk-premium-card--mod .stk-link-arrow {
	color: #ff8df5;
}

.stk-premium-values {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-bottom: 1px solid var(--stk-premium-line);
	background: #030303;
}

.stk-premium-value {
	min-height: 215px;
	padding: clamp(1.5rem, 3vw, 2.8rem);
	text-align: center;
	border-right: 1px solid var(--stk-premium-line);
}

.stk-premium-value:last-child {
	border-right: 0;
}

.stk-premium-icon {
	display: block;
	margin-bottom: 1.2rem;
	color: var(--stk-premium-gold);
	font-size: 2.7rem;
	line-height: 1;
}

.stk-premium-value h3 {
	margin: 0 0 0.7rem;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.stk-premium-value p {
	max-width: 230px;
	margin: 0 auto;
	color: var(--stk-premium-muted);
	font-family: Arial, sans-serif;
	font-size: 0.96rem;
	line-height: 1.55;
}

.stk-premium-studio {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	border-bottom: 1px solid var(--stk-premium-line);
	background: #030303;
}

.stk-premium-studio__image {
	min-height: clamp(330px, 42vw, 520px);
	background:
		linear-gradient(90deg, rgb(3 3 3 / 0.10), #030303 100%),
		var(--stk-studio-image) center / cover;
	filter: grayscale(0.20) brightness(0.78);
}

.stk-premium-studio__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2.5rem, 7vw, 6rem);
}

.stk-premium-eyebrow {
	margin: 0 0 1.4rem;
	color: var(--stk-premium-gold);
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.stk-premium-studio h2,
.stk-premium-cta h2 {
	margin: 0;
	color: #f7f4ef;
	font-size: clamp(2.1rem, 5vw, 4.6rem);
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.17;
	text-transform: uppercase;
}

.stk-premium-studio p,
.stk-premium-cta p {
	max-width: 480px;
	color: var(--stk-premium-muted);
	font-family: Arial, sans-serif;
	font-size: 1.05rem;
	line-height: 1.65;
}

.stk-premium-cta {
	padding: clamp(3rem, 7vw, 5rem) clamp(1.3rem, 5vw, 4.5rem);
	background:
		linear-gradient(180deg, rgb(3 3 3 / 0.72), #030303),
		radial-gradient(circle at 50% 0%, rgb(197 150 82 / 0.20), transparent 34%),
		#111;
	text-align: center;
}

.stk-premium-cta .stk-premium-rule,
.stk-premium-cta p {
	margin-left: auto;
	margin-right: auto;
}

.stk-premium-cta .stk-premium-button {
	margin-top: 1.5rem;
	justify-content: center;
	background: linear-gradient(135deg, var(--stk-premium-gold-soft), var(--stk-premium-gold));
	color: #15120d;
}

.stk-premium-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
	margin-top: 1.5rem;
}

.stk-premium-cta__actions .stk-premium-button {
	margin-top: 0;
}

.stk-premium-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: clamp(1.4rem, 4vw, 2.4rem) clamp(1.3rem, 5vw, 4.5rem);
	border-top: 1px solid var(--stk-premium-line);
	background: #030303;
	color: #f7f2e9;
}

.stk-premium-footer .stk-wordmark {
	letter-spacing: 0.24em;
}

.stk-premium-footer .stk-logo-main {
	font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.stk-premium-footer .stk-logo-sub {
	font-size: 0.62rem;
}

.stk-premium-footer .stk-mark {
	width: 34px;
	height: 34px;
	font-size: 1rem;
}

.stk-premium-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1.2rem;
	justify-content: flex-end;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stk-premium-footer__links a {
	color: rgb(247 242 233 / 0.76);
}

.stk-premium-footer__links a:hover,
.stk-premium-footer__links a:focus {
	color: var(--stk-premium-gold-soft);
	text-decoration: none;
}

.stk-mod-page {
	--stk-mod-bg: #050611;
	--stk-mod-panel: #0d0b1d;
	--stk-mod-text: #fff7ff;
	--stk-mod-muted: rgb(255 247 255 / 0.74);
	--stk-mod-pink: #f058e8;
	--stk-mod-cyan: #22c7ff;
	--stk-mod-cyan-soft: #8cecff;
	background: var(--stk-mod-bg);
	color: var(--stk-mod-text);
	font-family: "Bahnschrift", "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
	overflow-x: clip;
}

body.page-id-112,
body.page-id-112 .wp-site-blocks,
body.page-id-112 main,
body.page-id-112 .entry-content,
body.page-id-112 .wp-block-post-content {
	background: #050611;
}

body.page-id-112 {
	overflow-x: hidden;
}

body.page-id-112 footer.wp-block-template-part {
	display: none;
}

body.page-id-112 header.wp-block-template-part,
body.page-id-112 .ext-header-wrapper,
body.page-id-112 .sticky-header-offset-container {
	margin-top: 0 !important;
}

body.page-id-112 header.wp-block-template-part,
body.page-id-112 .ext-header-wrapper {
	display: none !important;
}

body.page-id-112 .entry-content.wp-block-post-content,
body.page-id-112 .wp-block-post-content.has-global-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.page-id-112 .wp-block-post-content > .stk-mod-page,
body.page-id-112 .entry-content > .stk-mod-page {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.stk-mod-page * {
	box-sizing: border-box;
}

.stk-mod-page a {
	color: inherit;
	text-decoration: none;
}

.stk-mod-hero {
	position: relative;
	min-height: clamp(640px, 76vw, 860px);
	display: grid;
	align-items: end;
	overflow: hidden;
	background: #050611;
	border-bottom: 1px solid rgb(240 88 232 / 0.34);
}

.stk-mod-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--stk-mod-hero-image);
	background-size: cover;
	background-position: 72% center;
	filter: saturate(1.25) contrast(1.08) brightness(0.82);
}

.stk-mod-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 74% 40%, rgb(240 88 232 / 0.18), transparent 34%),
		linear-gradient(90deg, #050611 0%, rgb(5 6 17 / 0.88) 38%, rgb(5 6 17 / 0.26) 72%, rgb(5 6 17 / 0.10) 100%),
		linear-gradient(180deg, transparent 0%, #050611 96%);
}

.stk-mod-hero__content {
	position: relative;
	z-index: 1;
	width: min(100%, 1180px);
	margin: 0 auto;
	padding: clamp(6rem, 11vw, 10rem) clamp(1.3rem, 5vw, 4.5rem) clamp(3.5rem, 7vw, 5.5rem);
}

.stk-mod-logo {
	display: block;
	width: clamp(120px, 22vw, 220px);
	height: auto;
	margin-bottom: clamp(1.4rem, 4vw, 2.4rem);
	filter: drop-shadow(0 0 20px rgb(240 88 232 / 0.38)) drop-shadow(0 0 18px rgb(34 199 255 / 0.22));
}

.stk-mod-kicker {
	margin: 0 0 1rem;
	color: var(--stk-mod-pink);
	font-size: 0.95rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.stk-mod-title {
	max-width: 720px;
	margin: 0;
	font-size: clamp(2.8rem, 8vw, 6.8rem);
	font-weight: 500;
	letter-spacing: 0.16em;
	line-height: 1.05;
	text-transform: uppercase;
}

.stk-mod-rule {
	width: 76px;
	height: 2px;
	margin: clamp(1.3rem, 3vw, 2rem) 0;
	background: linear-gradient(90deg, var(--stk-mod-pink), var(--stk-mod-cyan));
	box-shadow: 0 0 26px rgb(240 88 232 / 0.45);
}

.stk-mod-lead {
	max-width: 620px;
	margin: 0;
	color: var(--stk-mod-muted);
	font-family: Arial, sans-serif;
	font-size: clamp(1rem, 2vw, 1.22rem);
	line-height: 1.68;
}

.stk-mod-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 2rem;
}

.stk-mod-button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.6rem;
	min-width: min(100%, 285px);
	min-height: 60px;
	padding: 0.9rem 1.2rem;
	border: 1px solid var(--stk-mod-pink);
	border-radius: 8px;
	background: rgb(240 88 232 / 0.11);
	color: #ffe8ff;
	box-shadow: 0 0 26px rgb(240 88 232 / 0.24);
	font-weight: 900;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.stk-mod-button::after,
.stk-mod-link::after {
	content: "->";
	font-size: 1.65rem;
	font-weight: 300;
}

.stk-mod-button--gold,
.stk-mod-button--cyan {
	border-color: var(--stk-mod-cyan);
	background: linear-gradient(135deg, var(--stk-mod-cyan-soft), var(--stk-mod-cyan));
	color: #041016;
	box-shadow: 0 0 24px rgb(34 199 255 / 0.24);
}

.stk-mod-section {
	padding: clamp(3rem, 7vw, 5.5rem) clamp(1.3rem, 5vw, 4.5rem);
	border-bottom: 1px solid rgb(240 88 232 / 0.24);
	background:
		radial-gradient(circle at 100% 0%, rgb(34 199 255 / 0.10), transparent 28%),
		#050611;
}

.stk-mod-section__inner {
	width: min(100%, 1180px);
	margin: 0 auto;
}

.stk-mod-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.stk-mod-card {
	min-height: 260px;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid rgb(255 247 255 / 0.12);
	border-radius: 14px;
	background:
		linear-gradient(145deg, rgb(240 88 232 / 0.13), transparent 48%),
		linear-gradient(315deg, rgb(34 199 255 / 0.10), transparent 54%),
		var(--stk-mod-panel);
}

.stk-mod-card h2,
.stk-mod-card h3 {
	margin: 0 0 1rem;
	color: #fff;
	font-size: clamp(1.45rem, 3vw, 2.35rem);
	letter-spacing: 0.12em;
	line-height: 1.16;
	text-transform: uppercase;
}

.stk-mod-card p,
.stk-mod-card li {
	color: var(--stk-mod-muted);
	font-family: Arial, sans-serif;
	line-height: 1.58;
}

.stk-mod-list {
	display: grid;
	gap: 0.8rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.stk-mod-list li::before {
	content: ">";
	margin-right: 0.8rem;
	color: var(--stk-mod-pink);
}

.stk-mod-split {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(1.5rem, 5vw, 4rem);
	align-items: center;
}

.stk-mod-note {
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid rgb(34 199 255 / 0.34);
	border-radius: 14px;
	background: rgb(34 199 255 / 0.08);
}

.stk-mod-link {
	display: inline-flex;
	align-items: center;
	gap: 1.2rem;
	margin-top: 1rem;
	color: #ff8df5;
	font-weight: 900;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.stk-mod-price-list {
	display: grid;
	gap: 0.85rem;
	margin-top: clamp(1.5rem, 4vw, 2.5rem);
}

.stk-mod-price-list details {
	border: 1px solid rgb(255 247 255 / 0.14);
	border-radius: 14px;
	background:
		linear-gradient(135deg, rgb(240 88 232 / 0.10), transparent 44%),
		rgb(13 11 29 / 0.88);
	box-shadow: 0 18px 44px rgb(0 0 0 / 0.22);
	overflow: hidden;
}

.stk-mod-price-list summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.05rem 1.2rem;
	color: #fff;
	cursor: pointer;
	font-size: clamp(1.05rem, 2vw, 1.28rem);
	font-weight: 900;
	letter-spacing: 0.12em;
	list-style: none;
	text-transform: uppercase;
}

.stk-mod-price-list summary::-webkit-details-marker {
	display: none;
}

.stk-mod-price-list summary::after {
	content: "+";
	color: var(--stk-mod-pink);
	font-size: 1.5rem;
	font-weight: 400;
	text-shadow: 0 0 18px rgb(240 88 232 / 0.52);
}

.stk-mod-price-list details[open] summary::after {
	content: "-";
}

.stk-mod-price-list ul {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0 1.2rem 1.1rem;
	list-style: none;
}

.stk-mod-price-list li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.72rem 0;
	border-top: 1px solid rgb(255 247 255 / 0.10);
	color: var(--stk-mod-muted);
	font-family: Arial, sans-serif;
}

.stk-mod-price-list li strong {
	flex: 0 0 auto;
	color: var(--stk-mod-cyan-soft);
	font-weight: 800;
	white-space: nowrap;
}

.stk-mod-price-list details > p,
.stk-mod-price-list details > .stk-mod-link {
	margin-left: 1.2rem;
	margin-right: 1.2rem;
}

.stk-mod-price-list details > p:last-child,
.stk-mod-price-list details > .stk-mod-link:last-child {
	margin-bottom: 1.2rem;
}

.stk-mod-price-note {
	margin-top: clamp(1rem, 3vw, 1.6rem);
}

.stk-mod-booking {
	text-align: center;
	background:
		radial-gradient(circle at 50% 0%, rgb(240 88 232 / 0.18), transparent 32%),
		#080712;
}

.stk-mod-booking p {
	margin-left: auto;
	margin-right: auto;
}

.stk-mod-form-links {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: clamp(1.4rem, 3vw, 2rem);
}

.stk-mod-embed {
	width: min(100%, 980px);
	margin: clamp(1.5rem, 4vw, 2.5rem) auto 0;
	padding: clamp(1rem, 3vw, 1.5rem);
	border: 1px solid rgb(255 247 255 / 0.14);
	border-radius: 16px;
	background:
		linear-gradient(145deg, rgb(240 88 232 / 0.10), transparent 52%),
		rgb(13 11 29 / 0.78);
	box-shadow: 0 20px 56px rgb(0 0 0 / 0.26);
	text-align: left;
}

.stk-mod-embed iframe,
.stk-mod-embed .ssa-booking-app {
	max-width: 100%;
}

.stk-mod-embed,
.stk-mod-embed :where(.ssa_booking, .ssa-booking, .ssa-booking-app, .ssa-app, .ssa, .booking-app) {
	color-scheme: dark;
}

.stk-mod-embed :where(.ssa_booking, .ssa-booking, .ssa-booking-app, .ssa-app, .ssa, .booking-app, .appointment-booking-app, .booking, .booking-form) {
	background: #0b0a18 !important;
	color: #fff7ff !important;
}

.stk-mod-embed :where(button, .button, [role="button"], input, select, textarea) {
	border-color: rgb(34 199 255 / 0.32) !important;
	background-color: #15132a !important;
	color: #fff7ff !important;
}

.stk-mod-embed :where(button:hover, button:focus, .button:hover, .button:focus, [role="button"]:hover, [role="button"]:focus) {
	border-color: var(--stk-mod-cyan) !important;
	box-shadow: 0 0 18px rgb(34 199 255 / 0.28) !important;
}

.stk-mod-embed :where(.selected, .active, [aria-selected="true"]) {
	border-color: var(--stk-mod-pink) !important;
	background: rgb(240 88 232 / 0.16) !important;
	color: #fff !important;
}

.stk-mod-embed :where(.disabled, [disabled], [aria-disabled="true"]) {
	opacity: 0.38 !important;
}

.stk-mod-embed :where(a) {
	color: var(--stk-mod-cyan-soft) !important;
}

body[data-iframe-height],
body[data-iframe-height] #ssa-booking-app,
body[data-iframe-height] #ssa-booking-app #app,
body[data-iframe-height] #ssa-booking-app .app-wrapper,
body[data-iframe-height] #ssa-booking-app .booking-app,
body[data-iframe-height] #ssa-booking-app .booking,
body[data-iframe-height] #ssa-booking-app .appt-select {
	background: #0b0a18 !important;
	color: #fff7ff !important;
}

body[data-iframe-height] #ssa-booking-app {
	font-family: "Bahnschrift", "Arial Narrow", "Roboto Condensed", Arial, sans-serif !important;
}

body[data-iframe-height] #ssa-booking-app .booking {
	border: 1px solid rgb(34 199 255 / 0.30) !important;
	border-radius: 16px !important;
	box-shadow: 0 20px 56px rgb(0 0 0 / 0.32), 0 0 28px rgb(240 88 232 / 0.12) !important;
	overflow: hidden !important;
}

body[data-iframe-height] #ssa-booking-app :where(.booking-header, .calendar, .calendar-days, .timezone, .md-layout, .md-layout-item) {
	background: transparent !important;
	color: #fff7ff !important;
}

body[data-iframe-height] #ssa-booking-app :where(.ssa-type-header, .md-title, .md-subheading, .md-headline, .date-select-headline, .timezone, strong, span, label) {
	color: #fff7ff !important;
}

body[data-iframe-height] #ssa-booking-app .md-subheading,
body[data-iframe-height] #ssa-booking-app .timezone {
	color: rgb(255 247 255 / 0.70) !important;
}

body[data-iframe-height] #ssa-booking-app :where(button, .md-button, .md-whiteframe) {
	border-color: rgb(34 199 255 / 0.24) !important;
	background: #15132a !important;
	color: #fff7ff !important;
}

body[data-iframe-height] #ssa-booking-app .book-day button.selectable {
	border: 1px solid rgb(34 199 255 / 0.30) !important;
	background:
		linear-gradient(135deg, rgb(34 199 255 / 0.08), rgb(240 88 232 / 0.08)),
		#15132a !important;
	box-shadow: none !important;
}

body[data-iframe-height] #ssa-booking-app .book-day button.selectable:hover,
body[data-iframe-height] #ssa-booking-app .book-day button.selectable:focus {
	border-color: #22c7ff !important;
	box-shadow: 0 0 20px rgb(34 199 255 / 0.22) !important;
}

body[data-iframe-height] #ssa-booking-app .book-day button.disabled,
body[data-iframe-height] #ssa-booking-app button[disabled] {
	background: rgb(255 255 255 / 0.045) !important;
	color: rgb(255 247 255 / 0.34) !important;
	opacity: 1 !important;
}

body[data-iframe-height] #ssa-booking-app :where(input, textarea, select, .md-field, .md-input, .md-textarea) {
	border-color: rgb(34 199 255 / 0.28) !important;
	background: #15132a !important;
	color: #fff7ff !important;
}

body[data-iframe-height] #ssa-booking-app :where(.md-primary, .md-accent, .md-button.md-primary, .md-button.md-accent) {
	background: linear-gradient(135deg, #8cecff, #22c7ff) !important;
	color: #041016 !important;
}

body[data-iframe-height] #ssa-booking-app :where(a, .md-icon, .material-icons) {
	color: #8cecff !important;
}

.stk-mod-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: clamp(1.4rem, 4vw, 2.4rem) clamp(1.3rem, 5vw, 4.5rem);
	border-top: 1px solid rgb(240 88 232 / 0.24);
	background:
		radial-gradient(circle at 0% 0%, rgb(34 199 255 / 0.12), transparent 30%),
		#050611;
	color: #fff7ff;
}

.stk-mod-footer__logo {
	width: clamp(92px, 16vw, 150px);
	height: auto;
	filter: drop-shadow(0 0 16px rgb(240 88 232 / 0.32));
}

.stk-mod-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1.2rem;
	justify-content: flex-end;
	font-size: 0.9rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.stk-mod-footer__links a {
	color: rgb(255 247 255 / 0.78);
}

.stk-mod-footer__links a:hover,
.stk-mod-footer__links a:focus {
	color: var(--stk-mod-cyan-soft);
	text-decoration: none;
}

body.page .wp-block-post-content > .stk-mod-page,
body.page .entry-content > .stk-mod-page {
	width: 100%;
	max-width: none;
}

@media (max-width: 860px) {
	.stk-mod-grid,
	.stk-mod-split {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.stk-mod-hero {
		min-height: 680px;
	}

	.stk-mod-hero::before {
		background-position: 68% center;
		filter: saturate(1.18) contrast(1.05) brightness(0.68);
	}

	.stk-mod-hero__content,
	.stk-mod-section {
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}

	.stk-mod-title {
		letter-spacing: 0.11em;
	}

	.stk-mod-actions,
	.stk-mod-button {
		width: 100%;
	}

	.stk-mod-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.stk-mod-footer__links {
		justify-content: flex-start;
	}
}

@media (max-width: 900px) {
	.stk-premium-grid,
	.stk-premium-studio {
		grid-template-columns: 1fr;
	}

	.stk-premium-values {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.stk-premium-card,
	.stk-premium-studio__image {
		border-right: 0;
	}
}

@media (max-width: 640px) {
	.stk-premium-nav {
		position: relative;
		inset: auto;
		padding: 1.2rem;
		background: #030303;
	}

	.stk-premium-menu-icon {
		width: 38px;
		height: 27px;
	}

	.stk-premium-home .stk-mark {
		width: 34px;
		height: 34px;
		font-size: 1.05rem;
	}

	.stk-premium-home .stk-logo-main {
		font-size: 1.35rem;
		letter-spacing: 0.24em;
	}

	.stk-premium-home .stk-logo-sub {
		font-size: 0.65rem;
	}

	.stk-premium-hero {
		min-height: 680px;
	}

	.stk-premium-hero::before {
		background-position: 70% center;
		opacity: 0.48;
	}

	.stk-premium-hero::after {
		background: linear-gradient(180deg, rgb(3 3 3 / 0.28) 0%, #030303 82%);
	}

	.stk-premium-hero__content {
		padding: 3rem 1.2rem;
	}

	.stk-premium-title {
		font-size: clamp(2.25rem, 13vw, 4rem);
		letter-spacing: 0.14em;
	}

	.stk-premium-actions,
	.stk-premium-button {
		width: 100%;
	}

	.stk-premium-grid {
		border-top: 1px solid var(--stk-premium-line);
	}

	.stk-premium-card {
		min-height: 570px;
		border-bottom: 1px solid var(--stk-premium-line);
	}

	.stk-premium-card__content {
		padding: 2rem 1.2rem;
	}

	.stk-premium-card h2,
	.stk-premium-studio h2,
	.stk-premium-cta h2 {
		letter-spacing: 0.14em;
	}

	.stk-premium-values {
		grid-template-columns: 1fr;
	}

	.stk-premium-value {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid var(--stk-premium-line);
	}

	.stk-premium-studio__text,
	.stk-premium-cta {
		padding: 2.4rem 1.2rem;
		text-align: left;
	}

	.stk-premium-cta__actions {
		align-items: stretch;
		flex-direction: column;
		justify-content: flex-start;
	}

	.stk-premium-cta .stk-premium-rule,
	.stk-premium-cta p {
		margin-left: 0;
	}

	.stk-premium-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.stk-premium-footer__links {
		justify-content: flex-start;
	}
}

body.stadtkind-author-area {
	background: #fbfaf6;
}

body.stadtkind-author-area .wp-site-blocks {
	--wp--style--global--content-size: 760px;
}

body.stadtkind-author-area header.wp-block-template-part,
body.stadtkind-author-area footer.wp-block-template-part {
	border-color: color-mix(in srgb, currentColor 16%, transparent);
}

@media (max-width: 780px) {
	.stk-path-grid,
	.stk-split {
		grid-template-columns: 1fr;
	}

	.stk-path-card {
		min-height: 0;
		padding: 1.35rem;
	}

	.stadtkind-home .wp-block-button__link,
	.stadtkind-home .wp-element-button {
		width: 100%;
	}

	.stk-editorial-hero {
		min-height: 620px;
	}

	.stk-editorial-hero .wp-block-cover__image-background {
		object-position: center center;
	}

	.stk-editorial-hero .wp-block-cover__background {
		background: linear-gradient(180deg, rgb(251 247 239 / 0.96), rgb(251 247 239 / 0.74)) !important;
	}

	.stk-editorial-hero .wp-block-buttons {
		align-items: stretch;
		flex-direction: column;
	}

	.stk-editorial-hero .wp-block-button__link {
		width: 100%;
	}
}
