/* ============================================
   Investment hero
   ============================================ */
.investment-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 5rem 3rem;
}

.investment-hero-content {
    text-align: left;
}

.investment-hero-title {
    text-align: left;
    margin-bottom: 1.5rem;
}

.investment-hero-content p {
    font-size: 1.05rem;
    line-height: 1.9;
    font-weight: 300;
    opacity: 0.85;
    margin-bottom: 2rem;
}

.investment-hero-images {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 1.5rem;
    align-items: end;
}

.investment-hero-image-main {
    aspect-ratio: 3/4;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 20px 45px rgba(35, 31, 32, 0.2);
}

.investment-hero-image-small {
    aspect-ratio: 3/4;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 2rem;
    box-shadow: 0 16px 36px rgba(35, 31, 32, 0.2);
}

    .investment-hero-image-main img, .investment-hero-image-small img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* ============================================
   Wedding Collections intro + "All Collections Include" list
   ============================================ */
.investment-inclusions {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 3rem 5rem;
    text-align: center;
}

.investment-inclusions-title {
    margin-bottom: 1.5rem;
}

.investment-inclusions-intro {
    font-size: 1.05rem;
    line-height: 1.9;
    font-weight: 300;
    opacity: 0.85;
    margin-bottom: 2.5rem;
}

.investment-inclusions-label {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.85rem;
    color: var(--earth-brand);
    margin-bottom: 1.25rem;
}

.investment-inclusions-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: left;
}

    .investment-inclusions-list li {
        position: relative;
        padding-left: 1.5rem;
        margin-bottom: 0.75rem;
        font-size: 1rem;
        line-height: 1.7;
        font-weight: 300;
        opacity: 0.85;
    }

        .investment-inclusions-list li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0.6em;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--earth-brand);
        }

/* ============================================
   Investment tiers (Weddings / Couples / Lifestyle)
   ============================================ */
.investment-tier {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 3rem 3rem;
}

.investment-tier-images {
    position: relative;
    aspect-ratio: 1/1;
}

.investment-tier-tile {
    position: absolute;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 16px 36px rgba(35, 31, 32, 0.22);
}

    .investment-tier-tile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.investment-tier-tile-1 { left: 8%;  top: 0;   width: 55%; height: 65%; }
.investment-tier-tile-2 { left: 0;   top: 62%; width: 40%; height: 38%; }
.investment-tier-tile-3 { left: 65%; top: 12%; width: 30%; height: 45%; }

.investment-tier-images-single {
    aspect-ratio: 4/5;
}

.investment-tier-tile-single {
    position: relative;
    width: 100%;
    height: 100%;
}

.investment-tier-content {
    text-align: left;
}

.investment-tier-number {
    display: block;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.15em;
    font-size: 0.85rem;
    color: var(--earth-brand);
    margin-bottom: 0.75rem;
}

.investment-tier-title {
    text-align: left;
    margin-bottom: 1.25rem;
}

.investment-tier-content > p {
    font-size: 1.05rem;
    line-height: 1.9;
    font-weight: 300;
    opacity: 0.85;
    margin-bottom: 1.5rem;
}

.investment-tier-price {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.95rem;
    font-weight: 300;
    color: var(--earth-brand);
    margin-bottom: 1.25rem;
}

.investment-tier-content > p {
    margin-bottom: 1rem;
}

.investment-tier-features {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
}

    .investment-tier-features li {
        position: relative;
        padding-left: 1.5rem;
        margin-bottom: 0.6rem;
        font-size: 1rem;
        line-height: 1.7;
        font-weight: 300;
        opacity: 0.85;
    }

        .investment-tier-features li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0.6em;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--earth-brand);
        }

.investment-tier-note {
    font-size: 0.95rem;
    line-height: 1.8;
    font-weight: 300;
    font-style: italic;
    opacity: 0.75;
    margin-bottom: 1.5rem;
}

/* ============================================
   Engagement Portraiture / Enhancements
   ============================================ */
.investment-extra {
    max-width: 700px;
    margin: 0 auto;
    padding: 3rem 3rem;
    text-align: center;
}

.investment-extra-title {
    margin-bottom: 1rem;
}

.investment-extra-price {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.95rem;
    font-weight: 300;
    color: var(--earth-brand);
    margin-bottom: 1.5rem;
}

