/* ============================================================================
 * Show booth landing (/show) — patterns/show-landing.php
 * QR-target microsite for trade shows. Reuses the theme's section/button/form
 * primitives; everything below is the show-specific layer. Imported last in
 * main.css so it owns its own responsive behaviour.
 * ========================================================================== */

/* ── Placeholder (show toggled off) ──────────────────────────────────────── */
.liv-show-placeholder { text-align: center; }
.liv-show-placeholder__mark { display: block; width: 120px; height: auto; margin: 0 auto 1.5rem; color: var(--liv-paper); }
.liv-show-placeholder__title {
	font-family: var(--wp--preset--font-family--display);
	font-size: var(--wp--preset--font-size--5xl);
	line-height: 1.05;
	margin: 0.5rem 0;
}
.liv-show-placeholder__lead { max-width: 48ch; margin: 0 auto 2rem; color: var(--liv-ink-200); }
.liv-show-placeholder__actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

/* ── Hero ────────────────────────────────────────────────────────────────── */
.liv-show-hero {
	position: relative;
	isolation: isolate;
	padding-block: clamp(4rem, 12vw, 9rem);
	color: var(--liv-paper);
	background-color: var(--liv-ink-900);
	background-image: linear-gradient(to bottom, rgba(10, 10, 10, 0.45), rgba(10, 10, 10, 0.86)), var(--liv-show-hero-img);
	background-size: cover;
	background-position: center;
}
.liv-show-hero__inner { display: flex; flex-direction: column; align-items: flex-start; }
.liv-show-hero__mark { width: 108px; height: auto; margin-bottom: 1.5rem; color: var(--liv-paper); }
.liv-show-hero__eyebrow { color: var(--liv-leaf-300); }
.liv-show-hero__title {
	max-width: 16ch;
	margin: 0.25rem 0 0.5rem;
	font-family: var(--wp--preset--font-family--display);
	font-size: var(--wp--preset--font-size--7xl);
	line-height: 1.02;
	letter-spacing: -0.02em;
}
.liv-show-hero__tagline { max-width: 42ch; margin-bottom: 2rem; font-size: var(--wp--preset--font-size--xl); }
.liv-show-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2.5rem;
	margin: 0 0 2rem;
	padding: 0;
	list-style: none;
}
.liv-show-hero__meta li { display: flex; flex-direction: column; gap: 0.15rem; }
.liv-show-hero__meta span {
	font-size: var(--wp--preset--font-size--2xs);
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: var(--liv-ink-200);
}
.liv-show-hero__meta strong { font-family: var(--wp--preset--font-family--display); font-size: var(--wp--preset--font-size--2xl); }
.liv-show-hero__booth strong { color: var(--liv-leaf-300); }
.liv-show-hero__cta { display: flex; flex-wrap: wrap; gap: 1rem; }

/* ── Why LiV (quick trust strip) ─────────────────────────────────────────── */
.liv-show-why__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.liv-show-why__grid li {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding-top: 1rem;
	border-top: 2px solid var(--liv-leaf-500);
}
.liv-show-why__grid strong { font-family: var(--wp--preset--font-family--display); font-size: var(--wp--preset--font-size--xl); }
.liv-show-why__grid span { font-size: var(--wp--preset--font-size--sm); color: var(--liv-ink-500); }

/* ── Lead capture ────────────────────────────────────────────────────────── */
.liv-show-capture__inner { max-width: 640px; }
.liv-show-capture__form { margin-top: 2rem; }

/* ── Build configurator CTA (reuses .liv-stepper-preview) ────────────────── */
.liv-show-build__inner {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
	justify-content: space-between;
}
.liv-show-build__copy { flex: 1 1 380px; max-width: 560px; }

