/* Base styles */
body {
    font-family: Arial, sans-serif;
    margin: 0 auto;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
    max-width: 1000px;
    width: 100%;
    overflow-x: hidden;
}

/* Base container styles */
.hero, .photo-grid, .description, .map-container, .contact-buttons, .social-media {
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
}

/* Header styles */
header {
    text-align: center;
    padding: 20px 20px 10px 20px;
    background: none;
    box-shadow: none;
    max-width: 900px;
    margin: 0 auto;
}

header img {
    max-width: 180px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    padding: 5px;
    margin: 5px 0;
}

/* Title styles */
.title-main {
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 42px;
    margin: 15px 0 10px 0;
    color: #1a1a1a;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.title-sub {
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 28px;
    margin: 5px 0 15px 0;
    color: #1a1a1a;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-style: normal;
}

/* Hero section */
.hero {
    position: relative;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 35px auto;
    padding: 0 20px;
}

.hero img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero img:hover {
    transform: scale(1.01);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Text styles */
.text-container {
    width: calc(100% - 40px);
    max-width: 860px;
    margin: 35px auto;
    padding: 0 20px;
    text-align: center;
}

.text-large {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 25px auto;
    line-height: 1.6;
    color: #2c2c2c;
}

.text-regular {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin: 25px auto;
    line-height: 1.6;
    color: #2c2c2c;
}

/* Photo grid styles */
.photo-grid, .photo-grid-three {
    display: flex;
    justify-content: center;
    gap: 15px;
    max-width: 900px;
    margin: 35px auto;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
}

.photo-grid img {
    width: calc(50% - 8px);
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.photo-grid-three img {
    width: calc(33.333% - 10px);
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* Single photo styles */
.single-photo {
    text-align: center;
    max-width: 900px;
    margin: 35px auto;
    padding: 0 15px;
}

.single-photo img {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* Map container styles */
.map-container {
    max-width: 860px;
    margin: 40px auto;
    padding: 0 20px;
}

.map-container iframe {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Address styles */
.address-button {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 15px;
    line-height: 1.6;
    font-style: italic;
}

/* Pricing section styles */
.pricing {
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    margin: 40px auto;
    max-width: 860px;
    padding: 35px 40px;
    color: #2c2c2c;
    background-color: #f2f2f2;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.pricing-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.pricing-main {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.4;
}

.pricing-note {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 25px;
    font-style: italic;
    color: #444;
    padding: 0 10px;
}

.pricing-details {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 10px;
}

/* Contact text styles */
.contact-text {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333;
    margin: 15px 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    line-height: 1.6;
}

.contact-text .icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* Social media styles */
.social-media {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 35px auto;
    max-width: 860px;
    padding: 0 20px;
    width: 100%;
}

.social-media a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    border-radius: 8px;
    background-color: #f0f0f0;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: transform 0.3s, background-color 0.3s;
    white-space: nowrap;
    width: 160px !important;
    justify-content: center;
}

.social-media a:hover {
    transform: scale(1.02);
    background-color: #e0e0e0;
}

/* Icon styles */
.icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Lightbox styles */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    cursor: pointer;
}

.lightbox img {
    max-width: 90%;
    max-height: 90vh;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
}

.lightbox.active {
    display: block;
}

.lightbox .close-lightbox {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.lightbox .close-lightbox:hover {
    background-color: rgba(255, 255, 255, 0.95);
}

.lightbox .prev-btn,
.lightbox .next-btn {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin: 0 10px;
}

.lightbox .prev-btn:hover,
.lightbox .next-btn:hover {
    background-color: rgba(255, 255, 255, 0.95);
}

.lightbox-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

.lightbox-nav button {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    padding: 15px 20px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.lightbox-nav button:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Notification styles */
.notification {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    width: 90%;
    max-width: 300px;
    text-align: center;
}

.notification.show {
    opacity: 1;
}

/* Loading styles */
.loading {
    position: relative;
}

.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Footer styles */
.site-footer {
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 12px 20px;
    margin-top: 40px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
}

.footer-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 0 20px;
}

.footer-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.footer-credit {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.footer-credit a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-credit-text {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
    color: #ffffff;
}

.logo-lightwork {
    width: 26px;
    height: 26px;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

.footer-credit a:hover .logo-lightwork {
    transform: scale(1.05);
}

.logo-light {
    color: #ffffff;
}

.logo-accent {
    color: #44a1e8;
}

/* Hover effects */
.photo-grid img:hover, 
.photo-grid-three img:hover, 
.single-photo img:hover, 
.hero img:hover {
    transform: scale(1.01);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Media queries */
@media (max-width: 767px) {
    .desktop-break {
        display: none;
    }

    .photo-grid-three {
        flex-wrap: wrap;
    }

    .photo-grid-three img {
        width: calc(50% - 8px);
        aspect-ratio: 4/5;
        height: auto !important;
    }
    
    .photo-grid-three img:last-child {
        width: 100%;
        aspect-ratio: 3/2;
    }

    .photo-grid {
        flex-wrap: wrap;
        gap: 15px;
    }

    .photo-grid img {
        width: calc(50% - 8px);
        aspect-ratio: 4/5;
        height: auto !important;
        margin-bottom: 0;
    }

    .single-photo img {
        width: 100%;
        aspect-ratio: 3/2;
        height: auto !important;
    }

    .hero img {
        width: 100%;
        aspect-ratio: 16/9;
        height: auto !important;
    }

    .lightbox-nav button {
        padding: 10px 15px;
        font-size: 20px;
    }

    .social-media {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .pricing {
        margin: 30px 15px;
        padding: 25px 15px;
    }

    .pricing-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .pricing-main {
        font-size: 22px;
        margin-bottom: 12px;
        padding: 0 5px;
    }

    .pricing-note {
        font-size: 18px;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .pricing-details {
        font-size: 18px;
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .photo-grid img {
        height: 300px;
    }

    .social-media {
        flex-direction: row;
        gap: 40px;
    }
} 

.desktop-break {
    display: inline;
}

.mobile-break {
    display: none;
}

@media (max-width: 767px) {
    .desktop-break {
        display: none;
    }

    .mobile-break {
        display: inline;
    }

    .photo-grid-three {
        flex-wrap: wrap;
    }

    .photo-grid-three img {
        width: calc(50% - 8px);
        aspect-ratio: 4/5;
        height: auto !important;
    }
    
    .photo-grid-three img:last-child {
        width: 100%;
        aspect-ratio: 3/2;
    }

    .photo-grid {
        flex-wrap: wrap;
        gap: 15px;
    }

    .photo-grid img {
        width: calc(50% - 8px);
        aspect-ratio: 4/5;
        height: auto !important;
        margin-bottom: 0;
    }

    .single-photo img {
        width: 100%;
        aspect-ratio: 3/2;
        height: auto !important;
    }

    .hero img {
        width: 100%;
        aspect-ratio: 16/9;
        height: auto !important;
    }

    .lightbox-nav button {
        padding: 10px 15px;
        font-size: 20px;
    }

    .social-media {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .pricing {
        margin: 30px 15px;
        padding: 25px 15px;
    }

    .pricing-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .pricing-main {
        font-size: 22px;
        margin-bottom: 12px;
        padding: 0 5px;
    }

    .pricing-note {
        font-size: 18px;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .pricing-details {
        font-size: 18px;
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .photo-grid img {
        height: 300px;
    }

    .social-media {
        flex-direction: row;
        gap: 40px;
    }
} 