@charset "UTF-8";
/* Radius & stíny */
/*pozadí a H1*/
/* hlavní text */
*, :after, :before {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #F3ECE2;
  color: #22282B;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.hidden {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

.page {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media screen and (min-width: 1250px) {
  .page {
    margin-left: 180px;
    margin-right: 180px;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.base__margin {
  max-width: 70rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

h1, h2, h3 {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  color: #22282B;
  margin: 0 0 1.2rem;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.3rem);
}

h3 {
  font-size: clamp(1.4rem, 2.4vw, 1.7rem);
}

p {
  font-family: "Source Sans 3", sans-serif;
  margin: 0 0 1.2rem;
  color: #22282B;
  font-size: clamp(1rem, 1.9vw, 1.1rem);
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #4B3C29;
  text-decoration-color: #E0B11F;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}
a:hover {
  color: #E0B11F;
}
a:focus-visible {
  outline: 2px solid #E0B11F;
  outline-offset: 3px;
}

main.page > section {
  padding-block: clamp(2.5rem, 4vw, 3.5rem);
}

.poetry__line {
  font-style: italic;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.7;
  margin-bottom: 0.5rem;
  font-family: "Source Sans 3", sans-serif;
}

.poetry {
  background: transparent;
  border-left: 3px solid #7A6247;
  padding-left: 1.1rem;
  margin-left: 0;
}

/* ===========================
   Intro blok (hero)
   =========================== */
.intro-about {
  background: #FFFFFF;
  border-radius: 1.25rem;
  padding: clamp(2rem, 3vw, 2.5rem);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: clamp(2rem, 6vw, 4rem);
}

.intro-about__text {
  max-width: 45rem;
}

/* Nadpis */
.intro-about__title {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  color: #4B3C29;
  margin-bottom: 0.9rem;
}

/* Úvodní věta (lehce zvýrazněná) */
.intro-about__lead {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  color: #4B3C29;
  max-width: 40rem;
  margin-bottom: 0.75rem;
  font-size: clamp(1.05rem, 1.9vw, 1.1rem);
}

/* Delší vysvětlující odstavec */
.intro-about__body {
  font-family: "Source Sans 3", sans-serif;
  color: #22282B;
  max-width: 40rem;
  font-size: clamp(1rem, 1.9vw, 1.05rem);
  line-height: 1.7;
}

.hero-credential {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 32px;
  margin-bottom: 24px;
  padding-top: 20px;
  border-top: 1px solid #D9CDBE;
}
.hero-credential strong {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #22282B;
}
.hero-credential span {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.9rem;
  color: #7A6247;
}

.newsletter {
  text-align: center;
  padding: clamp(2.5rem, 5vw, 3.5rem);
  margin-top: clamp(2rem, 6vw, 4rem);
  background: rgb(245.9853658537, 240.7268292683, 233.2146341463);
  border-radius: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}
.newsletter__inner {
  max-width: 700px;
  margin: 0 auto;
}
.newsletter h3 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.6rem, 2.8vw, 2rem);
  color: #4B3C29;
  margin-bottom: 1rem;
}
.newsletter__samples {
  margin: 2.5rem 0;
}
.newsletter__samples-label {
  font-family: "Libre Baskerville", serif;
  font-weight: 600;
  color: #4B3C29;
  margin-bottom: 1rem;
}
.newsletter__samples-list {
  display: grid;
  gap: 0.8rem;
}
.newsletter__sample {
  display: block;
  padding: 1rem 1.2rem;
  background: #FFFFFF;
  border: 1px solid #D9CDBE;
  border-radius: 0.75rem;
  font-family: "Libre Baskerville", serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #4B3C29;
  text-decoration: none;
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.newsletter__sample:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}
.newsletter__form {
  display: flex;
  gap: 1rem;
  align-items: center;
  max-width: 600px;
  margin: 2rem auto 1rem;
}
@media (max-width: 600px) {
  .newsletter__form {
    flex-direction: column;
    align-items: stretch;
  }
}
.newsletter__input {
  flex: 1;
  min-width: 0;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  border: 1px solid #D9CDBE;
  background: #FFFFFF;
  color: #22282B;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
}
.newsletter__input:focus {
  outline: 2px solid #E0B11F;
  outline-offset: 2px;
}
.newsletter__note {
  margin-top: 1.2rem;
  font-family: "Libre Baskerville", serif;
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(34, 40, 43, 0.7);
}
.newsletter__link {
  color: inherit;
  text-decoration: underline;
}
.newsletter__link:hover {
  color: #4B3C29;
}

/* ===========================
   Sekce: Témata (topics)
   =========================== */
.topics {
  margin-top: clamp(2rem, 6vw, 4rem);
  margin-bottom: clamp(2.5rem, 7vw, 5rem);
  background: rgb(245.9853658537, 240.7268292683, 233.2146341463);
  padding-top: clamp(2rem, 5vw, 3rem);
  padding-bottom: clamp(2rem, 5vw, 3rem);
  border-radius: 1.25rem;
}

.topics__title {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
  color: #4B3C29;
  margin-bottom: 1.5rem;
}

/* Grid pro karty */
.topics__grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .topics__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* Jednotlivé karty témat */
.topics__item {
  background: #FFFFFF;
  border-radius: 0.75rem;
  padding: 1.4rem 1.5rem 1.3rem;
  border: 1px solid #D9CDBE;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.topics__item-title {
  font-family: "Libre Baskerville", serif;
  font-weight: 600;
  font-size: clamp(1.1rem, 2.1vw, 1.25rem);
  color: #4B3C29;
  margin-bottom: 0.5rem;
}

.topics__item-text {
  margin-bottom: 0.4rem;
  font-family: "Source Sans 3", sans-serif;
  color: #22282B;
  font-size: clamp(1rem, 1.8vw, 1.05rem);
}

/* Shrnutí pod gridem */
.topics__question {
  margin-top: 2rem;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.2rem, 2vw, 1.35rem);
  color: #4B3C29;
  margin-bottom: 0.5rem;
}

.topics__summary {
  margin-top: 0.5rem;
  font-family: "Source Sans 3", sans-serif;
  color: #22282B;
  font-size: clamp(1rem, 1.8vw, 1.05rem);
  max-width: 42rem;
}

/* ===========================
   Sekce: Ne je cesta... (tmavá varianta)
   =========================== */
.ne-path {
  margin-top: clamp(3rem, 7vw, 5rem);
  margin-bottom: clamp(4rem, 8.5vw, 6.5rem);
  padding: clamp(2.5rem, 5vw, 3.5rem);
  background: rgb(58.5129310345, 46.8103448276, 31.9870689655);
  border-radius: 1.25rem;
  color: #F3ECE2;
}

/* Nadpis */
.ne-path__title {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.7rem, 3.2vw, 2.2rem);
  text-align: center;
  margin: 0 0 1.8rem;
  color: #F3ECE2;
  letter-spacing: 0.5px;
  position: relative;
}

/* Zlatá linka pod nadpisem */
.ne-path__title::after {
  content: "";
  display: block;
  width: 3.7rem;
  height: 2px;
  background: #E0B11F;
  margin: 0.75rem auto 0;
}

/* Seznam */
.ne-path__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .ne-path__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 1.2rem;
  }
}
/* Položka */
.ne-path__item {
  position: relative;
  padding-left: 1.6rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(1rem, 1.9vw, 1.1rem);
  line-height: 1.7;
  color: #F3ECE2;
}

/* Zlatá šipka */
.ne-path__item::before {
  content: "›";
  position: absolute;
  left: 0;
  top: -0.15rem;
  font-family: "Libre Baskerville", serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #E0B11F;
  line-height: 1;
}

/* zvýrazněná část */
.ne-path__item-strong {
  font-weight: 600;
  color: rgb(231.44, 195.72, 84.76);
}

/* závěrečná otázka */
.ne-path__question {
  margin-top: 2.2rem;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: clamp(1.1rem, 2.2vw, 1.3rem);
  color: #F3ECE2;
  opacity: 0.9;
}

.ne-path__cta {
  margin-top: 2rem;
  text-align: center;
}
.ne-path__cta .button, .ne-path__cta .button--ghost, .ne-path__cta .button--secondary, .ne-path__cta .button--primary {
  padding: 0.75rem 1.6rem;
  font-size: 1rem;
  border-radius: 999px;
}

