/* ========================================
   TAJOMNÝ LES - Magical fairytale styling
   ======================================== */

/* --- SELF-HOSTED FONTS --- */
@font-face {
    font-family: 'Berkshire Swash';
    src: url('../fonts/berkshire-swash-ext.woff2') format('woff2');
    font-weight: 400; font-style: normal; font-display: swap;
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Berkshire Swash';
    src: url('../fonts/berkshire-swash.woff2') format('woff2');
    font-weight: 400; font-style: normal; font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/cinzel-ext.woff2') format('woff2');
    font-weight: 500 600; font-style: normal; font-display: swap;
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/cinzel.woff2') format('woff2');
    font-weight: 500 600; font-style: normal; font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Lora';
    src: url('../fonts/lora-ext.woff2') format('woff2');
    font-weight: 400 700; font-style: normal; font-display: swap;
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Lora';
    src: url('../fonts/lora.woff2') format('woff2');
    font-weight: 400 700; font-style: normal; font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Lora';
    src: url('../fonts/lora-italic-ext.woff2') format('woff2');
    font-weight: 400; font-style: italic; font-display: swap;
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Lora';
    src: url('../fonts/lora-italic.woff2') format('woff2');
    font-weight: 400; font-style: italic; font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --- CSS VARIABLES --- */
:root {
    /* Forest night palette */
    --bg-deep: #0a1620;
    --bg-night: #0f2030;
    --bg-forest: #14283a;
    --bg-mist: #1c3349;

    /* Warm fairytale glow */
    --glow-primary: #f4c66a;
    --glow-warm: #e89348;
    --glow-soft: #ffd98a;
    --cream: #f5e9c8;
    --cream-soft: #ebdcb5;

    /* Forest accents */
    --moss: #4a7c59;
    --moss-deep: #2d4a3e;
    --emerald: #5a9a6f;

    /* Text */
    --text-light: #f5e9c8;
    --text-muted: #b8a878;
    --text-dim: #7a8a8a;

    /* Borders & lines */
    --border-glow: rgba(244, 198, 106, 0.25);
    --border-soft: rgba(244, 198, 106, 0.1);

    /* Fonts */
    --font-display: 'Berkshire Swash', cursive;
    --font-heading: 'Cinzel', serif;
    --font-body: 'Lora', Georgia, serif;

    /* Spacing & shadows */
    --shadow-glow: 0 0 40px rgba(244, 198, 106, 0.3);
    --shadow-card: 0 20px 60px rgba(0, 0, 0, 0.5);
    --radius: 16px;
    --radius-lg: 24px;

    /* Layout */
    --container: 1200px;
    --transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- RESET --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
    font-family: var(--font-body);
    color: var(--text-light);
    background: var(--bg-deep);
    line-height: 1.7;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
}

/* Subtle vignette/atmosphere */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background:
        radial-gradient(ellipse at top, rgba(244, 198, 106, 0.04) 0%, transparent 50%),
        radial-gradient(ellipse at bottom, rgba(74, 124, 89, 0.06) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--glow-primary); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--glow-soft); }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

