/* ═══════════════════════════════════════════════════════
   MŠ Korálek – stránka O ŠKOLCE
   Sekce: O školce, Třídy (+ lightbox), Náš tým, Denní rytmus
   Používá globální tokeny z koralek-global (style.css)
   Hover styl sjednocen s home.css: transform .3s ease, box-shadow .3s ease, translateY(-8px)
   ═══════════════════════════════════════════════════════ */

/* ═══ O ŠKOLCE ═══ */

.koralek-about-v2,
.koralek-about-v2 * {
  box-sizing: border-box;
}

.koralek-about-v2 {
  position: relative;
  overflow: hidden;
  padding: 100px 5%;
  background:
    radial-gradient(circle at 4% 8%, rgba(255, 224, 102, .23) 0 135px, transparent 136px),
    radial-gradient(circle at 96% 87%, rgba(135, 206, 235, .22) 0 155px, transparent 156px),
    var(--k-paper);
  color: var(--k-ink);
  font-family: var(--k-font);
}

.koralek-about-v2::before {
  position: absolute;
  top: 50%;
  left: -22px;
  width: 160px;
  height: 160px;
  border: 2px dashed rgba(39, 140, 98, .16);
  border-radius: 50%;
  content: "";
  transform: rotate(15deg);
}

.koralek-about-v2__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--k-max);
  margin: 0 auto;
}

.koralek-about-v2__heading {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}

.koralek-about-v2__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 11px;
  color: var(--k-green);
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.koralek-about-v2__eyebrow::before {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--k-yellow);
  box-shadow: 0 0 0 5px rgba(255, 224, 102, .26);
  content: "";
}

.koralek-about-v2__heading h1 {
  margin: 0 0 12px;
  color: var(--k-ink);
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.05em;
}

.koralek-about-v2__heading p {
  margin: 0;
  color: var(--k-muted);
  font-size: 1.06rem;
  font-weight: 600;
  line-height: 1.65;
}

.koralek-about-v2__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.koralek-about-v2-card {
  display: grid;
  grid-template-columns: minmax(190px, .73fr) 1fr;
  min-height: 390px;
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, .9);
  border-radius: 32px;
  background: var(--k-white);
  box-shadow: var(--k-shadow);
  transition: transform .3s ease, box-shadow .3s ease;
}

.koralek-about-v2-card:hover {
  box-shadow: var(--k-shadow-hover);
  transform: translateY(-8px);
}

.koralek-about-v2-card--history {
  grid-template-columns: 1fr;
}

.koralek-about-v2-card__photo {
  min-height: 220px;
  overflow: hidden;
  background: #dff6eb;
}

.koralek-about-v2-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.koralek-about-v2-card:hover .koralek-about-v2-card__photo img {
  transform: scale(1.08);
}

.koralek-about-v2-card--history .koralek-about-v2-card__photo {
  height: 215px;
}

.koralek-about-v2-card__body {
  position: relative;
  padding: 26px 25px 27px;
}

.koralek-about-v2-card__badge {
  position: absolute;
  top: -28px;
  left: 21px;
  display: grid;
  width: 57px;
  height: 57px;
  place-items: center;
  border: 4px solid var(--k-white);
  border-radius: 50%;
  background: var(--k-yellow);
  box-shadow: 0 6px 15px rgba(39, 63, 50, .11);
  font-size: 1.55rem;
}

.koralek-about-v2-card--priorities .koralek-about-v2-card__badge {
  background: var(--k-blue);
}

.koralek-about-v2-card h2 {
  margin: 5px 0 12px;
  color: var(--k-ink);
  font-size: clamp(1.45rem, 2.2vw, 1.8rem);
  font-weight: 900;
  line-height: 1.18;
}

.koralek-about-v2-card p {
  margin: 0;
  color: var(--k-muted);
  font-size: .97rem;
  font-weight: 600;
  line-height: 1.65;
}

.koralek-about-v2-card__points {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.koralek-about-v2-card__points li {
  position: relative;
  padding-left: 24px;
  color: var(--k-ink);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.42;
}

.koralek-about-v2-card__points li::before {
  position: absolute;
  top: .38em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--k-green);
  box-shadow: 0 0 0 4px rgba(39, 140, 98, .13);
  content: "";
}