.homepage-quote {
  font-family: "Source Sans 3", sans-serif;
}
.homepage-quote__inner {
  max-width: 720px;
  margin: 0 auto;
}
.homepage-quote__label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #7A6247;
  margin: 0 0 0.75rem;
}
.homepage-quote__box {
  background: rgba(0, 0, 0, 0.02);
  border-radius: 1.5rem;
  padding: 1.75rem 1.75rem 1.5rem;
  margin: 0;
}
.homepage-quote__text p {
  position: relative;
  margin: 0;
  padding-top: 2.2rem;
  font-size: 0.95rem;
  line-height: 1.7;
}
.homepage-quote__text p::before {
  content: "“";
  position: absolute;
  top: 0.1rem;
  left: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 3.2rem;
  line-height: 1;
  color: #7A6247;
  opacity: 0.28;
  pointer-events: none;
}
.homepage-quote__author {
  font-family: "Libre Baskerville", serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: #7A6247;
}

/* poslední blok – maličko míň mezery dolů, pokud chceš */
.cooperation__block:last-of-type {
  margin-bottom: 0;
}

/* CTA sekce */
.cta {
  background: #FFFFFF;
  border-block: #D9CDBE;
}

.cta__content {
  max-width: 42rem;
}

.cta__title {
  color: #4B3C29;
  font-size: clamp(1.6rem, 2.8vw, 2rem);
}

.cta__text {
  color: #22282B;
  margin-bottom: 1.25rem;
}

.cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* CTA pod textem v intru */
.intro-about__cta {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Tlačítka */
.button, .button--ghost, .button--secondary, .button--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  border: 2px solid transparent;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease-out;
}

/* PRIMÁRNÍ CTA */
.button--primary {
  background: #E0B11F;
  color: #22282B;
}
.button--primary:hover {
  background: #4B3C29;
  color: #FFFFFF;
}

/* SEKUNDÁRNÍ CTA – outline varianta */
.button--secondary {
  background: transparent;
  color: #4B3C29;
  border: 2px solid #4B3C29;
  margin-left: 0;
}
@media (min-width: 480px) {
  .button--secondary {
    margin-left: 1rem;
  }
}
.button--secondary:hover {
  background: #4B3C29;
  color: #fff;
}

/* GHOST varianta, pokud ji chceš používat jinde */
.button--ghost {
  background: transparent;
  color: #4B3C29;
  border: 1px solid #4B3C29;
}
.button--ghost:hover {
  background: #F3ECE2;
}

/* ===========================
   Kontaktní sekce (světlá)
   =========================== */
.contact {
  background: rgb(245.9853658537, 240.7268292683, 233.2146341463);
  border-radius: 1.25rem;
  padding: clamp(2rem, 4vw, 3rem);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  margin-top: clamp(3rem, 7vw, 5rem);
  margin-bottom: clamp(2.5rem, 6vw, 4rem);
}

.contact__title {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: #4B3C29;
  margin-bottom: 1.2rem;
  text-align: center;
}

.contact__info {
  font-family: "Source Sans 3", sans-serif;
  color: #22282B;
  font-size: clamp(1rem, 1.8vw, 1.05rem);
  line-height: 1.7;
  max-width: 28rem;
  margin: 0 auto;
}

.contact__name {
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-align: center;
}

.contact__line {
  display: flex;
  gap: 0.4rem;
}

.contact__link {
  color: #7A6247;
  text-decoration: none;
}
.contact__link:hover {
  text-decoration: underline;
}

.contact__social {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.contact__social-link {
  color: #7A6247;
  text-decoration: none;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.95rem;
}
.contact__social-link:hover {
  text-decoration: underline;
}

.contact__note {
  margin-top: 1rem;
  font-style: italic;
  opacity: 0.9;
  text-align: center;
}

.homepage-final-cta {
  background: #F3ECE2;
  border-radius: 1.25rem;
  padding: clamp(2rem, 4vw, 3rem);
  text-align: center;
}
.homepage-final-cta__inner {
  max-width: 42rem;
  margin: 0 auto;
}
.homepage-final-cta__title {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
  color: #4B3C29;
  margin-bottom: 0.75rem;
}
.homepage-final-cta__text {
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.05rem);
  color: #22282B;
  margin-bottom: 1.5rem;
}
.homepage-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}

.menu {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(75, 60, 41, 0.9);
  z-index: 3000;
  backdrop-filter: blur(6px);
  transition: all 200ms ease;
  padding: 0.8rem 0;
}
@media screen and (min-width: 768px) {
  .menu {
    padding: 1.1rem 0;
  }
}
@media screen and (min-width: 900px) {
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 0;
  }
}

.menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .menu__top {
    width: auto;
  }
}

.menu__brand {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .menu__brand {
    margin-left: 80px;
  }
}
@media screen and (min-width: 1250px) {
  .menu__brand {
    margin-left: 180px;
  }
}

.menu__logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.menu__logo-img {
  height: 50px;
  width: auto;
  display: block;
  transition: all 300ms ease;
}
@media screen and (min-width: 768px) {
  .menu__logo-img {
    height: 65px;
  }
}
@media screen and (min-width: 900px) {
  .menu__logo-img {
    height: 75px;
  }
}
@media screen and (min-width: 1250px) {
  .menu__logo-img {
    height: 80px;
  }
}
.menu__logo-img .logo-circle {
  fill: none;
  stroke: #E0B11F;
  stroke-width: 40px;
  transition: stroke 300ms ease;
}
.menu__logo-img .logo-text {
  fill: #F3ECE2;
  transition: fill 300ms ease;
}
.menu__logo-img:hover {
  transform: scale(1.05);
}
.menu__logo-img:hover .logo-circle {
  stroke: rgb(230.2, 192.6, 75.8);
}
.menu__logo-img:hover .logo-text {
  fill: #ffffff;
}

.menu__brand-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.menu__checkbox {
  position: absolute;
  left: -9999px;
  margin: 0;
}

.menu__toggler {
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-right: 20px;
  color: #E0B11F;
}
@media screen and (min-width: 768px) {
  .menu__toggler {
    display: none; /* Od tabletu (768px) hamburger mizí */
  }
}

.menu__list {
  padding: 0;
  list-style: none;
  display: none;
  width: 100%;
  margin: 1rem 0 0 0;
}
.menu__checkbox:checked ~ .menu__list {
  display: block;
  margin: 1rem 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .menu__list {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 1.2rem 0 0 0;
    padding-right: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 0.8rem;
  }
}
@media screen and (min-width: 900px) {
  .menu__list {
    width: auto;
    margin: 0;
    padding: 0;
    border-top: none;
    display: flex;
    justify-content: flex-end;
    margin-right: 80px;
  }
}
@media screen and (min-width: 1250px) {
  .menu__list {
    margin-right: 180px;
  }
}

.menu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 768px) {
  .menu__item {
    border-bottom: none;
  }
}

.menu__link {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #F3ECE2;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 19px;
  transition: color 200ms ease;
}
@media screen and (min-width: 768px) {
  .menu__link {
    font-size: 20px;
    padding: 8px 16px;
  }
}
@media screen and (min-width: 900px) {
  .menu__link {
    font-size: 19px; /* Na notebooku mírně zmenšíme, ať se hezky vejde */
    padding: 10px 18px;
  }
}
@media screen and (min-width: 1250px) {
  .menu__link {
    font-size: 22px;
    padding: 10px 22px;
  }
}

.menu__link--active {
  color: #E0B11F;
  font-weight: 600;
}

.menu__link:hover {
  color: #E0B11F;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}

header {
  margin: 0;
}

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Pozadí (foto) jako výřez */
.hero img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* jemný default – protože text už není u spodku, není to tak kritické */
  -o-object-position: 55% 40%;
     object-position: 55% 40%;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.55) 100%);
  z-index: 2;
  pointer-events: none;
}

/* TEXT BLOK – plovoucí pozice */
.hero__text {
  position: absolute;
  left: clamp(1.25rem, 6vw, 4rem);
  /* “plave” přibližně v dolní polovině, ale nelepí se na spodek */
  bottom: clamp(1.5rem, 8vw, 4rem);
  top: auto;
  transform: none;
  max-width: min(32rem, 88vw);
  z-index: 3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

/* Jemný lokální "spotlight" jen pod textem */
.hero__text::before {
  content: "";
  position: absolute;
  inset: -1.25rem -1.5rem -1rem -1.5rem;
  background: radial-gradient(circle at 30% 70%, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0) 70%);
  z-index: -1;
  border-radius: 1.25rem;
}

