/* ============================================================
   Žij svůj pohyb — pobyt.css
   Sdílené styly pobytových podstránek (Bosna, Srí Lanka).
   Staví na tokenech z base.css (paleta „Teplá broskev"). Srí Lanka
   přepisuje tokeny scoped přes <style> v <head> na tropickou variantu.
   Organické bloby, vzdušný layout, hero koláž, program, galerie,
   ubytování, „pro koho", cenová karta — v duchu nového webu.
   ============================================================ */

/* ---------- Sdílené sekční prvky ---------- */
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

.kicker.center { text-align: center; }
.tag-pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-script); font-style: italic;
  font-size: 19px; color: var(--terra-deep);
}

/* ============================================================
   HERO — velký název, koláž fotek (blob), CTA
   ============================================================ */
.pobyt-hero { position: relative; padding: 48px 80px 70px; z-index: 2; }
.pobyt-hero .petals { position: absolute; inset: 0; }
.pobyt-hero-grid {
  position: relative; display: grid;
  grid-template-columns: 1.02fr 1fr; gap: 64px; align-items: center;
}
.pobyt-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: 26px;
}
.pobyt-hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--terra); }
.pobyt-hero .ph-kicker { margin-bottom: 14px; }
.pobyt-hero h1 {
  font-family: var(--font-display); font-weight: 400; font-size: 88px; line-height: 0.98;
  letter-spacing: -0.02em; margin: 0; color: var(--ink);
}
.pobyt-hero h1 .accent { font-family: var(--font-script); font-style: italic; color: var(--terra-deep); }
.pobyt-hero .ph-claim {
  font-family: var(--font-display); font-style: italic; font-size: 23px; line-height: 1.4;
  color: var(--terra-deep); margin: 24px 0 0; max-width: 480px;
}
.pobyt-hero .ph-lead { font-size: 17px; line-height: 1.65; color: var(--ink-soft); max-width: 470px; margin-top: 18px; }
.pobyt-hero-meta {
  display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px;
}
.pobyt-hero-meta .chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.7); border: 1px solid rgba(168,90,63,0.16);
  border-radius: 999px; padding: 9px 16px; font-size: 13.5px; font-weight: 600; color: var(--ink-soft);
}
.pobyt-hero-meta .chip b { color: var(--terra-deep); font-weight: 700; }
.pobyt-hero-actions { display: flex; gap: 14px; margin-top: 36px; align-items: center; flex-wrap: wrap; }
.pobyt-hero-actions .btn-big { font-size: 15px; padding: 18px 32px; box-shadow: var(--shadow-cta); }

/* Foto koláž (blob) */
.pobyt-hero-photos { position: relative; height: 600px; }
.ph-main {
  position: absolute; top: 24px; right: 0; width: 78%; height: 92%;
  border-radius: 52% 48% 46% 54% / 60% 56% 44% 40%; overflow: hidden;
  box-shadow: 0 30px 80px rgba(58,42,32,0.2);
}
.ph-main img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.95); }
.ph-f1 {
  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.2); transform: rotate(-5deg); border: 5px solid #fff;
}
.ph-f2 {
  position: absolute; bottom: 20px; left: 24px; width: 184px; height: 184px; border-radius: 50%;
  overflow: hidden; box-shadow: 0 16px 40px rgba(58,42,32,0.2); border: 5px solid #fff;
}
.ph-f1 img, .ph-f2 img { width: 100%; height: 100%; object-fit: cover; }
.ph-note {
  position: absolute; top: 250px; left: -16px; padding: 13px 19px; background: #fff;
  border-radius: 18px; box-shadow: 0 12px 30px rgba(58,42,32,0.16);
  font-family: var(--font-script); font-style: italic; font-size: 21px; color: var(--terra-deep);
  transform: rotate(-6deg);
}
.ph-live {
  position: absolute; bottom: -6px; right: 0; padding: 12px 18px; background: #fff;
  border-radius: 16px; box-shadow: 0 12px 30px rgba(58,42,32,0.16);
  font-size: 13px; font-weight: 600; display: flex; align-items: center; gap: 10px;
}
.ph-live .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sage); }

/* ============================================================
   Sekce — hlavičky
   ============================================================ */