/* --- FIREFLIES (animated background) --- */
.fireflies {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}
.firefly {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--glow-soft);
    box-shadow: 0 0 8px 2px var(--glow-primary), 0 0 20px 4px rgba(244, 198, 106, 0.4);
    opacity: 0;
}
.firefly:nth-child(1)  { left: 10%; top: 20%;  animation: float 11s ease-in-out infinite, glow 3s ease-in-out infinite; }
.firefly:nth-child(2)  { left: 25%; top: 60%;  animation: float 14s ease-in-out infinite 1s, glow 4s ease-in-out infinite 0.5s; }
.firefly:nth-child(3)  { left: 50%; top: 30%;  animation: float 13s ease-in-out infinite 2s, glow 3.5s ease-in-out infinite 1s; }
.firefly:nth-child(4)  { left: 75%; top: 75%;  animation: float 16s ease-in-out infinite 0.5s, glow 4.5s ease-in-out infinite 1.5s; }
.firefly:nth-child(5)  { left: 85%; top: 15%;  animation: float 12s ease-in-out infinite 3s, glow 3.2s ease-in-out infinite 2s; }
.firefly:nth-child(6)  { left: 15%; top: 85%;  animation: float 15s ease-in-out infinite 1.5s, glow 4.2s ease-in-out infinite 0.8s; }
.firefly:nth-child(7)  { left: 60%; top: 50%;  animation: float 13s ease-in-out infinite 2.5s, glow 3.8s ease-in-out infinite 1.2s; }
.firefly:nth-child(8)  { left: 35%; top: 40%;  animation: float 17s ease-in-out infinite 0.8s, glow 4s ease-in-out infinite 0.3s; }
.firefly:nth-child(9)  { left: 90%; top: 50%;  animation: float 14s ease-in-out infinite 1.8s, glow 3.6s ease-in-out infinite 1.8s; }
.firefly:nth-child(10) { left: 5%;  top: 50%;  animation: float 16s ease-in-out infinite 2.2s, glow 4.2s ease-in-out infinite 0.6s; }
.firefly:nth-child(11) { left: 45%; top: 90%;  animation: float 13s ease-in-out infinite 1.2s, glow 3.4s ease-in-out infinite 2.2s; }
.firefly:nth-child(12) { left: 70%; top: 25%;  animation: float 15s ease-in-out infinite 2.8s, glow 4s ease-in-out infinite 1.4s; }

@keyframes float {
    0%, 100% { transform: translate(0, 0); }
    25%      { transform: translate(40px, -30px); }
    50%      { transform: translate(-20px, -60px); }
    75%      { transform: translate(-40px, -20px); }
}
@keyframes glow {
    0%, 100% { opacity: 0; }
    50%      { opacity: 1; }
}

/* --- TYPOGRAPHY --- */
.section-eyebrow {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--glow-primary);
    margin-bottom: 16px;
    padding: 6px 14px;
    border: 1px solid var(--border-glow);
    border-radius: 999px;
    background: rgba(244, 198, 106, 0.05);
}

.section-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.5vw, 3.4rem);
    font-weight: 400;
    line-height: 1.15;
    color: var(--cream);
    margin-bottom: 18px;
    text-shadow: 0 0 30px rgba(244, 198, 106, 0.15);
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.7;
}

.section-head {
    text-align: center;
    margin-bottom: 64px;
}

.section {
    padding: 110px 0;
    position: relative;
}

/* --- BUTTONS --- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 999px;
    font-family: var(--font-heading);
    font-size: 0.92rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all var(--transition);
    white-space: nowrap;
    font-weight: 500;
}
.btn svg { width: 18px; height: 18px; }

.btn-primary {
    background: linear-gradient(135deg, var(--glow-primary) 0%, var(--glow-warm) 100%);
    color: var(--bg-deep);
    box-shadow: 0 0 0 0 rgba(244, 198, 106, 0.5), 0 8px 24px rgba(232, 147, 72, 0.4);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px 8px rgba(244, 198, 106, 0.4), 0 12px 32px rgba(232, 147, 72, 0.5);
    color: var(--bg-deep);
}

.btn-ghost {
    border: 1px solid var(--border-glow);
    color: var(--cream);
    background: rgba(244, 198, 106, 0.04);
    backdrop-filter: blur(8px);
}
.btn-ghost:hover {
    border-color: var(--glow-primary);
    background: rgba(244, 198, 106, 0.1);
    color: var(--glow-soft);
}

.btn-lg { padding: 16px 36px; font-size: 1rem; }
.btn-xl { padding: 20px 44px; font-size: 1.05rem; }

/* ============================
   NAVBAR
   ============================ */
.navbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    padding: 18px 0;
    background: rgba(10, 22, 32, 0.5);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid transparent;
    z-index: 1000;
    transition: all var(--transition);
}
.navbar.scrolled {
    background: rgba(10, 22, 32, 0.92);
    border-bottom-color: var(--border-soft);
    padding: 12px 0;
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--cream);
    text-decoration: none;
}
.nav-logo img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--border-glow);
    transition: all var(--transition);
}
.nav-logo:hover img {
    border-color: var(--glow-primary);
    transform: rotate(-5deg);
}
.nav-logo span {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 400;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 32px;
}
.nav-menu ul {
    display: flex;
    gap: 28px;
}
.nav-menu a {
    color: var(--cream);
    font-family: var(--font-heading);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    position: relative;
    padding: 7px;
}
.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0;
    width: 0; height: 1px;
    background: var(--glow-primary);
    transition: width var(--transition);
}
.nav-menu a:hover { color: var(--glow-primary); }
.nav-menu a:hover::after { width: 100%; }
.nav-cta { color: var(--bg-deep) !important; padding: 14px 40px; }
.nav-cta::after { display: none; }

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
}
.hamburger span {
    display: block;
    width: 26px;
    height: 2px;
    background: var(--cream);
    transition: all var(--transition);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================
   HERO
   ============================ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0 80px;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('../images/plagat.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.05);
    filter: brightness(0.55);
    animation: heroZoom 30s ease-in-out infinite alternate;
}
@keyframes heroZoom {
    from { transform: scale(1.05); }
    to   { transform: scale(1.15); }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at center, transparent 0%, rgba(10, 22, 32, 0.6) 70%, rgba(10, 22, 32, 0.95) 100%),
        linear-gradient(180deg, rgba(10, 22, 32, 0.4) 0%, transparent 30%, rgba(10, 22, 32, 0.85) 100%);
}

.hero-content {
    text-align: center;
    z-index: 3;
    animation: fadeUp 1.2s ease-out;
}
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

.hero-eyebrow {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--glow-primary);
    margin-bottom: 24px;
    padding: 8px 20px;
    border: 1px solid var(--border-glow);
    border-radius: 999px;
    background: rgba(10, 22, 32, 0.4);
    backdrop-filter: blur(8px);
}

.hero-title {
    font-family: var(--font-display);
    font-size: clamp(3.5rem, 11vw, 8rem);
    font-weight: 400;
    color: var(--cream);
    line-height: 0.95;
    margin-bottom: 24px;
    text-shadow:
        0 0 30px rgba(244, 198, 106, 0.6),
        0 0 60px rgba(244, 198, 106, 0.3),
        0 4px 20px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.01em;
}

.hero-tagline {
    font-size: clamp(1rem, 1.6vw, 1.3rem);
    font-style: italic;
    color: var(--cream-soft);
    max-width: 640px;
    margin: 0 auto 36px;
    line-height: 1.6;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-bottom: 40px;
    padding: 18px 28px;
    background: rgba(10, 22, 32, 0.5);
    backdrop-filter: blur(12px);
    border: 1px solid var(--border-glow);
    border-radius: 999px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.hero-meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--cream);
    font-size: 0.95rem;
}
.hero-meta-item svg {
    width: 20px;
    height: 20px;
    color: var(--glow-primary);
    flex-shrink: 0;
}

.hero-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--glow-primary);
    z-index: 3;
    animation: bounce 2s ease-in-out infinite;
}
.hero-scroll svg { width: 32px; height: 32px; }
@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%      { transform: translateX(-50%) translateY(8px); }
}

/* ============================
   ABOUT
   ============================ */
.section-about {
    background: linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-night) 100%);
}

.about-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-text .section-eyebrow { margin-bottom: 20px; }
.about-text .section-title { text-align: left; margin-bottom: 24px; }

.lead {
    font-size: 1.2rem;
    color: var(--cream);
    margin-bottom: 20px;
    font-style: italic;
}
.about-text p {
    color: var(--text-muted);
    margin-bottom: 16px;
}
.about-text strong {
    color: var(--glow-primary);
    font-weight: 600;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid var(--border-soft);
}
.stat { text-align: left; }
.stat-num {
    display: block;
    font-family: var(--font-display);
    font-size: 2.6rem;
    color: var(--glow-primary);
    line-height: 1;
    margin-bottom: 4px;
    text-shadow: 0 0 20px rgba(244, 198, 106, 0.3);
}
.stat-label {
    display: block;
    font-size: 0.85rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.about-image {
    position: relative;
}
.about-image img {
    width: 100%;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card), 0 0 60px rgba(244, 198, 106, 0.15);
    transition: transform var(--transition);
}
.about-image:hover img { transform: scale(1.02) rotate(-1deg); }