/* kicker */
.hero__kicker {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: clamp(1.15rem, 3.2vw, 2.1rem);
  margin: 0 0 0.5rem;
  color: #E0B11F;
}

/* subtitle */
.hero__subtitle {
  font-family: "Source Sans 3", sans-serif;
  color: #F3ECE2;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 450;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 480px) {
  /* Hero se chová jako normální sloupec */
  .hero {
    display: flex;
    flex-direction: column;
    max-height: none;
    background: transparent;
  }
  /* Fotka nahoře */
  .hero picture,
  .hero img {
    order: 1;
    display: block;
    width: 100%;
    height: clamp(18rem, 60vw, 22rem);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 55% 40%;
       object-position: 55% 40%;
  }
  /* Vypnout všechny overlaye a efekty přes fotku */
  .hero::before,
  .hero::after,
  .hero__text::before {
    content: none;
  }
  /* Text POD fotkou – klidný, čitelný */
  .hero__text {
    order: 2;
    position: static;
    transform: none;
    max-width: none;
    padding: 1.25rem 20px 1.4rem;
    background: rgba(75, 60, 41, 0.75);
    text-shadow: none;
  }
  /* Typografie – jen lehké doladění rytmu */
  .hero__kicker {
    margin-top: 0;
  }
  .hero__subtitle {
    margin-bottom: 0;
  }
}
/* ===========================
   Úvodní hodina (formulář)
   =========================== */
.intro-session {
  max-width: 42rem;
  margin: 3rem auto;
}

.intro-session__header {
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.intro-session__title {
  font-family: "Libre Baskerville", serif;
  color: #4B3C29;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  margin-bottom: 1rem;
}

.intro-session__text {
  font-family: "Source Sans 3", sans-serif;
  color: #22282B;
  font-size: clamp(1rem, 1.9vw, 1.1rem);
  line-height: 1.7;
}

/* Form */
.intro-session__form {
  background: #FFFFFF;
  padding: clamp(2rem, 4vw, 2.5rem);
  border-radius: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.form__group {
  margin-bottom: 1.5rem;
}

.form__label {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 0.3rem;
  font-weight: 600;
  color: #4B3C29;
}

.form__input,
.form__textarea,
.form__select {
  width: 100%;
  padding: 0.6rem 0.7rem;
  border: 1px solid #D9CDBE;
  border-radius: 0.75rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  background: white;
}

.form__textarea {
  resize: vertical;
}

/* GDPR */
.form__group--gdpr {
  margin-top: 2rem;
}

.form__gdpr {
  font-size: 0.9rem;
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  line-height: 1.4;
}

.form__gdpr-note {
  font-size: 0.85rem;
  margin-top: 0.5rem;
  opacity: 0.8;
  line-height: 1.5;
}

/* ===========================
   Rozhovory – úvod
   =========================== */
.interviews-intro {
  max-width: 52rem;
  padding-top: clamp(2.5rem, 6vw, 5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.interviews-intro__label,
.interviews-featured__number,
.interviews-list__label,
.interview-card__number,
.interviews-coaching__label {
  margin: 0 0 0.7rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #7A6247;
}

.interviews-intro__title {
  margin: 0 0 1.4rem;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2.4rem, 7vw, 4.8rem);
  line-height: 1.05;
  color: #4B3C29;
}

.interviews-intro__lead {
  max-width: 46rem;
  margin-bottom: 1.2rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(1.15rem, 2.3vw, 1.4rem);
  line-height: 1.55;
  font-weight: 600;
  color: #22282B;
}

.interviews-intro__text {
  max-width: 43rem;
  margin-bottom: 0.75rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.08rem);
  line-height: 1.7;
  color: #22282B;
}

/* ===========================
   Zvýrazněný rozhovor
   =========================== */
.interviews-featured {
  padding: clamp(1.5rem, 4vw, 3rem);
  background: #FFFFFF;
  border: 1px solid #D9CDBE;
  border-radius: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.interviews-featured__heading {
  max-width: 48rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.2rem);
}

.interviews-featured__title {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.2;
  color: #4B3C29;
}

.interviews-featured__layout {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.interviews-featured__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #22282B;
  border-radius: 0.75rem;
}

.interviews-featured__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.interviews-featured__content {
  max-width: 39rem;
}

.interviews-featured__guest {
  margin: 0 0 0.2rem;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.35rem, 2.5vw, 1.7rem);
  font-weight: 600;
  color: #7A6247;
}

.interviews-featured__role {
  margin: 0 0 1.3rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(34, 40, 43, 0.75);
}

.interviews-featured__quote {
  margin: 0 0 1.3rem;
  padding-left: 1.2rem;
  border-left: 3px solid #E0B11F;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1rem, 1.9vw, 1.1rem);
  line-height: 1.7;
  color: #22282B;
}
.interviews-featured__quote p {
  margin: 0;
}

.interviews-featured__text {
  margin: 0 0 1rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.05rem);
  line-height: 1.7;
  color: #22282B;
}

.interviews-featured__content .button, .interviews-featured__content .button--primary, .interviews-featured__content .button--secondary, .interviews-featured__content .button--ghost {
  margin-top: 0.5rem;
}

@media (min-width: 1250px) {
  .interviews-featured__layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.75fr);
  }
}
/* ===========================
   Myšlenka série
   =========================== */
.interviews-idea {
  margin-top: clamp(3rem, 7vw, 5rem);
  margin-bottom: clamp(3rem, 7vw, 5rem);
  padding: clamp(2.2rem, 5vw, 3.5rem);
  background: #2C3537;
  border-radius: 1.25rem;
  color: #F3ECE2;
}

.interviews-idea__inner {
  max-width: 46rem;
  margin: 0 auto;
}

.interviews-idea__title {
  margin: 0 0 1.4rem;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.7rem, 3.5vw, 2.3rem);
  line-height: 1.3;
  color: #F3ECE2;
}

.interviews-idea__text {
  margin: 0 0 0.9rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(1rem, 1.9vw, 1.08rem);
  line-height: 1.7;
  color: #F3ECE2;
}

.interviews-idea__claim {
  margin: 1.8rem 0 0;
  padding-top: 1.4rem;
  border-top: 2px solid #E0B11F;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-style: italic;
  color: rgb(230.2, 192.6, 75.8);
}

/* ===========================
   Seznam rozhovorů
   =========================== */
.interviews-list {
  margin-top: clamp(3rem, 7vw, 5rem);
  margin-bottom: clamp(3rem, 7vw, 5rem);
}

.interviews-list__heading {
  margin-bottom: 1.6rem;
}

.interviews-list__title {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  color: #4B3C29;
}

.interviews-list__grid {
  display: grid;
  gap: 1.5rem;
}

.interview-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #D9CDBE;
  border-radius: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.interview-card__image-link {
  display: block;
  overflow: hidden;
  background: #F3ECE2;
}

.interview-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.25s ease;
}

.interview-card__image-link:hover .interview-card__image {
  transform: scale(1.02);
}

.interview-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.4rem 1.5rem 1.5rem;
}

.interview-card__title {
  margin: 0 0 0.55rem;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.3rem, 2.3vw, 1.6rem);
  line-height: 1.3;
  color: #4B3C29;
}

.interview-card__guest {
  margin: 0 0 0.9rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  color: #7A6247;
}

.interview-card__text {
  margin: 0 0 1.3rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #22282B;
}

.interview-card__link {
  margin-top: auto;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  color: #4B3C29;
  text-decoration: underline;
  text-decoration-color: #E0B11F;
  text-underline-offset: 0.25rem;
}

.interview-card__link:hover {
  color: #7A6247;
}

@media (min-width: 768px) {
  .interviews-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1250px) {
  .interviews-list__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* ===========================
   Propojení s koučováním
   =========================== */
.interviews-coaching {
  padding: clamp(2.2rem, 5vw, 3.5rem);
  background: rgb(245.9853658537, 240.7268292683, 233.2146341463);
  border-radius: 1.25rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.interviews-coaching__inner {
  max-width: 43rem;
  margin: 0 auto;
  text-align: center;
}

.interviews-coaching__title {
  margin: 0 0 1rem;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.6rem, 3vw, 2rem);
  line-height: 1.35;
  color: #4B3C29;
}

.interviews-coaching__text {
  margin: 0 auto 1.6rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.06rem);
  line-height: 1.7;
  color: #22282B;
}

