*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --gold: #B8975A; --gold-lt: #D4B98A; --gold-dk: #7A5E2E;
  --ink: #FAF6EF; --parchment: #1A1612; --stone: #6B5C4E;
  --cream: #F0EAE0; --red-seal: #8B1A1A;
}
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--ink); color: var(--parchment); overflow-x: hidden; }
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 3rem; height: 68px; background: transparent; transition: background 0.4s; -webkit-transform: translateZ(0); transform: translateZ(0); isolation: isolate; }
nav.scrolled { background: rgba(250,246,239,0.97); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.nav-logo { font-family: 'Playfair Display', serif; font-size: 1rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: #3A2E24; text-decoration: none; opacity: 0.7; transition: opacity 0.2s, color 0.2s; }
.nav-links a:hover { opacity: 1; color: var(--gold); }
.lang-switch { display: flex; align-items: center; gap: 0.4rem; font-size: 0.7rem; letter-spacing: 0.12em; }
.lang-switch a { color: #3A2E24; opacity: 0.55; text-decoration: none; transition: opacity 0.2s, color 0.2s; }
.lang-switch a:hover, .lang-switch a.active { opacity: 1; color: var(--gold); }
.lang-switch span { color: #C8BAAA; font-size: 0.6rem; }
.hero { position: relative; height: 100vh; min-height: 700px; display: flex; align-items: flex-end; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(250,246,239,0.1) 0%, rgba(250,246,239,0.55) 60%, rgba(250,246,239,1) 100%), url('img/foto-08.jpg') center/cover no-repeat; will-change: transform; }
.hero-content { position: relative; z-index: 2; padding: 0 3rem 5rem; max-width: 780px; }
.hero-eyebrow { font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold-dk); margin-bottom: 1.25rem; display: flex; align-items: center; gap: 1rem; }
.hero-eyebrow::before { content: ''; display: block; width: 40px; height: 1px; background: var(--gold-dk); }
.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 400; line-height: 1.05; margin-bottom: 1rem; color: var(--parchment); }
.hero h1 em { font-style: italic; color: var(--gold-dk); }
.hero-sub { font-family: 'Cormorant Garamond', serif; font-size: 1.56rem; font-weight: 500; color: #1A1008; line-height: 1.6; max-width: 480px; margin-bottom: 2.5rem; }
.hero-cta { display: inline-flex; align-items: center; gap: 0.75rem; padding: 0.85rem 2rem; border: 1px solid var(--gold-dk); color: var(--gold-dk); text-decoration: none; font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; transition: background 0.25s, color 0.25s; }
.hero-cta:hover { background: var(--gold-dk); color: var(--ink); }
.hero-price { position: absolute; right: 3rem; bottom: 5rem; text-align: right; }
.hero-price-label { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: #7A6855; margin-bottom: 0.3rem; }
.hero-price-val { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: var(--gold); letter-spacing: -0.02em; }
.hero-price-cur { font-size: 1rem; color: #7A6855; margin-left: 0.2rem; }
.divider { display: flex; align-items: center; gap: 1.5rem; padding: 0 3rem; margin: 3rem 0; color: var(--gold); font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; }
.divider::before, .divider::after { content: ''; flex: 1; height: 1px; background: var(--gold-dk); }
section { padding: 6rem 3rem; }
.intro { background: var(--ink); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; max-width: 1100px; margin: 0 auto; }
.intro-label { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem; }
.intro h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 400; line-height: 1.2; margin-bottom: 1.5rem; }
.intro-body { font-family: 'Cormorant Garamond', serif; font-size: 1.38rem; font-weight: 500; line-height: 1.8; color: rgba(40,28,18,0.92); }
.intro-body p + p { margin-top: 1em; }
.intro-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.stat { border-top: 1px solid var(--gold-dk); padding-top: 1.25rem; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 2.5rem; color: var(--gold); line-height: 1; margin-bottom: 0.3rem; }
.stat-label { font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--stone); }
.history-parallax { position: relative; height: 60vh; min-height: 420px; display: flex; align-items: center; overflow: hidden; }
.history-bg { position: absolute; inset: -20%; background: linear-gradient(to right, rgba(250,246,239,0.92) 40%, rgba(250,246,239,0.3) 100%), url('img/lok-07.jpg') center/cover no-repeat; will-change: transform; }
.history-content { position: relative; z-index: 2; padding: 0 3rem; max-width: 560px; }
.history-content h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 400; line-height: 1.2; margin-bottom: 1.25rem; }
.history-content p { font-family: 'Cormorant Garamond', serif; font-size: 1.32rem; font-weight: 400; line-height: 1.8; color: rgba(40,28,18,0.92); }
.timeline-section { background: #EDE6DA; }
.timeline-section h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 2.5vw, 2.4rem); font-weight: 400; text-align: center; margin-bottom: 0.5rem; }
.timeline-section .section-sub { text-align: center; font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 400; color: #4A3825; margin-bottom: 4rem; }
.timeline { max-width: 780px; margin: 0 auto; position: relative; }
.timeline::before { content: ''; position: absolute; left: 7.5rem; top: 0; bottom: 0; width: 1px; background: var(--gold-dk); }
.timeline-item { display: grid; grid-template-columns: 7.5rem 1fr; gap: 2.5rem; padding: 0 0 3rem; position: relative; }
.timeline-year { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--gold); text-align: right; padding-top: 0.15rem; position: relative; }
.timeline-year::after { content: ''; position: absolute; right: -2.65rem; top: 0.45rem; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); border: 2px solid #EDE6DA; }
.timeline-text strong { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 400; display: block; margin-bottom: 0.4rem; }
.timeline-text p { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 400; color: rgba(50,35,20,0.88); line-height: 1.7; }
.gallery-parallax { position: relative; height: 70vh; min-height: 500px; display: flex; align-items: center; justify-content: flex-end; overflow: hidden; }
.gallery-bg { position: absolute; inset: -20%; background: linear-gradient(to left, rgba(250,246,239,0.92) 30%, rgba(250,246,239,0.3) 100%), url('img/fotodvor-03.avif') center/cover no-repeat; will-change: transform; }
.gallery-content { position: relative; z-index: 2; padding: 0 3rem; max-width: 480px; text-align: right; }
.gallery-content h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 400; line-height: 1.2; margin-bottom: 1.25rem; }
.gallery-content p { font-family: 'Cormorant Garamond', serif; font-size: 1.32rem; font-weight: 400; line-height: 1.8; color: rgba(40,28,18,0.92); }
.features { background: var(--ink); }
.features h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 2.5vw, 2.4rem); font-weight: 400; text-align: center; margin-bottom: 3.5rem; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 1000px; margin: 0 auto; }
.feature-card { border: 1px solid rgba(184,151,90,0.35); padding: 2rem; position: relative; transition: border-color 0.3s; }
.feature-card:hover { border-color: var(--gold); }
.feature-num { font-family: 'Playfair Display', serif; font-size: 3rem; color: var(--gold-dk); line-height: 1; margin-bottom: 1rem; opacity: 0.25; }
.feature-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 400; margin-bottom: 0.6rem; color: var(--parchment); }
.feature-desc { font-size: 1.02rem; font-weight: 400; line-height: 1.7; color: #3A2E22; }
.contact-parallax { position: relative; padding: 7rem 3rem; overflow: hidden; text-align: center; }
.contact-bg { position: absolute; inset: -20%; background: linear-gradient(rgba(250,246,239,0.88), rgba(250,246,239,0.88)), url('img/foto-15.jpg') center/cover no-repeat; will-change: transform; }
.contact-content { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
.contact-content h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 400; margin-bottom: 1rem; line-height: 1.2; }
.contact-content p { font-family: 'Cormorant Garamond', serif; font-size: 1.38rem; font-weight: 400; color: rgba(40,28,18,0.88); margin-bottom: 2.5rem; line-height: 1.7; }
.contact-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-primary { padding: 0.9rem 2.5rem; background: var(--gold); color: var(--ink); text-decoration: none; font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 500; transition: background 0.25s; }
.btn-primary:hover { background: var(--gold-lt); }
.btn-secondary { padding: 0.9rem 2.5rem; border: 1px solid var(--stone); color: var(--parchment); text-decoration: none; font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; transition: border-color 0.25s, color 0.25s; }
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); }
.seal { width: 72px; height: 72px; border: 2px solid var(--red-seal); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 2.5rem auto 0; position: relative; }
.seal::before { content: ''; position: absolute; inset: 4px; border: 1px solid var(--red-seal); border-radius: 50%; }
.seal-text { font-family: 'Playfair Display', serif; font-size: 0.45rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red-seal); text-align: center; line-height: 1.4; }
footer { background: #EDE6DA; padding: 3rem; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #C8BAAA; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--gold); letter-spacing: 0.1em; }
.footer-meta { font-size: 0.84rem; font-weight: 400; color: #4A3825; letter-spacing: 0.1em; text-align: right; }
/* ── Contact Form (inline) ──────────────────────────── */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1rem; }
.form-group label { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: #4A3825; font-weight: 500; }
.form-group label .req { color: #B8975A; margin-left: 2px; }
.form-group input:not([type='checkbox']), .form-group select, .form-group textarea { width: 100%; padding: 0.75rem 1rem; border: 1px solid #C8BAAA; background: #FBF8F4; font-family: 'DM Sans', sans-serif; font-size: 0.9rem; color: #1A1612; outline: none; transition: border-color 0.2s; -webkit-appearance: none; appearance: none; border-radius: 0; }
.form-group input:not([type='checkbox']):focus, .form-group select:focus, .form-group textarea:focus { border-color: #B8975A; background: #fff; }
.form-group select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B5C4E' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-group.checkbox-group { flex-direction: row; align-items: flex-start; gap: 0.6rem; }
.form-group.checkbox-group input[type='checkbox'] { -webkit-appearance: checkbox; appearance: auto; width: 1.1rem; height: 1.1rem; flex-shrink: 0; margin-top: 0.15rem; accent-color: #B8975A; cursor: pointer; border: none; padding: 0; background: none; }
.form-group.checkbox-group label { font-size: 0.72rem; letter-spacing: 0; text-transform: none; color: #6B5C4E; font-weight: 400; line-height: 1.5; }
.form-submit { width: 100%; padding: 1rem 2rem; background: #B8975A; border: none; color: #FAF6EF; font-family: 'DM Sans', sans-serif; font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer; transition: background 0.25s; margin-top: 0.5rem; }
.form-submit:hover { background: #D4B98A; }
.form-submit:disabled { opacity: 0.5; cursor: not-allowed; }
.form-success { display: none; text-align: center; padding: 2rem 0; }
.form-success .success-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.form-success h4 { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 400; color: #1A1612; margin-bottom: 0.75rem; }
.form-success p { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: #6B5C4E; line-height: 1.6; }
.field-error { font-size: 0.68rem; color: #8B1A1A; letter-spacing: 0.05em; margin-top: 0.1rem; display: none; }
.form-group.has-error input, .form-group.has-error select, .form-group.has-error textarea { border-color: #8B1A1A; }
.form-group.has-error .field-error { display: block; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
/* ── end modal ── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.gallery-section { background: #FFFFFF; padding: 7rem 0 5rem; }
.lokace-section { background: #F5F0E8; }
.lok-map-wrap { padding: 3rem 3rem 0; }
.lok-map-label { margin-bottom: 1.5rem; }
.lok-map-label p { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; color: #4A3825; }
.lok-map { position: relative; width: 100%; padding-bottom: 40%; background: #E0D8CC; overflow: hidden; }
.lok-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; display: block; }
.lok-map-link { display: inline-block; margin-top: 1rem; margin-bottom: 3rem; font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); text-decoration: none; transition: color 0.2s; }
.lok-map-link:hover { color: var(--gold-dk); }
.gallery-header { text-align: center; padding: 0 3rem; margin-bottom: 4rem; }
.gallery-header .intro-label { margin-bottom: 0.75rem; }
.gallery-header h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 400; color: #1A1612; margin-bottom: 0.75rem; line-height: 1.2; }
.gallery-header p { font-family: 'Cormorant Garamond', serif; font-size: 1.32rem; font-weight: 400; color: #4A3825; max-width: 520px; margin: 0 auto; line-height: 1.7; }
.g-hero { width: 100%; height: 580px; overflow: hidden; cursor: pointer; position: relative; margin-bottom: 10px; }
.g-hero img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94); }
.g-hero:hover img { transform: scale(1.03); }
.g-hero-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 3rem 3rem 1.75rem; background: linear-gradient(transparent, rgba(26,22,18,0.55)); display: flex; align-items: flex-end; justify-content: space-between; pointer-events: none; }
.g-hero-label span { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 700; color: rgba(255,255,255,0.9); letter-spacing: 0.08em; }
.g-hero-label small { font-family: 'DM Sans', sans-serif; font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.g-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px; margin-bottom: 10px; }
.g-row.g-row-2 { grid-template-columns: 5fr 7fr; }
.g-row.g-row-2b { grid-template-columns: 7fr 5fr; }
.g-cell { overflow: hidden; cursor: pointer; position: relative; background: #E8E0D5; }
.g-cell img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94), filter 0.4s; filter: saturate(0.9); }
.g-cell:hover img { transform: scale(1.05); filter: saturate(1.05); }
.g-cell-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 2.5rem 1.5rem 1.25rem; background: linear-gradient(transparent, rgba(26,22,18,0.62)); transform: translateY(100%); transition: transform 0.35s ease; }
.g-cell:hover .g-cell-caption { transform: translateY(0); }
.g-cell-caption span { font-family: 'Cormorant Garamond', serif; font-size: 0.9rem; font-weight: 700; color: rgba(255,255,255,0.92); letter-spacing: 0.06em; }
.g-index { position: absolute; top: 1rem; left: 1rem; font-family: 'Playfair Display', serif; font-size: 0.65rem; color: rgba(255,255,255,0.5); letter-spacing: 0.1em; pointer-events: none; }
.g-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.g-strip .g-cell {
  flex: 1 1 120px;
  height: 180px;
}
.gallery-counter { text-align: center; padding: 2.5rem 0 0; font-family: 'DM Sans', sans-serif; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: #B8975A; cursor: pointer; display: flex; align-items: center; gap: 0.6rem; margin: 0 auto; justify-content: center; }
.gallery-counter::before, .gallery-counter::after { content: ''; width: 30px; height: 1px; background: #B8975A; }
.lightbox { position: fixed; inset: 0; z-index: 1000; background: rgba(250,246,239,0.97); display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.35s; }
.lightbox.open { opacity: 1; pointer-events: all; }
.lb-inner { position: relative; max-width: min(1100px, 92vw); width: 100%; }
  .lb-inner img { width: 100%; max-height: 75vh; object-fit: contain; display: block; }
  .lb-inner img { position: relative; z-index: 1000; }
  /* place nav buttons inside .lb-inner so they sit above the image and have a large hit area */
  .lb-inner .lb-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1105;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(26,22,18,0.32);
    border-radius: 50%;
    color: #fff;
    pointer-events: auto;
    opacity: 0.9;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .lb-inner .lb-nav svg { width: 20px; height: 20px; stroke: #fff; }
  .lb-inner .lb-prev { left: 12px; }
  .lb-inner .lb-next { right: 12px; }
  /* When lightbox is open, allow nav buttons to receive clicks by disabling pointer events on the image */
  .lightbox.open .lb-inner img { pointer-events: none; }
.lb-meta { margin-top: 1.5rem; display: flex; align-items: center; justify-content: space-between; padding: 0 0.25rem; }
.lb-caption { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 700; color: #3A2E24; letter-spacing: 0.05em; }
.lb-counter-text { font-family: 'DM Sans', sans-serif; font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: #B8975A; }
.lightbox-close { position: fixed; top: 2rem; right: 2.5rem; background: none; border: none; font-family: 'DM Sans', sans-serif; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: #6B5C4E; cursor: pointer; display: flex; align-items: center; gap: 0.5rem; transition: color 0.2s; }
.lightbox-close:hover { color: #B8975A; }
.lightbox-close svg { width: 16px; height: 16px; }
.lb-nav { position: fixed; top: 50%; transform: translateY(-50%); background: none; border: none; cursor: pointer; padding: 1rem; color: #6B5C4E; transition: color 0.2s; }
.lb-nav:hover { color: #B8975A; }
.lb-nav svg { width: 28px; height: 28px; display: block; }
.lb-prev { left: 1.5rem; }
.lb-next { right: 1.5rem; }
.lb-dots { display: flex; gap: 6px; justify-content: center; margin-top: 1.5rem; }
.lb-dot { width: 5px; height: 5px; border-radius: 50%; background: #C8BAAA; border: none; cursor: pointer; padding: 0; transition: background 0.2s, transform 0.2s; }
.lb-dot.active { background: #B8975A; transform: scale(1.4); }

@media (max-width: 900px) {
  nav { padding: 0 1.5rem; height: 56px; }
  .nav-links { display: none !important; }
  /* Keep language switch visible and prevent overflow */
  .lang-switch { margin-left: auto; }
}

@media (max-width: 768px) {
  nav { padding: 0 1.5rem; height: 56px; }
  .nav-links { display: none; }
  section { padding: 4rem 1.5rem; }
  .hero-content { padding: 0 1.5rem 4rem; }
  .hero-price { right: 1.5rem; bottom: 4rem; }
  .intro-grid { grid-template-columns: 1fr; gap: 3rem; }
  .features-grid { grid-template-columns: 1fr; }
  .timeline::before { left: 5rem; }
  .timeline-item { grid-template-columns: 5rem 1fr; }
  footer { flex-direction: column; gap: 1rem; text-align: center; }
  .footer-meta { text-align: center; }
  .g-hero { height: 280px; }
  .g-row.g-row-2, .g-row.g-row-2b { grid-template-columns: 1fr 1fr; }
  .g-row:not(.g-row-2):not(.g-row-2b) { grid-template-columns: repeat(3, 1fr); }
  .g-row:not(.g-row-2):not(.g-row-2b) .g-cell { height: 140px !important; }
  .g-strip { display: flex; flex-wrap: wrap; gap: 10px; }
  .g-strip .g-cell { flex: 1 1 120px; height: 180px; }
  .lb-nav { display: block; z-index: 999999 !important; background: rgba(26,22,18,0.3); color: #fff; padding: 0.6rem; border-radius: 50%; opacity: 0.7; pointer-events: auto; -webkit-transform: translateZ(0); transform: translateZ(0); }
  .lb-nav svg { pointer-events: none; }
  .lb-nav svg { width: 22px; height: 22px; }
  .lb-prev { left: 0.8rem; }
  .lb-next { right: 0.8rem; }
  .lb-nav:focus { outline: 2px solid rgba(255,255,255,0.18); box-shadow: 0 0 0 4px rgba(26,22,18,0.12); }
  .lb-inner img { max-height: 65vh; }
  /* contact / form */
  .contact-parallax { padding: 4rem 1.25rem; }
  .contact-content { max-width: 100%; }
  .contact-content h2 { font-size: clamp(1.6rem, 6vw, 2.4rem); }
  .contact-content p { font-size: 1.1rem; margin-bottom: 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .form-group input:not([type='checkbox']), .form-group select, .form-group textarea { font-size: 1rem; padding: 0.85rem 0.9rem; }
  .form-group label { font-size: 0.72rem; }
  .form-submit { font-size: 0.8rem; padding: 1rem; }
  .form-success { padding: 1.5rem 0; }
  /* lokalita map */
  .lok-map-wrap { padding: 2rem 1.25rem 0; }
  .lok-map { padding-bottom: 65%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg, .history-bg, .gallery-bg, .contact-bg { transform: none !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