.about-badge {
    position: absolute;
    bottom: -24px;
    right: -24px;
    background: linear-gradient(135deg, var(--glow-primary) 0%, var(--glow-warm) 100%);
    color: var(--bg-deep);
    padding: 18px 26px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(232, 147, 72, 0.4);
    transform: rotate(-4deg);
}
.badge-small {
    display: block;
    font-family: var(--font-heading);
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.badge-big {
    display: block;
    font-family: var(--font-display);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
}

/* ============================
   ATTRACTIONS
   ============================ */
.section-attractions {
    background: var(--bg-night);
    position: relative;
}
.section-attractions::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-glow), transparent);
}

.attractions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.attraction {
    padding: 36px 28px;
    background: linear-gradient(135deg, rgba(28, 51, 73, 0.6) 0%, rgba(20, 40, 58, 0.4) 100%);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius);
    transition: all var(--transition);
    position: relative;
    overflow: hidden;
}
.attraction::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(244, 198, 106, 0.08), transparent);
    transition: left 0.6s;
}
.attraction:hover {
    transform: translateY(-6px);
    border-color: var(--border-glow);
    background: linear-gradient(135deg, rgba(28, 51, 73, 0.85) 0%, rgba(20, 40, 58, 0.6) 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.attraction:hover::before { left: 100%; }

.attraction-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
    color: var(--glow-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(244, 198, 106, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    transition: all var(--transition);
}
.attraction-icon svg { width: 100%; height: 100%; filter: drop-shadow(0 0 12px rgba(244, 198, 106, 0.4)); }
.attraction:hover .attraction-icon { transform: rotate(-5deg) scale(1.05); }

.attraction h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--cream);
    margin-bottom: 10px;
    line-height: 1.2;
}
.attraction p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.attraction-special {
    background: linear-gradient(135deg, rgba(244, 198, 106, 0.1) 0%, rgba(232, 147, 72, 0.06) 100%);
    border-color: var(--border-glow);
}

/* ============================
   GALLERY
   ============================ */
.section-gallery {
    background: linear-gradient(180deg, var(--bg-night) 0%, var(--bg-deep) 100%);
}

.gallery-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.gallery-tab {
    padding: 12px 28px;
    border: 1px solid var(--border-soft);
    border-radius: 999px;
    color: var(--cream);
    font-family: var(--font-heading);
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: all var(--transition);
}
.gallery-tab:hover {
    border-color: var(--border-glow);
    background: rgba(244, 198, 106, 0.05);
}
.gallery-tab.active {
    background: linear-gradient(135deg, var(--glow-primary) 0%, var(--glow-warm) 100%);
    color: var(--bg-deep);
    border-color: transparent;
}

.gallery-year { display: none; }
.gallery-year.active { display: grid; }
.gallery-year {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
    grid-auto-rows: 200px;
}
.gallery-year .gallery-item:nth-child(7n+1) { grid-row: span 2; }
.gallery-year .gallery-item:nth-child(7n+4) { grid-column: span 2; }

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    cursor: pointer;
    background: var(--bg-mist);
    aspect-ratio: auto;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(10, 22, 32, 0.7) 100%);
    opacity: 0;
    transition: opacity var(--transition);
}
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item:hover::after { opacity: 1; }

.gallery-cta {
    text-align: center;
    margin-top: 48px;
}

/* ============================
   REVIEWS CAROUSEL
   ============================ */
.section-reviews {
    background: var(--bg-deep);
    position: relative;
    overflow: hidden;
}

.reviews-carousel {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 60px;
}
.reviews-viewport {
    overflow: hidden;
    border-radius: var(--radius-lg);
}
.reviews-track {
}

.review-card {
    flex: 0 0 100%;
    padding: 48px;
    background: linear-gradient(135deg, rgba(28, 51, 73, 0.6) 0%, rgba(20, 40, 58, 0.4) 100%);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-lg);
    text-align: center;
    transition: all var(--transition);
    backdrop-filter: blur(10px);
}