.psec { padding: 50px 80px 110px; position: relative; }
.psec.tight { padding-top: 10px; }
.psec-head { margin-bottom: 48px; }
.psec-head.center { text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.psec h2 {
  font-family: var(--font-display); font-weight: 400; font-size: 64px; line-height: 1.0;
  letter-spacing: -0.02em; margin: 10px 0 0;
}
.psec h2 em { font-style: italic; color: var(--terra-deep); }
.psec-lead { font-size: 17px; color: var(--ink-soft); max-width: 600px; margin-top: 18px; line-height: 1.65; }
.psec-head.center .psec-lead { margin-left: auto; margin-right: auto; }
.pblob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; pointer-events: none; z-index: 0; }

/* ---------- Program / co tě čeká — karty ---------- */
.prog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; position: relative; z-index: 1; }
.prog-card {
  background: #fff; border-radius: 32px; overflow: hidden;
  box-shadow: var(--shadow-card-lg); border: 2px solid transparent;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; display: flex; flex-direction: column;
}
.prog-card:hover { transform: translateY(-6px); border-color: var(--terra); box-shadow: 0 22px 52px rgba(168,90,63,0.22); }
.prog-card .pc-img { height: 240px; overflow: hidden; position: relative; }
.prog-card .pc-img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.92); transition: transform .6s ease; }
.prog-card:hover .pc-img img { transform: scale(1.06); }
.prog-card .pc-icon {
  position: absolute; top: 18px; left: 18px; width: 52px; height: 52px; border-radius: 50%;
  background: #fff; display: flex; align-items: center; justify-content: center; font-size: 24px;
  color: var(--terra-deep); box-shadow: 0 4px 14px rgba(58,42,32,0.12);
}
.prog-card .pc-body { padding: 30px; flex-grow: 1; display: flex; flex-direction: column; }
.prog-card h3 { font-family: var(--font-display); font-size: 32px; font-weight: 400; margin: 0 0 12px; line-height: 1.1; }
.prog-card p { font-size: 15px; line-height: 1.65; color: var(--ink-soft); margin: 0; flex-grow: 1; }
.prog-card .pc-tag {
  align-self: flex-start; margin-top: 20px; font-size: 12px; padding: 6px 14px; border-radius: 999px;
  background: var(--cream-deep); color: var(--terra-deep); font-weight: 600; letter-spacing: 0.03em;
}

/* ---------- Feature blok (text + obrázek) ---------- */
.feat {
  display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center;
  position: relative; z-index: 1;
}
.feat.reverse { direction: rtl; }
.feat.reverse > * { direction: ltr; }
.feat-img {
  border-radius: 36px; overflow: hidden; box-shadow: 0 26px 70px rgba(58,42,32,0.18);
  position: relative; aspect-ratio: 4/3;
}
.feat-img.tall { aspect-ratio: 3/4; }
.feat-img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.95); transition: transform .6s ease; }
.feat-img:hover img { transform: scale(1.04); }
.feat-img .badge {
  position: absolute; top: 16px; left: 16px; padding: 8px 16px; border-radius: 999px;
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em;
  background: rgba(255,255,255,0.92); color: var(--terra-deep);
}
.feat-text h2 { font-family: var(--font-display); font-weight: 400; font-size: 52px; line-height: 1.02; letter-spacing: -0.02em; margin: 8px 0 0; }
.feat-text h2 em { font-style: italic; color: var(--terra-deep); }
.feat-text p { font-size: 15.5px; line-height: 1.8; color: var(--ink-soft); margin: 18px 0 0; }

/* Mřížka faktů */
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.fact {
  background: rgba(255,255,255,0.72); border: 1px solid rgba(168,90,63,0.14);
  border-radius: 22px; padding: 22px 20px; text-align: center; transition: transform .25s ease, box-shadow .25s ease;
}
.fact:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }
.fact .fi { font-size: 26px; line-height: 1; margin-bottom: 10px; }
.fact .fv { font-family: var(--font-display); font-size: 26px; color: var(--terra-deep); line-height: 1; }
.fact .fl { font-size: 12.5px; color: var(--ink-soft); margin-top: 6px; }

/* Seznam s odrážkami */
.feat-list { display: flex; flex-direction: column; gap: 16px; margin-top: 24px; }
.feat-li { display: flex; gap: 16px; align-items: flex-start; }
.feat-li .fic {
  width: 46px; height: 46px; border-radius: 14px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 20px;
  background: var(--cream-deep); color: var(--terra-deep);
}
.feat-li h4 { font-family: var(--font-display); font-size: 21px; font-weight: 400; margin: 0 0 3px; line-height: 1.15; }
.feat-li p { font-size: 14px; line-height: 1.6; color: var(--ink-soft); margin: 0; }