.koralek-about-v2-card--priorities {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 39px 37px;
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 170, 187, .42) 0 58px, transparent 59px),
    radial-gradient(circle at 9% 91%, rgba(135, 206, 235, .3) 0 75px, transparent 76px),
    #f2fbf7;
}

.koralek-about-v2-card--priorities .koralek-about-v2-card__badge {
  position: static;
  margin: 0 0 20px;
}

@media (max-width: 850px) {
  .koralek-about-v2 { padding: 75px 5%; }
  .koralek-about-v2__grid { grid-template-columns: 1fr; }
  .koralek-about-v2-card--history { grid-template-columns: minmax(220px, .72fr) 1fr; }
  .koralek-about-v2-card--history .koralek-about-v2-card__photo { height: auto; }
}

@media (max-width: 600px) {
  .koralek-about-v2 { padding: 70px 20px; }
  .koralek-about-v2__heading { margin-bottom: 30px; }
  .koralek-about-v2-card,
  .koralek-about-v2-card--history {
    grid-template-columns: 1fr;
    min-height: 0;
    border-width: 5px;
    border-radius: 25px;
  }
  .koralek-about-v2-card__photo,
  .koralek-about-v2-card--history .koralek-about-v2-card__photo {
    height: 210px;
    min-height: 0;
  }
  .koralek-about-v2-card__body { padding: 26px 19px 21px; }
  .koralek-about-v2-card--priorities { padding: 29px 22px; }
}

/* ═══ TŘÍDY ═══ */

.koralek-classes-v2,
.koralek-classes-v2 * {
  box-sizing: border-box;
}

.koralek-classes-v2 {
  position: relative;
  overflow: hidden;
  padding: 100px 5%;
  background:
    radial-gradient(circle at 4% 16%, rgba(255, 224, 102, .25) 0 125px, transparent 126px),
    radial-gradient(circle at 96% 85%, rgba(135, 206, 235, .22) 0 145px, transparent 146px),
    #f8fcfa;
  color: var(--k-ink);
  font-family: var(--k-font);
}

.koralek-classes-v2__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--k-max);
  margin: 0 auto;
}

.koralek-classes-v2__heading {
  max-width: 680px;
  margin: 0 auto 54px;
  text-align: center;
}

.koralek-classes-v2__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 11px;
  color: var(--k-green);
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.koralek-classes-v2__eyebrow::before {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--k-yellow);
  box-shadow: 0 0 0 5px rgba(255, 224, 102, .25);
  content: "";
}

.koralek-classes-v2__heading h2 {
  margin: 0 0 12px;
  color: var(--k-ink);
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.05em;
}

.koralek-classes-v2__heading p {
  margin: 0;
  color: var(--k-muted);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.65;
}

.koralek-class-v2 {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  margin-bottom: 90px;
}

.koralek-class-v2:last-child { margin-bottom: 0; }

.koralek-class-v2--delfini { grid-template-columns: .98fr 1.02fr; }
.koralek-class-v2--delfini .koralek-class-v2__visual { order: 2; }

.koralek-class-v2__visual {
  position: relative;
  min-height: 470px;
}

.koralek-class-v2__main-photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  height: 435px;
  overflow: hidden;
  border: 9px solid rgba(255, 255, 255, .94);
  border-radius: 47% 53% 42% 58% / 42% 45% 55% 58%;
  box-shadow: 0 20px 42px rgba(38, 85, 60, .16);
  background: #dff6eb;
  transform: rotate(2deg);
  transition: transform .3s ease, box-shadow .3s ease;
}

.koralek-class-v2--delfini .koralek-class-v2__main-photo {
  right: auto;
  left: 0;
  border-radius: 53% 47% 58% 42% / 45% 42% 58% 55%;
  background: #e8f7ff;
  transform: rotate(-2deg);
}

.koralek-class-v2__main-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.koralek-class-v2__main-photo:hover {
  box-shadow: 0 27px 52px rgba(38, 85, 60, .23);
  transform: rotate(2deg) translateY(-8px);
}