.review-stars {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 24px;
}
.review-stars span {
    width: 20px;
    height: 20px;
    background-color: var(--glow-primary);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/></svg>") center/contain no-repeat;
            mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/></svg>") center/contain no-repeat;
    filter: drop-shadow(0 0 4px rgba(244, 198, 106, 0.6));
}

.review-card blockquote {
    font-family: var(--font-body);
    font-size: 1.2rem;
    font-style: italic;
    color: var(--cream);
    line-height: 1.7;
    margin-bottom: 28px;
    position: relative;
    padding: 0 20px;
}
.review-card blockquote::before,
.review-card blockquote::after {
    font-family: var(--font-display);
    font-size: 3rem;
    color: var(--glow-primary);
    line-height: 0;
    position: relative;
    top: 0.4em;
    opacity: 0.5;
}
.review-card blockquote::before { content: '"'; margin-right: 6px; }
.review-card blockquote::after  { content: '"'; margin-left: 6px; }

.review-card footer {
    color: var(--text-muted);
    font-size: 0.95rem;
}
.review-card footer strong {
    display: block;
    color: var(--glow-primary);
    font-family: var(--font-heading);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-bottom: 4px;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(10, 22, 32, 0.8);
    border: 1px solid var(--border-glow);
    color: var(--glow-primary);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition);
    z-index: 5;
}
.carousel-btn svg { width: 22px; height: 22px; }
.carousel-btn:hover {
    background: var(--glow-primary);
    color: var(--bg-deep);
    transform: translateY(-50%) scale(1.05);
}
.carousel-prev { left: 0; }
.carousel-next { right: 0; }

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}
.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--border-soft);
    border: 1px solid var(--border-glow);
    cursor: pointer;
    transition: all var(--transition);
    padding: 0;
}
.carousel-dot.active {
    background: var(--glow-primary);
    width: 32px;
    border-radius: 999px;
}

/* ============================
   NEWS / AKTUALITY
   ============================ */
.section-news {
    background: linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-night) 100%);
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
}

.news-card {
    display: flex;
    gap: 24px;
    padding: 32px;
    background: linear-gradient(135deg, rgba(28, 51, 73, 0.4) 0%, rgba(20, 40, 58, 0.2) 100%);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius);
    transition: all var(--transition);
}
.news-card:hover {
    border-color: var(--border-glow);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.news-date {
    flex-shrink: 0;
    width: 80px;
    height: 90px;
    background: linear-gradient(135deg, var(--glow-primary) 0%, var(--glow-warm) 100%);
    color: var(--bg-deep);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 8px 20px rgba(232, 147, 72, 0.25);
}
.news-date .day {
    font-family: var(--font-display);
    font-size: 2rem;
    line-height: 1;
}
.news-date .month {
    font-family: var(--font-heading);
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-top: 2px;
}
.news-date .year {
    font-size: 0.7rem;
    opacity: 0.8;
    margin-top: 2px;
}

.news-content { flex: 1; }
.news-content h3 {
    font-family: var(--font-display);
    font-size: 1.4rem;
    color: var(--cream);
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: 400;
}
.news-content p {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 14px;
}
.news-link {
    font-family: var(--font-heading);
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--glow-primary);
    transition: all var(--transition);
}
.news-link:hover { letter-spacing: 0.15em; }

/* ============================
   FINAL CTA
   ============================ */
.section-cta {
    position: relative;
    padding: 130px 0;
    overflow: hidden;
}
.cta-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at center, rgba(244, 198, 106, 0.12) 0%, transparent 60%),
        linear-gradient(135deg, var(--bg-night) 0%, var(--bg-forest) 100%);
}
.cta-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(244, 198, 106, 0.15) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgba(244, 198, 106, 0.1) 0%, transparent 6%),
        radial-gradient(circle at 60% 20%, rgba(244, 198, 106, 0.12) 0%, transparent 7%),
        radial-gradient(circle at 30% 80%, rgba(244, 198, 106, 0.08) 0%, transparent 5%);
}

.cta-inner {
    text-align: center;
    max-width: 800px;
    z-index: 3;
}