.bullets { display: flex; flex-direction: column; gap: 12px; margin: 22px 0 0; }
.bullets li { list-style: none; display: flex; gap: 13px; font-size: 15px; line-height: 1.55; color: var(--ink-soft); align-items: flex-start; }
.bullets li::before { content: ''; width: 11px; height: 11px; border-radius: 50%; background: linear-gradient(135deg, var(--terra), var(--peach-deep)); flex-shrink: 0; margin-top: 6px; }
.bullets { padding: 0; }

/* ---------- Pás přes celou šířku (foto + text) ---------- */
.band {
  position: relative; height: 420px; overflow: hidden;
  display: flex; align-items: center; justify-content: center; text-align: center;
}
.band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band .band-ov { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(35,21,16,0.25), rgba(35,21,16,0.55)); }
.band .band-text { position: relative; z-index: 1; padding: 40px; max-width: 760px; }
.band h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(28px, 4vw, 46px); line-height: 1.12; color: #fff; margin: 0; text-shadow: 0 2px 24px rgba(0,0,0,0.4); }
.band p { color: rgba(255,255,255,0.9); font-size: 16px; margin-top: 14px; font-family: var(--font-script); font-style: italic; }

/* ---------- Galerie pás ---------- */
.pgal { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; position: relative; z-index: 1; }
.pgal a, .pgal figure { position: relative; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-card-lg); display: block; margin: 0; aspect-ratio: 4/3; }
.pgal img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.92); transition: transform .5s ease; }
.pgal a:hover img, .pgal figure:hover img { transform: scale(1.05); }
.pgal .cap {
  position: absolute; bottom: 14px; left: 16px; color: var(--cream);
  font-family: var(--font-script); font-style: italic; font-size: 18px; z-index: 1;
}
.pgal .grad { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(35,21,16,0.55) 100%); }
.pgal .span2 { grid-column: span 2; aspect-ratio: auto; }

/* ---------- Ubytování (mozaika) ---------- */
.accom-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 200px; gap: 16px; position: relative; z-index: 1; }
.accom-item { position: relative; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-card-lg); }
.accom-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.92); transition: transform .55s ease; }
.accom-item:hover img { transform: scale(1.06); }
.accom-item.tall { grid-row: span 2; }
.accom-item .lbl {
  position: absolute; bottom: 14px; left: 14px; padding: 7px 15px; border-radius: 999px;
  background: rgba(255,255,255,0.92); color: var(--terra-deep); font-size: 12.5px; font-weight: 600;
}
.accom-note {
  background: #fff; border-radius: 32px; padding: 44px; box-shadow: var(--shadow-card); margin-top: 28px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; position: relative; z-index: 1;
}
.accom-note blockquote {
  margin: 0; font-family: var(--font-display); font-style: italic; font-size: 24px; line-height: 1.45;
  color: var(--terra-deep); padding-left: 22px; border-left: 3px solid var(--terra);
}
.accom-note p { font-size: 15.5px; line-height: 1.75; color: var(--ink-soft); margin: 0; }

/* ---------- Pro koho ---------- */
.who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; position: relative; z-index: 1; }
.who-card {
  background: #fff; border-radius: 32px; padding: 40px 34px; text-align: center;
  box-shadow: var(--shadow-card); border: 2px solid transparent; position: relative; overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.who-card::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--terra), var(--sage), var(--terra)); transform: scaleX(0); transition: transform .45s ease; }
.who-card:hover { transform: translateY(-6px); border-color: var(--terra); box-shadow: 0 22px 52px rgba(168,90,63,0.2); }
.who-card:hover::before { transform: scaleX(1); }
.who-card .ic {
  width: 70px; height: 70px; border-radius: 50%; margin: 0 auto 18px;
  display: flex; align-items: center; justify-content: center; font-size: 30px;
  background: var(--cream-deep); color: var(--terra-deep);
}
.who-card h3 { font-family: var(--font-display); font-size: 26px; font-weight: 400; margin: 0 0 8px; line-height: 1.1; }
.who-card p { font-size: 14.5px; line-height: 1.65; color: var(--ink-soft); margin: 0; }

