/* ============================================================
   Žij svůj pohyb — home.css (hlavní stránka)
   ============================================================ */

/* ---------- HERO ---------- */
.hero { position: relative; padding: 60px 80px 80px; z-index: 2; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 18px;
  background: rgba(255,255,255,0.6); border-radius: 999px; font-size: 13px;
  color: var(--terra-deep); font-weight: 500; margin-bottom: 32px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--terra); }
.hero h1 {
  font-family: var(--font-display); font-weight: 400; font-size: 108px; line-height: 1;
  letter-spacing: -0.02em; margin: 0; color: var(--ink);
}
.hero h1 .accent { font-family: var(--font-script); font-style: italic; color: var(--terra-deep); font-size: 112px; }
.hero-lead { font-size: 19px; line-height: 1.6; color: var(--ink-soft); max-width: 480px; margin-top: 32px; }
.hero-actions { display: flex; gap: 14px; margin-top: 44px; align-items: center; flex-wrap: wrap; }
.hero-actions .btn-big { font-size: 15px; padding: 18px 32px; box-shadow: var(--shadow-cta); }
.hero-play { color: var(--ink); font-size: 14px; font-weight: 500; padding: 18px 0; text-decoration: none; display: flex; align-items: center; gap: 8px; }
.hero-play .ic { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.8); display: inline-flex; align-items: center; justify-content: center; color: var(--terra-deep); }
.hero-social { display: flex; gap: 36px; margin-top: 56px; align-items: center; }
.hero-avatars { display: flex; }
.hero-avatars span { width: 38px; height: 38px; border-radius: 50%; border: 2px solid var(--cream); margin-left: -10px; }
.hero-avatars span:first-child { margin-left: 0; }

.hero-photos { position: relative; height: 640px; }
.hero-photo-main { position: absolute; top: 30px; right: 0; width: 78%; height: 90%; border-radius: 50% 50% 48% 52% / 60% 55% 45% 40%; overflow: hidden; box-shadow: 0 30px 80px rgba(58,42,32,0.18); }
.hero-photo-main img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.9) contrast(0.95); }
.hero-float1 { position: absolute; top: 0; left: 0; width: 200px; height: 240px; border-radius: 40px; overflow: hidden; box-shadow: 0 20px 50px rgba(58,42,32,0.18); transform: rotate(-5deg); border: 5px solid #fff; }
.hero-float2 { position: absolute; bottom: 30px; left: 30px; width: 180px; height: 180px; border-radius: 50%; overflow: hidden; box-shadow: 0 16px 40px rgba(58,42,32,0.18); border: 5px solid #fff; }
.hero-float1 img, .hero-float2 img { width: 100%; height: 100%; object-fit: cover; }
.hero-tag { position: absolute; top: 250px; left: -20px; padding: 14px 20px; background: #fff; border-radius: 18px; box-shadow: 0 12px 30px rgba(58,42,32,0.14); font-family: var(--font-script); font-style: italic; font-size: 22px; color: var(--terra-deep); transform: rotate(-6deg); }
.hero-live { position: absolute; bottom: 0; right: 0; padding: 12px 18px; background: #fff; border-radius: 16px; box-shadow: 0 12px 30px rgba(58,42,32,0.14); font-size: 13px; font-weight: 600; display: flex; align-items: center; gap: 10px; }
.hero-live .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sage); }

/* ---------- Photo strip ---------- */
.photo-strip { padding: 20px 0 80px; }
.photo-strip-inner { display: flex; gap: 16px; padding: 0 80px; overflow: hidden; }
.photo-strip-inner > div { flex: 1 1 0; aspect-ratio: 4/5; border-radius: 22px; overflow: hidden; box-shadow: 0 6px 20px rgba(58,42,32,0.08); }
.photo-strip-inner > div:nth-child(odd) { transform: translateY(8px); }
.photo-strip-inner > div:nth-child(even) { transform: translateY(-8px); }
.photo-strip-inner img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.9); }

