/* EverJoy Brand Colors and Fonts */

body {
    margin: 0;
    font-family: Georgia, serif;
    background-color: #FAF7F2;
    color: #2C2C2C;
}

/* Navigation Bar */

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    background-color: #FAF7F2;
    border-bottom: 1px solid #E8D5C8;
}

.nav-brand {
    font-family: 'Great Vibes', cursive;
    font-size: 2.2rem;
    color: #2C2C2C;

}

nav ul {
    list-style: none;
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

nav ul li a {
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #2C2C2C;
}

nav ul li a:hover {
    color: #C9A96E
}

/* Hero Section */

#home {
    background-color: #F2E4DC;
    padding: 120px 60px 80px 60px;
    text-align: center;
}

.hero-content {
    max-width: 780px;
    margin: 0 auto;
}

.hero-title {
    font-family: Georgia, serif;
    font-size: 3.5rem;
    font-weight: normal;
    color: #C9A96E;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.hero-button {
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 2rem;
    padding: 14px 36px;
    background-color: #2C2C2C;
    color: #FAF7F2;
    text-decoration: none;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero-button:hover {
    background-color: #C9A96E;

}

.home-mission {
    font-size: 1rem;
    line-height: 1.9;
    color: #2C2C2C;
    max-width: 680px;
    margin: 0 auto;
}

/* What We Do Section */

#whatwedo {
    background-color: #FFFFFF;
    padding: 100px 60px;
    text-align: 0 auto;
}

.whatwedo-content {
    max-width: 780px;
    margin: 0 auto;
}

.whatwedo-heading {
    font-size: 1.1rem;
    font-weight: bold;
    color: #2C2C2C;
    margin-bottom: 2rem;
}

.whatwedo-text {
    font-size: 1rem;
    line-height: 1.9;
    color:#7A7167;
    margin-bottom: 1.5rem;
}

/* What We Do Home Page Photos */

.whatwedo-photos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin: 3rem 0;
}

.whatwedo-img {
    width: 330px;
    height: 400px;
    object-fit: cover;
}

/* Three Columns For Day-of Coordination, Partial Planning, and Check-In */

.whatwedo-columns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
    margin: 3rem 0;
    text-align: left;
}

.whatwedo-column {
    flex: 1;
    max-width: 280px;
    padding-top: 1.5rem;
    border-top: 2px solid #E8D5C8;
}

.column-title {
    font-family: Georgia, serif;
    font-size: 1.1rem;
    font-weight: normal;
    color: #2C2C2C;
    margin-bottom: 1rem;
}

.column-text {
    font-size: 0.9rem;
    line-height: 1.9;
    color: #7A7167;
}

.whatwedo-explore {
    font-size: 0.95rem;
    line-height: 1.8;
    text-align: center;
    color: #7A7167;
    font-style: italic;
    margin-bottom: 3rem;
}

/* About Section */

#about-hero {
    background-color: #F2E4DC;
    padding: 120px 60px 80px 60px;
    text-align: center;
}

.about-hero-content {
    max-width: 780px;
    margin: 0 auto;
}

.about-approach {
    font-size: 1.3rem;
    color: #2C2C2C;
    line-height: 1.9;
    max-width: 780px;
    margin: 0 auto;
}

.about-tagline {
    font-weight: bold;
    color: #C9A96E;
}

#about-content {
    background-color: #FFFFFF;
    padding: 20px 60px 60px 60px;
    text-align: left;
}

.about-content-wrap {
    max-width: 780px;
    margin: 0 auto;
}

.about-text {
    font-size: 1rem;
    line-height: 1.9;
    color: #7A7167;
    margin-bottom: 2rem;
    text-align: left;
}

/* About Photo */

.about-photo-wrap {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 3rem;
}

.about-photo {
    width: 180px;
    height: 240px;
    object-fit: cover;
}

/* Packages Page */

#packages-hero {
    background-color: #F2E4DC;
    padding: 120px 60px 80px 60px;
    text-align: center;
}

.packages-hero-content {
    max-width: 780px;
    margin: 0 auto;
}

.packages-approach {
    font-size: 1.3rem;
    color: #2C2C2C;
    line-height: 1.9;
    max-width: 780px;
    margin: 0 auto;
}

