/* ============================================
   PHOTOGRAPHIC TOURS — Meander Himalaya
   Shares Culture & Heritage shell
   ============================================ */

.page-photographic-tours .ch-hero-bg img {
    object-position: center 40%;
}

.page-photographic-tours .ch-hero-cta,
.page-photographic-tours .ch-hero-cta-ghost {
    font-size: 0.8rem;
    padding: 0.72rem 1.45rem;
    letter-spacing: 0.05em;
}

.page-photographic-tours .ch-hero-cta-ghost {
    padding: 0.72rem 1.3rem;
}

.page-photographic-tours .ch-cta .ch-hero-cta {
    font-size: 0.8rem;
    padding: 0.72rem 1.45rem;
}

.page-photographic-tours .pt-experience {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: clamp(1.25rem, 3vw, 2.5rem);
    align-items: center;
    margin-top: clamp(1.75rem, 3.5vw, 2.75rem);
}

.page-photographic-tours .pt-experience--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
}

.page-photographic-tours .pt-experience--reverse .pt-experience-media {
    order: 2;
}

.page-photographic-tours .pt-experience--reverse .pt-experience-body {
    order: 1;
}

.page-photographic-tours .pt-experience-media {
    min-width: 0;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.page-photographic-tours .pt-experience-media img {
    display: block;
    width: 100%;
    height: clamp(220px, 32vw, 360px);
    object-fit: cover;
}

.page-photographic-tours .pt-experience-tag {
    display: inline-block;
    margin-bottom: 0.55rem;
    font-family: var(--ch-font-sans);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ch-brass-light);
}

.page-photographic-tours .pt-experience-body h3 {
    margin: 0 0 0.65rem;
    font-family: var(--ch-font-serif);
    font-size: clamp(1.45rem, 2.4vw, 1.9rem);
    font-weight: 600;
    color: var(--ch-white);
    letter-spacing: -0.01em;
}

.page-photographic-tours .pt-experience-lead {
    margin: 0 0 0.85rem;
    font-family: var(--ch-font-sans);
    font-size: 1.02rem;
    line-height: 1.55;
    color: rgba(244, 247, 245, 0.92);
}

.page-photographic-tours .pt-experience-body p {
    margin: 0 0 0.85rem;
    font-family: var(--ch-font-sans);
    font-size: 0.94rem;
    line-height: 1.65;
    color: var(--ch-text-muted);
}

.page-photographic-tours .pt-experience-body p:last-child {
    margin-bottom: 0;
}

.page-photographic-tours .pt-practical-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-photographic-tours .pt-practical-grid .ch-info-card p {
    margin: 0;
    color: var(--ch-text-muted);
    line-height: 1.6;
}

.page-photographic-tours .pt-tour-grid {
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.page-photographic-tours .pt-promise {
    margin-top: 0.25rem;
}

.page-photographic-tours .pt-cta-bg {
    background:
        linear-gradient(180deg, rgba(6, 16, 28, 0.72), rgba(6, 16, 28, 0.88)),
        url('images/Pokhara%20Valley%20and%20Its%20Surroundings.jpg') center 45% / cover no-repeat;
}

@media (max-width: 900px) {
    .page-photographic-tours .pt-experience,
    .page-photographic-tours .pt-experience--reverse {
        grid-template-columns: 1fr;
    }

    .page-photographic-tours .pt-experience--reverse .pt-experience-media,
    .page-photographic-tours .pt-experience--reverse .pt-experience-body {
        order: unset;
    }

    .page-photographic-tours .pt-practical-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-photographic-tours .ch-hero-cta,
    .page-photographic-tours .ch-hero-cta-ghost,
    .page-photographic-tours .ch-cta .ch-hero-cta {
        font-size: 0.72rem;
        padding: 0.6rem 1.1rem;
    }

    .page-photographic-tours .pt-experience-media img {
        height: 210px;
    }
}