.interviews-coaching__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}

/*
  Na této stránce nechceme levý margin,
  který má obecná .button--secondary od 480 px.
*/
.interviews-coaching__actions .button--secondary {
  margin-left: 0;
}

.interviews-coaching__newsletter {
  margin: 1.4rem 0 0;
  font-size: 0.95rem;
  color: #7A6247;
}
.interviews-coaching__newsletter a {
  font-weight: 600;
  color: #4B3C29;
  text-decoration-color: #E0B11F;
  text-underline-offset: 0.2rem;
}
.interviews-coaching__newsletter a:hover {
  color: #E0B11F;
}

.coaching {
  padding: 0 20px 80px;
}
.coaching__inner {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}
.coaching__eyebrow {
  margin: 0 0 12px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7A6247;
}
.coaching__block {
  padding: 70px 0;
}
.coaching__block h2 {
  max-width: 760px;
  margin: 0 0 24px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  font-weight: 400;
  color: #22282B;
}
.coaching__block p {
  max-width: 760px;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #22282B;
}
.coaching__text--large {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.3rem, 2.5vw, 1.65rem) !important;
  line-height: 1.55 !important;
  color: #22282B !important;
}
.coaching__note {
  margin: 0;
  max-width: 620px;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #22282B;
}

.coaching-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 80px;
  align-items: center;
  padding: 80px 0 100px;
}
.coaching-hero__content {
  max-width: 680px;
}
.coaching-hero__title {
  margin: 0 0 24px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 1.08;
  font-weight: 400;
  color: #22282B;
}
.coaching-hero__lead {
  max-width: 620px;
  margin: 0 0 32px;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.65;
  color: #22282B;
}
.coaching-hero__actions {
  margin-bottom: 20px;
}
.coaching-hero__note {
  max-width: 610px;
  margin: 0 0 32px;
  font-size: 0.94rem;
  line-height: 1.6;
  color: #7A6247;
}
.coaching-hero__credential {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 540px;
  padding-top: 20px;
  border-top: 1px solid #D9CDBE;
}
.coaching-hero__credential strong {
  color: #22282B;
}
.coaching-hero__credential span {
  font-size: 0.9rem;
  color: #7A6247;
}
.coaching-hero__visual {
  position: relative;
}
.coaching-hero__visual img {
  display: block;
  width: 100%;
  max-height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.coaching-hero__visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -16px;
  bottom: -16px;
  width: 72%;
  height: 72%;
  border: 1px solid #E0B11F;
  border-radius: 6px;
}

.coaching-quote {
  margin: 0 calc(50% - 50vw);
  padding: 60px 20px;
  background: #F3ECE2;
}
.coaching-quote blockquote {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.coaching-quote p {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.6rem, 3.5vw, 2.3rem);
  line-height: 1.5;
  color: #22282B;
}
.coaching-quote footer {
  margin-top: 24px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.95rem;
  color: #7A6247;
}

.coaching-quote {
  padding: 100px 0;
}
.coaching-quote blockquote p {
  font-size: 1.8rem;
  font-style: italic;
}

.coaching__block--capacity {
  max-width: 820px;
  margin: 0 auto;
}

.coaching__block--packages {
  border-top: 1px solid #D9CDBE;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 48px;
  align-items: stretch;
}

.package {
  position: relative;
  padding: 34px;
  border: 1px solid #D9CDBE;
  border-radius: 6px;
  background: #FFFFFF;
}
.package__label {
  margin: 0 0 12px !important;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.78rem !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7A6247 !important;
}
.package h3 {
  margin: 0 0 8px;
  font-family: "Libre Baskerville", serif;
  font-size: 1.65rem;
  font-weight: 400;
  color: #22282B;
}
.package__price {
  margin: 0 0 28px !important;
  font-size: 1.4rem !important;
  font-weight: 700;
  color: #22282B !important;
}
.package__desc {
  margin: 0 0 16px !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}
.package__desc:last-child {
  margin-bottom: 0 !important;
}
.package--featured {
  border: 2px solid #E0B11F;
  background: #F3ECE2;
  transform: translateY(-10px);
}
.package__badge {
  display: inline-block;
  margin: -10px 0 18px !important;
  padding: 6px 11px;
  border-radius: 100px;
  background: #E0B11F;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.75rem !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #22282B !important;
}

.packages-footer {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #D9CDBE;
}

.packages-actions {
  flex-shrink: 0;
}

.coaching__recenze {
  margin: 0 calc(50% - 50vw);
  padding: 80px 20px;
  background: #F3ECE2;
}
.coaching__recenze .coaching__inner {
  max-width: 1340px;
  margin: 0 auto;
}

.coaching__recenze-heading {
  max-width: 720px;
  margin: 0 0 44px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  font-weight: 400;
  color: #22282B;
}

.coaching__recenze-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.coaching__recenze-item {
  margin: 0;
  padding: 34px;
  background: #FFFFFF;
  border: 1px solid #D9CDBE;
  border-radius: 6px;
}
.coaching__recenze-item--featured {
  grid-column: 1/-1;
  padding: 50px;
}
.coaching__recenze-item--featured .coaching__recenze-text {
  max-width: 850px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  line-height: 1.6;
}

.coaching__recenze-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #22282B;
}
.coaching__recenze-text p:first-child {
  margin-top: 0;
}
.coaching__recenze-text p:last-child {
  margin-bottom: 0;
}

.coaching__recenze-author {
  margin-top: 24px;
  font-weight: 700;
  color: #22282B;
}

.coaching__recenze-actions {
  margin-top: 32px;
}

.coaching-approach-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 48px;
  background: #D9CDBE;
  border: 1px solid #D9CDBE;
}

.coaching-approach {
  padding: 40px;
  background: #FFFFFF;
}
.coaching-approach h3 {
  margin: 0 0 16px;
  font-family: "Libre Baskerville", serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: #22282B;
}
.coaching-approach p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.coaching__block--fit {
  max-width: 900px;
  margin: 20px auto;
  padding: 70px;
  background: #2C3537;
  border-radius: 6px;
}
.coaching__block--fit h2,
.coaching__block--fit p,
.coaching__block--fit strong {
  color: #FFFFFF !important;
}
.coaching__block--fit h2 {
  max-width: 700px;
}

.coaching__cta {
  margin: 80px 0;
  padding: 70px 40px;
  text-align: center;
  background: #F3ECE2;
  border-radius: 6px;
}
.coaching__cta-inner {
  max-width: 760px;
  margin: 0 auto;
}
.coaching__cta h2 {
  margin: 0 0 20px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.25;
  font-weight: 400;
  color: #22282B;
}
.coaching__cta p {
  max-width: 690px;
  margin: 0 auto 16px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #22282B;
}
.coaching__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 30px;
}
.coaching__cta--middle {
  background: rgb(245.9853658537, 240.7268292683, 233.2146341463);
}

.coaching__steps {
  list-style: none;
  max-width: 850px;
  margin: 48px 0 0;
  padding: 0;
  counter-reset: coaching-step;
}
.coaching__steps li {
  position: relative;
  padding: 0 0 40px 64px;
  counter-increment: coaching-step;
}
.coaching__steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 20px;
  width: 1px;
  background: #D9CDBE;
}
.coaching__steps li::before {
  content: counter(coaching-step);
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #E0B11F;
  border-radius: 50%;
  font-family: "Libre Baskerville", serif;
  color: #4B3C29;
  background: #FFFFFF;
}
.coaching__steps li > strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Libre Baskerville", serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #22282B;
}
.coaching__steps li p {
  max-width: 700px;
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.7;
}

.coaching__certification-info {
  padding: 80px 0;
}

