/* ============================================================
   Žij svůj pohyb — cviceni.css
   Stránka „Cvičení" (pilíř 01). Medová / jantarová paleta.
   Přepisuje globální tokeny z base.css, takže se do medové
   přebarví i sdílená navigace, vlny a footer.
   ============================================================ */

/* ---------- Paleta této stránky (medová / jantarová) ---------- */
:root {
  --cream: #faf4e6;
  --cream-deep: #f3e8cf;
  --peach: #f0dcae;
  --peach-deep: #e6c98a;
  --terra: #d99a3d;
  --terra-deep: #a86b1f;
  --sage: #8a9479;
  --sage-deep: #5a6b4c;
  --ink: #2b2114;
  --ink-soft: #6b5a40;
  --rule: rgba(43, 33, 20, 0.12);

  --shadow-card: 0 4px 18px rgba(43, 33, 20, 0.06);
  --shadow-card-lg: 0 8px 28px rgba(43, 33, 20, 0.08);
  --shadow-hover: 0 22px 48px rgba(43, 33, 20, 0.16);
  --shadow-cta: 0 10px 30px rgba(168, 107, 31, 0.35);
}

/* Sjednocení s předlohou: na úzkém obsahu držíme komfortní wrap */
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  padding: 64px 48px 56px;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
}
.hero .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
}
.hero-txt { position: relative; z-index: 2; }
.hero .kicker {
  font-family: var(--font-script); font-style: italic;
  font-size: 24px; color: var(--terra-deep);
  position: relative;
}
.hero h1 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(48px, 6.2vw, 78px);
  line-height: 1.0; letter-spacing: -0.02em;
  margin: 8px 0 20px; position: relative;
}
.hero h1 em { font-family: var(--font-script); font-style: italic; color: var(--terra); }
.hero-lead {
  font-size: 17px; color: var(--ink-soft);
  max-width: 520px; margin: 0; line-height: 1.65; position: relative;
}
.hero .chips {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-top: 24px; position: relative;
}
.hero .chips span {
  font-size: 13px; padding: 8px 16px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(168, 107, 31, 0.18);
}
.hero .ctas {
  display: flex; align-items: center; gap: 14px;
  margin-top: 30px; flex-wrap: wrap; position: relative;
}
.hero .ctas .main {
  padding: 16px 30px; border-radius: 999px;
  background: var(--terra-deep); color: var(--cream);
  font-size: 14.5px; font-weight: 600; text-decoration: none;
  box-shadow: 0 10px 28px rgba(168, 107, 31, 0.32);
  transition: transform .2s, box-shadow .2s;
}
.hero .ctas .main:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(168, 107, 31, 0.42); }
.hero .ctas .ghost {
  padding: 16px 26px; border-radius: 999px;
  border: 1.5px solid var(--ink); color: var(--ink);
  font-size: 14.5px; font-weight: 600; text-decoration: none;
  transition: all .2s;
}
.hero .ctas .ghost:hover { border-color: var(--terra-deep); color: var(--terra-deep); }
.hero .stats {
  display: flex; gap: 36px; margin-top: 32px; position: relative; flex-wrap: wrap;
}
.hero .stat .n {
  font-family: var(--font-display); font-size: 38px;
  color: var(--terra-deep); line-height: 1;
}
.hero .stat .l { font-size: 12.5px; color: var(--ink-soft); margin-top: 5px; }

.hero-pic { position: relative; z-index: 2; }
.hero-pic .ph {
  width: 100%; aspect-ratio: 5/4; object-fit: cover;
  border-radius: 50% 50% 46% 54% / 58% 52% 48% 42%;
  box-shadow: 0 24px 60px rgba(43, 33, 20, 0.18);
  filter: saturate(0.92);
}
.hero-pic .ph2 {
  position: absolute; bottom: -22px; left: -34px;
  width: 148px; height: 148px; border-radius: 50%; object-fit: cover;
  border: 6px solid var(--cream);
  box-shadow: 0 16px 40px rgba(43, 33, 20, 0.2);
}
.hero-pic .float {
  position: absolute; padding: 12px 18px; background: #fff;
  border-radius: 16px; box-shadow: 0 12px 30px rgba(43, 33, 20, 0.14);
  font-family: var(--font-script); font-style: italic;
  font-size: 17px; color: var(--terra-deep);
}
.hero-pic .f1 { top: 26px; left: -26px; transform: rotate(-5deg); }
.hero-pic .f2 {
  bottom: 30px; right: -16px; transform: rotate(3deg);
  background: var(--sage); color: #fff;
  font-family: var(--font-sans); font-style: normal;
  font-size: 13px; font-weight: 600;
}

