/* ============================================
   CIRQUE ACHILLE ZAVATTA - STYLES PAGE ACCUEIL
   ============================================ */

/* === HERO === */
.hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    overflow: hidden;
    background: url('/images/hero/hero-accueil.jpg') center/cover no-repeat;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}

.hero-badge {
    display: inline-block;
    background: var(--gold);
    color: var(--dark);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.9rem;
    padding: 6px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-surtitle {
    font-family: var(--font-cinzel);
    font-size: 2rem;
    opacity: 0;
    animation: slideFromLeft 1s ease 0.2s forwards;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--white);
    margin-bottom: 30px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.hero-achille {
    margin-bottom: 0;
    opacity: 0;
    animation: slideFromRight 1s ease 0.5s forwards;
}

@keyframes slideFromLeft {
    from {
        opacity: 0;
        transform: translateX(-300px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes zavattaEntrance {
    0% {
        opacity: 0;
        transform: perspective(800px) translateY(400px) translateZ(800px) rotateX(720deg) scale(0);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: perspective(800px) translateY(0) translateZ(0) rotateX(0deg) scale(1);
    }
}

@keyframes slideFromRight {
    from {
        opacity: 0;
        transform: translateX(300px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero h1 {
    color: var(--white);
    font-family: var(--font-cinzel);
    font-weight: 400;
    margin-bottom: 15px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    line-height: 1;
}

.hero-achille {
    font-size: 2.5rem;
    display: block;
    letter-spacing: 5px;
    background: linear-gradient(to bottom, #f8da57 60%, #d0780c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-zavatta-svg {
    display: block;
    width: 600px;
    max-width: 90vw;
    height: auto;
    margin: 5px auto 10px;
    animation: zavattaEntrance 1.8s cubic-bezier(0.23, 1, 0.32, 1) 0.9s both;
}

.zavatta-text {
    font-family: var(--font-cinzel);
    font-size: 72px;
    font-weight: 900;
    fill: url(#goldGradient);
}

.hero-decor {
    display: block;
    width: 300px;
    max-width: 60vw;
    height: auto;
    margin: 0 auto;
}

.hero-decor-top {
    margin-top: -10px;
    margin-bottom: 15px;
}

.hero-decor-bottom {
    margin-top: -20px;
}

.hero-ville {
    font-family: var(--font-alegreya);
    font-size: 1.9rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 4px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.hero-dates {
    font-family: var(--font-alegreya);
    font-size: 1.8rem;
    color: var(--gold-light);
    font-weight: 600;
    margin-bottom: 25px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.hero-btn {
    font-size: 1.5rem;
    padding: 12px 40px;
    background: linear-gradient(to bottom, #f8da57, #d0780c);
    border-color: #d0780c;
    color: var(--white);
}

.hero-btn:hover {
    background: linear-gradient(to bottom, #d0780c, #f8da57);
    border-color: #f8da57;
    transform: none;
    box-shadow: none;
    letter-spacing: 0.5px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Décoration gold sous le hero */
.hero-decoration {
    height: 4px;
    background: linear-gradient(90deg, var(--red), var(--gold), var(--red));
}

/* === SECTION PRESENTATION === */
.presentation {
    background: rgba(247, 182, 116, 0.7);
}

.presentation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.presentation-text h2 {
    margin-bottom: 1.2rem;
}

.presentation-text h2 span {
    color: var(--red);
}

.presentation-text p {
    color: var(--dark-gray);
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

.presentation-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 1.5rem;
}

.highlight-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--off-white);
    border: 1px solid #e0e0e0;
    border-left: 3px solid var(--gold);
    padding: 8px 16px;
    border-radius: var(--radius);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--dark-gray);
}

.presentation-image {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.presentation-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

/* Cadre décoratif */
.presentation-image::after {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    border: 3px solid var(--gold);
    border-radius: var(--radius-lg);
    z-index: -1;
}

/* === SECTION SPECTACLES === */
.spectacles {
    background: linear-gradient(135deg, var(--dark) 0%, var(--red-dark) 50%, var(--dark) 100%);
    color: var(--white);
}

.spectacles .section-title {
    color: var(--white);
}

.spectacles .section-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

/* Slider */
.slider-wrapper {
    position: relative;
}

.slider-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 10px 0 20px;
    -webkit-overflow-scrolling: touch;
}

.slider-track::-webkit-scrollbar {
    display: none;
}

.spectacle-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform var(--transition), box-shadow var(--transition);
    border-bottom: 4px solid transparent;
    min-width: 300px;
    max-width: 300px;
    flex-shrink: 0;
}

.spectacle-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-bottom-color: var(--gold);
}

.spectacle-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, var(--purple-dark), var(--red-dark));
}

.spectacle-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.spectacle-card:hover .spectacle-card-image img {
    transform: scale(1.05);
}

/* Placeholder quand pas d'image */
.spectacle-card-image .placeholder-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.3);
}

.spectacle-card-body {
    padding: 24px;
}

.spectacle-card-body h3 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    color: var(--dark);
    margin-bottom: 8px;
}

.spectacle-card-body h3 span {
    color: var(--red);
}

.spectacle-card-body p {
    color: var(--gray);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Navigation slider : flèches + dots */
.slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
}

.slider-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gold);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition);
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
}

.slider-arrow:hover {
    background: var(--gold-dark);
    transform: scale(1.1);
}

.slider-arrow:focus {
    outline: none;
}

.slider-arrow.hidden {
    opacity: 0.3;
    pointer-events: none;
}

.slider-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    outline: none;
    cursor: pointer;
    transition: all var(--transition);
    padding: 0;
}