.certification-badge {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 60px;
  align-items: center;
  padding: 55px;
  background: #F3ECE2;
  border-radius: 6px;
}
.certification-badge__image img {
  display: block;
  width: 100%;
  max-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.certification-badge__tag {
  display: block;
  margin-bottom: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7A6247;
}
.certification-badge__title {
  margin: 0 0 22px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.25;
  font-weight: 400;
  color: #22282B;
}
.certification-badge__text {
  max-width: 650px;
  font-size: 1rem;
  line-height: 1.7;
  color: #22282B;
}
.certification-badge__official-link {
  margin-top: 28px;
}
.certification-badge__official-link a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #4B3C29;
  font-weight: 700;
  text-decoration: none;
}
.certification-badge__official-link a:hover {
  text-decoration: underline;
}
.certification-badge__logo {
  width: 58px;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1249px) {
  .coaching {
    padding-inline: 80px;
  }
  .coaching-hero {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 70px 0 90px;
  }
  .coaching-hero__content {
    max-width: 760px;
  }
  .coaching-hero__title {
    max-width: 760px;
  }
  .coaching-hero__lead {
    max-width: 700px;
  }
  .coaching-hero__visual {
    width: 100%;
    max-width: 620px;
  }
  .coaching-hero__visual img {
    max-height: 480px;
  }
  .coaching-hero__visual::after {
    right: -12px;
    bottom: -12px;
  }
  .packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .package {
    padding: 30px;
  }
  .package--featured {
    grid-column: 1/-1;
    transform: none;
  }
  .coaching__recenze-item--featured {
    grid-column: 1/-1;
  }
  .coaching-approach-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .certification-badge {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 45px;
  }
  .certification-badge__image {
    max-width: 620px;
  }
  .certification-badge__image img {
    max-height: 460px;
  }
  .certification-badge__content {
    max-width: 760px;
  }
  .packages-footer {
    gap: 28px;
  }
}
@media (max-width: 767px) {
  .coaching {
    padding-inline: 20px;
  }
  .coaching__block {
    padding: 50px 0;
  }
  .coaching-hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 50px 0 70px;
  }
  .coaching-hero__content {
    max-width: none;
  }
  .coaching-hero__visual {
    width: 100%;
    max-width: 520px;
  }
  .coaching-hero__visual::after {
    right: -8px;
    bottom: -8px;
  }
  .packages-grid,
  .coaching__recenze-list,
  .coaching-approach-grid,
  .certification-badge {
    grid-template-columns: 1fr;
  }
  .package {
    padding: 28px;
  }
  .package--featured {
    grid-column: auto;
    transform: none;
  }
  .packages-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .coaching__recenze-item--featured {
    grid-column: auto;
    padding: 34px;
  }
  .coaching__block--fit {
    padding: 50px 28px;
  }
  .coaching__cta {
    margin: 60px 0;
    padding: 50px 24px;
  }
  .coaching__steps li {
    padding-left: 54px;
  }
  .certification-badge {
    gap: 35px;
    padding: 32px;
  }
  .coaching__cta-actions,
  .coaching-hero__actions,
  .packages-actions {
    width: 100%;
  }
  .coaching__cta-actions .btn,
  .coaching-hero__actions .btn,
  .packages-actions .btn {
    width: 100%;
  }
}
.coaching .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.coaching .btn--primary {
  background: #4B3C29;
  border-color: #4B3C29;
  color: #FFFFFF;
}
.coaching .btn--primary:hover, .coaching .btn--primary:focus-visible {
  background: #7A6247;
  border-color: #7A6247;
  color: #FFFFFF;
}
.coaching .btn--ghost {
  background: transparent;
  border-color: #7A6247;
  color: #4B3C29;
}
.coaching .btn--ghost:hover, .coaching .btn--ghost:focus-visible {
  background: #F3ECE2;
  color: #4B3C29;
}

.o-mne {
  background-color: #F3ECE2;
}

.o-mne__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.o-mne__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto clamp(5rem, 12vw, 8rem);
}

.o-mne__title {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2.5rem, 7vw, 4rem);
  line-height: 1.1;
  color: #4B3C29;
  margin-bottom: 1.5rem;
}

.o-mne__claim {
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-style: italic;
  color: #22282B;
  opacity: 0.8;
  line-height: 1.6;
}

.o-mne__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: clamp(6rem, 15vw, 10rem);
  align-items: center;
}
@media (min-width: 900px) {
  .o-mne__content {
    flex-direction: row;
    gap: 6rem;
    text-align: left;
  }
}
@media (min-width: 900px) {
  .o-mne__content--personal {
    flex-direction: row-reverse;
  }
}

.o-mne__text {
  flex: 1.2;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #22282B;
}
.o-mne__text p {
  margin-bottom: 2rem;
}
.o-mne__text--lead {
  font-size: 1.2rem;
  font-weight: 500;
  color: #7A6247;
  margin-bottom: 3rem !important;
}

.o-mne__divider {
  border: 0;
  border-top: 1px solid #D9CDBE;
  margin: clamp(5rem, 12vw, 8rem) 0;
  opacity: 0.5;
}

/* Fotky */
.o-mne__photo {
  flex: 0.8;
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 450px;
}
.o-mne__photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  filter: grayscale(15%);
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.1);
}
.o-mne__photo::before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 100px;
  height: 100px;
  background-color: #E0B11F;
  border-radius: 8px;
  z-index: -1;
  opacity: 0.3;
}
@media (min-width: 900px) {
  .o-mne__photo {
    max-width: none;
    margin: 0;
  }
}

/* Boxík s citátem (Medvídek Pú) */
.o-mne__box--quote {
  max-width: 700px;
  margin: 0 auto clamp(6rem, 15vw, 10rem);
  padding: 3rem;
  border-radius: 1.25rem;
  border: 1px solid #D9CDBE;
  background-color: #ffffff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.03);
  text-align: center;
}
.o-mne__box--quote .o-mne__box-title {
  font-family: "Libre Baskerville", serif;
  font-size: 1.6rem;
  color: #4B3C29;
  margin-bottom: 2rem;
}
.o-mne__box--quote .o-mne__box-quote {
  font-family: "Libre Baskerville", serif;
  font-size: 1.3rem;
  font-style: italic;
  color: #22282B;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.o-mne__box--quote .o-mne__box-quote-author {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.95rem;
  color: #7A6247;
  margin-top: 1rem;
  opacity: 0.8;
}

/* Nový, výrazný odkaz na Perma ráj */
.o-mne__permaraj-cta {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 4rem;
  background-color: #E0B11F;
  color: #FFFFFF;
  border-radius: 1.25rem;
  box-shadow: 0 1.5rem 3rem rgba(224, 177, 31, 0.2);
}
.o-mne__permaraj-cta p {
  font-family: "Libre Baskerville", serif;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: 600;
}
.o-mne__permaraj-cta .o-mne__permaraj-button {
  display: inline-block;
  font-family: "Source Sans 3", sans-serif;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #4B3C29;
  padding: 1.2rem 2.5rem;
  font-weight: 700;
  border-radius: 0.75rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.o-mne__permaraj-cta .o-mne__permaraj-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

.zapisnik {
  max-width: 900px;
  margin: 0 auto;
}
.zapisnik__header {
  text-align: center;
  margin-bottom: clamp(3rem, 10vw, 6rem);
}
.zapisnik__title {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #4B3C29;
  margin-bottom: 1rem;
}
.zapisnik__intro {
  font-family: "Source Sans 3", sans-serif;
  font-style: italic;
  color: #7A6247;
  font-size: 1.2rem;
  max-width: 500px;
  margin: 0 auto;
}

.article-card {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
  margin-bottom: clamp(4rem, 12vw, 8rem);
  border-bottom: 1px solid #D9CDBE;
  padding-bottom: clamp(2rem, 6vw, 4rem);
}
.article-card:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .article-card {
    flex-direction: row;
    align-items: flex-start;
  }
}
.article-card__content {
  flex: 1;
}
.article-card__date {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7A6247;
  margin-bottom: 1rem;
}
.article-card__title {
  font-family: "Libre Baskerville", serif;
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.article-card__title a {
  text-decoration: none;
  color: #22282B;
  transition: color 0.3s ease;
}
.article-card__title a:hover {
  color: #E0B11F;
}
.article-card__perex {
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.7;
  color: #22282B;
  margin-bottom: 1.5rem;
}
.article-card__link {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #4B3C29;
  font-size: 0.9rem;
  transition: transform 0.3s ease;
  display: inline-block;
}
.article-card__link:hover {
  transform: translateX(5px);
  color: #E0B11F;
}
.article-card__image-wrapper {
  flex: 0 0 250px;
}
@media (max-width: 768px) {
  .article-card__image-wrapper {
    width: 100%;
  }
}
.article-card__img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  filter: grayscale(20%);
  transition: filter 0.5s ease;
}
.article-card__img:hover {
  filter: grayscale(0%);
}

