/* ============================================================
   BUBBLE BRUSH — corporate.css
   Corporate page — home palette
   ============================================================ */

.nav__active { color: #7c3aed !important; font-weight: 900 !important; }

/* ──────────────────────────────────────────
   HERO
────────────────────────────────────────── */
.corp-hero {
  background: linear-gradient(160deg, #2E1B4E 0%, #6A3EB4 100%);
  min-height: 60vh;
  padding: 0 0 3rem;
  overflow: visible;
}

.corp-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 7rem 2.5rem 0;
  min-height: 420px;
}

.corp-hero__col {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.corp-hero__col--left  { align-items: flex-end; }
.corp-hero__col--right { align-items: flex-start; justify-content: center; }

.corp-bubble {
  background: rgba(255,255,255,0.15);
  color: #ffffff;
  border-radius: 10px;
  padding: 0.9rem 1.1rem;
  font-size: 0.85rem;
  font-weight: 600;
  max-width: 300px;
  line-height: 1.5;
  position: relative;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2);
}

.corp-hero__col--left .corp-bubble::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left-color: rgba(255,255,255,0.15);
  border-right: none;
}

.corp-hero__col--right .corp-bubble::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-right-color: rgba(255,255,255,0.15);
  border-left: none;
}

.corp-hero__img {
  flex-shrink: 0;
  width: 380px;
  align-self: flex-end;
  margin-bottom: -3rem;
}
.corp-hero__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.15));
}

/* ──────────────────────────────────────────
   HOW IT WORKS
────────────────────────────────────────── */
.corp-how {
  background: #EDE6F7;
  padding: 3rem 2.5rem 0;
  overflow: hidden;
  position: relative;
}

.corp-how__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
  padding-bottom: 3rem;
}

.corp-how__content { flex: 1; }

.corp-how__title {
  text-align: left !important;
  margin-bottom: 1.5rem;
  color: #1a0533 !important;
}

.corp-how__img {
  flex-shrink: 0;
  width: 260px;
  position: absolute;
  bottom: 0;
  right: 2.5rem;
}
.corp-how__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.12));
}

.corp-steps {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 480px;
}

.corp-step {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.corp-step__num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 3.5rem;
  font-weight: 900;
  color: #1a0533;
  line-height: 1;
  min-width: 60px;
}

.corp-step p {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a0533;
}

/* ──────────────────────────────────────────
   TAGLINE
────────────────────────────────────────── */
.corp-venue-tagline {
  background: #ED76A9;
  padding: 2.5rem 2.5rem 0;
}

.corp-venue__line {
  max-width: 1100px;
  margin: 0 auto;
  display: block;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.6;
}
.corp-venue__line--bold {
  font-weight: 800;
  font-size: 1.05rem;
}