.slider-dot:hover {
    background: rgba(255, 255, 255, 0.6);
}

.slider-dot:focus {
    outline: none;
}

.slider-dot.active {
    background: var(--gold);
    transform: scale(1.2);
    box-shadow: 0 0 8px rgba(212, 160, 23, 0.6);
}

/* === SECTION TARIFS === */
.tarifs {
    background: var(--white);
    position: relative;
}

.tarifs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/accueil/fond-chapiteau-cirque-zavatta.jpg') center/cover no-repeat;
    opacity: 0.03;
    z-index: 0;
}

.tarifs .container {
    position: relative;
    z-index: 1;
}

.tarifs .section-title span {
    color: var(--red);
}

.tarifs .section-subtitle {
    margin-bottom: 1rem;
}

.tarifs-ville {
    text-align: center;
    margin-bottom: 0.8rem;
}

.tarifs-ville-label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--gray);
    margin-top: 8px;
}

.tarifs-ville-nom {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--gold);
}

.tarifs-ville-date {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark-gray);
    margin-top: 4px;
}

.tarifs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.tarif-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 2px solid #e0e0e0;
    transition: transform var(--transition), box-shadow var(--transition);
    position: relative;
}

.tarif-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.tarif-card-popular {
    border-color: var(--red);
}

.tarif-card-ribbon {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--gold);
    color: var(--dark);
    font-family: var(--font-heading);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

.tarif-card-header {
    background: linear-gradient(135deg, var(--purple-dark), var(--red-dark));
    padding: 16px 16px;
    text-align: center;
}

.tarif-card-popular .tarif-card-header {
    background: linear-gradient(135deg, var(--red-dark), var(--red));
}

.tarif-card-header h3 {
    color: var(--white);
    font-size: 1rem;
    margin-bottom: 4px;
}

.tarif-badge {
    display: inline-block;
    color: var(--gold-light);
    font-size: 0.8rem;
    font-weight: 600;
}

.tarif-card-body {
    padding: 18px 16px;
}

.tarif-price {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tarif-price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--light-gray);
}

.tarif-price-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.tarif-label {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 1rem;
    color: var(--dark-gray);
}

.tarif-amount {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--red);
}

.tarif-amount sup {
    font-size: 1rem;
    font-weight: 700;
}

.tarif-card-popular .tarif-amount {
    color: var(--red);
}