.article-detail {
  max-width: 1700px;
  margin: 0 auto;
  padding: 3rem 20px 5rem;
  padding-top: 6rem !important;
}
@media (min-width: 768px) {
  .article-detail {
    padding-top: 8rem !important;
    padding-inline: 80px;
  }
}
@media (min-width: 1250px) {
  .article-detail {
    padding-inline: 0;
    padding-top: 10rem !important;
  }
}
.article-detail__container {
  max-width: 800px;
  margin: 0 auto;
}
.article-detail__header {
  text-align: center;
  margin-bottom: clamp(4rem, 10vw, 6rem);
}
.article-detail__date {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #7A6247;
  display: block;
  margin-bottom: 1.5rem;
}
.article-detail__title {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2.2rem, 6vw, 3.8rem);
  color: #4B3C29;
  line-height: 1.1;
  margin-bottom: 2rem;
}
.article-detail__perex {
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.6;
  color: #22282B;
  font-style: italic;
  opacity: 0.8;
  max-width: 650px;
  margin: 0 auto;
}
.article-detail__figure {
  margin: clamp(3rem, 8vw, 5rem) 0;
}
.article-detail__figure img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  border-radius: 1.25rem;
  filter: grayscale(10%);
}
.article-detail__content {
  max-width: 700px;
  margin: 0 auto;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.15rem;
  line-height: 1.85;
  color: #22282B;
}
.article-detail__content p {
  margin-bottom: 2.5rem;
}
.article-detail__content .article-content__highlight {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  color: #E0B11F;
  text-align: center;
  margin: 5rem 0;
  line-height: 1.3;
}
.article-detail__content .article-content__question {
  display: block;
  font-weight: 700;
  color: #4B3C29;
  margin-top: 5rem;
  margin-bottom: 8rem;
  font-size: 1.3rem;
  text-align: center;
}
.article-detail__content .article-content__thought {
  border-left: 1px solid #D9CDBE;
  padding-left: 2rem;
  margin: 4rem 0;
  font-style: italic;
  color: #7A6247;
}
.article-detail__content .article-content__link {
  color: #E0B11F;
  text-decoration: none;
  border-bottom: 1px solid rgba(224, 177, 31, 0.3);
  font-weight: 600;
  transition: all 0.3s ease;
}
.article-detail__content .article-content__link:hover {
  color: #4B3C29;
  border-bottom-color: #4B3C29;
  opacity: 0.8;
}
.article-detail__content .article-content__manifest {
  margin: 6rem 0;
  text-align: center;
}
.article-detail__content .article-content__manifest p {
  margin-bottom: 0.8rem;
  font-family: "Libre Baskerville", serif;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #22282B;
}
.article-detail__content .article-content__manifest p strong {
  color: #E0B11F;
  font-weight: 600;
}
.article-detail__content .article-content__manifest p:nth-last-child(-n+2) {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  font-weight: 700;
  color: #4B3C29;
}
.article-detail__content .article-content__cta-inline {
  margin: 5rem 0;
  padding: 3rem;
  background-color: rgba(243, 236, 226, 0.5);
  border-radius: 0.75rem;
  text-align: center;
}
.article-detail__content .article-content__cta-inline p {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 1.3rem;
  margin-bottom: 1.8rem;
  color: #4B3C29;
}
.article-detail__content .article-content__cta-inline .article-cta__button {
  margin-bottom: 0;
}
.article-detail__footer {
  margin-top: 6rem;
  padding-top: 3rem;
  border-top: 1px solid #D9CDBE;
  text-align: center;
}
.article-detail__back-link {
  font-family: "Source Sans 3", sans-serif;
  text-decoration: none;
  color: #22282B;
  font-weight: 600;
  transition: color 0.3s ease;
}
.article-detail__back-link:hover {
  color: #E0B11F;
}

.article-cta {
  margin-top: 5rem;
  padding: 3rem;
  background-color: #F3ECE2;
  border-radius: 0.75rem;
  text-align: center;
  border: 1px solid #F3ECE2;
}
.article-cta__text {
  font-family: "Libre Baskerville", serif;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #4B3C29;
}
.article-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .article-cta__actions {
    flex-direction: row;
    gap: 2rem;
  }
}
.article-cta__button {
  display: inline-block;
  font-family: "Source Sans 3", sans-serif;
  text-decoration: none;
  background-color: #7A6247;
  color: #FFFFFF;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  transition: all 0.3s ease;
  min-width: 220px;
}
.article-cta__button:hover {
  transform: translateY(-2px);
  background-color: #E0B11F;
  color: #FFFFFF;
}
.article-cta__button--outline {
  background-color: transparent;
  border: 2px solid #7A6247;
  color: #7A6247;
}
.article-cta__button--outline:hover {
  background-color: #7A6247;
  color: #FFFFFF;
}

.article-interact {
  margin: 6rem 0;
  padding: 4rem 2rem;
  background-color: rgba(243, 236, 226, 0.4);
  border-radius: 1.25rem;
  text-align: center;
}
.article-interact__question {
  font-family: "Libre Baskerville", serif;
  font-size: 1.5rem;
  color: #4B3C29;
  margin-bottom: 2rem;
}
.article-interact__details {
  display: block;
}
.article-interact__details summary::-webkit-details-marker {
  display: none;
}
.article-interact__details summary {
  list-style: none;
  cursor: pointer;
  outline: none;
}
.article-interact__details[open] > summary {
  display: none;
}
.article-interact__content {
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.newsletter-card {
  margin-bottom: clamp(3rem, 10vw, 6rem);
  border-bottom: 1px solid #D9CDBE;
  padding-bottom: clamp(2rem, 5vw, 3rem);
}
.newsletter-card:last-child {
  border-bottom: none;
}
.newsletter-card__date {
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7A6247;
  margin-bottom: 0.75rem;
}
.newsletter-card__title {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1.3;
  margin-bottom: 1rem;
}
.newsletter-card__title a {
  text-decoration: none;
  color: #22282B;
  transition: color 0.3s ease;
}
.newsletter-card__title a:hover {
  color: #E0B11F;
}
.newsletter-card__perex {
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.7;
  color: #22282B;
  margin-bottom: 1.5rem;
  max-width: 750px;
}
.newsletter-card__link {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #4B3C29;
  font-size: 0.9rem;
  transition: transform 0.3s ease;
  display: inline-block;
}
.newsletter-card__link:hover {
  transform: translateX(5px);
  color: #E0B11F;
}

.nedelnik {
  max-width: 70rem;
  margin-inline: auto;
}

.nedelnik__inner {
  max-width: 58rem;
}

.nedelnik__intro {
  max-width: 48rem;
  margin-bottom: 4rem;
}

.nedelnik__label {
  margin-bottom: 0.7rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7A6247;
}

.nedelnik__title {
  margin-bottom: 1.5rem;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.1;
  color: #4B3C29;
}

.nedelnik__lead {
  margin-bottom: 1rem;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.6;
  color: #4B3C29;
}

.nedelnik__text {
  max-width: 46rem;
  font-size: clamp(1rem, 1.8vw, 1.05rem);
  line-height: 1.7;
  color: #22282B;
}

.nedelnik__samples {
  margin-bottom: 4.5rem;
}

.nedelnik__samples-title {
  margin-bottom: 0.7rem;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.6rem, 3vw, 2rem);
  color: #4B3C29;
}

.nedelnik__samples-text {
  margin-bottom: 1.5rem;
  font-family: "Source Sans 3", sans-serif;
  color: #22282B;
}

.nedelnik-samples__grid {
  display: grid;
  gap: 1rem;
}

.nedelnik-samples__item {
  display: block;
  padding: 1.2rem 1.4rem;
  background: #FFFFFF;
  border: 1px solid #D9CDBE;
  border-radius: 0.75rem;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.05rem, 2vw, 1.15rem);
  line-height: 1.45;
  color: #4B3C29;
  text-decoration: none;
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.nedelnik-samples__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.nedelnik-signup {
  max-width: 48rem;
  padding: clamp(2rem, 5vw, 3rem);
  background: #F3ECE2;
  border-radius: 1.25rem;
}

