/* VászonKirály Landing — self-contained styles (portable). */
:root {
	--cream: #f6f1e9;
	--cream-2: #efe7da;
	--ink: #1a1714;
	--ink-soft: #423b33;
	--muted: #8a7f72;
	--gold: #b8893b;
	--gold-deep: #946a26;
	--terracotta: #b5613f;
	--line: rgba(26, 23, 20, 0.12);
	--shadow-md: 0 20px 50px -25px rgba(26, 23, 20, 0.4);
	--shadow-lg: 0 40px 80px -30px rgba(26, 23, 20, 0.45);
}

.vk-landing-body {
	margin: 0;
	background: var(--cream);
	color: var(--ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
.vk-landing-body * { box-sizing: border-box; }
.vk-landing-body img { max-width: 100%; display: block; }

.vk-wrap { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.vk-narrow { max-width: 760px; }

/* Typography */
.vk-h1 { font-family: Fraunces, Georgia, serif; font-weight: 600; font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.05; letter-spacing: -0.02em; margin: 0 0 18px; }
.vk-h2 { font-family: Fraunces, Georgia, serif; font-weight: 600; font-size: clamp(1.8rem, 3.4vw, 2.7rem); line-height: 1.1; margin: 0 0 16px; }
.vk-h3 { font-family: Fraunces, Georgia, serif; font-weight: 600; font-size: 1.35rem; margin: 12px 0 8px; }
.vk-eyebrow { text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.78rem; font-weight: 600; color: var(--gold-deep); margin: 0 0 14px; }
.vk-lead { font-size: 1.18rem; color: var(--ink-soft); margin: 0 0 28px; }
.vk-body { font-size: 1.05rem; color: var(--ink-soft); margin: 0; }

/* Buttons */
.vk-btn { display: inline-block; background: var(--ink); color: var(--cream); text-decoration: none; padding: 15px 30px; border-radius: 100px; font-weight: 600; font-size: 1rem; border: 0; cursor: pointer; transition: transform .25s cubic-bezier(.16,1,.3,1), background .25s; }
.vk-btn:hover { background: var(--gold-deep); transform: translateY(-2px); }
.vk-btn-sm { padding: 10px 20px; font-size: .9rem; }
.vk-btn-block { width: 100%; padding: 16px; font-size: 1.05rem; }

/* Nav */
.vk-nav { position: sticky; top: 0; z-index: 20; background: rgba(246,241,233,.85); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.vk-nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.vk-logo { font-family: Fraunces, Georgia, serif; font-weight: 600; font-size: 1.3rem; color: var(--ink); text-decoration: none; }
.vk-crown { color: var(--gold); }

/* Hero */
.vk-hero { padding: clamp(48px, 8vw, 110px) 0; }
.vk-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.vk-hero-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 14px; box-shadow: var(--shadow-lg); }

/* Intro */
.vk-intro { padding: clamp(40px, 6vw, 80px) 0; text-align: center; }

/* Features */
.vk-features { padding: clamp(20px, 4vw, 50px) 0 clamp(48px, 8vw, 90px); }
.vk-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.vk-feature { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 32px 28px; box-shadow: var(--shadow-md); }
.vk-feature-num { font-family: Fraunces, Georgia, serif; font-size: 1.6rem; color: var(--gold); font-weight: 600; }

/* Gallery */
.vk-gallery { padding: 0 0 clamp(48px, 8vw, 90px); }
.vk-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vk-gallery-item { margin: 0; }
.vk-gallery-item img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 10px; box-shadow: var(--shadow-md); }

/* Contact */
.vk-contact { background: var(--cream-2); padding: clamp(56px, 9vw, 110px) 0; text-align: center; }
.vk-form { margin-top: 32px; text-align: left; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 32px; box-shadow: var(--shadow-md); }
.vk-form-row { margin-bottom: 18px; }
.vk-form-row label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 6px; }
.vk-input { width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 10px; font: inherit; font-size: 1rem; background: var(--cream); color: var(--ink); }
.vk-input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184,137,59,.18); }
.vk-invalid { border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(181,97,63,.16); }
.vk-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Alerts */
.vk-alert { border-radius: 10px; padding: 14px 18px; margin: 0 auto 22px; max-width: 560px; font-weight: 500; }
.vk-alert-ok { background: #e7f3ea; color: #1f5130; border: 1px solid #b6d8bf; }
.vk-alert-err { background: #fbeeea; color: #8a2c12; border: 1px solid #e6bfb2; }

/* Footer */
.vk-footer { background: var(--ink); color: var(--cream); padding: 36px 0; text-align: center; font-size: .9rem; }
.vk-footer p { margin: 0; }

/* Responsive */
@media (max-width: 900px) {
	.vk-hero-grid { grid-template-columns: 1fr; gap: 36px; }
	.vk-hero-media { order: -1; }
	.vk-feature-grid { grid-template-columns: 1fr; }
	.vk-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