/* Formulaire réservation */
.reservation-form {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 30px;
    margin-top: 30px;
    box-shadow: var(--shadow);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.reservation-form h3 {
    text-align: center;
    margin-bottom: 20px;
    color: var(--dark);
}

.reservation-info-top {
    text-align: center;
    margin: -10px 0 10px;
    padding: 10px 16px;
    background: rgba(212, 160, 23, 0.12);
    border-left: 3px solid var(--gold);
    border-radius: var(--radius);
    font-size: 0.9rem;
    color: var(--dark-gray);
}

.reservation-info-warning {
    text-align: center;
    margin: 0 0 18px;
    padding: 10px 16px;
    background: rgba(196, 30, 42, 0.08);
    border-left: 3px solid var(--red);
    border-radius: var(--radius);
    font-size: 0.85rem;
    color: var(--dark-gray);
}

/* Zone d'info dispo limitée / complet */
.places-info {
    padding: 12px 16px;
    background: rgba(212, 160, 23, 0.1);
    border-left: 3px solid var(--gold);
    border-radius: var(--radius);
}

.places-info-list {
    list-style: none;
    margin: 0 0 8px;
    padding: 0;
    font-size: 0.9rem;
}

.places-info-list li {
    padding: 3px 0;
    color: var(--dark-gray);
}

.dispo-low {
    color: var(--red);
    font-weight: 700;
}

.dispo-full {
    color: var(--gray);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.places-info-note {
    margin: 0;
    padding-top: 8px;
    border-top: 1px solid rgba(212, 160, 23, 0.3);
    font-size: 0.8rem;
    color: var(--dark-gray);
    line-height: 1.5;
}

.places-info-note a {
    color: var(--red);
    font-weight: 700;
    text-decoration: underline;
}

.places-info-note a:hover {
    color: var(--gold-dark);
}

.reservation-form-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.reservation-row {
    display: flex;
    gap: 15px;
    align-items: flex-end;
    flex-wrap: wrap;
}

.reservation-field {
    flex: 1;
    min-width: 140px;
}

.reservation-field label {
    display: block;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--dark-gray);
    margin-bottom: 6px;
}

.reservation-field select,
.reservation-field input[type="number"],
.reservation-field input[type="text"],
.reservation-field input[type="email"],
.reservation-field input[type="tel"] {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #e0e0e0;
    border-radius: var(--radius);
    font-size: 0.95rem;
    transition: border-color var(--transition);
    background: var(--white);
}

.reservation-field select:focus,
.reservation-field input:focus {
    outline: none;
    border-color: var(--gold);
}

.reservation-field select:disabled {
    background: #f5f5f5;
    cursor: not-allowed;
    opacity: 0.6;
}

.reservation-total {
    flex: 0 0 auto;
    min-width: 150px;
}

.total-amount {
    padding: 10px 14px;
    background: linear-gradient(135deg, var(--red-dark), var(--red));
    color: var(--white);
    border-radius: var(--radius);
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 800;
    text-align: center;
}

.reservation-submit-btn {
    width: 100%;
    margin-top: 8px;
    font-size: 1.1rem;
    padding: 14px 32px;
}

.reservation-submit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Champ en erreur (validation submit) */
.field-error {
    border-color: var(--red) !important;
    background: #fff5f5 !important;
    animation: field-shake 0.5s ease, field-pulse 1.2s ease 0.5s 3;
    box-shadow: 0 0 0 3px rgba(196, 30, 42, 0.15) !important;
}

@keyframes field-shake {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-6px); }
    40% { transform: translateX(6px); }
    60% { transform: translateX(-4px); }
    80% { transform: translateX(4px); }
}

@keyframes field-pulse {
    0%, 100% { box-shadow: 0 0 0 3px rgba(196, 30, 42, 0.15); }
    50% { box-shadow: 0 0 0 6px rgba(196, 30, 42, 0.3); }
}

.reservation-info {
    text-align: center;
    margin-top: 12px;
    font-size: 0.8rem;
    color: var(--gray);
}

.reservation-closed {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    background: rgba(196, 30, 42, 0.1);
    border-radius: var(--radius);
    color: var(--red-dark);
    font-weight: 600;
}

.chapiteau-plan-link {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Modal */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-overlay.active {
    display: flex;
}

.modal-content {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 30px;
    max-width: 550px;
    width: 100%;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    text-align: center;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2rem;
    color: var(--dark-gray);
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    transition: color var(--transition);
}

.modal-close:hover {
    color: var(--red);
}

.modal-title {
    font-size: 1.3rem;
    color: var(--dark);
    margin-bottom: 20px;
}

.modal-content img {
    width: 100%;
    height: auto;
    border-radius: var(--radius);
}

.tarifs-info {
    text-align: center;
    margin-top: 30px;
    color: var(--gray);
    font-size: 0.95rem;
}

/* === SECTION CONTACT === */
.contact {
    background: linear-gradient(135deg, var(--dark) 0%, var(--red-dark) 50%, var(--dark) 100%);
    color: var(--white);
}

.contact .section-title {
    color: var(--white);
}

.contact .section-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact-form-wrapper {
    background: var(--white);
    padding: 40px;
    border-radius: var(--radius-lg);
    scroll-margin-top: 30px;
    box-shadow: var(--shadow);
}

.contact-form-wrapper h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: var(--dark);
}