/* ============================================================
   Společné nadpisy sekcí
   ============================================================ */
.sec-head { text-align: center; margin: 56px 0 36px; }
.sec-head .k {
  font-family: var(--font-script); font-style: italic;
  font-size: 22px; color: var(--terra-deep);
}
.sec-head h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: 52px; letter-spacing: -0.015em; margin: 6px 0 0;
}

/* ============================================================
   Karty služeb
   ============================================================ */
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card {
  background: #fff; border-radius: 26px; padding: 32px;
  box-shadow: 0 4px 18px rgba(43, 33, 20, 0.06);
  display: flex; flex-direction: column;
  border: 2px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(43, 33, 20, 0.13);
  border-color: var(--terra);
}
.card h3 {
  font-family: var(--font-display); font-weight: 400;
  font-size: 30px; margin: 0 0 10px; transition: color .25s;
}
.card:hover h3 { color: var(--terra-deep); }
.card p {
  font-size: 14.5px; line-height: 1.65; color: var(--ink-soft);
  margin: 0 0 22px; flex: 1;
}
.card .row {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 18px; border-top: 1px dashed rgba(168, 107, 31, 0.25);
}
.card .price {
  font-family: var(--font-script); font-style: italic;
  font-size: 21px; color: var(--terra-deep);
}
.card .go {
  font-size: 13.5px; font-weight: 600; color: var(--ink);
  text-decoration: none; transition: color .2s;
}
.card .go:hover { color: var(--terra-deep); }

/* ============================================================
   Specializované lekce
   ============================================================ */
.spec { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.spec-card {
  background: #fff; border-radius: 24px; padding: 26px;
  border: 2px solid transparent;
  box-shadow: 0 4px 16px rgba(43, 33, 20, 0.05);
  transition: transform .25s ease, border-color .25s ease;
}
.spec-card:hover { transform: translateY(-4px); border-color: var(--terra); }
.spec-card .ic {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--peach); color: var(--terra-deep);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; margin-bottom: 16px;
}
.spec-card h4 {
  font-family: var(--font-display); font-weight: 400;
  font-size: 21px; margin: 0 0 8px;
}
.spec-card p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; margin: 0; }

/* ============================================================
   Tři kroky
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step {
  background: rgba(255, 255, 255, 0.75); border-radius: 24px; padding: 28px;
  border: 2px solid transparent; box-shadow: 0 4px 16px rgba(43, 33, 20, 0.05);
  transition: transform .25s ease, border-color .25s ease; position: relative;
}
.step:hover { transform: translateY(-4px); border-color: var(--terra); }
.step .n {
  font-family: var(--font-script); font-style: italic;
  font-size: 34px; color: var(--terra); line-height: 1;
}
.step h4 {
  font-family: var(--font-display); font-weight: 400;
  font-size: 23px; margin: 12px 0 8px;
}
.step p { font-size: 14px; color: var(--ink-soft); line-height: 1.65; margin: 0; }
.step .arrow {
  position: absolute; top: 50%; right: -19px; transform: translateY(-50%);
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--peach); color: var(--terra-deep);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; z-index: 2;
}

/* ============================================================
   Rozvrh (statický)
   ============================================================ */