.koralek-class-v2--delfini .koralek-class-v2__main-photo:hover {
  transform: rotate(-2deg) translateY(-8px);
}

.koralek-class-v2__main-photo:hover img {
  transform: scale(1.08);
}

.koralek-class-v2__tag {
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 16px 12px 12px;
  border: 4px solid rgba(255, 255, 255, .9);
  border-radius: 18px;
  background: var(--k-white);
  box-shadow: 0 10px 23px rgba(35, 83, 60, .14);
  font-size: 1rem;
  font-weight: 900;
  transform: rotate(-4deg);
  transition: transform .3s ease, box-shadow .3s ease;
}

.koralek-class-v2--delfini .koralek-class-v2__tag {
  right: 0;
  left: auto;
  transform: rotate(4deg);
}

.koralek-class-v2__visual:hover .koralek-class-v2__tag {
  box-shadow: 0 16px 29px rgba(35, 83, 60, .19);
  transform: rotate(-4deg) translateY(-8px);
}

.koralek-class-v2--delfini .koralek-class-v2__visual:hover .koralek-class-v2__tag {
  transform: rotate(4deg) translateY(-8px);
}

.koralek-class-v2__tag-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 224, 102, .72);
  font-size: 1.35rem;
}

.koralek-class-v2--delfini .koralek-class-v2__tag-icon {
  background: rgba(135, 206, 235, .78);
}