.cta-title {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 400;
    color: var(--cream);
    line-height: 1.1;
    margin-bottom: 24px;
    text-shadow: 0 0 40px rgba(244, 198, 106, 0.3);
}
.cta-text {
    font-size: 1.15rem;
    color: var(--cream-soft);
    margin-bottom: 40px;
    line-height: 1.7;
}

.cta-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 48px;
    padding: 28px;
    background: rgba(10, 22, 32, 0.5);
    border: 1px solid var(--border-glow);
    border-radius: var(--radius);
    backdrop-filter: blur(10px);
}
.cta-info-label {
    display: block;
    font-family: var(--font-heading);
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 6px;
}
.cta-info-value {
    display: block;
    font-family: var(--font-display);
    font-size: 1.4rem;
    color: var(--glow-primary);
}

.cta-soon {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    border: 1px solid var(--border-glow);
    border-radius: 999px;
    color: var(--glow-primary);
    font-family: var(--font-heading);
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: rgba(244, 198, 106, 0.06);
    backdrop-filter: blur(8px);
}
.cta-soon svg { width: 22px; height: 22px; flex-shrink: 0; }

.cta-note {
    margin-top: 18px;
    font-size: 0.9rem;
    color: var(--text-muted);
    font-style: italic;
}

/* ============================
   PARTNERS
   ============================ */
.section-partners {
    background: var(--bg-night);
    padding: 90px 0;
}

.partners-grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 48px;
}
.partner {
    flex: 0 0 auto;
    max-width: 160px;
    transition: all var(--transition);
    opacity: 0.7;
    filter: brightness(1.5) grayscale(50%);
}
.partner:hover {
    opacity: 1;
    transform: translateY(-4px) scale(1.05);
    filter: brightness(1.5) grayscale(0%);
}
.partner img {
    max-height: 120px;
    width: auto;
}

/* ============================
   FOOTER
   ============================ */
.footer {
    background: var(--bg-deep);
    padding: 80px 0 0;
    border-top: 1px solid var(--border-soft);
    position: relative;
}
.footer::before {
    content: '';
    position: absolute;
    top: 0; left: 50%; transform: translateX(-50%);
    width: 200px; height: 1px;
    background: linear-gradient(90deg, transparent, var(--glow-primary), transparent);
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 48px;
    margin-bottom: 60px;
}

.footer-brand p {
    color: var(--text-muted);
    margin-top: 20px;
    line-height: 1.7;
    font-style: italic;
    max-width: 320px;
}
.footer-logo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid var(--border-glow);
}

.footer-col h4 {
    font-family: var(--font-display);
    font-size: 1.3rem;
    color: var(--cream);
    margin-bottom: 18px;
    font-weight: 400;
}

.footer-list { display: flex; flex-direction: column; gap: 10px; }
.footer-list a, .footer-list li {
    color: var(--text-muted);
    font-size: 0.95rem;
    transition: color var(--transition);
}
.footer-list a:hover { color: var(--glow-primary); }

.footer-social {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--cream);
    padding: 12px 18px;
    border: 1px solid var(--border-glow);
    border-radius: 999px;
    font-size: 0.9rem;
    transition: all var(--transition);
    background: rgba(244, 198, 106, 0.04);
}
.footer-social svg { width: 20px; height: 20px; color: var(--glow-primary); }
.footer-social:hover {
    background: rgba(244, 198, 106, 0.12);
    color: var(--glow-soft);
    transform: translateY(-2px);
}

.footer-bottom {
    padding: 24px 0;
    border-top: 1px solid var(--border-soft);
}
.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    color: var(--text-dim);
    font-size: 0.85rem;
}
.footer-bottom-inner a { color: var(--glow-primary); }

/* ============================
   LIGHTBOX
   ============================ */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(5, 12, 20, 0.95);
    backdrop-filter: blur(20px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.lightbox.active { display: flex; }
.lightbox img {
    max-width: 90vw;
    max-height: 85vh;
    border-radius: 8px;
    box-shadow: 0 0 80px rgba(244, 198, 106, 0.3);
}
.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background: rgba(10, 22, 32, 0.6);
    border: 1px solid var(--border-glow);
    color: var(--cream);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: all var(--transition);
}
.lightbox-close svg,
.lightbox-prev svg,
.lightbox-next svg { width: 26px; height: 26px; }
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
    background: var(--glow-primary);
    color: var(--bg-deep);
}
.lightbox-close { top: 24px; right: 24px; }
.lightbox-prev  { left: 24px; top: 50%; transform: translateY(-50%); }
.lightbox-next  { right: 24px; top: 50%; transform: translateY(-50%); }

