/* Coming Soon Pages Styles - Wine & Bourbon Barn */
/* Styles for Mauldin and Simpsonville location pages */

/* Specialization Section */
.specialization-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f5f1 0%, #f0ebe6 100%);
}

.specialization-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 40px;
}

.specialization-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2em;
    color: #2c1810;
    margin-bottom: 20px;
}

.specialization-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.specialization-list li {
    padding: 10px 0;
    border-bottom: 1px solid #e0d7c9;
    font-size: 1.1em;
    line-height: 1.6;
}

.specialization-list li:last-child {
    border-bottom: none;
}

.specialization-note {
    background: #fff;
    padding: 20px;
    border-left: 4px solid #d4a574;
    margin-top: 30px;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}

.specialization-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
    .specialization-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .specialization-text h3 {
        font-size: 1.6em;
    }
}

/* Hero Section */
.coming-soon-hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #2c1810 0%, #5b0d13 100%);
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg, 
        rgba(44, 24, 16, 0.8) 0%, 
        rgba(91, 13, 19, 0.7) 50%,
        rgba(212, 165, 116, 0.3) 100%
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 800px;
    padding: 40px 20px;
}

/* Coming Soon Badge */
.coming-soon-badge {
    margin-bottom: 20px;
    animation: pulse 2s infinite;
}

