/* goparacov v0.23.0 */
:root {
  --bg: #f7f2ea;
  --panel: #fffaf2;
  --panel-strong: #efe4d4;
  --text: #24302a;
  --muted: #667064;
  --green: #355746;
  --green-dark: #21392e;
  --accent: #b8794f;
  --line: #dfd3c1;
  --shadow: 0 20px 60px rgba(39, 48, 42, 0.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fbf7ef 0%, var(--bg) 50%, #f2eadf 100%);
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(247, 242, 234, 0.86);
  border-bottom: 1px solid rgba(223, 211, 193, 0.8);
}
.nav {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { text-decoration: none; font-weight: 800; letter-spacing: -0.03em; font-size: 1.25rem; }
.brand span { display:block; font-size: .78rem; font-weight: 600; color: var(--muted); letter-spacing: normal; }
.language-switch { display:flex; align-items:center; gap:6px; margin-left:auto; }
.language-switch button { min-width:40px; padding:7px 10px; border:1px solid var(--line); border-radius:999px; text-align:center; text-decoration:none; color:var(--muted); font-size:.86rem; font-weight:850; background:rgba(255,250,242,.72); cursor:pointer; font-family:inherit; }
.language-switch button:hover, .language-switch button.is-active { color:#fff; background:var(--green); border-color:var(--green); }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: .95rem; }
.nav-links a { text-decoration: none; color: var(--muted); font-weight: 650; }
.nav-links a:hover { color: var(--green); }
.nav-links a.button { color: #fff; }
.nav-links a.button:hover { color: #fff; background: var(--green-dark); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  text-decoration: none;
  font-weight: 750;
  box-shadow: 0 10px 24px rgba(33, 57, 46, .22);
}
.button:hover { background: var(--green-dark); }
.button:disabled, .button[aria-disabled="true"] { opacity: .48; cursor: not-allowed; box-shadow: none; }
.button:disabled:hover, .button[aria-disabled="true"]:hover { background: var(--green); }
.button.secondary { background: #fff; color: var(--green); border: 1px solid var(--line); box-shadow: none; }

.hero {
  width: min(1120px, calc(100% - 32px));
  margin: 38px auto 70px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: start;
}
.hero-copy { display: flex; flex-direction: column; min-width: 0; max-width: none; width: 100%; }
.eyebrow { text-transform: uppercase; letter-spacing: .13em; font-weight: 800; color: var(--accent); font-size: .78rem; margin: 0 0 14px; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.045em; margin: 0; }
h1 { font-size: clamp(2.7rem, 7vw, 5.9rem); }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
h3 { font-size: 1.25rem; letter-spacing: -0.025em; }
.lead { font-size: clamp(1.1rem, 2.3vw, 1.35rem); color: var(--muted); max-width: 640px; margin: 24px 0 0; }
.hero .lead { max-width: 100%; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.quick-facts { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin-top: 34px; padding-top: 0; }
.fact { background: rgba(255,255,255,.8); border:1px solid var(--line); border-radius: 20px; padding: 18px; min-height: 112px; display:flex; flex-direction:column; justify-content:center; }
.fact strong { display:block; font-size:1.28rem; letter-spacing: -.02em; }
.fact span { color: var(--muted); font-size: .95rem; }
.hero-card {
  min-height: clamp(360px, 58vw, 620px);
  border-radius: 34px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.55);
  margin: 0;
  background: var(--panel);
  display: flex;
  flex-direction: column;
}
.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-card img { height: clamp(360px, 58vw, 620px); flex: 1 1 auto; object-position: center center; }
.photo-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background: rgba(255,250,242,.92);
  border-radius: 20px;
  padding: 16px 18px;
  color: var(--green-dark);
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}
.photo-card figcaption small { display:block; color: var(--muted); margin-top:4px; }
.hero-card figcaption {
  position: static;
  margin: 0;
  border-radius: 0;
  background: rgba(255,250,242,.98);
  box-shadow: none;
  border-top: 1px solid var(--line);
}

.section { width: min(1120px, calc(100% - 32px)); margin: 90px auto; }
.section-header { max-width: 760px; margin-bottom: 30px; }
.section-header p { color: var(--muted); font-size: 1.08rem; }
.about-section .section-header { max-width: 860px; }
.about-card { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items:start; }
.about-card p { margin: 0; }
.about-card p + p { margin-top: 0; }
.two-column { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items:stretch; }
.two-column .section-header { grid-column: 1 / -1; margin-bottom: 6px; }
.two-column > .card, .two-column > .map-card { min-height: 360px; }
.card { background: rgba(255,250,242,.86); border:1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 12px 35px rgba(39,48,42,.07); }
.muted { color: var(--muted); }
.highlight-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.highlight { background: var(--panel); border:1px solid var(--line); border-radius: 22px; padding: 22px; }
.highlight .icon { font-size: 1.6rem; margin-bottom: 12px; }

.map-card { min-height: 360px; overflow: hidden; padding: 0; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(39,48,42,.07); background: var(--panel); display:flex; align-self: stretch; }
.map-card iframe { width: 100%; flex: 1 1 auto; min-height: 360px; border: 0; display: block; }
.trip-grid { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.trip-card { background: var(--panel); border:1px solid var(--line); border-radius: 22px; padding: 24px; box-shadow: 0 12px 32px rgba(39,48,42,.06); display:flex; flex-direction:column; }
.trip-meta { color: var(--accent); font-size: .82rem; font-weight: 850; margin-bottom: 12px; text-transform: uppercase; letter-spacing: .08em; }
.trip-card p { color: var(--muted); margin-bottom: 0; }
.trip-link-line { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); font-weight: 800; }
.text-link { color: var(--green); text-decoration-color: rgba(53,87,70,.35); text-underline-offset: 3px; }
.text-link:hover { color: var(--green-dark); text-decoration-color: currentColor; }


.gallery { display:grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-item {
  min-height: 240px;
  height: 260px;
  border-radius: 22px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #d7c9b7;
  box-shadow: 0 14px 34px rgba(39,48,42,.12);
}
.gallery-link { display:block; height:100%; color: inherit; text-decoration: none; cursor: zoom-in; }
.gallery-hidden-links { display: none; }
.gallery-link::after {
  content: "Kliknutím zvětšit";
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,250,242,.88);
  color: var(--green-dark);
  font-size: .78rem;
  font-weight: 800;
  opacity: 0;
  transition: opacity .18s ease;
}
html[lang="en"] .gallery-link::after { content: "Click to enlarge"; }
.gallery-item:hover .gallery-link::after { opacity: 1; }

.gallery-actions { display: flex; justify-content: center; margin-top: 24px; }
.gallery-more-button { min-width: 150px; border: 1px solid var(--line); font: inherit; cursor: pointer; }
.gallery-item figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(36,48,42,.78);
  color: #fff;
  font-weight: 800;
}
body.lightbox-open { overflow: hidden; }
.js-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 24px;
}
.js-lightbox.is-open { display: grid; }
.js-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(16, 24, 20, .82);
  cursor: zoom-out;
}
.js-lightbox__card {
  position: relative;
  z-index: 1;
  margin: 0;
  width: min(1120px, 94vw);
  max-height: 92vh;
  border-radius: 26px;
  overflow: hidden;
  background: var(--panel);
  box-shadow: 0 28px 90px rgba(0,0,0,.42);
}
.js-lightbox__card img { width: 100%; max-height: 78vh; object-fit: contain; display:block; background:#111; }
.js-lightbox__nav { position: relative; z-index: 2; border: 0; border-radius: 999px; min-width: 88px; padding: 12px 16px; background: rgba(255,250,242,.94); color: var(--green-dark); font: inherit; font-weight: 850; cursor: pointer; box-shadow: 0 12px 34px rgba(0,0,0,.28); }
.js-lightbox__nav:hover { background: #fff; }
.js-lightbox__footer { display:flex; justify-content:space-between; gap:18px; align-items:center; padding:14px 18px; font-weight:850; }
.js-lightbox__close { border:0; border-radius: 999px; padding: 10px 14px; background: var(--green); color:#fff; font: inherit; font-weight:850; cursor:pointer; }
.js-lightbox__close:hover { background: var(--green-dark); }

.pricing { display:block; }
.pricing-grid { display:grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 20px; align-items: stretch; }
.price-box { background: var(--green); color:#fff; border-radius: 28px; padding: 32px; box-shadow: var(--shadow); }
.price { font-size: clamp(2.2rem, 4.2vw, 3.45rem); font-weight: 850; line-height:1; letter-spacing:-.06em; margin: 14px 0; display:flex; flex-wrap:wrap; align-items:baseline; gap: 8px 12px; }
.price small { font-size: 1rem; letter-spacing: normal; font-weight:650; white-space: nowrap; }

.faq { display:grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
details { background: var(--panel); border:1px solid var(--line); border-radius: 18px; padding: 18px 20px; }
summary { cursor:pointer; font-weight: 800; }
details p { color: var(--muted); margin-bottom:0; }

.contact-panel { display:grid; grid-template-columns: 1fr; gap: 24px; align-items:start; }
.contact-panel > div, .contact-panel > form { width: 100%; }
.contact-panel .lead { max-width: 100%; }
.form { display:grid; gap: 14px; }
label { display:grid; gap: 7px; font-weight: 750; }
input, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  background: #fffdf8;
  color: var(--text);
}
textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: .9rem; color: var(--muted); margin: 0; }
.whatsapp-contact { display:flex; align-items:center; gap: 9px; }
.contact-icon { width: 28px; height: 28px; display:inline-flex; align-items:center; justify-content:center; border-radius: 999px; background: rgba(53,87,70,.12); flex: 0 0 auto; }

.site-footer { border-top: 1px solid var(--line); padding: 32px 0; color: var(--muted); }
.footer-inner { width:min(1120px, calc(100% - 32px)); margin:auto; display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap; }
.footer-inner a { color: var(--muted); text-decoration: none; margin-left: 14px; }
.footer-inner a:hover { color: var(--green); }

.legal-page { width: min(820px, calc(100% - 32px)); margin: 48px auto; background: var(--panel); border:1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.back-link { display:inline-block; margin-bottom: 28px; color: var(--green); font-weight: 800; text-decoration: none; }
.note-card { margin-top: 24px; background:#fff; border:1px solid var(--line); border-radius: 18px; padding: 22px; }

@media (max-width: 880px) {
  .nav { align-items:flex-start; padding: 14px 0; flex-direction: column; }
  .language-switch { margin-left:0; }
  .nav-links { width:100%; overflow:auto; padding-bottom: 6px; }
  .hero, .two-column, .pricing-grid, .contact-panel { grid-template-columns: 1fr; }
  .quick-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero { margin-top: 30px; }
  .hero-card { min-height: clamp(260px, 62vw, 420px); border-radius: 26px; }
  .hero-card img { height: clamp(260px, 62vw, 420px); }
  .highlight-grid, .faq, .trip-grid, .about-card { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .quick-facts, .gallery { grid-template-columns: 1fr; }
  .js-lightbox { padding: 14px; grid-template-columns: 1fr 1fr; gap: 10px; }
  .js-lightbox__card { grid-column: 1 / -1; grid-row: 1; }
  .js-lightbox__nav { grid-row: 2; min-width: 0; width: 100%; }
  .gallery-item { height: 240px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}


/* Best photo variant 1 */
.best-photo-card { position: relative; overflow: hidden; margin: 0; border-radius: 24px; background: #d7c9b7; box-shadow: 0 16px 38px rgba(39,48,42,.13); min-height: 220px; }
.best-photo-card img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; display: block; }
.best-photo-card figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; border-radius: 16px; padding: 10px 13px; background: rgba(36,48,42,.76); color: #fff; font-weight: 850; }
.best-feature-layout { display:grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .65fr); gap: 18px; align-items: stretch; }
.best-photo-large { min-height: 520px; }
.best-side-stack { display:grid; gap: 18px; }
.best-side-stack .best-photo-card { min-height: 251px; }
@media (max-width: 880px) { .best-feature-layout { grid-template-columns: 1fr; } .best-photo-large { min-height: 360px; } }
@media (max-width: 560px) { .best-photo-large, .best-side-stack .best-photo-card { min-height: 260px; } }