.investment-extra > p {
    font-size: 1.05rem;
    line-height: 1.9;
    font-weight: 300;
    opacity: 0.85;
    margin-bottom: 1.5rem;
}

.investment-enhancements-list {
    display: table;
    text-align: left;
    margin: 0 auto 2rem;
}

.investment-tier-btn {
    border: 1px solid var(--earth-border-accent);
    background: none;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
}

/* ============================================
   The Process (dark band, single-slide carousel)
   ============================================ */
.process-band {
    position: relative;
    background: var(--earth-darkest);
    color: var(--earth-lightest);
    text-align: center;
    padding: 6rem 3rem;
}

.process-title {
    color: var(--earth-lightest);
    margin-bottom: 3rem;
}

.process-slide-viewport {
    max-width: 700px;
    margin: 0 auto;
    min-height: 160px;
}

.process-slide {
    display: none;
}

    .process-slide.active {
        display: block;
    }

    .process-slide h3 {
        font-family: 'Literata', serif;
        font-weight: 300;
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .process-slide p {
        font-size: 1rem;
        line-height: 1.8;
        font-weight: 300;
        opacity: 0.85;
    }

.process-nav {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.process-nav-btn {
    position: static;
    width: 44px;
    height: 44px;
}

/* ============================================
   FAQs (cream band, image + single-slide carousel)
   ============================================ */
.faq-band {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 4rem;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 6rem 3rem;
}

.faq-images {
    position: relative;
    aspect-ratio: 4/5;
}

.faq-image-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 75%;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 16px 36px rgba(35, 31, 32, 0.22);
}

.faq-image-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55%;
    height: 45%;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 16px 36px rgba(35, 31, 32, 0.22);
}

    .faq-image-1 img, .faq-image-2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.faq-content {
    text-align: left;
}

.faq-title {
    text-align: left;
    margin-bottom: 2.5rem;
}

.faq-slide-viewport {
    min-height: 140px;
    border-top: 1px solid var(--earth-border);
    padding-top: 2rem;
}

.faq-slide {
    display: none;
}

    .faq-slide.active {
        display: block;
    }

    .faq-slide h3 {
        font-family: 'Literata', serif;
        font-weight: 300;
        font-style: italic;
        font-size: 1.3rem;
        margin-bottom: 0.75rem;
    }

    .faq-slide p {
        font-size: 1rem;
        line-height: 1.8;
        font-weight: 300;
        opacity: 0.85;
    }

.faq-nav {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.faq-nav-btn {
    position: static;
    width: 40px;
    height: 40px;
}

/* ============================================
   Final CTA
   ============================================ */
.investment-cta {
    max-width: 700px;
    margin: 0 auto;
    padding: 7rem 3rem;
    text-align: center;
}

.investment-cta-image {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 2.5rem;
    box-shadow: 0 20px 45px rgba(35, 31, 32, 0.25);
}

    .investment-cta-image .cycle-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        animation: investmentCtaCycle 9s infinite ease-in-out;
    }

    .investment-cta-image .cycle-img-2 {
        animation-delay: -4.5s;
    }

@keyframes investmentCtaCycle {
    0%, 35% { opacity: 1; }
    50%, 85% { opacity: 0; }
    100% { opacity: 1; }
}

.investment-cta .section-title {
    margin-bottom: 0;
}

.investment-cta .contact-link {
    margin-top: 2.5rem;
}

/* ============================================
   Responsive - Tablet
   ============================================ */
@media (max-width: 1024px) {
    .investment-hero,
    .investment-tier,
    .faq-band {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        text-align: center;
    }

    .investment-tier-reverse .investment-tier-images {
        order: -1;
    }

    .investment-hero-content,
    .investment-tier-content,
    .faq-content {
        text-align: center;
    }

    .investment-hero-title,
    .investment-tier-title,
    .faq-title {
        text-align: center;
    }

    .faq-slide-viewport {
        text-align: center;
    }

    .faq-nav {
        justify-content: center;
    }

    .investment-tier-images {
        max-width: 480px;
        margin: 0 auto;
    }
}

/* ============================================
   Responsive - Mobile
   ============================================ */
@media (max-width: 768px) {
    .investment-hero,
    .investment-tier {
        padding: 3rem 1.5rem;
    }

    .process-band,
    .faq-band,
    .investment-cta,
    .investment-inclusions,
    .investment-extra {
        padding: 3rem 1.5rem;
    }
}
