/* ==========================================================================
   Photography & Birdwatching Page Styles
   ========================================================================== */

/* Intro Section */
.photo-intro {
    padding: 6.75rem 0 3.5rem 0;
}

.photo-intro__grid {
    display: grid;
    grid-template-columns: 30.8125rem 1fr;
    gap: 1.6875rem;
    align-items: center;
}

.photo-intro__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    color: var(--color-text-muted);
    gap: var(--spacing-lg);
}

.photo-intro__text {
    color: #D8C49B;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
}

.photo-intro__quote {
    color: var(--secondary-500, #D8C49B);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75rem;
}

.photo-intro__image {
    border-radius: var(--radius-lg);
    overflow: hidden;
    height: 29.9375rem;
}

.photo-intro__image picture,
.photo-intro__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
    
.photo-experiences {
    padding: 3.5rem 0;
}

.photo-experiences__title {
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.75rem;
    letter-spacing: -0.05rem;
    margin-bottom: 2rem;
}

.photo-experiences__subsection {
    margin-bottom: 2.75rem;
}

.photo-experiences__subtitle {
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: -0.04rem;
    margin-bottom: 1rem;
}

.photo-experiences__text {
    color: #D8C49B;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    max-width: 45.625rem;
}

.photo-experiences__note {
    color: #D8C49B;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
}

.photo-locations {
    position: relative;
    margin-bottom: 2.75rem;
}

.photo-locations__carousel {
    display: flex;
    gap: var(--spacing-lg);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.photo-locations__carousel::-webkit-scrollbar {
    display: none;
}

.photo-locations__card {
    flex: 0 0 calc(25% - var(--spacing-lg));
    min-width: 240px;
    scroll-snap-align: start;
}

.photo-locations__card-image {
    height: 13.75rem;
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.photo-locations__card-image img,
.photo-locations__card-image picture {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.photo-locations__card-text {
    color: #D8C49B;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
}

.photo-locations__arrows, .photo-species__arrows {
    display: none;
    justify-content: flex-end;
    gap: 1rem;
}

.photo-locations__arrow, .photo-species__arrow {
    /* Visual styles inherited from .carousel-arrow in base.css */
}

.photo-tailor-made, .photo-field-ethics {
    padding: 3.5rem 0;
    padding-bottom: 0;
}

.photo-tailor-made__title, .photo-field-ethics__title {
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: -0.04rem;
    margin-bottom: 1rem;
}

.photo-tailor-made__text, .photo-field-ethics__text {
    color: #D8C49B;
    max-width:  54rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
}

/* Birdwatching Section */
.photo-birdwatching {
    padding: 3.5rem 0;
}

.photo-birdwatching__subsection {
    margin-bottom: 2rem;
}

.photo-birdwatching__title {
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.75rem;
    letter-spacing: -0.05rem;
    margin-bottom: 2rem;
}

.photo-birdwatching__subtitle {
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: -0.04rem;
    margin-bottom: 1rem;
}

.photo-birdwatching__text_main, .photo-birdwatching__text_highlights {
    color: #D8C49B;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin-bottom: 2rem;
}

.photo-birdwatching__text_main {
    max-width: 45.625rem;
}

/* Species Carousel */
.photo-species {
    position: relative;
}

.photo-species__carousel {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2rem;
}

.photo-species__carousel::-webkit-scrollbar {
    display: none;
}

.photo-species__card {
    flex: 0 0 calc(25% - var(--spacing-lg));
    min-width: 240px;
    scroll-snap-align: start;
}

.photo-species__card-image {
    height: 13.75rem;
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.photo-species__card-image img, .photo-species__card-image picture {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.photo-species__card-text {
    color:#D8C49B;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem; 
}


.photo-landscapes {
    padding: 3.5rem 0;
}

.photo-landscapes__title {
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.75rem;
    letter-spacing: -0.05rem;
    margin-bottom: 3.5rem;
}

.photo-landscapes__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 3.5rem;
}

.photo-landscapes__block:last-child {
    margin-bottom: 0;
}

.photo-landscapes__block--reverse .photo-landscapes__block-image {
    order: 1;
}

.photo-landscapes__block--reverse .photo-landscapes__block-content {
    order: 0;
}

.photo-landscapes__block-image {
    border-radius: 1.5rem;
    height: 25.1875rem;
    overflow: hidden;
}

.photo-landscapes__block-image img, .photo-landscapes__block-image picture {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.photo-landscapes__block-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.photo-landscapes__block-title {
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: -0.04rem;
}

.photo-landscapes__block-text {
    color: #D8C49B;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
}

.photo-groups {
    padding: 3.5rem 0;
    text-align: center;
}

.photo-groups__title {
    color: #FFF;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.75rem;
    letter-spacing: -0.05rem;
    margin-bottom: 1rem;
}

.photo-groups__text {
    color: #D8C49B;
    text-align: center;
    font-size: 1.125rem;
    max-width: 52.0625rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin: 0 auto 3.5rem auto;
}

.photo-groups__image {
    height: 34.625rem;
    margin: 0 auto;
    border-radius: 1.5rem;
    overflow: hidden;
}

.photo-groups__image img, .photo-groups__image picture {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Porto Santo & Islands Section */
.photo-islands {
    padding: 3.5rem 0;
}

.photo-islands__title {
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.75rem;
    letter-spacing: -0.05rem;
    margin-bottom: 3.5rem;
}

.photo-islands__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.photo-islands__card {
    display: flex;
    flex-direction: column;
}

.photo-islands__card-image {
    height: 25.1875rem;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-bottom: var(--spacing-xl);
}

.photo-islands__card-image img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.photo-islands__card-title {
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: -0.04rem;
    margin-bottom: 1rem;
}

.photo-islands__card-text {
    color: #D8C49B;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
}

.photo-islands__card-text:last-child {
    margin-bottom: 0;
}

/* CTA Section */
.cultural-cta {
    background-color: rgba(216, 196, 155, 1);
    padding: var(--spacing-3xl) 0;
    text-align: center;
}

.cultural-cta__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: var(--font-weight-semibold);
    color: var(--color-primary-dark);
    margin-bottom: var(--spacing-xl);
}

.cultural-cta__text {
    max-width: 800px;
    margin: 0 auto var(--spacing-2xl);
    color: var(--color-primary-dark);
    line-height: 1.7;
}

.cultural-cta__buttons {
    display: flex;
    justify-content: center;
    gap: var(--spacing-lg);
    flex-wrap: wrap;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

@media (max-width: 1024px) {
    .photo-intro__grid {
        gap: var(--spacing-2xl);
    }
    
    .photo-locations__card {
        flex: 0 0 calc(33.333% - var(--spacing-lg));
    }
    
    .photo-species__card {
        flex: 0 0 calc(33.333% - var(--spacing-lg));
    }
}

@media (max-width: 768px) {
    .photo-landscapes {
        padding: 2.75rem 0 2rem 0;
    }

    .photo-landscapes__title {
        color: #FFF;
        font-size: 2rem;
        font-weight: 700;
        line-height: 2.5rem;
        letter-spacing: -0.04rem;
        margin-bottom: 2.75rem;
    }

    .photo-landscapes__block {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .photo-landscapes__block-image {
        height: 16rem;
    }

    .photo-landscapes__block-content {
        gap: 1.5rem;
    }

    .photo-landscapes__block-title {
        color: #F7F2E5;
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 2.25rem;
        letter-spacing: -0.035rem;
    }

    .photo-landscapes__block-text {
        color: #D8C49B;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.75rem;
    }
    

    .photo-tailor-made, .photo-field-ethics {
        padding: 2.75rem 0;
    }

    .photo-tailor-made__title, .photo-field-ethics__title {
        color: #FFF;
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 2.25rem;
        letter-spacing: -0.035rem;
        margin-bottom: 1.5rem;
    }

    .photo-tailor-made__text, .photo-field-ethics__text {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .photo-intro {
        padding: 2.75rem 0 0 0;
    }
    
    .photo-intro__grid {
        grid-template-columns: 1fr;
        gap: 2.75rem;
    }

    .photo-intro__image {
        height: 16rem;
    }

    .photo-intro__text{
        color: #D8C49B;
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.75rem;
    }

    .photo-intro__quote {
        color: #D8C49B;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.75rem;
    }

    
    .photo-experiences {
        padding: 2.75rem 0 0 0;
    }

    .photo-experiences__title {
        color: #FFF;
        font-size: 2rem;
        font-weight: 700;
        line-height: 2.5rem;
        letter-spacing: -0.04rem;
        margin-bottom: 1.5rem;
    }

    .photo-experiences__note {
        color: #D8C49B;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.75rem;
    }

    .photo-experiences__subsection {
        margin-bottom: 2.75rem;
    }

    .photo-experiences__subtitle {
        color: #F7F2E5;
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 2.25rem;
        letter-spacing: -0.035rem;
        margin-bottom: 1.5rem;
    }

    .photo-experiences__text {
        color: #D8C49B;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.75rem;
    }

    .photo-locations__carousel {
        gap: 1.5rem;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 2rem;
    }

    .photo-locations__card-image {
        height: 13.75rem;
        margin-bottom: 1rem;
    }

    .photo-locations__card {
        flex: 0 0 280px;
        min-width: 280px;
    }

    .photo-locations__arrows, .photo-species__arrows {
        display: flex;
    }

    .photo-species__carousel {
        gap: 1.5rem;
    }

    .photo-species__card {
        flex: 0 0 280px;
        min-width: 280px;
    }

    .photo-birdwatching {
        padding-bottom: 0;
    }
    .photo-species__arrows {
        display: flex;
    }

    .photo-field-ethics {
        padding: 2.75rem 0 2rem 0;
    }

    /* Birdwatching Section Mobile */
    .photo-birdwatching__title {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .photo-birdwatching__subtitle {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .photo-landscapes {
        padding: 2.75rem 0 2rem 0;
    }

    .photo-landscapes__title {
        color: #FFF;
        font-size: 2rem;
        font-weight: 700;
        line-height: 2.5rem;
        letter-spacing: -0.04rem;
        margin-bottom: 2.75rem;
    }

    .photo-landscapes__block {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 2.75rem;
    }

    .photo-landscapes__block--reverse .photo-landscapes__block-image {
        order: 0;
    }

    .photo-landscapes__block--reverse .photo-landscapes__block-content {
        order: 1;
    }

    .photo-groups {
        padding: 2.75rem 0 2rem 0;
    }

    .photo-groups__title {
        color: #FFF;
        font-size: 2rem;
        font-weight: 700;
        line-height: 2.5rem;
        letter-spacing: -0.04rem;
        margin-bottom: 1.5rem;
    }

    .photo-groups__text {
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin: 0 auto 2.75rem auto;
    }

    .photo-groups__image {
        max-width: 100%;
        height: 16rem;
    }

    .photo-islands__title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 2.75rem;
    }

    .photo-islands__grid {
        grid-template-columns: 1fr;
        gap: 2.75rem;
    }

    .photo-islands__card-image {
        height: 16rem;
        margin-bottom: 1.5rem;
    }

    .photo-islands__card-title {
        color: #F7F2E5;
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 2.25rem;
        letter-spacing: -0.035rem;
        margin-bottom: 1.5rem;
    }

    .photo-islands__card-text {
        color: #D8C49B;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.75rem;
    }
}

