:root {
    --forest: #1B4332;
    --wine: #7B2D26;
    --ember: #B45309;
    --ember-dark: #92400E;
    --parchment: #FAF6EE;
    --bark: #3F2D23;
    --gold: #C9A24B;
    --stone: #6B5E54;
    --white: #FFFFFF;
    --radius: 14px;
    --shadow: 0 4px 28px rgba(63, 45, 35, 0.14);
    --font-display: 'Fraunces', Georgia, serif;
    --font-body: 'Source Sans 3', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-body);
    color: var(--bark);
    line-height: 1.7;
    background: var(--parchment);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--wine); text-decoration: none; }
a:hover { color: var(--ember); }
.container { max-width: 1140px; margin: 0 auto; padding: 0 1.25rem; }

h1, h2, h3, h4, .logo-text {
    font-family: var(--font-display);
    font-weight: 700;
}

.eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--wine);
    margin-bottom: 0.75rem;
}

.hero.ember-bg {
    position: relative;
    padding: 5rem 0 4.5rem;
    background: var(--forest) url('/images/skt-cpg-01-hero-spissky-hrad.jpg') center/cover no-repeat;
    color: var(--parchment);
    overflow: hidden;
}
.hero.ember-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(27, 67, 50, 0.92) 0%, rgba(63, 45, 35, 0.65) 50%, rgba(123, 45, 38, 0.35) 100%);
}
.hero.ember-bg .container { position: relative; z-index: 1; }
.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
    align-items: center;
}
.hero h1 {
    font-size: clamp(2.1rem, 4.2vw, 3rem);
    line-height: 1.12;
    margin-bottom: 1.25rem;
}
.hero h1 span { color: var(--ember); }
.hero-lead { font-size: 1.12rem; color: rgba(250, 246, 238, 0.92); margin-bottom: 1.5rem; max-width: 540px; }
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.hero-cta > a:first-child {
    display: inline-flex;
    align-items: center;
    padding: 0.8rem 1.6rem;
    background: var(--ember);
    color: var(--parchment);
    border-radius: var(--radius);
    font-weight: 700;
    border: 2px solid var(--ember);
}
.hero-cta > a:first-child:hover { background: var(--ember-dark); border-color: var(--ember-dark); color: var(--parchment); }
.trust-strip { font-size: 0.85rem; color: rgba(250, 246, 238, 0.85); border-top: 1px solid rgba(201, 162, 75, 0.35); padding-top: 1rem; }
.hero-img {
    border-radius: var(--radius);
    overflow: hidden;
    border: 2px solid rgba(201, 162, 75, 0.45);
    box-shadow: var(--shadow);
}
.hero-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

.site-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(250, 246, 238, 0.97);
    backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(201, 162, 75, 0.35);
}
.header-inner {
    display: flex; align-items: center; justify-content: space-between;
    min-height: 76px;
}
.logo {
    display: flex; align-items: center; gap: 0.65rem;
    font-size: 1.2rem; color: var(--bark);
}
.logo-icon {
    display: flex; align-items: center; justify-content: center;
    width: 42px; height: 42px; border-radius: 50%;
    background: linear-gradient(145deg, var(--wine), var(--forest));
    color: var(--gold);
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 800;
}
.main-nav { display: flex; align-items: center; gap: 1.5rem; }
.main-nav a { color: var(--bark); font-weight: 600; font-size: 0.95rem; }
.main-nav a.active { color: var(--wine); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--bark); }

.btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 0.75rem 1.5rem; border-radius: var(--radius);
    font-weight: 700; font-size: 0.95rem; border: 2px solid transparent;
    cursor: pointer; transition: all 0.2s; font-family: inherit;
}
.btn-primary { background: var(--ember); color: var(--parchment); border-color: var(--ember); }
.btn-primary:hover { background: var(--ember-dark); border-color: var(--ember-dark); color: var(--parchment); }
.btn-outline { background: transparent; border-color: var(--wine); color: var(--wine); }
.btn-outline:hover { background: var(--wine); color: var(--parchment); }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.875rem; }
.hero .btn-outline { border-color: var(--gold); color: var(--parchment); }
.hero .btn-outline:hover { background: rgba(201, 162, 75, 0.2); color: var(--parchment); }

.trust-bar {
    background: var(--forest);
    color: var(--parchment);
    padding: 0.75rem 0;
    font-size: 0.85rem;
    text-align: center;
    border-bottom: 1px solid rgba(201, 162, 75, 0.25);
}
.trust-bar span { margin: 0 0.75rem; }

.section { padding: 4rem 0; }
.section-header { text-align: center; max-width: 720px; margin: 0 auto 2.5rem; }
.section-header h2 { font-size: clamp(1.85rem, 3.2vw, 2.4rem); margin-bottom: 0.75rem; color: var(--bark); }
.section-header p { color: var(--stone); font-size: 1.08rem; }

