/* No atelier / processo */

.container {
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.breadcrumb {
    margin-bottom: 2rem;
    color: #999;
    font-size: 0.85rem;
}

.breadcrumb a {
    color: #012a4a;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #e6b3cc;
}

.page-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.page-title {
    font-family: 'Dancing Script', cursive;
    font-size: 2.6rem;
    color: #012a4a;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.page-lead {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 36rem;
    margin: 0 auto 0.5rem;
}

.page-note {
    text-align: center;
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.video-block {
    margin-bottom: 3rem;
}

.video-block:last-of-type {
    margin-bottom: 2rem;
}

.video-block h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 1.65rem;
    color: #012a4a;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.video-block p.caption {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 1rem;
}

.video-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(135deg, #f0e8f5, #e8f0f5, #f5ede8);
    box-shadow: 0 8px 28px rgba(1, 42, 74, 0.08);
}

.video-wrap iframe,
.video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 12px;
}

.video-wrap video {
    object-fit: contain;
    background: #1a1a1a;
}

.empty-atelier {
    text-align: center;
    padding: 2.5rem 1.5rem;
    background: #faf8f5;
    border-radius: 12px;
    border: 1px dashed #e6b3cc;
    color: #555;
    line-height: 1.7;
}

.empty-atelier strong {
    color: #012a4a;
}

.soft-cta {
    text-align: center;
    margin-top: 2rem;
    padding: 2rem 1.5rem;
    background: white;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.soft-cta p {
    color: #555;
    margin-bottom: 1.25rem;
    line-height: 1.7;
}

.soft-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
}

.soft-cta .cta-primary {
    display: inline-block;
    background: #012a4a;
    color: white;
    padding: 0.85rem 1.75rem;
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    border-radius: 50px;
    border: 2px solid #012a4a;
    transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.soft-cta .cta-primary:hover {
    background: #e6b3cc;
    color: #012a4a;
    border-color: #e6b3cc;
    transform: translateY(-2px);
}

.soft-cta .cta-secondary {
    display: inline-block;
    background: white;
    color: #012a4a;
    padding: 0.85rem 1.75rem;
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    border-radius: 50px;
    border: 2px solid #012a4a;
    transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.soft-cta .cta-secondary:hover {
    background: #faf8f5;
    border-color: #e6b3cc;
    color: #012a4a;
    transform: translateY(-2px);
}

.footer {
    margin-top: 3rem;
}

@media (max-width: 768px) {
    .page-title {
        font-size: 2.1rem;
    }

    .page-lead {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 1rem;
    }

    .page-title {
        font-size: 1.85rem;
    }
}