.week { display: flex; flex-direction: column; gap: 14px; }
.lesson {
  background: #fff; border-radius: 22px;
  display: grid; grid-template-columns: 120px 1fr auto; overflow: hidden;
  box-shadow: 0 4px 16px rgba(43, 33, 20, 0.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.lesson:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(43, 33, 20, 0.12); }
.lesson .day {
  background: var(--peach); display: flex; flex-direction: column;
  align-items: center; justify-content: center; padding: 20px 0;
}
.lesson .day .d {
  font-family: var(--font-display); font-size: 30px;
  color: var(--terra-deep); line-height: 1;
}
.lesson .day .dt { font-size: 13px; color: var(--ink-soft); margin-top: 4px; }
.lesson .info {
  padding: 20px 26px; display: flex; flex-direction: column; justify-content: center;
}
.lesson .info .t { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.lesson .info .time { font-family: var(--font-display); font-size: 24px; }
.lesson .info .name {
  font-family: var(--font-script); font-style: italic;
  font-size: 16px; color: var(--terra-deep);
}
.lesson .info .where { font-size: 13px; color: var(--ink-soft); margin-top: 5px; }
.lesson .act { padding: 20px 26px; display: flex; align-items: center; gap: 14px; }
.lesson .spots {
  font-size: 12.5px; font-weight: 600; padding: 7px 14px; border-radius: 999px;
  background: rgba(138, 148, 121, 0.18); color: var(--sage-deep); white-space: nowrap;
}
.lesson .spots.low { background: rgba(217, 154, 61, 0.15); color: var(--terra-deep); }
.lesson .act a {
  padding: 12px 22px; border-radius: 999px; background: var(--terra-deep);
  color: #fff; font-size: 13.5px; font-weight: 600; text-decoration: none;
  white-space: nowrap; transition: transform .2s, box-shadow .2s;
}
.lesson .act a:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(168, 107, 31, 0.35); }

/* ============================================================
   Foto pás z lekcí
   ============================================================ */
.strip-head { text-align: center; margin: 64px 0 24px; }
.strip-head .k {
  font-family: var(--font-script); font-style: italic;
  font-size: 21px; color: var(--terra-deep);
}
.strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.strip a {
  position: relative; border-radius: 22px; overflow: hidden; display: block;
  aspect-ratio: 4/5; box-shadow: 0 6px 20px rgba(43, 33, 20, 0.08);
}
.strip img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease; filter: saturate(0.92);
}
.strip a:hover img { transform: scale(1.06); }
.strip .cap {
  position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 16px;
  background: linear-gradient(180deg, transparent 60%, rgba(43, 33, 20, 0.55) 100%);
  color: var(--cream); font-family: var(--font-script); font-style: italic;
  font-size: 17px; opacity: 0; transition: opacity .3s;
}
.strip a:hover .cap { opacity: 1; }

/* ============================================================
   Citát
   ============================================================ */
.quote { text-align: center; padding: 70px 24px; }
.quote .q {
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(30px, 4.5vw, 46px);
  max-width: 760px; margin: 0 auto; line-height: 1.25;
}
.quote .a {
  font-family: var(--font-script); font-style: italic;
  font-size: 19px; color: var(--terra-deep); margin-top: 18px;
}

/* ============================================================
   Responzivita
   ============================================================ */
@media (max-width: 980px) {
  .hero { padding: 40px 20px 40px; }
  .hero-grid { gap: 44px; }
  .sec-head h2 { font-size: 40px; }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-pic { margin-top: 16px; }
  .spec { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 800px) {
  .wrap { padding: 0 18px; }
  .cards { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step .arrow { display: none; }
  .strip { grid-template-columns: repeat(2, 1fr); }
  .lesson { grid-template-columns: 92px 1fr; }
  .lesson .act {
    grid-column: 1 / -1; justify-content: space-between;
    border-top: 1px dashed rgba(168, 107, 31, 0.2); padding: 16px 26px;
  }
  .sec-head h2 { font-size: 34px; }
}
@media (max-width: 540px) {
  .spec { grid-template-columns: 1fr; }
  .strip { grid-template-columns: 1fr; }
  .hero-pic .ph2 { width: 110px; height: 110px; left: -16px; }
}
