/*
Theme Name: FLOW / holonflow.app (w budowie)
Description: Minimalny motyw: Flow Loops Operational Workspace, strona w budowie, Impressum. Żółto-czarny.
Author: Holon Puzzle
Version: 1.0.0
Text Domain: flow-web
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body.flow-coming-soon {
	background: #000000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	font-family: Georgia, serif;
	gap: 20px;
	padding: 24px 20px 56px;
}

.flow-wrapper {
	width: 200px;
	height: 60px;
	position: relative;
	z-index: 1;
}

.flow-circle {
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius: 50%;
	left: 15%;
	transform-origin: 50%;
	animation: flow-circle7124 0.5s alternate infinite ease;
}

.flow-circle:nth-child(1) {
	background-color: #facc15;
}
.flow-circle:nth-child(2) {
	background-color: #eab308;
	left: 45%;
	animation-delay: 0.2s;
}
.flow-circle:nth-child(3) {
	background-color: #ca8a04;
	left: auto;
	right: 15%;
	animation-delay: 0.3s;
}

.flow-shadow {
	width: 20px;
	height: 4px;
	border-radius: 50%;
	background-color: rgba(60, 45, 0, 0.92);
	position: absolute;
	top: 62px;
	transform-origin: 50%;
	z-index: -1;
	filter: blur(1px);
	left: 15%;
	animation: flow-shadow046 0.5s alternate infinite ease;
}

.flow-shadow:nth-child(4) {
	left: 15%;
}
.flow-shadow:nth-child(5) {
	left: 45%;
	animation-delay: 0.2s;
}
.flow-shadow:nth-child(6) {
	left: auto;
	right: 15%;
	animation-delay: 0.3s;
}

@keyframes flow-circle7124 {
	0% {
		top: 60px;
		height: 5px;
		border-radius: 50px 50px 25px 25px;
		transform: scaleX(1.7);
	}
	40% {
		height: 20px;
		border-radius: 50%;
		transform: scaleX(1);
	}
	100% {
		top: 0;
	}
}

@keyframes flow-shadow046 {
	0% {
		transform: scaleX(1.5);
	}
	40% {
		transform: scaleX(1);
		opacity: 0.7;
	}
	100% {
		transform: scaleX(0.2);
		opacity: 0.4;
	}
}

.flow-coming-soon .flow-title {
	color: #fef08a;
	font-family: Georgia, serif;
	font-size: clamp(1.15rem, 4vw, 1.65rem);
	font-weight: normal;
	letter-spacing: 0.06em;
	text-align: center;
	line-height: 1.28;
	max-width: 22em;
}

.flow-coming-soon .flow-title-sub {
	display: block;
	font-size: 0.88em;
	letter-spacing: 0.04em;
	margin-top: 0.2em;
	color: #fde047;
}

.flow-coming-soon .flow-domain {
	color: rgba(250, 204, 21, 0.58);
	font-family: Georgia, serif;
	font-size: 0.95rem;
	letter-spacing: 0.22em;
	text-transform: lowercase;
	margin-top: -4px;
}

.flow-coming-soon .flow-tagline {
	color: rgba(254, 240, 138, 0.42);
	font-family: Georgia, serif;
	font-size: 0.95rem;
	letter-spacing: 0.12em;
}

.mini-lang-switch {
	display: flex;
	gap: 0.45rem;
	margin-top: -0.35rem;
	margin-bottom: 0.15rem;
}

.mini-lang-link {
	display: inline-block;
	padding: 0.16rem 0.52rem;
	border: 1px solid rgba(250, 204, 21, 0.35);
	border-radius: 999px;
	font-size: 0.74rem;
	letter-spacing: 0.08em;
	color: rgba(254, 243, 199, 0.78);
	text-decoration: none;
}

.mini-lang-link:hover,
.mini-lang-link.is-active {
	border-color: #facc15;
	color: #facc15;
}

.site-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 16px 24px 20px;
	text-align: center;
	font-family: Georgia, serif;
	font-size: 0.8rem;
	letter-spacing: 0.1em;
}

.site-footer a {
	color: rgba(234, 179, 8, 0.48);
	text-decoration: none;
}

.site-footer a:hover {
	color: #fde047;
	text-decoration: underline;
}

/* Impressum */
body.flow-impressum,
body.flow-legal {
	background: #000000;
	min-height: 100vh;
	font-family: Georgia, serif;
	color: rgba(254, 243, 199, 0.9);
	line-height: 1.6;
	padding: 48px 24px 80px;
}

.flow-impressum a,
.flow-legal a {
	color: #facc15;
	text-decoration: none;
}
.flow-impressum a:hover,
.flow-legal a:hover {
	color: #fef08a;
	text-decoration: underline;
}

.flow-back {
	display: inline-block;
	margin-bottom: 2.5rem;
	font-size: 0.88rem;
	letter-spacing: 0.04em;
	line-height: 1.35;
	max-width: 22rem;
	color: rgba(253, 224, 71, 0.55);
}
.flow-back:hover {
	color: #fde047;
}

.flow-wrap {
	max-width: 40rem;
	margin: 0 auto;
}

.flow-impressum h1,
.flow-legal h1 {
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-bottom: 2rem;
	color: #fef08a;
}

.flow-entry-content p {
	margin-bottom: 1.25rem;
	font-size: 0.95rem;
	color: rgba(254, 243, 199, 0.72);
}

.flow-entry-content td,
.flow-entry-content small {
	color: rgba(254, 243, 199, 0.72);
}

.flow-entry-content strong {
	color: #fef9c3;
	font-weight: normal;
}

.legal-lang-switch {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 1.4rem;
}

.legal-lang-link {
	display: inline-block;
	padding: 0.2rem 0.6rem;
	border: 1px solid rgba(250, 204, 21, 0.35);
	border-radius: 999px;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	color: rgba(254, 243, 199, 0.8);
	text-decoration: none;
}

.legal-lang-link:hover,
.legal-lang-link.is-active {
	border-color: #facc15;
	color: #facc15;
}

.legal-lang-switch--home {
	justify-content: center;
	margin-top: 0.45rem;
	margin-bottom: 0;
}

.eg-legal-table {
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0 1.5rem;
}

.eg-legal-table th,
.eg-legal-table td {
	border: 1px solid rgba(250, 204, 21, 0.35);
	padding: 0.55rem 0.65rem;
	text-align: left;
	vertical-align: top;
}