.koralek-class-v2__gallery {
  position: absolute;
  right: 4%;
  bottom: 0;
  left: 4%;
  z-index: 3;
  display: flex;
  gap: 11px;
  justify-content: center;
  padding: 10px;
  border: 5px solid rgba(255, 255, 255, .9);
  border-radius: 20px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 27px rgba(35, 83, 60, .13);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.koralek-class-v2__thumb {
  position: relative;
  width: 76px;
  height: 67px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background: #e5e7eb;
  cursor: pointer;
}

.koralek-class-v2__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.koralek-class-v2__thumb::after {
  position: absolute;
  inset: 0;
  background: rgba(39, 140, 98, .12);
  opacity: 0;
  content: "";
  transition: opacity .3s ease;
}

.koralek-class-v2__thumb:hover img,
.koralek-class-v2__thumb:focus-visible img {
  transform: scale(1.11);
}

.koralek-class-v2__thumb:hover::after,
.koralek-class-v2__thumb:focus-visible::after {
  opacity: 1;
}

.koralek-class-v2__thumb:focus-visible,
.kcl-lightbox__btn:focus-visible {
  outline: 3px solid var(--k-green);
  outline-offset: 3px;
}

.koralek-class-v2__content {
  position: relative;
  padding: 5px 0;
}

.koralek-class-v2__number {
  display: inline-block;
  margin-bottom: 10px;
  color: #a86635;
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.koralek-class-v2--delfini .koralek-class-v2__number { color: #2684be; }

.koralek-class-v2__title {
  margin: 0 0 17px;
  color: var(--k-ink);
  font-size: clamp(2.35rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.055em;
}

.koralek-class-v2__title span { color: #a86635; }
.koralek-class-v2--delfini .koralek-class-v2__title span { color: #2586c0; }

.koralek-class-v2__text {
  max-width: 550px;
  margin: 0 0 22px;
  color: var(--k-muted);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.72;
}

.koralek-class-v2__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.koralek-class-v2__facts li {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 51px;
  padding: 10px 12px;
  border: 1px solid rgba(112, 76, 45, .1);
  border-radius: 15px;
  background: rgba(255, 255, 255, .73);
  color: var(--k-ink);
  font-size: .91rem;
  font-weight: 800;
  line-height: 1.3;
}

.koralek-class-v2__facts li::before {
  display: grid;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 224, 102, .75);
  color: #866300;
  content: "✓";
  font-size: .75rem;
  font-weight: 900;
}

.koralek-class-v2--delfini .koralek-class-v2__facts li { border-color: rgba(37, 134, 192, .11); }

.koralek-class-v2--delfini .koralek-class-v2__facts li::before {
  background: rgba(135, 206, 235, .72);
  color: #2374a5;
}

.kcl-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px 70px;
  background: rgba(16, 26, 31, .91);
}

.kcl-lightbox.is-open { display: flex; }

.kcl-lightbox__figure {
  max-width: min(1050px, 100%);
  max-height: 100%;
  margin: 0;
  text-align: center;
}

.kcl-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 130px);
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .4);
  object-fit: contain;
}

.kcl-lightbox__caption {
  margin: 12px 0 0;
  color: var(--k-white);
  font-size: .94rem;
  font-weight: 700;
}

.kcl-lightbox__btn {
  position: absolute;
  display: grid;
  width: 49px;
  height: 49px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 50%;
  background: rgba(255, 255, 255, .13);
  color: var(--k-white);
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
  transition: background .3s ease, transform .3s ease;
}

.kcl-lightbox__btn:hover {
  background: rgba(255, 255, 255, .25);
  transform: scale(1.08);
}

.kcl-lightbox__close { top: 20px; right: 24px; font-size: 2rem; }
.kcl-lightbox__prev { top: 50%; left: 18px; transform: translateY(-50%); }
.kcl-lightbox__next { top: 50%; right: 18px; transform: translateY(-50%); }

.kcl-lightbox__prev:hover,
.kcl-lightbox__next:hover { transform: translateY(-50%) scale(1.08); }

@media (max-width: 900px) {
  .koralek-classes-v2 { padding: 75px 5%; }
  .koralek-class-v2,
  .koralek-class-v2--delfini {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-bottom: 72px;
  }
  .koralek-class-v2--delfini .koralek-class-v2__visual { order: 0; }
  .koralek-class-v2__content { max-width: 650px; margin: 0 auto; }
  .koralek-class-v2__visual { max-width: 640px; width: 100%; margin: 0 auto; }
}

@media (max-width: 560px) {
  .koralek-classes-v2 { padding: 70px 20px; }
  .koralek-classes-v2__heading { margin-bottom: 34px; }
  .koralek-class-v2__visual { min-height: 390px; }
  .koralek-class-v2__main-photo { width: 88%; height: 345px; border-width: 6px; }
  .koralek-class-v2__tag { top: 12px; padding: 8px 11px 8px 8px; border-width: 3px; border-radius: 14px; font-size: .86rem; }
  .koralek-class-v2__tag-icon { width: 29px; height: 29px; border-radius: 9px; font-size: 1rem; }
  .koralek-class-v2__gallery { right: 0; bottom: 0; left: 0; gap: 7px; justify-content: flex-start; padding: 7px; overflow-x: auto; border-width: 4px; border-radius: 16px; }
  .koralek-class-v2__thumb { flex: 0 0 65px; width: 65px; height: 57px; border-radius: 9px; }
  .koralek-class-v2__facts { grid-template-columns: 1fr; }
  .kcl-lightbox { padding: 20px 15px 78px; }
  .kcl-lightbox__btn { width: 44px; height: 44px; }
  .kcl-lightbox__close { top: 12px; right: 13px; }
  .kcl-lightbox__prev { top: auto; bottom: 17px; left: calc(50% - 54px); transform: none; }
  .kcl-lightbox__next { top: auto; right: calc(50% - 54px); bottom: 17px; transform: none; }
  .kcl-lightbox__prev:hover,
  .kcl-lightbox__next:hover { transform: scale(1.08); }
}

/* ═══ NÁŠ TÝM ═══ */

.koralek-team-v4,
.koralek-team-v4 * { box-sizing: border-box; }

.koralek-team-v4 {
  --kt-card: 210px;
  position: relative;
  overflow: hidden;
  padding: 100px 5%;
  background:
    radial-gradient(circle at 6% 10%, rgba(255, 224, 102, .24) 0 130px, transparent 131px),
    radial-gradient(circle at 94% 88%, rgba(255, 170, 187, .20) 0 150px, transparent 151px),
    var(--k-paper);
  color: var(--k-ink);
  font-family: var(--k-font);
}

.koralek-team-v4__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--k-max);
  margin: 0 auto;
}