.badge-text {
    background: linear-gradient(45deg, #d4a574, #f4d03f);
    color: #2c1810;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(212, 165, 116, 0.4);
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Hero Typography */
.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.location-name {
    color: #d4a574;
    display: block;
    font-size: 3.5rem;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin: 0 0 30px 0;
    color: rgba(255,255,255,0.9);
    font-weight: 300;
}

.opening-date {
    margin: 40px 0;
    padding: 30px;
    background: rgba(255,255,255,0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.opening-date h2 {
    font-size: 2.5rem;
    margin: 0 0 10px 0;
    color: #d4a574;
    font-family: 'Playfair Display', serif;
}

.opening-date p {
    font-size: 1.1rem;
    margin: 0;
    color: rgba(255,255,255,0.8);
}

/* Hero Buttons */
.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.notify-btn, .directions-btn {
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.notify-btn.primary {
    background: linear-gradient(45deg, #d4a574, #f4d03f);
    color: #2c1810;
    box-shadow: 0 4px 15px rgba(212, 165, 116, 0.4);
}

.notify-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 165, 116, 0.6);
}

.directions-btn {
    background: rgba(255,255,255,0.1);
    color: white;
    border: 2px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
}

.directions-btn:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

/* What's Coming Section */
.whats-coming-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f6f2ea 0%, #ffffff 100%);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    text-align: center;
    margin: 0 0 60px 0;
    color: #2c1810;
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    margin: 0 0 60px 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.feature-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.feature-card.highlight {
    background: linear-gradient(135deg, #d4a574 0%, #f4d03f 100%);
    color: #2c1810;
    border: none;
}

.feature-card.highlight:hover {
    transform: translateY(-10px) scale(1.02);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
}

.feature-card h3 {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
    color: #2c1810;
    font-weight: 600;
}

.feature-card p {
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.feature-card.highlight h3,
.feature-card.highlight p {
    color: #2c1810;
}

/* Innovation Section (Simpsonville specific) */
.innovation-section {
    padding: 100px 0;
    background: #2c1810;
    color: white;
}

.innovation-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.innovation-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin: 0 0 20px 0;
    color: #d4a574;
}

.lead {
    font-size: 1.2rem;
    margin: 0 0 40px 0;
    color: rgba(255,255,255,0.8);
}

.innovation-features {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.innovation-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.innovation-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.innovation-details h4 {
    margin: 0 0 8px 0;
    color: #d4a574;
    font-size: 1.1rem;
}

.innovation-details p {
    margin: 0;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
}

.innovation-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

/* Progress Section (Mauldin specific) */
.progress-section {
    padding: 100px 0;
    background: white;
}

.progress-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.progress-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.progress-card:hover {
    transform: translateY(-5px);
}

.progress-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.progress-info {
    padding: 25px;
}

.progress-info h4 {
    margin: 0 0 10px 0;
    color: #2c1810;
    font-size: 1.2rem;
}

.progress-info p {
    margin: 0;
    color: #666;
    line-height: 1.5;
}

/* Wine Club Section (Simpsonville specific) */
.wine-club-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #5b0d13 0%, #2c1810 100%);
    color: white;
}

.wine-club-card {
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 60px 40px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.wine-club-header {
    text-align: center;
    margin-bottom: 50px;
}

.wine-club-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin: 0 0 10px 0;
    color: #d4a574;
}

.wine-club-subtitle {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    margin: 0;
}

.wine-club-tiers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.tier-card {
    background: rgba(255,255,255,0.1);
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    position: relative;
    border: 1px solid rgba(255,255,255,0.2);
    transition: transform 0.3s ease;
}

.tier-card:hover {
    transform: translateY(-5px);
}

.tier-card.featured {
    background: linear-gradient(135deg, #d4a574 0%, #f4d03f 100%);
    color: #2c1810;
    border: none;
    transform: scale(1.05);
}

.tier-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #5b0d13;
    color: white;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
}

.tier-card h3 {
    margin: 0 0 15px 0;
    font-size: 1.3rem;
    color: inherit;
}

.tier-price {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 25px 0;
    color: #d4a574;
}

.tier-card.featured .tier-price {
    color: #2c1810;
}

.tier-price span {
    font-size: 1rem;
    font-weight: 400;
}

.tier-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tier-card li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.9);
}

.tier-card.featured li {
    color: #2c1810;
    border-bottom-color: rgba(44, 24, 16, 0.2);
}

.tier-card li:last-child {
    border-bottom: none;
}

.wine-club-cta {
    text-align: center;
}

.wine-club-btn {
    background: linear-gradient(45deg, #d4a574, #f4d03f);
    color: #2c1810;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.wine-club-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 165, 116, 0.4);
}

.wine-club-cta p {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    margin: 0;
}

/* Visit Greenville Section */
.visit-greenville-section {
    padding: 100px 0;
    background: #f6f2ea;
}

.visit-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 400px;
}

.visit-content {
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.visit-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin: 0 0 15px 0;
    color: #2c1810;
}

.visit-content > p {
    margin: 0 0 30px 0;
    color: #666;
    line-height: 1.6;
}

.greenville-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 30px 0;
}

.info-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.info-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.info-item strong {
    display: block;
    margin: 0 0 5px 0;
    color: #2c1810;
    font-weight: 600;
}

.info-item p {
    margin: 0;
    color: #666;
    line-height: 1.4;
}

.info-item a {
    color: #d4a574;
    text-decoration: none;
    font-weight: 500;
}

.info-item a:hover {
    text-decoration: underline;
}

.visit-btn {
    background: linear-gradient(45deg, #d4a574, #f4d03f);
    color: #2c1810;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.visit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 165, 116, 0.4);
}

.visit-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Modals */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content {
    background-color: white;
    margin: 5% auto;
    padding: 40px;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    position: relative;
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #999;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s;
}

.close:hover {
    background: #f0f0f0;
    color: #666;
}

.modal-content h3 {
    margin: 0 0 15px 0;
    color: #2c1810;
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
}

.modal-content p {
    margin: 0 0 25px 0;
    color: #666;
    line-height: 1.5;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #2c1810;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #d4a574;
}

.form-group textarea {
    height: 80px;
    resize: vertical;
}

.form-group.checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.form-group.checkbox label {
    margin: 0;
    cursor: pointer;
    line-height: 1.4;
}

.form-group.checkbox input {
    width: auto;
    margin: 0;
}

.submit-btn {
    background: linear-gradient(45deg, #d4a574, #f4d03f);
    color: #2c1810;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(212, 165, 116, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .location-name {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .opening-date {
        padding: 20px;
    }
    
    .opening-date h2 {
        font-size: 1.8rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .notify-btn, .directions-btn {
        width: 100%;
        max-width: 300px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .innovation-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .innovation-text {
        order: 2;
    }
    
    .innovation-image {
        order: 1;
    }
    
    .progress-gallery {
        grid-template-columns: 1fr;
    }
    
    .wine-club-tiers {
        grid-template-columns: 1fr;
    }
    
    .tier-card.featured {
        transform: none;
    }
    
    .visit-card {
        grid-template-columns: 1fr;
    }
    
    .visit-image {
        height: 250px;
    }
    
    .modal-content {
        margin: 10% auto;
        padding: 30px;
        width: 95%;
    }
}

@media (max-width: 480px) {
    .hero-content {
        padding: 20px 15px;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .whats-coming-section,
    .innovation-section,
    .progress-section,
    .wine-club-section,
    .visit-greenville-section {
        padding: 60px 0;
    }
    
    .feature-card,
    .progress-card {
        margin: 0 10px;
    }
    
    .wine-club-card {
        padding: 40px 25px;
    }
    
    .visit-content {
        padding: 30px 25px;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .coming-soon-badge,
    .feature-card,
    .progress-card,
    .tier-card,
    .notify-btn,
    .directions-btn,
    .visit-btn,
    .wine-club-btn,
    .submit-btn {
        animation: none;
        transition: none;
    }
}

@media (prefers-contrast: high) {
    .hero-overlay {
        background: rgba(0, 0, 0, 0.8);
    }
    
    .feature-card,
    .progress-card,
    .tier-card {
        border: 2px solid #000;
    }
}