@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Instrument+Serif:ital@0;1&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #F2EADD;
    color: #2D1717;
    overflow-x: hidden;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    z-index: 1000;
}

.logo a {
    display: block;
    line-height: 0;
}

.nav-links {
    display: flex;
    gap: 3rem;
    align-items: center;
    margin-left: auto;
}

.nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #F2EADD;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.nav-link:hover {
    opacity: 0.7;
}

/* Hero Section - Scrolling Background Image */
.hero {
    margin-top: 0;
    width: 100%;
    position: relative;
}

.collage-container {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
}

.collage-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Logo Overlay on Collage */
.logo-overlay {
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}

.name-logo {
    width: 395px;
    height: auto;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
}

.subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #F2EADD;
    letter-spacing: 0.02em;
    max-width: 295px;
    margin: 0 auto;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}

/* Introduction Section - Transparent Background */
.intro-section {
    padding: 4rem 5% 6rem;
    max-width: 1400px;
    margin: -120vh auto 0;
    background-color: transparent;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

/* Left Column: Title and Descriptions */
.intro-text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.intro-title {
    font-family: 'Instrument Serif', serif;
    font-size: 34pt;
    font-weight: 400;
    line-height: 30pt;
    color: #F2EADD;
    text-align: left;
}

.intro-descriptions {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.intro-description {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #F2EADD;
    -webkit-text-stroke: 0.1px #F2EADD;
    text-align: right;
}

/* Right Column: Photos */
.intro-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
}

.intro-photo {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 4px;
}

.photo-left {
    animation-delay: 0.4s;
}

.photo-right {
    animation-delay: 0.6s;
}

/* Services Section - Full Width Cream Background */
.services {
    background-color: #F2EADD;
    padding: 4rem 5% 8rem;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto;
}

.service-column {
    display: flex;
    flex-direction: column;
}

.service-title {
    font-family: 'Instrument Serif', serif;
    font-size: 34pt;
    font-weight: 400;
    color: #2D1717;
    text-align: center;
    margin-bottom: 2rem;
}

.service-image {
    width: 100%;
    margin-bottom: 2rem;
}

.service-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.service-intro {
    font-family: 'Inter', sans-serif;
    font-size: 10pt;
    font-weight: 400;
    line-height: 1.6;
    color: #2D1717;
    margin-bottom: 1rem;
}

.service-column:first-child .service-intro {
    padding-top: 3.5rem;
}

.service-column:last-child .service-intro {
    padding-top: 3.5rem;
}

.service-details {
    font-family: 'Inter', sans-serif;
    font-size: 10pt;
    font-weight: 400;
    line-height: 1.6;
    color: #2D1717;
    opacity: 0.7;
    
}

.service-link {
    display: block;
    position: relative;
}

.service-link img {
    transition: opacity 0.3s ease;
}

.service-link:hover img {
    opacity: 0.3;
}
.service-link {
    display: block;
    position: relative;
    text-decoration: none;
}

/* Footer - Cream Background */
.footer {
    background-color: #F2EADD;
    padding: 4rem 5% 3rem;
    border-top: 1px solid rgba(45, 23, 23, 0.1);
    position: relative;
    z-index: 1;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
    align-items: center;
}

.footer-logo img {
    height: 40px;
    width: auto;
}

.footer-contact p,
.footer-email p {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: #2D1717;
}

.footer-bottom {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4rem;
    align-items: end;
}

.social-links {
    display: flex;
    gap: 2rem;
}

.social-links p {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #2D1717;
}

.copyright p {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    color: #2D1717;
    text-align: right;
    line-height: 1.6;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.intro-photo {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .services {
        grid-template-columns: 1fr;
        gap: 5rem;
    }

    .footer-row {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-bottom {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .copyright p {
        text-align: left;
        padding right: 5rem;
    }

    .intro-section {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .intro-photos {
        order: 2;
    }

    .intro-text {
        order: 1;
    }
}

@media (max-width: 768px) {
    .intro-section {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .intro-photos {
        grid-template-columns: 1fr;
    }

    .intro-photo {
        width: 100%;
        height: 400px;
    }

    .intro-title {
        font-size: 28pt;
        line-height: 32pt;
    }

    .intro-description {
        font-size: 13px;
        line-height: 13px;
        text-align: left;
    }

    .name-logo {
        width: 250px;
        height: auto;
    }

    .subtitle {
        font-size: 16px;
        width: 200px;
    }

    .service-title {
        font-size: 28pt;
    }

    .nav-links {
        gap: 1.5rem;
    }

    .social-links {
        flex-direction: column;
        gap: 0.5rem;
    }

    .collage-container {
        height: 60vh;
        min-height: 400px;
    }

    .collage-image {
        position: absolute;
    }
}