.koralek-team-v4__heading {
  max-width: 680px;
  margin: 0 auto 52px;
  text-align: center;
}

.koralek-team-v4__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 11px;
  color: var(--k-green);
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.koralek-team-v4__eyebrow::before {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--k-rose);
  box-shadow: 0 0 0 5px rgba(255, 170, 187, .28);
  content: "";
}

.koralek-team-v4__heading h2 {
  margin: 0 0 12px;
  color: var(--k-ink);
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.05em;
}

.koralek-team-v4__heading p {
  margin: 0;
  color: var(--k-muted);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.65;
}

.kt4-group { margin-bottom: 46px; }
.kt4-group:last-child { margin-bottom: 0; }

.kt4-group__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.kt4-group__title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: 900;
}

.kt4-group__icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  font-size: 1.2rem;
}

.kt4-group__line {
  flex: 1;
  height: 2px;
  border-radius: 2px;
  opacity: .25;
}

.kt4-group--broucci .kt4-group__title { color: #a86635; }
.kt4-group--broucci .kt4-group__icon { background: rgba(255, 224, 102, .65); }
.kt4-group--broucci .kt4-group__line { background: #a86635; }

.kt4-group--delfini .kt4-group__title { color: #2586c0; }
.kt4-group--delfini .kt4-group__icon { background: rgba(135, 206, 235, .70); }
.kt4-group--delfini .kt4-group__line { background: #2586c0; }

.kt4-group--kuchyne .kt4-group__title { color: #c27a12; }
.kt4-group--kuchyne .kt4-group__icon { background: rgba(255, 170, 187, .55); }
.kt4-group--kuchyne .kt4-group__line { background: #c27a12; }

.kt4-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, var(--kt-card));
  gap: 18px;
}

.kt4-card {
  position: relative;
  width: var(--kt-card);
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, .92);
  border-radius: 26px;
  background: var(--k-white);
  box-shadow: var(--k-shadow);
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
}

.kt4-card:hover {
  box-shadow: var(--k-shadow-hover);
  transform: translateY(-8px);
}

.kt4-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 5px;
  content: "";
}

.kt4-card--broucci::before { background: linear-gradient(90deg, #c97b3a, #e8a062); }
.kt4-card--delfini::before { background: linear-gradient(90deg, #3b82f6, #7dd3fc); }
.kt4-card--kuchyne::before { background: linear-gradient(90deg, #f59e0b, #fcd34d); }

.kt4-card__photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #eef6f1;
}

.kt4-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform .5s ease;
}

.kt4-card:hover .kt4-card__photo img { transform: scale(1.08); }

.kt4-card__body { min-height: 91px; padding: 16px 13px 19px; }

.kt4-card__name {
  margin: 0 0 5px;
  color: var(--k-ink);
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.25;
}

.kt4-card__role {
  margin: 0;
  color: var(--k-muted);
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.35;
}

.kt4-desktop-teachers { display: block; margin-bottom: 52px; }

.kt4-desktop-teachers__heads {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 18px;
  margin-bottom: 22px;
}

.kt4-desktop-teachers__heads .kt4-group__header { margin-bottom: 0; }

.kt4-desktop-teachers__cards {
  display: grid;
  grid-template-columns: repeat(5, var(--kt-card));
  gap: 18px;
}

.kt4-mobile-teachers { display: none; }

.kt4-kitchen .kt4-grid { grid-template-columns: repeat(3, var(--kt-card)); }

@media (min-width: 1200px) {
  .kt4-desktop-teachers__cards { grid-template-columns: repeat(5, var(--kt-card)); }
}

@media (max-width: 1199px) {
  .koralek-team-v4 { padding: 75px 5%; }
  .koralek-team-v4__heading { margin-bottom: 36px; }
  .kt4-desktop-teachers { display: none; }
  .kt4-mobile-teachers { display: block; }
  .kt4-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .kt4-card { width: 100%; border-width: 4px; border-radius: 20px; }
  .kt4-card__body { min-height: 83px; padding: 12px 10px 15px; }
  .kt4-card__name { font-size: .92rem; }
  .kt4-card__role { font-size: .78rem; }
  .kt4-kitchen .kt4-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 400px) {
  .koralek-team-v4 { padding: 70px 18px; }
  .kt4-group__header { gap: 10px; }
  .kt4-group__title { font-size: 1.05rem; }
  .kt4-group__icon { width: 32px; height: 32px; border-radius: 10px; font-size: 1rem; }
}

/* ═══ DENNÍ RYTMUS A KROUŽKY ═══ */

.koralek-day,
.koralek-day * { box-sizing: border-box; }

.koralek-day {
  position: relative;
  overflow: hidden;
  padding: 100px 5%;
  background:
    radial-gradient(circle at 96% 10%, rgba(135, 206, 235, .22) 0 145px, transparent 146px),
    radial-gradient(circle at 4% 92%, rgba(255, 224, 102, .22) 0 130px, transparent 131px),
    #f4fbf7;
  color: var(--k-ink);
  font-family: var(--k-font);
}

.koralek-day__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

.koralek-day__heading {
  max-width: 700px;
  margin: 0 auto 46px;
  text-align: center;
}

.koralek-day__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 11px;
  color: var(--k-green);
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.koralek-day__eyebrow::before {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--k-yellow);
  box-shadow: 0 0 0 5px rgba(255, 224, 102, .25);
  content: "";
}

.koralek-day__heading h2 {
  margin: 0 0 12px;
  color: var(--k-ink);
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.05em;
}

.koralek-day__heading p {
  margin: 0;
  color: var(--k-muted);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.65;
}

.kd-layout {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 26px;
  align-items: start;
}

.kd-panel {
  padding: 28px;
  border: 1px solid rgba(39, 140, 98, .1);
  border-radius: 28px;
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--k-shadow);
  transition: transform .3s ease, box-shadow .3s ease;
}

.kd-panel:hover {
  box-shadow: var(--k-shadow-hover);
  transform: translateY(-8px);
}

.kd-panel__top {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 20px;
}

.kd-panel__icon {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 224, 102, .65);
  font-size: 1.4rem;
}

.kd-panel__top h3 { margin: 0; color: var(--k-ink); font-size: 1.38rem; font-weight: 900; }
.kd-panel__top p { margin: 3px 0 0; color: var(--k-muted); font-size: .88rem; font-weight: 600; }

.kd-accordion { border-top: 1px solid #e5eee9; }
.kd-accordion__item { border-bottom: 1px solid #e5eee9; }

.kd-accordion__button {
  display: grid;
  grid-template-columns: 90px 1fr 24px;
  gap: 12px;
  width: 100%;
  padding: 14px 2px;
  border: 0;
  background: transparent;
  color: var(--k-ink);
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

.kd-accordion__button:hover .kd-accordion__title { color: var(--k-green); }

.kd-accordion__button:focus-visible {
  border-radius: 8px;
  outline: 3px solid rgba(39, 140, 98, .45);
  outline-offset: 2px;
}

.kd-accordion__time {
  align-self: center;
  color: var(--k-green);
  font-size: .91rem;
  font-weight: 900;
  white-space: nowrap;
}

.kd-accordion__title {
  align-self: center;
  color: var(--k-ink);
  font-size: .96rem;
  font-weight: 900;
  line-height: 1.35;
  transition: color .3s ease;
}

.kd-accordion__arrow {
  position: relative;
  align-self: center;
  width: 11px;
  height: 11px;
  border-right: 2px solid var(--k-green);
  border-bottom: 2px solid var(--k-green);
  transform: rotate(45deg) translateY(-3px);
  transition: transform .3s ease;
}

.kd-accordion__button[aria-expanded="true"] .kd-accordion__arrow {
  transform: rotate(225deg) translate(-2px, -1px);
}

.kd-accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .25s ease;
}
.kd-accordion__button[aria-expanded="true"] + .kd-accordion__content {
  grid-template-rows: 1fr;
}
.kd-accordion__content[hidden] { display: none; }
.kd-accordion__content-inner { overflow: hidden; }

.kd-accordion__content p {
  margin: 0;
  padding: 0 25px 17px 102px;
  color: var(--k-muted);
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.55;
}

.kd-clubs { display: grid; gap: 18px; }
.kd-clubs__intro { padding: 7px 5px 0; }
.kd-clubs__intro h3 { margin: 0 0 6px; color: var(--k-ink); font-size: 1.45rem; font-weight: 900; }
.kd-clubs__intro p { margin: 0; color: var(--k-muted); font-size: .94rem; font-weight: 600; line-height: 1.55; }

.kd-club {
  position: relative;
  overflow: hidden;
  padding: 25px 23px;
  border: 1px solid rgba(39, 140, 98, .1);
  border-radius: 25px;
  background: var(--k-white);
  box-shadow: 0 11px 25px rgba(35, 77, 59, .07);
  transition: transform .3s ease, box-shadow .3s ease;
}

.kd-club:hover {
  box-shadow: var(--k-shadow-hover);
  transform: translateY(-8px);
}

.kd-club::after {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: rgba(255, 224, 102, .31);
  content: "";
}

.kd-club--sounds::after { background: rgba(135, 206, 235, .3); }

.kd-club__icon {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  margin-bottom: 13px;
  border-radius: 15px;
  background: rgba(255, 224, 102, .65);
  font-size: 1.35rem;
}

.kd-club--sounds .kd-club__icon { background: rgba(135, 206, 235, .65); }

.kd-club h4 { position: relative; z-index: 1; margin: 0 0 7px; color: var(--k-ink); font-size: 1.18rem; font-weight: 900; }
.kd-club p { position: relative; z-index: 1; margin: 0; color: var(--k-muted); font-size: .9rem; font-weight: 600; line-height: 1.58; }

.kd-club details { position: relative; z-index: 1; margin-top: 12px; }

.kd-club summary {
  display: inline-flex;
  color: var(--k-green);
  cursor: pointer;
  font-size: .88rem;
  font-weight: 900;
  transition: color .3s ease;
}

.kd-club summary:hover { color: var(--k-green-dark); }

.kd-club details p { margin-top: 10px; }

.kd-reminders {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 26px;
}

.kd-reminder {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .75);
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}

.kd-reminder:hover {
  background: var(--k-white);
  box-shadow: 0 11px 23px rgba(35, 77, 59, .09);
  transform: translateY(-8px);
}

.kd-reminder__icon {
  display: grid;
  flex: 0 0 37px;
  width: 37px;
  height: 37px;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 224, 102, .65);
  font-size: 1rem;
}

.kd-reminder:nth-child(2) .kd-reminder__icon { background: rgba(255, 170, 187, .52); }
.kd-reminder:nth-child(3) .kd-reminder__icon { background: rgba(135, 206, 235, .62); }

.kd-reminder p { margin: 0; color: var(--k-muted); font-size: .84rem; font-weight: 700; line-height: 1.42; }
.kd-reminder strong { display: block; color: var(--k-ink); font-size: .88rem; font-weight: 900; }

@media (max-width: 900px) {
  .koralek-day { padding: 75px 5%; }
  .kd-layout { grid-template-columns: 1fr; }
  .kd-clubs { grid-template-columns: 1fr 1fr; gap: 16px; }
  .kd-clubs__intro { grid-column: 1 / -1; }
  .kd-reminders { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 600px) {
  .koralek-day { padding: 70px 20px; }
  .koralek-day__heading { margin-bottom: 32px; }
  .kd-panel { padding: 20px 16px; border-radius: 22px; }
  .kd-accordion__button { grid-template-columns: 74px 1fr 18px; gap: 8px; }
  .kd-accordion__time { font-size: .83rem; }
  .kd-accordion__title { font-size: .9rem; }
  .kd-accordion__content p { padding: 0 12px 15px 82px; font-size: .85rem; }
  .kd-clubs { grid-template-columns: 1fr; }
  .kd-reminders { grid-template-columns: 1fr; gap: 9px; }
  .kd-reminder { padding: 13px; }
}