.corp-wgot {
  text-align: center;
  padding: 1rem 2rem 2.5rem;
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
}
.corp-wgot .diamond { color: #ffffff; margin-right: 0.2em; }
.corp-wgot__sub {
  display: block;
  color: #2E1B4E;
  font-style: italic;
}

/* ──────────────────────────────────────────
   GALLERY
────────────────────────────────────────── */
.corp-gallery {
  background: #F7F4FF;
  padding: 2rem 0 3rem;
}

.corp-gallery .section-title {
  padding: 0 2.5rem;
  margin-bottom: 1.5rem;
}

.kids-gallery__slider {
  position: relative;
  overflow: hidden;
}
.kids-gallery__track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.kids-gallery__slide {
  flex: 0 0 calc(33.333% - 0.67rem);
  margin-right: 1rem;
  border-radius: 10px;
  overflow: hidden;
  height: 280px;
}
.kids-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.kids-gallery__slide:hover img { transform: scale(1.04); }
.kids-gallery__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  border: none;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}
.kids-gallery__btn:hover { background: #fff; transform: translateY(-50%) scale(1.08); }
.kids-gallery__btn--prev { left: 1rem; }
.kids-gallery__btn--next { right: 1rem; }
.kids-gallery__dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 1rem;
  padding: 0 2.5rem;
}
.kids-gallery__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0,0,0,0.2);
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  padding: 0;
}
.kids-gallery__dot.active { background: #1a0533; transform: scale(1.2); }
@media (max-width: 700px) {
  .kids-gallery__slide { flex: 0 0 calc(100% - 1rem); height: 240px; }
  .corp-gallery { padding-left: 0; padding-right: 0; }
}

/* ──────────────────────────────────────────
   WORKSHOPS
────────────────────────────────────────── */
.workshops {
  background: linear-gradient(180deg, #2E1B4E 0%, #6A3EB4 100%);
  max-width: 100%;
  padding: 2rem 2.5rem 4rem;
}
.workshops .section-title { color: #ffffff; }
.workshops .workshop-card { color: #ffffff; }
.workshops .workshop-card__body h3 { color: #ffffff; }
.workshops .workshop-card__body p  { color: rgba(255,255,255,0.8); }
.workshops .workshop-card:first-child { border-top: 5px solid #fbbf24; }
.workshops .workshop-card:last-child  { border-top: 5px solid #ED76A9; }
.workshops .tag { background: rgba(255,255,255,0.15); color: #ffffff; }
.workshops .btn--outline { border-color: #ffffff; color: #ffffff; }
.workshops .btn--outline:hover { background: #ffffff; color: #7c3aed; }

/* ──────────────────────────────────────────
   QUALITY GUARANTEE
────────────────────────────────────────── */
.corp-quality {
  background: #EDE6F7;
  padding: 3rem 2.5rem 0;
  position: relative;
  overflow: hidden;
}

.corp-quality__layout {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 2rem;
}

.corp-quality__left {
  flex: 1;
  min-width: 0;
  padding-bottom: 3rem;
}

.corp-quality__title {
  text-align: left !important;
  margin-bottom: 2rem;
}

.corp-quality__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  align-items: start;
}

.why-col--left  { align-self: start; }
.why-col--right { align-self: start; margin-top: 3.5rem; }

.corp-quality__mascot {
  flex-shrink: 0;
  width: 240px;
  align-self: flex-end;
}
.corp-quality__mascot img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.12));
}

.corp-qzag-card {
  border-radius: 10px;
  padding: 1.5rem 1.3rem;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.25);
  box-shadow: 0 8px 32px rgba(46,27,78,0.18), inset 0 1px 0 rgba(255,255,255,0.2);
  width: 100%;
  min-height: 260px;
}
.corp-qzag-card:hover {
  transform: scale(1.05) translateY(-4px);
  box-shadow: 0 20px 48px rgba(46,27,78,0.28), inset 0 1px 0 rgba(255,255,255,0.3);
}

.corp-qzag--1 { background: linear-gradient(180deg, #5B8FD4 0%, #A8C8F0 100%); }
.corp-qzag--2 { background: linear-gradient(180deg, #C94040 0%, #F0908A 100%); }
.corp-qzag--3 { background: linear-gradient(180deg, #D4732A 0%, #F0B87A 100%); }

.corp-qzag__icon {
  font-size: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.corp-qzag__icon--right { justify-content: flex-end; }

.corp-qzag-card h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 2rem;
  font-weight: 900;
  color: #2E1B4E;
  line-height: 1.1;
  margin-bottom: 0.45rem;
}
.corp-qzag-card p {
  font-size: 0.88rem;
  line-height: 1.55;
  color: #2E1B4E;
}

/* ──────────────────────────────────────────
   RESPONSIVE
────────────────────────────────────────── */
@media (max-width: 900px) {
  .corp-hero { padding: 0 0 2rem; }
  .corp-hero__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    justify-items: center;
    padding: 0;
    gap: 0;
    min-height: unset;
  }
  .corp-hero__img {
    grid-row: 1;
    order: -1;
    width: 100%;
    margin-bottom: 0;
    align-self: stretch;
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }
  .corp-hero__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .corp-hero__col--left,
  .corp-hero__col--right {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 0.8rem;
    padding: 0.8rem 1.2rem 0;
  }
  .corp-hero__col--left .corp-bubble::after,
  .corp-hero__col--right .corp-bubble::after {
    top: -13px;
    right: auto;
    bottom: auto;
    left: 22px;
    transform: none;
    border: 8px solid transparent;
    border-bottom-color: rgba(255,255,255,0.15);
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: none;
  }
  .corp-bubble { max-width: 260px; }
  .corp-how__inner { flex-direction: column; align-items: stretch; gap: 0; padding-bottom: 200px; }
  .corp-how__img { width: 160px; right: 1.2rem; }
  .corp-quality__layout { flex-direction: column; align-items: center; gap: 1.5rem; }
  .corp-quality__left { width: 100%; padding-bottom: 0; order: 1; }
  .corp-quality__mascot { width: 200px; align-self: center; order: 2; }
  .corp-quality__title { text-align: center !important; }
  .corp-quality__grid  { grid-template-columns: 1fr; }
  .why-col--right { margin-top: 0; }
}

@media (max-width: 600px) {
  .corp-how { padding: 2rem 1.2rem 0; }
  .corp-venue-tagline,
  .corp-gallery,
  .corp-quality { padding-left: 1.2rem; padding-right: 1.2rem; }
  .corp-bubble { max-width: 90%; }
  .corp-quality { padding: 2rem 1.2rem 0; }
}