.nedelnik-signup__title {
  margin-bottom: 1rem;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  color: #4B3C29;
}

.nedelnik-signup__form {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 2rem 0 1rem;
}

.nedelnik-signup__input {
  flex: 1;
  min-width: 0;
  padding: 0.8rem 1.2rem;
  border: 1px solid #D9CDBE;
  border-radius: 999px;
  background: #FFFFFF;
  color: #22282B;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
}
.nedelnik-signup__input:focus {
  outline: 2px solid #E0B11F;
  outline-offset: 2px;
}

.nedelnik-signup__note {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(34, 40, 43, 0.7);
}
.nedelnik-signup__note a {
  color: inherit;
  text-decoration: underline;
}
.nedelnik-signup__note a:hover {
  color: #4B3C29;
}

@media screen and (max-width: 600px) {
  .nedelnik__intro {
    margin-bottom: 3rem;
  }
  .nedelnik__samples {
    margin-bottom: 3rem;
  }
  .nedelnik-signup {
    padding: 1.5rem;
  }
  .nedelnik-signup__form {
    flex-direction: column;
    align-items: stretch;
  }
}
.recenze-page {
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .recenze-page {
    padding: 3rem 0;
  }
}
.recenze-page__title {
  font-family: "Libre Baskerville", serif;
  font-size: 2.2rem;
  margin: 0 0 1rem;
}
.recenze-page__intro {
  max-width: 720px;
  margin: 0 0 2.5rem;
  font-size: 1rem;
}
.recenze-page__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 700px) {
  .recenze-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.8rem;
  }
}
@media (min-width: 1100px) {
  .recenze-page__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.recenze-page__item {
  background: rgba(0, 0, 0, 0.02);
  border-radius: 1.5rem;
  padding: 1.75rem 1.75rem 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recenze-page__text {
  position: relative;
  margin: 0 0 1.3rem;
  padding-top: 3.3rem;
  font-size: 0.95rem;
  line-height: 1.7;
}
.recenze-page__text::before {
  content: "„";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 2.8rem;
  line-height: 1;
  color: #7A6247;
  opacity: 0.22;
  pointer-events: none;
}
.recenze-page__text p {
  margin: 0;
}
.recenze-page__author {
  font-family: "Libre Baskerville", serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: #7A6247;
}

/* Radius & stíny */
/*pozadí a H1*/
/* hlavní text */
.interview-detail {
  max-width: 70rem;
  margin-inline: auto;
}

.interview-detail__header {
  max-width: 50rem;
  margin-bottom: 2.5rem;
}

.interview-detail__number {
  margin-bottom: 0.6rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7A6247;
}

.interview-detail__title {
  margin-bottom: 1.2rem;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1.1;
}

.interview-detail__guest {
  margin-bottom: 0.2rem;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
  font-weight: 700;
  color: #7A6247;
}

.interview-detail__role {
  margin-bottom: 0;
  font-size: 1rem;
}

.interview-detail__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 3rem;
  overflow: hidden;
  background-color: #22282B;
}

.interview-detail__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.interview-detail__content {
  max-width: 48rem;
  margin-inline: auto;
}

.interview-detail__lead {
  margin-bottom: 2rem;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.2rem, 2.3vw, 1.45rem);
  line-height: 1.6;
}

.interview-detail__quote {
  margin: 2.5rem 0;
  padding-left: 1.5rem;
  border-left: 3px solid #E0B11F;
}
.interview-detail__quote p {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  line-height: 1.7;
  font-style: italic;
}

.interview-detail__text {
  margin-bottom: 2rem;
}

.interview-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .interview-detail__header {
    margin-bottom: 2rem;
  }
  .interview-detail__video {
    margin-bottom: 2rem;
  }
  .interview-detail__quote {
    margin: 2rem 0;
    padding-left: 1rem;
  }
  .interview-detail__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
.group-detail {
  max-width: 70rem;
  margin-inline: auto;
}

.group-detail__hero {
  max-width: 52rem;
  margin-bottom: 4rem;
}

.group-detail__label {
  margin-bottom: 0.7rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7A6247;
}

.group-detail__title {
  margin-bottom: 1.8rem;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.1;
}

.group-detail__intro {
  margin-bottom: 2rem;
}
.group-detail__intro p {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  line-height: 1.7;
}

.group-detail__intro-highlight {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
}

.group-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.2rem;
  margin: 2rem 0;
}
.group-detail__meta span {
  font-size: 0.95rem;
  color: #7A6247;
}

.group-detail__cta {
  margin-top: 2rem;
  padding: 2rem;
  background-color: #FFFFFF;
  border: 1px solid #D9CDBE;
}

.group-detail__cta-text {
  margin-bottom: 1.5rem;
}

.group-detail__price {
  font-family: "Libre Baskerville", serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.group-interest__form {
  display: grid;
  gap: 1.2rem;
  max-width: 36rem;
}

.group-interest__field {
  display: grid;
  gap: 0.4rem;
}
.group-interest__field label {
  font-weight: 600;
}
.group-interest__field input {
  width: 100%;
  padding: 0.9rem 1rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  color: #22282B;
  background-color: #FFFFFF;
  border: 1px solid #D9CDBE;
}
.group-interest__field input:focus {
  outline: 2px solid #E0B11F;
  outline-offset: 2px;
}

.group-interest__consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  font-size: 0.9rem;
  line-height: 1.5;
}
.group-interest__consent input {
  margin-top: 0.25rem;
}
.group-interest__consent a {
  color: #4B3C29;
  text-decoration: underline;
}
.group-interest__consent a:hover {
  color: #E0B11F;
}

.group-registration {
  max-width: 48rem;
  margin: 4rem auto;
  padding: 3rem;
  background-color: #FFFFFF;
  border: 1px solid #D9CDBE;
}

.group-registration__form {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

.group-registration__field {
  display: grid;
  gap: 0.45rem;
}
.group-registration__field label {
  font-weight: 600;
}
.group-registration__field input,
.group-registration__field textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #22282B;
  background-color: #FFFFFF;
  border: 1px solid #D9CDBE;
}
.group-registration__field input:focus,
.group-registration__field textarea:focus {
  outline: 2px solid #E0B11F;
  outline-offset: 2px;
}
.group-registration__field textarea {
  resize: vertical;
  min-height: 8rem;
}

.group-registration__hint {
  margin: -0.1rem 0 0.2rem;
  font-size: 0.9rem;
  line-height: 1.5;
}

.group-registration__conditions {
  margin: 2rem 0;
  padding: 1.5rem;
  background-color: #F3ECE2;
  border-left: 3px solid #E0B11F;
}
.group-registration__conditions h3 {
  margin-bottom: 1rem;
}
.group-registration__conditions ul {
  margin: 0;
  padding-left: 1.3rem;
}
.group-registration__conditions li {
  margin-bottom: 0.7rem;
}
.group-registration__conditions li:last-child {
  margin-bottom: 0;
}

.group-registration__invoice {
  padding: 1.2rem 1.4rem;
  border: 1px solid #D9CDBE;
}
.group-registration__invoice summary {
  cursor: pointer;
  font-weight: 600;
  color: #4B3C29;
}
.group-registration__invoice[open] summary {
  margin-bottom: 1.2rem;
}
.group-registration__invoice .group-registration__field + .group-registration__field {
  margin-top: 1rem;
}

.group-registration__consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  font-size: 0.9rem;
  line-height: 1.5;
}
.group-registration__consent input {
  margin-top: 0.25rem;
}
.group-registration__consent a {
  color: #4B3C29;
  text-decoration: underline;
}
.group-registration__consent a:hover {
  color: #E0B11F;
}

.group-detail__content {
  max-width: 48rem;
  margin-inline: auto;
}

.group-detail__content section {
  margin-bottom: 4rem;
}

.group-offer__label {
  margin-bottom: 0.7rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7A6247;
}

.group-offer__highlight,
.group-offer__claim {
  margin: 2rem 0;
  padding-left: 1.2rem;
  border-left: 3px solid #E0B11F;
  font-family: "Libre Baskerville", serif;
  font-size: 1.15rem;
}

.group-offer__list {
  margin: 1.5rem 0 2rem;
}
.group-offer__list p {
  margin-bottom: 0.45rem;
}

