/* Pozemky Na Lišce — statický web (rekonstrukce z WP/Elementor, 2026) */

:root {
	--green: #3e7a3a;
	--green-dark: #2c5a29;
	--ink: #1e2420;
	--ink-soft: #4a544d;
	--paper: #ffffff;
	--paper-alt: #f2f5f0;
	--line: #dde4da;
	--radius: 10px;
	--container: 1140px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: "Sarabun", -apple-system, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.65;
	color: var(--ink);
	background: var(--paper);
}

img { max-width: 100%; height: auto; display: block; }

sup { font-size: 0.65em; }

.container {
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 24px;
}

.narrow { max-width: 800px; }
.center { text-align: center; }

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--green-dark);
	color: #fff;
	padding: 8px 16px;
	z-index: 100;
}
.skip-link:focus { left: 0; }

/* ---------- buttons ---------- */

.btn {
	display: inline-block;
	font-family: inherit;
	font-weight: 600;
	text-decoration: none;
	border-radius: var(--radius);
	padding: 12px 28px;
	transition: background .2s, color .2s, border-color .2s;
	border: 2px solid transparent;
	cursor: pointer;
}
.btn-sm { padding: 8px 18px; font-size: 15px; }
.btn-lg { padding: 15px 36px; font-size: 18px; }

.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-dark); }

.btn-outline { border-color: var(--green); color: var(--green); background: transparent; }
.btn-outline:hover { background: var(--green); color: #fff; }

.btn-ghost { border-color: #fff; color: #fff; background: transparent; }
.btn-ghost:hover { background: #fff; color: var(--ink); }

/* ---------- header ---------- */

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255,255,255,.94);
	backdrop-filter: blur(6px);
	border-bottom: 1px solid var(--line);
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 14px;
	padding-bottom: 14px;
}
.site-title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 22px;
	font-weight: 700;
	color: var(--ink);
	text-decoration: none;
	letter-spacing: .2px;
}
.site-title img { width: 28px; height: 28px; }

/* ---------- hero ---------- */

.hero {
	position: relative;
	min-height: 78vh;
	display: flex;
	align-items: center;
	background: url("../img/vizualizace.jpg") center / cover no-repeat;
}
.hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(12,24,14,.55) 0%, rgba(12,24,14,.72) 100%);
}
.hero-inner {
	position: relative;
	color: #fff;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 90px;
}
.hero-kicker {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 18px;
	color: #cfe3c8;
}
.hero h1 {
	font-size: clamp(30px, 4.5vw, 52px);
	font-weight: 700;
	line-height: 1.2;
	max-width: 880px;
	margin: 0 auto 34px;
}
.hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- sections ---------- */

.section { padding: 72px 0; }
.section-alt { background: var(--paper-alt); }

h2 { font-size: clamp(24px, 3vw, 34px); line-height: 1.25; margin: 0 0 20px; }

.eyebrow {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 600;
	color: var(--green);
	margin: 0 0 8px;
}

.grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}

.intro-media img { border-radius: var(--radius); box-shadow: 0 14px 40px rgba(30,40,30,.18); }
.intro-text .price { font-size: 24px; font-weight: 700; color: var(--green-dark); }
.intro-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }

.benefits { padding-left: 0; list-style: none; margin: 18px 0 0; }
.benefits li { padding: 8px 0 8px 34px; position: relative; }
.benefits li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 8px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--green);
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

/* ---------- counters ---------- */

.counters { background: var(--green-dark); color: #fff; padding: 56px 0; }
.counters-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	text-align: center;
}
.counter-number { font-size: clamp(34px, 4vw, 52px); font-weight: 700; line-height: 1.1; }
.counter p { margin: 6px 0 0; color: #cfe3c8; }

/* ---------- mapa ---------- */

.mapa img {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	margin: 32px auto;
}
.mapa-link { display: block; }

/* ---------- FAQ ---------- */

.faq-list { margin: 0 0 30px; }
.faq-list details {
	border-bottom: 1px solid var(--line);
	padding: 4px 0;
}
.faq-list summary {
	cursor: pointer;
	font-weight: 600;
	padding: 14px 30px 14px 0;
	list-style: none;
	position: relative;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
	content: "▾";
	position: absolute;
	right: 4px;
	color: var(--green);
	transition: transform .2s;
}
.faq-list details[open] summary::after { transform: rotate(180deg); }
.faq-list details p { margin: 0 0 16px; color: var(--ink-soft); }

.video-embed {
	position: relative;
	aspect-ratio: 16 / 9;
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: 0 14px 40px rgba(30,40,30,.18);
}
.video-embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* ---------- map embed ---------- */

.map-embed iframe {
	display: block;
	width: 100%;
	height: 440px;
	border: 0;
	filter: grayscale(.15);
}

/* ---------- footer ---------- */

.site-footer {
	background: var(--ink);
	color: #d9ded9;
	padding: 56px 0 40px;
}
.footer-title { font-size: 20px; margin: 0 0 4px; color: #fff; }
.footer-contacts {
	list-style: none;
	padding: 0;
	margin: 20px 0;
	display: flex;
	gap: 32px;
	justify-content: center;
	flex-wrap: wrap;
}
.footer-contacts a { color: #fff; text-decoration: none; font-weight: 600; }
.footer-contacts a:hover { color: #9fc79a; }
.totop {
	display: inline-block;
	margin: 10px 0;
	color: #9fc79a;
	text-decoration: none;
	font-size: 22px;
}
.footer-note { font-size: 14px; color: #8a938b; margin-top: 22px; }

/* ---------- responsive ---------- */

@media (max-width: 900px) {
	.grid-2 { grid-template-columns: 1fr; gap: 36px; }
	.counters-grid { grid-template-columns: repeat(2, 1fr); }
	.section { padding: 52px 0; }
	.hero { min-height: 64vh; }
}

@media (max-width: 520px) {
	.counters-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
	.header-inner .btn { display: none; }
	.hero-buttons .btn { width: 100%; }
}