/* ---------- Cenová karta ---------- */
.price-wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  position: relative; z-index: 1;
}
.price-card {
  background: #fff; border-radius: 36px; padding: 48px; box-shadow: var(--shadow-hover);
  position: relative; overflow: hidden; border: 1px solid rgba(168,90,63,0.12);
}
.price-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--terra-deep), var(--terra), var(--peach-deep)); }
.price-label { font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ink-soft); margin-bottom: 8px; }
.price-amount { font-family: var(--font-display); font-size: 56px; color: var(--terra-deep); line-height: 1; }
.price-amount .small { font-size: 26px; }
.price-per { font-size: 14px; color: var(--ink-soft); margin: 6px 0 26px; }
.price-quote {
  font-family: var(--font-display); font-style: italic; font-size: 19px; line-height: 1.5;
  color: var(--terra-deep); margin: 0 0 24px; padding-left: 18px; border-left: 3px solid var(--terra);
}
.price-includes { display: flex; flex-direction: column; gap: 13px; margin-bottom: 30px; padding: 0; }
.price-includes li { list-style: none; display: flex; gap: 12px; align-items: center; font-size: 14.5px; color: var(--ink-soft); }
.price-includes li .chk {
  width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; background: var(--cream-deep);
  display: inline-flex; align-items: center; justify-content: center; color: var(--terra-deep); font-size: 12px; font-weight: 700;
}
.price-info p { font-size: 15.5px; line-height: 1.8; color: var(--ink-soft); margin: 0 0 16px; }
.price-info p strong { color: var(--terra-deep); }
.price-note { font-size: 12.5px; color: var(--ink-soft); margin-top: 12px; text-align: center; }

/* CK partner box */
.partner-box {
  display: flex; align-items: center; gap: 18px; margin-top: 26px;
  padding: 18px 22px; background: rgba(255,255,255,0.7); border: 1px solid rgba(168,90,63,0.16);
  border-radius: 20px;
}
.partner-box img { height: 42px; width: auto; border-radius: 8px; flex-shrink: 0; }
.partner-box .pb-text { font-size: 13.5px; line-height: 1.5; color: var(--ink-soft); }
.partner-box .pb-text a { color: var(--terra-deep); font-weight: 600; text-decoration: none; }
.partner-box .pb-text a:hover { text-decoration: underline; }

/* ---------- Inline CTA řádek ---------- */
.pcta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }

/* ============================================================
   Responzivita
   ============================================================ */
@media (max-width: 1100px) {
  .pobyt-hero h1 { font-size: 70px; }
  .psec h2 { font-size: 52px; }
  .feat-text h2 { font-size: 44px; }
}
@media (max-width: 900px) {
  .pobyt-hero { padding: 28px 20px 50px; }
  .pobyt-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .pobyt-hero h1 { font-size: 56px; }
  .pobyt-hero-photos { height: 420px; max-width: 100%; overflow: hidden; }
  .ph-main { width: 72%; }
  .ph-f1 { width: 130px; height: 160px; }
  .ph-f2 { width: 120px; height: 120px; left: 10px; bottom: 10px; }
  .ph-note { top: 180px; left: 0; font-size: 18px; padding: 10px 14px; }
  .ph-live { font-size: 11px; padding: 8px 12px; }

  .psec { padding: 30px 20px 70px; }
  .psec h2 { font-size: 40px; }
  .prog-grid, .who-grid { grid-template-columns: 1fr; }
  .feat, .price-wrap, .accom-note { grid-template-columns: 1fr; gap: 36px; }
  .feat.reverse { direction: ltr; }
  .feat-img.tall { aspect-ratio: 4/3; }
  .feat-text h2 { font-size: 38px; }
  .facts { grid-template-columns: 1fr 1fr; }
  .pgal { grid-template-columns: 1fr 1fr; }
  .pgal .span2 { grid-column: span 2; aspect-ratio: 16/9; }
  .accom-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; }
  .accom-item.tall { grid-row: span 1; }
  .band { height: 340px; }
  .price-card { padding: 32px; }
  .price-amount { font-size: 44px; }
}
@media (max-width: 560px) {
  .pobyt-hero h1 { font-size: 46px; }
  .facts { grid-template-columns: 1fr; }
  .pgal { grid-template-columns: 1fr; }
  .pgal .span2 { grid-column: span 1; }
  .accom-grid { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .accom-note { padding: 28px; }
  .partner-box { flex-direction: column; align-items: flex-start; }
}