.group-detail__content ul {
  padding-left: 1.3rem;
  margin-bottom: 2rem;
}
.group-detail__content ul li {
  margin-bottom: 0.7rem;
}

.group-detail__practical {
  max-width: 48rem;
  margin: 4rem auto;
  padding-top: 3rem;
  border-top: 1px solid #D9CDBE;
}

.group-detail__practical-list {
  margin: 2rem 0;
}
.group-detail__practical-list div {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid #D9CDBE;
}
.group-detail__practical-list dt {
  font-weight: 600;
}
.group-detail__practical-list dd {
  margin: 0;
}

.group-detail__minimum {
  font-size: 0.95rem;
}

.group-detail__closing {
  max-width: 48rem;
  margin: 5rem auto 0;
  text-align: center;
}

.group-detail__closing-question {
  margin: 2rem 0;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .group-detail__hero {
    margin-bottom: 3rem;
  }
  .group-detail__cta {
    padding: 1.4rem;
  }
  .group-detail__content section {
    margin-bottom: 3rem;
  }
  .group-detail__practical-list div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
  .group-registration {
    padding: 1.4rem;
  }
}
/* Radius & stíny */
/*pozadí a H1*/
/* hlavní text */
.groups-intro {
  max-width: 48rem;
  margin-bottom: 4rem;
}

.groups-intro__label,
.groups-list__label {
  margin-bottom: 0.7rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7A6247;
}

.groups-intro__title {
  margin-bottom: 1.5rem;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.1;
}

.groups-intro__lead {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.2rem, 2.3vw, 1.45rem);
  line-height: 1.6;
}

.groups-list {
  margin-bottom: 5rem;
}

.groups-list__heading {
  margin-bottom: 2rem;
}

.groups-list__grid {
  display: grid;
  gap: 2rem;
}

.group-card {
  overflow: hidden;
  background-color: #FFFFFF;
  border: 1px solid #D9CDBE;
}

.group-card__image-link {
  display: block;
}

.group-card__image {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.group-card__content {
  padding: 2rem;
}

.group-card__type {
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7A6247;
}

.group-card__title {
  margin-bottom: 1rem;
}

.group-card__text {
  margin-bottom: 1.2rem;
}

.group-card__status {
  font-weight: 600;
  color: #4B3C29;
}

.group-card__link {
  font-weight: 600;
  color: #4B3C29;
  text-decoration: underline;
}
.group-card__link:hover {
  color: #E0B11F;
}

.groups-about {
  max-width: 48rem;
}

.groups-about__claim {
  margin-top: 2rem;
  padding-left: 1.2rem;
  border-left: 3px solid #E0B11F;
  font-family: "Libre Baskerville", serif;
  font-size: 1.15rem;
}

@media screen and (min-width: 768px) {
  .groups-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.contact-page {
  min-height: 60vh;
}
.contact-page__inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.contact-page__header {
  margin-bottom: 5rem;
  text-align: center;
}
.contact-page__title {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: #7A6247;
}
.contact-page__lead {
  font-size: 1.25rem;
  line-height: 1.6;
  opacity: 0.8;
}
.contact-page__card {
  background-color: #F3ECE2;
  padding: 4rem 2rem;
  border-radius: 1.25rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.contact-page__name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  color: #7A6247;
}
.contact-page__details {
  margin-bottom: 3rem;
}
.contact-page__line {
  margin-bottom: 1.2rem;
  font-size: 1.15rem;
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}
.contact-page__label {
  font-weight: 600;
  color: #7A6247;
}
.contact-page__link {
  color: #E0B11F;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.contact-page__link:hover {
  border-bottom-color: #E0B11F;
  opacity: 0.8;
}
.contact-page__note {
  font-size: 0.9rem;
  opacity: 0.5;
  margin-top: 2rem;
}
.contact-page__cta {
  margin: 0 0 3rem;
  padding-top: 0.5rem;
}
.contact-page__cta-text {
  max-width: 32rem;
  margin: 0 auto 1.2rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #22282B;
}
.contact-page__social {
  display: flex;
  gap: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 2.5rem;
  justify-content: center;
}
.contact-page__social-link {
  font-weight: 600;
  text-decoration: none;
  color: #7A6247;
  font-size: 1.1rem;
  transition: color 0.3s;
}
.contact-page__social-link:hover {
  color: #E0B11F;
}

.nedelnik-sample {
  max-width: 70rem;
  margin-inline: auto;
}

.nedelnik-sample__cta {
  margin-top: 4rem;
}

.nedelnik-sample__cta-inner {
  max-width: 42rem;
  margin-inline: auto;
  padding: 3rem;
  text-align: center;
  background-color: rgba(243, 236, 226, 0.5);
  border: 1px solid #D9CDBE;
}

.nedelnik-sample__label {
  margin-bottom: 0.7rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7A6247;
}

.nedelnik-sample__title {
  margin-bottom: 1.2rem;
}

.nedelnik-sample__text {
  margin-bottom: 2rem;
}

.nedelnik-sample__form {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 2rem 0 1.2rem;
}

.nedelnik-sample__input {
  flex: 1;
  min-width: 0;
  padding: 0.9rem 1rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  color: #22282B;
  background-color: #FFFFFF;
  border: 1px solid #D9CDBE;
}
.nedelnik-sample__input:focus {
  outline: 2px solid #E0B11F;
  outline-offset: 2px;
}

.nedelnik-sample__note {
  margin: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(34, 40, 43, 0.7);
}
.nedelnik-sample__note a {
  color: inherit;
  text-decoration: underline;
}
.nedelnik-sample__note a:hover {
  color: #4B3C29;
}

@media screen and (max-width: 600px) {
  .nedelnik-sample__cta-inner {
    padding: 1.5rem;
  }
  .nedelnik-sample__form {
    flex-direction: column;
    align-items: stretch;
  }
}
.thankyou {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  text-align: center;
  background-color: #F4EFE6;
}
.thankyou__inner {
  max-width: 700px;
  width: 100%;
}
.thankyou__title {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 6vw, 4rem);
  color: #2A2A2A;
  margin-bottom: 2rem;
}
.thankyou__text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #2A2A2A;
  margin-bottom: 1.5rem;
}
.thankyou__text a {
  color: #E0B11F;
  text-decoration: underline;
}
.thankyou__text a:hover {
  color: #4B3C29;
}
.thankyou__button {
  margin-top: 2rem;
}

.gdpr__container {
  max-width: 800px;
  margin: 0 auto;
}
.gdpr__title {
  font-family: "Libre Baskerville", serif;
  color: #4B3C29;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.gdpr__section {
  margin-bottom: 2.5rem;
}
.gdpr__section-title {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #7A6247;
  margin-bottom: 0.75rem;
}
.gdpr__text {
  font-family: "Libre Baskerville", serif;
  color: #22282B;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.gdpr__link {
  color: #E0B11F;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.gdpr__link:hover {
  color: #4B3C29;
}
.gdpr__list {
  padding-left: 1.25rem;
  color: #22282B;
}
.gdpr__list-item {
  font-family: "Libre Baskerville", serif;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.thankyou {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
  padding: 20px;
  text-align: center;
  background-color: #F4EFE6;
}
@media (min-width: 768px) {
  .thankyou {
    padding: 80px;
  }
}
@media (min-width: 1250px) {
  .thankyou {
    padding: 180px;
  }
}
.thankyou__inner {
  max-width: 700px;
  width: 100%;
}
.thankyou__title {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(2.5rem, 7vw, 4rem);
  color: #22282B;
  margin-bottom: 2rem;
  font-weight: 700;
}
.thankyou__text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #22282B;
  margin-bottom: 1.5rem;
}
.thankyou__text strong {
  color: #4B3C29;
  font-weight: 700;
}
.thankyou__text a {
  color: #E0B11F;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.thankyou__text a:hover {
  color: #4B3C29;
}
.thankyou__button {
  margin-top: 2.5rem;
}

/* ===========================
   Footer (minimalistický)
   =========================== */
.footer {
  padding-top: clamp(1rem, 3vw, 1.5rem);
  padding-bottom: clamp(1rem, 3vw, 1.5rem);
  border-top: 1px solid #D9CDBE;
  text-align: center;
}

.footer__copy {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.9rem;
  color: #22282B;
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */