/* Les variables sont maintenant dans css/variables.css */

/* === VARIANTS TEXTE FLOTTANT === */

/* Style 1: Centré Classique */
.design-floating-center .hero-content {
    background: none;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    padding: 0;
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.design-floating-center .hero-content::before,
.design-floating-center .hero-content::after {
    display: none;
}

.design-floating-center .save-title {
    color: white;
    background: rgba(0,0,0,0.4);
    padding: 12px 24px;
    border-radius: 25px;
    backdrop-filter: blur(15px);
    font-size: 0.9rem;
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: 2px;
}

.design-floating-center .couple-names {
    color: white;
    font-size: 5rem;
    font-weight: 200;
    margin-bottom: 15px;
    text-shadow: 0 3px 30px rgba(0,0,0,0.4);
    line-height: 0.8;
}

.design-floating-center .wedding-date {
    color: white;
    font-size: 1.6rem;
    font-weight: 300;
    text-shadow: 0 2px 15px rgba(0,0,0,0.5);
    letter-spacing: 3px;
}

/* Style 2: Décalé Moderne */
.design-floating-offset .hero-content {
    background: none;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    padding: 0;
    max-width: none;
    margin: 0;
    position: absolute;
    top: 40%;
    left: 30%;
    transform: translateY(-50%);
    text-align: left;
}

.design-floating-offset .hero-content::before,
.design-floating-offset .hero-content::after {
    display: none;
}

.design-floating-offset .save-title {
    color: var(--primary-color);
    background: rgba(255,255,255,0.9);
    padding: 8px 20px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    font-size: 0.8rem;
    margin-bottom: 25px;
    display: inline-block;
    letter-spacing: 3px;
    font-weight: 500;
}

.design-floating-offset .couple-names {
    color: white;
    font-size: 4.5rem;
    font-weight: 300;
    margin-bottom: 12px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.6);
    line-height: 0.9;
}

.design-floating-offset .wedding-date {
    color: white;
    font-size: 1.4rem;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(0,0,0,0.6);
    letter-spacing: 2px;
}

/* Style 3: Ultra Minimal */
.design-floating-minimal .hero-content {
    background: none;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    padding: 0;
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.design-floating-minimal .hero-content::before,
.design-floating-minimal .hero-content::after {
    display: none;
}

.design-floating-minimal .save-title {
    color: white;
    background: none;
    padding: 0;
    font-size: 0.7rem;
    margin-bottom: 40px;
    display: block;
    letter-spacing: 6px;
    font-weight: 300;
    text-shadow: 0 1px 5px rgba(0,0,0,0.3);
}

.design-floating-minimal .couple-names {
    color: white;
    font-size: 6rem;
    font-weight: 100;
    margin-bottom: 20px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
    line-height: 0.7;
    letter-spacing: -2px;
}

.design-floating-minimal .wedding-date {
    color: #000000;
    font-size: 1.8rem;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(255,255,255,0.8), 0 0 20px rgba(255,255,255,0.6);
    letter-spacing: 4px;
}

/* Style 4: Élégant Sophistiqué */
.design-floating-elegant .hero-content {
    background: none;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    padding: 0;
    max-width: none;
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.design-floating-elegant .hero-content::before,
.design-floating-elegant .hero-content::after {
    display: none;
}

.design-floating-elegant .save-title {
    color: var(--secondary-color);
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    padding: 15px 30px;
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 30px;
    backdrop-filter: blur(20px);
    font-size: 0.85rem;
    margin-bottom: 30px;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 400;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.design-floating-elegant .couple-names {
    color: white;
    font-size: 4.8rem;
    font-weight: 300;
    margin-bottom: 18px;
    text-shadow: 0 5px 25px rgba(0,0,0,0.4);
    line-height: 0.85;
    font-family: var(--font-heading);
}

.design-floating-elegant .wedding-date {
    color: rgba(255,255,255,0.95);
    font-size: 1.5rem;
    font-weight: 300;
    text-shadow: 0 3px 15px rgba(0,0,0,0.5);
    letter-spacing: 2px;
    font-style: italic;
}

/* Style 5: Impact Fort */
.design-floating-bold .hero-content {
    background: none;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    padding: 0;
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.design-floating-bold .hero-content::before,
.design-floating-bold .hero-content::after {
    display: none;
}

.design-floating-bold .save-title {
    color: var(--text-color);
    background: var(--primary-color);
    padding: 15px 35px;
    border-radius: 6px;
    font-size: 0.9rem;
    margin-bottom: 25px;
    display: inline-block;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.design-floating-bold .couple-names {
    color: white;
    font-size: 5.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 
        0 4px 8px rgba(0,0,0,0.6),
        0 8px 16px rgba(0,0,0,0.3);
    line-height: 0.8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.design-floating-bold .wedding-date {
    color: white;
    background: rgba(0,0,0,0.6);
    padding: 12px 24px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 2px;
    display: inline-block;
}

.palette-olivier-pierre {
    --primary-color: #8A9B68;
    --secondary-color: #E6D7B8;
    --accent-color: #F7F4ED;
    --text-color: #3D4A2E;
    --light-bg: #F7F4ED;
    --card-bg: #FFFFFF;
}

.palette-lavande-provence {
    --primary-color: #9B7FB0;
    --secondary-color: #D4B5A0;
    --accent-color: #F5F2F7;
    --text-color: #4A3B52;
    --light-bg: #F5F2F7;
    --card-bg: #FFFFFF;
}

.palette-terre-cuite {
    --primary-color: #C67B5C;
    --secondary-color: #F2E6D9;
    --accent-color: #FAF7F3;
    --text-color: #5D3A28;
    --light-bg: #FAF7F3;
    --card-bg: #FFFFFF;
}

.palette-sauge-naturel {
    --primary-color: #7A8471;
    --secondary-color: #D2C5A2;
    --accent-color: #F4F2EC;
    --text-color: #3E4238;
    --light-bg: #F4F2EC;
    --card-bg: #FFFFFF;
}

.palette-champagne-elegance {
    --primary-color: #C9A96E;
    --secondary-color: #A67C8A;
    --accent-color: #F6F3EE;
    --text-color: #4D3E2A;
    --light-bg: #F6F3EE;
    --card-bg: #FFFFFF;
}

/* Reset et styles de base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-body);
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--light-bg);
    transition: all 0.3s ease;
}



/* 1. Save the Date Hero */
.save-the-date-hero {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-photo-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

/* Carrousel de photos couple */
.photo-carousel {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: var(--light-bg);
}

.carousel-photo {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    max-width: 100%;
    display: block;
}

.carousel-photo.active {
    opacity: 1;
}

/* Layout double portrait pour créer un effet paysage */
.dual-portrait-layout {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light-bg);
}

.dual-photo {
    height: 100vh;
    width: 50%;
    object-fit: cover;
    object-position: center top;
}

.dual-photo.left {
    object-position: right top;
}

.dual-photo.right {
    object-position: left top;
}

/* Responsive mobile - afficher seulement la deuxième photo */
@media (max-width: 768px) {
    .dual-photo.left {
        display: none;
    }
    
    .dual-photo.right {
        width: 100%;
        object-position: center top;
    }
}

.carousel-photo.loading {
    background: var(--primary-color);
}

.carousel-photo.loading::before {
    content: "Chargement...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.2rem;
    font-family: var(--font-body);
}

.photo-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 3;
}

.nav-btn {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    backdrop-filter: blur(10px);
}

.nav-btn:hover {
    background: rgba(255, 255, 255, 0.95);
    transform: scale(1.1);
}

.photo-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.indicator.active {
    background: rgba(255, 255, 255, 0.9);
    transform: scale(1.2);
}



.carousel-photo.loading {
    background: var(--primary-color);
}

.carousel-photo.loading::before {
    content: "Chargement...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.2rem;
    font-family: var(--font-body);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0,0,0,0.2), rgba(255,255,255,0.3));
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.hero-content {
    text-align: center;
    color: var(--text-color);
    padding: 35px 40px 30px;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%),
        linear-gradient(45deg, var(--accent-color) 0%, transparent 100%);
    border-radius: 16px;
    backdrop-filter: blur(25px);
    box-shadow: 
        0 15px 45px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    max-width: 520px;
    margin: 0 auto;
    overflow: hidden;
}

.hero-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        var(--primary-color), 
        var(--secondary-color), 
        var(--primary-color), 
        transparent);
    opacity: 0.6;
}

.hero-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        var(--secondary-color), 
        transparent);
    opacity: 0.3;
}

.save-title {
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--secondary-color);
    opacity: 0.7;
}

.couple-names {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--primary-color);
    line-height: 1.1;
}

.wedding-date {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 8px;
    letter-spacing: 1px;
    color: var(--text-color);
}

.wedding-location {
    font-size: 1.2rem;
    opacity: 0.8;
    line-height: 1.4;
}



/* 2. Notre Histoire */
.story-section {
    padding: 80px 20px;
    background: var(--light-bg);
}

.story-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.story-section h2 {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    margin-bottom: 40px;
    color: var(--primary-color);
}

.story-text p {
    font-size: 1.1rem;
    margin-bottom: 25px;
    line-height: 1.8;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* 3. Présentation du lieu */
.venue-section {
    padding: 0px 40px;
    background: var(--light-bg);
}

.venue-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.venue-item {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.venue-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}



.venue-photo-bg {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.venue-placeholder {
    width: 100%;
    height: 100%;
    position: relative;
}

.venue-placeholder.chateau {
    background: url('img/chateau_calade.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.venue-placeholder.mairie {
    background: url('img/mairie.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.venue-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    padding: 25px 30px;
    text-align: center;
    z-index: 10;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.venue-text h2 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    color: white;
    text-shadow: 0 2px 10px rgba(0,0,0,0.8), 0 0 20px rgba(0,0,0,0.6);
    letter-spacing: 1px;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.venue-text p {
    font-family: var(--font-body);
    font-size: 1rem;
    color: white;
    text-shadow: 0 1px 8px rgba(0,0,0,0.8), 0 0 15px rgba(0,0,0,0.6);
    margin: 0 0 5px 0;
    opacity: 0.95;
}

.venue-text .venue-time {
    font-size: 0.9rem;
    color: white;
    font-weight: 500;
    margin: 0;
    opacity: 0.9;
    font-style: italic;
    text-shadow: 0 1px 6px rgba(0,0,0,0.8), 0 0 12px rgba(0,0,0,0.6);
}

/* Responsive pour mobile */
@media (max-width: 768px) {
    .venue-section {
        padding: 40px 20px;
    }
    
    .venue-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .venue-text h2 {
        font-size: 1.5rem;
    }
    
    .venue-text p {
        font-size: 0.9rem;
    }
}

/* 4. Sondage préliminaire */
.survey-section {
    padding: 80px 20px;
    background: var(--light-bg);
}

.survey-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.survey-section h2 {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.survey-section p {
    font-size: 1rem;
    margin-bottom: 25px;
    opacity: 0.8;
    line-height: 1.6;
}

.survey-info {
    background: var(--light-bg);
    padding: 25px;
    border-radius: 12px;
    margin: 30px 0;
    border-left: 4px solid var(--primary-color);
}

.survey-info h3 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.survey-info ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.survey-info li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 0.95rem;
}

.survey-info li:last-child {
    border-bottom: none;
}

.survey-button {
    display: inline-block;
    background: rgba(255, 255, 255, 0.95);
    color: var(--primary-color);
    text-decoration: none;
    padding: 25px 35px;
    border-radius: 20px;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 30px 0;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    text-align: center;
    min-width: 280px;
    border: 2px solid var(--primary-color);
    backdrop-filter: blur(10px);
}

.survey-button span:first-child {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 8px;
    color: var(--secondary-color);
}

.survey-button span:last-of-type {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.2rem;
    margin-bottom: 8px;
    font-weight: 500;
}

.survey-button small {
    display: block;
    opacity: 0.7;
    font-size: 0.85rem;
    font-family: var(--font-body);
    font-style: italic;
}

.survey-button:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
    text-decoration: none;
    color: var(--primary-color);
    background: rgba(255, 255, 255, 1);
    border-color: var(--secondary-color);
}

.survey-note {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 15px;
    margin-top: 30px;
    font-size: 0.9rem;
    color: #856404;
}

/* Formulaire de mariage */
.wedding-form {
    max-width: 800px;
    margin: 40px auto 0;
    text-align: left;
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    display: block;
    font-family: var(--font-heading);
    font-size: 1rem;
    color: var(--primary-color);
    margin-bottom: 8px;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fafafa;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    background: white;
    box-shadow: 0 0 0 3px rgba(139, 94, 60, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.form-group textarea::placeholder {
    color: #999;
    font-style: italic;
}

.submit-button {
    display: block;
    width: 100%;
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 18px 30px;
    border-radius: 15px;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 30px;
    font-family: var(--font-heading);
}

.submit-button:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.submit-button span:first-child {
    margin-right: 8px;
}

/* Responsive pour le formulaire */
@media (max-width: 768px) {
    .wedding-form {
        padding: 30px 20px;
        max-width: 100%;
        margin: 30px 20px 0;
    }
    
    .form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .form-group {
        margin-bottom: 20px;
    }
    
    .form-group.full-width {
        grid-column: 1;
    }
}

/* 5. Contact */
.contact-section {
    padding: 60px 20px;
    background: var(--card-bg);
    text-align: center;
}

.contact-container {
    max-width: 500px;
    margin: 0 auto;
}

.contact-section h2 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.contact-section p {
    font-size: 1rem;
    margin-bottom: 25px;
    opacity: 0.8;
}

.contact-info {
    background: linear-gradient(135deg, var(--light-bg), var(--accent-color));
    padding: 20px;
    border-radius: 15px;
    border: 1px solid var(--primary-color);
}

.contact-info span {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    color: var(--secondary-color);
    font-weight: 500;
}

/* Footer */
.footer {
    background: var(--primary-color);
    padding: 20px;
    text-align: center;
    color: var(--text-color);
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .design-selector {
        top: 10px;
        right: 10px;
        padding: 8px;
    }
    
    .palette-selector {
        top: 70px;
        right: 10px;
        padding: 8px;
    }
    
    .design-selector select,
    .palette-selector select {
        width: 100px;
        font-size: 10px;
    }

    /* Responsive pour variants texte flottant */
    .design-floating-center .couple-names {
        font-size: 3.2rem;
    }
    
    .design-floating-center .wedding-date {
        font-size: 1.2rem;
    }
    
    .design-floating-offset .hero-content {
        top: 35%;
        left: 20px;
        right: 20px;
        text-align: center;
    }
    
    .design-floating-offset .couple-names {
        font-size: 3rem;
    }
    
    .design-floating-minimal .couple-names {
        font-size: 3.5rem;
        letter-spacing: -1px;
    }
    
    .design-floating-minimal .save-title {
        letter-spacing: 4px;
        margin-bottom: 30px;
    }
    
    .design-floating-elegant .couple-names {
        font-size: 3.2rem;
    }
    
    .design-floating-elegant .save-title {
        padding: 12px 20px;
        font-size: 0.75rem;
    }
    
    .design-floating-bold .couple-names {
        font-size: 3.8rem;
    }
    
    .design-floating-bold .save-title {
        padding: 12px 25px;
        font-size: 0.8rem;
    }

    .hero-content {
        padding: 30px 25px 25px;
        margin: 0 20px;
        max-width: none;
    }

    .save-title {
        font-size: 0.8rem;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .couple-names {
        font-size: 2.2rem;
        margin-bottom: 10px;
    }

    .wedding-date {
        font-size: 1.1rem;
        margin-bottom: 5px;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .photo-navigation {
        padding: 0 15px;
    }

    .photo-indicators {
        bottom: 15px;
        gap: 8px;
    }

    .indicator {
        width: 10px;
        height: 10px;
    }

    .story-section {
        padding: 60px 20px;
    }

    .story-section h2 {
        font-size: 1.8rem;
    }

    .venue-text h2 {
        font-size: 2rem;
        letter-spacing: 1px;
    }

    .venue-text p {
        font-size: 1.2rem;
    }

    .survey-section {
        padding: 60px 20px;
    }

    .survey-info {
        padding: 20px;
        margin: 20px 0;
    }

    .survey-button {
        padding: 18px 30px;
        min-width: 200px;
    }

    .survey-button span {
        font-size: 1.1rem;
    }
} 