 /* ── Workshops page-specific styles ── */
.workshops-hero {
    background: var(--dark, #1a1a2e);
    padding: 140px 24px 80px;
    text-align: center;
}
.workshops-hero .section-label {
    margin-bottom: 16px;
}
.workshops-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    color: #fff;
    margin: 0 0 12px;
    line-height: 1.2;
}
.workshops-hero h1 em {
    font-style: italic;
    color: var(--gold, #c9a84c);
}
.workshops-hero p {
    color: rgba(255,255,255,0.72);
    font-family: 'Jost', sans-serif;
    font-size: 1.05rem;
    max-width: 520px;
    margin: 0 auto;
}

/* ── Registration open banner ── */
.reg-open-banner {
    background: linear-gradient(135deg, #6b4c8a 0%, #8b5e9e 100%);
    text-align: center;
    padding: 18px 24px;
}
.reg-open-banner span {
    font-family: 'Jost', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
}
.reg-open-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6ee7b7;
    margin-right: 10px;
    vertical-align: middle;
    animation: pulse-dot 1.8s ease-in-out infinite;
}
@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.5; transform: scale(1.4); }
}

/* ── Workshop card section ── */
.workshop-feature {
    background: #faf9f7;
    padding: 80px 24px;
}
.workshop-feature-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}
.workshop-flyer-wrap {
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 48px rgba(0,0,0,0.14);
}
.workshop-flyer-wrap img {
    width: 100%;
    height: auto;
    display: block;
}
.workshop-cta-block {
    text-align: center;
}
.workshop-cta-block .section-label {
    margin-bottom: 14px;
}
.workshop-cta-block h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    color: #1a1a2e;
    margin: 0 0 16px;
    line-height: 1.3;
}
.workshop-cta-block h2 em {
    font-style: italic;
    color: var(--gold, #c9a84c);
}
.workshop-cta-block p {
    font-family: 'Jost', sans-serif;
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto 32px;
}
.btn-register {
    display: inline-block;
    background: #6b4c8a;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 40px;
    border-radius: 4px;
    transition: background 0.25s, transform 0.2s;
}
.btn-register:hover {
    background: #5a3d77;
    transform: translateY(-2px);
}
.workshop-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 32px;
}
.workshop-detail-chip {
    background: #fff;
    border: 1px solid #e0d8ec;
    border-radius: 8px;
    padding: 14px 20px;
    font-family: 'Jost', sans-serif;
    font-size: 0.88rem;
    color: #444;
    text-align: center;
    min-width: 160px;
}
.workshop-detail-chip strong {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6b4c8a;
    margin-bottom: 4px;
}

/* ── Testimonial carousel ── */
.testimonial-carousel {
    background: #fff;
    padding: 80px 24px;
    text-align: center;
}
.testimonial-carousel .section-label {
    margin-bottom: 32px;
}
.test-carousel-wrap {
    max-width: 680px;
    margin: 0 auto;
    position: relative;
    min-height: 120px;
}
.test-slide {
    display: none;
    animation: fadeInSlide 0.5s ease;
}
.test-slide.active {
    display: block;
}
@keyframes fadeInSlide {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
.test-quote-carousel {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.15rem, 2.5vw, 1.45rem);
    font-style: italic;
    color: #2d2d2d;
    line-height: 1.65;
    margin: 0 0 20px;
}
.test-author-carousel {
    font-family: 'Jost', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6b4c8a;
}
.test-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}
.test-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
}
.test-dot.active {
    background: #6b4c8a;
    transform: scale(1.3);
}

/* ── Stay tuned section ── */
.stay-tuned {
    background: #f4f1f8;
    padding: 64px 24px;
    text-align: center;
}
.stay-tuned h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    color: #1a1a2e;
    margin: 0 0 12px;
}
.stay-tuned h2 em {
    font-style: italic;
    color: var(--gold, #c9a84c);
}
.stay-tuned p {
    font-family: 'Jost', sans-serif;
    color: #666;
    font-size: 0.98rem;
    max-width: 460px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ── Responsive ── */
@media (min-width: 768px) {
    .workshop-feature-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 64px;
    }
    .workshop-flyer-wrap {
    flex: 0 0 380px;
    max-width: 380px;
    }
    .workshop-cta-block {
    flex: 1;
    text-align: left;
    }
    .workshop-cta-block .section-label,
    .workshop-cta-block p {
    margin-left: 0;
    margin-right: 0;
    }
    .workshop-details {
    justify-content: flex-start;
    }
}