/* ============================
   SCROLL ANIMATIONS
   ============================ */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 1024px) {
    .about-grid { grid-template-columns: 1fr; gap: 60px; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .section { padding: 80px 0; }

    .hamburger { display: flex; }
    .nav-menu {
        position: fixed;
        top: 0; right: -100%;
        height: 100vh;
        width: 80%;
        max-width: 320px;
        background: var(--bg-night);
        backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: center;
        gap: 40px;
        padding: 80px 40px;
        transition: right var(--transition);
        border-left: 1px solid var(--border-glow);
        box-shadow: -20px 0 60px rgba(0, 0, 0, 0.5);
    }
    .nav-menu.open { right: 0; }
    .nav-menu ul {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    .nav-menu a { font-size: 1rem; }
    .nav-cta { align-self: flex-start; }

    .hero { min-height: 90vh; padding: 100px 0 60px; }
    .hero-bg { filter: brightness(0.25); }
    .hero-meta { padding: 12px 16px; gap: 10px; flex-direction: column; align-items: center; }
    .hero-meta-item { font-size: 0.85rem; }
    .hero-actions { flex-direction: column; align-items: center; gap: 12px; }
    .hero-actions .btn { width: auto; min-width: 240px; justify-content: center; }
    .hero-countdown { padding: 14px 12px; max-width: 320px; }
    .countdown-num { font-size: 1.8rem; }
    .countdown-block { padding: 0 10px; }
    .countdown-sep { font-size: 1.8rem; padding-bottom: 12px; }

    .about-stats { grid-template-columns: 1fr; gap: 16px; justify-items: center; }
    .stat { text-align: center; }
    .about-image { order: -1; }
    .about-badge { right: 20px; bottom: -20px; padding: 14px 22px; }
    .badge-big { font-size: 1.8rem; }

    .gallery-year .gallery-item:nth-child(7n+1),
    .gallery-year .gallery-item:nth-child(7n+4) { grid-row: auto; grid-column: auto; }

    .reviews-carousel { padding: 0 16px; }
    .review-card { padding: 32px 24px; }
    .review-card blockquote { font-size: 1.05rem; padding: 0; }
    .carousel-btn { width: 40px; height: 40px; }

    .news-card { flex-direction: column; gap: 16px; padding: 24px; }
    .news-date { flex-direction: row; width: auto; height: auto; padding: 10px 16px; gap: 8px; }
    .news-date .day { font-size: 1.5rem; }

    .cta-info-grid { grid-template-columns: repeat(2, 1fr); padding: 20px; gap: 16px; }
    .cta-info-value { font-size: 1.15rem; }

    .partners-grid { flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x mandatory; gap: 0; padding: 16px 0; scrollbar-width: none; }
    .partners-grid::-webkit-scrollbar { display: none; }
    .partner { flex: 0 0 50%; scroll-snap-align: center; max-width: none; padding: 8px 16px; display: flex; justify-content: center; }
    .partner img { max-height: 70px; }

    .footer-inner { grid-template-columns: 1fr; gap: 40px; }
    .footer-bottom-inner { flex-direction: column; text-align: center; }

    .lightbox-close { top: 16px; right: 16px; width: 44px; height: 44px; }
    .lightbox-prev, .lightbox-next { width: 44px; height: 44px; }
    .lightbox-prev { left: 12px; }
    .lightbox-next { right: 12px; }
}

@media (max-width: 480px) {
    .container { padding: 0 16px; }
    .nav-logo span { display: none; }
    .hero-title { font-size: 4rem; }
    .section-title { font-size: 2rem; }
    .cta-info-grid { grid-template-columns: repeat(2, 1fr); }
    .btn { font-size: 0.85rem; padding: 13px 22px; }
    .btn-lg { padding: 14px 26px; }
    .btn-xl { padding: 16px 28px; font-size: 0.95rem; }
}

/* ============================
   ACCESSIBILITY
   ============================ */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    .firefly { display: none; }
    .hero-bg { animation: none; }
}

/* ============================
   HERO COUNTDOWN
   ============================ */
.hero-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0 auto 36px;
    padding: 20px 28px;
    background: rgba(10, 22, 32, 0.55);
    border: 1px solid var(--border-glow);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(12px);
    max-width: 520px;
}
.countdown-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 18px;
}
.countdown-num {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3rem);
    color: var(--glow-primary);
    line-height: 1;
    text-shadow: 0 0 24px rgba(244, 198, 106, 0.55);
    min-width: 2ch;
    text-align: center;
    transition: transform 0.15s ease;
}
.countdown-num.tick { transform: scale(1.15); }
.countdown-label {
    font-family: var(--font-heading);
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-top: 6px;
}
.countdown-sep {
    font-family: var(--font-display);
    font-size: 2.4rem;
    color: var(--glow-primary);
    opacity: 0.4;
    padding-bottom: 18px;
    line-height: 1;
}

