/* Plan Your Trip & Wedding Details – shared info-page styles */
#getting-there,
#plan-your-trip,
#wedding-details {
    font-family: 'Avenir', sans-serif;
    padding-top: 2rem;
    font-weight: 100;
    font-size: 1rem;
    color: #1a1a1a;
    text-align: left;
}

/* Ensure <strong> is visibly bolder (page uses light font-weight) */
#getting-there strong,
#plan-your-trip strong,
#wedding-details strong {
    font-weight: 600;
    color: #1a1a1a;
}
#getting-there h1,
#plan-your-trip h1,
#wedding-details h1 {
    padding-top: 2rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-family: 'Avenir', sans-serif;
    font-weight: 300;
    font-size: 2.25rem;
    letter-spacing: 0.5px;
    color: #1a1a1a;
    letter-spacing: 0.1em;
    text-align: left;
}

#getting-there h2,
#plan-your-trip h2,
#wedding-details h2 {
    padding-top: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-family: 'Avenir', sans-serif;
    font-weight: 100;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    color: #1a1a1a;
    text-align: left;
}

#getting-there h3,
#plan-your-trip h3,
#wedding-details h3 {
    padding-top: 1.5rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    font-family: 'Avenir', sans-serif;
    font-weight: 100;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #1a1a1a;
    text-align: left;
}

#getting-there h4,
#plan-your-trip h4,
#wedding-details h4 {
    padding-top: 1.25rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-family: 'Avenir', sans-serif;
    font-weight: 100;
    font-size: 1rem;
    letter-spacing: 0.1em;
    color: #1a1a1a;
    text-align: left;
}
#getting-there .getting-there-section,
#plan-your-trip .getting-there-section,
#wedding-details .getting-there-section {
    padding: 2rem 0;
    font-weight: 100;
}

#getting-there .getting-there-section .container,
#getting-there .getting-there-content,
#plan-your-trip .getting-there-section .container,
#plan-your-trip .getting-there-content,
#wedding-details .getting-there-section .container,
#wedding-details .getting-there-content {
    max-width: 1000px;
    line-height: 1.7;
}

#getting-there .getting-there-address,
#plan-your-trip .getting-there-address,
#wedding-details .getting-there-address {
    display: block;
    margin: 0 0 1.25rem 0;
    padding: 1rem 0;
    font-style: normal;
    line-height: 1.6;
    text-align: left;
    color: #2a2a2a;
}

#getting-there .getting-there-note,
#plan-your-trip .getting-there-note,
#wedding-details .getting-there-note {
    margin-top: 0.5rem;
    font-size: 0.95rem;
    color: #555;
}

#getting-there .option-item p,
#plan-your-trip .option-item p,
#wedding-details .option-item p {
    margin: 0.25rem 0 0 0;
    text-align: left;
}

#getting-there .getting-there-section h2,
#plan-your-trip .getting-there-section h2,
#wedding-details .getting-there-section h2 {
    text-align: left;
    margin-bottom: 2rem;
    font-size: 2.25rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #1a1a1a;
}

#getting-there .quick-info {
    padding: 1rem 0;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 0.95rem;
    color: #333;
}

#getting-there .quick-info p {
    margin: 0;
}

#getting-there .getting-there-options {
    margin-bottom: 3rem;
}

#getting-there .getting-there-options h3 {
    text-align: left;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    font-weight: normal;
    letter-spacing: 0.3px;
    color: #1a1a1a;
}

#getting-there .options-list {
    margin-bottom: 1.25rem;
}

/* Option labels (Parking, Ride-share, etc.) – clearly distinct from body text */
#getting-there .option-item-title,
#plan-your-trip .option-item-title {
    display: block;
    font-weight: 600;
    font-size: 1.05rem;
    color: #1a1a1a;
    margin-bottom: 0.35rem;
    letter-spacing: 0.02em;
}

#getting-there .option-item.highlight .option-item-title,
#plan-your-trip .option-item.highlight .option-item-title {
    color: #9a2720;
}

#getting-there .option-item,
#plan-your-trip .option-item {
    margin-bottom: 1.25rem;
    line-height: 1.7;
    font-size: 1rem;
    padding-left: 0;
    color: #2a2a2a;
}

#getting-there .option-item.highlight,
#plan-your-trip .option-item.highlight {
    padding-left: 1rem;
    border-left: 3px solid #9a2720;
}

#getting-there .option-item a,
#plan-your-trip .option-item a {
    color: #9a2720;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

#getting-there .option-item a:hover,
#plan-your-trip .option-item a:hover {
    border-bottom-color: #9a2720;
}

#getting-there .parking-warning {
    margin-top: 1.25rem;
    padding: 1rem 1.25rem;
    background: rgba(255, 152, 0, 0.05);
    border-left: 3px solid #ff9800;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #2a2a2a;
}