.contact-info-wrapper {
    background: linear-gradient(135deg, var(--purple-dark) 0%, var(--red-dark) 100%);
    padding: 40px;
    border-radius: var(--radius-lg);
    scroll-margin-top: 30px;
    color: var(--white);
    min-width: 0;
}

.contact-info-wrapper h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: var(--gold);
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-info-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-info-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--gold);
    font-size: 1.1rem;
}

.contact-info-details {
    flex: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.contact-info-details .info-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gold-light);
    font-weight: 600;
    margin-bottom: 4px;
}

.contact-info-details a {
    color: var(--white);
    transition: color var(--transition);
    display: block;
    margin-bottom: 4px;
    overflow-wrap: break-word;
    word-break: break-word;
}

.contact-info-details a:hover {
    color: var(--gold-light);
}

.contact-info-details p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 4px;
}

.contact-whatsapp-links {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.contact-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #25D366;
    color: var(--white);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    transition: all var(--transition);
    white-space: nowrap;
}

.contact-whatsapp-btn svg {
    display: inline-block;
    flex-shrink: 0;
}

.contact-whatsapp-btn:hover {
    background: #1da851;
    transform: translateY(-1px);
}

.contact-whatsapp-btn svg {
    width: 16px;
    height: 16px;
    fill: var(--white);
}

/* === RESPONSIVE ACCUEIL === */
@media (max-width: 992px) {
    .hero {
        background-image: url('/images/hero/hero-accueil-tablet.jpg');
    }

    .hero-zavatta-svg { width: 400px; }
    .hero-achille { font-size: 1.6rem; }

    .presentation-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .presentation-image {
        order: 1;
    }

    .presentation-image::after {
        display: none;
    }

    .presentation-image img {
        height: 450px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .tarifs-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 600px;
        margin: 0 auto;
    }

    .tarif-card-popular {
        transform: none;
    }

    .tarif-card-popular:hover {
        transform: translateY(-5px);
    }
}

@media (max-width: 768px) {
    .hero {
        min-height: 70vh;
        background-image: url('/images/hero/hero-accueil-mobile.jpg');
    }

    .hero-zavatta-svg { width: 320px; }
    .hero-achille { font-size: 1.3rem; }
    .hero-surtitle { font-size: 1rem; }
    .hero-btn { font-size: 1rem; padding: 10px 30px; }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 280px;
    }

    .spectacle-card {
        min-width: 260px;
        max-width: 260px;
    }

    .slider-arrow {
        width: 35px;
        height: 35px;
    }

    .contact-form-wrapper,
    .contact-info-wrapper {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .hero-zavatta-svg { width: 260px; }
    .hero-achille { font-size: 1.1rem; }
    .hero-surtitle { font-size: 0.85rem; letter-spacing: 2px; }
    .hero-ville { font-size: 0.95rem; }
    .hero-dates { font-size: 0.9rem; }
    .hero-btn { font-size: 0.9rem; padding: 8px 24px; }
    .hero-badge { font-size: 0.8rem; }
    .hero-subtitle { font-size: 1rem; }

    .spectacle-card-image { height: 180px; }
    .spectacle-card-body { padding: 18px; }

    .presentation-image img { height: 250px; }

    .tarifs-grid {
        grid-template-columns: 1fr;
        max-width: 350px;
    }

    .tarif-card-header { padding: 10px; }
    .tarif-card-body { padding: 10px; }
    .tarif-price { gap: 8px; }
    .tarif-amount { font-size: 1.4rem; }

    .reservation-info-top,
    .reservation-info-warning,
    .places-info,
    .places-info-list,
    .places-info-note {
        font-size: 0.8rem;
    }

    .reservation-form {
        padding: 20px 8px;
    }
}