/* ============================
   ACTIVE NAV SECTION
   ============================ */
.nav-menu a.nav-active {
    color: var(--glow-primary);
}
.nav-menu a.nav-active::after {
    width: 100%;
}

/* ============================
   BACK TO TOP
   ============================ */
.back-to-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--glow-primary), var(--glow-warm));
    color: var(--bg-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(244, 198, 106, 0.4);
    z-index: 500;
    opacity: 0;
    transform: translateY(20px);
    transition: all var(--transition);
    pointer-events: none;
    border: none;
    cursor: pointer;
}
.back-to-top.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.back-to-top:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(244, 198, 106, 0.6);
}
.back-to-top svg { width: 22px; height: 22px; }

/* ============================
   TYPEWRITER CURSOR
   ============================ */
.typewriter-cursor {
    display: inline-block;
    width: 2px;
    height: 1.1em;
    background: var(--glow-primary);
    margin-left: 3px;
    vertical-align: text-bottom;
    animation: blink 0.75s step-end infinite;
    opacity: 0.8;
}
@keyframes blink {
    0%, 100% { opacity: 0.8; }
    50%       { opacity: 0; }
}

/* ============================
   CUSTOM CURSOR
   ============================ */
@media (pointer: fine) {
    body { cursor: none; }
    a, button, .gallery-item, .attraction, .carousel-btn, .gallery-tab { cursor: none; }
}
.cursor-dot {
    position: fixed;
    width: 7px;
    height: 7px;
    background: var(--glow-primary);
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px 3px rgba(244, 198, 106, 0.7);
    transition: transform 0.1s ease, width 0.2s ease, height 0.2s ease;
    will-change: left, top;
}
.cursor-ring {
    position: fixed;
    width: 34px;
    height: 34px;
    border: 1.5px solid rgba(244, 198, 106, 0.45);
    border-radius: 50%;
    pointer-events: none;
    z-index: 99998;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 14px 2px rgba(244, 198, 106, 0.15);
    transition: width 0.25s ease, height 0.25s ease, opacity 0.2s ease;
    will-change: left, top;
}
.cursor-dot.expanded  { width: 12px; height: 12px; }
.cursor-ring.expanded { width: 58px; height: 58px; }

/* ============================
   FOREST WAVE DIVIDERS
   ============================ */
.wave-divider {
    line-height: 0;
    overflow: hidden;
    position: relative;
    z-index: 5;
    pointer-events: none;
    margin: -2px 0;
}
.wave-divider svg {
    display: block;
    width: 100%;
    height: 80px;
}
.wave-divider .wave-back {
    fill: var(--moss-deep);
    opacity: 0.4;
}
.wave-divider .wave-front {
    fill: var(--moss-deep);
    opacity: 0.8;
}

/* ============================
   STAT COUNTER ANIMATION
   ============================ */
.stat-num {
    display: inline-block;
    transition: transform 0.3s ease;
}
.stat-num.counting { transform: scale(1.08); }

::selection {
    background: var(--glow-primary);
    color: var(--bg-deep);
}