.page-hero {
    padding: 3.25rem 0;
    background: linear-gradient(135deg, var(--parchment), rgba(201, 162, 75, 0.15));
    text-align: center;
    border-bottom: 2px solid rgba(201, 162, 75, 0.3);
}
.page-hero h1 { font-size: clamp(2rem, 4vw, 2.85rem); margin-bottom: 0.75rem; color: var(--bark); }
.page-hero p { color: var(--stone); font-size: 1.12rem; max-width: 640px; margin: 0 auto; }

.ember-section { background: var(--parchment); }
.ember-muted { background: rgba(201, 162, 75, 0.12); }

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.75rem;
}
.card {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    border: 1px solid rgba(201, 162, 75, 0.25);
    transition: transform 0.2s, box-shadow 0.2s;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(63, 45, 35, 0.16); }
.card-img img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.card-body { padding: 1.5rem; }
.card-body h3 { font-size: 1.25rem; margin-bottom: 0.5rem; color: var(--bark); }
.card-body p { color: var(--stone); font-size: 0.96rem; margin-bottom: 1rem; }
.card-price {
    display: inline-block;
    background: rgba(180, 83, 9, 0.12);
    color: var(--ember-dark);
    padding: 0.35rem 0.85rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}
.card-includes {
    font-size: 0.85rem;
    color: var(--stone);
    border-top: 1px solid rgba(201, 162, 75, 0.25);
    padding-top: 0.75rem;
    margin-top: 0.5rem;
}

.stats-section { padding: 3rem 0; background: var(--wine); color: var(--parchment); }
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    text-align: center;
}
.stat-num { font-family: var(--font-display); font-size: 2.6rem; font-weight: 800; color: var(--gold); }
.stat-label { font-size: 0.92rem; opacity: 0.92; margin-top: 0.25rem; }

.domain-callout { padding: 3rem 0; background: rgba(27, 67, 50, 0.06); }
.callout-box {
    background: var(--white);
    border-radius: var(--radius);
    padding: 2rem;
    border-left: 4px solid var(--ember);
    box-shadow: var(--shadow);
}
.callout-box h2 { font-size: 1.55rem; margin-bottom: 1rem; color: var(--bark); }
.callout-box p { color: var(--stone); margin-bottom: 1rem; }
.callout-box p:last-child { margin-bottom: 0; }

.route-strip {
    display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;
    padding: 2rem 0;
}
.route-dot {
    display: flex; align-items: center; gap: 0.5rem;
    background: var(--white);
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(201, 162, 75, 0.4);
    font-weight: 600;
    font-size: 0.88rem;
    color: var(--bark);
}
.route-dot::before {
    content: '';
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--ember);
}