.packages-tagline {
    font-weight: bold;
    color: #C9A96E;
}

#packages-content {
    background-color: #FFFFFF;
    padding: 20px 60px 60px 60px;
}

.packages-content-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

/* Which Package Is Right For You */

.packages-intro-title {
    margin-bottom: 3rem;
}

.packages-intro-title {
    font-family: Georgia, serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: #2C2C2C;
    margin-bottom: 1rem;
}

.packages-intro-text {
    font-size: 1rem;
    color: #7A7167;
    line-height: 1.9;
    margin-bottom: 0.5rem;
}

.packages-intro-bold {
    font-weight: bold;
    color: #2C2C2C;
}

/* Gold Divider */

.gold-divider {
    border: none;
    border-top: 1px solid #C9A96E;
    margin: 0.8rem 0;
}

/* Package Rows */

.package-row {
    margin-bottom: 1rem;
}

.package-row-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1rem;
}

.package-row-title {
    font-family: Georgia, serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #2C2C2C;
}

.package-row-price {
    font-family: Georgia, serif;
    font-size: 1.5rem;
    color: #C9A96E;
    font-weight: normal;
}

.package-row-desc {
    font-size: 1rem;
    color: #7A7167;
    line-height: 1.9;
    margin-bottom: 1rem;
}

.package-row-starts {
    font-size: 1rem;
    color: #C9A96E;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.package-row-subtitle {
    font-size: 1rem;
    font-weight: bold;
    color: #2C2C2C;
    margin: 1.5rem 0 0.8rem 0;
}

.package-row-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.package-row-list li {
    font-size: 1rem;
    color: #7A7167;
    line-height: 1.9;
    padding: 0.4rem 0 0.4rem 1.5rem;
    border-bottom: none;
    text-indent: -1.5rem;
}

.package-row-list li::before {
    content: '\2726 ';
    color: #C9A96E;
    font-size: 1rem;
    margin-right: 0.5rem;
}

.list-bold {
    font-weight: normal;
    color: #7A7167;
}

.package-row-button {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 12px 30px;
    background-color: #2C2C2C;
    color: #FAF7F2;
    text-decoration: none;
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition: background-color 0.3s;
}

.package-row-button:hover {
    background-color: #C9A96E;
}

/* Partial Planning Two Columns */

.partial-columns {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    margin-top: 1rem;
}

.partial-column {
    flex: 1;
}

/* FAQ Page */

#faq-hero {
    background-color: #F2E4DC;
    padding: 120px 60px 80px 60px;
    text-align: center;
}

.faq-hero-content {
    max-width: 780px;
    margin: 0 auto;
}

.faq-approach {
    font-size: 1.3rem;
    color: #2C2C2C;
    line-height: 1.9;
    max-width: 780px;
    margin: 0 auto;
}

.faq-tagline {
    font-weight: bold;
    color: #C9A96E;
}

#faq-content {
    background-color: #FFFFFF;
    padding: 20px 60px 60px 60px;
}

.faq-content-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.faq-item {
    padding: 0.8rem 0;
}

.faq-number {
    font-size: 1.2rem;
    font-weight: bold;
    color: #C9A96E;
    margin-right: 0.4rem;
}

.faq-question {
    font-size: 1.2rem;
    font-weight: bold;
    color: #2C2C2C;
    margin-bottom: 0.6rem;
    line-height: 1.6;
}

.faq-answer {
    font-size: 1.2rem;
    color: #7A7167;
    line-height: 1.9;
    margin: 0;
    padding-left: 2.2rem;
}

/* Let's Connect Page */

#letsconnect-hero {
    background-color: #F2E4Dc;
    padding: 120px 60px 80px 60px;
    text-align: center;
}

.letsconnect-hero-content {
    max-width: 780px;
    margin: 0 auto;
}

.letsconnect-approach {
    font-size: 1.3rem;
    color: #2C2C2C;
    line-height: 1.9;
    max-width: 780px;
    margin: 0 auto;
}

.letsconnect-tagline {
    font-weight: bold;
    color: #C9A96E;
}

#letsconnect-content {
    background-color: #FFFFFF;
    padding: 20px 60px 60px 60px;
}

.letsconnect-content-wrap {
    max-width: 1000px;
    margin: 0 auto;
}