/* ---------- Sekce hlavičky ---------- */
.sec { padding: 40px 80px 120px; position: relative; }
.sec-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 48px; gap: 24px; }
.sec-head.center { flex-direction: column; align-items: center; text-align: center; margin-bottom: 72px; }
.sec h2 { font-family: var(--font-display); font-weight: 400; font-size: 80px; line-height: 0.98; letter-spacing: -0.02em; margin: 0; }
.sec h2.h2-md { font-size: 72px; }
.sec h2.h2-sm { font-size: 56px; }
.sec-lead { font-size: 17px; color: var(--ink-soft); max-width: 560px; margin-top: 18px; line-height: 1.6; }
.blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .5; pointer-events: none; z-index: 0; }

/* ---------- Rozvrh / rezervace ---------- */
.sched-week { display: flex; gap: 8px; align-items: center; background: rgba(255,255,255,0.7); border-radius: 999px; padding: 5px; }
.sched-week button { width: 40px; height: 40px; border: none; border-radius: 50%; background: transparent; cursor: pointer; font-size: 18px; color: var(--ink); }
.sched-week button.on { background: var(--terra-deep); color: #fff; }
.sched-week .lbl { padding: 0 18px; font-size: 14px; font-weight: 600; }
.lessons { display: flex; flex-direction: column; gap: 16px; }
.lesson {
  background: #fff; border-radius: 28px; overflow: hidden;
  box-shadow: var(--shadow-card); border: 2px solid transparent;
  transition: all .25s ease; display: grid; grid-template-columns: 140px 1fr auto; align-items: stretch;
}
.lesson.picked { box-shadow: 0 18px 48px rgba(168,90,63,0.22); border-color: var(--terra-deep); }
.lesson-photo { position: relative; overflow: hidden; }
.lesson-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.85); }
.lesson-photo .ov { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(168,90,63,0.15), rgba(168,90,63,0)); }
.lesson-photo .datepill { position: absolute; top: 14px; left: 14px; padding: 4px 10px; border-radius: 999px; background: rgba(255,255,255,0.92); font-family: var(--font-script); font-style: italic; font-size: 20px; color: var(--terra-deep); line-height: 1; }
.lesson-body { padding: 22px 28px; display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.lesson-time { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.lesson-time .t { font-family: var(--font-display); font-size: 36px; color: var(--ink); line-height: 1; }
.lesson-time .dur { font-family: var(--font-script); font-style: italic; font-size: 22px; color: var(--terra-deep); }
.lesson-body h4 { font-family: var(--font-display); font-size: 26px; font-weight: 400; margin: 0; color: var(--ink); line-height: 1.15; }
.lesson-desc { font-size: 14px; line-height: 1.5; color: var(--ink-soft); margin: 4px 0 0; }
.lesson-meta { display: flex; align-items: center; gap: 18px; margin-top: 10px; font-size: 12.5px; color: var(--ink-soft); }
.lesson-cap { margin-top: 14px; display: flex; align-items: center; gap: 12px; }
.cap-bar { flex: 1; height: 6px; border-radius: 3px; background: var(--cream-deep); overflow: hidden; }
.cap-bar > span { display: block; height: 100%; border-radius: 3px; background: var(--sage); }
.cap-bar.last > span { background: var(--terra); }
.cap-bar.full > span { background: var(--terra-deep); }
.cap-label { font-family: var(--font-script); font-style: italic; font-size: 17px; color: var(--ink-soft); white-space: nowrap; }
.lesson-side { padding: 22px 28px; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end; border-left: 1px dashed var(--cream-deep); min-width: 180px; }
.lesson-price { text-align: right; }
.lesson-price .p { font-family: var(--font-display); font-size: 32px; color: var(--terra-deep); line-height: 1; }
.lesson-price .sub { font-size: 12px; color: var(--ink-soft); margin-top: 4px; }
.lesson-book { border: none; cursor: pointer; font-weight: 600; font-size: 14px; padding: 14px 22px; border-radius: 999px; background: var(--terra-deep); color: #fff; width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px; transition: all .2s; font-family: var(--font-sans); }
.lesson-book.picked { background: var(--sage); }
.lesson-book.full { background: var(--cream-deep); color: var(--ink-soft); }
.lesson-tag { font-size: 12px; padding: 3px 10px; border-radius: 999px; font-weight: 600; }
.lesson-tag.out { background: rgba(138,148,121,0.25); color: var(--sage-deep); }

.sched-summary { margin-top: 28px; padding: 24px 32px; background: #fff; border-radius: 24px; box-shadow: var(--shadow-card); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.sched-summary .num { width: 56px; height: 56px; border-radius: 50%; background: var(--cream-deep); display: flex; align-items: center; justify-content: center; color: var(--ink-soft); font-family: var(--font-display); font-size: 24px; }
.sched-summary .num.on { background: var(--sage); color: #fff; }
.sched-legend { margin-top: 20px; display: flex; gap: 24px; font-size: 13px; color: var(--ink-soft); justify-content: center; flex-wrap: wrap; }
.sched-legend .sw { display: inline-block; width: 10px; height: 10px; border-radius: 5px; margin-right: 8px; vertical-align: middle; }

/* ---------- Tři cesty ---------- */
.cesty { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: start; }
.cesta { border-radius: 32px; background: #fff; overflow: hidden; box-shadow: var(--shadow-card-lg); position: relative; border: 2px solid transparent; cursor: pointer; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.cesta:hover { transform: translateY(-6px); border-color: var(--terra); box-shadow: 0 22px 52px rgba(168,90,63,0.22); }
.cesta-img { height: 200px; position: relative; }
.cesta-img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.9); }
.cesta-img .grad { position: absolute; inset: 0; }
.cesta-icon { position: absolute; top: 20px; left: 20px; width: 56px; height: 56px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; font-size: 26px; color: var(--terra-deep); box-shadow: 0 4px 14px rgba(58,42,32,0.12); }
.cesta-body { padding: 32px; }
.cesta-body h3 { font-family: var(--font-display); font-size: 40px; font-weight: 400; margin: 0 0 14px; transition: color .25s; }
.cesta:hover .cesta-body h3 { color: var(--terra-deep); }
.cesta-body p { font-size: 15px; line-height: 1.65; color: var(--ink-soft); margin: 0; }
.cesta-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; }
.cesta-tag { font-size: 12px; padding: 6px 14px; border-radius: 999px; background: var(--cream-deep); color: var(--terra-deep); font-weight: 600; letter-spacing: 0.04em; }
.cesta-arrow { width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: var(--cream); display: inline-flex; align-items: center; justify-content: center; text-decoration: none; transition: background .3s, transform .3s; }
.cesta.open { border-color: var(--terra); box-shadow: 0 18px 48px rgba(168,90,63,0.22); }
.cesta.open .cesta-arrow { background: var(--terra-deep); transform: rotate(90deg); }
.trips-expand { max-height: 0; opacity: 0; overflow: hidden; transition: max-height .55s cubic-bezier(.4,0,.2,1), opacity .35s ease, margin-top .3s; }
.cesta.open .trips-expand { max-height: 620px; opacity: 1; margin-top: 20px; }
.trips-expand .lead { font-family: var(--font-script); font-style: italic; font-size: 17px; color: var(--terra-deep); text-align: center; margin-bottom: 12px; }
.trip-row { display: flex; align-items: center; gap: 14px; padding: 10px; border-radius: 20px; background: var(--cream); text-decoration: none; color: var(--ink); border: 1.5px solid transparent; transition: background .2s, border-color .2s, box-shadow .2s, padding-left .2s; margin-bottom: 10px; }
.trip-row:hover { background: #fff; border-color: var(--terra); box-shadow: 0 10px 26px rgba(168,70,47,0.16); padding-left: 16px; }
.trip-row img { width: 58px; height: 58px; border-radius: 16px; object-fit: cover; flex-shrink: 0; }
.trip-row .tt { font-size: 15px; font-weight: 600; }
.trip-row .td { font-family: var(--font-script); font-style: italic; font-size: 15.5px; color: var(--terra-deep); margin-top: 1px; }
.trip-row .right { margin-left: auto; text-align: right; display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.trip-row .tp { font-size: 13.5px; font-weight: 700; color: var(--terra-deep); }
.trip-row .ta { width: 30px; height: 30px; border-radius: 50%; background: var(--terra-deep); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; }

/* ---------- Galerie teaser ---------- */
.gal-teaser { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 16px; height: 320px; }
.gal-teaser a { position: relative; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-card-lg); display: block; }
.gal-teaser img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.9); transition: transform .5s ease; }
.gal-teaser a:hover img { transform: scale(1.05); }
.gal-teaser .cap { position: absolute; bottom: 16px; left: 18px; color: var(--cream); font-family: var(--font-script); font-style: italic; font-size: 20px; }
.gal-teaser .grad { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(58,42,32,0.5) 100%); }

/* ---------- Testimonials ---------- */
.tests { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.test { border-radius: 28px; overflow: hidden; }
.test-img { height: 140px; position: relative; }
.test-img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.9); }
.test-body { padding: 32px; position: relative; margin-top: -20px; }
.test-quote-mark { font-family: var(--font-display); font-size: 96px; color: var(--terra-deep); opacity: 0.4; line-height: 0.6; margin-bottom: -10px; }
.test-body p { font-family: var(--font-display); font-size: 22px; line-height: 1.45; font-style: italic; margin: 0 0 28px; color: var(--ink); }
.test-author { display: flex; align-items: center; gap: 14px; }
.test-author .av { width: 48px; height: 48px; border-radius: 50%; background: #fff; color: var(--terra-deep); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 22px; }

/* ---------- O mně ---------- */
.about-grid { position: relative; display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; }
.about-photo { position: relative; }
.about-photo .main { width: 100%; aspect-ratio: 5/6; border-radius: 52% 48% 50% 50% / 55% 50% 50% 45%; overflow: hidden; box-shadow: 0 30px 80px rgba(58,42,32,0.18); }
.about-photo .main img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.95); }
.about-photo .sec2 { position: absolute; bottom: -30px; right: -30px; width: 200px; height: 220px; border-radius: 32px; overflow: hidden; box-shadow: 0 18px 40px rgba(58,42,32,0.18); border: 5px solid #fff; transform: rotate(6deg); }
.about-photo .sec2 img { width: 100%; height: 100%; object-fit: cover; }
.about-photo .tag { position: absolute; top: -10px; left: -10px; padding: 14px 20px; background: #fff; border-radius: 22px; box-shadow: 0 14px 32px rgba(58,42,32,0.14); font-family: var(--font-script); font-style: italic; font-size: 24px; color: var(--terra-deep); transform: rotate(-4deg); }
.about blockquote { margin: 32px 0 0; font-family: var(--font-display); font-style: italic; font-size: 24px; line-height: 1.5; color: var(--terra-deep); padding-left: 24px; border-left: 3px solid var(--terra); }
.about-text { font-size: 17px; line-height: 1.7; color: var(--ink-soft); margin: 32px 0 0; }
.about-certs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.about-certs span { font-size: 13px; padding: 8px 16px; border-radius: 999px; background: rgba(255,255,255,0.7); border: 1px solid rgba(168,90,63,0.18); }

/* ---------- Kontakt ---------- */
.contact-card { background: #fff; border-radius: 40px; padding: 64px; box-shadow: 0 8px 40px rgba(58,42,32,0.08); display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; position: relative; overflow: hidden; }
.contact-info h2 { font-family: var(--font-display); font-weight: 400; font-size: 60px; line-height: 0.98; letter-spacing: -0.02em; margin: 0; }
.contact-rows { margin-top: 28px; display: flex; flex-direction: column; gap: 12px; font-size: 15px; }
.contact-rows .ic { width: 38px; height: 38px; border-radius: 50%; background: var(--cream-deep); display: inline-flex; align-items: center; justify-content: center; margin-right: 12px; }
.contact-form { position: relative; display: flex; flex-wrap: wrap; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.half { flex: 1 1 45%; }
.field.full { flex: 1 1 100%; }
.field label { font-size: 12.5px; font-weight: 600; color: var(--ink-soft); }
.field input, .field textarea, .field select { font-family: var(--font-sans); font-size: 14.5px; padding: 14px 18px; border-radius: 14px; border: 1.5px solid rgba(168,90,63,0.2); background: var(--cream); outline: none; color: var(--ink); width: 100%; }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--terra); }
.hp { position: absolute; left: -9999px; }

/* ---------- Footer CTA obsah ---------- */
.footer-cta-text .kicker { color: var(--peach); font-size: 30px; }
.footer-cta-text h2 { font-family: var(--font-display); font-size: 80px; line-height: 1; margin: 0; font-weight: 400; }
.footer-cta-text p { font-size: 18px; line-height: 1.6; margin-top: 28px; max-width: 460px; opacity: 0.9; }
.footer-cta-card { background: rgba(255,255,255,0.12); border-radius: 28px; padding: 32px; backdrop-filter: blur(8px); }
.footer-cta-card .who { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.footer-cta-card .who img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; border: 3px solid rgba(251,243,232,0.5); flex-shrink: 0; }

/* ---------- Modal ---------- */
.modal-back { position: fixed; inset: 0; background: rgba(58,42,32,0.45); backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; z-index: 400; padding: 20px; }
.modal-back.open { display: flex; }
.modal { background: #fff; border-radius: 28px; padding: 36px; width: 420px; max-width: 100%; box-shadow: 0 32px 90px rgba(58,42,32,0.35); position: relative; }
.modal .close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 50%; border: none; background: var(--cream-deep); cursor: pointer; font-size: 15px; }
.modal input, .modal textarea { width: 100%; box-sizing: border-box; font-family: var(--font-sans); font-size: 14.5px; padding: 14px 16px; border-radius: 14px; border: 1.5px solid rgba(168,90,63,0.2); background: var(--cream); outline: none; margin-bottom: 12px; }

/* ============================================================
   Responzivita — hlavní stránka
   ============================================================ */
@media (max-width: 1100px) {
  .hero h1 { font-size: 84px; } .hero h1 .accent { font-size: 86px; }
  .sec h2 { font-size: 60px; } .sec h2.h2-md { font-size: 54px; } .sec h2.h2-sm { font-size: 44px; }
}
@media (max-width: 900px) {
  .hero { padding: 30px 20px 40px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero h1 { font-size: 60px; } .hero h1 .accent { font-size: 62px; }
  .hero-photos { height: 420px; max-width: 100%; overflow: hidden; }
  .hero-photo-main { width: 70%; }
  .hero-float1 { width: 130px; height: 160px; }
  .hero-float2 { width: 120px; height: 120px; left: 10px; bottom: 10px; }
  .hero-tag { top: 180px; left: 0; font-size: 18px; padding: 10px 14px; }
  .hero-live { font-size: 11px; padding: 8px 12px; }
  .about-photo .sec2 { right: 0; }
  .photo-strip-inner { padding: 0 20px; overflow-x: auto; }
  .photo-strip-inner > div { min-width: 150px; }
  .sec { padding: 30px 20px 70px; }
  .sec-head { flex-direction: column; align-items: flex-start; }
  .sec h2 { font-size: 44px; } .sec h2.h2-md { font-size: 40px; } .sec h2.h2-sm { font-size: 34px; }
  .lesson { grid-template-columns: 1fr; }
  .lesson-photo { height: 160px; }
  .lesson-side { border-left: none; border-top: 1px dashed var(--cream-deep); align-items: center; flex-direction: row; justify-content: space-between; gap: 14px; }
  .lesson-book { width: auto; flex: 0 0 auto; white-space: nowrap; }
  .cesty { grid-template-columns: 1fr; }
  .gal-teaser { grid-template-columns: 1fr 1fr; height: auto; }
  .gal-teaser a { aspect-ratio: 4/3; }
  .tests { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-photo .sec2 { width: 140px; height: 150px; }
  .contact-card { grid-template-columns: 1fr; padding: 32px 24px; gap: 32px; border-radius: 28px; }
  .contact-info h2 { font-size: 44px; }
  .footer-cta-text h2 { font-size: 48px; }
}