.tour-card {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2rem;
    align-items: start;
    background: var(--white);
    border-radius: var(--radius);
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: var(--shadow);
    border: 1px solid rgba(201, 162, 75, 0.2);
}
.tour-card img { border-radius: var(--radius); aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.tour-card h2 { font-size: 1.5rem; margin-bottom: 0.75rem; color: var(--bark); }
.tour-meta { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1rem; font-size: 0.9rem; }
.tour-meta span { background: rgba(201, 162, 75, 0.2); color: var(--wine); padding: 0.3rem 0.8rem; border-radius: 8px; font-weight: 600; }
.tour-includes { background: rgba(27, 67, 50, 0.06); padding: 1rem; border-radius: var(--radius); margin: 1rem 0; border: 1px solid rgba(201, 162, 75, 0.2); }
.tour-includes h4 { font-size: 0.92rem; margin-bottom: 0.5rem; color: var(--wine); }
.tour-includes ul { list-style: none; font-size: 0.92rem; color: var(--bark); }
.tour-includes li::before { content: '◆ '; color: var(--ember); font-weight: 700; }

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}
.service-item {
    padding: 2rem;
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border-top: 4px solid var(--ember);
}
.service-item img { border-radius: var(--radius); margin-bottom: 1rem; aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.service-item h3 { margin-bottom: 0.75rem; color: var(--bark); }

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
.about-grid img { border-radius: var(--radius); box-shadow: var(--shadow); border: 2px solid rgba(201, 162, 75, 0.35); }

.contact-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 3rem;
    align-items: start;
}
.contact-form label { display: block; font-weight: 600; margin-bottom: 0.35rem; font-size: 0.92rem; color: var(--bark); }
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%; padding: 0.75rem 1rem;
    border: 2px solid rgba(201, 162, 75, 0.35); border-radius: 10px;
    font-family: inherit; font-size: 1rem;
    margin-bottom: 1rem;
    transition: border-color 0.2s;
    background: var(--white);
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none; border-color: var(--ember);
}
.contact-form textarea { min-height: 140px; resize: vertical; }
.checkbox-label {
    display: flex; align-items: flex-start; gap: 0.5rem;
    font-size: 0.875rem; font-weight: 400; margin-bottom: 1rem;
}
.checkbox-label input { width: auto; margin-top: 0.2rem; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-msg { padding: 1rem; border-radius: 10px; margin-bottom: 1.5rem; font-weight: 600; }
.form-msg.success { background: rgba(27, 67, 50, 0.1); color: var(--forest); border: 2px solid var(--forest); }
.form-msg.error { background: #FEE2E2; color: #991B1B; border: 2px solid #FCA5A5; }
.contact-info img { border-radius: var(--radius); margin-top: 1.5rem; border: 2px solid rgba(201, 162, 75, 0.35); }

.faq-item { margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(201, 162, 75, 0.25); }
.faq-item:last-child { border-bottom: none; }
.faq-item h2 { font-size: 1.28rem; margin-bottom: 0.75rem; color: var(--wine); }
.faq-item p { color: var(--stone); }

.prose { max-width: 800px; margin: 0 auto; }
.prose h2 { font-size: 1.4rem; margin: 2rem 0 0.75rem; color: var(--bark); }
.prose h3 { font-size: 1.12rem; margin: 1.5rem 0 0.5rem; font-weight: 600; color: var(--bark); }
.prose p, .prose li { color: var(--stone); margin-bottom: 1rem; }
.prose ul, .prose ol { padding-left: 1.5rem; margin-bottom: 1rem; }
.legal-content { max-width: 800px; margin: 0 auto; padding: 2rem 0 4rem; }
.legal-content h2 { font-size: 1.4rem; margin: 2rem 0 0.75rem; color: var(--bark); }
.legal-content p, .legal-content li { color: var(--stone); margin-bottom: 1rem; line-height: 1.75; }

.site-footer {
    background: var(--bark);
    color: rgba(250, 246, 238, 0.88);
    padding: 3rem 0 1.5rem;
    margin-top: 2rem;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}
.footer-brand strong { color: var(--gold); font-size: 1.12rem; display: block; margin-bottom: 0.5rem; font-family: var(--font-display); }
.footer-links, .footer-legal { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-links a, .footer-legal a { color: rgba(250, 246, 238, 0.75); font-size: 0.9rem; }
.footer-links a:hover, .footer-legal a:hover { color: var(--gold); }
.footer-contact p { font-size: 0.875rem; margin-bottom: 0.35rem; }
.footer-contact a { color: var(--gold); }
.footer-host { opacity: 0.6; font-size: 0.8rem; margin-top: 0.5rem; }
.footer-disclaimer {
    font-size: 0.8rem; opacity: 0.75;
    border-top: 1px solid rgba(201, 162, 75, 0.2);
    padding-top: 1.5rem; margin-bottom: 1rem; line-height: 1.55;
}
.footer-copy { font-size: 0.8rem; opacity: 0.6; text-align: center; }

.cookie-banner {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
    background: var(--bark); color: var(--parchment);
    padding: 1.25rem; box-shadow: 0 -4px 24px rgba(0,0,0,0.25);
}
.cookie-inner {
    max-width: 1140px; margin: 0 auto;
    display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem;
}
.cookie-inner p { font-size: 0.9rem; flex: 1; min-width: 240px; }
.cookie-inner a { color: var(--gold); text-decoration: underline; }
.cookie-btns { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.cookie-banner .btn-outline { border-color: rgba(201, 162, 75, 0.5); color: var(--parchment); }
.cookie-banner .btn-outline:hover { background: rgba(201, 162, 75, 0.15); color: var(--parchment); }

.error-page { padding: 6rem 0; text-align: center; min-height: 50vh; }
.error-page h1 { font-size: 2.5rem; margin-bottom: 1rem; color: var(--wine); }
.error-page p { color: var(--stone); margin-bottom: 2rem; max-width: 520px; margin-left: auto; margin-right: auto; }

.feature-row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start;
}

.disclaimer-block {
    text-align: center;
    margin-top: 2rem;
    color: var(--stone);
    font-size: 0.9rem;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.65;
}

@media (max-width: 900px) {
    .hero-grid, .about-grid, .contact-grid, .tour-card, .feature-row { grid-template-columns: 1fr; }
    .hero.ember-bg { padding: 3rem 0; }
}
@media (max-width: 768px) {
    .nav-toggle { display: flex; }
    .main-nav {
        display: none; position: absolute; top: 76px; left: 0; right: 0;
        background: var(--parchment); flex-direction: column; padding: 1rem;
        border-bottom: 2px solid rgba(201, 162, 75, 0.35); box-shadow: var(--shadow);
    }
    .main-nav.open { display: flex; }
    .header-inner { position: relative; }
    .section { padding: 2.5rem 0; }
}