/* ── Tracks (appointment + dealer) ───────────────────────────────────────── */
.liv-show-tracks__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.liv-show-card {
	padding: clamp(1.5rem, 3vw, 2.5rem);
	background: var(--liv-paper);
	border: 1px solid var(--liv-paper-300);
	border-radius: var(--r-lg);
	box-shadow: var(--wp--preset--shadow--sm);
}
.liv-show-card--dealer { color: var(--liv-paper); background: var(--liv-ink-900); border-color: transparent; }
.liv-show-card--dealer .liv-eyebrow { color: var(--liv-leaf-300); }
.liv-show-card__title {
	margin: 0.25rem 0 0.5rem;
	font-family: var(--wp--preset--font-family--display);
	font-size: var(--wp--preset--font-size--3xl);
	line-height: 1.1;
}
.liv-show-card__lead { margin-bottom: 1.5rem; color: var(--liv-ink-500); }
.liv-show-card--dealer .liv-show-card__lead { color: var(--liv-ink-200); }

/* ── Social ──────────────────────────────────────────────────────────────── */
.liv-show-social { text-align: center; }
.liv-show-social__title {
	margin: 0.25rem 0 1.5rem;
	font-family: var(--wp--preset--font-family--display);
	font-size: var(--wp--preset--font-size--4xl);
	color: var(--liv-paper);
}
.liv-show-social__links {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.liv-show-social__links a {
	font-size: var(--wp--preset--font-size--sm);
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--liv-leaf-300);
}
.liv-show-social__links a:hover,
.liv-show-social__links a:focus-visible { color: var(--liv-paper); }

/* ── Show-lead form fields ───────────────────────────────────────────────── */
.liv-show-lead-form { display: flex; flex-direction: column; gap: 1rem; }
.liv-show-lead-form .liv-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.liv-show-lead-form .liv-form__field { display: flex; flex-direction: column; gap: 0.35rem; }
.liv-show-lead-form label {
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.liv-show-lead-form input,
.liv-show-lead-form select,
.liv-show-lead-form textarea {
	width: 100%;
	padding: 0.7rem 0.85rem;
	font-family: var(--wp--preset--font-family--body);
	font-size: var(--wp--preset--font-size--base);
	color: var(--liv-ink-900);
	background: var(--liv-paper);
	border: 1px solid var(--liv-ink-200);
	border-radius: var(--r-md);
}
.liv-show-lead-form textarea { min-height: 5rem; resize: vertical; }
.liv-show-lead-form input:focus-visible,
.liv-show-lead-form select:focus-visible,
.liv-show-lead-form textarea:focus-visible {
	border-color: var(--liv-leaf-500);
	outline: none;
	box-shadow: var(--wp--preset--shadow--glow);
}
.liv-form__req { color: var(--liv-leaf-500); }
.liv-form__actions { margin-top: 0.25rem; }
.liv-show-lead-form .liv-form__feedback { margin-top: 0.25rem; font-size: var(--wp--preset--font-size--sm); }

/* Honeypot — visually hidden but reachable by bots. */
.liv-show-lead-form .liv-form__honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* On-dark variant (hero capture + dealer card). */
.liv-form--on-dark.liv-show-lead-form label { color: var(--liv-paper); }
.liv-form--on-dark.liv-show-lead-form input,
.liv-form--on-dark.liv-show-lead-form select,
.liv-form--on-dark.liv-show-lead-form textarea {
	color: var(--liv-paper);
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.25);
}
.liv-form--on-dark.liv-show-lead-form input::placeholder,
.liv-form--on-dark.liv-show-lead-form textarea::placeholder { color: rgba(255, 255, 255, 0.5); }
.liv-form--on-dark .liv-form__req { color: var(--liv-leaf-300); }

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
	.liv-show-why__grid { grid-template-columns: repeat(2, 1fr); }
	.liv-show-tracks__grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
	.liv-show-why__grid { grid-template-columns: 1fr; }
	.liv-show-lead-form .liv-form__row { grid-template-columns: 1fr; }
	.liv-show-hero__cta { width: 100%; }
	.liv-show-hero__cta .liv-btn { flex: 1 1 auto; justify-content: center; }
}