/* Form Styles */

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.8rem;
}

.form-group label {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7A7167;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    font-family: Georgia, serif;
    font-size: 1rem;
    color: #2C2C2C;
    background: transparent;
    border: none;
    border-bottom: 1px solid #E8D5C8;
    padding: 0.6rem 0;
    outline: none;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-bottom: 1px solid #C9A96E;
}

.form-group textarea {
    resize: none;
    line-height: 1.8;
}

.form-group select {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23C9A96E' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    padding-right: 2rem;
}

.form-submit {
    display: inline-block;
    margin-top: 1rem;
    padding: 14px 36px;
    background-color: #2C2C2C;
    color: #FAF7F2;
    border: none;
    font-family: Georgia, serif;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s;
}

.form-submit:hover {
    background-color: #C9A96E;
}

/* Gallery Page */

#gallery-hero {
    background-color: #F2E4Dc;
    padding: 120px 60px 80px 60px;
    text-align: center;
}

.gallery-hero-content {
    max-width: 780px;
    margin: 0 auto;
}

.gallery-approach {
    font-size: 1.3rem;
    color: #2C2C2C;
    line-height: 1.9;
    max-width: 780px;
    margin: 0 auto;
}

.gallery-tagline {
    font-weight: bold;
    color: #C9A96E;
}

#gallery-content {
    background-color: #FFFFFF;
    padding: 20px 60px 60px 60px;
}

.gallery-content-wrap {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.gallery-row {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    width: 100%;
}

.gallery-img {
    object-fit: cover;
    width: 100%;
}

.gallery-row-2 .gallery-img {
    max-width: 220px;
    height: 280px;
}

.gallery-row-4 .gallery-img {
    max-width: 220px;
    height: 280px;
}

/* Instagram Section */

.instagram-wrap {
    text-align: center;
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #E8D5C8;
}

.instagram-text {
    font-family: Georgia, serif;
    font-size: 1.4rem;
    font-style: italic;
    color: #2C2C2C;
    margin-bottom: 0.8rem;
}

.instagram-link {
    font-size: 1rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #C9A96E;
    text-decoration: none;
    border-bottom: 1px solid #C9A96E;
    transition: color 0.3s;
}

.instagram-link:hover {
    color: #2C2C2C;
    border-bottom-color: #2C2C2C;
}

/* Mobile Responsive */

@media (max-width: 768px) {

    /* Nav */

    nav {
        padding: 16px 20px;
        flex-wrap: wrap;
        gap: 1rem;
    }

    nav ul {
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    /* Hero */

    #home {
        padding: 60px 24px;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    /* What We Do */

    #whatwedo {
        padding: 60px 24px;
    }

    .whatwedo-columns {
        flex-direction: column;
        gap: 2rem;
    }

    .whatwedo-column {
        max-width: 100%;
    }

    .whatwedo-photos {
        flex-direction: column;
        align-items: center;
    }

    .whatwedo-img {
        width: 100%;
        max-width: 320px;
        height: 240px;
    }

    /* About */

    #about-hero {
        padding: 40px 24px;
    }

    #about-content {
        padding: 40px 24px;
    }

    .about-photo-wrap {
        flex-direction: column;
        align-items: center;
    }

    .about-photo {
        width: 100%;
        max-width: 320px;
        height: 240px;
    }

    /* Packages */

    #packages-hero {
        padding: 60px 24px;
    }

    #packages-content {
        padding: 40px 24px;
    }

    .packages-content-wrap {
        max-width: 100%;
    }

    .package-row-header {
        flex-direction: column;
        gap: 0.5rem;
    }

    .partial-columns {
        flex-direction: column;
        gap: 2rem;
    }

    /* FAQ */

    #faq-hero {
        padding: 60px 24px;
    }

    #faq-content {
        padding: 40px 24px;
    }

    /* Gallery */

    #gallery-hero {
        padding: 60px 24px;
    }

    #gallery-content {
        padding: 40px 24px;
    }

    .gallery-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .gallery-img {
        width: 150px;
        height: 200px;
    }

    /* Let's Connect */

    #letsconnect-hero {
        padding: 60px 24px;
    }

    #letsconnect-content {
        padding: 40px 24px;
    }
    
}