/* Location Sections */
#getting-there .location-section,
#plan-your-trip .location-section,
#wedding-details .location-section {
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#getting-there .location-section:last-child,
#plan-your-trip .location-section:last-child,
#wedding-details .location-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#getting-there .location-section h3,
#plan-your-trip .location-section h3,
#wedding-details .location-section h3 {
    text-align: left;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    font-weight: normal;
    letter-spacing: 0.3px;
    color: #1a1a1a;
}

#getting-there .location-section p,
#plan-your-trip .location-section p,
#wedding-details .location-section p {
    margin-bottom: 1.25rem;
    line-height: 1.75;
    font-size: 1rem;
    text-align: left;
    color: #2a2a2a;
}

#getting-there .location-section p:last-of-type,
#plan-your-trip .location-section p:last-of-type,
#wedding-details .location-section p:last-of-type {
    margin-bottom: 1.5rem;
}

/* Content with Image - Side by Side Layout */
#getting-there .content-with-image {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
    margin: 1.5rem 0;
}

#getting-there .content-with-image-fixed {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
    margin: 1.5rem 0;
}

#getting-there .content-image {
    flex: 0 0 280px;
    min-width: 0;
}

#getting-there .content-image-large {
    flex: 0 0 400px;
}

#getting-there .section-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#getting-there .content-text {
    flex: 1;
    min-width: 0;
}

#getting-there .content-image img,
#getting-there .content-image .hero-map {
    width: 100%;
    height: auto;
}

#getting-there .content-image .hero-map.wrapper {
    margin: 0;
}

/* Photo Gallery */
#getting-there .photo-gallery {
    margin: 1rem 0 1.5rem 0;
}

#getting-there .gallery-thumbnails {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

#getting-there .gallery-thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity 0.2s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#getting-there .gallery-thumbnail:hover {
    opacity: 0.8;
}

/* Maps */
#getting-there .maps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin: 1.5rem 0 2rem 0;
}

#getting-there .maps-grid .simple-svg-container {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    padding: 1rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

/* Section Links */
#getting-there .section-links {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

#getting-there .section-link {
    color: #9a2720;
    text-decoration: none;
    font-size: 0.95rem;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
    padding-bottom: 1px;
}

#getting-there .section-link:hover {
    border-bottom-color: #9a2720;
}

/* Maps, links & downloads – clear but not loud */
#getting-there .getting-there-resources,
#plan-your-trip .getting-there-resources {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 2rem;
}

#getting-there .getting-there-resources-intro,
#plan-your-trip .getting-there-resources-intro {
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    color: #555;
}

#getting-there .getting-there-link-list,
#plan-your-trip .getting-there-link-list {
    list-style: none;
    margin: 0 0 1.5rem 0;
    padding: 0;
}

#getting-there .getting-there-link-list li,
#plan-your-trip .getting-there-link-list li {
    margin-bottom: 0.5rem;
}

#getting-there .getting-there-link-list a,
#plan-your-trip .getting-there-link-list a {
    color: #9a2720;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

#getting-there .getting-there-link-list a:hover,
#plan-your-trip .getting-there-link-list a:hover {
    border-bottom-color: #9a2720;
}

#getting-there .getting-there-resources h4,
#plan-your-trip .getting-there-resources h4 {
    margin-bottom: 0.5rem;
}

/* Wedding Details – schedule list */
#wedding-details .wedding-details-list {
    list-style: none;
    margin: 0 0 1.25rem 0;
    padding: 0;
}

#wedding-details .wedding-details-list li {
    margin-bottom: 0.5rem;
    padding-left: 0;
}

/* Responsive */
@media (max-width: 768px) {
    #getting-there .getting-there-section h2 {
        font-size: 1.75rem;
    }
    
    #getting-there .getting-there-options h3,
    #getting-there .location-section h3 {
        font-size: 1.5rem;
    }
    
    #getting-there .content-with-image {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    #getting-there .content-with-image-fixed {
        gap: 1.5rem;
    }
    
    #getting-there .content-with-image-fixed .content-image {
        flex: 0 0 140px;
    }
    
    #getting-there .content-with-image-fixed .content-image-large {
        flex: 0 0 200px;
    }
    
    #getting-there .content-image {
        flex: 1 1 auto;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    
    #getting-there .content-image-large {
        flex: 1 1 auto;
        max-width: 100%;
    }
    
    #getting-there .maps-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    #getting-there .gallery-thumbnail {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 480px) {
    #getting-there .content-with-image-fixed {
        gap: 1rem;
    }
    
    #getting-there .content-with-image-fixed .content-image {
        flex: 0 0 120px;
    }
    
    #getting-there .content-with-image-fixed .content-image-large {
        flex: 0 0 160px;
    }
}
