/* =========================================================
   Pänzje Coming Soon – v1.4.1
   CI: Dom #683B38 · Hintergrund #ECE7E0 · Lato
   One-Pager: alles in einer Viewport-Höhe
   ========================================================= */

/* ---------- Lokale Fonts (DSGVO)
   Lato-Dateien nach assets/fonts/ legen (siehe README).
   Ohne Dateien greift der Fallback-Stack. ---------- */
@font-face {
	font-family: 'Lato';
	src: url('../fonts/lato-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	src: url('../fonts/lato-bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--dom: #683B38;
	--bg: #ECE7E0;
	--cream: #F5F1EB;
	--lavendel: #B4A6D8;
	--salbei: #93A494;
	--sand: #D9CDBB;
	--ink: #3C2A27;
	--line: rgba(104, 59, 56, 0.18);
	--font: 'Lato', 'Helvetica Neue', Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body.paenzje-coming-soon {
	font-family: var(--font);
	background: var(--bg);
	color: var(--ink);
	min-height: 100vh;
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

/* ---------- Topbar: dünner CI-Streifen ---------- */
.pz-topbar {
	width: 100%;
	height: 6px;
	background: var(--dom);
	flex-shrink: 0;
}

.screen-reader-text {
	position: absolute;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

/* ---------- Deko: Hintergrund-Details in den Ecken ---------- */
.pz-deco {
	position: fixed;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
	opacity: 0.55;
}
.pz-deco-left  { left: 0;  width: clamp(120px, 16vw, 220px); }
.pz-deco-right { right: 0; width: clamp(130px, 17vw, 240px); }
@media (max-width: 900px) {
	.pz-deco { display: none; }
}

/* ---------- Stage: füllt den Raum über dem Footer,
   Inhalt vertikal zentriert, Abstände skalieren mit vh ---------- */
.pz-stage {
	position: relative;
	z-index: 1;
	flex: 1;
	width: 100%;
	max-width: 760px;
	padding: clamp(16px, 3vh, 40px) 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* ---------- Logo ---------- */
.pz-logo { margin-bottom: clamp(6px, 1.2vh, 12px); }
.pz-logo .custom-logo-link { display: inline-block; pointer-events: none; }
.pz-logo .custom-logo {
	display: block;
	max-width: clamp(200px, 30vh, 300px);
	max-height: clamp(70px, 13vh, 120px);
	width: auto;
	height: auto;
}
.pz-logo-img {
	display: block;
	width: clamp(200px, 30vh, 280px);
	height: auto;
}

/* ---------- Claim & Intro ---------- */
.pz-claim {
	font-size: clamp(13px, 2vh, 17px);
	font-weight: 700;
	letter-spacing: 0.28em;
	color: var(--dom);
	margin-bottom: clamp(10px, 2vh, 22px);
}
.pz-intro {
	font-size: clamp(14px, 2vh, 17px);
	line-height: 1.6;
	opacity: 0.85;
	margin-bottom: clamp(14px, 2.6vh, 30px);
}

/* ---------- Eröffnung ---------- */
.pz-opening {
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
	background: var(--cream);
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: clamp(12px, 2vh, 20px) clamp(32px, 6vw, 56px);
	margin-bottom: clamp(16px, 3vh, 36px);
	box-shadow: 0 6px 18px rgba(104, 59, 56, 0.06);
}
.pz-opening-label {
	font-size: 11px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	opacity: 0.6;
}
.pz-opening-date {
	font-size: clamp(20px, 3.6vh, 30px);
	font-weight: 700;
	color: var(--dom);
	letter-spacing: 0.04em;
}

/* ---------- Werte ---------- */
.pz-values {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	width: 100%;
	background: var(--cream);
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: clamp(16px, 2.6vh, 26px) clamp(16px, 3vw, 28px);
	box-shadow: 0 6px 18px rgba(104, 59, 56, 0.06);
	margin-bottom: clamp(14px, 2.4vh, 26px);
}
.pz-values li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}
.pz-values svg {
	width: clamp(22px, 3.6vh, 28px);
	height: clamp(22px, 3.6vh, 28px);
	color: var(--dom);
	margin-bottom: 2px;
}
.pz-values strong {
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--dom);
}
.pz-values span { font-size: 12.5px; opacity: 0.7; }

/* ---------- Newsletter: Launch-Benachrichtigung ---------- */
.pz-newsletter {
	width: 100%;
	background: var(--cream);
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: clamp(14px, 2.2vh, 20px) clamp(16px, 3vw, 24px);
	box-shadow: 0 6px 18px rgba(104, 59, 56, 0.06);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px 20px;
	text-align: left;
}
.pz-newsletter-info {
	display: flex;
	align-items: center;
	gap: 14px;
	flex: 1 1 260px;
	min-width: 0;
}
.pz-newsletter-icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--bg);
	border: 1px solid var(--line);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--dom);
}
.pz-newsletter-icon svg { width: 22px; height: 22px; }
.pz-newsletter-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.pz-newsletter-text strong { font-size: 15px; color: var(--ink); }
.pz-newsletter-text span { font-size: 12.5px; opacity: 0.65; }
.pz-form {
	display: flex;
	gap: 10px;
	flex: 1 1 320px;
}
.pz-form input[type='email'] {
	flex: 1;
	min-width: 0;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: #fff;
	font: inherit;
	font-size: 14px;
	color: var(--ink);
	padding: 12px 16px;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.pz-form input[type='email']:focus {
	border-color: var(--dom);
	box-shadow: 0 0 0 3px rgba(104, 59, 56, 0.1);
}
.pz-form input::placeholder { color: rgba(60, 42, 39, 0.4); }
.pz-hp { display: none !important; }
.pz-submit {
	border: 0;
	border-radius: 12px;
	background: var(--dom);
	color: var(--bg);
	font: inherit;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 12px 22px;
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease;
	white-space: nowrap;
}
.pz-submit:hover { transform: translateY(-1px); background: #57302d; }
.pz-submit:focus-visible { outline: 3px solid var(--dom); outline-offset: 2px; }
.pz-submit:disabled { opacity: 0.6; cursor: wait; transform: none; }
.pz-form-msg {
	flex-basis: 100%;
	min-height: 0;
	font-size: 13.5px;
	font-weight: 700;
	color: var(--salbei);
	opacity: 0;
	transform: translateY(4px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	margin: 0;
}
.pz-form-msg.is-visible { opacity: 1; transform: translateY(0); }
.pz-form-msg.is-error { color: var(--dom); }

/* ---------- Instagram-Promo: pendelnder Anhänger ---------- */
.pz-insta {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: clamp(8px, 1.6vh, 18px);
}
.pz-tag {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	transform-origin: 50% 0;
	animation: pz-swing 4.5s ease-in-out infinite;
}
.pz-tag:hover { animation-play-state: paused; }
@keyframes pz-swing {
	0%, 100% { transform: rotate(3deg); }
	50%      { transform: rotate(-3deg); }
}
.pz-tag-cord {
	display: block;
	width: 2px;
	height: clamp(18px, 3.4vh, 34px);
	margin: 0 auto;
	background: var(--dom);
	opacity: 0.55;
	border-radius: 2px;
}
.pz-tag-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	background: var(--cream);
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: clamp(18px, 3vh, 26px) 30px clamp(12px, 2vh, 18px);
	box-shadow: 0 10px 26px rgba(104, 59, 56, 0.12);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pz-tag:hover .pz-tag-card {
	transform: scale(1.04);
	box-shadow: 0 14px 32px rgba(104, 59, 56, 0.18);
}
.pz-tag:focus-visible { outline: none; }
.pz-tag:focus-visible .pz-tag-card { outline: 3px solid var(--dom); outline-offset: 3px; }
.pz-tag-hole {
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--bg);
	border: 1.5px solid var(--line);
}
.pz-tag-ig {
	width: clamp(20px, 3.2vh, 24px);
	height: clamp(20px, 3.2vh, 24px);
	color: var(--dom);
	margin-top: 4px;
}
.pz-tag-handle {
	font-weight: 700;
	font-size: clamp(15px, 2.4vh, 18px);
	letter-spacing: 0.08em;
	color: var(--ink);
}
.pz-tag-sub {
	font-size: 12px;
	opacity: 0.6;
}
.pz-tag-crown {
	width: auto;
	height: 20px;
	margin-top: 5px;
	opacity: 0.9;
}

/* ---------- Footer ---------- */
.pz-footer {
	position: relative;
	z-index: 1;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: clamp(10px, 1.8vh, 16px) 24px clamp(14px, 2.2vh, 20px);
	font-size: 13.5px;
	color: var(--ink);
	opacity: 0.8;
}
.pz-footer-heart {
	width: 14px;
	height: 14px;
	color: var(--dom);
}

/* ---------- Responsive ----------
   Mobil ist echte 100vh-Garantie unrealistisch (Werte 2-spaltig),
   daher dort kompakt, aber scrollbar erlaubt. ---------- */
.pz-claim-br { display: none; }

.pz-intro-br { display: none; }
@media (min-width: 700px) {
	.pz-intro-br { display: block; }
}

@media (max-width: 560px) {
	.pz-values { grid-template-columns: repeat(2, 1fr); gap: 18px 12px; }
	.pz-stage { justify-content: flex-start; padding-top: 28px; }
	.pz-claim-br { display: block; }
	.pz-claim { line-height: 1.7; }
	.pz-newsletter { flex-direction: column; align-items: stretch; text-align: center; }
	.pz-newsletter-info { justify-content: center; flex: 0 0 auto; }
	.pz-form { flex-direction: column; flex: 0 0 auto; width: 100%; }
	.pz-form input[type='email'] { width: 100%; }
	.pz-submit { padding: 14px; }
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
